summaryrefslogtreecommitdiffstats
path: root/mysql-workbench.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-06-23 20:45:12 +0200
committerRemi Collet <fedora@famillecollet.com>2010-06-23 20:45:12 +0200
commit69c8b1188b6dc0b5cae07747badbfac8a430f85e (patch)
tree5ce61b8890ceed0a342e3beeff14b4d8c40cc966 /mysql-workbench.spec
parent68eebc97af33370f378c96c3f3b6691d72105e7b (diff)
update mysql-workbench to 5.2.24
Diffstat (limited to 'mysql-workbench.spec')
-rw-r--r--mysql-workbench.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/mysql-workbench.spec b/mysql-workbench.spec
index 00d8aa4..373a5a3 100644
--- a/mysql-workbench.spec
+++ b/mysql-workbench.spec
@@ -1,20 +1,21 @@
#global postver b
+%global tartype ce
%global cppconnver 1.1.0-0.1.bzr819
Summary: A MySQL visual database modeling tool
Name: mysql-workbench
-Version: 5.2.22
+Version: 5.2.24
Release: 1%{?dist}
Group: Applications/Databases
License: GPLv2
URL: http://wb.mysql.com
-Source: %{name}-oss-%{version}%{?postver}.tar.gz
+Source: %{name}-%{tartype}-%{version}%{?postver}.tar.gz
# don't build extension, use system one
# !!! This patch use versioned soname !!!
-Patch1: %{name}-5.2.17-cppconn.patch
+Patch1: %{name}-5.2.24-cppconn.patch
Patch2: %{name}-5.2.16-scintilla.patch
Patch3: %{name}-5.2.22-python.patch
@@ -58,6 +59,7 @@ Requires: mysql gnome-keyring
Requires: mysql-connector-c++ >= %{cppconnver}
# Official upstream build
Conflicts: mysql-workbench-oss
+Conflicts: mysql-workbench-ce
%description
@@ -69,7 +71,7 @@ tools environment for:
%prep
-%setup -q -n %{name}-oss-%{version}%{?postver}
+%setup -q -n %{name}-%{tartype}-%{version}%{?postver}
%patch1 -p1 -b .cppconn
#patch2 -p1 -b .scintilla
@@ -137,6 +139,9 @@ update-desktop-database &> /dev/null || :
%changelog
+* Wed Jun 23 2010 Remi Collet <RPMS@famillecollet.com> 5.2.24-1
+- update to 5.2.24 RC3 Community Edition (CE)
+
* Fri Jun 04 2010 Remi Collet <RPMS@famillecollet.com> 5.2.22-1
- update to 5.2.22 RC Community (OSS) Edition
- build against mysql-connector-c++ 1.1.0 (bzr819)