rpms/soci/F-11 import.log, 1.1, 1.2 soci-3.0.0-fix-gcc43-compatibility.patch, 1.1, 1.2 soci.spec, 1.1, 1.2

Denis Arnaud denisarnaud at fedoraproject.org
Tue May 5 19:22:06 UTC 2009


Author: denisarnaud

Update of /cvs/pkgs/rpms/soci/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22749/F-11

Modified Files:
	import.log soci-3.0.0-fix-gcc43-compatibility.patch soci.spec 
Log Message:
* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-7
- Added a missing cstdio header include for g++-4.4 compatibility




Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	4 May 2009 22:08:22 -0000	1.1
+++ import.log	5 May 2009 19:21:36 -0000	1.2
@@ -1 +1,2 @@
 soci-3_0_0-6_fc10:F-11:soci-3.0.0-6.fc10.src.rpm:1241474667
+soci-3_0_0-7_fc10:F-11:soci-3.0.0-7.fc10.src.rpm:1241550507

soci-3.0.0-fix-gcc43-compatibility.patch:

Index: soci-3.0.0-fix-gcc43-compatibility.patch
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-11/soci-3.0.0-fix-gcc43-compatibility.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- soci-3.0.0-fix-gcc43-compatibility.patch	4 May 2009 22:08:22 -0000	1.1
+++ soci-3.0.0-fix-gcc43-compatibility.patch	5 May 2009 19:21:36 -0000	1.2
@@ -45,3 +45,14 @@ diff -u -r soci-3.0.0_ref/src/backends/m
 
  #ifdef _MSC_VER
  #pragma warning(disable:4355)
+diff -ru soci-3.0.0/src/core/soci-simple.cpp soci-3.0.0_4-pack/src/core/soci-simple.cpp
+--- soci-3.0.0/src/core/soci-simple.cpp 2008-07-01 09:42:25.000000000 +0200
++++ soci-3.0.0_4-pack/src/core/soci-simple.cpp  2009-05-05 16:17:38.000000000 +0200
+@@ -9,6 +9,7 @@
+
+ #include "soci-simple.h"
+ #include "soci.h"
++#include <cstdio>
+
+ using namespace soci;
+


Index: soci.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soci/F-11/soci.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- soci.spec	4 May 2009 22:08:23 -0000	1.1
+++ soci.spec	5 May 2009 19:21:36 -0000	1.2
@@ -18,7 +18,7 @@
 #
 Name:           soci
 Version:        3.0.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Summary:        The database access library for C++ programmers
 
@@ -275,6 +275,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-7
+- Added a missing cstdio header include for g++-4.4 compatibility
+
 * Sat May 02 2009 Denis Arnaud <denis.arnaud_fedora at m4x.org> 3.0.0-6
 - Removed the unused build conditionals
 




More information about the fedora-extras-commits mailing list