From 1878c8b08fc072ba12e001b42d080c060a692c5d511249d978110a358a43c17c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 30 Jul 2023 10:57:25 +0000 Subject: [PATCH] Accepting request 1101300 from home:dirkmueller:Factory - update to 1.4.4: * Remove obsolete rhash_timer functions (API breaking change) * Increment LibRHash soname version on Linux and Unix * Support leading and trailing spaces in a file names * Changed the simple file format to fit the sfv format * Bugfix: Fix slash usage with wilcards on Windows * Print the algorithms being calculated on -vv * Renamed --maxdepth option to --max-depth * Supported escaping of special characters in file paths * New printf-format directive '%d' to print file directory * New option --unverified to print unverified files * New option --missing to print missing files OBS-URL: https://build.opensuse.org/request/show/1101300 OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=22 --- rhash-1.4.3.tar.gz | 3 --- rhash-1.4.4.tar.gz | 3 +++ rhash.changes | 16 ++++++++++++++++ rhash.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 rhash-1.4.3.tar.gz create mode 100644 rhash-1.4.4.tar.gz diff --git a/rhash-1.4.3.tar.gz b/rhash-1.4.3.tar.gz deleted file mode 100644 index cd6ebd2..0000000 --- a/rhash-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e -size 429290 diff --git a/rhash-1.4.4.tar.gz b/rhash-1.4.4.tar.gz new file mode 100644 index 0000000..2438cbf --- /dev/null +++ b/rhash-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a +size 435691 diff --git a/rhash.changes b/rhash.changes index 8380655..6407319 100644 --- a/rhash.changes +++ b/rhash.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jul 29 08:26:34 UTC 2023 - Dirk Müller + +- update to 1.4.4: + * Remove obsolete rhash_timer functions (API breaking change) + * Increment LibRHash soname version on Linux and Unix + * Support leading and trailing spaces in a file names + * Changed the simple file format to fit the sfv format + * Bugfix: Fix slash usage with wilcards on Windows + * Print the algorithms being calculated on -vv + * Renamed --maxdepth option to --max-depth + * Supported escaping of special characters in file paths + * New printf-format directive '%d' to print file directory + * New option --unverified to print unverified files + * New option --missing to print missing files + ------------------------------------------------------------------- Sat Jun 18 13:23:49 UTC 2022 - Dirk Müller diff --git a/rhash.spec b/rhash.spec index 27add3a..8a279aa 100644 --- a/rhash.spec +++ b/rhash.spec @@ -1,7 +1,7 @@ # # spec file for package rhash # -# Copyright (c) 2022 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 @@ -16,9 +16,9 @@ # -%define major 0 +%define major 1 Name: rhash -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Recursive Hasher License: 0BSD