rpms/ice/devel ice.spec,1.8,1.9

Mary Ellen Foster (mef) fedora-extras-commits at redhat.com
Fri Feb 22 14:07:27 UTC 2008


Author: mef

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

Modified Files:
	ice.spec 
Log Message:
Add GCC 4.3 fixes


Index: ice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ice/devel/ice.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ice.spec	19 Feb 2008 13:22:20 -0000	1.8
+++ ice.spec	22 Feb 2008 14:06:52 -0000	1.9
@@ -42,6 +42,8 @@
 Patch12:        http://www.zeroc.com/forums/attachments/patches/534d1192152933-patch-4-ice-3-2-1-fix-slice2cs-ice-3.2.1-patch4.txt
 Patch13:        Ice-3.2.1-template-path.patch
 Patch14:        http://www.zeroc.com/forums/attachments/patches/541d1194844106-1-attachment-s-patch-5-ice-3-2-1-fix-slice2cs-ice-3.2.1-patch5.txt
+Patch15:        Ice-3.2.1-add-includes.patch
+Patch16:        IcePHP-3.2.1-add-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Ice doesn't officially support this architecture at all
@@ -193,6 +195,7 @@
 %patch11 -p2
 %patch12 -p2
 %patch14 -p2
+%patch15 -p1
 
 # Fix some permission issues/
 chmod a-x config/*.py
@@ -218,6 +221,8 @@
 %endif
 
 %setup -q -n IcePHP-%{version} -T -b 3
+%patch16 -p1
+
 %setup -q -n IcePy-%{version} -T -b 4
 %setup -q -n IceRuby-%{version} -T -b 5
 %setup -q -n IceCS-%{version} -T -b 6
@@ -599,6 +604,9 @@
 %config(noreplace) %{_sysconfdir}/php.d/ice.ini
 
 %changelog
+* Fri Feb 22 2008 Mary Ellen Foster <mefoster at gmail.com> 3.2.1-16
+- Add includes so that it compiles with GCC 4.3
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.2.1-15
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list