rpms/recode/devel recode-bool-bitfield.patch, NONE, 1.1 recode.spec, 1.11, 1.12

Zoltan Kota (zkota) fedora-extras-commits at redhat.com
Wed Jan 16 12:59:22 UTC 2008


Author: zkota

Update of /cvs/extras/rpms/recode/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2858

Modified Files:
	recode.spec 
Added Files:
	recode-bool-bitfield.patch 
Log Message:
add patch for gcc-4.3


recode-bool-bitfield.patch:

--- NEW FILE recode-bool-bitfield.patch ---
--- src/recodext.h.orig	2008-01-16 13:15:39.000000000 +0100
+++ src/recodext.h	2008-01-16 13:16:47.000000000 +0100
@@ -218,7 +218,7 @@
     enum recode_symbol_type type : 3;
 
     /* Non zero if this one should be ignored.  */
-    bool ignore : 2;
+    bool ignore : 1;
   };
 
 struct recode_surface_list


Index: recode.spec
===================================================================
RCS file: /cvs/extras/rpms/recode/devel/recode.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- recode.spec	22 Aug 2007 21:04:02 -0000	1.11
+++ recode.spec	16 Jan 2008 12:58:47 -0000	1.12
@@ -1,12 +1,13 @@
 Summary: Conversion between character sets and surfaces
 Name: recode
 Version: 3.6
-Release: 24%{?dist}
+Release: 25%{?dist}
 License: GPLv2+
 Group: Applications/File
 Source: http://recode.progiciels-bpi.ca/archives/recode-%{version}.tar.gz
 Patch0: recode.patch
 Patch1: recode-3.6-getcwd.patch
+Patch2: recode-bool-bitfield.patch
 Url: http://recode.progiciels-bpi.ca/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -41,6 +42,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1 -b .getcwd
+%patch2 -p0
 
 %build
 %configure --disable-static
@@ -87,6 +89,9 @@
 %{_includedir}/*
 
 %changelog
+* Wed Jan 16 2008 Zoltan Kota <z.kota[AT]gmx.net> 3.6-25
+- add patch for gcc43
+
 * Wed Aug 22 2007 Zoltan Kota <z.kota[AT]gmx.net> 3.6-24
 - update license tag
 - rebuild




More information about the fedora-extras-commits mailing list