Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/libnumbertext libnumbertext: Update to 1.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e373cbe21c2
branches:  trunk
changeset: 438138:5e373cbe21c2
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Sep 05 11:25:39 2020 +0000

description:
libnumbertext: Update to 1.0.6

Changelog:
2020-06-01: 1.0.6 release:
        * Numbertext.cxx: don't depend on en_US.UTF-8 locale by Stephan Bergmann
        * Java:
                - clean-up by Balázs Meskó with Maven support
                - port special logic for Norwegian language from C++ by Ilya Idamkin
        * Makefile.am: prefix for datadir by Li-Wen Hsu
        * bg.sor: avoid using \d and \D by Mihail Balabanov
        * ee.sor: update Estonian language spellings by Alvar Laigna
        * el.sor: fix "and" before currency fractions and "zero" in case of 0 whole euro by Spiros Evangelatos
        * es.sor: fixes by Juanma Sanchez, and based on him report
        * gl.sor, es.sor: fix ISO codename of Honduran lempira by Ilya Idamkin
        * fr.sor: fix EUR 200, 300 etc., bug report by armik71
        * hu.sor: fix date function for 1
        * hu_Hung.sor:
                - Old Hungarian transliteration support for words
                - remove obsolete function left-to-right
                - add sch -> s, ä -> é transliteration by Viktor Kovács
        * it.sor: fix ordinal numbers, bug report by dario-gallucci
        * ja.sor: fix word "negative" (负 -> 負), bug report by cmplstofB
        * ko.sor, en.sor: fix Korean module and add Korean Won unit by DaeHyun Sun
        * lv.sor: fix 40, 50 ... 90, bug report by andritis
        * my.sor, en.sor: add Malay currency MYR by Bee Ing
        * ru.sor, uk.sor: fix cardinal and feminine RUB, UAH usage by Alex Ivanov
        * th.sor: fix usage of 1 by Ilya Idamkin and tyindeepit

diffstat:

 math/libnumbertext/Makefile |   4 ++--
 math/libnumbertext/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r da236cf92dd8 -r 5e373cbe21c2 math/libnumbertext/Makefile
--- a/math/libnumbertext/Makefile       Sat Sep 05 10:26:03 2020 +0000
+++ b/math/libnumbertext/Makefile       Sat Sep 05 11:25:39 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/16 19:10:29 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/05 11:25:39 ryoon Exp $
 
-DISTNAME=      libnumbertext-1.0.5
+DISTNAME=      libnumbertext-1.0.6
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Numbertext/}
 EXTRACT_SUFX=  .tar.xz
diff -r da236cf92dd8 -r 5e373cbe21c2 math/libnumbertext/distinfo
--- a/math/libnumbertext/distinfo       Sat Sep 05 10:26:03 2020 +0000
+++ b/math/libnumbertext/distinfo       Sat Sep 05 11:25:39 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/05/16 19:10:29 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/09/05 11:25:39 ryoon Exp $
 
-SHA1 (libnumbertext-1.0.5.tar.xz) = 2b599daeeb07ecd14ea0f7633accd67ab3fedea9
-RMD160 (libnumbertext-1.0.5.tar.xz) = 30211d852e96df527df20690951ed0d6911fb5e3
-SHA512 (libnumbertext-1.0.5.tar.xz) = 4d61464f26f631d272ef7285fbb931d3931b08240b58166b7e9a28c95ff5a537ca04af4c9673541b73997339d66061858c9cd18873b4c16f9ad2ccd1b68e81a3
-Size (libnumbertext-1.0.5.tar.xz) = 281640 bytes
+SHA1 (libnumbertext-1.0.6.tar.xz) = b634f850d95abbfe73500917ba1c19089531b659
+RMD160 (libnumbertext-1.0.6.tar.xz) = d03f6891a4c57d6e3be9e79a8ec52fee87ddceb6
+SHA512 (libnumbertext-1.0.6.tar.xz) = 0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d
+Size (libnumbertext-1.0.6.tar.xz) = 283416 bytes


Home | Main Index | Thread Index | Old Index