pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Locale



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov  6 09:57:10 UTC 2022

Modified Files:
        pkgsrc/time/p5-DateTime-Locale: Makefile distinfo

Log Message:
Update to 1.37

Upstream changes:
1.37     2022-10-23

- Rebuilt all locale data with the data from CLDR 42.0.0.

1.36     2022-08-20

- Fixed misparsing of the `be-tarask` locale code. This is a locale with just
  a language name and a variant. The locale parsing code assumed that all
  two-part locale codes had either a script or territory, not a variant. This
  caused the catalog to show the name of this locale as "Belarusian", the same
  as the `be` code. Reported by yvanzo. Fixes GH #32.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/time/p5-DateTime-Locale/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/time/p5-DateTime-Locale/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime-Locale/Makefile
diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.65 pkgsrc/time/p5-DateTime-Locale/Makefile:1.66
--- pkgsrc/time/p5-DateTime-Locale/Makefile:1.65        Tue Aug  2 09:08:07 2022
+++ pkgsrc/time/p5-DateTime-Locale/Makefile     Sun Nov  6 09:57:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2022/08/02 09:08:07 ast Exp $
+# $NetBSD: Makefile,v 1.66 2022/11/06 09:57:10 wen Exp $
 
-DISTNAME=      DateTime-Locale-1.35
+DISTNAME=      DateTime-Locale-1.37
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}

Index: pkgsrc/time/p5-DateTime-Locale/distinfo
diff -u pkgsrc/time/p5-DateTime-Locale/distinfo:1.44 pkgsrc/time/p5-DateTime-Locale/distinfo:1.45
--- pkgsrc/time/p5-DateTime-Locale/distinfo:1.44        Tue Aug  2 09:08:07 2022
+++ pkgsrc/time/p5-DateTime-Locale/distinfo     Sun Nov  6 09:57:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2022/08/02 09:08:07 ast Exp $
+$NetBSD: distinfo,v 1.45 2022/11/06 09:57:10 wen Exp $
 
-BLAKE2s (DateTime-Locale-1.35.tar.gz) = 328ef4fc0a756544068c087f445de91780f7729c50f1ca9d5f8b641784059c4f
-SHA512 (DateTime-Locale-1.35.tar.gz) = 74dc707b499e70d5ec74b6b0c907b184eaba775eeae49348b5f14da960ef9d6d4ed47288755f2d3da817b920690445681e09e809a49702dab5e55ecd4ae4c39f
-Size (DateTime-Locale-1.35.tar.gz) = 1505857 bytes
+BLAKE2s (DateTime-Locale-1.37.tar.gz) = 358b87fc439e46163bdd1851be6e90262182778676ebe035baacd771e476a1a0
+SHA512 (DateTime-Locale-1.37.tar.gz) = 38228a04f346b50f8444d446440d63e51ee583cc2dd58b275c44aaeff43bfdee750156e4c8f046db6eb36b372026429e6e7e37000ee9d9a9fef0568f13f21a16
+Size (DateTime-Locale-1.37.tar.gz) = 1545086 bytes



Home | Main Index | Thread Index | Old Index