From 3f5feb1604c13005c4ba0dee44aed32771905e6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Nov 23 2008 16:31:32 +0000 Subject: update do 3.0.7 --- diff --git a/mysql++.spec b/mysql++.spec index a97d383..8e143e5 100644 --- a/mysql++.spec +++ b/mysql++.spec @@ -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 @@ sed -i -e s@../config.h@config.h@ doc/examples/threads.h # system, as opposed to the system where the Makefile was created. # Only build examples, not test_ %{__sed} -e 's@./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 @@ rm -rf %{buildroot} doc/examples %{_datadir}/devhelp/books/%{name} %changelog +* Sun Nov 20 2008 Remi Collet 3.0.7-1 +- update to 3.0.7 + * Sun Aug 17 2008 Remi Collet 3.0.6-1 - update to 3.0.6 - thread aware examples. diff --git a/sources b/sources index 7dd280b..16f23e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7bd5e187b9307e79c6dd319ec4fb9368 mysql++-3.0.6.tar.gz +6a2d25751c299c4cebc0ed59db49e076 mysql++-3.0.7.tar.gz