Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Petr Písař
ecf2acebd4 5.5.7 bump 2020-10-05 12:02:15 +02:00
Petr Písař
3b668b4f68 5.5.6 bump 2020-02-17 14:04:59 +01:00
Petr Písař
e03f9bc54d Cache sources 2020-01-23 16:53:34 +01:00
Petr Písař
2c99954ef9 5.5.5 bump 2020-01-23 16:53:34 +01:00
Petr Písař
d27657c6f0 Fix hiding legal strings on at. subdomains 2020-01-15 12:14:24 +01:00
Petr Písař
24160a6052 5.5.4 bump 2020-01-03 09:01:12 +01:00
Petr Písař
1a5f2aa791 5.5.3 bump 2019-11-18 14:09:17 +01:00
Petr Písař
5b271c2546 Adjusts obsoletance for whois-mkpasswd-5.5.2 (bug #1684112) 2019-10-29 11:55:56 +01:00
Jitka Plesnikova
697335e99b 5.5.2 bump 2019-10-03 13:51:05 +02:00
3 changed files with 34 additions and 4 deletions

6
.gitignore vendored
View file

@ -49,3 +49,9 @@
/whois_5.4.3.tar.xz
/whois_5.5.0.tar.xz
/whois_5.5.1.tar.xz
/whois_5.5.2.tar.xz
/whois_5.5.3.tar.xz
/whois_5.5.4.tar.xz
/whois_5.5.5.tar.xz
/whois_5.5.6.tar.xz
/whois_5.5.7.tar.xz

View file

@ -1 +1 @@
SHA512 (whois_5.5.1.tar.xz) = 8aa58453b24f132f1ad35225e833a9fd3e66145f12485af48573c8464a664a8fda11a47cd6222bac5c2064aea729c92df45e546fa8ee6b962f2a98f2fa202f00
SHA512 (whois_5.5.7.tar.xz) = aa13ed697685fc5cdb8f5912e91af7ff9cf561eed1bdeed6fae8930ce07e29b6009e40ba18b30c6c8c49c92380edcadfe7fe485ee4c17479e9d464dcd9424117

View file

@ -6,7 +6,7 @@
%{bcond_without whois_enables_libidn2}
Name: whois
Version: 5.5.1
Version: 5.5.7
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
@ -59,8 +59,8 @@ Conflicts: expect < 5.45.4-8.fc30
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.1-1.fc29
# but we continued upgrading whois in Fedoras < 30 without the rename
Obsoletes: whois-mkpasswd <= 5.5.3-1.fc29
Provides: whois-mkpasswd = %{version}-%{release}
%description -n mkpasswd
@ -135,6 +135,30 @@ fi
%endif
%changelog
* Mon Oct 05 2020 Petr Pisar <ppisar@redhat.com> - 5.5.7-1
- 5.5.7 bump
* Mon Feb 17 2020 Petr Pisar <ppisar@redhat.com> - 5.5.6-1
- 5.5.6 bump
* Thu Jan 23 2020 Petr Pisar <ppisar@redhat.com> - 5.5.5-1
- 5.5.5 bump
* Wed Jan 15 2020 Petr Pisar <ppisar@redhat.com> - 5.5.4-2
- Fix hiding legal strings on at. subdomains (bug #1791035)
* Fri Jan 03 2020 Petr Pisar <ppisar@redhat.com> - 5.5.4-1
- 5.5.4 bump
* Mon Nov 18 2019 Petr Pisar <ppisar@redhat.com> - 5.5.3-1
- 5.5.3 bump
* Tue Oct 29 2019 Petr Pisar <ppisar@redhat.com> - 5.5.2-2
- Adjusts obsoletance for whois-mkpasswd-5.5.2 (bug #1684112)
* Thu Oct 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 5.5.2-1
- 5.5.2 bump
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 5.5.1-1
- 5.5.1 bump