Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
19be7291cc | |||
01177f3f6b |
BIN
Tie-Cycle-1.229.tar.gz
(Stored with Git LFS)
BIN
Tie-Cycle-1.229.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Tie-Cycle-1.231.tar.gz
Normal file
3
Tie-Cycle-1.231.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84553d26db09b7eb3f15d809d82242214b5e4e268834a26574cefa83dd25c755
|
||||
size 12675
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 05:40:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.231.0 (1.231)
|
||||
see /usr/share/doc/packages/perl-Tie-Cycle/Changes
|
||||
|
||||
1.231 2025-04-13T19:31:08Z
|
||||
* require a newer version.pm for v5.10.1 tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 05:36:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Tie-Cycle
|
||||
Name: perl-Tie-Cycle
|
||||
Version: 1.229.0
|
||||
Version: 1.231.0
|
||||
Release: 0
|
||||
# 1.229 -> normalize -> 1.229.0
|
||||
%define cpan_version 1.229
|
||||
# 1.231 -> normalize -> 1.231.0
|
||||
%define cpan_version 1.231
|
||||
License: Artistic-2.0
|
||||
Summary: Cycle through a list of values via a scalar
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -32,6 +32,7 @@ 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}
|
||||
@@ -54,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}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user