forked from pool/perl-PAR
Automatic update to v1.21.0 (1.021) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6654537fe98eb7dafc341aae550507b8a834a9dff7893afec1aafe95ad1fb769
|
|
||||||
size 66318
|
|
BIN
PAR-1.021.tar.gz
(Stored with Git LFS)
Normal file
BIN
PAR-1.021.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 11:56:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.21.0 (1.021)
|
||||||
|
see /usr/share/doc/packages/perl-PAR/Changes
|
||||||
|
|
||||||
|
1.021 2025-07-31
|
||||||
|
|
||||||
|
- use three-argument open() everywhere
|
||||||
|
- PAR::FAQ is severely outdated, remove it
|
||||||
|
- README: remove https://groups.google.com/g/perl.par
|
||||||
|
as an archive for par@perl.org (as it will not be updated anymore)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 03:09:01 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Tue Mar 5 03:09:01 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PAR
|
# spec file for package perl-PAR
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name PAR
|
%define cpan_name PAR
|
||||||
Name: perl-PAR
|
Name: perl-PAR
|
||||||
Version: 1.20.0
|
Version: 1.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.020 -> normalize -> 1.20.0
|
# 1.021 -> normalize -> 1.21.0
|
||||||
%define cpan_version 1.020
|
%define cpan_version 1.021
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Perl Archive Toolkit
|
Summary: Perl Archive Toolkit
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,20 +31,20 @@ Source100: README.md
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Archive::Zip) >= 1.00
|
BuildRequires: perl(Archive::Zip) >= 1.0
|
||||||
BuildRequires: perl(AutoLoader) >= 5.66_02
|
BuildRequires: perl(AutoLoader) >= 5.66
|
||||||
BuildRequires: perl(Compress::Zlib) >= 1.30
|
BuildRequires: perl(Compress::Zlib) >= 1.30
|
||||||
BuildRequires: perl(Digest::SHA) >= 5.45
|
BuildRequires: perl(Digest::SHA) >= 5.45
|
||||||
BuildRequires: perl(PAR::Dist) >= 0.32
|
BuildRequires: perl(PAR::Dist) >= 0.320
|
||||||
Requires: perl(Archive::Zip) >= 1.00
|
Requires: perl(Archive::Zip) >= 1.0
|
||||||
Requires: perl(AutoLoader) >= 5.66_02
|
Requires: perl(AutoLoader) >= 5.66
|
||||||
Requires: perl(Compress::Zlib) >= 1.30
|
Requires: perl(Compress::Zlib) >= 1.30
|
||||||
Requires: perl(Digest::SHA) >= 5.45
|
Requires: perl(Digest::SHA) >= 5.45
|
||||||
Requires: perl(PAR::Dist) >= 0.32
|
Requires: perl(PAR::Dist) >= 0.320
|
||||||
Provides: perl(PAR) = %{version}
|
Provides: perl(PAR) = %{version}
|
||||||
Provides: perl(PAR::Heavy) = 0.12
|
Provides: perl(PAR::Heavy) = 0.120.0
|
||||||
Provides: perl(PAR::SetupProgname) = 1.002
|
Provides: perl(PAR::SetupProgname) = 1.2.0
|
||||||
Provides: perl(PAR::SetupTemp) = 1.002
|
Provides: perl(PAR::SetupTemp) = 1.2.0
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ _pp_ may also be used as _.par_ archives:
|
|||||||
Please see SYNOPSIS for most typical use cases.
|
Please see SYNOPSIS for most typical use cases.
|
||||||
|
|
||||||
%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
|
||||||
|
Reference in New Issue
Block a user