Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package peazip for openSUSE:Factory checked 
in at 2023-04-26 17:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/peazip (Old)
 and      /work/SRC/openSUSE:Factory/.peazip.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "peazip"

Wed Apr 26 17:25:05 2023 rev:41 rq:1082932 version:9.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/peazip/peazip.changes    2023-02-27 
12:55:29.391467417 +0100
+++ /work/SRC/openSUSE:Factory/.peazip.new.1533/peazip.changes  2023-04-26 
17:25:28.653663900 +0200
@@ -1,0 +2,24 @@
+Tue Apr 25 21:03:05 UTC 2023 - C J <[email protected]>
+
+- Update to 9.2.0:
+  BACKEND:
+  * Can now use zpaqfranz https://github.com/fcorbelli/zpaqfranz as
+    alternative backend for .zpaq. To use an alternative zpaq rename the
+    binary as zpaq and replace the zpaq binary in 
/usr/lib64/peazip/res/bin/zpaq/
+  CODE:
+  * Fixed compression method is now saved accordingly for 7z.
+  * Re-organized Help section with quicker access to online updates, Plugins,
+    Themes, and Translations.
+  * Privacy and Security section in main Settings tab, collecting all relevant
+    functions, including Updates.
+  FILE MANAGER:
+  * Minor modification to themes and icons.
+  * New options in Main menu, Organize (Tab bar can now be swapped with 
Address bar,
+    Breadcrumb bar can be shown as plain text).
+  EXTRACTION and ARCHIVING:
+  * Can now set a custom alias name for 7z / p7zip binary, to make easier to 
use an
+    alternative backend, in Options > Settings, Advanced tab.
+  * Improved "Edit non-canonical archive types" (Options > Settings, Archive 
manager tab).
+- Fix bin location for upx/arc/brotli/zpaq/zstd
+
+-------------------------------------------------------------------

Old:
----
  peazip-9.1.0.src.zip

New:
----
  peazip-9.2.0.src.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ peazip.spec ++++++
--- /var/tmp/diff_new_pack.oTk1cR/_old  2023-04-26 17:25:29.101666513 +0200
+++ /var/tmp/diff_new_pack.oTk1cR/_new  2023-04-26 17:25:29.105666536 +0200
@@ -17,9 +17,9 @@
 
 
 %define         _peazipinstalldir %{_libdir}/peazip
-%define         _helpver 9.1.0
+%define         _helpver 9.2.0
 Name:           peazip
-Version:        9.1.0
+Version:        9.2.0
 Release:        0
 Summary:        Graphical file archiver
 License:        LGPL-3.0-only
@@ -115,18 +115,18 @@
 cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res
 
 mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/7z
-mkdir -p %{buildroot}%{_peazipinstalldir}/res/upx
+mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/upx
 ln -s %{_bindir}/7z  %{buildroot}%{_peazipinstalldir}/res/bin/7z/7z
-ln -s %{_bindir}/upx  %{buildroot}%{_peazipinstalldir}/res/upx/upx
+ln -s %{_bindir}/upx  %{buildroot}%{_peazipinstalldir}/res/bin/upx/upx
 
-mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc
-mkdir -p %{buildroot}%{_peazipinstalldir}/res/brotli
-mkdir -p %{buildroot}%{_peazipinstalldir}/res/zpaq
-mkdir -p %{buildroot}%{_peazipinstalldir}/res/zstd
-ln -s %{_bindir}/arc  %{buildroot}%{_peazipinstalldir}/res/arc/arc
-ln -s %{_bindir}/brotli  %{buildroot}%{_peazipinstalldir}/res/brotli/brotli
-ln -s %{_bindir}/zpaq  %{buildroot}%{_peazipinstalldir}/res/zpaq/zpaq
-ln -s %{_bindir}/zstd  %{buildroot}%{_peazipinstalldir}/res/zstd/zstd
+mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/arc
+mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/brotli
+mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/zpaq
+mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/zstd
+ln -s %{_bindir}/arc  %{buildroot}%{_peazipinstalldir}/res/bin/arc/arc
+ln -s %{_bindir}/brotli  %{buildroot}%{_peazipinstalldir}/res/bin/brotli/brotli
+ln -s %{_bindir}/zpaq  %{buildroot}%{_peazipinstalldir}/res/bin/zpaq/zpaq
+ln -s %{_bindir}/zstd  %{buildroot}%{_peazipinstalldir}/res/bin/zstd/zstd
 
 install -m755 dev/peazip %{buildroot}%{_peazipinstalldir}
 ln -s %{_peazipinstalldir}/peazip %{buildroot}%{_bindir}/peazip
@@ -146,11 +146,14 @@
 # Remove hard linked png
 rm %{buildroot}%{_peazipinstalldir}/res/share/icons/peazip_app.png
 
+chmod +x 
%{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/Nautilus-scripts/Archiving/PeaZip/*
 pushd 
%{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/
 mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
 install -m644 *.desktop %{buildroot}%{_kf5_servicesdir}/ServiceMenus
 popd
 
+find %{buildroot} -type f -size 0 -delete
+
 %fdupes %{buildroot}/%{_prefix}
 
 %if 0%{?suse_version} < 1500

Reply via email to