rpms/zoneminder/devel zoneminder-1.24.1-gcc44.patch, NONE, 1.1 zoneminder.spec, 1.16, 1.17

Martin Ebourne mebourne at fedoraproject.org
Sat Mar 21 21:50:34 UTC 2009


Author: mebourne

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

Modified Files:
	zoneminder.spec 
Added Files:
	zoneminder-1.24.1-gcc44.patch 
Log Message:
* Sat Mar 21 2009 Martin Ebourne <martin at zepler.org> - 1.24.1-1
- Patch for gcc 4.4 compilation errors
- Upgrade to 1.24.1


zoneminder-1.24.1-gcc44.patch:

--- NEW FILE zoneminder-1.24.1-gcc44.patch ---
--- src/zm_utils.cpp.orig	2009-03-21 21:46:01.000000000 +0000
+++ src/zm_utils.cpp	2009-03-21 21:46:36.000000000 +0000
@@ -19,6 +19,7 @@
 
 #include "zm_utils.h"
 
+#include <cstdio.h>
 #include <stdarg.h>
 
 const std::string stringtf( const char *format, ... )


Index: zoneminder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zoneminder/devel/zoneminder.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- zoneminder.spec	15 Mar 2009 00:37:00 -0000	1.16
+++ zoneminder.spec	21 Mar 2009 21:50:04 -0000	1.17
@@ -24,6 +24,7 @@
 Patch1: 	zoneminder-1.24.1-dbinstall.patch
 Patch2:		zoneminder-1.24.1-runlevel.patch
 Patch10: 	zoneminder-1.22.3-installfix.patch
+Patch11: 	zoneminder-1.24.1-gcc44.patch
 
 Conflicts: 	zm <= 1.22.3
 
@@ -191,7 +192,8 @@
 
 
 %changelog
-* Sun Mar 15 2009 Martin Ebourne <martin at zepler.org> - 1.24.1-1
+* Sat Mar 21 2009 Martin Ebourne <martin at zepler.org> - 1.24.1-1
+- Patch for gcc 4.4 compilation errors
 - Upgrade to 1.24.1
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.23.3-4




More information about the fedora-extras-commits mailing list