Accepting request 297221 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/297221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2015-04-18 08:39:22 +00:00 committed by Git OBS Bridge
commit a5c45aef01
5 changed files with 41 additions and 9 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View 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

View File

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

View File

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