From d41a493433b93e99d8075df697c2645edd22a0cfbf327a24a607f16bdb3ee0d1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal <mpluskal@suse.com> Date: Tue, 22 Aug 2023 11:38:57 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Archiving/zpaqfranz?expand=0&rev=6 --- zpaqfranz.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpaqfranz.spec b/zpaqfranz.spec index 4a352d5..362b087 100644 --- a/zpaqfranz.spec +++ b/zpaqfranz.spec @@ -36,7 +36,7 @@ Swiss army knife for backup and disaster recovery, like 7z or RAR on steroids,wi g++ %{optflags} \ %ifarch %ix86 -Dunix -DHWSHA2 \ - %elifarch s390x \ + %elifarch s390x -Dunix -DNOJIT -DBIG \ %else -Dunix -DNOJIT \ From 168aa4cee9a9178f30bc4c3d79730b116e2db1c9d2bcba20254fe831e8c8b438 Mon Sep 17 00:00:00 2001 From: Martin Pluskal <mpluskal@suse.com> Date: Sun, 26 Nov 2023 13:13:58 +0000 Subject: [PATCH 2/2] Accepting request 1128884 from home:dirkmueller:Factory - update to 58.11: * Undocumented -collision -kill, to be implemented * Quickly check and (sometimes) recovery from SHA-1 collision * Warning-hunting on 15+ years compiler * Removed a fake compiler warning * 32 bit gcc fix, or better workaroud https://bugzilla.redhat.com/show_bug.cgi?id=2238781 * disclaimer after help for USE THE DOUBLE QUOTES, LUKE! * changed $day, $hour... to %day, %hour ( Linux does not like '$' very much ) * PowerPC fix * New switch -home in a command (add) * Stripped of about everything from zpaqfranz repository * Moved to zpaqfranz-stuff (for license reason when 'packaged') * the subfolders, much smaller git * Fixed some typo in zpaqfranz.cpp source code, added some greetings - Initial package for version 58.8 OBS-URL: https://build.opensuse.org/request/show/1128884 OBS-URL: https://build.opensuse.org/package/show/Archiving/zpaqfranz?expand=0&rev=8 --- zpaqfranz-58.11.tar.gz | 3 +++ zpaqfranz-58.8.tar.gz | 3 --- zpaqfranz.changes | 23 ++++++++++++++++++++++- zpaqfranz.spec | 10 +++++----- 4 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 zpaqfranz-58.11.tar.gz delete mode 100644 zpaqfranz-58.8.tar.gz diff --git a/zpaqfranz-58.11.tar.gz b/zpaqfranz-58.11.tar.gz new file mode 100644 index 0000000..5b7cf9f --- /dev/null +++ b/zpaqfranz-58.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960e669074ea7088637ea4ebd92e2de5ce09379774cf776c2c7dc89369717a55 +size 1870513 diff --git a/zpaqfranz-58.8.tar.gz b/zpaqfranz-58.8.tar.gz deleted file mode 100644 index c839e19..0000000 --- a/zpaqfranz-58.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e915a2c313675805714efed04a1082526ecbb02ea792c60b53e31d1a8bd402 -size 5286997 diff --git a/zpaqfranz.changes b/zpaqfranz.changes index b3ef497..1c581a1 100644 --- a/zpaqfranz.changes +++ b/zpaqfranz.changes @@ -1,4 +1,25 @@ +------------------------------------------------------------------- +Sun Nov 26 10:58:56 UTC 2023 - Dirk Müller <dmueller@suse.com> + +- update to 58.11: + * Undocumented -collision -kill, to be implemented + * Quickly check and (sometimes) recovery from SHA-1 collision + * Warning-hunting on 15+ years compiler + * Removed a fake compiler warning + * 32 bit gcc fix, or better workaroud + https://bugzilla.redhat.com/show_bug.cgi?id=2238781 + * disclaimer after help for USE THE DOUBLE QUOTES, LUKE! + * changed $day, $hour... to %day, %hour ( Linux does not like + '$' very much ) + * PowerPC fix + * New switch -home in a command (add) + * Stripped of about everything from zpaqfranz repository + * Moved to zpaqfranz-stuff (for license reason when 'packaged') + * the subfolders, much smaller git + * Fixed some typo in zpaqfranz.cpp source code, added some + greetings + ------------------------------------------------------------------- Tue Aug 22 11:10:03 UTC 2023 - Martin Pluskal <mpluskal@suse.com> -- Initial package for version 58.8 +- Initial package for version 58.8 diff --git a/zpaqfranz.spec b/zpaqfranz.spec index 362b087..8dcb15b 100644 --- a/zpaqfranz.spec +++ b/zpaqfranz.spec @@ -1,7 +1,7 @@ # -# spec file for package zpaq +# spec file for package zpaqfranz # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: zpaqfranz -Version: 58.8 +Version: 58.11 Release: 0 Summary: A journaling, incremental, deduplicating archiver -License: SUSE-Public-Domain AND MIT +License: MIT AND SUSE-Public-Domain Group: Productivity/Archiving/Compression URL: https://github.com/fcorbelli/zpaqfranz Source0: https://github.com/fcorbelli/zpaqfranz/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -36,7 +36,7 @@ Swiss army knife for backup and disaster recovery, like 7z or RAR on steroids,wi g++ %{optflags} \ %ifarch %ix86 -Dunix -DHWSHA2 \ - %elifarch s390x + %elifarch s390x \ -Dunix -DNOJIT -DBIG \ %else -Dunix -DNOJIT \