Hello community, here is the log from the commit of package xnoise for openSUSE:Factory checked in at 2018-05-11 09:18:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xnoise (Old) and /work/SRC/openSUSE:Factory/.xnoise.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xnoise" Fri May 11 09:18:19 2018 rev:6 rq:606246 version:0.2.21 Changes: -------- --- /work/SRC/openSUSE:Factory/xnoise/xnoise.changes 2017-04-11 09:39:06.128453158 +0200 +++ /work/SRC/openSUSE:Factory/.xnoise.new/xnoise.changes 2018-05-11 09:18:22.966281240 +0200 @@ -1,0 +2,6 @@ +Thu May 8 20:40:20 UTC 2018 - [email protected] + +- Update xnoise-compilation-fix.patch for the introduction of + GstVideoOverlay.set_property(). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xnoise.spec ++++++ --- /var/tmp/diff_new_pack.4FKtMm/_old 2018-05-11 09:18:23.874248343 +0200 +++ /var/tmp/diff_new_pack.4FKtMm/_new 2018-05-11 09:18:23.878248198 +0200 @@ -1,7 +1,7 @@ # # spec file for package xnoise # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: Feature-rich Amarok-like media player in GTK+ with a smooth GUI License: SUSE-GPL-2.0-with-linking-exception Group: Productivity/Multimedia/Sound/Players -Url: https://bitbucket.org/shuerhaaken/xnoise +URL: https://bitbucket.org/shuerhaaken/xnoise Source: https://bitbucket.org/shuerhaaken/%{name}/downloads/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM xnoise-compilation-fix.patch [email protected] -- Fix Vala compilation and a 64bit portability issue. Patch0: xnoise-compilation-fix.patch @@ -117,6 +117,11 @@ %check make check %{?_smp_mflags} V=1 +%post -n %{_libname}%{_soname} -p /sbin/ldconfig + +%postun -n %{_libname}%{_soname} -p /sbin/ldconfig + +%if 0%{?suse_version} < 1500 %post %desktop_database_post %icon_theme_cache_post @@ -124,14 +129,15 @@ %postun %desktop_database_postun %icon_theme_cache_postun - -%post -n %{_libname}%{_soname} -p /sbin/ldconfig - -%postun -n %{_libname}%{_soname} -p /sbin/ldconfig +%endif %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README +%if 0%{?suse_version} >= 1500 +%license COPYING +%else +%doc COPYING +%endif +%doc AUTHORS ChangeLog MAINTAINERS NEWS README %{_bindir}/%{name} %{_bindir}/%{name}_image_extractor_service %{_libdir}/%{name}/ @@ -142,14 +148,11 @@ %{_mandir}/man?/%{name}.?%{ext_man} %files lang -f %{name}.lang -%defattr(-,root,root) %files -n %{_libname}%{_soname} -%defattr(-,root,root) %{_libdir}/%{_libname}.so.* %files -n %{_libname}-devel -%defattr(-,root,root) %{_includedir}/%{name}/ %{_libdir}/pkgconfig/%{name}-1.0.pc %{_libdir}/%{_libname}.so ++++++ xnoise-compilation-fix.patch ++++++ --- /var/tmp/diff_new_pack.4FKtMm/_old 2018-05-11 09:18:23.922246604 +0200 +++ /var/tmp/diff_new_pack.4FKtMm/_new 2018-05-11 09:18:23.922246604 +0200 @@ -64,6 +64,17 @@ return val; else return 0; +--- a/libxnoise/Player/xnoise-gst-player.vala ++++ b/libxnoise/Player/xnoise-gst-player.vala +@@ -907,7 +907,7 @@ public class Xnoise.GstPlayer : GLib.Obj + if(!Gst.Video.is_video_overlay_prepare_window_handle_message(msg)) + return; + var imagesink =(Gst.Video.Overlay)(msg.src); +- imagesink.set_property("force-aspect-ratio", true); ++ ((GLib.Object)(imagesink)).set_property("force-aspect-ratio", true); + imagesink.set_window_handle((uint*)(Gdk.X11Window.get_xid(videoscreen.get_window()))); + } + --- a/libxnoise/TrackList/xnoise-tracklist.vala +++ b/libxnoise/TrackList/xnoise-tracklist.vala @@ -1101,7 +1101,11 @@ public class Xnoise.TrackList : TreeView
