Hello community, here is the log from the commit of package gnome-commander for openSUSE:Factory checked in at 2017-10-23 16:43:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-commander (Old) and /work/SRC/openSUSE:Factory/.gnome-commander.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-commander" Mon Oct 23 16:43:42 2017 rev:62 rq:534190 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes 2017-10-05 12:06:23.240418431 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 2017-10-23 16:43:50.211234389 +0200 @@ -1,0 +2,44 @@ +Mon Oct 9 00:32:17 UTC 2017 - [email protected] + +- Update to version 1.8.0: + + New features: + - Quick search can be activated by just typing a letter, + adjustable in the options tab. + - Option for saving/not saving the: + . Command line history on exit. + . Search history on exit. + - Added a settings option for deciding if the terminal window + should stay open when a command finishes. + - [build]: + . Don't use gnome-autogen.sh anymore. + . Translations are now handled by upstream gettext instead of + intltool. + . New documentation infrastructure: Use yelp-tools instead of + gnome-doc-utils. + + Other changes: + - Increased minimum GTK version from 2.8.0 to 2.18.0. + - Code cleanup. + + Bug fixes: [build] Python is now found at build time, too, when + its version is equal to or higher than 3.x. + + Updated documentation. + + Updated translations. +- Add itstool: new dependency. +- Add %fdupes macro: missing macro for the already had fdupes + BuildRequires package. +- Add conditional use for translation-update-upstream: only non + suse distributions need it. +- Drop %glib2_gsettings_schema_* and %desktop_database_* macros: + functionality now covered by file triggers. +- Split package into a -doc subpackage: more than half the size of + package is documentation. +- Replace intltool BuildRequires by gettext, following switch by + upstream. +- Replace gnome-doc-utils-devel BuildRequires by yelp-tools, + following the port to the new documentation infrastructure by + upstream. +- No longer pass --disable-scrollkeeper to configure: it is no + longer recognized after the move to yelp-tools. +- GNOME Commander project has been moved to GitHub. The new home + page now is located at http://gcmd.github.io/. + +------------------------------------------------------------------- Old: ---- gnome-commander-1.6.4.tar.xz New: ---- gnome-commander-1.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-commander.spec ++++++ --- /var/tmp/diff_new_pack.YeBtQT/_old 2017-10-23 16:43:50.811206310 +0200 +++ /var/tmp/diff_new_pack.YeBtQT/_new 2017-10-23 16:43:50.811206310 +0200 @@ -17,33 +17,37 @@ Name: gnome-commander -Version: 1.6.4 +Version: 1.8.0 Release: 0 Summary: A file manager for the GNOME desktop environment License: GPL-2.0+ Group: Productivity/File utilities -Url: http://www.nongnu.org/gcmd/ -Source: http://download.gnome.org/sources/gnome-commander/1.6/%{name}-%{version}.tar.xz +Url: http://gcmd.github.io/ +Source: https://download.gnome.org/sources/gnome-commander/1.8/%{name}-%{version}.tar.xz BuildRequires: chmlib-devel BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gnome-doc-utils-devel -BuildRequires: intltool >= 0.50.1 +BuildRequires: yelp-tools +BuildRequires: gettext >= 0.19.7 +BuildRequires: itstool BuildRequires: python-devel >= 2.5 +%if !0%{?is_opensuse} BuildRequires: translation-update-upstream +%endif 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(gtk+-2.0) >= 2.18.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 Recommends: %{name}-lang +Recommends: %{name}-doc # For xdg-su Recommends: xdg-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -54,42 +58,43 @@ functions, the program is also an FTP client and can browse SMB networks. +%package doc +Summary: A file manager for the GNOME desktop environment -- Documentation files +Group: Productivity/File utilities +Requires: %{name} = %{version} +BuildArch: noarch + +%description doc +GNOME Commander is a "two-pane" graphical file manager for the Linux +desktop using GNOME libraries. In addition to basic file manager +functions, the program is also an FTP client and can browse SMB +networks. + %lang_package %prep %setup -q +%if !0%{?is_opensuse} translation-update-upstream +%endif %build %configure\ --disable-static\ - --disable-scrollkeeper\ --without-unique make %{?_smp_mflags} %install %make_install find %{buildroot}%{_libdir} -name '*.la' -delete -print +find %{buildroot}%{_datadir} -size 0 -delete %suse_update_desktop_file gnome-commander %find_lang %{name} %{?no_lang_C} - -%post -%glib2_gsettings_schema_post -%desktop_database_post - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun +%fdupes -s %{buildroot}%{_datadir} +%fdupes %{buildroot}%{_libdir} %files %defattr (-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ -%dir %{_datadir}/omf/ -%dir %{_datadir}/omf/%{name}/ -%doc %{_datadir}/omf/%{name}/%{name}-C.omf %dir %{_datadir}/appdata %{_datadir}/appdata/%{name}.appdata.xml %{_bindir}/* @@ -102,6 +107,12 @@ %{_libdir}/gnome-commander %doc %{_mandir}/man1/gnome-commander.1.gz +%files doc +%defattr (-, root, root) +%dir %{_datadir}/help +%dir %{_datadir}/help/C +%doc %{_datadir}/help/C/%{name} + %files lang -f %{name}.lang %changelog ++++++ gnome-commander-1.6.4.tar.xz -> gnome-commander-1.8.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander-1.6.4.tar.xz /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander-1.8.0.tar.xz differ: char 26, line 1
