diff --git a/.cvsignore b/.cvsignore index 8f09afa..8e1a627 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gst-python-0.10.14.tar.bz2 +gst-python-0.10.15.tar.bz2 diff --git a/gst-python-0.10.15-strayline.patch b/gst-python-0.10.15-strayline.patch new file mode 100644 index 0000000..648e3e2 --- /dev/null +++ b/gst-python-0.10.15-strayline.patch @@ -0,0 +1,7 @@ +--- 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 + %% +- diff --git a/gstreamer-python.spec b/gstreamer-python.spec index 12025a9..ac25890 100644 --- a/gstreamer-python.spec +++ b/gstreamer-python.spec @@ -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 - 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 - 0.10.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 962b711..d7ea25b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2df4bc00c718ab9d1edda4429a58b9d gst-python-0.10.14.tar.bz2 +3329320a97bdbc669e11054f19bddf5a gst-python-0.10.15.tar.bz2