[cclive/f15/master] Add an include to compile with new GCC

Nicoleau Fabien eponyme at fedoraproject.org
Sun Feb 13 14:39:22 UTC 2011


commit 94e24b2a559c4badb8623a1271a6b3d83d85b43f
Author: eponyme <eponyme at fedoraproject.org>
Date:   Sun Feb 13 15:39:09 2011 +0100

    Add an include to compile with new GCC

 cclive.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/cclive.spec b/cclive.spec
index e4bd613..bae85c4 100644
--- a/cclive.spec
+++ b/cclive.spec
@@ -1,6 +1,6 @@
 Name:           cclive
 Version:        0.6.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Command line video extraction utility
 
 Group:          Applications/Multimedia 
@@ -18,6 +18,7 @@ Googlevideo, Break, Liveleak, Sevenload, Evisortv and Dailymotion.
 
 %prep
 %setup -q
+sed -i -e '/<cassert>/a #include <cstddef>' src/singleton.h
 
 %build
 %configure
@@ -41,9 +42,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 13 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.6.5-3
+- Add an include to compile with new GCC
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
 * Wed Aug 25 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.6.5-1
 - Update to 0.6.5
 * Fri May  7 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.6.3-1


More information about the scm-commits mailing list