diff --git a/Tie-Cycle-1.227.tar.gz b/Tie-Cycle-1.227.tar.gz deleted file mode 100644 index 932b359..0000000 --- a/Tie-Cycle-1.227.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7838335791e71a3b33b8a19de3052949e1890a4823def6397823c99222fa1dd8 -size 11127 diff --git a/Tie-Cycle-1.228.tar.gz b/Tie-Cycle-1.228.tar.gz new file mode 100644 index 0000000..4a1e412 --- /dev/null +++ b/Tie-Cycle-1.228.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875651be1c657d85bcac056a76be22888395412c8e5af3d84d4c37b8fbb5b448 +size 11687 diff --git a/perl-Tie-Cycle.changes b/perl-Tie-Cycle.changes index 1d4b2a4..4b9160c 100644 --- a/perl-Tie-Cycle.changes +++ b/perl-Tie-Cycle.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 5 03:10:41 UTC 2024 - Tina Müller + +- updated to 1.228 + see /usr/share/doc/packages/perl-Tie-Cycle/Changes + + 1.228 2024-02-04T06:40:57Z + * refresh distro, update email address + ------------------------------------------------------------------- Sun Jan 9 03:10:36 UTC 2022 - Tina Müller diff --git a/perl-Tie-Cycle.spec b/perl-Tie-Cycle.spec index 2becb75..c164880 100644 --- a/perl-Tie-Cycle.spec +++ b/perl-Tie-Cycle.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Tie-Cycle # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,21 @@ %define cpan_name Tie-Cycle Name: perl-Tie-Cycle -Version: 1.227 +Version: 1.228.0 Release: 0 -Summary: Cycle through a list of values via a scalar +%define cpan_version 1.228 License: Artistic-2.0 +Summary: Cycle through a list of values via a scalar URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::More) >= 1 +Provides: perl(Tie::Cycle) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description @@ -50,7 +53,7 @@ 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 -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor