1
0
2017-10-26 20:29:57 +00:00
committed by Git OBS Bridge
parent 06ab7d5169
commit 57c4a3ea68
5 changed files with 75 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 26 20:21:22 UTC 2017 - fstrba@suse.com
- Added patches:
* jaw-quotes.patch
+ Add quotes when adding CFLAGS to JAW_CFLAGS in order to avoid
that first of the CFLAGS be evaluated as a command
* jaw-java_required.patch
+ Modify java requirement to 1.7, since the code cannot be
built with source level 1.6 due to a diamond operator
- Modified patch:
* jaw-avoid-version.patch
+ Completely discard all libtool versioning of the library
+ This library is not linked, only loaded by the java code and
as such, it needs only .so extension
-------------------------------------------------------------------
Tue Oct 24 13:28:45 UTC 2017 - fstrba@suse.com