1.09 bump
This commit is contained in:
parent
38ad9b153d
commit
cafead0466
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-1.06.tar.gz
|
||||
/Net-DNS-1.07.tar.gz
|
||||
/Net-DNS-1.08.tar.gz
|
||||
/Net-DNS-1.09.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 1.08
|
||||
Version: 1.09
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
# lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
|
||||
@ -114,7 +114,7 @@ make %{?_smp_mflags} OPTIMIZE="%{optflags}"
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
|
||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
||||
chmod -R u+w %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -137,6 +137,9 @@ make test
|
||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-1
|
||||
- 1.09 bump
|
||||
|
||||
* Tue Mar 21 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.08-1
|
||||
- 1.08 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Net-DNS-1.08.tar.gz) = a0af812f8a21599070c01a0623f1472da1fffbdcf19fba2debd9bc9d84e59149d3db216da8b26206ce64d305706d78d0c05bb6a8ced1ed8df27813bd0f94d70f
|
||||
SHA512 (Net-DNS-1.09.tar.gz) = 82dbdf9e38992fab34687a204520d7311d688830aadee329039595d0ac52d4c485cc90b1388af3abfa4c16c70aa619b22c6cded264807cd759898de5e3b76273
|
||||
|
Loading…
Reference in New Issue
Block a user