Author: arvenil Date: Sat Sep 18 10:31:44 2010 GMT Module: packages Tag: DEVEL ---- Log message: - added remove_table_limit patch (feel free to revert it)
---- Files affected: packages/mysql-workbench: mysql-workbench.spec (1.21 -> 1.21.2.1) , mysql-workbench-remove_table_limit.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mysql-workbench/mysql-workbench.spec diff -u packages/mysql-workbench/mysql-workbench.spec:1.21 packages/mysql-workbench/mysql-workbench.spec:1.21.2.1 --- packages/mysql-workbench/mysql-workbench.spec:1.21 Fri Sep 17 20:17:24 2010 +++ packages/mysql-workbench/mysql-workbench.spec Sat Sep 18 12:31:39 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzie do modelowania baz danych dla MySQL-a Name: mysql-workbench Version: 5.2.27 -Release: 1 +Release: 1.1 License: GPL v2 Group: Applications/Databases Source0: ftp://ftp.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQLGUITools/%{name}-gpl-%{version}.tar.gz @@ -11,6 +11,7 @@ Patch0: %{name}-desktop.patch Patch1: %{name}-python_libs.patch Patch2: %{name}-replace_gnome_url_show_by_xdg-open.patch +Patch3: %{name}-remove_table_limit.patch URL: http://wb.mysql.com/ BuildRequires: OpenGL-devel BuildRequires: autoconf @@ -65,6 +66,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__glib_gettextize} @@ -111,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21.2.1 2010/09/18 10:31:39 arvenil +- added remove_table_limit patch (feel free to revert it) + Revision 1.21 2010/09/17 18:17:24 arvenil - up to 5.2.27 ================================================================ Index: packages/mysql-workbench/mysql-workbench-remove_table_limit.patch diff -u /dev/null packages/mysql-workbench/mysql-workbench-remove_table_limit.patch:1.1 --- /dev/null Sat Sep 18 12:31:44 2010 +++ packages/mysql-workbench/mysql-workbench-remove_table_limit.patch Sat Sep 18 12:31:39 2010 @@ -0,0 +1,16 @@ +--- mysql-workbench-gpl-5.2.26/plugins/db.mysql/frontend/db_reverse_engineer.cpp 2010-08-05 13:33:19.000000000 +0000 ++++ mysql-workbench-gpl-5.2.26/plugins/db.mysql/frontend/db_reverse_engineer.cpp 2010-09-16 20:52:20.597866900 +0000 +@@ -373,13 +373,6 @@ + int total_placable_object_count= plugin->db_objects_selection_model(Db_plugin::dbotTable)->active_items_count() + + plugin->db_objects_selection_model(Db_plugin::dbotView)->active_items_count() + + plugin->db_objects_selection_model(Db_plugin::dbotRoutine)->active_items_count(); +- if (total_placable_object_count > 250) +- { +- mforms::Utilities::show_warning(_("Resource Warning"), _("Too many objects are selected for auto placement." +- "\nSelect fewer elements to create the EER diagram."), "OK"); +- _autoplace_check.set_active(false); +- return false; +- } + } + + if (!text.empty()) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql-workbench/mysql-workbench.spec?r1=1.21&r2=1.21.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
