Accepting request 250135 from home:gregfreemyer:branches:devel:languages:perl
Update to v1.56 to fix recent build breakage in d:l:perl OBS-URL: https://build.opensuse.org/request/show/250135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=17
This commit is contained in:
parent
be97825a7b
commit
d72eff4bab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00bb61b12472fb1a637ec55bbd8878db05b3aac89a67b7991b281e32896db9de
|
|
||||||
size 26578
|
|
3
DateTime-Format-Strptime-1.56.tar.gz
Normal file
3
DateTime-Format-Strptime-1.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28
|
||||||
|
size 36863
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 18 17:20:22 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to v1.56
|
||||||
|
- Recent DateTime::TimeZone changes broke the tests.
|
||||||
|
- Fixed Latin-1 content in test code. It's now UTF-8.
|
||||||
|
- change %doc to pull README.md instead of README. README is no longer in tarball.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 15:46:45 UTC 2013 - coolo@suse.com
|
Mon Jun 10 15:46:45 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime-Format-Strptime
|
# spec file for package perl-DateTime-Format-Strptime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-Format-Strptime
|
Name: perl-DateTime-Format-Strptime
|
||||||
Version: 1.54
|
Version: 1.56
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime-Format-Strptime
|
%define cpan_name DateTime-Format-Strptime
|
||||||
Summary: Parse and format strp and strf time patterns
|
Summary: Parse and format strp and strf time patterns
|
||||||
@ -64,6 +64,6 @@ and a pattern and returns the 'DateTime' object associated.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user