rpms/seq24/devel seq24-gcc43.patch,NONE,1.1 seq24.spec,1.4,1.5

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Feb 28 13:35:23 UTC 2008


Author: green

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

Modified Files:
	seq24.spec 
Added Files:
	seq24-gcc43.patch 
Log Message:
Update for gcc 4.3.


seq24-gcc43.patch:

--- NEW FILE seq24-gcc43.patch ---
--- src/event.cpp~	2006-06-01 23:20:20.000000000 -0400
+++ src/event.cpp	2008-02-28 08:21:16.000000000 -0500
@@ -19,6 +19,8 @@
 //-----------------------------------------------------------------------------
 #include "event.h"
 
+#include <cstring>
+
 event::event()
 {
     m_timestamp = 0;


Index: seq24.spec
===================================================================
RCS file: /cvs/extras/rpms/seq24/devel/seq24.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- seq24.spec	19 Feb 2008 04:17:42 -0000	1.4
+++ seq24.spec	28 Feb 2008 13:34:49 -0000	1.5
@@ -9,6 +9,7 @@
 Source1:      seq24.png
 Source2:      seq24.desktop
 Patch0:       seq24-stack-smash.patch
+Patch1:	      seq24-gcc43.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: lash-devel gtkmm24-devel
@@ -24,6 +25,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .stack-smash~
+%patch1 -p0 -b .gcc43~
 
 %build
 %configure
@@ -65,8 +67,8 @@
 %{_datadir}/icons/hicolor/64x64/apps/seq24.png
 
 %changelog
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.8.7-9
-- Autorebuild for GCC 4.3
+* Thu Feb 28 2008 Anthony Green <green at redhat.com> 0.8.7-9
+- Update for gcc 4.3.
 
 * Tue Oct 09 2007 Anthony Green <green at redhat.com> 0.8.7-8
 - Rebuilt for new lash again.




More information about the fedora-extras-commits mailing list