5.1.0 bump
This commit is contained in:
parent
f51ec9f719
commit
2385265d9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/whois_5.0.24.tar.xz
|
/whois_5.0.24.tar.xz
|
||||||
/whois_5.0.25.tar.xz
|
/whois_5.0.25.tar.xz
|
||||||
/whois_5.0.26.tar.xz
|
/whois_5.0.26.tar.xz
|
||||||
|
/whois_5.1.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
236829eea77e85df2443a54815a1b41d whois_5.0.26.tar.xz
|
e16cc6ca56a6834ab60ace26215d6b0c whois_5.1.0.tar.xz
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
From f5a784370a0f278d9ad3ce775aa190a61024092e Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
||||||
Date: Tue, 12 Nov 2013 13:27:24 +0100
|
|
||||||
Subject: [PATCH] Fix a typo in whois(1) manual page
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
`separeted' is not a correct spelling.
|
|
||||||
|
|
||||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
||||||
---
|
|
||||||
whois.1 | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/whois.1 b/whois.1
|
|
||||||
index 83f4eb6..09d115f 100644
|
|
||||||
--- a/whois.1
|
|
||||||
+++ b/whois.1
|
|
||||||
@@ -131,7 +131,7 @@ Use \fI-q sources\fP option to obtain list of valid sources.
|
|
||||||
Return the template for a object of \fITYPE\fP.
|
|
||||||
.TP 8
|
|
||||||
.B \-T TYPE[,TYPE]...
|
|
||||||
-Restrict the search to objects of \fITYPE\fP. Multiple types are separeted by
|
|
||||||
+Restrict the search to objects of \fITYPE\fP. Multiple types are separated by
|
|
||||||
a comma.
|
|
||||||
.TP 8
|
|
||||||
.B -v TYPE
|
|
||||||
--
|
|
||||||
1.8.3.1
|
|
||||||
|
|
10
whois.spec
10
whois.spec
@ -1,13 +1,11 @@
|
|||||||
Name: whois
|
Name: whois
|
||||||
Version: 5.0.26
|
Version: 5.1.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Improved WHOIS client
|
Summary: Improved WHOIS client
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.linux.it/~md/software/
|
URL: http://www.linux.it/~md/software/
|
||||||
Source0: http://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.tar.xz
|
Source0: http://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.tar.xz
|
||||||
# Fix a typo in the manual, bug #1029065
|
|
||||||
Patch0: whois-5.0.26-Fix-a-typo-in-whois-1-manual-page.patch
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -32,7 +30,6 @@ addresses and network names.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .typo
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -79,6 +76,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 07 2014 Petr Pisar <ppisar@redhat.com> - 5.1.0-1
|
||||||
|
- 5.1.0 bump
|
||||||
|
|
||||||
* Thu Nov 28 2013 Petr Pisar <ppisar@redhat.com> - 5.0.26-3
|
* Thu Nov 28 2013 Petr Pisar <ppisar@redhat.com> - 5.0.26-3
|
||||||
- Fix a typo in the manual (bug #1029065)
|
- Fix a typo in the manual (bug #1029065)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user