rpms/mysql++/devel mysql++3rc5-gcc43.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 mysql++.spec, 1.6, 1.7 sources, 1.5, 1.6 mysql++-gcc43.patch, 1.1, NONE

Remi Collet (remi) fedora-extras-commits at redhat.com
Thu Feb 28 20:38:52 UTC 2008


Author: remi

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

Modified Files:
	.cvsignore mysql++.spec sources 
Added Files:
	mysql++3rc5-gcc43.patch 
Removed Files:
	mysql++-gcc43.patch 
Log Message:
     update to 3.0.0 RC5 - soname bump

mysql++3rc5-gcc43.patch:

--- NEW FILE mysql++3rc5-gcc43.patch ---
diff -up lib/tcp_connection.cpp.gcc43 lib/tcp_connection.cpp
--- lib/tcp_connection.cpp.gcc43	2008-02-20 17:43:32.000000000 +0100
+++ lib/tcp_connection.cpp	2008-02-20 17:43:49.000000000 +0100
@@ -35,6 +35,7 @@
 
 #include <ctype.h>
 #include <stdlib.h>
+#include <climits>
 
 using namespace std;
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	14 Jul 2007 16:50:10 -0000	1.5
+++ .cvsignore	28 Feb 2008 20:38:14 -0000	1.6
@@ -1 +1 @@
-mysql++-2.3.2.tar.gz
+mysql++-3.0.0-rc5.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mysql++.spec	9 Feb 2008 09:23:01 -0000	1.6
+++ mysql++.spec	28 Feb 2008 20:38:14 -0000	1.7
@@ -1,13 +1,14 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    2.3.2
-Release:    3%{?dist}
+Version:    3.0.0
+Release:    0.1.rc5%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
-Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
+#Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
+Source0:    http://tangentsoft.net/mysql++/test/mysql++-3.0.0-rc5.tar.gz
 
-Patch0:     mysql++-gcc43.patch
+Patch0:     mysql++3rc5-gcc43.patch
 
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mysql-devel
@@ -59,12 +60,17 @@
 # Copy example programs to doc directory
 %{__mkdir_p} doc/examples
 %{__install} -m644 examples/*.{cpp,h} doc/examples/
+%{__install} -m644 config.h doc/examples/
+sed -i -e s at ../config.h at config.h@ doc/examples/threads.h
+
 
 # Fix up simple example Makefile to allow it to build on the install
 # system, as opposed to the system where the Makefile was created.
+# Only build examples, not test_
 %{__sed} -e 's at ./examples/@@' \
   -e 's@^CPPFLAGS :=.*$@CPPFLAGS := $(shell mysql_config --cflags)@' \
   -e 's@^LDFLAGS :=.*$@LDFLAGS := $(shell mysql_config --libs)@' \
+  -e '/^all:/s/test_[a-z,_]* //g' \
   Makefile.simple > doc/examples/Makefile
 
 %clean
@@ -76,20 +82,29 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING CREDITS LICENSE README
+%doc ChangeLog COPYING.txt CREDITS.txt LICENSE.txt README.txt
 %{_libdir}/libmysqlpp.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/examples doc/README.devel README.examples Wishlist
+%doc doc/examples doc/README-devel-RPM.txt README-examples.txt Wishlist
 %{_includedir}/mysql++
 %{_libdir}/libmysqlpp.so
 
 %files manuals
 %defattr(-,root,root,-)
-%doc doc/pdf doc/html doc/README.manuals
+%doc doc/pdf doc/html doc/README-manuals-RPM.txt
 
 %changelog
+* Wed Feb 20 2008 Remi Collet <rpms at FamilleCollet.com> 3.0.0-0.1.rc5
+- update to 3.0.0 rc5
+
+* Tue Feb 12 2008 Remi Collet <rpms at FamilleCollet.com> 3.0.0-0.1.rc4
+- update to 3.0.0 rc4 (not published)
+
+* Sat Feb  9 2008 Remi Collet <rpms at FamilleCollet.com> 3.0.0-0.1.rc3
+- update to 3.0.0 rc3 (not published)
+
 * Sat Feb  9 2008 Remi Collet <rpms at FamilleCollet.com> 2.3.2-3
 - rebuild for gcc 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	14 Jul 2007 16:50:10 -0000	1.5
+++ sources	28 Feb 2008 20:38:14 -0000	1.6
@@ -1 +1 @@
-e3b839b17872f1e0f2ddbf7cf407b395  mysql++-2.3.2.tar.gz
+3f0630ccdd888c7b2a6712518d728bbf  mysql++-3.0.0-rc5.tar.gz


--- mysql++-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list