diff --git a/rhash-1.3.9.tar.gz b/rhash-1.3.9.tar.gz deleted file mode 100644 index d6da093..0000000 --- a/rhash-1.3.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b1006f998adb189b1f316bf1a60e3171da047a85c4aaded2d0d26c1476c9f6 -size 403415 diff --git a/rhash-1.4.0.tar.gz b/rhash-1.4.0.tar.gz new file mode 100644 index 0000000..38402aa --- /dev/null +++ b/rhash-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea39540f5c580da0e655f7b483c19e0d31506aed4202d88e8459fa7aeeb8861 +size 406433 diff --git a/rhash-uk.patch b/rhash-uk.patch deleted file mode 100644 index 11e92b2..0000000 --- a/rhash-uk.patch +++ /dev/null @@ -1,22 +0,0 @@ -From a165520d3f63e976dd3b842c2fbb05f05f1029a8 Mon Sep 17 00:00:00 2001 -From: Aleksey -Date: Sun, 15 Dec 2019 03:35:09 +0300 -Subject: [PATCH] i18n: fix a string in uk.po by adding newline - ---- - po/uk.po | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/po/uk.po b/po/uk.po -index 959e47a..d6c0b1d 100644 ---- a/po/uk.po -+++ b/po/uk.po -@@ -234,7 +234,7 @@ msgstr "Перевірити хеш-файли, вказані у командн - - #: parse_cmdline.c:91 - msgid "Update the specified hash file.\n" --msgstr "Оновити вказаний хеш-файл" -+msgstr "Оновити вказаний хеш-файл.\n" - - #: parse_cmdline.c:92 - msgid "Rename files by inserting crc32 sum into name.\n" diff --git a/rhash.changes b/rhash.changes index fb4e72d..aad07dd 100644 --- a/rhash.changes +++ b/rhash.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 13 06:48:38 UTC 2020 - Paolo Stivanin + +- Update to 1.4.0: + * librhash: supported rhash_get_version() - get library version + * Bugfix: fix broken output on Win 7 + * Bugfix: fix broken 'configure --localedir=' option + * Bugfix: fix broken makefile install-so-link target + * Bugfix: restore behavior of 'rhash -rc' to be the same as in v1.3.8 + * Bugfix: fix a segfault and memory errors +- Remove rhash-uk.patch + ------------------------------------------------------------------- Tue Feb 4 14:47:45 UTC 2020 - Martin Pluskal diff --git a/rhash.spec b/rhash.spec index fef8b61..082872e 100644 --- a/rhash.spec +++ b/rhash.spec @@ -18,13 +18,12 @@ %define major 0 Name: rhash -Version: 1.3.9 +Version: 1.4.0 Release: 0 Summary: Recursive Hasher License: 0BSD URL: https://github.com/rhash/RHash Source0: https://github.com/rhash/RHash/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: rhash-uk.patch BuildRequires: pkgconfig BuildRequires: pkgconfig(openssl)