rpms/icecream/devel icecream.spec,1.12,1.13

Michal Schmidt michich at fedoraproject.org
Sat Feb 7 15:08:58 UTC 2009


Author: michich

Update of /cvs/pkgs/rpms/icecream/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22438

Modified Files:
	icecream.spec 
Log Message:
* Sat Feb 07 2009 Michal Schmidt <mschmidt at redhat.com> - 0.9.2-3
- add an upstream patch to fix FTBFS with gcc 4.4



Index: icecream.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icecream/devel/icecream.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- icecream.spec	28 Jan 2009 22:50:07 -0000	1.12
+++ icecream.spec	7 Feb 2009 15:08:28 -0000	1.13
@@ -11,7 +11,7 @@
 
 Name:		icecream
 Version:	0.9.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -31,6 +31,7 @@
 Patch1:		%{name}-cleanup-conffile.patch
 Patch2:		%{name}-0.9.2-create-env-improve-check-for-specs.patch
 Patch3:		%{name}-0.9.2-create-env-handle-relative-paths-in-ld.so.conf.patch
+Patch4:		%{name}-0.9.2-fix-gcc44-ftbfs.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -80,6 +81,7 @@
 %patch1 -p0
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 sed -e 's|@LIBDIR@|%{_libdir}|g' %{SOURCE1} > icecream.sh
 sed -e 's|@LIBDIR@|%{_libdir}|g' %{SOURCE2} > icecream.csh
 mkdir SELinux
@@ -235,6 +237,9 @@
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Sat Feb 07 2009 Michal Schmidt <mschmidt at redhat.com> - 0.9.2-3
+- add an upstream patch to fix FTBFS with gcc 4.4
+
 * Wed Jan 28 2009 Michal Schmidt <mschmidt at redhat.com> - 0.9.2-2
 - Fix the create-env script not to crash on relative paths in ld.so.conf.
 - No need to build the native environment as root anymore.




More information about the fedora-extras-commits mailing list