diff --git a/Tie-Cycle-1.225.tar.gz b/Tie-Cycle-1.225.tar.gz deleted file mode 100644 index 883083c..0000000 --- a/Tie-Cycle-1.225.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f330d821694af9b269b6083570d5c10ea22e6eb3b21841048ce28252b1c03d45 -size 11109 diff --git a/Tie-Cycle-1.226.tar.gz b/Tie-Cycle-1.226.tar.gz new file mode 100644 index 0000000..96a0c54 --- /dev/null +++ b/Tie-Cycle-1.226.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0987e1c053bb080c3052710e9733a81ab6fb84e60da76828efa7fc92e7f47633 +size 11064 diff --git a/perl-Tie-Cycle.changes b/perl-Tie-Cycle.changes index d1ec034..e38c387 100644 --- a/perl-Tie-Cycle.changes +++ b/perl-Tie-Cycle.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 13 03:08:56 UTC 2021 - Tina Müller + +- updated to 1.226 + see /usr/share/doc/packages/perl-Tie-Cycle/Changes + + 1.226 2021-01-12T09:38:15Z + * Freshening the distro, Travis is gone, Github Actions are in. + ------------------------------------------------------------------- Mon Jul 10 06:33:55 UTC 2017 - coolo@suse.com diff --git a/perl-Tie-Cycle.spec b/perl-Tie-Cycle.spec index 4e8b4e7..6390dfa 100644 --- a/perl-Tie-Cycle.spec +++ b/perl-Tie-Cycle.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Tie-Cycle # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,23 @@ # 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-Tie-Cycle -Version: 1.225 -Release: 0 %define cpan_name Tie-Cycle +Name: perl-Tie-Cycle +Version: 1.226 +Release: 0 Summary: Cycle through a list of values via a scalar License: Artistic-2.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Tie-Cycle/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.95 +BuildRequires: perl(Test::More) >= 1 %{perl_requires} %description @@ -51,14 +49,14 @@ after the tie, the elements of the cycle will change as well. See the included _test.pl_ script for an example of this effect. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -66,7 +64,6 @@ included _test.pl_ script for an example of this effect. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING.md examples %license LICENSE