Update to 5.5.10 (#1968209)

This commit is contained in:
Petr Menšík 2021-06-08 11:21:12 +02:00
parent ad29944bcc
commit 504c3a9a91
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@
/whois_5.5.7.tar.xz
/whois_5.5.8.tar.xz
/whois_5.5.9.tar.xz
/whois_5.5.10.tar.xz

View File

@ -1 +1 @@
SHA512 (whois_5.5.9.tar.xz) = 39710df68977f869ccaea07923192a525aa4b418c6d7d874ef560ad5bd837596e17ac08edfc3e6276dfe903a8186a05806567bbd38b65f04ecc020b5e9a3ad4b
SHA512 (whois_5.5.10.tar.xz) = 81cdf4e7f0b1e014dcca2e0264ff326d928dc6bc328c002bb933bf2a25cecf36369f42c73e64e20e1d477de4b91f413c90ca1993131267efff99fe5669cee3bc

View File

@ -10,7 +10,7 @@
%{bcond_without whois_enables_libidn2}
Name: whois
Version: 5.5.9
Version: 5.5.10
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
@ -83,7 +83,7 @@ BuildArch: noarch
whois tools messages translated into different natural languages.
%prep
%setup -q -n %{name}
%autosetup -n %{name}
%build
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
@ -139,6 +139,9 @@ fi
%endif
%changelog
* Tue Jun 08 2021 Petr Menšík <pemensik@redhat.com> - 5.5.10-1
- Update to 5.5.10 (#1968209)
* Mon Mar 29 2021 Petr Pisar <ppisar@redhat.com> - 5.5.9-1
- 5.5.9 bump