From 2385265d9ad2d4df83d1c7a3bf3b7bc3fa6141f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 7 Jan 2014 14:06:46 +0100 Subject: [PATCH] 5.1.0 bump --- .gitignore | 1 + sources | 2 +- ...26-Fix-a-typo-in-whois-1-manual-page.patch | 31 ------------------- whois.spec | 10 +++--- 4 files changed, 7 insertions(+), 37 deletions(-) delete mode 100644 whois-5.0.26-Fix-a-typo-in-whois-1-manual-page.patch diff --git a/.gitignore b/.gitignore index a883493..a7ef705 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /whois_5.0.24.tar.xz /whois_5.0.25.tar.xz /whois_5.0.26.tar.xz +/whois_5.1.0.tar.xz diff --git a/sources b/sources index 397fffc..19746f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -236829eea77e85df2443a54815a1b41d whois_5.0.26.tar.xz +e16cc6ca56a6834ab60ace26215d6b0c whois_5.1.0.tar.xz diff --git a/whois-5.0.26-Fix-a-typo-in-whois-1-manual-page.patch b/whois-5.0.26-Fix-a-typo-in-whois-1-manual-page.patch deleted file mode 100644 index 0122150..0000000 --- a/whois-5.0.26-Fix-a-typo-in-whois-1-manual-page.patch +++ /dev/null @@ -1,31 +0,0 @@ -From f5a784370a0f278d9ad3ce775aa190a61024092e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -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ř ---- - 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 - diff --git a/whois.spec b/whois.spec index 0f6766e..220a321 100644 --- a/whois.spec +++ b/whois.spec @@ -1,13 +1,11 @@ Name: whois -Version: 5.0.26 -Release: 3%{?dist} +Version: 5.1.0 +Release: 1%{?dist} Summary: Improved WHOIS client Group: Applications/Internet License: GPLv2+ URL: http://www.linux.it/~md/software/ 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: libidn-devel BuildRequires: perl @@ -32,7 +30,6 @@ addresses and network names. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 -b .typo %build @@ -79,6 +76,9 @@ fi %changelog +* Tue Jan 07 2014 Petr Pisar - 5.1.0-1 +- 5.1.0 bump + * Thu Nov 28 2013 Petr Pisar - 5.0.26-3 - Fix a typo in the manual (bug #1029065)