Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
790947ce78 | |||
f7954eb5bc | |||
65e440ab63 | |||
f46ed9c292 | |||
082355a81c |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:875651be1c657d85bcac056a76be22888395412c8e5af3d84d4c37b8fbb5b448
|
|
||||||
size 11687
|
|
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,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- updated to 1.229.0 (1.229)
|
||||||
|
see /usr/share/doc/packages/perl-Tie-Cycle/Changes
|
||||||
|
|
||||||
|
1.229 2025-01-04T05:10:10Z
|
||||||
|
* refresh distro and move to BRIANDFOY
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 23:06:36 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 23:06:36 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Tie-Cycle
|
# spec file for package perl-Tie-Cycle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,19 +18,22 @@
|
|||||||
|
|
||||||
%define cpan_name Tie-Cycle
|
%define cpan_name Tie-Cycle
|
||||||
Name: perl-Tie-Cycle
|
Name: perl-Tie-Cycle
|
||||||
Version: 1.228.0
|
Version: 1.231.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.228
|
# 1.231 -> normalize -> 1.231.0
|
||||||
|
%define cpan_version 1.231
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Cycle through a list of values via a scalar
|
Summary: Cycle through a list of values via a scalar
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
BuildRequires: perl(Test::More) >= 1
|
BuildRequires: perl(Test::More) >= 1
|
||||||
|
BuildRequires: perl(version) >= 0.86
|
||||||
Provides: perl(Tie::Cycle) = %{version}
|
Provides: perl(Tie::Cycle) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -53,7 +56,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.
|
included _test.pl_ script for an example of this effect.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -68,7 +71,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CONTRIBUTING.md examples
|
%doc Changes CONTRIBUTING.md examples SECURITY.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user