Accepting request 858655 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/858655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2020-12-28 09:29:51 +00:00 committed by Git OBS Bridge
commit bebaae357b
4 changed files with 19 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 24 03:06:50 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.46
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
2.46 2020-12-22
- This release is based on version 2020e of the Olson database. This release
includes contemporary changes for Russia (Volograd).
-------------------------------------------------------------------
Tue Dec 22 03:08:12 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -16,18 +16,16 @@
#
Name: perl-DateTime-TimeZone
Version: 2.45
Release: 0
%define cpan_name DateTime-TimeZone
Name: perl-DateTime-TimeZone
Version: 2.46
Release: 0
Summary: Time zone object base class and factory
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Singleton) >= 1.03
@ -63,12 +61,12 @@ primary interface is through a DateTime object, and most users will not
need to directly use 'DateTime::TimeZone' methods.
%prep
%setup -q -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
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -79,7 +77,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE