From 369a78b748c1e7b7bc406f2ffe4dce4c6a9417e9 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Dec 09 2007 00:29:54 +0000 Subject: Update to upstream 0.10.9 --- diff --git a/.cvsignore b/.cvsignore index af910c2..9eeff63 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gst-python-0.10.8.tar.bz2 +gst-python-0.10.9.tar.bz2 diff --git a/gstreamer-python-0.10.8-exit.patch b/gstreamer-python-0.10.8-exit.patch deleted file mode 100644 index d7f240f..0000000 --- a/gstreamer-python-0.10.8-exit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-python-0.10.8/gst/gstmodule.c 2007/07/28 14:26:54 1.46 -+++ gst-python-0.10.8/gst/gstmodule.c 2007/09/11 11:49:50 1.47 -@@ -266,8 +266,6 @@ - - g_timeout_add_full (0, 100, python_do_pending_calls, NULL, NULL); - -- atexit(gst_deinit); -- - if (PyErr_Occurred ()) { - Py_FatalError ("can't initialize module gst"); - } diff --git a/gstreamer-python.spec b/gstreamer-python.spec index 76761eb..f10fbf2 100644 --- a/gstreamer-python.spec +++ b/gstreamer-python.spec @@ -1,15 +1,14 @@ %define majorminor 0.10 Name: gstreamer-python -Version: 0.10.8 -Release: 2%{?dist} +Version: 0.10.9 +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 @@ to be written in Python. %prep %setup -q -n gst-python-%{version} -%patch0 -p1 -b .exit %{__sed} -i 's|^#!/usr/bin/env python$|#|' gst/extend/*.py @@ -73,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 9 2007 Denis Leroy - 0.10.9-1 +- Update to upstream 0.10.9 +- Removed exit patch, is upstream + * Fri Sep 14 2007 Denis Leroy - 0.10.8-2 - Added patch to avoid crash on exit diff --git a/sources b/sources index 648d00b..87cebed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9a7a6324104dc84502fc066c4fc4220 gst-python-0.10.8.tar.bz2 +807e14e8d058445524a34e079bb83048 gst-python-0.10.9.tar.bz2