Accepting request 1101381 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1101381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhash?expand=0&rev=10
This commit is contained in:
commit
073d3bae54
@ -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
BIN
rhash-1.4.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sat Jun 18 13:23:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rhash
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define major 0
|
%define major 1
|
||||||
Name: rhash
|
Name: rhash
|
||||||
Version: 1.4.3
|
Version: 1.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Recursive Hasher
|
Summary: Recursive Hasher
|
||||||
License: 0BSD
|
License: 0BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user