Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f86e6f8a67 | ||
|
|
bdb988fd79 | ||
|
|
37a2f6baa9 |
3 changed files with 13 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (whois-5.5.13.tar.gz) = e9efda7a99df07eadb67eb4a86110cd9fb4937ff850ff369875683279be8080845740d43f16fa591c3f2187cb3b747b018f3e56d721c3e29d197630faefe8f8a
|
||||
SHA512 (whois-5.5.15.tar.gz) = 76575da039bffa8e5d6ee9d28e1ff74eeff108fb8ced9139c4fe96fada8c71aef7f92cec5aafcd8d70bd2b16d00ba3a80a376d5d4307fd40724b25ec4d8110d2
|
||||
|
|
|
|||
13
whois.spec
13
whois.spec
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue