From 09fb911a85d0b1a88867e716f8c607241d3290ea Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 7 Mar 2024 19:08:05 +0100 Subject: [PATCH] automatic version update by autodist [release 1.24.0-1mamba;Thu Mar 07 2024] --- gst-python-0.10.13-configure-python26.patch | 11 ----------- python-gst.spec | 13 +++++-------- 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 gst-python-0.10.13-configure-python26.patch diff --git a/gst-python-0.10.13-configure-python26.patch b/gst-python-0.10.13-configure-python26.patch deleted file mode 100644 index b7daf05..0000000 --- a/gst-python-0.10.13-configure-python26.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-python-0.10.13/configure 2008-10-03 01:48:09.000000000 +0200 -+++ gst-python-0.10.13/configure-gil 2008-11-18 20:56:18.000000000 +0100 -@@ -21403,7 +21403,7 @@ - - # Find any Python interpreter. - if test -z "$PYTHON"; then -- for ac_prog in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 -+ for ac_prog in python python2 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/python-gst.spec b/python-gst.spec index 73101bd..7f87efe 100644 --- a/python-gst.spec +++ b/python-gst.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: python-gst -Version: 1.22.10 +Version: 1.24.0 Release: 1mamba Summary: Python bindings for GStreamer Group: Development/Languages @@ -9,7 +9,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://gstreamer.freedesktop.org/ Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz -Patch: gst-python-0.10.13-configure-python26.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -49,7 +48,6 @@ This package contains static libraries needed for development. %prep %setup -q -n gst-python-%{version} -#%patch -p1 %build %meson @@ -71,13 +69,12 @@ This package contains static libraries needed for development. %dir %{python3_sitearch}/gi/overrides/ %{python3_sitearch}/gi/overrides/* %{_libdir}/gstreamer-1.0/libgstpython.so -%doc AUTHORS COPYING - -#%files devel -#%defattr(-,root,root) -#%doc ChangeLog NEWS README TODO +%doc COPYING %changelog +* Thu Mar 07 2024 Automatic Build System 1.24.0-1mamba +- automatic version update by autodist + * Wed Feb 14 2024 Automatic Build System 1.22.10-1mamba - automatic version update by autodist