Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2016-11-07 10:08:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-commander (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-commander.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-commander"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2016-09-20 13:27:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes     
2016-11-07 10:08:05.000000000 +0100
@@ -1,0 +2,49 @@
+Wed Nov  2 16:10:00 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.6.1:
+  + Selection background color not applied when using custom
+    colors (bgo#638174).
+  + Compiles with gcc6 -Werror=format-security (bgo#773063).
+- Changes from version 1.6.0:
+  + New features:
+    - Always reopen the tab which was previously closed in the
+      options dialog.
+    - Samba support is now optionally available via configure
+      option.
+    - Configurable command for sending files to a preferred
+      application.
+    - Button 'Edit files' accepts more than one selected file at
+      the same time.
+    - Device buttons and device list entries act as 'home buttons'
+      for that device when it is already active.
+    - Copy directory path to clipboard after right click on
+      dir-indicator.
+    - Show/hide mainmenu can be set as keyboard shortcut now.
+    - Simple plug-in system for file context menu.
+    - Display of application icons in the "Open With" popup menu.
+    - Write bookmark changes immediately to file, Sync bookmarks
+      between all instances.
+    - Storage of options is done in the dconf database now instead
+      of a gnome-config file (bgo#570733).
+    - Devices and fav-apps are now stored within the GKeyFile
+      format.
+    - File Roller plugin can use patterns of strftime when creating
+      the archive name.
+    - Started usage of google test framework for unit tests.
+    - New colour theme 'Winter'.
+    - Code cleanup.
+  + Removed "Open folder" command in popup menu and user actions.
+  + Bugs fixed: bgo#671616, bgo#683087, bgo#742752, bgo#767158,
+    bgo#769309, bgo#770062, bgo#770063.
+  + Updated translations.
+- Align BuildRequires with configure:
+  + Removed: libexiv2-devel, libgnomeui-devel, libgsf-devel,
+    libxslt, taglib-devel
+  + Added (pkgconfig()-style): exiv2, glib-2.0, gmodule-2.0,
+    gobject-2.0, gtk+-2.0, libgnome-2.0, libgnomeui-2.0, libgsf-1,
+    taglib.
+- Add %glib2_gsettings_schema_post/postun to the respective
+  scriptlets to handle the newly installed glib schemas.
+- Drop obsolete conditions for openSUSE 11.3.
+
+-------------------------------------------------------------------

Old:
----
  gnome-commander-1.4.9.tar.xz

New:
----
  gnome-commander-1.6.1.tar.xz

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

Other differences:
------------------
++++++ gnome-commander.spec ++++++
--- /var/tmp/diff_new_pack.xvKe0c/_old  2016-11-07 10:08:06.000000000 +0100
+++ /var/tmp/diff_new_pack.xvKe0c/_new  2016-11-07 10:08:06.000000000 +0100
@@ -17,28 +17,32 @@
 
 
 Name:           gnome-commander
-Version:        1.4.9
+Version:        1.6.1
 Release:        0
 Summary:        Nice and Fast File Manager for the GNOME Desktop
 License:        GPL-2.0+
 Group:          Productivity/File utilities
 Url:            http://www.nongnu.org/gcmd/
-Source:         
http://download.gnome.org/sources/gnome-commander/1.4/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-commander/1.6/%{name}-%{version}.tar.xz
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  intltool
-BuildRequires:  libexiv2-devel >= 0.14
-BuildRequires:  libgnomeui-devel >= 2.4.0
-BuildRequires:  libgsf-devel >= 1.12.0
-BuildRequires:  libxslt
+BuildRequires:  intltool >= 0.50.1
 BuildRequires:  python-devel >= 2.5
-BuildRequires:  taglib-devel >= 1.4
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(exiv2) >= 0.14
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.0.0
 BuildRequires:  pkgconfig(gnome-keyring-1) >= 2.22
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.8.0
+BuildRequires:  pkgconfig(libgnome-2.0) >= 2.0.0
+BuildRequires:  pkgconfig(libgnomeui-2.0) >= 2.4.0
+BuildRequires:  pkgconfig(libgsf-1) >= 1.12.0
 BuildRequires:  pkgconfig(poppler-glib) >= 0.19
+BuildRequires:  pkgconfig(taglib) >= 1.4
 BuildRequires:  pkgconfig(unique-1.0) >= 0.9.3
 Recommends:     %{name}-lang
 # For xdg-su
@@ -70,17 +74,13 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} > 1130
-
 %post
+%glib2_gsettings_schema_post
 %desktop_database_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
+%glib2_gsettings_schema_postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr (-, root, root)
@@ -97,6 +97,8 @@
 %{_bindir}/*
 %{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.gnome-commander.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.gnome-commander.gschema.xml
 %{_datadir}/pixmaps/*.png
 %{_datadir}/pixmaps/gnome-commander
 %{_libdir}/gnome-commander

++++++ gnome-commander-1.4.9.tar.xz -> gnome-commander-1.6.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnome-commander/gnome-commander-1.4.9.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander-1.6.1.tar.xz 
differ: char 26, line 1


Reply via email to