Update to 5.5.17 (#2192932)

https://github.com/rfc1036/whois/releases/tag/v5.5.17
This commit is contained in:
Petr Menšík 2023-05-03 19:10:25 +02:00
parent 8cf2d55dd5
commit a2f75bf388
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -67,3 +67,5 @@
/whois_5.5.15.dsc
/whois_5.5.16.tar.xz
/whois_5.5.16.dsc
/whois_5.5.17.tar.xz
/whois_5.5.17.dsc

View File

@ -1,2 +1,2 @@
SHA512 (whois_5.5.16.tar.xz) = 302a88edad11fee38b4d16b78af38701938d8d875e5ef22b9f40147717f9edda5abc5b791638bb2a3534214938a598faeeae5001275e751d480f95761b6bff14
SHA512 (whois_5.5.16.dsc) = 2e08dd21d98f2d63ec37b67507b91343d21cae9ccdd8712ae4e98017ec801df6903672272c828d0740d54556998032d439679ba64263e520c629e335eaff690b
SHA512 (whois_5.5.17.tar.xz) = 0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6
SHA512 (whois_5.5.17.dsc) = ace3d05a47858d3848ff7fb5ebbea91f3f567946ded28f7ed342643d03b9a04828a0cca9c34a23a8dfc5dfb2772cda75cc371540d7cc961276664e7377a1a20c

View File

@ -8,7 +8,7 @@
%global forgeurl https://github.com/rfc1036/whois
Name: whois
Version: 5.5.16
Version: 5.5.17
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
@ -18,7 +18,6 @@ Source0: https://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}
Source1: https://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.dsc
# This keyring needs to be processed at prep time, dscverify is not able to use it as it is
Source2: https://www.linux.it/~md/md-pgp.asc
%dnl Source0: %{forgeurl}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: gettext
@ -150,6 +149,9 @@ fi
%endif
%changelog
* Wed May 03 2023 Petr Menšík <pemensik@redhat.com> - 5.5.17-1
- Update to 5.5.17 (#2192932)
* Fri Apr 14 2023 Petr Menšík <pemensik@redhat.com> - 5.5.16-1
- Update to 5.5.16 (#2173826)