Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-doxia for openSUSE:Factory 
checked in at 2023-09-25 20:02:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-doxia (Old)
 and      /work/SRC/openSUSE:Factory/.maven-doxia.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-doxia"

Mon Sep 25 20:02:48 2023 rev:9 rq:1113314 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-doxia/maven-doxia.changes  2022-05-13 
23:03:30.519141709 +0200
+++ /work/SRC/openSUSE:Factory/.maven-doxia.new.1770/maven-doxia.changes        
2023-09-25 20:51:34.262991547 +0200
@@ -1,0 +2,26 @@
+Sat Sep 23 17:46:16 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to upstream version 1.12.0
+  * Changes
+    + DOXIA-409: Upgrade to FOP 2.2
+    + DOXIA-497: Fix rendering links and paragraphs inside tables
+    + DOXIA-584: Rewrite .md and .markdown links to .html
+    + DOXIA-576 Upgrade HttpComponents: httpclient to 4.5.8 and
+      httpcore to 4.4.11
+    + DOXIA-570: Escape links to xml based figureGraphics image
+      elements
+    + SECURITY: Use HTTPS to resolve dependencies in Maven Build
+    + MNGSITE-393: remove old Maven 1 and 2 info
+    + DOXIA-612: update commons-lang to 3.8.1
+    + DOXIA-610: Drop dependency to outdated Log4j
+    + Fix Java 7 compatibility that was broken with DOXIA-616
+    + DOXIA-618: import tests from maven-site-plugin
+    + DOXIA-609: Fixed crosslinks starting with a dot in markdown
+      files
+    + replace deprecated class from commons-lang
+    + fill in some generic types
+- Removed patch:
+  * 0001-Fix-itext-dependency.patch
+    + no need to patch a module that we disable
+
+-------------------------------------------------------------------
@@ -35 +61 @@
-    - Not needed in this build any more
+    + Not needed in this build any more

Old:
----
  0001-Fix-itext-dependency.patch
  doxia-1.9.1-source-release.zip

New:
----
  doxia-1.12.0-source-release.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maven-doxia.spec ++++++
--- /var/tmp/diff_new_pack.E0EEOR/_old  2023-09-25 20:51:35.595039668 +0200
+++ /var/tmp/diff_new_pack.E0EEOR/_new  2023-09-25 20:51:35.599039812 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-doxia
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           maven-doxia
-Version:        1.9.1
+Version:        1.12.0
 Release:        0
 Summary:        Content generation framework
 License:        Apache-2.0
@@ -25,15 +25,16 @@
 URL:            https://maven.apache.org/doxia/
 Source0:        
https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/%{version}/doxia-%{version}-source-release.zip
 Source1:        %{name}-build.tar.xz
-# Build against iText 2.x
-# https://issues.apache.org/jira/browse/DOXIA-53
-Patch1:         0001-Fix-itext-dependency.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-cli
 BuildRequires:  apache-commons-collections
 BuildRequires:  apache-commons-configuration
+BuildRequires:  apache-commons-lang
 BuildRequires:  apache-commons-lang3
+BuildRequires:  apache-commons-text
+BuildRequires:  atinject
 BuildRequires:  fdupes
+BuildRequires:  google-guice
 BuildRequires:  guava
 BuildRequires:  httpcomponents-client
 BuildRequires:  httpcomponents-core
@@ -46,10 +47,11 @@
 BuildRequires:  plexus-classworlds
 BuildRequires:  plexus-cli
 BuildRequires:  plexus-containers-component-annotations
-BuildRequires:  plexus-containers-container-default
 BuildRequires:  plexus-metadata-generator
 BuildRequires:  plexus-utils
 BuildRequires:  qdox
+BuildRequires:  sisu-inject
+BuildRequires:  sisu-plexus
 BuildRequires:  unzip
 BuildRequires:  xbean
 BuildRequires:  xmlgraphics-commons
@@ -57,7 +59,6 @@
 BuildRequires:  xmlunit
 BuildRequires:  xmvn-install
 BuildRequires:  xmvn-resolve
-# Runtime dependency of doxia-module-fo
 BuildRequires:  mvn(log4j:log4j)
 BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
 BuildArch:      noarch
@@ -184,7 +185,6 @@
 
 %prep
 %setup -q -n doxia-%{version} -a1
-%patch1 -p1
 
 # we don't have clirr-maven-plugin
 %pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin pom.xml
@@ -192,11 +192,6 @@
 # complains
 %pom_remove_plugin :apache-rat-plugin
 
-# use java 5 generics in modello plugin
-%pom_xpath_inject "pom:plugin[pom:artifactId[text()='modello-maven-plugin']]"\
-"/pom:executions/pom:execution/pom:configuration" \
-"<useJava5>true</useJava5>" doxia-modules/doxia-module-fml/pom.xml
-
 # requires network
 rm doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java
 
@@ -210,21 +205,25 @@
 %build
 mkdir -p lib
 build-jar-repository -s lib \
+    atinject \
        apache-commons-lang3 \
-       apache-commons-lang \
+    apache-commons-text \
        commons-cli \
        commons-configuration \
+    commons-lang \
        guava/guava \
+    guice/google-guice \
        httpcomponents/httpclient \
        httpcomponents/httpcore \
        jdom2/jdom2 \
        objectweb-asm/asm \
+    org.eclipse.sisu.inject \
+    org.eclipse.sisu.plexus \
        parboiled/core \
        pegdown \
        plexus-classworlds \
        plexus/cli \
        plexus-containers/plexus-component-annotations \
-       plexus-containers/plexus-container-default \
        plexus-metadata-generator \
        plexus/utils \
        qdox \

++++++ doxia-1.9.1-source-release.zip -> doxia-1.12.0-source-release.zip ++++++
++++ 6116 lines of diff (skipped)

++++++ maven-doxia-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml      2020-03-10 11:37:31.625313674 +0100
+++ new/common.xml      2023-09-23 09:01:34.725755149 +0200
@@ -3,14 +3,14 @@
 <project name="common" basedir=".">
 
   <property file="build.properties"/>
-  <property name="project.version" value="1.9.1"/>
+  <property name="project.version" value="1.12.0"/>
   <property name="project.groupId" value="org.apache.maven.doxia"/>
 
   <property name="project.organization.name" value="The Apache Software 
Foundation"/>
 
   <property name="spec.version" value="1.9"/>
 
-  <property name="compiler.source" value="1.7"/>
+  <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
 </project>

Reply via email to