rpms/mysql++/F-7 mysql++.spec,1.1,1.2 sources,1.2,1.3

Remi Collet (remi) fedora-extras-commits at redhat.com
Tue Jul 3 17:38:01 UTC 2007


Author: remi

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

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


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-7/mysql++.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql++.spec	19 Apr 2007 19:27:18 -0000	1.1
+++ mysql++.spec	3 Jul 2007 17:37:24 -0000	1.2
@@ -1,6 +1,6 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    2.2.3
+Version:    2.3.0
 Release:    1%{?dist}
 License:    LGPL
 Group:      Development/Libraries
@@ -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,12 @@
 
 %files manuals
 %defattr(-,root,root,-)
-%doc doc/*.pdf doc/html doc/README.manuals
+%doc doc/pdf doc/html doc/README.manuals
 
 %changelog
+* 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++/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Apr 2007 19:27:18 -0000	1.2
+++ sources	3 Jul 2007 17:37:24 -0000	1.3
@@ -1 +1 @@
-2856acf395940aa02a27d2db1bfc0801  mysql++-2.2.3.tar.gz
+fc7c06226dcc35c3134373dced162e2d  mysql++-2.3.0.tar.gz




More information about the fedora-extras-commits mailing list