[packages/mysql-workbench] - up to 8.0.40

baggins baggins at pld-linux.org
Fri Dec 27 21:40:55 CET 2024


commit 9617bc4f101acdbe768b3e8e65f3ee75d94de645
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 27 22:33:06 2024 +0100

    - up to 8.0.40

 antlr-res.patch      |  2 +-
 mysql-workbench.spec | 10 ++++------
 stdint.patch         | 30 ------------------------------
 3 files changed, 5 insertions(+), 37 deletions(-)
---
diff --git a/mysql-workbench.spec b/mysql-workbench.spec
index 2f5c53f..13ad3b6 100644
--- a/mysql-workbench.spec
+++ b/mysql-workbench.spec
@@ -11,15 +11,15 @@
 Summary:	Extensible modeling tool for MySQL
 Summary(pl.UTF-8):	Narzędzie do modelowania baz danych dla MySQL-a
 Name:		mysql-workbench
-Version:	8.0.34
+Version:	8.0.40
 Release:	1
 License:	GPL v2
 Group:		Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/workbench/
 Source0:	https://dev.mysql.com/get/Downloads/MySQLGUITools/%{name}-community-%{version}-src.tar.gz
-# Source0-md5:	8718de577ba7242b85388fd06eea9f4c
-Source1:	http://www.antlr.org/download/antlr-4.11.1-complete.jar
-# Source1-md5:	3a8e221b166f90d13d70f5dd97941353
+# Source0-md5:	9f93e8c7d37d073c48bbbf6f8d0e52f9
+Source1:	http://www.antlr.org/download/antlr-4.13.2-complete.jar
+# Source1-md5:	3c8bf23796901bbadaccf6e4c1f923e7
 Source2:	PLD_Linux_(MySQL_Package).xml
 Patch0:		pld-profile.patch
 Patch1:		log_slow_queries.patch
@@ -28,7 +28,6 @@ Patch3:		antlr-res.patch
 Patch4:		mysql-version.patch
 Patch5:		ldconfig.patch
 Patch6:		types.patch
-Patch7:		stdint.patch
 Patch8:		format-string.patch
 URL:		http://wb.mysql.com/
 BuildRequires:	OpenGL-devel
@@ -111,7 +110,6 @@ skomplikowanych migracji do MySQL-a.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 %patch8 -p1
 cp -p '%{SOURCE2}' res/mysql.profiles
 
diff --git a/antlr-res.patch b/antlr-res.patch
index 05d408b..22438b7 100644
--- a/antlr-res.patch
+++ b/antlr-res.patch
@@ -3,7 +3,7 @@
 @@ -144,8 +144,7 @@
  check_function_exists (strtoumax HAVE_STRTOUMAX)
  
- set(ANTLR_JAR_FILENAME "antlr-4.11.1-complete.jar")
+ set(ANTLR_JAR_FILENAME "antlr-4.13.2-complete.jar")
 -get_filename_component(SOURCE_PARENT_DIR ${CMAKE_SOURCE_DIR} DIRECTORY)
 -set(LINUX_RES_BIN_DIR ${SOURCE_PARENT_DIR}/linux-res/bin)
 +set(LINUX_RES_BIN_DIR ${CMAKE_SOURCE_DIR}/linux-res/bin)
diff --git a/stdint.patch b/stdint.patch
deleted file mode 100644
index 251a490..0000000
--- a/stdint.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- mysql-workbench-community-8.0.34-src/library/cdbc/src/driver_manager.h~	2023-07-13 14:52:08.000000000 +0200
-+++ mysql-workbench-community-8.0.34-src/library/cdbc/src/driver_manager.h	2023-09-16 16:49:38.679479295 +0200
-@@ -27,6 +27,7 @@
- #include "cppdbc_public_interface.h"
- 
- #include <cppconn/driver.h>
-+#include <cstdint>
- #include <memory>
- #include <set>
- 
---- mysql-workbench-community-8.0.34-src/library/forms/mforms/treeview.h~	2023-07-13 14:52:08.000000000 +0200
-+++ mysql-workbench-community-8.0.34-src/library/forms/mforms/treeview.h	2023-09-16 16:52:45.258483636 +0200
-@@ -23,6 +23,7 @@
- 
- #pragma once
- 
-+#include <cstdint>
- #include <mforms/view.h>
- 
- /**
---- mysql-workbench-community-8.0.34-src/backend/wbpublic/sqlide/sqlide_generics_private.h~	2023-07-13 14:52:08.000000000 +0200
-+++ mysql-workbench-community-8.0.34-src/backend/wbpublic/sqlide/sqlide_generics_private.h	2023-09-16 16:59:52.762837702 +0200
-@@ -30,6 +30,7 @@
- #include <sqlite/query.hpp>
- #include <sqlite/execute.hpp>
- #include <ctime>
-+#include <cstdint>
- 
- namespace sqlide {
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql-workbench.git/commitdiff/9617bc4f101acdbe768b3e8e65f3ee75d94de645



More information about the pld-cvs-commit mailing list