Accepting request 1153772 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1153772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tie-Cycle?expand=0&rev=12
This commit is contained in:
commit
d1799dad2d
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.
3
Tie-Cycle-1.228.tar.gz
Normal file
3
Tie-Cycle-1.228.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:875651be1c657d85bcac056a76be22888395412c8e5af3d84d4c37b8fbb5b448
|
||||||
|
size 11687
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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
|
# 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
|
# 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,18 +18,21 @@
|
|||||||
|
|
||||||
%define cpan_name Tie-Cycle
|
%define cpan_name Tie-Cycle
|
||||||
Name: perl-Tie-Cycle
|
Name: perl-Tie-Cycle
|
||||||
Version: 1.227
|
Version: 1.228.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cycle through a list of values via a scalar
|
%define cpan_version 1.228
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
|
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}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
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
|
||||||
|
Provides: perl(Tie::Cycle) = %{version}
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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.
|
included _test.pl_ script for an example of this effect.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user