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