From 69938ed044c5a38dc76579531091fd2e1b2b6de5 Mon Sep 17 00:00:00 2001 From: zhoushuiqing Date: Sat, 26 Nov 2022 03:28:46 +0000 Subject: [PATCH] =?UTF-8?q?perl-Storable.spec=E4=B8=AD=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E7=9A=84=E6=BA=90=E7=A0=81=E5=8C=85Source0=E6=97=A0=E6=95=88?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Storable.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Storable.spec b/perl-Storable.spec index aaa0080..81aef42 100644 --- a/perl-Storable.spec +++ b/perl-Storable.spec @@ -3,11 +3,11 @@ Name: perl-%{mod_name} Epoch: 1 Version: 3.25 -Release: 2 +Release: 3 Summary: Persistence for Perl data structures License: GPL+ or Artistic-1.0-Perl URL: https://metacpan.org/release/Storable -Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{mod_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/%{mod_name}-%{version}.tar.gz BuildRequires: bash, gcc, make, perl-devel, perl-generators, perl-interpreter BuildRequires: perl(Config), perl(Cwd), perl(ExtUtils::MakeMaker) >= 6.76 @@ -65,6 +65,9 @@ make test %{_mandir}/man*/* %changelog +* Sat Nov 26 2022 zhoushuiqing - 3.25-3 +- Update the Source0 URL. + * Tue Jun 28 2022 Chenyx - 3.25-2 - License compliance rectification