summaryrefslogtreecommitdiffstats
path: root/mysql-workbench.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-12-16 21:19:31 +0100
committerRemi Collet <fedora@famillecollet.com>2011-12-16 21:19:31 +0100
commit8b40f7f666526fa057a4a9c845a29de7e92e2b87 (patch)
treed66e7f294257e74fb61bee886a6c3de7ab67ffa1 /mysql-workbench.spec
parent8fd21f681bfc92f6c8c7bbd31f66728f5eb6d2d7 (diff)
patch for server startup/shutdown command
Diffstat (limited to 'mysql-workbench.spec')
-rw-r--r--mysql-workbench.spec21
1 files changed, 18 insertions, 3 deletions
diff --git a/mysql-workbench.spec b/mysql-workbench.spec
index 029bcd0..08b53de 100644
--- a/mysql-workbench.spec
+++ b/mysql-workbench.spec
@@ -13,7 +13,8 @@
Summary: A MySQL visual database modeling, administration and querying tool
Name: mysql-workbench
Version: %{mw_version}
-Release: 1%{?dist}
+# also check mysq-utilities release
+Release: 3%{?dist}
Group: Applications/Databases
License: GPLv2 with exceptions
@@ -30,7 +31,12 @@ Patch2: %{name}-5.2.32-ctemplate.patch
Patch3: %{name}-5.2.36-tinyxml.patch
# redirect man page to /usr/share
Patch5: %{name}-5.2.34-man.patch
-
+# http://bugs.mysql.com/63705
+# Only <glib.h> can be included directly
+Patch6: %{name}-5.2.36-glib.patch
+# http://bugs.mysql.com/63777
+# service startup/shutdown command
+Patch7: %{name}-5.2.36-profiles.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pcre-devel >= 3.9
@@ -101,7 +107,7 @@ Summary: Scripts for managing and administering MySQL servers
# Not yet published (else will be package separatly)
# see ext/mysql-utilities/CHANGES.txt
Version: 1.0.3
-Release: 0.%{mw_version}%{?dist}
+Release: 0.%{mw_version}%{?dist}.1
BuildArch: noarch
BuildRequires: python-devel >= 2.4
@@ -135,6 +141,8 @@ rm -rf library/tinyxml
%endif
%patch5 -p1 -b .man
+%patch6 -p1 -b .glib
+%patch7 -p1 -b .profiles
touch -r COPYING .timestamp4rpm
@@ -244,6 +252,13 @@ update-desktop-database &> /dev/null || :
%changelog
+* Fri Dec 16 2011 Remi Collet <remi@fedoraproject.org> 5.2.36-3
+- patch for server startup/shutdown command
+ fixes bug #767391, upstream http://bugs.mysql.com/63777
+
+* Sat Dec 10 2011 Remi Collet <remi@fedoraproject.org> 5.2.36-2
+- patch for http://bugs.mysql.com/63705 (only include glib.h)
+
* Sat Dec 10 2011 Remi Collet <remi@fedoraproject.org> 5.2.36-1
- update to 5.2.36 Community (OSS) Edition (GPL)
http://dev.mysql.com/doc/workbench/en/wb-news-5-2-36.html