From 384bddd2b702ab79d0ec73e7d4187275dba538b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Aug 2010 08:44:58 +0200 Subject: MySQL Workbench 5.2.26 --- mysql-connector-c++.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mysql-connector-c++.spec b/mysql-connector-c++.spec index 6d74a87..d148128 100644 --- a/mysql-connector-c++.spec +++ b/mysql-connector-c++.spec @@ -1,4 +1,4 @@ -%global bzr 819 +%global bzr 888 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 819 lp:~mysql/mysql-connector-cpp/trunk mysql-connector-c++-1.1.0 +# bzr branch -r 888 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++-bzr819.tgz --exclude .bzr mysql-connector-c++-1.1.0 +# tar czf mysql-connector-c++-bzr888.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 +* Sat Aug 06 2010 Remi Collet 1.1.0-0.1.bzr888 +- update to 1.1.0 from bzr snapshot 888 + * Fri Jun 04 2010 Remi Collet 1.1.0-0.1.bzr819 - update to 1.1.0 from bzr snapshot 819 -- cgit