Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edc5d68b79 | ||
|
|
a3c476e83f | ||
|
|
d053cf68c7 |
3 changed files with 15 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (whois_5.5.7.tar.xz) = aa13ed697685fc5cdb8f5912e91af7ff9cf561eed1bdeed6fae8930ce07e29b6009e40ba18b30c6c8c49c92380edcadfe7fe485ee4c17479e9d464dcd9424117
|
||||
SHA512 (whois_5.5.10.tar.xz) = 81cdf4e7f0b1e014dcca2e0264ff326d928dc6bc328c002bb933bf2a25cecf36369f42c73e64e20e1d477de4b91f413c90ca1993131267efff99fe5669cee3bc
|
||||
|
|
|
|||
13
whois.spec
13
whois.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue