rpms/mysql++/devel .cvsignore, 1.13, 1.14 mysql++.spec, 1.14, 1.15 sources, 1.13, 1.14

Remi Collet remi at fedoraproject.org
Sun Nov 23 16:14:24 UTC 2008


Author: remi

Update of /cvs/extras/rpms/mysql++/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15961

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	28 Aug 2008 19:40:55 -0000	1.13
+++ .cvsignore	23 Nov 2008 16:13:54 -0000	1.14
@@ -1 +1 @@
-mysql++-3.0.6.tar.gz
+mysql++-3.0.7.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mysql++.spec	28 Aug 2008 19:40:55 -0000	1.14
+++ mysql++.spec	23 Nov 2008 16:13:54 -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++/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	28 Aug 2008 19:40:55 -0000	1.13
+++ sources	23 Nov 2008 16:13:54 -0000	1.14
@@ -1 +1 @@
-7bd5e187b9307e79c6dd319ec4fb9368  mysql++-3.0.6.tar.gz
+6a2d25751c299c4cebc0ed59db49e076  mysql++-3.0.7.tar.gz




More information about the fedora-extras-commits mailing list