From e848424688241ab1b49b6bf69eeae6ff0db2ff39611c52a351947ef4f1161742 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 13 Aug 2020 08:32:35 +0000 Subject: [PATCH] Accepting request 826187 from home:polslinux:branches:network:utilities - 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 OBS-URL: https://build.opensuse.org/request/show/826187 OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=15 --- rhash-1.3.9.tar.gz | 3 --- rhash-1.4.0.tar.gz | 3 +++ rhash-uk.patch | 22 ---------------------- rhash.changes | 12 ++++++++++++ rhash.spec | 3 +-- 5 files changed, 16 insertions(+), 27 deletions(-) delete mode 100644 rhash-1.3.9.tar.gz create mode 100644 rhash-1.4.0.tar.gz delete mode 100644 rhash-uk.patch 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)