rpms/mysql++/devel mysql++-gcc.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 mysql++.spec, 1.21, 1.22 sources, 1.16, 1.17

Remi Collet remi at fedoraproject.org
Sun Jun 20 07:14:54 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/mysql++/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2634

Modified Files:
	.cvsignore mysql++.spec sources 
Added Files:
	mysql++-gcc.patch 
Log Message:
Update to 3.1.0 - ***** no soname dump, but some ABI breaks *****

mysql++-gcc.patch:
 genv2.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE mysql++-gcc.patch ---
diff -up mysql++-3.1.0/ssx/genv2.cpp.build mysql++-3.1.0/ssx/genv2.cpp
--- mysql++-3.1.0/ssx/genv2.cpp.build	2010-06-20 08:29:51.000000000 +0200
+++ mysql++-3.1.0/ssx/genv2.cpp	2010-06-20 08:32:56.000000000 +0200
@@ -35,6 +35,7 @@
 #include <iostream>
 #include <fstream>
 #include <typeinfo>
+#include <string.h>
 
 using namespace std;
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	5 Feb 2009 19:52:07 -0000	1.16
+++ .cvsignore	20 Jun 2010 07:14:53 -0000	1.17
@@ -1 +1 @@
-mysql++-3.0.9.tar.gz
+mysql++-3.1.0.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- mysql++.spec	13 Feb 2010 07:56:52 -0000	1.21
+++ mysql++.spec	20 Jun 2010 07:14:54 -0000	1.22
@@ -1,7 +1,7 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.9
-Release:    4%{?dist}
+Version:    3.1.0
+Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
@@ -9,6 +9,8 @@ URL:        http://tangentsoft.net/mysql
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 Source1:    mysql++.devhelp
 
+Patch0:     mysql++-gcc.patch
+
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mysql-devel
 
@@ -56,6 +58,8 @@ HTML format. You can use devhelp to brow
 %prep
 %setup -q
 
+%patch0 -p1 -b gcc44
+
 for file in CREDITS COPYING LICENSE; do
   touch -r $file.txt timestamp
   %{__sed} -i -e 's/\r//' $file.txt
@@ -130,6 +134,9 @@ rm -rf %{buildroot} doc/examples
 
 
 %changelog
+* Sun Jun 20 2010 Remi Collet <Fedora at FamilleCollet.com> 3.1.0-4
+- update to 3.1.0
+
 * Sat Feb 13 2010 Remi Collet <Fedora at FamilleCollet.com> 3.0.9-4
 - add explicit -lpthread linker flag (fix DSO bug)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql++/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	5 Feb 2009 19:52:07 -0000	1.16
+++ sources	20 Jun 2010 07:14:54 -0000	1.17
@@ -1 +1 @@
-4acc1603846fe67d36b6243bfb805652  mysql++-3.0.9.tar.gz
+d92769cc579b87a60e58a77099cc4f0e  mysql++-3.1.0.tar.gz



More information about the scm-commits mailing list