Hello community, here is the log from the commit of package 4pane for openSUSE:Factory checked in at 2018-01-13 21:40:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/4pane (Old) and /work/SRC/openSUSE:Factory/.4pane.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "4pane" Sat Jan 13 21:40:22 2018 rev:3 rq:559885 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/4pane/4pane.changes 2017-07-08 12:33:34.365450188 +0200 +++ /work/SRC/openSUSE:Factory/.4pane.new/4pane.changes 2018-01-13 21:40:24.350326817 +0100 @@ -1,0 +2,20 @@ +Mon Dec 25 19:40:47 UTC 2017 - [email protected] + +- Update to version 5.0 + + There is a simpler 'Find' dialog for everyday use. + Just as the QuickGrep dialog is good enough for most greps, a + simple one-page QuickFind that sets just the path, pattern and + search-type will be sufficient for most searches. + + When large files are being moved or pasted, their progress is now + displayed in the statusbar. + + It is now possible to make a particular fileview order its files + in a decimal-aware way. This is helpful in the case of files with + names like foo1.txt, foo2.txt, foo11.txt, foo12.txt, which normally + sort as 1, 11, 12, 2. + + A fileview's contextmenu now has an entry that makes it sort such + files more intelligently. Note that this only affects files with + names that _end_ in digits, not those with digits elsewhere in the name. + + Building 4Pane now uses Automake. +- Split out language files into their own sub-package + +------------------------------------------------------------------- Old: ---- 4pane-4.0.tar.gz New: ---- 4pane-5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 4pane.spec ++++++ --- /var/tmp/diff_new_pack.KfdOzx/_old 2018-01-13 21:40:25.138290098 +0100 +++ /var/tmp/diff_new_pack.KfdOzx/_new 2018-01-13 21:40:25.146289725 +0100 @@ -17,7 +17,7 @@ # Name: 4pane -Version: 4.0 +Version: 5.0 Release: 0 Summary: A multi-pane detailed-list file manager License: GPL-3.0 @@ -36,7 +36,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: xz-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: %{name}-lang %description 4Pane is a multi-pane detailed-list file manager. @@ -46,6 +46,8 @@ browsing" inside archives, multiple renaming/duplication of files, a terminal emulator and user-defined tools. +%lang_package + %prep %setup -q sed -i -e "s|\$(datadir)/doc|%{_docdir}|g" Makefile.in @@ -68,7 +70,7 @@ popd %fdupes -s %{buildroot}/%{_datadir} -%files -f 4Pane.lang +%files %defattr(-,root,root,-) %doc LICENCE %{_bindir}/%{name} @@ -83,4 +85,7 @@ %dir %{_docdir}/4Pane %{_docdir}/4Pane/* +%files lang -f 4Pane.lang +%defattr(-,root,root,-) + %changelog ++++++ 4pane-4.0.tar.gz -> 4pane-5.0.tar.gz ++++++ ++++ 139855 lines of diff (skipped)
