Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2023-02-03 22:04:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-editing-services"

Fri Feb  3 22:04:49 2023 rev:45 rq:1061337 version:1.22.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
    2022-12-25 15:15:00.481425748 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4462/gstreamer-editing-services.changes
  2023-02-03 22:09:01.876609919 +0100
@@ -1,0 +2,10 @@
+Thu Jan 26 01:48:59 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.22.0:
+  + Please see changes in gstreamer main package, major version
+    bump.
+- Add gst-editing-services-fix-pc-name.patch: pc file was renamed.
+- Replace pkgconfig(gst-validate-1.0) with
+  pkgconfig(gstreamer-validate-1.0) BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  gst-editing-services-1.20.5.tar.xz

New:
----
  gst-editing-services-1.22.0.tar.xz
  gst-editing-services-fix-pc-name.patch

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

Other differences:
------------------
++++++ gstreamer-editing-services.spec ++++++
--- /var/tmp/diff_new_pack.4CRWGW/_old  2023-02-03 22:09:02.236612010 +0100
+++ /var/tmp/diff_new_pack.4CRWGW/_new  2023-02-03 22:09:02.240612033 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,15 @@
 %define _name gst-editing-services
 
 Name:           gstreamer-editing-services
-Version:        1.20.5
+Version:        1.22.0
 Release:        0
 Summary:        GStreamer Editing Services
 License:        LGPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Other
 URL:            
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source0:        
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{_name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gst-editing-services-fix-pc-name.patch -- Rename pc file 
that was renamed
+Patch0:         gst-editing-services-fix-pc-name.patch
 
 BuildRequires:  c++_compiler
 BuildRequires:  cmake
@@ -38,12 +40,12 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.18.0
 BuildRequires:  pkgconfig(gstreamer-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-validate-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
@@ -172,7 +174,9 @@
 %{_datadir}/bash-completion/completions/ges-launch-1.0
 
%{_datadir}/gstreamer-1.0/validate/scenarios/ges-edit-clip-while-paused.scenario
 %{_libdir}/gst-validate-launcher/python/launcher/apps/geslaunch.py
-%{python3_sitearch}/gi/overrides/GES.py
+%dir %{python3_sitelib}/gi
+%dir %{python3_sitelib}/gi/overrides
+%{python3_sitelib}/gi/overrides/GES.py
 
 %files -n libges-1_0-0
 %license COPYING

++++++ gst-editing-services-1.20.5.tar.xz -> gst-editing-services-1.22.0.tar.xz 
++++++
++++ 35642 lines of diff (skipped)

++++++ gst-editing-services-fix-pc-name.patch ++++++
--- gst-editing-services-1.22.0-orig/meson.build        2023-01-23 
20:29:34.000000000 +0100
+++ gst-editing-services-1.22.0/meson.build     2023-01-26 03:14:53.940091761 
+0100
@@ -110,7 +110,7 @@
 endif
 gstcontroller_dep = dependency('gstreamer-controller-1.0', version : gst_req,
   fallback : ['gstreamer', 'gst_controller_dep'])
-gstvalidate_dep = dependency('gst-validate-1.0', version : gst_req, required : 
get_option('validate'),
+gstvalidate_dep = dependency('gstreamer-validate-1.0', version : gst_req, 
required : get_option('validate'),
   fallback : ['gst-devtools', 'validate_dep'])
 
 gio_dep = dependency('gio-2.0', version: glib_req)

Reply via email to