rpms/mysql++/devel mysql++-gcc43.patch, NONE, 1.1 mysql++.spec, 1.5, 1.6

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat Feb 9 09:23:45 UTC 2008


Author: remi

Update of /cvs/extras/rpms/mysql++/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30027

Modified Files:
	mysql++.spec 
Added Files:
	mysql++-gcc43.patch 
Log Message:
gcc-4.3 with patch

mysql++-gcc43.patch:

--- NEW FILE mysql++-gcc43.patch ---
--- lib/const_string.h.orig	2008-02-09 10:13:57.000000000 +0100
+++ lib/const_string.h	2008-02-09 10:14:06.000000000 +0100
@@ -35,6 +35,7 @@
 #include <iostream>
 #include <stdexcept>
 #include <string>
+#include <cstring>
 
 namespace mysqlpp {
 


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mysql++.spec	23 Aug 2007 15:53:49 -0000	1.5
+++ mysql++.spec	9 Feb 2008 09:23:01 -0000	1.6
@@ -1,12 +1,14 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
 Version:    2.3.2
-Release:    2%{?dist}
+Release:    3%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 
+Patch0:     mysql++-gcc43.patch
+
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mysql-devel
 
@@ -38,6 +40,7 @@
 %prep
 %setup -q
 
+%patch0 -p0 -b .gcc43
 
 %build
 %configure --with-mysql-lib=%{_libdir}/mysql \
@@ -87,6 +90,9 @@
 %doc doc/pdf doc/html doc/README.manuals
 
 %changelog
+* Sat Feb  9 2008 Remi Collet <rpms at FamilleCollet.com> 2.3.2-3
+- rebuild for gcc 4.3
+
 * Thu Aug 23 2007 Remi Collet <rpms at FamilleCollet.com> 2.3.2-2
 - Fix License
 - F-8 rebuild (BuildID)




More information about the fedora-extras-commits mailing list