Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package clapper for openSUSE:Factory checked 
in at 2022-06-20 15:38:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clapper (Old)
 and      /work/SRC/openSUSE:Factory/.clapper.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clapper"

Mon Jun 20 15:38:39 2022 rev:2 rq:983983 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/clapper/clapper.changes  2022-02-27 
22:43:09.330631533 +0100
+++ /work/SRC/openSUSE:Factory/.clapper.new.1548/clapper.changes        
2022-06-20 15:39:24.739046998 +0200
@@ -1,0 +2,25 @@
+Thu Jun  9 14:20:30 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 0.5.1:
+  * A quick hotfix release. Fixes problems with new video sink on
+    displays with non-100% scaling applied.
+- Changes from version 0.5.0:
+  * Clapper now includes an all new and improved GStreamer video
+    sink. With it, we are moving away from GLArea into using
+    GdkPaintable. This already gives us slight performance
+    improvement in some cases and opens new possibilities to
+    improve it further at a later time. New sink now also handles
+    overlaying and displaying subtitles on the GTK side of things
+    (as a separate GdkTextures instead of drawing them into
+    framebuffer). Old, now called "legacy" sink is still included.
+    If there are any problems with the new one, you can set
+    CLAPPER_USE_LEGACY_SINK=1 env to use the old one.
+  * Networking was ported into libsoup3. The built-in, unfinished
+    web application was removed.
+  * Additionally, app now supports D-Bus launching
+    (DBusActivatable).
+  * Some other misc fixes and few small UI changes were also done.
+  * Updated translations.
+- Update libnames define to align with soname.
+
+-------------------------------------------------------------------

Old:
----
  clapper-0.4.1.tar.gz

New:
----
  clapper-0.5.1.tar.gz

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

Other differences:
------------------
++++++ clapper.spec ++++++
--- /var/tmp/diff_new_pack.acAizJ/_old  2022-06-20 15:39:25.087047506 +0200
+++ /var/tmp/diff_new_pack.acAizJ/_new  2022-06-20 15:39:25.091047513 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clapper
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,25 @@
 
 
 %define typelib typelib-1_0-GstClapper-1
-%define libname libgstclapper-1
+%define libname  libgstclapper-1_0-0
+%define libname2 libgstclapperglbaseimporter0
 %define appname com.github.rafostar.Clapper
 
 Name:           clapper
-Version:        0.4.1
+Version:        0.5.1
 Release:        0
 Summary:        A GNOME media player built using GJS with GTK4
 License:        GPL-3.0-or-later
 URL:            https://github.com/Rafostar/clapper
 Source:         
%{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
-BuildRequires:  c++_compiler
-BuildRequires:  c_compiler
-BuildRequires:  desktop-file-utils
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGL-devel
 BuildRequires:  Mesa-libGLESv2-devel
 BuildRequires:  Mesa-libGLESv3-devel
+BuildRequires:  c++_compiler
+BuildRequires:  c_compiler
+BuildRequires:  desktop-file-utils
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
@@ -52,6 +53,7 @@
 
 %package devel
 Summary:        Development files for %{name}
+Requires:       %{libname2} = %{version}
 Requires:       %{libname} = %{version}
 Requires:       %{typelib} = %{version}
 
@@ -66,10 +68,18 @@
 
 %package -n %{libname}
 Summary:        Library for %{name}
+Obsoletes:      libgstclapper-1 < 0.5
+Provides:       libgstclapper-1 = 0.5
 
 %description -n %{libname}
 %{summary}.
 
+%package -n %{libname2}
+Summary:        Library for %{name}
+
+%description -n %{libname2}
+%{summary}.
+
 %lang_package
 
 %prep
@@ -86,6 +96,7 @@
 %find_lang %{appname}
 
 %ldconfig_scriptlets -n %{libname}
+%ldconfig_scriptlets -n %{libname2}
 
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.desktop
@@ -95,25 +106,35 @@
 %doc README.md
 %{_bindir}/%{name}
 %{_bindir}/%{appname}
-%{_bindir}/%{appname}.Daemon
-%{_bindir}/%{appname}.Remote
 %{_datadir}/%{appname}/
 %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*.svg
 %{_datadir}/metainfo/%{appname}.metainfo.xml
 %{_datadir}/mime/packages/%{appname}.xml
 %{_datadir}/applications/%{appname}.desktop
+%{_datadir}/dbus-1/services/%{appname}.service
+%dir %{_libdir}/clapper-1.0
+%dir %{_libdir}/clapper-1.0/gst
+%dir %{_libdir}/clapper-1.0/gst/plugin
+%dir %{_libdir}/clapper-1.0/gst/plugin/importers
+%{_libdir}/clapper-1.0/gst/plugin/importers/*.so
+%dir %{_libdir}/gstreamer-1.0
+%{_libdir}/gstreamer-1.0/*.so
 
 %files -n %{libname}
 %dir %{_libdir}/%{appname}
 %{_libdir}/%{appname}/*.so.*
 
+%files -n %{libname2}
+%{_libdir}/libgstclapperglbaseimporter.so.*
+
 %files -n %{typelib}
 %dir %{_libdir}/%{appname}/girepository-1.0
 %{_libdir}/%{appname}/girepository-1.0/GstClapper-1.0.typelib
 
 %files devel
 %{_libdir}/%{appname}/*.so
+%{_libdir}/*.so
 %{_datadir}/gir-1.0/GstClapper-1.0.gir
 
 %files lang -f %{appname}.lang

++++++ clapper-0.4.1.tar.gz -> clapper-0.5.1.tar.gz ++++++
++++ 20734 lines of diff (skipped)

Reply via email to