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

Remi Collet remi at fedoraproject.org
Thu Aug 28 19:41:25 UTC 2008


Author: remi

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	9 Aug 2008 17:01:15 -0000	1.12
+++ .cvsignore	28 Aug 2008 19:40:55 -0000	1.13
@@ -1 +1 @@
-mysql++-3.0.5.tar.gz
+mysql++-3.0.6.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mysql++.spec	9 Aug 2008 17:01:15 -0000	1.13
+++ mysql++.spec	28 Aug 2008 19:40:55 -0000	1.14
@@ -1,6 +1,6 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.5
+Version:    3.0.6
 Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
@@ -56,7 +56,7 @@
 for file in CREDITS COPYING LICENSE; do
   touch -r $file.txt timestamp
   %{__sed} -i -e 's/\r//' $file.txt
-  touch -r timestamp file.txt 
+  touch -r timestamp $file.txt 
 done
 
 
@@ -86,7 +86,7 @@
 # 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 's@^LDFLAGS :=.*$@LDFLAGS := $(shell mysql_config --libs_r)@' \
   -e '/^all:/s/test_[a-z,_]* //g' \
   Makefile.simple > doc/examples/Makefile
 
@@ -120,6 +120,10 @@
 %{_datadir}/devhelp/books/%{name}
 
 %changelog
+* Sun Aug 17 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.6-1
+- update to 3.0.6
+- thread aware examples.
+
 * Sat Aug 09 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.5-1
 - update to 3.0.5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	9 Aug 2008 17:01:15 -0000	1.12
+++ sources	28 Aug 2008 19:40:55 -0000	1.13
@@ -1 +1 @@
-39ad7d81d1c0e0b33ecb93f21f7875fa  mysql++-3.0.5.tar.gz
+7bd5e187b9307e79c6dd319ec4fb9368  mysql++-3.0.6.tar.gz




More information about the fedora-extras-commits mailing list