Compare commits

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

3 commits

Author SHA1 Message Date
Petr Menšík
f86e6f8a67 Update to 5.5.15 (#2156870) 2023-01-03 12:17:00 +01:00
Petr Menšík
bdb988fd79 Add git repository and convert to https
Add explicit URI to github and use it for source file.
2023-01-03 12:17:00 +01:00
Petr Menšík
37a2f6baa9 Update to 5.5.14 (#2135226) 2022-10-18 15:45:13 +02:00
3 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View file

@ -61,3 +61,5 @@
/whois_5.5.11.tar.xz
/whois-5.5.12.tar.gz
/whois-5.5.13.tar.gz
/whois-5.5.14.tar.gz
/whois-5.5.15.tar.gz

View file

@ -1 +1 @@
SHA512 (whois-5.5.13.tar.gz) = e9efda7a99df07eadb67eb4a86110cd9fb4937ff850ff369875683279be8080845740d43f16fa591c3f2187cb3b747b018f3e56d721c3e29d197630faefe8f8a
SHA512 (whois-5.5.15.tar.gz) = 76575da039bffa8e5d6ee9d28e1ff74eeff108fb8ced9139c4fe96fada8c71aef7f92cec5aafcd8d70bd2b16d00ba3a80a376d5d4307fd40724b25ec4d8110d2

View file

@ -6,13 +6,14 @@
%{bcond_with whois_enables_idn}
Name: whois
Version: 5.5.13
Version: 5.5.15
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
URL: http://www.linux.it/~md/software/
URL: https://www.linux.it/~md/software/
VCS: https://github.com/rfc1036/whois
# Source0: http://ftp.debian.org/debian/pool/main/w/%%{name}/%%{name}_%%{version}.tar.xz
Source0: https://github.com/rfc1036/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: %{VCS}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: gettext
@ -133,6 +134,12 @@ fi
%endif
%changelog
* Tue Jan 03 2023 Petr Menšík <pemensik@redhat.com> - 5.5.15-1
- Update to 5.5.15 (#2156870)
* Tue Oct 18 2022 Petr Menšík <pemensik@redhat.com> - 5.5.14-1
- Update to 5.5.14 (#2135226)
* Thu May 19 2022 Petr Menšík <pemensik@redhat.com> - 5.5.13-1
- Update to 5.5.13 (#2073241)