Hello community,

here is the log from the commit of package thunar-volman for openSUSE:Factory 
checked in at 2018-06-20 15:25:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thunar-volman (Old)
 and      /work/SRC/openSUSE:Factory/.thunar-volman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thunar-volman"

Wed Jun 20 15:25:21 2018 rev:30 rq:617422 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/thunar-volman/thunar-volman.changes      
2017-12-09 20:33:53.039270406 +0100
+++ /work/SRC/openSUSE:Factory/.thunar-volman.new/thunar-volman.changes 
2018-06-20 15:25:40.406447254 +0200
@@ -1,0 +2,8 @@
+Fri Jun 15 09:27:36 UTC 2018 - [email protected]
+
+- update to version 0.9.0
+  - GTK3 Port
+  - Translation updates
+- add thunar-volman-0.9-fix-build-with-xfce-4.12.patch
+
+-------------------------------------------------------------------

Old:
----
  thunar-volman-0.8.1.tar.bz2

New:
----
  thunar-volman-0.9-fix-build-with-xfce-4.12.patch
  thunar-volman-0.9.0.tar.bz2

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

Other differences:
------------------
++++++ thunar-volman.spec ++++++
--- /var/tmp/diff_new_pack.naysyu/_old  2018-06-20 15:25:42.494371518 +0200
+++ /var/tmp/diff_new_pack.naysyu/_new  2018-06-20 15:25:42.498371373 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar-volman
 #
-# Copyright (c) 2015 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
@@ -17,28 +17,31 @@
 
 
 Name:           thunar-volman
-Version:        0.8.1
+Version:        0.9.0
 Release:        0
 Summary:        Thunar Volume Manager
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 Url:            http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
-Source0:        
http://archive.xfce.org/src/apps/thunar-volman/0.8/%{name}-%{version}.tar.bz2
+Source0:        
http://archive.xfce.org/src/apps/thunar-volman/0.9/%{name}-%{version}.tar.bz2
 Source1:        thunar-volman.xml
 # PATCH-FIX-OPENSUSE thunar-volman-use-udisks-hints.diff bnc#949808 -- 
[email protected]
 Patch0:         thunar-volman-use-udisks-hints.diff
+#
+Patch1:         thunar-volman-0.9-fix-build-with-xfce-4.12.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(exo-2)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.12.0
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12.0
+BuildRequires:  pkgconfig(libxfconf-0) >= 4.12.0
+
 Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -69,6 +72,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++++++ thunar-volman-0.9-fix-build-with-xfce-4.12.patch ++++++
Index: b/thunar-volman-settings/main.c
===================================================================
--- a/thunar-volman-settings/main.c
+++ b/thunar-volman-settings/main.c
@@ -105,7 +105,7 @@ main (int    argc,
       plug_child = list->data;
       g_list_free (list);
 
-      xfce_widget_reparent (plug_child, plug);
+      gtk_widget_reparent (plug_child, plug);
 
       gtk_main ();
       gtk_widget_destroy (plug);
++++++ thunar-volman-0.8.1.tar.bz2 -> thunar-volman-0.9.0.tar.bz2 ++++++
++++ 28345 lines of diff (skipped)


Reply via email to