Accepting request 359129 from home:TheBlackCat:branches:Java:packages

Add create_valid_xml_comments.patch 
python-lxml 3.5.0 introduces validation for xml comments, and one of the comments created in this package were not valid. This patch fixes the problem.  It backported from upstream and should be in the next release.
84211c0ee7

OBS-URL: https://build.opensuse.org/request/show/359129
OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2016-02-13 08:52:00 +00:00
committed by Git OBS Bridge
parent f350fb4129
commit ceef81b960
3 changed files with 35 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 12 15:21:42 UTC 2016 - toddrme2178@gmail.com
- Add create_valid_xml_comments.patch
python-lxml 3.5.0 introduces validation for xml comments, and
one of the comments created in this package were not valid.
This patch fixes the problem. It backported from upstream and
should be in the next release.
https://github.com/mizdebsk/javapackages/commit/84211c0ee761e93ee507f5d37e9fc80ec377e89d
-------------------------------------------------------------------
Mon Feb 8 20:23:42 UTC 2016 - tchvatal@suse.com