diff --git a/DateTime-Locale-1.37.tar.gz b/DateTime-Locale-1.37.tar.gz deleted file mode 100644 index 53faeb0..0000000 --- a/DateTime-Locale-1.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f70cc4e450f441767ac1a0b8655b6f1de46c43e8d1c9d05f2e0924a16be0cb6b -size 1545086 diff --git a/DateTime-Locale-1.38.tar.gz b/DateTime-Locale-1.38.tar.gz new file mode 100644 index 0000000..f2ea078 --- /dev/null +++ b/DateTime-Locale-1.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7f6d358279d1df0ea7d78b9127690435246cdf46867500e9888016f9d4c867 +size 1732975 diff --git a/perl-DateTime-Locale.changes b/perl-DateTime-Locale.changes index 3f4e1e7..82d4f93 100644 --- a/perl-DateTime-Locale.changes +++ b/perl-DateTime-Locale.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 15 03:07:08 UTC 2023 - Tina Müller + +- updated to 1.38 + see /usr/share/doc/packages/perl-DateTime-Locale/Changes + + 1.38 2023-04-14 + + - Rebuilt all locale data with the data from CLDR 43.0.0. + ------------------------------------------------------------------- Mon Oct 24 03:06:17 UTC 2022 - Tina Müller diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec index ba2d85a..74bd490 100644 --- a/perl-DateTime-Locale.spec +++ b/perl-DateTime-Locale.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Locale # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name DateTime-Locale Name: perl-DateTime-Locale -Version: 1.370000 +Version: 1.380000 Release: 0 -%define cpan_version 1.37 -Provides: perl(DateTime::Locale) = 1.370000 +%define cpan_version 1.38 +Provides: perl(DateTime::Locale) = 1.380000 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Localization support for DateTime.pm URL: https://metacpan.org/release/%{cpan_name} @@ -67,6 +67,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 %build