2018-12-21 14:21:36 +00:00
committed by Git OBS Bridge
parent 3728504d40
commit e7e478b4c1
2 changed files with 424 additions and 0 deletions

View File

@@ -3,6 +3,21 @@ Fri Dec 21 13:56:05 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Update to 1.5.0
- Install the maven pom file
- Removed patch:
* commons-validator-1.3.1-crosslink.patch
+ not needed
- Added patch:
* commons-validator-1.5.0-digester.patch
+ fix build with older versions of commons-digester
- Modified patches:
* commons-validator-1.3.1-srcencoding.patch ->
commons-validator-1.5.0-srcencoding.patch
+ specify encoding utf-8 for javac and javadoc invocation
instead of escaping characters
* commons-validator-1.3.3-locale.patch ->
commons-validator-1.5.0-locale.patch
+ Adapt the patch to the 1.5.0 context
+ Add the sysproperty to the junit task
-------------------------------------------------------------------
Tue May 15 13:22:32 UTC 2018 - fstrba@suse.com