Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mysql-workbench for openSUSE:Factory
checked in at 2021-07-05 22:22:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-workbench (Old)
and /work/SRC/openSUSE:Factory/.mysql-workbench.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mysql-workbench"
Mon Jul 5 22:22:58 2021 rev:55 rq:904041 version:8.0.25
Changes:
--------
--- /work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench.changes
2021-06-07 22:44:18.656567245 +0200
+++
/work/SRC/openSUSE:Factory/.mysql-workbench.new.2625/mysql-workbench.changes
2021-07-05 22:23:30.925473343 +0200
@@ -1,0 +2,15 @@
+Thu Jul 1 12:33:28 UTC 2021 - Mykola Krachkovsky <[email protected]>
+
+- Removed unused patch, because it is marked as error
+ * removed mysql-workbench-unbundle-libscintilla.patch
+
+-------------------------------------------------------------------
+Wed Jun 30 19:26:17 UTC 2021 - Mykola Krachkovsky <[email protected]>
+
+- Fixed antrl4 patch (part sneaked into scintilla patch)
+ * modified mysql-workbench-antlr4.patch
+ * modified mysql-workbench-unbundle-libscintilla.patch
+- Disabled mysql-workbench-unbundle-libscintilla.patch
+ as current Workbench isn't compatible with scintilla 5
+
+-------------------------------------------------------------------
Old:
----
mysql-workbench-unbundle-libscintilla.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mysql-workbench.spec ++++++
--- /var/tmp/diff_new_pack.EnClvH/_old 2021-07-05 22:23:31.685467462 +0200
+++ /var/tmp/diff_new_pack.EnClvH/_new 2021-07-05 22:23:31.689467431 +0200
@@ -31,8 +31,8 @@
Patch0: patch-desktop-categories.patch
# Remove check for update in help
Patch1: mysql-workbench-no-check-for-updates.patch
-# disabled , system scintila is buil with gtk3
-Patch7: mysql-workbench-unbundle-libscintilla.patch
+# disabled, Workbench isn't compatible with system scintilla 5.x
+#Patch7: mysql-workbench-unbundle-libscintilla.patch
# PATCH-FIX-OPENSUSE fix lacking dependency
Patch9: mysql-workbench-dependences.patch
Patch13: mysql-workbench-mariadb.patch
@@ -69,7 +69,7 @@
BuildRequires: libmysqlclient-devel
BuildRequires: libmysqlcppconn-devel >= 1.1.8
BuildRequires: libmysqld-devel > 5.1
-BuildRequires: libscintilla-devel
+#BuildRequires: libscintilla-devel
BuildRequires: libsigc++2-devel
BuildRequires: libtool
BuildRequires: ninja
++++++ mysql-workbench-antlr4.patch ++++++
--- /var/tmp/diff_new_pack.EnClvH/_old 2021-07-05 22:23:31.725467153 +0200
+++ /var/tmp/diff_new_pack.EnClvH/_new 2021-07-05 22:23:31.725467153 +0200
@@ -1,3 +1,15 @@
+diff -uNr mysql-workbench-community-8.0.19-org/CMakeLists.txt
mysql-workbench-community-8.0.19-src/CMakeLists.txt
+--- mysql-workbench-community-8.0.19-org/CMakeLists.txt 2019-12-15
21:40:32.000000000 +0200
++++ mysql-workbench-community-8.0.19-src/CMakeLists.txt 2020-04-05
14:48:36.735862665 +0300
+@@ -143,7 +143,7 @@
+ check_function_exists (strtoimax HAVE_STRTOIMAX)
+ check_function_exists (strtoumax HAVE_STRTOUMAX)
+
+-set(ANTLR_JAR_FILENAME "antlr-4.9.1-complete.jar")
++set(ANTLR_JAR_FILENAME "antlr4.jar")
+ get_filename_component(SOURCE_PARENT_DIR ${CMAKE_SOURCE_DIR} DIRECTORY)
+ set(LINUX_RES_BIN_DIR ${SOURCE_PARENT_DIR}/linux-res/bin)
+ message("WITH_ANTLR_JAR: ${WITH_ANTLR_JAR}")
diff -uNr mysql-workbench-community-8.0.19-org/library/parsers/CMakeLists.txt
mysql-workbench-community-8.0.19-src/library/parsers/CMakeLists.txt
--- mysql-workbench-community-8.0.19-org/library/parsers/CMakeLists.txt
2020-04-05 00:09:04.733876842 +0300
+++ mysql-workbench-community-8.0.19-src/library/parsers/CMakeLists.txt
2020-04-04 20:54:21.868460175 +0300