1.28 bump
This commit is contained in:
parent
efaa5bcbf1
commit
bd9676e26e
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ Net-DNS-0.65.tar.gz
|
|||||||
/Net-DNS-1.20.tar.gz
|
/Net-DNS-1.20.tar.gz
|
||||||
/Net-DNS-1.21.tar.gz
|
/Net-DNS-1.21.tar.gz
|
||||||
/Net-DNS-1.27.tar.gz
|
/Net-DNS-1.27.tar.gz
|
||||||
|
/Net-DNS-1.28.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 1.27
|
Version: 1.28
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DNS resolver modules for Perl
|
Summary: DNS resolver modules for Perl
|
||||||
# Other files: MIT
|
# Other files: MIT
|
||||||
# demo/mresolv: GPL+ or Artistic
|
# demo/mresolv: GPL+ or Artistic
|
||||||
@ -133,7 +133,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 --no-online-tes
|
|||||||
%install
|
%install
|
||||||
%{make_install}
|
%{make_install}
|
||||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
||||||
chmod -R u+w %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -155,6 +155,9 @@ make test
|
|||||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 12 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.28-1
|
||||||
|
- 1.28 bump
|
||||||
|
|
||||||
* Wed Nov 4 2020 Paul Howarth <paul@city-fan.org> - 1.27-2
|
* Wed Nov 4 2020 Paul Howarth <paul@city-fan.org> - 1.27-2
|
||||||
- Drop erroneous UTF-8 encoding conversion of Changes file (#1869049)
|
- Drop erroneous UTF-8 encoding conversion of Changes file (#1869049)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Net-DNS-1.27.tar.gz) = 11cd450cddbd0a297f3e04ef24dfd59ec8e81e1c49732d9fc71f474658b84b1ddc71efeb5e8122977ef9de50136066418e558fe784dc73a57f1f6f67cbcf7536
|
SHA512 (Net-DNS-1.28.tar.gz) = 168409e34ccc413a760dd8c6ba068f7f0d2792aa30970f3cee07bf8e320111c2ce4416e4353b01b9357e333f8cb637610aa817bfc95379bd632ff50b16c0dd56
|
||||||
|
Loading…
Reference in New Issue
Block a user