From 4d8dc158f7463b618fadc97f05fdd0f9fafa03b2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 14 May 2015 06:33:46 +0200 Subject: [PATCH] Disable javadoc doclint --- hamcrest-1.3-build.patch | 13 +++++++++++-- hamcrest.spec | 5 ++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/hamcrest-1.3-build.patch b/hamcrest-1.3-build.patch index d3af809..ccb08ad 100644 --- a/hamcrest-1.3-build.patch +++ b/hamcrest-1.3-build.patch @@ -1,5 +1,5 @@ diff --git a/build.xml b/build.xml -index 1cfd4fb..54d43fe 100644 +index 1cfd4fb..5a7c740 100644 --- a/build.xml +++ b/build.xml @@ -14,13 +14,13 @@ @@ -19,12 +19,21 @@ index 1cfd4fb..54d43fe 100644 -@@ -152,7 +152,7 @@ +@@ -152,7 +152,8 @@ + windowtitle="Hamcrest" source="1.6" failonerror="yes"> ++ +@@ -313,6 +314,7 @@ + ++ + + + diff --git a/hamcrest.spec b/hamcrest.spec index 56474b7..84f4bf1 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -42,7 +42,7 @@ Name: hamcrest Version: 1.3 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 0 Summary: Library of matchers for building test expressions License: BSD @@ -251,6 +251,9 @@ cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/ %{_datadir}/%{name} %changelog +* Thu May 14 2015 Mikolaj Izdebski - 0:1.3-12 +- Disable javadoc doclint + * Tue Feb 24 2015 Alexander Kurtakov 0:1.3-11 - Add obsoletes in core to the main package to ease updates.