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
This commit is contained in:
Martin Pluskal 2023-07-30 10:57:25 +00:00 committed by Git OBS Bridge
parent 9a9e9f133b
commit 1878c8b08f
4 changed files with 22 additions and 6 deletions

View File

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

BIN
rhash-1.4.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jul 29 08:26:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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