rpms/gstreamer-python/F-8 .cvsignore, 1.9, 1.10 gstreamer-python.spec, 1.19, 1.20 sources, 1.9, 1.10

Denis Leroy (denis) fedora-extras-commits at redhat.com
Fri Mar 28 09:53:11 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/gstreamer-python/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17749

Modified Files:
	.cvsignore gstreamer-python.spec sources 
Log Message:
Update to upstream 0.10.11, many bug fixes, Fixed datadir directory ownership (#439291), Patch atexit upstreamed


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-python/F-8/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 Aug 2007 13:19:38 -0000	1.9
+++ .cvsignore	28 Mar 2008 09:52:31 -0000	1.10
@@ -1 +1 @@
-gst-python-0.10.8.tar.bz2
+gst-python-0.10.11.tar.bz2


Index: gstreamer-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-python/F-8/gstreamer-python.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gstreamer-python.spec	14 Sep 2007 18:10:39 -0000	1.19
+++ gstreamer-python.spec	28 Mar 2008 09:52:31 -0000	1.20
@@ -1,15 +1,14 @@
 %define         majorminor      0.10
 
 Name:           gstreamer-python
-Version:        0.10.8
-Release:        2%{?dist}
+Version:        0.10.11
+Release:        1%{?dist}
 Summary:        Python bindings for GStreamer
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://gstreamer.freedesktop.org/
 Source:         http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.bz2
-Patch0:         gstreamer-python-0.10.8-exit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       python >= 2.3
@@ -37,7 +36,6 @@
 
 %prep
 %setup -q -n gst-python-%{version}
-%patch0 -p1 -b .exit
 %{__sed} -i 's|^#!/usr/bin/env python$|#|' gst/extend/*.py
 
 
@@ -68,11 +66,18 @@
 %{_libdir}/python?.?/site-packages/pygst.py*
 %{_libdir}/python?.?/site-packages/pygst.pth
 %dir %{_datadir}/gst-python
+%dir %{_datadir}/gst-python/%{majorminor}
+%dir %{_datadir}/gst-python/%{majorminor}/defs
 %{_datadir}/gst-python/%{majorminor}/defs/*.defs
 %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc
 
 
 %changelog
+* Fri Mar 28 2008 Denis Leroy <denis at poolshark.org> - 0.10.11-1
+- Update to upstream 0.10.11, many bug fixes
+- Fixed datadir directory ownership (#439291)
+- Patch atexit upstreamed
+
 * Fri Sep 14 2007 Denis Leroy <denis at poolshark.org> - 0.10.8-2
 - Added patch to avoid crash on exit
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-python/F-8/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 Aug 2007 13:19:38 -0000	1.9
+++ sources	28 Mar 2008 09:52:31 -0000	1.10
@@ -1 +1 @@
-c9a7a6324104dc84502fc066c4fc4220  gst-python-0.10.8.tar.bz2
+357105974cc0fcdc6eabba446452168a  gst-python-0.10.11.tar.bz2




More information about the fedora-extras-commits mailing list