Accepting request 1079386 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1079386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=46
This commit is contained in:
2023-04-16 14:06:53 +00:00
committed by Git OBS Bridge
5 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96008a441d685a64275a515b893ccad0fea1d560c43acd0763533e17f3a13ebb
size 103824

3
gst-python-1.22.2.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef2b3d82ce4be46b775b1bb56305c1003ee01b535a53a82f9fe8924972153ad
size 105628

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 12 17:19:00 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.2:
+ No changes, version bump only.
- Rebase patch.
-------------------------------------------------------------------
Thu Mar 9 18:30:30 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -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

View File

@@ -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',