rpms/gstreamer-python/devel gst-python-0.10.15-strayline.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 gstreamer-python.spec, 1.29, 1.30 sources, 1.15, 1.16

Denis Leroy denis at fedoraproject.org
Thu May 28 07:56:03 UTC 2009


Author: denis

Update of /cvs/pkgs/rpms/gstreamer-python/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19069

Modified Files:
	.cvsignore gstreamer-python.spec sources 
Added Files:
	gst-python-0.10.15-strayline.patch 
Log Message:
Update to upstream 0.10.15 (#502812). Added git patch to fix compile fix

gst-python-0.10.15-strayline.patch:

--- NEW FILE gst-python-0.10.15-strayline.patch ---
--- gst-python-0.10.15/gst/gst-pb-0.10.23.ignore~	2009-05-07 23:08:46.000000000 +0200
+++ gst-python-0.10.15/gst/gst-pb-0.10.23.ignore	2009-05-28 09:46:04.357371710 +0200
@@ -17,4 +17,3 @@
 	GstNavigationMessageType
 	GstNavigationEventType
 %%
-


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-python/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	30 Jan 2009 11:16:43 -0000	1.15
+++ .cvsignore	28 May 2009 07:55:33 -0000	1.16
@@ -1 +1 @@
-gst-python-0.10.14.tar.bz2
+gst-python-0.10.15.tar.bz2


Index: gstreamer-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-python/devel/gstreamer-python.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- gstreamer-python.spec	25 Feb 2009 01:36:57 -0000	1.29
+++ gstreamer-python.spec	28 May 2009 07:55:33 -0000	1.30
@@ -1,14 +1,15 @@
 %define         majorminor      0.10
 
 Name:           gstreamer-python
-Version:        0.10.14
-Release:        2%{?dist}
+Version:        0.10.15
+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:         gst-python-0.10.15-strayline.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       python >= 2.3
@@ -48,6 +49,7 @@ developing gstreamer-python applications
 %prep
 %setup -q -n gst-python-%{version}
 %{__sed} -i 's|^#!/usr/bin/env python$|#|' gst/extend/*.py
+%patch0 -p1 -b .strayline
 
 
 %build
@@ -76,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/python?.?/site-packages/pygst.py*
 %{_libdir}/python?.?/site-packages/pygst.pth
 %{_libdir}/python?.?/site-packages/gstoption.so
+%{_libdir}/gstreamer-0.10/*
 %dir %{_datadir}/gst-python
 %dir %{_datadir}/gst-python/%{majorminor}
 %dir %{_datadir}/gst-python/%{majorminor}/defs
@@ -89,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 28 2009 Denis Leroy <denis at poolshark.org> - 0.10.15-1
+- Update to upstream 0.10.15 (#502812)
+- Added git patch to fix compile fix
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-python/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	30 Jan 2009 11:16:43 -0000	1.15
+++ sources	28 May 2009 07:55:33 -0000	1.16
@@ -1 +1 @@
-a2df4bc00c718ab9d1edda4429a58b9d  gst-python-0.10.14.tar.bz2
+3329320a97bdbc669e11054f19bddf5a  gst-python-0.10.15.tar.bz2




More information about the fedora-extras-commits mailing list