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
This commit is contained in:
Luigi Baldoni 2017-12-25 19:58:08 +00:00 committed by Git OBS Bridge
parent 26b107b1dd
commit c7fd82b2dd
4 changed files with 31 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:276cfd6c353284bc360fd2eabdffb36c8bb875945369934fdd895f06de32e989
size 1273545

3
4pane-5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0de23f2079ef02e7f3dbcd9b2652dd927f1b7834a4ab57b9ff8200e1f121c3ba
size 1670041

View File

@ -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

View File

@ -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