From c2cb5253ae9b17b91c02d0129efaa4df9a4ba3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 3 Jan 2023 11:31:22 +0100 Subject: [PATCH] Update to 5.5.15 (#2156870) --- .gitignore | 1 + sources | 2 +- whois.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7023410..af3c3a7 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /whois-5.5.12.tar.gz /whois-5.5.13.tar.gz /whois-5.5.14.tar.gz +/whois-5.5.15.tar.gz diff --git a/sources b/sources index 434d3a9..75c4e8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whois-5.5.14.tar.gz) = 6b3252078d25c3f9ac5f54e4ecc280ee86d9807dd7b126cea56e0e2eaf5e5eaba6f9d847a4264762cf6238ef30942762c7dce2bd50534a9e897c5d16468adb58 +SHA512 (whois-5.5.15.tar.gz) = 76575da039bffa8e5d6ee9d28e1ff74eeff108fb8ced9139c4fe96fada8c71aef7f92cec5aafcd8d70bd2b16d00ba3a80a376d5d4307fd40724b25ec4d8110d2 diff --git a/whois.spec b/whois.spec index 6044d2a..03e1146 100644 --- a/whois.spec +++ b/whois.spec @@ -6,7 +6,7 @@ %{bcond_with whois_enables_idn} Name: whois -Version: 5.5.14 +Version: 5.5.15 Release: 1%{?dist} Summary: Improved WHOIS client License: GPLv2+ @@ -134,6 +134,9 @@ fi %endif %changelog +* Tue Jan 03 2023 Petr Menšík - 5.5.15-1 +- Update to 5.5.15 (#2156870) + * Tue Oct 18 2022 Petr Menšík - 5.5.14-1 - Update to 5.5.14 (#2135226)