What | Removed | Added |
---|---|---|
CC | adaugherity@tamu.edu |
The RPM dependency on saxon9 is already correct, but jing.script (installed as /usr/bin/jing) is wrong -- saxon6 should be saxon9. Very simple fix: ==== --- jing.script 2015-06-26 19:43:11.814812104 -0500 +++ jing.script 2015-06-22 17:51:35.818580908 -0500 @@ -7,7 +7,7 @@ MAIN_CLASS=com.thaiopensource.relaxng.util.Driver -BASE_JARS="jing xerces-j2 xml-commons-apis saxon6 xml-commons-resolver" +BASE_JARS="jing xerces-j2 xml-commons-apis saxon9 xml-commons-resolver" args= BASE_FLAGS= ==== This affects openSUSE 13.1, 13.2, and SLES 12. Please release an updated package for all of those!