diff --git a/Crypt-PasswdMD5-1.40.tgz b/Crypt-PasswdMD5-1.40.tgz deleted file mode 100644 index 1534d41..0000000 Binary files a/Crypt-PasswdMD5-1.40.tgz and /dev/null differ diff --git a/Crypt-PasswdMD5-1.41.tgz b/Crypt-PasswdMD5-1.41.tgz new file mode 100644 index 0000000..6a3cfc4 Binary files /dev/null and b/Crypt-PasswdMD5-1.41.tgz differ diff --git a/perl-Crypt-PasswdMD5.spec b/perl-Crypt-PasswdMD5.spec index 50c1ede..101e769 100644 --- a/perl-Crypt-PasswdMD5.spec +++ b/perl-Crypt-PasswdMD5.spec @@ -1,14 +1,14 @@ Name: perl-Crypt-PasswdMD5 -Version: 1.4.0 -Release: 14 +Version: 1.4.1 +Release: 1 Summary: Provides interoperable MD5-based crypt() functions -License: GPL+ or Artistic +License: GPL-1.0-or-later or Artistic-1.0 URL: https://metacpan.org/release/Crypt-PasswdMD5 -Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.40.tgz +Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.41.tgz BuildArch: noarch BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(strict) perl(warnings) -BuildRequires: perl(Digest::MD5) >= 2.53 perl(Exporter) perl(Test::More) >= 0.94 +BuildRequires: perl(Digest::MD5) >= 2.53 perl(Exporter) perl(Test::More) >= 1.001002 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(Digest::MD5) >= 2.53 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::MD5\\)$ @@ -24,7 +24,7 @@ Requires: man info Documents for Package perl-Crypt-PasswdMD5 %prep -%autosetup -p1 -n Crypt-PasswdMD5-1.40 +%autosetup -p1 -n Crypt-PasswdMD5-1.41 %build perl Makefile.PL INSTALLDIRS=vendor @@ -39,6 +39,7 @@ chmod -R u+w %{buildroot}/* %make_build test %files +%license LICENSE %{perl_vendorlib}/Crypt %files help @@ -46,5 +47,8 @@ chmod -R u+w %{buildroot}/* %{_mandir}/man3/* %changelog +* Tue Jun 14 2022 SimpleUpdate Robot - 1.4.1-1 +- Upgrade to version 1.4.1 + * Mon Mar 9 2020 Chen Dingxiao - 1.4.0-14 - Package init