[mysql-utilities/el6] update to 1.0.6

Remi Collet remi at fedoraproject.org
Fri Aug 10 09:42:54 UTC 2012


commit 0cd0d2314dd5c8c777a9718045794b3adfcc81c4
Author: remi <fedora at famillecollet.com>
Date:   Fri Aug 10 11:42:46 2012 +0200

    update to 1.0.6

 .gitignore                |    2 ++
 mysql-utilities-man.patch |   16 ++++++++++++++++
 mysql-utilities.spec      |   12 +++++++-----
 sources                   |    2 +-
 4 files changed, 26 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b46571f..3a65b9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+*spec~
 /mysql-utilities-1.0.5.tgz
+/mysql-utilities-1.0.6.tgz
diff --git a/mysql-utilities-man.patch b/mysql-utilities-man.patch
index db80ddf..8d7aebb 100644
--- a/mysql-utilities-man.patch
+++ b/mysql-utilities-man.patch
@@ -1,3 +1,6 @@
+Install man pages in /usr/share/man
+Don't install "mut" man page (script not installed)
+
 --- setup.py.orig	2011-05-28 08:32:01.667811328 +0200
 +++ setup.py	2011-05-28 08:32:30.464887518 +0200
 @@ -110,7 +110,7 @@ class install_man(distutils.core.Command
@@ -9,3 +12,16 @@
          self.source_dir = os.path.join(self.build_dir, 'man')
  
      def run(self):
+diff -up doc/conf.py.orig doc/conf.py
+--- doc/conf.py.orig	2012-08-10 08:01:19.000000000 +0200
++++ doc/conf.py	2012-08-10 08:01:34.000000000 +0200
+@@ -264,9 +264,6 @@ man_pages = [
+     ('man/mysqluserclone', 'mysqluserclone',
+      u'Copy a MySQL user to one or more new users on another server',
+      [u'MySQL Utilities Team'], 1),
+-    ('man/mut', 'mut',
+-     u'Testing environment for MySQL utilities',
+-     [u'MySQL Utilities Team'], 1),
+ ]
+ 
+ 
diff --git a/mysql-utilities.spec b/mysql-utilities.spec
index e619264..54127f1 100644
--- a/mysql-utilities.spec
+++ b/mysql-utilities.spec
@@ -11,17 +11,18 @@
 %endif
 
 Name:           mysql-utilities
-Version:        1.0.5
-Release:        3%{?dist}
+Version:        1.0.6
+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/247 -O mysql-utilities-1.0.5.tgz
+# wget http://bazaar.launchpad.net/~mysql/mysql-utilities/trunk/tarball/262 -O mysql-utilities-1.0.6.tgz
 Source0:        %{name}-%{version}.tgz
 
 # Fix man page destination path
+# Remove mut man page
 Patch0:         %{name}-man.patch
 
 
@@ -98,14 +99,15 @@ rm -rf build
 %{python_sitelib}/mysql_utilities*
 %if %{with_man}
 %{_mandir}/man1/mysql*
-# mut command is not installed.
-%exclude %{_mandir}/man1/mut*
 %endif
 # empty file already provided by mysql-connector-python
 %exclude %{python_sitelib}/mysql/__init*
 
 
 %changelog
+* Fri Aug 10 2012 Remi Collet <remi at fedoraproject.org> - 1.0.6-1
+- update to 1.0.6
+
 * Sun May 27 2012 Remi Collet <remi at fedoraproject.org> - 1.0.5-3
 - no man for EL-6 (missing recent python-sphinx)
 
diff --git a/sources b/sources
index 4f97fa0..defb839 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29560d2ae53574dd8e98453a359af5f8  mysql-utilities-1.0.5.tgz
+693c074e1d2b7bddd836122bdaff6775  mysql-utilities-1.0.6.tgz


More information about the scm-commits mailing list