Compare commits

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

9 commits

Author SHA1 Message Date
Petr Písař
85cd4762f7 5.5.6 bump 2020-02-17 14:06:14 +01:00
Petr Písař
e3e3676021 Cache sources 2020-01-23 16:54:47 +01:00
Petr Písař
a3839202c3 5.5.5 bump 2020-01-23 16:54:47 +01:00
Petr Písař
c2af8fe9ba Fix hiding legal strings on at. subdomains 2020-01-15 12:15:02 +01:00
Petr Písař
945834701d 5.5.4 bump 2020-01-03 09:01:48 +01:00
Petr Písař
31dc257329 5.5.3 bump 2019-11-18 14:16:11 +01:00
Petr Písař
593ba5800f Adjusts obsoletance for whois-mkpasswd-5.5.2 (bug #1684112) 2019-10-29 11:56:48 +01:00
Jitka Plesnikova
4c47b0eb34 5.5.2 bump 2019-10-03 13:52:37 +02:00
Petr Písař
304a9fccd4 5.5.1 bump 2019-08-19 18:09:09 +02:00
3 changed files with 35 additions and 8 deletions

6
.gitignore vendored
View file

@ -48,3 +48,9 @@
/whois_5.4.2.tar.xz
/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

View file

@ -1 +1 @@
SHA512 (whois_5.5.0.tar.xz) = a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876
SHA512 (whois_5.5.6.tar.xz) = 80435406a003051a6324fc8298416318841dd93d9b6f41dae1d561f64fbc45a538d42f55c993f6c03d20704c2c64386d11cca10c86fa78b039e53be76f60b6e8

View file

@ -6,10 +6,7 @@
%{bcond_without whois_enables_libidn2}
Name: whois
Version: 5.5.0
# 5.5.0 contains a wrongly named directory
# <https://github.com/rfc1036/whois/issues/79>
%global top_level_directory 5.4.4
Version: 5.5.6
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
@ -62,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.0-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
@ -82,7 +79,7 @@ BuildArch: noarch
whois tools messages translated into different natural languages.
%prep
%setup -q -n %{name}-%{top_level_directory}
%setup -q -n %{name}
%build
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
@ -138,6 +135,30 @@ fi
%endif
%changelog
* 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
* Tue Jul 23 2019 Petr Pisar <ppisar@redhat.com> - 5.5.0-1
- 5.5.0 bump