Hello community, here is the log from the commit of package hamcrest for openSUSE:Factory checked in at 2017-12-22 12:16:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hamcrest (Old) and /work/SRC/openSUSE:Factory/.hamcrest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hamcrest" Fri Dec 22 12:16:46 2017 rev:22 rq:557934 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/hamcrest/hamcrest.changes 2017-09-13 22:19:51.880050736 +0200 +++ /work/SRC/openSUSE:Factory/.hamcrest.new/hamcrest.changes 2017-12-22 12:16:47.360135433 +0100 @@ -1,0 +2,8 @@ +Mon Dec 18 06:53:19 UTC 2017 - [email protected] + +- Added patch: + * hamcrest-1.3-javadoc10.patch + + Fix build with jdk10's javadoc that ends in error when a + link cannot be downloaded + +------------------------------------------------------------------- New: ---- hamcrest-1.3-javadoc10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hamcrest.spec ++++++ --- /var/tmp/diff_new_pack.ltRH6F/_old 2017-12-22 12:16:48.416083946 +0100 +++ /var/tmp/diff_new_pack.ltRH6F/_new 2017-12-22 12:16:48.416083946 +0100 @@ -50,6 +50,7 @@ Patch4: hamcrest-1.3-random-build-crash.patch Patch5: hamcrest-1.3-fork-javac.patch Patch6: hamcrest-1.3-javadoc9.patch +Patch7: hamcrest-1.3-javadoc10.patch BuildRequires: ant >= 1.6.5 BuildRequires: java-devel >= 1.6.0 BuildRequires: javapackages-local @@ -98,6 +99,7 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 perl -pi -e 's/\r$//g' LICENSE.txt ++++++ hamcrest-1.3-javadoc10.patch ++++++ --- hamcrest-1.3/build.xml 2012-07-02 21:14:09.000000000 +0200 +++ hamcrest-1.3/build.xml 2017-12-18 07:46:06.290074242 +0100 @@ -165,9 +165,6 @@ <group title="Hamcrest API and Utility Classes" packages="org.hamcrest"/> <group title="Matcher Library" packages="org.hamcrest.*"/> - - <link offline="false" href="http://www.junit.org/junit/javadoc/3.8.1/"/> - <link offline="false" href="http://kentbeck.github.com/junit/javadoc/latest/"/> </javadoc> <jar jarfile="build/hamcrest-all-${version}-javadoc.jar"> <fileset dir="build/temp/hamcrest-all-${version}-javadoc.jar.contents"/>
