rpms/help2man/EL-5 help2man-1.36.4.diff, NONE, 1.1 import.log, NONE, 1.1 help2man.spec, 1.11, 1.12

Adam Miller maxamillion at fedoraproject.org
Mon May 18 14:39:18 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/help2man/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12013/EL-5

Modified Files:
	help2man.spec 
Added Files:
	help2man-1.36.4.diff import.log 
Log Message:
EPEL build of the newly patched help2man package




help2man-1.36.4.diff:

--- NEW FILE help2man-1.36.4.diff ---
diff -Naur help2man-1.36.4.orig/help2man.PL help2man-1.36.4/help2man.PL
--- help2man-1.36.4.orig/help2man.PL	2005-10-16 17:38:47.000000000 +0200
+++ help2man-1.36.4/help2man.PL	2009-04-04 05:40:34.000000000 +0200
@@ -102,7 +102,7 @@
 BEGIN {
     eval {
 	require Locale::gettext;
-	Locale::gettext->import;
+	Locale::gettext->import (qw(gettext textdomain));
 	$have_gettext = 1;
     };
 


--- NEW FILE import.log ---
help2man-1_36_4-4_1:EL-5:help2man-1.36.4-4.1.src.rpm:1242657456


Index: help2man.spec
===================================================================
RCS file: /cvs/extras/rpms/help2man/EL-5/help2man.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- help2man.spec	29 Dec 2008 07:42:46 -0000	1.11
+++ help2man.spec	18 May 2009 14:38:48 -0000	1.12
@@ -2,15 +2,18 @@
 #
 # --with nls ... build this package with --enable-nls 
 
-Name:         	help2man
-Summary:      	Create simple man pages from --help output
-Version:      	1.36.4
-Release:      	1%{?dist}
-Group:       	Development/Tools
-License:     	GPL
-URL:		http://www.gnu.org/software/help2man
-Source:       	ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:           help2man
+Summary:        Create simple man pages from --help output
+Version:        1.36.4
+Release:        4.1%{?dist}
+Group:          Development/Tools
+License:        GPLv2+
+URL:            http://www.gnu.org/software/help2man
+Source:         ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
+
+# Work around to https://bugzilla.redhat.com/show_bug.cgi?id=494089
+Patch0:         help2man-1.36.4.diff
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %{!?_with_nls:BuildArch: noarch}
 %{?_with_nls:BuildRequires: perl(Locale::gettext)}
@@ -29,6 +32,9 @@ still providing some useful information.
 
 %prep
 %setup -q -n help2man-%{version}
+%patch0 -p1
+iconv -f ISO-8859-1 -t utf-8 THANKS > THANKS~
+mv THANKS~ THANKS
 
 %build
 
@@ -80,8 +86,16 @@ fi
 %lang(sv) %{_mandir}/sv/man1/*
 
 %changelog
-* Mon Dec 29 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.36.4-1
-- Rebuild for EL-5
+* Mon May 18 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.36.4-4.1
+- Rebuild for EPEL
+
+* Mon May 18 2009 corsepiu at fedoraproject.org> - 1.36.4-4
+- Apply patch from http://bugs.gentoo.org/show_bug.cgi?id=237378#c6
+  to address BZ #494089.
+
+* Sun Feb 10 2008 Ralf Corsépius <rc040203 at freenet.de> - 1.36.4-2
+- Update license tag.
+- Convert THANKS to utf-8.
 
 * Tue Sep 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.36.4-1
 - Upstream update.




More information about the scm-commits mailing list