From c7fd82b2dd3cbc62a2a641edb288d507d97610a9a7d4ac5b1b0617a4377b4f40 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 25 Dec 2017 19:58:08 +0000 Subject: [PATCH] Accepting request 559884 from home:posophe:branches:X11:Utilities - 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 OBS-URL: https://build.opensuse.org/request/show/559884 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/4pane?expand=0&rev=9 --- 4pane-4.0.tar.gz | 3 --- 4pane-5.0.tar.gz | 3 +++ 4pane.changes | 20 ++++++++++++++++++++ 4pane.spec | 11 ++++++++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 4pane-4.0.tar.gz create mode 100644 4pane-5.0.tar.gz diff --git a/4pane-4.0.tar.gz b/4pane-4.0.tar.gz deleted file mode 100644 index 550a3f9..0000000 --- a/4pane-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:276cfd6c353284bc360fd2eabdffb36c8bb875945369934fdd895f06de32e989 -size 1273545 diff --git a/4pane-5.0.tar.gz b/4pane-5.0.tar.gz new file mode 100644 index 0000000..6fbca69 --- /dev/null +++ b/4pane-5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de23f2079ef02e7f3dbcd9b2652dd927f1b7834a4ab57b9ff8200e1f121c3ba +size 1670041 diff --git a/4pane.changes b/4pane.changes index 93ce259..17f5442 100644 --- a/4pane.changes +++ b/4pane.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Dec 25 19:40:47 UTC 2017 - p.drouand@gmail.com + +- 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 + ------------------------------------------------------------------- Thu Jun 29 05:14:05 UTC 2017 - bwiedemann@suse.com diff --git a/4pane.spec b/4pane.spec index 686b6e6..7825383 100644 --- a/4pane.spec +++ b/4pane.spec @@ -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: ImageMagick 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 @@ of most operations (including deletions), archive management including "virtual 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 @@ convert -strip -resize 48x48! 4Pane.png 4Pane.png popd %fdupes -s %{buildroot}/%{_datadir} -%files -f 4Pane.lang +%files %defattr(-,root,root,-) %doc LICENCE %{_bindir}/%{name} @@ -83,4 +85,7 @@ popd %dir %{_docdir}/4Pane %{_docdir}/4Pane/* +%files lang -f 4Pane.lang +%defattr(-,root,root,-) + %changelog