From 77f68167344814ecf56546e85330dcd95c3829fdd8337804f463cdb09eeaec29 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 10 Mar 2020 12:44:43 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-reporting-impl?expand=0&rev=3 --- maven-reporting-impl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index f43d0bf..565fd95 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,7 +1,7 @@ # # spec file for package maven-reporting-impl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: javapackages-local BuildRequires: maven-doxia-core BuildRequires: maven-doxia-logging-api BuildRequires: maven-doxia-module-xhtml +BuildRequires: maven-doxia-module-xhtml5 BuildRequires: maven-doxia-sink-api BuildRequires: maven-doxia-sitetools BuildRequires: maven-lib @@ -79,6 +80,7 @@ build-jar-repository -s lib \ maven-doxia/doxia-core \ maven-doxia/doxia-logging-api \ maven-doxia/doxia-module-xhtml \ + maven-doxia/doxia-module-xhtml5 \ maven-doxia/doxia-sink-api \ maven-doxia-sitetools/doxia-decoration-model \ maven-doxia-sitetools/doxia-site-renderer \ From 5f160f717b3835c9020c2d9dab9e2a66d840e5cff6d369779d8c5c87402f6de8 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 11 Mar 2020 11:44:17 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-reporting-impl?expand=0&rev=4 --- maven-reporting-impl.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maven-reporting-impl.changes b/maven-reporting-impl.changes index 3b47469..16e91c4 100644 --- a/maven-reporting-impl.changes +++ b/maven-reporting-impl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 11:43:42 UTC 2020 - Fridrich Strba + +- Fix build against newer doxia that requires html5 module + ------------------------------------------------------------------- Fri Mar 29 13:44:55 UTC 2019 - Fridrich Strba