rpms/gengetopt/devel .cvsignore, 1.5, 1.6 gengetopt.spec, 1.6, 1.7 sources, 1.5, 1.6 gengetopt-2.22-gcc43.patch, 1.1, NONE

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Mon Jun 2 18:38:00 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/gengetopt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19085

Modified Files:
	.cvsignore gengetopt.spec sources 
Removed Files:
	gengetopt-2.22-gcc43.patch 
Log Message:
* Mon Jun 02 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.22.1-1
- Version bump to 2.22.1. Closes Red Hat Bugzilla bug #444335.
- Parallel build problems fixed by upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gengetopt/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	7 Mar 2008 17:08:10 -0000	1.5
+++ .cvsignore	2 Jun 2008 18:37:08 -0000	1.6
@@ -1 +1 @@
-gengetopt-2.22.tar.gz
+gengetopt-2.22.1.tar.gz


Index: gengetopt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gengetopt/devel/gengetopt.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gengetopt.spec	7 Mar 2008 17:08:10 -0000	1.6
+++ gengetopt.spec	2 Jun 2008 18:37:08 -0000	1.7
@@ -1,14 +1,12 @@
 Summary:	Tool to write command line option parsing code for C programs
 Name:		gengetopt
-Version:	2.22
+Version:	2.22.1
 Release:	1%{dist}
 License:	GPLv3+
 Group:		Development/Tools
 URL:		http://www.gnu.org/software/gengetopt/
 Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 
-Patch0:		%{name}-%{version}-gcc43.patch
-
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(post):	/sbin/install-info
@@ -25,7 +23,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Suppress rpmlint error.
 iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
@@ -35,9 +32,7 @@
 
 %build
 %configure
-
-# Parallel make does not work.
-make
+make %{?_smp_mflags}
 
 %check
 make check
@@ -94,6 +89,10 @@
 %{_datadir}/%{name}/gnugetopt.h
 
 %changelog
+* Mon Jun 02 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.22.1-1
+- Version bump to 2.22.1. Closes Red Hat Bugzilla bug #444335.
+- Parallel build problems fixed by upstream.
+
 * Fri Mar 07 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.22-1
 - Version bump to 2.22. Closes Red Hat Bugzilla bug #428641.
 - Fixed build failure with gcc-4.3.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gengetopt/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 Mar 2008 17:08:10 -0000	1.5
+++ sources	2 Jun 2008 18:37:08 -0000	1.6
@@ -1 +1 @@
-346f35c9e0607733b26dcbba9fbbfa8c  gengetopt-2.22.tar.gz
+3877433c69902a26887ad65c1a2d60eb  gengetopt-2.22.1.tar.gz


--- gengetopt-2.22-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list