From 7851d9c4b9430c8b12fe87568497011c2bfab25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 18 Apr 2013 13:30:53 +0200 Subject: [PATCH] 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 - 5.0.24-1 +- 5.0.24 bump + * Mon Apr 08 2013 Petr Pisar - 5.0.23-1 - 5.0.23 bump