Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2014-04-04 16:34:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-01-23 15:44:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes     
2014-04-04 16:34:27.000000000 +0200
@@ -1,0 +2,35 @@
+Mon Mar 17 13:11:40 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.4.0:
+  + Support for tabs.
+  + Revamped bookmarks dialog.
+  + Revamped file properties dialog.
+  + One instance mode.
+  + New colour theme: green tiger.
+  + User defined LS_COLORS colours.
+  + Possibility to select/deselect files only.
+  + Support for automatic width counters in advanced file rename.
+  + Enhanced file name matching in quick search.
+  + Open terminal with administrator privileges.
+  + Prompt to confirm drag & drop operations.
+  + Right click popup menu for copying in internal viewer.
+  + --config-dir command line option for customized location of
+    config files.
+  + Several speed improvements including C++ rework and code
+    cleanups.
+  + New python plugin: 'apply_patch'.
+  + Dropped broken MIME type configuration.
+  + Dropped support for cvs plugin.
+  + Adjusted keybindings.
+  + Updated documentation.
+  + Bugs fixed: bgo#377463, bgo#492479, bgo#617140, bgo#632064,
+    bgo#632208, bgo#633107, bgo#633167, bgo#633331, bgo#634972,
+    bgo#637873, bgo#638059, bgo#660043, bgo#660268, bgo#667080,
+    bgo#696227, bgo#684527, bgo#660063, bgo#642178, lp#117226.
+  + Updated translations.
+- Add pkgconfig(gnome-keyring-1) and pkgconfig(unique-1.0)
+  BuildRequires: new dependencies.
+- Add gnome-commander-docs.patch: Fix installation of documentation
+  figures.
+
+-------------------------------------------------------------------

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

New:
----
  gnome-commander-1.4.0.tar.xz
  gnome-commander-docs.patch

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

Other differences:
------------------
++++++ gnome-commander.spec ++++++
--- /var/tmp/diff_new_pack.m1BRyf/_old  2014-04-04 16:34:27.000000000 +0200
+++ /var/tmp/diff_new_pack.m1BRyf/_new  2014-04-04 16:34:27.000000000 +0200
@@ -17,27 +17,31 @@
 
 
 Name:           gnome-commander
-Version:        1.2.8.17
+Version:        1.4.0
 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.2/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-commander/1.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-commander-docs.patch bgo#726559 
dims...@opensuse.org -- Fix installation of documentation figures
+Patch0:         gnome-commander-docs.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
-BuildRequires:  libexiv2-devel
-BuildRequires:  libgnomeui-devel
-BuildRequires:  libgsf-devel
-BuildRequires:  libpoppler-devel
+BuildRequires:  libexiv2-devel >= 0.14
+BuildRequires:  libgnomeui-devel >= 2.4.0
+BuildRequires:  libgsf-devel >= 1.12.0
+BuildRequires:  libpoppler-devel >= 0.18
 BuildRequires:  libxslt
-BuildRequires:  python-devel
-BuildRequires:  taglib-devel
+BuildRequires:  python-devel >= 2.5
+BuildRequires:  taglib-devel >= 1.4
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gnome-keyring-1) >= 2.22
+BuildRequires:  pkgconfig(unique-1.0) >= 0.9.3
 Recommends:     %{name}-lang
 # For xdg-su
 Recommends:     xdg-utils
@@ -51,6 +55,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
@@ -63,10 +68,7 @@
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -delete -print
 %suse_update_desktop_file gnome-commander
-# Change sr@Latn to sr@latin
-mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}
 
 %clean
 rm -rf %{buildroot}

++++++ gnome-commander-1.2.8.17.tar.xz -> gnome-commander-1.4.0.tar.xz ++++++
++++ 512861 lines of diff (skipped)

++++++ gnome-commander-docs.patch ++++++
Index: gnome-commander-1.4.0/doc/Makefile.in
===================================================================
--- gnome-commander-1.4.0.orig/doc/Makefile.in
+++ gnome-commander-1.4.0/doc/Makefile.in
@@ -551,7 +551,6 @@ DOC_FIGURES = \
        figures/gnome-commander_options_format.png              \
        figures/gnome-commander_options_general.png             \
        figures/gnome-commander_options_layout.png              \
-       figures/gnome-commander_options_network.png             \
        figures/gnome-commander_options_programs.png            \
        figures/gnome-commander_options_tabs.png                \
        figures/gnome-commander_options_layout_colors.png       \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to