Package Release Info

mysql-workbench-6.3.10-bp150.2.1

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mysql-workbench

Change Logs

* Mon Apr 30 2018 guillaume.gardet@opensuse.org
- Remove abiflags (-m32/64) option for non x86_64 archs
- Add a patch to fix AArch64:
  * fix_aarch64_build.patch
* Mon Feb 05 2018 w01dnick@gmail.com
- add mysql-workbench-mariadb.patch
  to fix compatibility with MariaDB,
  removed not supported options,
  added HAVE_CHARSET_... not used mariadb connector
* Tue Dec 12 2017 w01dnick@gmail.com
- Update to version 6.3.10
  * https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-10.html
- Fixed patch for current version (git_patch_105207009.patch)
* Mon Dec 11 2017 mpluskal@suse.com
- Drop no longer needed mysql-workbench-mysql_options4.patch
* Mon Oct 16 2017 mpluskal@suse.com
- Update license information
* Wed Oct 11 2017 sbrabec@suse.com
- Drop obsolete mime-info (boo#1062631).
* Wed May 31 2017 mpluskal@suse.com
- Update to version 6.3.9:
  * https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-8.html
  * https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-9.html
  * resolves CVE-2017-3469 (boo#1035195)
- Add patches:
  * mariadb-no-escape-string-quote.patch
  * git_patch_105207009.patch
  * mysql-workbench-gdal-use-CPLFree.patch
- Stop building on 32-bit architectures
* Thu Feb 02 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Sat Nov 12 2016 mpluskal@suse.com
- Fix building with latest gcc6
  * mysql-workbench-gcc6.patch
* Sun Oct 09 2016 mpluskal@suse.com
- Use ninja and gold linker to speedup building
* Fri Aug 05 2016 mimi.vx@gmail.com
- fix build on Leap:42.2 -- force -std=c++11
- add _constraints file
* Thu Jul 21 2016 w01dnick@gmail.com
- added mysql-workbench-preload-sqlparser.patch to preload
  mysql-workbench/libsqlparser.so which is needed by
  mysql-workbench/modules/db.mysql.sqlparser.grt.so
  to open connection but isn't loaded
* Wed Jul 20 2016 mimi.vx@gmail.com
- disable mysql-workbench-unbundle-libscintilla.patch , openSUSE
    scintilla is build with GTK3, but mysql-workbench with GTK2
* Tue Jul 12 2016 tchvatal@suse.com
- Reduce some pointless comments
- Use normal paralel build
- Switch to pkgconfig style deps where possible
- Unbundle scintilla:
  * mysql-workbench-unbundle-libscintilla.patch
- Use %cmake macros fully
* Mon Jul 11 2016 mimi.vx@gmail.com
- update to version 6.3.7
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-7.html
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-6.html
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-5.html
- dropped patches:
  mysql-workbench-community-6.3.3-src-mysql_options4.patch
- refreshed patches:
  mysql-workbench-cmake-3.2.patch
  mysql-workbench-no-check-for-updates.patch
  patch-desktop-categories.patch
- added patches:
    mysql-workbench-mysql-version.patch - relax mysql version req.
    mysql-workbench-mysql_options4.patch - disable options4, doesn't work as
    supposed with MariaDB
    mysql-workbench-no-json.patch - disable JSON support, no antlr3 in openSUSE
- removed support for unsupported distributions
- openSUSE_(Vendor_Package).xml renamed to openSUSE_Vendor_Package.xml
* Tue Jun 23 2015 aj@ajaissle.de
- update to version 6.3.4
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-4.html
- update to version 6.3.3
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-3.html
- update to version 6.2.5
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-2-5.html
- update to version 6.2.4
  https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-2-4.html
- Rebased Patch:
  * mysql-workbench-mysql_options4.patch as
    mysql-workbench-community-6.3.3-src-mysql_options4.patch
  * mysql-workbench-cmake-3.2.patch
- Removed Patches:
  - mysql-workbench-ctemplate.patch (fixed in 6.2.5)
  - mysql-workbench-glib.patch (fixed in 6.3.3)
- Requires antlr-java = 3.4 for build. As we have no package for
  that, yet, we use the bundled antlr.
* Fri Jun 05 2015 wbauer@tmo.at
- added mysql-workbench-glib.patch: fix empty grid result
  (http://bugs.mysql.com/74147, boo#904767)
* Fri Mar 27 2015 sfalken@opensuse.org
- Patched to work with CMake >=3.2, as X11 is no longer magically
  implied as a linked library
- Added:
  + mysql-workbench-cmake-3.2.patch
* Thu Oct 02 2014 ecsos@schirra.net
- 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
* Thu Sep 11 2014 michal.hrusecky@opensuse.org
- not using %cmake macro for now, causes too much troubles,
  needs further investigation