rpms/mysql++/F-9 mysql++.spec,1.14,1.15 sources,1.13,1.14

Remi Collet remi at fedoraproject.org
Sun Nov 23 16:32:03 UTC 2008


Author: remi

Update of /cvs/extras/rpms/mysql++/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19474

Modified Files:
	mysql++.spec sources 
Log Message:
update do 3.0.7


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-9/mysql++.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mysql++.spec	28 Aug 2008 19:52:11 -0000	1.14
+++ mysql++.spec	23 Nov 2008 16:31:32 -0000	1.15
@@ -1,6 +1,6 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.6
+Version:    3.0.7
 Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
@@ -85,8 +85,8 @@
 # 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_r)@' \
+  -e 's@^CPPFLAGS ?=.*$@CPPFLAGS ?= $(shell mysql_config --cflags)@' \
+  -e 's@^LDFLAGS ?=.*$@LDFLAGS ?= $(shell mysql_config --libs_r)@' \
   -e '/^all:/s/test_[a-z,_]* //g' \
   Makefile.simple > doc/examples/Makefile
 
@@ -120,6 +120,9 @@
 %{_datadir}/devhelp/books/%{name}
 
 %changelog
+* Sun Nov 20 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.7-1
+- update to 3.0.7
+
 * Sun Aug 17 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.6-1
 - update to 3.0.6
 - thread aware examples.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-9/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	28 Aug 2008 19:52:12 -0000	1.13
+++ sources	23 Nov 2008 16:31:32 -0000	1.14
@@ -1 +1 @@
-7bd5e187b9307e79c6dd319ec4fb9368  mysql++-3.0.6.tar.gz
+6a2d25751c299c4cebc0ed59db49e076  mysql++-3.0.7.tar.gz




More information about the scm-commits mailing list