From d01190b20aa875f4437250959bef8cef68a59f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 19 Aug 2019 18:05:57 +0200 Subject: [PATCH] 5.5.1 bump --- .gitignore | 1 + sources | 2 +- whois.spec | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2fa44ae..214edba 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /whois_5.4.2.tar.xz /whois_5.4.3.tar.xz /whois_5.5.0.tar.xz +/whois_5.5.1.tar.xz diff --git a/sources b/sources index 41b4bd6..4429d57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whois_5.5.0.tar.xz) = a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876 +SHA512 (whois_5.5.1.tar.xz) = 8aa58453b24f132f1ad35225e833a9fd3e66145f12485af48573c8464a664a8fda11a47cd6222bac5c2064aea729c92df45e546fa8ee6b962f2a98f2fa202f00 diff --git a/whois.spec b/whois.spec index d8fbcbe..8686a84 100644 --- a/whois.spec +++ b/whois.spec @@ -6,11 +6,8 @@ %{bcond_without whois_enables_libidn2} Name: whois -Version: 5.5.0 -# 5.5.0 contains a wrongly named directory -# -%global top_level_directory 5.4.4 -Release: 2%{?dist} +Version: 5.5.1 +Release: 1%{?dist} Summary: Improved WHOIS client License: GPLv2+ 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 Obsoletes: whois-mkpasswd <= 5.4.0-1.fc30 # 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} %description -n mkpasswd @@ -82,7 +79,7 @@ BuildArch: noarch whois tools messages translated into different natural languages. %prep -%setup -q -n %{name}-%{top_level_directory} +%setup -q -n %{name} %build %{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \ @@ -138,6 +135,9 @@ fi %endif %changelog +* Mon Aug 19 2019 Petr Pisar - 5.5.1-1 +- 5.5.1 bump + * Sat Jul 27 2019 Fedora Release Engineering - 5.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild