[mysql-utilities] update to 1.2.1, no man page

Remi Collet remi at fedoraproject.org
Fri Mar 8 07:41:44 UTC 2013


commit 9b164c39d17009c542a34fc1d62925fe1f155242
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Mar 8 08:41:36 2013 +0100

    update to 1.2.1, no man page

 .gitignore           |    1 +
 mysql-utilities.spec |   15 ++++++++-------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ada73fc..14f0484 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /mysql-utilities-1.1.0.tgz
 /mysql-utilities-1.1.1.tgz
 /mysql-utilities-1.2.0.tgz
+/mysql-utilities-1.2.1.tgz
diff --git a/mysql-utilities.spec b/mysql-utilities.spec
index fcf7ca6..a97944a 100644
--- a/mysql-utilities.spec
+++ b/mysql-utilities.spec
@@ -4,21 +4,22 @@
 # Python 2.6 or later but Python 3.x is not supported (yet).
 %global with_python3 0
 
+# http://bugs.mysql.com/68610 - Missing man pages
 %if 0%{?fedora} >= 14
-%global with_man 1
+%global with_man 0
 %else
 %global with_man 0
 %endif
 
 Name:           mysql-utilities
-Version:        1.2.0
+Version:        1.2.1
 Release:        1%{?dist}
 Summary:        MySQL Utilities
 
 Group:          Applications/Databases
 License:        GPLv2
 URL:            https://launchpad.net/mysql-utilities
-# wget http://bazaar.launchpad.net/~mysql/mysql-utilities/trunk/tarball/280 -O mysql-utilities-1.2.0.tgz
+# wget http://bazaar.launchpad.net/~mysql/mysql-utilities/trunk/tarball/301 -O mysql-utilities-1.2.1.tgz
 Source0:        %{name}-%{version}.tgz
 
 # Fix man page destination path
@@ -73,10 +74,6 @@ rm -rf build
 
 
 %check
-# http://bugs.mysql.com/68356
-# mysql_config_editor only available with MySQL 5.6
-rm unit_tests/test_my_print_defaults.py
-
 %{__python} check.py
 
 
@@ -114,6 +111,10 @@ rm unit_tests/test_my_print_defaults.py
 
 
 %changelog
+* Fri Mar  8 2013 Remi Collet <remi at fedoraproject.org> - 1.2.1-1
+- update to 1.2.1
+- no man pages, http://bugs.mysql.com/68610
+
 * Fri Feb  8 2013 Remi Collet <remi at fedoraproject.org> - 1.2.0-1
 - update to 1.2.0
 - new commands: mysqlauditadmin and mysqlauditgrep
diff --git a/sources b/sources
index 73fd19e..8534ea6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8361536f546cc8664645d1b06cf4de55  mysql-utilities-1.2.0.tgz
+5413235e1469689f5be01883e9331953  mysql-utilities-1.2.1.tgz


More information about the scm-commits mailing list