Sync from SUSE:SLFO:Main perl-Tie-Cycle revision f2b36c27b355e7bba345333444c9d21c
This commit is contained in:
parent
6b82410463
commit
8af0357cba
BIN
Tie-Cycle-1.227.tar.gz
(Stored with Git LFS)
BIN
Tie-Cycle-1.227.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Tie-Cycle-1.229.tar.gz
(Stored with Git LFS)
Normal file
BIN
Tie-Cycle-1.229.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 03:10:41 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Tie-Cycle
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 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,22 @@
|
||||
|
||||
%define cpan_name Tie-Cycle
|
||||
Name: perl-Tie-Cycle
|
||||
Version: 1.227
|
||||
Version: 1.229.0
|
||||
Release: 0
|
||||
Summary: Cycle through a list of values via a scalar
|
||||
# 1.229 -> normalize -> 1.229.0
|
||||
%define cpan_version 1.229
|
||||
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/BR/BRIANDFOY/%{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}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -50,7 +54,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
|
||||
@ -65,7 +69,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CONTRIBUTING.md examples
|
||||
%doc Changes CONTRIBUTING.md examples SECURITY.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user