From bbb16637430998a6624e259a07877eef00041cc79bbe593a3f8982109d7b0ad9 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 1 Jun 2023 15:23:21 +0000 Subject: [PATCH] Accepting request 1090339 from devel:languages:perl:autoupdate - updated to 1.39 see /usr/share/doc/packages/perl-DateTime-Locale/Changes 1.39 2023-05-28 - Fixed parsing of the 'el-polyton' locale code. This had the same issue as 'be-tarask', which was fixed in 1.36. This is now fixed in such a way that similar language+variant codes will be parsed correctly in the future. Reported by @yvanzo. GH #37. OBS-URL: https://build.opensuse.org/request/show/1090339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=80 --- DateTime-Locale-1.38.tar.gz | 3 --- DateTime-Locale-1.39.tar.gz | 3 +++ perl-DateTime-Locale.changes | 13 +++++++++++++ perl-DateTime-Locale.spec | 10 +++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 DateTime-Locale-1.38.tar.gz create mode 100644 DateTime-Locale-1.39.tar.gz diff --git a/DateTime-Locale-1.38.tar.gz b/DateTime-Locale-1.38.tar.gz deleted file mode 100644 index f2ea078..0000000 --- a/DateTime-Locale-1.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd7f6d358279d1df0ea7d78b9127690435246cdf46867500e9888016f9d4c867 -size 1732975 diff --git a/DateTime-Locale-1.39.tar.gz b/DateTime-Locale-1.39.tar.gz new file mode 100644 index 0000000..97d1fa1 --- /dev/null +++ b/DateTime-Locale-1.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c145a6c7daf7118864e97482b4ae9f94f93b9414212eee8aa30b16a8135100 +size 1745640 diff --git a/perl-DateTime-Locale.changes b/perl-DateTime-Locale.changes index 82d4f93..36d92b7 100644 --- a/perl-DateTime-Locale.changes +++ b/perl-DateTime-Locale.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 29 03:07:12 UTC 2023 - Tina Müller + +- updated to 1.39 + see /usr/share/doc/packages/perl-DateTime-Locale/Changes + + 1.39 2023-05-28 + + - Fixed parsing of the 'el-polyton' locale code. This had the same issue as + 'be-tarask', which was fixed in 1.36. This is now fixed in such a way that + similar language+variant codes will be parsed correctly in the + future. Reported by @yvanzo. GH #37. + ------------------------------------------------------------------- Sat Apr 15 03:07:08 UTC 2023 - Tina Müller diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec index 74bd490..1ec021c 100644 --- a/perl-DateTime-Locale.spec +++ b/perl-DateTime-Locale.spec @@ -18,10 +18,10 @@ %define cpan_name DateTime-Locale Name: perl-DateTime-Locale -Version: 1.380000 +Version: 1.390000 Release: 0 -%define cpan_version 1.38 -Provides: perl(DateTime::Locale) = 1.380000 +%define cpan_version 1.39 +Provides: perl(DateTime::Locale) = 1.390000 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Localization support for DateTime.pm URL: https://metacpan.org/release/%{cpan_name} @@ -68,7 +68,7 @@ please read the DateTime::Locale::FromData documentation. %prep %autosetup -n %{cpan_name}-%{cpan_version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -83,7 +83,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md precious.toml README.md +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license LICENSE LICENSE.cldr %changelog