1
0
forked from pool/perl-DateTime

Accepting request 310903 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/310903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=60
This commit is contained in:
Stephan Kulow 2015-06-10 10:44:16 +00:00 committed by Git OBS Bridge
parent 6e5fb580b9
commit 7063f9bfe9
5 changed files with 51 additions and 9 deletions

View File

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

3
DateTime-1.19.tar.gz Normal file
View File

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

23
cpanspec.yml Normal file
View File

@ -0,0 +1,23 @@
---
#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
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jun 7 08:26:20 UTC 2015 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-DateTime/Changes
1.19 2015-05-31
- If you compared a DateTime object to an undef value, you might have received
a warning pointing to code inside DateTime.pm, instead of in your own
code. Fixed by Jason McIntosh. GH #7.
- The 30future-tz.t could fail if run at certain very specific times. This
should now be much less likely, unless a time zone being tested implements a
DST change at noon (which would even more insane than DST already is by a
huge factor). Reported by Karen Etheridge and diagnosed by Slaven Rezic. RT
#102925.
-------------------------------------------------------------------
Sat Feb 7 16:23:08 UTC 2015 - coolo@suse.com

View File

@ -17,23 +17,24 @@
Name: perl-DateTime
Version: 1.18
Version: 1.19
Release: 0
%define cpan_name DateTime
Summary: A date and time object for Perl
Summary: Date and Time Object for Perl
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime/
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime::Locale) >= 0.41
BuildRequires: perl(DateTime::TimeZone) >= 1.74
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Params::Validate) >= 0.76
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) >= 0.005
BuildRequires: perl(Try::Tiny)
Requires: perl(DateTime::Locale) >= 0.41
@ -76,6 +77,6 @@ For infinite datetimes, please see the DateTime::Infinite module.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes cpanfile CREDITS leaptab.txt LICENSE README.md TODO weaver.ini
%doc Changes CREDITS leaptab.txt LICENSE README.md TODO
%changelog