Hello community,

here is the log from the commit of package mysql-workbench for openSUSE:Factory 
checked in at 2014-07-20 10:49:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-10 14:55:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes     
2014-07-20 10:49:51.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jul 16 04:43:13 UTC 2014 - [email protected]
+
+- insert libmysqlclient-devel for missing link
+  (could not login mysqlserver)
+- change lib in libdir in DLIB_INSTALL_DIR
+  (workbench dont#'t start)
+- comment out LDFLAGS
+  (could only start as root, missing libgcc_s1)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mysql-workbench.spec ++++++
--- /var/tmp/diff_new_pack.LuLU25/_old  2014-07-20 10:49:52.000000000 +0200
+++ /var/tmp/diff_new_pack.LuLU25/_new  2014-07-20 10:49:52.000000000 +0200
@@ -103,6 +103,7 @@
 Requires(post):    desktop-file-utils
 Requires(postun):  desktop-file-utils
 
+Requires:       libmysqlclient-devel
 Requires:       python-paramiko
 Requires:       python-pexpect
 
@@ -147,12 +148,12 @@
 export PATH=$PWD/bin:$PATH
 %if 0%{?suse_version} >= 1310
 # Make things more secure, but only on new version
- export LDFLAGS="-Wl,-z,relro,-z,now -pie"
+ #export LDFLAGS="-Wl,-z,relro,-z,now -pie"
  export CFLAGS="%{optflags} -fPIE -pie"
  export CXXFLAGS="%{optflags} -fPIE -pie"
  %cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DMYSQL_CONFIG_PATH=%{_bindir}/mysql_config \
-   -DLIB_INSTALL_DIR=%{_lib} \
+   -DLIB_INSTALL_DIR=%{_libdir} \
    -DCMAKE_BUILD_TYPE=%{edition} \
    -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \
    -DUSE_UNIXODBC=FALSE \
@@ -162,7 +163,7 @@
  pushd build
  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DMYSQL_CONFIG_PATH=%{_bindir}/mysql_config \
-   -DLIB_INSTALL_DIR=%{_lib} \
+   -DLIB_INSTALL_DIR=%{_libdir} \
    -DCMAKE_BUILD_TYPE=%{edition} \
    -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \
    -DUSE_UNIXODBC=FALSE \


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

Reply via email to