* Thu Sep 02 2010 Bastien Nocera <bnocera@redhat.com> 0.10.30-3

- Make gstreamer.prov faster by avoiding non-"libgst" files early
  Patch from Dominique Leuenberger <dimstar@opensuse.org>
This commit is contained in:
Bastien Nocera 2010-09-02 15:17:02 +01:00
parent 66503dc75f
commit 87f9cdc90c
2 changed files with 7 additions and 3 deletions

View File

@ -17,8 +17,8 @@ case `uname -m` in
*) mark64="()(64bit)" ;;
esac
solist=$(echo $filelist | grep -v "^/lib/ld.so" | \
xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 | grep libgst)
solist=$(echo $filelist | grep "libgst" | \
xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 )
function getmark()
{

View File

@ -7,7 +7,7 @@
Name: %{gstreamer}
Version: 0.10.30
Release: 2%{?dist}
Release: 3%{?dist}
Summary: GStreamer streaming media framework runtime
Group: Applications/Multimedia
@ -241,6 +241,10 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
%changelog
* Thu Sep 02 2010 Bastien Nocera <bnocera@redhat.com> 0.10.30-3
- Make gstreamer.prov faster by avoiding non-"libgst" files early
Patch from Dominique Leuenberger <dimstar@opensuse.org>
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.30-2
- Rebuild with new gobject-introspection