Accepting request 594764 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/594764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdb-4_8?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2018-04-16 10:42:15 +00:00 committed by Git OBS Bridge
commit ab491e3e72
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