Accepting request 826211 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/826211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhash?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-08-15 19:18:18 +00:00 committed by Git OBS Bridge
commit a1e8a08e75
5 changed files with 16 additions and 27 deletions

View File

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

3
rhash-1.4.0.tar.gz Normal file
View File

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

View File

@ -1,22 +0,0 @@
From a165520d3f63e976dd3b842c2fbb05f05f1029a8 Mon Sep 17 00:00:00 2001
From: Aleksey <rhash.admin@gmail.com>
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"

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 13 06:48:38 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- 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=<dir>' 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 <mpluskal@suse.com>

View File

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