From 504c3a9a91e81047cc3715a262e9b657aba55769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 8 Jun 2021 11:21:12 +0200 Subject: [PATCH] Update to 5.5.10 (#1968209) --- .gitignore | 1 + sources | 2 +- whois.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45c457c..26f23b0 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /whois_5.5.7.tar.xz /whois_5.5.8.tar.xz /whois_5.5.9.tar.xz +/whois_5.5.10.tar.xz diff --git a/sources b/sources index a1c111c..fc1ee2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whois_5.5.9.tar.xz) = 39710df68977f869ccaea07923192a525aa4b418c6d7d874ef560ad5bd837596e17ac08edfc3e6276dfe903a8186a05806567bbd38b65f04ecc020b5e9a3ad4b +SHA512 (whois_5.5.10.tar.xz) = 81cdf4e7f0b1e014dcca2e0264ff326d928dc6bc328c002bb933bf2a25cecf36369f42c73e64e20e1d477de4b91f413c90ca1993131267efff99fe5669cee3bc diff --git a/whois.spec b/whois.spec index 35c98d4..62799ce 100644 --- a/whois.spec +++ b/whois.spec @@ -10,7 +10,7 @@ %{bcond_without whois_enables_libidn2} Name: whois -Version: 5.5.9 +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,9 @@ fi %endif %changelog +* Tue Jun 08 2021 Petr Menšík - 5.5.10-1 +- Update to 5.5.10 (#1968209) + * Mon Mar 29 2021 Petr Pisar - 5.5.9-1 - 5.5.9 bump