[mysql-connector-c++/f17] update to 1.1.2 for MW 5.2.46

Remi Collet remi at fedoraproject.org
Sat Feb 9 08:56:35 UTC 2013


commit 0d7f6ca7ec24d389989fe218f78d46d647f34199
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Feb 9 08:59:10 2013 +0100

    update to 1.1.2 for MW 5.2.46

 .gitignore               |    1 +
 mysql-connector-c++.spec |    6 +++++-
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f90eba0..d2fdd8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 mysql-connector-c++-bzr888.tgz
 /mysql-connector-c++-bzr895.tgz
 /mysql-connector-c++-1.1.1.tar.gz
+/mysql-connector-c++-1.1.2.tar.gz
diff --git a/mysql-connector-c++.spec b/mysql-connector-c++.spec
index 60cda93..5c09857 100644
--- a/mysql-connector-c++.spec
+++ b/mysql-connector-c++.spec
@@ -1,6 +1,6 @@
 Summary:    MySQL database connector for C++
 Name:       mysql-connector-c++
-Version:    1.1.1
+Version:    1.1.2
 Release:    1%{?dist}
 Group:      System Environment/Libraries
 License:    GPLv2 with exceptions
@@ -46,6 +46,7 @@ These are the files needed to compile programs using MySQL Connector/C++.
 %prep
 %setup -q
 
+# Workaround for http://bugs.mysql.com/bug.php?id=68320
 sed -i -e 's/lib$/%{_lib}/' driver/CMakeLists.txt
 chmod -x examples/*.cpp examples/*.txt
 
@@ -104,6 +105,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Feb  9 2013 Remi Collet <remi at fedoraproject.org> - 1.1.2-1
+- version 1.1.2 (GA)
+
 * Wed Aug  8 2012 Remi Collet <remi at fedoraproject.org> - 1.1.1-1
 - version 1.1.1
 
diff --git a/sources b/sources
index 9374cd1..2e7a9c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f3134ac39a5d56fdd360f2ad0121a99  mysql-connector-c++-1.1.1.tar.gz
+d5eae0408f59c121b33a4b0e1a29aac5  mysql-connector-c++-1.1.2.tar.gz


More information about the scm-commits mailing list