Hello community, here is the log from the commit of package mysql-workbench for openSUSE:Factory checked in at 2014-05-03 16:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-05 13:44:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes 2014-05-03 16:56:55.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Apr 23 15:58:03 UTC 2014 - ecsos@schirra.net + +- update to version 6.1.4 + +------------------------------------------------------------------- +Thu Feb 6 21:01:18 UTC 2014 - ecsos@schirra.net + +- update to 6.0.9 +- insert Requires: libmysqlclient-devel because of absence symlink + of libmysqlclient_r.so + +------------------------------------------------------------------- Old: ---- mysql-workbench-community-6.0.8-src.tar.bz2 New: ---- mysql-workbench-community-6.1.4-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mysql-workbench.spec ++++++ --- /var/tmp/diff_new_pack.16Ahk4/_old 2014-05-03 16:56:57.000000000 +0200 +++ /var/tmp/diff_new_pack.16Ahk4/_new 2014-05-03 16:56:57.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mysql-workbench # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,10 +26,10 @@ License: GPL-2.0+ Group: Productivity/Databases/Clients Name: mysql-workbench -Version: 6.0.8 +Version: 6.1.4 Release: 0 Url: http://wb.mysql.com -Source: %{name}-%{edition}-%{version}-src.tar.bz2 +Source: %{name}-%{edition}-%{version}-src.tar.gz Source1: openSUSE_(Vendor_Package).xml #Patches @@ -82,6 +82,7 @@ BuildRequires: libuuid-devel BuildRequires: sqlite-devel %endif +BuildRequires: swig BuildRequires: tar BuildRequires: tinyxml-devel @@ -90,6 +91,7 @@ Requires(post): desktop-file-utils Requires(postun): desktop-file-utils +Requires: libmysqlclient-devel Requires: python-paramiko Requires: python-pexpect @@ -139,7 +141,7 @@ -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \ -DUSE_UNIXODBC=FALSE -#%__make %{?_smp_mflags} +#%%__make %%{?_smp_mflags} #if too much FIX this is too much on obs Out of Memory use make %{?jobs:-j2} @@ -148,7 +150,7 @@ %__make install DESTDIR=%{buildroot} #Can't we split that in a -doc package ? -#rm -fr %{buildroot}/usr/share/doc/%{name} +#rm -fr %%{buildroot}/usr/share/doc/%%{name} find %{buildroot}%{_libdir}/%{name} -name \*.a -exec rm {} \; -print find %{buildroot}%{_libdir}/%{name} -name \*.la -exec rm {} \; -print @@ -170,13 +172,13 @@ %icon_theme_cache_post %mime_database_post %desktop_database_post -%run_ldconfig +/sbin/ldconfig %postun %icon_theme_cache_postun %mime_database_postun %desktop_database_postun -%run_ldconfig +/sbin/ldconfig %files %defattr(0644, root, root, 0755) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org