diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index 3e636538b455d489dca655501b5c2aaa5ca469fd..36f5bbf084bbb8f6c2fe86efa3f9a9e6e8ea15f1 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,11 +1,11 @@ Name: perl-Config-Tiny Version: 2.24 -Release: 3 +Release: 4 Summary: Read/Write .ini style files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Tiny/ -Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-%{version}.tgz +Source0: https://cpan.metacpan.org/modules/by-module/Config/Config-Tiny-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Nov 10 2022 caodongxia - 2.24-4 +- Modify invalid source0 + * Mon Aug 24 2020 chenbo pan 2.24-3 - Need perl-generators to correctly provides perl(Config::Tiny)