rpms/mysql++/FC-6 mysql++.spec,1.1,1.2 sources,1.2,1.3

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat Aug 11 16:53:09 UTC 2007


Author: remi

Update of /cvs/extras/rpms/mysql++/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13808

Modified Files:
	mysql++.spec sources 
Log Message:
update to 2.3.2


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/FC-6/mysql++.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql++.spec	19 Apr 2007 19:40:18 -0000	1.1
+++ mysql++.spec	11 Aug 2007 16:52:34 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    2.2.3
-Release:    1%{?dist}.1
+Version:    2.3.2
+Release:    1%{?dist}
 License:    LGPL
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
@@ -60,9 +60,8 @@
 # Fix up simple example Makefile to allow it to build on the install
 # system, as opposed to the system where the Makefile was created.
 %{__sed} -e 's at ./examples/@@' \
-  -e 's@^CPPFLAGS =.*$@CPPFLAGS = $(shell mysql_config --cflags)@' \
-  -e 's@^LDFLAGS =.*$@LDFLAGS = $(shell mysql_config --libs)@' \
-  -e 's@ -Ilib -I/usr/include/mysql@@' \
+  -e 's@^CPPFLAGS :=.*$@CPPFLAGS := $(shell mysql_config --cflags)@' \
+  -e 's@^LDFLAGS :=.*$@LDFLAGS := $(shell mysql_config --libs)@' \
   Makefile.simple > doc/examples/Makefile
 
 %clean
@@ -85,9 +84,18 @@
 
 %files manuals
 %defattr(-,root,root,-)
-%doc doc/*.pdf doc/html doc/README.manuals
+%doc doc/pdf doc/html doc/README.manuals
 
 %changelog
+* Sat Jul 14 2007 Remi Collet <rpms at FamilleCollet.com> 2.3.2-1
+- update to 2.3.2
+
+* Wed Jul 11 2007 Remi Collet <rpms at FamilleCollet.com> 2.3.1-1
+- update to 2.3.1
+
+* Tue Jul 03 2007 Remi Collet <rpms at FamilleCollet.com> 2.3.0-1
+- update to 2.3.0 
+
 * Tue Apr 17 2007 Remi Collet <rpms at FamilleCollet.com> 2.2.3-1
 - update to 2.2.3, 
 - del doc patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Apr 2007 19:36:47 -0000	1.2
+++ sources	11 Aug 2007 16:52:34 -0000	1.3
@@ -1 +1 @@
-2856acf395940aa02a27d2db1bfc0801  mysql++-2.2.3.tar.gz
+e3b839b17872f1e0f2ddbf7cf407b395  mysql++-2.3.2.tar.gz




More information about the fedora-extras-commits mailing list