Accepting request 297214 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297214 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=62
This commit is contained in:
parent
7d01ff8bf2
commit
9aa520640d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d84728f4f0ca5c0ad362e4ff265b1175a464d48f7d5ad355af4ad8f5e8e97cb
|
||||
size 895086
|
3
DateTime-TimeZone-1.86.tar.gz
Normal file
3
DateTime-TimeZone-1.86.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df085d848dd9b68458c6523c8fa07a8f1765f14b1bb3a44564fe68957ca445aa
|
||||
size 898010
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 16:16:20 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.86
|
||||
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
|
||||
|
||||
1.86 2015-03-21
|
||||
|
||||
- This release is based on version 2015b of the Olson database. This release
|
||||
includes contemporary changes for Mongolia and Palestine.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 13:13:36 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-DateTime-TimeZone
|
||||
Version: 1.85
|
||||
Version: 1.86
|
||||
Release: 0
|
||||
%define cpan_name DateTime-TimeZone
|
||||
Summary: Time zone object base class and factory
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/DateTime-TimeZone/
|
||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@ -33,6 +34,9 @@ BuildRequires: perl(Class::Singleton) >= 1.03
|
||||
BuildRequires: perl(List::AllUtils)
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Params::Validate) >= 0.72
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Class::Singleton) >= 1.03
|
||||
@ -42,9 +46,6 @@ Requires: perl(Params::Validate) >= 0.72
|
||||
Requires: perl(Try::Tiny)
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
# MANUAL
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
|
||||
%description
|
||||
This class is the base class for all time zone objects. A time zone is
|
||||
@ -73,6 +74,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes cpanfile LICENSE README.md tidyall.ini weaver.ini
|
||||
%doc Changes LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user