rpms/gstreamer/F-13 .cvsignore, 1.53, 1.54 gstreamer.spec, 1.120, 1.121 sources, 1.54, 1.55 0001-plugins-Do-not-ever-unload-a-plugin-after-calling-in.patch, 1.1, NONE

Benjamin Otte company at fedoraproject.org
Wed Apr 28 11:56:27 UTC 2010


Author: company

Update of /cvs/pkgs/rpms/gstreamer/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27594

Modified Files:
	.cvsignore gstreamer.spec sources 
Removed Files:
	0001-plugins-Do-not-ever-unload-a-plugin-after-calling-in.patch 
Log Message:
* Wed Apr 28 2010 Benjamin Otte <otte at redhat.com> 0.10.29-1
- Update to 0.10.29
- Make a noarch devel-docs subpackage to avoid conflicts




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer/F-13/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- .cvsignore	9 Mar 2010 08:07:18 -0000	1.53
+++ .cvsignore	28 Apr 2010 11:56:26 -0000	1.54
@@ -1 +1 @@
-gstreamer-0.10.28.tar.bz2
+gstreamer-0.10.29.tar.bz2


Index: gstreamer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer/F-13/gstreamer.spec,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -p -r1.120 -r1.121
--- gstreamer.spec	15 Mar 2010 12:10:07 -0000	1.120
+++ gstreamer.spec	28 Apr 2010 11:56:26 -0000	1.121
@@ -7,8 +7,8 @@
 %define         _gir-repository         0.6.5-6
 
 Name: 		%{gstreamer}
-Version: 	0.10.28
-Release: 	2%{?dist}
+Version: 	0.10.29
+Release: 	1%{?dist}
 Summary: 	GStreamer streaming media framework runtime
 
 Group: 		Applications/Multimedia
@@ -39,7 +39,6 @@ BuildRequires:	gcc-c++
 
 # For the GStreamer RPM provides
 Patch1:		gstreamer-inspect-rpm-format.patch
-Patch2:         0001-plugins-Do-not-ever-unload-a-plugin-after-calling-in.patch
 Source1:	gstreamer.prov
 Source2:	macros.gstreamer
 
@@ -84,8 +83,21 @@ types or processing capabilities can be 
 plugins.
 
 This package contains the libraries and includes files necessary to develop
-applications and plugins for GStreamer, as well as general and API
-documentation.
+applications and plugins for GStreamer. If you plan to develop applications
+with GStreamer, consider installing the gstreamer-devel-docs package and the
+documentation packages for any plugins you intend to use.
+
+%package devel-docs
+Summary: Developer documentation for GStreamer streaming media framework
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+# for /usr/share/gtk-doc/html
+Requires: gtk-doc
+BuildArch: noarch
+
+%description devel-docs
+This package contains developer documentation for the GStreamer streaming
+media framework.
 
 %package -n gstreamer-tools
 Summary: 	common tools and files for GStreamer streaming media framework
@@ -108,7 +120,6 @@ with different major/minor versions of G
 %setup -q -n gstreamer-%{version}
 
 %patch1 -p1 -b .rpm-provides
-%patch2 -p1 -b .no-unload
 
 %build
 # 0.10.0: manuals do not build due to an openjade error; disable for now
@@ -223,14 +234,21 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
 %{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
 
-%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
-%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
-%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
 
 %{_prefix}/lib/rpm/gstreamer.prov
 %{_sysconfdir}/rpm/macros.gstreamer
 
+%files devel-docs
+%defattr(-, root, root, -)
+%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
+%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
+%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
+
 %changelog
+* Wed Apr 28 2010 Benjamin Otte <otte at redhat.com> 0.10.29-1
+- Update to 0.10.29
+- Make a noarch devel-docs subpackage to avoid conflicts
+
 * Mon Mar 15 2010 Benjamin Otte <otte at redhat.com> 0.10.28-2
 - Fix crashes when plugin init fails (#572800)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer/F-13/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- sources	9 Mar 2010 08:07:19 -0000	1.54
+++ sources	28 Apr 2010 11:56:26 -0000	1.55
@@ -1 +1 @@
-1c7accac718fe211ff91323c27d4ae02  gstreamer-0.10.28.tar.bz2
+c92d6bce4fc65fa9d5a3ad35cdd1a466  gstreamer-0.10.29.tar.bz2


--- 0001-plugins-Do-not-ever-unload-a-plugin-after-calling-in.patch DELETED ---



More information about the scm-commits mailing list