Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Petr Menšík
edc5d68b79 Update to 5.5.10 (#1968209) 2021-06-08 14:47:43 +02:00
Petr Písař
a3c476e83f 5.5.9 bump 2021-03-29 15:00:09 +02:00
Petr Písař
d053cf68c7 5.5.8 bump 2021-02-16 10:15:09 +01:00
3 changed files with 15 additions and 3 deletions

3
.gitignore vendored
View file

@ -55,3 +55,6 @@
/whois_5.5.5.tar.xz
/whois_5.5.6.tar.xz
/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.7.tar.xz) = aa13ed697685fc5cdb8f5912e91af7ff9cf561eed1bdeed6fae8930ce07e29b6009e40ba18b30c6c8c49c92380edcadfe7fe485ee4c17479e9d464dcd9424117
SHA512 (whois_5.5.10.tar.xz) = 81cdf4e7f0b1e014dcca2e0264ff326d928dc6bc328c002bb933bf2a25cecf36369f42c73e64e20e1d477de4b91f413c90ca1993131267efff99fe5669cee3bc

View file

@ -10,7 +10,7 @@
%{bcond_without whois_enables_libidn2}
Name: whois
Version: 5.5.7
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,15 @@ 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
* Tue Feb 16 2021 Petr Pisar <ppisar@redhat.com> - 5.5.8-1
- 5.5.8 bump
* Mon Oct 05 2020 Petr Pisar <ppisar@redhat.com> - 5.5.7-1
- 5.5.7 bump