public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel10: - add an upstream patch to fix FTBFS with gcc 4.4
@ 2026-07-30 15:15 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-30 15:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/icecream
Branch : epel10
Commit : 9c942a106798850364adb234638b0f200d8fbd9e
Author : Michal Schmidt <michich@fedoraproject.org>
Date   : 2009-02-07T15:08:28+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/icecream/c/9c942a106798850364adb234638b0f200d8fbd9e?branch=epel10

Log:
- add an upstream patch to fix FTBFS with gcc 4.4

---
diff --git a/icecream.spec b/icecream.spec
index f4523d9..68a161f 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -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 @@ Patch0:		%{name}-rename-scheduler.patch
 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 @@ This package contains development files for %{name}.
 %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 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Sat Feb 07 2009 Michal Schmidt <mschmidt@redhat.com> - 0.9.2-3
+- add an upstream patch to fix FTBFS with gcc 4.4
+
 * Wed Jan 28 2009 Michal Schmidt <mschmidt@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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:15 [rpms/icecream] epel10: - add an upstream patch to fix FTBFS with gcc 4.4 Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox