Accepting request 1080832 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1080832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2023-04-21 12:15:55 +00:00 committed by Git OBS Bridge
commit 8218954144
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f70cc4e450f441767ac1a0b8655b6f1de46c43e8d1c9d05f2e0924a16be0cb6b
size 1545086

BIN
DateTime-Locale-1.38.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 15 03:07:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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