From 9325a91c511ee40537c7a34dab1469ae68b26a73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 May 2010 22:45:18 +0200 Subject: Update to MySQL Workbanch 5.2.21 RC --- Makefile | 4 ++++ mysql-workbench.spec | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + diff --git a/mysql-workbench.spec b/mysql-workbench.spec index 281ab1f..8a25c28 100644 --- a/mysql-workbench.spec +++ b/mysql-workbench.spec @@ -4,7 +4,7 @@ Summary: A MySQL visual database modeling tool Name: mysql-workbench -Version: 5.2.20 +Version: 5.2.21 Release: 1%{?dist} Group: Applications/Databases License: GPLv2 @@ -51,7 +51,7 @@ BuildRequires: desktop-file-utils Requires(post): desktop-file-utils Requires(postun): desktop-file-utils -Requires: python-paramiko pexpect +Requires: python-paramiko pexpect python-sqlite2 # requires mysql client pkg (for mysqldump and mysql cmdline client) Requires: mysql gnome-keyring Requires: mysql-connector-c++ >= %{cppconnver} @@ -135,6 +135,9 @@ update-desktop-database &> /dev/null || : %changelog +* Wed May 12 2010 Remi Collet 5.2.21-1 +- update to 5.2.21 RC Community (OSS) Edition + * Wed Apr 28 2010 Remi Collet 5.2.20-1.###.remi - update to 5.2.20 beta 10 Community (OSS) Edition -- cgit