[whois] 5.0.24 bump

Petr Pisar ppisar at fedoraproject.org
Thu Apr 18 11:33:10 UTC 2013


commit 7851d9c4b9430c8b12fe87568497011c2bfab25d
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Apr 18 13:30:53 2013 +0200

    5.0.24 bump

 .gitignore |    1 +
 sources    |    2 +-
 whois.spec |   15 ++++++++++-----
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73b1db8..74c56c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /whois_5.0.20.tar.xz
 /whois_5.0.22.tar.xz
 /whois_5.0.23.tar.xz
+/whois_5.0.24.tar.xz
diff --git a/sources b/sources
index 8f96fed..f0cb605 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3343ba6d52475a1b0d53c45a6c2c169  whois_5.0.23.tar.xz
+34c45f9beaafa5ae58d7d8b366c7c262  whois_5.0.24.tar.xz
diff --git a/whois.spec b/whois.spec
index 0827274..5cc5115 100644
--- a/whois.spec
+++ b/whois.spec
@@ -1,13 +1,16 @@
 Name:       whois       
-Version:    5.0.23
+Version:    5.0.24
 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
-
-BuildRequires:  gettext, libidn-devel, perl
+BuildRequires:  gettext
+BuildRequires:  libidn-devel
+BuildRequires:  perl
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 Requires(post): %{_sbindir}/update-alternatives
 Requires(postun): %{_sbindir}/update-alternatives
 
@@ -27,8 +30,6 @@ addresses and network names.
 
 %prep
 %setup -q -n %{name}-%{version}
-# Enable NLS
-sed -i -e 's:#\(.*pos\):\1:' Makefile
 
 
 %build
@@ -71,9 +72,13 @@ fi
 %ghost %verify(not md5 size mtime) %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.%{alternative}.*
 %ghost %verify(not md5 size mtime) %{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man5/%{cfgfile}.5.gz
 
 
 %changelog
+* Thu Apr 18 2013 Petr Pisar <ppisar at redhat.com> - 5.0.24-1
+- 5.0.24 bump
+
 * Mon Apr 08 2013 Petr Pisar <ppisar at redhat.com> - 5.0.23-1
 - 5.0.23 bump
 


More information about the scm-commits mailing list