5.5.1 bump

This commit is contained in:
Petr Písař 2019-08-19 18:05:57 +02:00
parent f009ddee0c
commit d01190b20a
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@
/whois_5.4.2.tar.xz /whois_5.4.2.tar.xz
/whois_5.4.3.tar.xz /whois_5.4.3.tar.xz
/whois_5.5.0.tar.xz /whois_5.5.0.tar.xz
/whois_5.5.1.tar.xz

View File

@ -1 +1 @@
SHA512 (whois_5.5.0.tar.xz) = a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876 SHA512 (whois_5.5.1.tar.xz) = 8aa58453b24f132f1ad35225e833a9fd3e66145f12485af48573c8464a664a8fda11a47cd6222bac5c2064aea729c92df45e546fa8ee6b962f2a98f2fa202f00

View File

@ -6,11 +6,8 @@
%{bcond_without whois_enables_libidn2} %{bcond_without whois_enables_libidn2}
Name: whois Name: whois
Version: 5.5.0 Version: 5.5.1
# 5.5.0 contains a wrongly named directory Release: 1%{?dist}
# <https://github.com/rfc1036/whois/issues/79>
%global top_level_directory 5.4.4
Release: 2%{?dist}
Summary: Improved WHOIS client Summary: Improved WHOIS client
License: GPLv2+ License: GPLv2+
URL: http://www.linux.it/~md/software/ URL: http://www.linux.it/~md/software/
@ -63,7 +60,7 @@ Requires: whois-nls = %{version}-%{release}
# whois-mkpasswd package renamed to mkpasswd in 5.4.0-2.fc30, bug #1649426 # whois-mkpasswd package renamed to mkpasswd in 5.4.0-2.fc30, bug #1649426
Obsoletes: whois-mkpasswd <= 5.4.0-1.fc30 Obsoletes: whois-mkpasswd <= 5.4.0-1.fc30
# but we continue upgrading whois in older Fedoras without the rename # but we continue upgrading whois in older Fedoras without the rename
Obsoletes: whois-mkpasswd <= 5.5.0-1.fc29 Obsoletes: whois-mkpasswd <= 5.5.1-1.fc29
Provides: whois-mkpasswd = %{version}-%{release} Provides: whois-mkpasswd = %{version}-%{release}
%description -n mkpasswd %description -n mkpasswd
@ -82,7 +79,7 @@ BuildArch: noarch
whois tools messages translated into different natural languages. whois tools messages translated into different natural languages.
%prep %prep
%setup -q -n %{name}-%{top_level_directory} %setup -q -n %{name}
%build %build
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \ %{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
@ -138,6 +135,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 5.5.1-1
- 5.5.1 bump
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild