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
This commit is contained in:
Tomáš Chvátal 2018-04-09 06:04:18 +00:00 committed by Git OBS Bridge
parent 010c8b7cd9
commit 02e7ce459d
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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