diff --git a/.gitignore b/.gitignore index 86c2749..892779a 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,5 @@ /whois_5.5.16.dsc /whois_5.5.17.tar.xz /whois_5.5.17.dsc +/whois_5.5.18.tar.xz +/whois_5.5.18.dsc diff --git a/sources b/sources index 3bebd7b..d9b9ea1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (whois_5.5.17.tar.xz) = 0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6 -SHA512 (whois_5.5.17.dsc) = ace3d05a47858d3848ff7fb5ebbea91f3f567946ded28f7ed342643d03b9a04828a0cca9c34a23a8dfc5dfb2772cda75cc371540d7cc961276664e7377a1a20c +SHA512 (whois_5.5.18.tar.xz) = 28482a6b84d97e2ff69e7a2d01865d227d76aff41a42511a6ebd4ac636b9054643d1df800e6575fb846712e1473f7a31a211dbc08fbdfaaead443d22138266c7 +SHA512 (whois_5.5.18.dsc) = 7b3fb9d575dc6d0e559bcf4fcebc962dbad0b4a4989951538b07483947ef627b19f069a4e7d93a87bd848fde3ac6da34444976edb86cf670905d5cc7b21d95e5 diff --git a/whois.spec b/whois.spec index 4cabd5b..7533a26 100644 --- a/whois.spec +++ b/whois.spec @@ -8,8 +8,8 @@ %global forgeurl https://github.com/rfc1036/whois Name: whois -Version: 5.5.17 -Release: 4%{?dist} +Version: 5.5.18 +Release: 1%{?dist} Summary: Improved WHOIS client License: GPL-2.0-or-later URL: https://www.linux.it/~md/software/ @@ -150,6 +150,9 @@ fi %endif %changelog +* Sun Jul 30 2023 Petr Menšík - 5.5.18-1 +- Update to 5.5.18 (#2224795) + * Sun Jul 30 2023 Petr Menšík - 5.5.17-4 - Use self-contained gnupg home for source verification (#2225463)