[mysql-utilities/f16] update to 1.0.6

Remi Collet remi at fedoraproject.org
Sat Aug 11 14:31:08 UTC 2012


commit 0caad8137e41d6804502ea05a36e4a1f25ebe5f8
Author: remi <fedora at famillecollet.com>
Date:   Sat Aug 11 16:31:00 2012 +0200

    update to 1.0.6

 .gitignore                |    2 ++
 mysql-utilities-man.patch |   16 ++++++++++++++++
 mysql-utilities.spec      |   14 ++++++++------
 sources                   |    2 +-
 4 files changed, 27 insertions(+), 7 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 366a697..0ff3629 100644
--- a/mysql-utilities.spec
+++ b/mysql-utilities.spec
@@ -4,24 +4,25 @@
 # Python 2.6 or later but Python 3.x is not supported (yet).
 %global with_python3 0
 
-%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 14
 %global with_man 1
 %else
 %global with_man 0
 %endif
 
 Name:           mysql-utilities
-Version:        1.0.5
-Release:        2%{?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 Apr 15 2012 Remi Collet <remi at fedoraproject.org> - 1.0.5-2
 - fix BR to python2-devel
 - incorrect-fsf-address and non-executable-script referenced as
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