From 502a0ab6c6aaab3e69eb7b10dff2906570df5483036dd56eb73fdbd877f6f39b Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Fri, 14 Apr 2023 07:37:18 +0000 Subject: [PATCH] Accepting request 1078792 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1078792 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=93 --- gst-python-1.22.1.tar.xz | 3 --- gst-python-1.22.2.tar.xz | 3 +++ python-gst.changes | 7 +++++++ python-gst.spec | 2 +- reduce-required-meson.patch | 8 +++++--- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 gst-python-1.22.1.tar.xz create mode 100644 gst-python-1.22.2.tar.xz diff --git a/gst-python-1.22.1.tar.xz b/gst-python-1.22.1.tar.xz deleted file mode 100644 index 4fce104..0000000 --- a/gst-python-1.22.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96008a441d685a64275a515b893ccad0fea1d560c43acd0763533e17f3a13ebb -size 103824 diff --git a/gst-python-1.22.2.tar.xz b/gst-python-1.22.2.tar.xz new file mode 100644 index 0000000..442ec7d --- /dev/null +++ b/gst-python-1.22.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef2b3d82ce4be46b775b1bb56305c1003ee01b535a53a82f9fe8924972153ad +size 105628 diff --git a/python-gst.changes b/python-gst.changes index 1c95d63..42c095a 100644 --- a/python-gst.changes +++ b/python-gst.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 12 17:19:00 UTC 2023 - Bjørn Lie + +- Update to version 1.22.2: + + No changes, version bump only. +- Rebase patch. + ------------------------------------------------------------------- Thu Mar 9 18:30:30 UTC 2023 - Bjørn Lie diff --git a/python-gst.spec b/python-gst.spec index adb6113..6e331e5 100644 --- a/python-gst.spec +++ b/python-gst.spec @@ -19,7 +19,7 @@ %define _name gst-python Name: python-gst -Version: 1.22.1 +Version: 1.22.2 Release: 0 Summary: Python Bindings for GStreamer License: LGPL-2.1-or-later diff --git a/reduce-required-meson.patch b/reduce-required-meson.patch index 0085249..bd29f6f 100644 --- a/reduce-required-meson.patch +++ b/reduce-required-meson.patch @@ -1,8 +1,10 @@ ---- gst-python-1.22.1-orig/meson.build 2023-03-04 14:42:32.000000000 +0100 -+++ gst-python-1.22.1/meson.build 2023-03-09 19:47:37.647172490 +0100 +Index: gst-python-1.22.2/meson.build +=================================================================== +--- gst-python-1.22.2.orig/meson.build ++++ gst-python-1.22.2/meson.build @@ -1,6 +1,6 @@ project('gst-python', 'c', - version : '1.22.1', + version : '1.22.2', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1',