From a94d90af823d9ff315bbfee01fd0b1ce71553f2d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Apr 01 2020 18:30:46 +0000 Subject: update 2020-04-01 18:30 --- diff --git a/.files b/.files index 5f6f590..8dd68a2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9464687..0e2c30a 100644 --- a/.rev +++ b/.rev @@ -31,4 +31,12 @@ 739304 + + 426e6782052d9fc824d6e23672d1a324 + 6.0 + + dimstar_suse + + 789332 + diff --git a/4pane-5.0.tar.gz b/4pane-5.0.tar.gz deleted file mode 120000 index 11f5d2e..0000000 --- a/4pane-5.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifijmicfntcjax2dfcyppiyadrptj7zgtuf7nlilnhhgp7tyybmsi \ No newline at end of file diff --git a/4pane-6.0.tar.gz b/4pane-6.0.tar.gz new file mode 120000 index 0000000..2c0900c --- /dev/null +++ b/4pane-6.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicwbl5iae7kjd2ljkolzis4acjz7yre3ckiv5kug2mekjrfdcufga \ No newline at end of file diff --git a/4pane.changes b/4pane.changes index c8bfd5c..8a55252 100644 --- a/4pane.changes +++ b/4pane.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Sat Mar 28 15:10:58 UTC 2020 - Luigi Baldoni + +- Update to version 6.0 + * 4Pane no longer builds with wxWidgets 2.8; it now requires + 3.0 or higher. + * There's a faster way to reach the File OpenWith menu. + Ctrl-Alt-doubleclick will now directly show the menu. + * When moving or pasting files, optionally retain their + previous modification date. + * Support extracting/verifying 'rar' archives, if 'unrar' is + installed, but not 'rar' creation. 'unrar' is freely + available (though with a licence restriction) but the 'rar' + licence is too restricted. + * Previewing images now supports svg files too. + * Add support for the LXQt DE by recognising its default + editor, terminal and image viewer. + +------------------------------------------------------------------- Thu Oct 17 12:08:58 UTC 2019 - Richard Brown - Remove obsolete Groups tag (fate#326485) diff --git a/4pane.spec b/4pane.spec index f19b43c..f6d4575 100644 --- a/4pane.spec +++ b/4pane.spec @@ -1,7 +1,7 @@ # # spec file for package 4pane # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2016 Packman Team # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,16 @@ Name: 4pane -Version: 5.0 +Version: 6.0 Release: 0 Summary: A multi-pane detailed-list file manager License: GPL-3.0-only -Url: http://www.4pane.co.uk/ +URL: http://www.4pane.co.uk/ Source0: https://sourceforge.net/projects/fourpane/files/%{version}/%{name}-%{version}.tar.gz %if 0%{?is_opensuse} BuildRequires: wxWidgets-devel >= 3 %else -# SLE_12 lacks wxWidgets_3.0-devel -BuildRequires: wxWidgets-devel < 3 +BuildRequires: wxWidgets_3.0-devel %define _use_internal_dependency_generator 0 %define __find_requires %wx_requires %endif @@ -36,7 +35,6 @@ BuildRequires: ImageMagick BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: xz-devel -Recommends: %{name}-lang %description 4Pane is a multi-pane detailed-list file manager. @@ -61,7 +59,6 @@ make %{?_smp_mflags} make %{?_smp_mflags} DESTDIR=%{buildroot} install %find_lang 4Pane mkdir -vp %{buildroot}/%{_datadir}/applications -mkdir -vp %{buildroot}/%{_datadir}/appdata cd %{buildroot}/%{_datadir}/applications ln -s ../4Pane/rc/4Pane.desktop 4Pane.desktop pushd %{buildroot}%{_datadir}/icons/hicolor/48x48/apps @@ -70,21 +67,19 @@ popd %fdupes -s %{buildroot}/%{_datadir} %files -%defattr(-,root,root,-) %doc LICENCE %{_bindir}/%{name} %{_bindir}/4Pane %dir %{_datadir}/4Pane %dir %{_datadir}/4Pane/bitmaps %{_datadir}/4Pane/bitmaps/* -%{_datadir}/appdata -%{_datadir}/icons/hicolor/* %{_datadir}/4Pane/rc %{_datadir}/applications/4Pane.desktop +%{_datadir}/icons/hicolor/* +%{_datadir}/metainfo/4Pane.appdata.xml %dir %{_docdir}/4Pane %{_docdir}/4Pane/* %files lang -f 4Pane.lang -%defattr(-,root,root,-) %changelog