Accepting request 1080774 from devel:languages:perl:autoupdate

- updated to 2.60
   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
  2.60    2023-03-28
  - This release is based on version 2023c of the Olson database. The 2023c
    release has the same zone data as 2023a, undoing the changes for Lebanon
    from the past week.
  2.59    2023-03-23
  - This release is based on version 2023b of the Olson database. This release
    includes contemporary changes for Lebanon.
  2.58    2023-03-22
  - This release is based on version 2023a of the Olson database. This release
    includes contemporary changes for Egypt, Greenland, Morocco, and Palestine.

OBS-URL: https://build.opensuse.org/request/show/1080774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=146
This commit is contained in:
Pedro Monreal Gonzalez 2023-04-20 11:31:57 +00:00 committed by Git OBS Bridge
parent eb4905fa67
commit 18d3214976
4 changed files with 23 additions and 5 deletions

View File

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

BIN
DateTime-TimeZone-2.60.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Mar 30 03:06:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.60
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
2.60 2023-03-28
- This release is based on version 2023c of the Olson database. The 2023c
release has the same zone data as 2023a, undoing the changes for Lebanon
from the past week.
2.59 2023-03-23
- This release is based on version 2023b of the Olson database. This release
includes contemporary changes for Lebanon.
2.58 2023-03-22
- This release is based on version 2023a of the Olson database. This release
includes contemporary changes for Egypt, Greenland, Morocco, and Palestine.
-------------------------------------------------------------------
Thu Dec 15 03:06:46 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-TimeZone
#
# 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,7 +18,7 @@
%define cpan_name DateTime-TimeZone
Name: perl-DateTime-TimeZone
Version: 2.57
Version: 2.60
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Time zone object base class and factory
@ -62,6 +62,7 @@ need to directly use 'DateTime::TimeZone' methods.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build