diff --git a/Tie-Cycle-1.231.tar.gz b/Tie-Cycle-1.231.tar.gz deleted file mode 100644 index 709f33d..0000000 --- a/Tie-Cycle-1.231.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84553d26db09b7eb3f15d809d82242214b5e4e268834a26574cefa83dd25c755 -size 12675 diff --git a/Tie-Cycle-1.233.tar.gz b/Tie-Cycle-1.233.tar.gz new file mode 100644 index 0000000..0fb37ac --- /dev/null +++ b/Tie-Cycle-1.233.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043d0bef0afba404eaff236a400a17265cbb609aa2112743212e1f9ee29039f1 +size 12703 diff --git a/perl-Tie-Cycle.changes b/perl-Tie-Cycle.changes index bcc5f15..a33909e 100644 --- a/perl-Tie-Cycle.changes +++ b/perl-Tie-Cycle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 8 05:46:11 UTC 2026 - Tina Müller + +- updated to 1.233.0 (1.233) + see /usr/share/doc/packages/perl-Tie-Cycle/Changes + + 1.233 2026-01-07T15:26:59Z + * remove errant file from MANIFEST (#14) + + 1.232 2026-01-06T09:19:34Z + * refresh for latest release process + ------------------------------------------------------------------- Mon Apr 14 05:40:18 UTC 2025 - Tina Müller diff --git a/perl-Tie-Cycle.spec b/perl-Tie-Cycle.spec index a3e8f48..50c6460 100644 --- a/perl-Tie-Cycle.spec +++ b/perl-Tie-Cycle.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Tie-Cycle # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Tie-Cycle Name: perl-Tie-Cycle -Version: 1.231.0 +Version: 1.233.0 Release: 0 -# 1.231 -> normalize -> 1.231.0 -%define cpan_version 1.231 +# 1.233 -> normalize -> 1.233.0 +%define cpan_version 1.233 License: Artistic-2.0 Summary: Cycle through a list of values via a scalar URL: https://metacpan.org/release/%{cpan_name} @@ -33,7 +33,6 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::More) >= 1 -BuildRequires: perl(version) >= 0.86 Provides: perl(Tie::Cycle) = %{version} %undefine __perllib_provides %{perl_requires} @@ -56,7 +55,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}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor