5.5.0 bump

This commit is contained in:
Petr Písař 2019-07-23 15:28:40 +02:00
parent 4d5a12223b
commit f47b4e4f4d
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -47,3 +47,4 @@
/whois_5.4.1.tar.xz
/whois_5.4.2.tar.xz
/whois_5.4.3.tar.xz
/whois_5.5.0.tar.xz

View File

@ -1 +1 @@
SHA512 (whois_5.4.3.tar.xz) = 762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
SHA512 (whois_5.5.0.tar.xz) = a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876

View File

@ -6,7 +6,10 @@
%{bcond_without whois_enables_libidn2}
Name: whois
Version: 5.4.3
Version: 5.5.0
# 5.5.0 contains a wrongly named directory
# <https://github.com/rfc1036/whois/issues/79>
%global top_level_directory 5.4.4
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
@ -60,7 +63,7 @@ Requires: whois-nls = %{version}-%{release}
# whois-mkpasswd package renamed to mkpasswd in 5.4.0-2.fc30, bug #1649426
Obsoletes: whois-mkpasswd <= 5.4.0-1.fc30
# but we continue upgrading whois in older Fedoras without the rename
Obsoletes: whois-mkpasswd <= 5.4.3-1.fc29
Obsoletes: whois-mkpasswd <= 5.5.0-1.fc29
Provides: whois-mkpasswd = %{version}-%{release}
%description -n mkpasswd
@ -79,7 +82,7 @@ BuildArch: noarch
whois tools messages translated into different natural languages.
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{top_level_directory}
%build
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
@ -135,6 +138,9 @@ fi
%endif
%changelog
* Tue Jul 23 2019 Petr Pisar <ppisar@redhat.com> - 5.5.0-1
- 5.5.0 bump
* Thu Jun 13 2019 Petr Pisar <ppisar@redhat.com> - 5.4.3-1
- 5.4.3 bump