Accepting request 1080830 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1080830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=76
This commit is contained in:
commit
ddcc8bab41
@ -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
BIN
DateTime-TimeZone-2.60.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Thu Dec 15 03:06:46 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime-TimeZone
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name DateTime-TimeZone
|
%define cpan_name DateTime-TimeZone
|
||||||
Name: perl-DateTime-TimeZone
|
Name: perl-DateTime-TimeZone
|
||||||
Version: 2.57
|
Version: 2.60
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Time zone object base class and factory
|
Summary: Time zone object base class and factory
|
||||||
@ -62,6 +62,7 @@ need to directly use 'DateTime::TimeZone' methods.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{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/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user