Hello community,

here is the log from the commit of package gigolo for openSUSE:Factory checked 
in at 2018-11-30 16:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gigolo (Old)
 and      /work/SRC/openSUSE:Factory/.gigolo.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gigolo"

Fri Nov 30 16:33:46 2018 rev:24 rq:652828 version:0.4.90

Changes:
--------
--- /work/SRC/openSUSE:Factory/gigolo/gigolo.changes    2014-01-10 
21:18:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gigolo.new.19453/gigolo.changes 2018-11-30 
16:33:56.113241282 +0100
@@ -1,0 +2,17 @@
+Fri Nov 30 09:03:38 UTC 2018 - Stefan Seyfried <[email protected]>
+
+- more explicit gtk3 dependency specification
+- Leap 42.3 does not build anymore, remove obsolete %post*-snippets
+
+-------------------------------------------------------------------
+Fri Nov 30 06:20:57 UTC 2018 - Maurizio Galli <[email protected]>
+
+- Gigolo 0.4.90
+  * Port to GTK+ 3
+  * Improved appearance of various dialogs
+  * Improved sizings of the icon view
+  * Updated translations- 
+
+- Cleaned spec file
+- Use system icon for better integration
+-------------------------------------------------------------------

Old:
----
  gigolo-0.4.2.tar.bz2

New:
----
  gigolo-0.4.90.tar.bz2

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

Other differences:
------------------
++++++ gigolo.spec ++++++
--- /var/tmp/diff_new_pack.fhPQCM/_old  2018-11-30 16:33:57.881238965 +0100
+++ /var/tmp/diff_new_pack.fhPQCM/_new  2018-11-30 16:33:57.889238954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gigolo
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -12,24 +12,26 @@
 # 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/
 #
 
 
 Name:           gigolo
-Version:        0.4.2
+Version:        0.4.90
 Release:        0
 Summary:        Frontend to Easily Manage Connections to Remote Filesystems
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Filesystems
-Url:            http://www.uvena.de/gigolo/
+Url:            https://git.xfce.org/apps/gigolo/
 Source0:        
http://archive.xfce.org/src/apps/gigolo/0.4/%{name}-%{version}.tar.bz2
 Source1:        %{name}.png
 BuildRequires:  ed
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+## 
https://developer.gnome.org/gtk3/stable/GtkMenu.html#gtk-menu-popup-at-pointer
+## 3.22, even though configure.ac only checks for 3.14
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 Requires:       gvfs
 # uses xdg-open
 Requires:       xdg-utils
@@ -46,7 +48,7 @@
 %prep
 %setup -q
 ed -s gigolo.desktop.in <<'EOF'
-,s/^Icon=gtk-network/Icon=gigolo/
+,s/^Icon=gtk-network/Icon=folder-remote/
 w
 EOF
 
@@ -57,8 +59,6 @@
 %install
 %make_install
 
-install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
-
 # remove documentation/license files included below
 rm -rf %{buildroot}%{_datadir}/doc
 
@@ -66,19 +66,13 @@
 
 %find_lang %{name}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%license COPYING
+%doc AUTHORS  ChangeLog NEWS README THANKS TODO
 %doc %{_mandir}/man1/gigolo.1*
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
 
 %files lang -f %{name}.lang
 

++++++ gigolo-0.4.2.tar.bz2 -> gigolo-0.4.90.tar.bz2 ++++++
++++ 21078 lines of diff (skipped)



Reply via email to