Hello community,

here is the log from the commit of package mysql-workbench for openSUSE:Factory 
checked in at 2015-02-11 16:44:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-workbench (Old)
 and      /work/SRC/openSUSE:Factory/.mysql-workbench.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mysql-workbench"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench.changes  
2014-09-19 15:45:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes     
2015-02-11 16:44:50.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Oct  2 04:35:30 UTC 2014 - [email protected]
+
+- update to version 6.2.3
+  http://dev.mysql.com/doc/relnotes/workbench/en/changes-6-2.html
+- use unixodbc instead of libiodbc
+  - change DUSE_UNIXODBC from false to true,
+  - remove BuildRequires libiodbc-devel
+- insert libgdal-devel and postgresql-devel
+
+-------------------------------------------------------------------

Old:
----
  mysql-workbench-community-6.1.7-src.tar.gz

New:
----
  mysql-workbench-community-6.2.3-src.tar.gz
  mysql-workbench.rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mysql-workbench.spec ++++++
--- /var/tmp/diff_new_pack.pgXt0f/_old  2015-02-11 16:44:51.000000000 +0100
+++ /var/tmp/diff_new_pack.pgXt0f/_new  2015-02-11 16:44:51.000000000 +0100
@@ -26,11 +26,12 @@
 License:        GPL-2.0+
 Group:          Productivity/Databases/Clients
 Name:           mysql-workbench
-Version:        6.1.7
+Version:        6.2.3
 Release:        0
 Url:            http://wb.mysql.com
 Source:         %{name}-%{edition}-%{version}-src.tar.gz
 Source1:        openSUSE_(Vendor_Package).xml
+Source99:       %{name}.rpmlintrc
 
 #Patches
 Patch0:         patch-desktop-categories.patch
@@ -63,9 +64,9 @@
 BuildRequires:  gnome-keyring-devel
 BuildRequires:  gtkmm24-devel
 BuildRequires:  libctemplate-devel
+BuildRequires:  libgdal-devel
 BuildRequires:  libglade2-devel
 BuildRequires:  libgnome-devel
-BuildRequires:  libiodbc-devel
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libmysqlcppconn-devel
 BuildRequires:  libmysqld-devel
@@ -73,6 +74,8 @@
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  libzip-devel
+BuildRequires:  postgresql-devel
+BuildRequires: unixODBC-devel
 BuildRequires:  vsqlite++-devel
 %if 0%{?suse_version} > 1210
 BuildRequires:  lua51-devel
@@ -83,7 +86,6 @@
 BuildRequires:  mysql-devel > 5.1
 BuildRequires:  pcre-devel
 BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libiodbc)
 BuildRequires:  pkgconfig(xxf86vm)
 %if 0%{?suse_version}
 BuildRequires:  libuuid-devel
@@ -154,7 +156,7 @@
  %cmake -DMYSQL_CONFIG_PATH=%{_bindir}/mysql_config \
    -DCMAKE_BUILD_TYPE=%{edition} \
    -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \
-   -DUSE_UNIXODBC=FALSE \
+   -DUSE_UNIXODBC=TRUE \
    -DCMAKE_SKIP_RPATH=ON \
    -DCMAKE_SKIP_INSTALL_RPATH=ON \
    -DCMAKE_NO_BUILTIN_CHRPATH=ON \
@@ -167,7 +169,7 @@
    -DLIB_INSTALL_DIR=%{_libdir} \
    -DCMAKE_BUILD_TYPE=%{edition} \
    -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \
-   -DUSE_UNIXODBC=FALSE \
+   -DUSE_UNIXODBC=TRUE \
    -DCMAKE_SKIP_RPATH=ON \
    -DCMAKE_SKIP_INSTALL_RPATH=ON \
    -DCMAKE_NO_BUILTIN_CHRPATH=ON \

++++++ mysql-workbench-community-6.1.7-src.tar.gz -> 
mysql-workbench-community-6.2.3-src.tar.gz ++++++
/work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench-community-6.1.7-src.tar.gz
 
/work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench-community-6.2.3-src.tar.gz
 differ: char 5, line 1

++++++ mysql-workbench-mysql_options4.patch ++++++
--- /var/tmp/diff_new_pack.pgXt0f/_old  2015-02-11 16:44:52.000000000 +0100
+++ /var/tmp/diff_new_pack.pgXt0f/_new  2015-02-11 16:44:52.000000000 +0100
@@ -1,9 +1,8 @@
-diff --git a/plugins/migration/copytable/copytable.cpp 
b/plugins/migration/copytable/copytable.cpp
-index b273287..77c227b 100644
---- a/plugins/migration/copytable/copytable.cpp
-+++ b/plugins/migration/copytable/copytable.cpp
-@@ -1633,11 +1633,16 @@ MySQLCopyDataTarget::MySQLCopyDataTarget(const 
std::string &hostname, int port,
-   _truncate = false;
+diff -Pdpru 
mysql-workbench-community-6.2.3-src.orig/plugins/migration/copytable/copytable.cpp
 mysql-workbench-community-6.2.3-src/plugins/migration/copytable/copytable.cpp
+--- 
mysql-workbench-community-6.2.3-src.orig/plugins/migration/copytable/copytable.cpp
 2014-09-15 18:12:58.000000000 +0200
++++ 
mysql-workbench-community-6.2.3-src/plugins/migration/copytable/copytable.cpp   
   2014-09-27 16:31:13.874689080 +0200
+@@ -1888,11 +1888,16 @@ MySQLCopyDataTarget::MySQLCopyDataTarget
+     _incoming_data_charset = "latin1";
  
    mysql_init(&_mysql);
 +  /* This is optional has compiled in for MySQL >= 5.6.6

++++++ mysql-workbench.rpmlintrc ++++++
# files required during runtime by mysql-workbench, they are not C sources
addFilter("devel-file-in-non-devel-package .*/usr/lib64/mysql-workbench/.*")
addFilter("devel-file-in-non-devel-package .*/usr/lib/mysql-workbench/.*")

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to