Update to 0.20

f38
Emmanuel Seyman 3 years ago
parent 92aaef8b51
commit 08ddb731bd

1
.gitignore vendored

@ -1 +1,2 @@
/URI-db-0.19.tar.gz
/URI-db-0.20.tar.gz

@ -1,6 +1,6 @@
Name: perl-URI-db
Version: 0.19
Release: 12%{?dist}
Version: 0.20
Release: 1%{?dist}
Summary: Perl support for database URIs
License: GPL+ or Artistic
@ -22,7 +22,7 @@ BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(URI) >= 1.40
BuildRequires: perl(URI::QueryParam)
BuildRequires: perl(utf8)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
%{?perl_default_filter}
@ -35,7 +35,7 @@ The specification for their format is documented in README.md.
%setup -q -n URI-db-%{version}
%build
%{__perl} Build.PL --installdirs=vendor
/usr/bin/perl Build.PL --installdirs=vendor
./Build
%install
@ -51,6 +51,10 @@ The specification for their format is documented in README.md.
%{_mandir}/man3/URI*
%changelog
* Sun Jun 26 2022 Emmanuel Seyman <emmanuel@seyman.fr> - 0.20-1
- Update to 0.20
- Use /usr/bin/perl instead of %%{__perl}
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-12
- Perl 5.36 rebuild

@ -1 +1 @@
SHA512 (URI-db-0.19.tar.gz) = 4263bc58acadfc61eb4269392e5924fa349138c6a14584ee754b12669787c22c6228a66034c191bd934126bc3120f10188f50daf5a5a81605efa89442093e146
SHA512 (URI-db-0.20.tar.gz) = 0623f61a5d415e577f50aeedc55c1965c2c4d93c9cffaebd176daf66c626354e785c5f3971ea86bb67ba913962a94ee435bcaa4f64327bc553bc14b04ec444de

Loading…
Cancel
Save