rhash/rhash-uk.patch
Martin Pluskal 0af094001b - Update to version 1.3.9:
* change project license to BSD Zero Clause License
  * add uk translations
  * new printf-format modifier '%u' to print url-encoded filename, path or hash
  * Bugfix: btih in magnet links shall be hex-encoded
  * correctly align UTF8 file paths, while printing verification results
  * respect UTF8 BOM when updating or verifying a hash file
  * print a new-line after ed2k link, when --ed2k-link option is passed
  * exit on output errors with exit_code = 2
  * change option --update=<file> to update the specified file
  * make short option '-P' to be an alias for --percents
  * change %{mtime} format to 'YYYY-MM-DD hh:mm:ss'
  * Bugfix: --sysconfdir was ignored while searching for config on Linux
  * support verification of base64-formated hash sums
  * add formatting options: --hex, --base32, -b/--base64
  * Bugfix: properly handle symlinks on the command line
- Fix localisation building by rhash-uk.patch

OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=13
2020-02-04 14:50:35 +00:00

23 lines
744 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"