From f65857164012fba806ed06b35b89f528f2c69a74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Jun 2010 22:53:06 +0200 Subject: mysql workbench 5.1.22 --- Makefile | 4 ++++ mysql-connector-c++.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + diff --git a/mysql-connector-c++.spec b/mysql-connector-c++.spec index 5ecdf4b..6d74a87 100644 --- a/mysql-connector-c++.spec +++ b/mysql-connector-c++.spec @@ -1,4 +1,4 @@ -%global bzr 818 +%global bzr 819 Summary: MySQL database connector for C++ @@ -12,9 +12,9 @@ License: GPLv2 with exceptions URL: http://forge.mysql.com/wiki/Connector_C++ %if 0%{?bzr} -# bzr branch -r 818 lp:~mysql/mysql-connector-cpp/trunk mysql-connector-c++-1.1.0 +# bzr branch -r 819 lp:~mysql/mysql-connector-cpp/trunk mysql-connector-c++-1.1.0 # less mysql-connector-c++-1.1.0/driver/mysql_metadata.cpp => getDriverMajorVersion / getDriverMinorVersion / getDriverPatchVersion -# tar czf mysql-connector-c++-bzr818.tgz --exclude .bzr mysql-connector-c++-1.1.0 +# tar czf mysql-connector-c++-bzr819.tgz --exclude .bzr mysql-connector-c++-1.1.0 # rm -rf mysql-connector-c++-1.1.0 Source0: mysql-connector-c++-bzr%{bzr}.tgz %else @@ -106,6 +106,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 04 2010 Remi Collet 1.1.0-0.1.bzr819 +- update to 1.1.0 from bzr snapshot 819 + * Sat Apr 03 2010 Remi Collet 1.1.0-0.1.bzr818 - update to 1.1.0 from bzr snapshot 818 -- cgit