diff --git a/.gitignore b/.gitignore index 361dfca..86c2749 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,5 @@ /whois_5.5.15.dsc /whois_5.5.16.tar.xz /whois_5.5.16.dsc +/whois_5.5.17.tar.xz +/whois_5.5.17.dsc diff --git a/sources b/sources index 533fb29..3bebd7b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (whois_5.5.16.tar.xz) = 302a88edad11fee38b4d16b78af38701938d8d875e5ef22b9f40147717f9edda5abc5b791638bb2a3534214938a598faeeae5001275e751d480f95761b6bff14 -SHA512 (whois_5.5.16.dsc) = 2e08dd21d98f2d63ec37b67507b91343d21cae9ccdd8712ae4e98017ec801df6903672272c828d0740d54556998032d439679ba64263e520c629e335eaff690b +SHA512 (whois_5.5.17.tar.xz) = 0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6 +SHA512 (whois_5.5.17.dsc) = ace3d05a47858d3848ff7fb5ebbea91f3f567946ded28f7ed342643d03b9a04828a0cca9c34a23a8dfc5dfb2772cda75cc371540d7cc961276664e7377a1a20c diff --git a/whois.spec b/whois.spec index f3492b5..dbeb9dc 100644 --- a/whois.spec +++ b/whois.spec @@ -8,7 +8,7 @@ %global forgeurl https://github.com/rfc1036/whois Name: whois -Version: 5.5.16 +Version: 5.5.17 Release: 1%{?dist} Summary: Improved WHOIS client License: GPLv2+ @@ -18,7 +18,6 @@ Source0: https://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version} Source1: https://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.dsc # This keyring needs to be processed at prep time, dscverify is not able to use it as it is Source2: https://www.linux.it/~md/md-pgp.asc -%dnl Source0: %{forgeurl}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: coreutils BuildRequires: gcc BuildRequires: gettext @@ -150,6 +149,9 @@ fi %endif %changelog +* Wed May 03 2023 Petr Menšík - 5.5.17-1 +- Update to 5.5.17 (#2192932) + * Fri Apr 14 2023 Petr Menšík - 5.5.16-1 - Update to 5.5.16 (#2173826)