]> git.pld-linux.org Git - packages/mysql-workbench.git/commitdiff
- rel 2; patch for bug http://bugs.mysql.com/74147 auto/th/mysql-workbench-6.2.3-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 Oct 2014 12:14:36 +0000 (14:14 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 Oct 2014 12:14:36 +0000 (14:14 +0200)
mysql-workbench-bug-74147.patch [new file with mode: 0644]
mysql-workbench.spec

diff --git a/mysql-workbench-bug-74147.patch b/mysql-workbench-bug-74147.patch
new file mode 100644 (file)
index 0000000..d150d93
--- /dev/null
@@ -0,0 +1,37 @@
+=== modified file frontend/linux/linux_utilities/listmodel_wrapper.cpp
+--- frontend/linux/linux_utilities/listmodel_wrapper.cpp       2014-03-17 16:42:25 +0000
++++ frontend/linux/linux_utilities/listmodel_wrapper.cpp       2014-10-16 10:33:12 +0000
+@@ -528,7 +528,6 @@
+ ListModelWrapper::ListModelWrapper(bec::ListModel* tm, Gtk::TreeView *treeview, const std::string& name)
+                     : Glib::ObjectBase(typeid(ListModelWrapper))
+                     , Glib::Object()
+-                    , Gtk::TreeModel()
+                     , _treeview(treeview)
+                     , _iconview(0)
+                     , _context_menu(0)
+
+=== modified file frontend/linux/linux_utilities/listmodel_wrapper.h
+--- frontend/linux/linux_utilities/listmodel_wrapper.h 2013-12-05 13:10:03 +0000
++++ frontend/linux/linux_utilities/listmodel_wrapper.h 2014-10-16 10:33:12 +0000
+@@ -232,9 +232,16 @@
+ //==============================================================================
+-class ListModelWrapper : public Glib::Object, public Gtk::TreeModel, 
+-                         public Gtk::TreeDragDest, public Gtk::TreeDragSource,
+-                         public base::trackable
++#if GLIB_CHECK_VERSION(2, 42, 0)
++class ListModelWrapper : public Gtk::TreeModel, public Glib::Object,
++                         public Gtk::TreeDragDest, public Gtk::TreeDragSource,
++                         public base::trackable
++#else
++class ListModelWrapper : public Glib::Object, public Gtk::TreeModel,
++                         public Gtk::TreeDragDest, public Gtk::TreeDragSource,
++                         public base::trackable
++
++#endif
+ {
+      friend class ColumnsModel;
+   protected:
+
+
index 7ed08d747281d452aac78fd868aacf3a34f09300..9acb5a47cd841ebb8f22b62f29899d1b351fc59f 100644 (file)
@@ -14,12 +14,13 @@ Summary:    Extensible modeling tool for MySQL
 Summary(pl.UTF-8):     Narzędzie do modelowania baz danych dla MySQL-a
 Name:          mysql-workbench
 Version:       6.2.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/Databases
 Source0:       http://cdn.mysql.com/Downloads/MySQLGUITools/%{name}-community-%{version}-src.tar.gz
 # Source0-md5: d58ac1beeb3bdaaba65b48e2a24df79b
 Source1:       PLD_Linux_(MySQL_Package).xml
+Patch1:                mysql-workbench-bug-74147.patch
 Patch5:                pld-profile.patch
 Patch7:                log_slow_queries.patch
 Patch8:                bashism.patch
@@ -92,6 +93,7 @@ skomplikowanych migracji do MySQL-a.
 
 %prep
 %setup -q -n %{name}-community-%{version}-src
+%patch1 -p0
 %patch5 -p1
 %patch7 -p1
 %patch8 -p1
This page took 0.039153 seconds and 4 git commands to generate.