Hello community,
here is the log from the commit of package perl-Time-Duration-Parse for
openSUSE:Factory checked in at 2014-09-22 11:11:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration-Parse (Old)
and /work/SRC/openSUSE:Factory/.perl-Time-Duration-Parse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Time-Duration-Parse"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Time-Duration-Parse/perl-Time-Duration-Parse.changes
2011-09-23 12:39:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Time-Duration-Parse.new/perl-Time-Duration-Parse.changes
2014-09-22 11:11:20.000000000 +0200
@@ -1,0 +2,32 @@
+Fri Sep 19 12:15:44 UTC 2014 - [email protected]
+
+- updated to 0.11
+ - Min perl version now set to 5.6.0
+ - Added description of DateTime::Format::Duration to SEE ALSO
+
+ 0.10 2014-03-24
+ - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
+ in dependency problems and CPAN Testers fails, and I'm not familiar with
+ it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.
+
+ 0.09 2014-03-23
+ - Test::More and Time::Duration were listed as build_requires;
+ changed them to test_requires, with versions. Wonder if this was
+ the cause of the small number of CPAN Testers fails?
+ - Added more more modules to the SEE ALSO section in the pod.
+
+ 0.08 2014-03-23
+ - Can now have a leading '+', as in '+2h'.
+ Suggested by MSCHWERN in RT#66572
+ - Added github repo to metadata (thanks dsteinbrunner)
+ - Added github repo to pod
+ - Added Time::Duration::Parse::More to SEE ALSO
+
+ 0.07 2014-03-21
+ - Added 'use warnings'
+ - Specified min perl version as 5.6.0 in Makefile.PL
+ - Fixed pod error reported in RT#86904
+ - Added license type 'perl' to metadata via Makefile.PL
+ - Reformatted this file as per CPAN::Changes::Spec
+
+-------------------------------------------------------------------
Old:
----
Time-Duration-Parse-0.06.tar.gz
New:
----
Time-Duration-Parse-0.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Time-Duration-Parse.spec ++++++
--- /var/tmp/diff_new_pack.Iv4YcD/_old 2014-09-22 11:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.Iv4YcD/_new 2014-09-22 11:11:21.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Time-Duration-Parse
#
-# Copyright (c) 2011 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,22 @@
#
-
Name: perl-Time-Duration-Parse
-Version: 0.06
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 0.11
+Release: 0
%define cpan_name Time-Duration-Parse
Summary: Parse string that represents time duration
-Url: http://search.cpan.org/dist/Time-Duration-Parse/
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Url: http://search.cpan.org/dist/Time-Duration-Parse/
+Source:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Exporter::Lite)
-BuildRequires: perl(LWP::Simple)
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(YAML)
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Time::Duration)
Requires: perl(Exporter::Lite)
%{perl_requires}
@@ -65,11 +63,8 @@
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes
+%doc Changes LICENSE README
%changelog
++++++ Time-Duration-Parse-0.06.tar.gz -> Time-Duration-Parse-0.11.tar.gz ++++++
++++ 2944 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]