From 02e7ce459d9a528314fcf71bfe466a8789bd0a0c69c231eb483f63954c634030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Apr 2018 06:04:18 +0000 Subject: [PATCH] Accepting request 594706 from home:fstrba:branches:devel:libraries:c_c++ Fix build with Java 10 release OBS-URL: https://build.opensuse.org/request/show/594706 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=52 --- libdb_java-4_8-fix-java10-comp.patch | 2 +- libdb_java-4_8.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libdb_java-4_8-fix-java10-comp.patch b/libdb_java-4_8-fix-java10-comp.patch index 78c1dbd..c4b3d27 100644 --- a/libdb_java-4_8-fix-java10-comp.patch +++ b/libdb_java-4_8-fix-java10-comp.patch @@ -7,7 +7,7 @@ Index: db-4.8.30/dist/configure.ac AC_MSG_RESULT($JAVA_VERSION) case "$JAVA_VERSION" in - 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* ) ;; -+ 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | 10-* ) ;; ++ 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | [[1-9]][[0-9]]* ) ;; * ) AC_MSG_ERROR([Java version 1.3 or higher required, got $JAVA_VERSION]) ;; esac diff --git a/libdb_java-4_8.changes b/libdb_java-4_8.changes index 02b7bc3..e46d095 100644 --- a/libdb_java-4_8.changes +++ b/libdb_java-4_8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 9 05:32:56 UTC 2018 - fstrba@suse.com + +- Changed libdb_java-4_8-fix-java10-comp.patch to acount for Java + 10 properly and for following Java versions in a generic way. + ------------------------------------------------------------------- Tue Mar 13 08:59:56 UTC 2018 - rguenther@suse.com