diff --git a/Time-Duration-1.20.tar.gz b/Time-Duration-1.20.tar.gz deleted file mode 100644 index 3c71567..0000000 --- a/Time-Duration-1.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:458205b528818e741757b2854afac5f9af257f983000aae0c0b1d04b5a9cbbb8 -size 15478 diff --git a/Time-Duration-1.21.tar.gz b/Time-Duration-1.21.tar.gz new file mode 100644 index 0000000..0e14b44 --- /dev/null +++ b/Time-Duration-1.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe340eba8765f9263694674e5dff14833443e19865e5ff427bbd79b7b5f8a9b8 +size 16205 diff --git a/perl-Time-Duration.changes b/perl-Time-Duration.changes index f9841f7..9040dd6 100644 --- a/perl-Time-Duration.changes +++ b/perl-Time-Duration.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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). + ------------------------------------------------------------------- Sun Apr 26 07:51:47 UTC 2015 - coolo@suse.com diff --git a/perl-Time-Duration.spec b/perl-Time-Duration.spec index b2d6dfa..2f02f0e 100644 --- a/perl-Time-Duration.spec +++ b/perl-Time-Duration.spec @@ -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.200000 +Version: 1.210000 Release: 0 -%define cpan_version 1.20 -Provides: perl(Time::Duration) = 1.200000 +%define cpan_version 1.21 +Provides: perl(Time::Duration) = 1.210000 %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 @@ appropriately surprising "_file_ was modified *3 seconds from now*." %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 @@ appropriately surprising "_file_ was modified *3 seconds from now*." %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog