rpms/mysql++/F-9 mysql++-3.0.3-mystring.patch, NONE, 1.1 mysql++.spec, 1.10, 1.11 sources, 1.9, 1.10

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat May 31 09:18:45 UTC 2008


Author: remi

Update of /cvs/extras/rpms/mysql++/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9577

Modified Files:
	mysql++.spec sources 
Added Files:
	mysql++-3.0.3-mystring.patch 
Log Message:
update to 3.0.3

mysql++-3.0.3-mystring.patch:

--- NEW FILE mysql++-3.0.3-mystring.patch ---
--- trunk/lib/mystring.h	2008/03/18 07:15:22	2248
+++ trunk/lib/mystring.h	2008/05/13 20:14:51	2286
@@ -144,7 +144,7 @@
 	typedef const char value_type;
 
 	/// \brief Type of "size" integers
-	typedef unsigned int size_type;
+	typedef size_t size_type;
 
 	/// \brief Type of iterators
 	typedef const char* const_iterator;


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-9/mysql++.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mysql++.spec	15 Apr 2008 16:42:53 -0000	1.10
+++ mysql++.spec	31 May 2008 09:18:04 -0000	1.11
@@ -1,6 +1,6 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.2
+Version:    3.0.3
 Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
@@ -8,6 +8,10 @@
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 Source1:    mysql++.devhelp
 
+# x86_64 build patch from SVN
+# http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mystring.h?rev=2286&r1=2248&r2=2286&makepatch=1&diff_format=u
+Patch0:     mysql++-3.0.3-mystring.patch
+
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mysql-devel
 
@@ -51,6 +55,8 @@
 %prep
 %setup -q
 
+%patch0 -p1
+
 %build
 %configure --with-mysql-lib=%{_libdir}/mysql \
            --enable-thread-check \
@@ -111,6 +117,10 @@
 %{_datadir}/devhelp/books/%{name}
 
 %changelog
+* Tue May 13 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.3-1
+- update to 3.0.3
+- add mysql++-3.0.3-mystring.patch for x86_64 build
+
 * Tue Apr 15 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.2-1
 - update to 3.0.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	15 Apr 2008 16:42:53 -0000	1.9
+++ sources	31 May 2008 09:18:04 -0000	1.10
@@ -1 +1 @@
-3bbc4f005fb4e0447189d1c2be3f24ee  mysql++-3.0.2.tar.gz
+8d33c229afc25245310ec2e568e5aada  mysql++-3.0.3.tar.gz




More information about the fedora-extras-commits mailing list