Hello community,

here is the log from the commit of package xnoise for openSUSE:Factory checked 
in at 2018-10-29 14:21:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xnoise (Old)
 and      /work/SRC/openSUSE:Factory/.xnoise.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xnoise"

Mon Oct 29 14:21:36 2018 rev:7 rq:644813 version:0.2.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/xnoise/xnoise.changes    2018-05-11 
09:18:22.966281240 +0200
+++ /work/SRC/openSUSE:Factory/.xnoise.new/xnoise.changes       2018-10-29 
14:32:19.187292100 +0100
@@ -1,0 +2,6 @@
+Thu Oct 25 12:16:46 UTC 2018 - [email protected]
+
+- Update xnoise-compilation-fix.patch for the removal of
+  Gtk.STOCK_DIRECTORY.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xnoise.spec ++++++
--- /var/tmp/diff_new_pack.Azizwk/_old  2018-10-29 14:32:20.463258288 +0100
+++ /var/tmp/diff_new_pack.Azizwk/_new  2018-10-29 14:32:20.491257547 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -132,11 +132,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %{_bindir}/%{name}
 %{_bindir}/%{name}_image_extractor_service

++++++ xnoise-compilation-fix.patch ++++++
--- /var/tmp/diff_new_pack.Azizwk/_old  2018-10-29 14:32:20.903246647 +0100
+++ /var/tmp/diff_new_pack.Azizwk/_new  2018-10-29 14:32:20.923246118 +0100
@@ -9,6 +9,19 @@
      }
      
      public enum Priority {
+--- a/libxnoise/ExtraWidgets/AddMedia/xnoise-add-media-widget.vala
++++ b/libxnoise/ExtraWidgets/AddMedia/xnoise-add-media-widget.vala
+@@ -199,8 +199,8 @@ private class Xnoise.AddMediaWidget : Gt
+     }
+     
+     private void update_item_list() {
+-        Gtk.Invisible w = new Gtk.Invisible();
+-        Gdk.Pixbuf folder_icon = w.render_icon_pixbuf(Gtk.STOCK_DIRECTORY, 
IconSize.MENU);
++        Gtk.IconTheme icon_theme = Gtk.IconTheme.get_default();
++        Gdk.Pixbuf folder_icon = icon_theme.load_icon("folder", 16, 0);
+         listmodel.clear();
+         GLib.List<Item?> list = media_importer.get_media_folder_list();
+         foreach(Item? i in list) {
 --- a/libxnoise/ExtraWidgets/xnoise-tree-media-selector.vala
 +++ b/libxnoise/ExtraWidgets/xnoise-tree-media-selector.vala
 @@ -404,7 +404,11 @@ private class Xnoise.TreeMediaSelector :


Reply via email to