commit perl-Time-Duration for openSUSE:Factory

2019-05-13 Thread root
Hello community,

here is the log from the commit of package perl-Time-Duration for 
openSUSE:Factory checked in at 2019-05-13 14:52:27

Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Time-Duration.new.5148 (New)


Package is "perl-Time-Duration"

Mon May 13 14:52:27 2019 rev:23 rq:702491 version:1.21

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-Duration/perl-Time-Duration.changes
2015-04-27 13:04:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration.new.5148/perl-Time-Duration.changes
  2019-05-13 14:52:28.823081955 +0200
@@ -1,0 +2,11 @@
+Sun May 12 05:31:23 UTC 2019 - Stephan Kulow 
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-Time-Duration/Changes
+
+  1.21 2019-05-11 NEILB
+  - Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186.
+  - Updated AUTHOR section to reflect that Neil Bowers is current 
maintainer.
+  - Extended testsuite so there's full code coverage (not pod yet).
+
+---

Old:

  Time-Duration-1.20.tar.gz

New:

  Time-Duration-1.21.tar.gz



Other differences:
--
++ perl-Time-Duration.spec ++
--- /var/tmp/diff_new_pack.HKycJo/_old  2019-05-13 14:52:29.379083355 +0200
+++ /var/tmp/diff_new_pack.HKycJo/_new  2019-05-13 14:52:29.387083375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Time-Duration
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Time-Duration
-Version:1.20
+Version:1.21
 Release:0
-%define cpan_version 1.20
-Provides:   perl(Time::Duration) = 1.20
+%define cpan_version 1.21
+Provides:   perl(Time::Duration) = 1.21
 %define cpan_name Time-Duration
-Summary:Rounded or Exact English Expression of Durations
-License:Artistic-1.0 or GPL-1.0+
+Summary:Rounded or exact English expression of durations
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Time-Duration/
-Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -65,11 +65,11 @@
 %setup -q -n %{cpan_name}-%{cpan_version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -78,6 +78,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Time-Duration-1.20.tar.gz -> Time-Duration-1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-1.20/Changes 
new/Time-Duration-1.21/Changes
--- old/Time-Duration-1.20/Changes  2015-04-25 10:45:49.0 +0200
+++ new/Time-Duration-1.21/Changes  2019-05-11 18:09:07.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl module Time::Duration
 
+1.21 2019-05-11 NEILB
+- Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186.
+- Updated AUTHOR section to reflect that Neil Bowers is current maintainer.
+- Extended testsuite so there's full code coverage (not pod yet).
+
 1.20 2015-04-25 NEILB
 - Switched to Dist::Zilla, in the process fixing RT#90701, RT#101548,
   and RT#101434
@@ -10,20 +15,20 @@
   release to see what CPAN Testers said.
 
 1.1 2013-04-02 AVIF
-   - Adding millisecond support.
+- Adding millisecond support.
 
 1.06 2007-08-19 AVIF
-   - Fixing Makefile
+- Fixing Makefile
 
 1.04 2006-07-23 AVIF
 - Reorganizing tests
 
 1.03 2006-02-28 AVIF
-   - Updating new maintainer information (AVIF took over from SBURKE)
+- Updating new maintainer information (AVIF took over from SBURKE)
 
 1.02 2002-10-08 SBURKE
 - added concise().
-   
+
 1.01 200

commit perl-Time-Duration for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Time-Duration for 
openSUSE:Factory checked in at 2015-04-27 13:04:44

Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Time-Duration.new (New)


Package is "perl-Time-Duration"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-Duration/perl-Time-Duration.changes
2015-04-15 16:27:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration.new/perl-Time-Duration.changes   
2015-04-27 13:04:45.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr 26 07:51:47 UTC 2015 - co...@suse.com
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-Time-Duration/Changes
+
+---
+Fri Apr 24 16:09:25 UTC 2015 - co...@suse.com
+
+- extend the version to 6 digits to avoid >= 1.06 not matching 1.1
+
+---

Old:

  Time-Duration-1.1.tar.gz

New:

  Time-Duration-1.20.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Time-Duration.spec ++
--- /var/tmp/diff_new_pack.i6LImZ/_old  2015-04-27 13:04:45.0 +0200
+++ /var/tmp/diff_new_pack.i6LImZ/_new  2015-04-27 13:04:45.0 +0200
@@ -17,20 +17,21 @@
 
 
 Name:   perl-Time-Duration
-Version:1.1
+Version:1.20
 Release:0
+%define cpan_version 1.20
+Provides:   perl(Time::Duration) = 1.20
 %define cpan_name Time-Duration
-Summary:rounded or exact English expression of durations
+Summary:Rounded or Exact English Expression of Durations
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Time-Duration/
-Source: 
http://www.cpan.org/authors/id/A/AV/AVIF/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
 %{perl_requires}
 
 %description
@@ -61,7 +62,7 @@
 appropriately surprising "_file_ was modified *3 seconds from now*."
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{cpan_version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -77,6 +78,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README
+%doc Changes LICENSE README
 
 %changelog

++ Time-Duration-1.1.tar.gz -> Time-Duration-1.20.tar.gz ++
 4029 lines of diff (skipped)

++ cpanspec.yml ++
---
#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
#ignore_requires: Bizarre::Module



commit perl-Time-Duration for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Time-Duration for 
openSUSE:Factory checked in at 2015-04-15 16:27:21

Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Time-Duration.new (New)


Package is "perl-Time-Duration"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-Duration/perl-Time-Duration.changes
2011-12-20 14:30:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration.new/perl-Time-Duration.changes   
2015-04-15 16:27:21.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 19:16:50 UTC 2015 - co...@suse.com
+
+- updated to 1.1
+   see /usr/share/doc/packages/perl-Time-Duration/ChangeLog
+
+  2013-04-02  Avi Finkel a...@finkel.org
+  
+   * Release 1.1 -- Adding millisecond support.
+
+---

Old:

  Time-Duration-1.06.tar.gz

New:

  Time-Duration-1.1.tar.gz



Other differences:
--
++ perl-Time-Duration.spec ++
--- /var/tmp/diff_new_pack.F9FLV2/_old  2015-04-15 16:27:22.0 +0200
+++ /var/tmp/diff_new_pack.F9FLV2/_new  2015-04-15 16:27:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Time-Duration
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,59 +17,66 @@
 
 
 Name:   perl-Time-Duration
-Url:http://cpan.org/modules/by-module/Time/
-BuildRequires:  perl-Pod-Coverage
-BuildRequires:  perl-Pod-Escapes
-BuildRequires:  perl-Pod-Simple
-BuildRequires:  perl-Test-Pod
-BuildRequires:  perl-Test-Pod-Coverage
-BuildRequires:  perl-macros
-Summary:Rounded or exact English expression of durations
+Version:1.1
+Release:0
+%define cpan_name Time-Duration
+Summary:rounded or exact English expression of durations
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.06
-Release:0
-Source: Time-Duration-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Time-Duration/
+Source: 
http://www.cpan.org/authors/id/A/AV/AVIF/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 %{perl_requires}
 
 %description
-This module provides functions for expressing durations in rounded or
-exact terms.
-
+This module provides functions for expressing durations in rounded or exact
+terms.
 
+In the first example in the Synopsis, using duration($interval_seconds):
 
-Authors:
-
-Sean M. Burke 
-Avi Finkel 
+If the 'time() - $start_time' is 3 seconds, this prints "Runtime: *3
+seconds*.". If it's 0 seconds, it's "Runtime: *0 seconds*.". If it's 1
+second, it's "Runtime: *1 second*.". If it's 125 seconds, you get "Runtime:
+*2 minutes and 5 seconds*.". If it's 3820 seconds (which is exactly 1h, 3m,
+40s), you get it rounded to fit within two expressed units: "Runtime: *1
+hour and 4 minutes*.". Using duration_exact instead would return "Runtime:
+*1 hour, 3 minutes, and 40 seconds*".
+
+In the second example in the Synopsis, using ago($interval_seconds):
+
+If the $age is 3 seconds, this prints "_file_ was modified *3 seconds
+ago*". If it's 0 seconds, it's "_file_ was modified *just now*", as a
+special case. If it's 1 second, it's "from *1 second ago*". If it's 125
+seconds, you get "_file_ was modified *2 minutes and 5 seconds ago*". If
+it's 3820 seconds (which is exactly 1h, 3m, 40s), you get it rounded to fit
+within two expressed units: "_file_ was modified *1 hour and 4 minutes
+ago*". Using ago_exact instead would return "_file_ was modified *1 hour, 3
+minutes, and 40 seconds ago*". And if the file's modtime is, surprisingly,
+three seconds into the future, $age is -3, and you'll get the equally and
+appropriately surprising "_file_ was modified *3 seconds from now*."
 
 %prep
-%setup -q -n Time-Duration-%{version}
-# ---
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-#disable tests that need special modules
-mv t/02_pod.t t/02_pod.tt
-mv t/03_pod_cover.t t/03_pod_cover.tt
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
-# ---
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make CFLAG

commit perl-Time-Duration for openSUSE:Factory

2011-12-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Time-Duration for 
openSUSE:Factory checked in at 2011-12-20 14:30:38

Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Time-Duration.new (New)


Package is "perl-Time-Duration", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-Duration/perl-Time-Duration.changes
2011-11-21 12:49:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration.new/perl-Time-Duration.changes   
2011-12-20 14:30:40.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 14 12:28:43 UTC 2011 - co...@suse.com
+
+- license is "perl"
+
+---



Other differences:
--
++ perl-Time-Duration.spec ++
--- /var/tmp/diff_new_pack.IlmBjA/_old  2011-12-20 14:30:42.0 +0100
+++ /var/tmp/diff_new_pack.IlmBjA/_new  2011-12-20 14:30:42.0 +0100
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Time-Duration
 Url:http://cpan.org/modules/by-module/Time/
-License:PERMISSIVE-OSI-COMPLIANT
-Group:  Development/Libraries/Perl
-BuildRequires:  perl-Pod-Coverage perl-Pod-Escapes perl-Pod-Simple 
perl-Test-Pod perl-Test-Pod-Coverage
+BuildRequires:  perl-Pod-Coverage
+BuildRequires:  perl-Pod-Escapes
+BuildRequires:  perl-Pod-Simple
+BuildRequires:  perl-Test-Pod
+BuildRequires:  perl-Test-Pod-Coverage
 BuildRequires:  perl-macros
-AutoReqProv:on
 Summary:Rounded or exact English expression of durations
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
 Version:1.06
-Release:75
+Release:0
 Source: Time-Duration-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Time-Duration for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Time-Duration for 
openSUSE:Factory checked in at 2011-11-21 12:49:31

Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Time-Duration.new (New)


Package is "perl-Time-Duration", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-Duration/perl-Time-Duration.changes
2011-09-23 12:39:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration.new/perl-Time-Duration.changes   
2011-11-21 12:49:33.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:17 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Time-Duration-1.06.tar.bz2

New:

  Time-Duration-1.06.tar.gz



Other differences:
--
++ perl-Time-Duration.spec ++
--- /var/tmp/diff_new_pack.pqhJq2/_old  2011-11-21 12:49:34.0 +0100
+++ /var/tmp/diff_new_pack.pqhJq2/_new  2011-11-21 12:49:34.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Time-Duration (Version 1.06)
+# spec file for package perl-Time-Duration
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -28,7 +28,7 @@
 Summary:Rounded or exact English expression of durations
 Version:1.06
 Release:75
-Source: Time-Duration-%{version}.tar.bz2
+Source: Time-Duration-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org