Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2023-02-02 18:06:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-ugly"

Thu Feb  2 18:06:54 2023 rev:74 rq:1061543 version:1.22.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
    2022-12-25 15:14:32.981270095 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.32243/gstreamer-plugins-ugly.changes
 2023-02-02 18:25:18.094334333 +0100
@@ -1,0 +2,14 @@
+Fri Jan 27 10:10:31 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Add patch to reduce the required meson version to 0.61.0 since
+  that's what we have in SLE 15:
+  * reduce-required-meson.patch
+
+-------------------------------------------------------------------
+Wed Jan 25 10:17:44 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.22.0:
+  + Please see changes in gstreamer main package, major version
+    bump.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-ugly-1.20.5.tar.xz

New:
----
  gst-plugins-ugly-1.22.0.tar.xz
  reduce-required-meson.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.LsJlYP/_old  2023-02-02 18:25:18.490336745 +0100
+++ /var/tmp/diff_new_pack.LsJlYP/_new  2023-02-02 18:25:18.494336770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-ugly
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
 
 Name:           gstreamer-plugins-ugly
-Version:        1.20.5
+Version:        1.22.0
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later
@@ -33,12 +33,13 @@
 URL:            https://gstreamer.freedesktop.org
 Source0:        %{url}/src/%{_name}/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
+Patch0:         reduce-required-meson.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  liba52-devel
 BuildRequires:  libcdio-devel >= 0.76
 BuildRequires:  libdvdread-devel
-BuildRequires:  meson >= 0.47.0
+BuildRequires:  meson >= 0.61.0
 BuildRequires:  orc >= 0.4.16
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
@@ -132,7 +133,6 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstdvdsub.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2dec.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstrealmedia.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstxingmux.so
 
 %if 0%{?BUILD_ORIG}
 %if 0%{?BUILD_ORIG_ADDON}

++++++ gst-plugins-ugly-1.20.5.tar.xz -> gst-plugins-ugly-1.22.0.tar.xz ++++++
++++ 55115 lines of diff (skipped)

++++++ reduce-required-meson.patch ++++++
Index: gst-plugins-ugly-1.22.0/meson.build
===================================================================
--- gst-plugins-ugly-1.22.0.orig/meson.build
+++ gst-plugins-ugly-1.22.0/meson.build
@@ -1,6 +1,6 @@
 project('gst-plugins-ugly', 'c',
   version : '1.22.0',
-  meson_version : '>= 0.62',
+  meson_version : '>= 0.61',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
 

Reply via email to