Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-reporting-api for
openSUSE:Factory checked in at 2023-09-25 20:02:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-reporting-api (Old)
and /work/SRC/openSUSE:Factory/.maven-reporting-api.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-reporting-api"
Mon Sep 25 20:02:46 2023 rev:5 rq:1113246 version:3.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-reporting-api/maven-reporting-api.changes
2022-05-25 20:35:09.608277703 +0200
+++
/work/SRC/openSUSE:Factory/.maven-reporting-api.new.1770/maven-reporting-api.changes
2023-09-25 20:51:42.919304259 +0200
@@ -1,0 +2,8 @@
+Sun Sep 24 01:57:03 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream version 3.1.1
+ * Task:
+ + MSHARED-1118 - Restore binary compat for MavenReport
+ (partially revert MSHARED-1024)
+
+-------------------------------------------------------------------
Old:
----
maven-reporting-api-3.1.0-source-release.zip
New:
----
maven-reporting-api-3.1.1-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-reporting-api.spec ++++++
--- /var/tmp/diff_new_pack.h8qM0n/_old 2023-09-25 20:51:44.047345010 +0200
+++ /var/tmp/diff_new_pack.h8qM0n/_new 2023-09-25 20:51:44.051345155 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-reporting-api
#
-# 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,13 +17,13 @@
Name: maven-reporting-api
-Version: 3.1.0
+Version: 3.1.1
Release: 0
Summary: API to manage report generation
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://maven.apache.org/shared/maven-reporting-api
-Source0:
https://dlcdn.apache.org/maven/reporting/%{name}-%{version}-source-release.zip
+URL: https://maven.apache.org/shared/maven-reporting-api
+Source0:
https://archive.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
Source2: %{name}-build.xml
BuildRequires: ant
@@ -65,7 +65,7 @@
maven-doxia/doxia-sink-api
%{ant} jar javadoc
-%mvn_artifact pom.xml target/%{name}-%{version}.jar
+%{mvn_artifact} pom.xml target/%{name}-%{version}.jar
%install
%mvn_install
++++++ maven-reporting-api-3.1.0-source-release.zip ->
maven-reporting-api-3.1.1-source-release.zip ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-reporting-api-3.1.0/.github/workflows/maven-verify.yml
new/maven-reporting-api-3.1.1/.github/workflows/maven-verify.yml
--- old/maven-reporting-api-3.1.0/.github/workflows/maven-verify.yml
2022-02-01 20:51:50.000000000 +0100
+++ new/maven-reporting-api-3.1.1/.github/workflows/maven-verify.yml
2022-07-29 20:27:56.000000000 +0200
@@ -19,11 +19,9 @@
on:
push:
- branches-ignore:
- - dependabot/**
pull_request:
jobs:
build:
name: Verify
- uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+ uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-reporting-api-3.1.0/pom.xml
new/maven-reporting-api-3.1.1/pom.xml
--- old/maven-reporting-api-3.1.0/pom.xml 2022-02-01 20:51:50.000000000
+0100
+++ new/maven-reporting-api-3.1.1/pom.xml 2022-07-29 20:27:56.000000000
+0200
@@ -31,7 +31,7 @@
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<name>Apache Maven Reporting API</name>
<description>API to manage report generation.</description>
@@ -52,7 +52,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</developerConnection>
<url>https://github.com/apache/maven-reporting-api/tree/${project.scm.tag}</url>
- <tag>maven-reporting-api-3.1.0</tag>
+ <tag>maven-reporting-api-3.1.1</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -60,7 +60,7 @@
</issueManagement>
<ciManagement>
<system>Jenkins</system>
-
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/</url>
+
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/</url>
</ciManagement>
<distributionManagement>
<site>
@@ -71,7 +71,7 @@
<properties>
<javaVersion>7</javaVersion>
-
<project.build.outputTimestamp>2022-02-01T20:51:49Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-07-29T20:27:56Z</project.build.outputTimestamp>
</properties>
<build>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-reporting-api-3.1.0/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
new/maven-reporting-api-3.1.1/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
---
old/maven-reporting-api-3.1.0/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
2022-02-01 20:51:50.000000000 +0100
+++
new/maven-reporting-api-3.1.1/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
2022-07-29 20:27:56.000000000 +0200
@@ -30,7 +30,7 @@
* method dropped. But that would have rendered all reporting mojo's
uncompilable and binary incompatible.
*
* @author <a href="mailto:[email protected]">Kenney Westerhof</a>
- * @see MavenReport#generate(Sink, Locale)
+ * @see MavenReport#generate(org.codehaus.doxia.sink.Sink, Locale)
* @since 3.0 (copied in maven-site-plugin 2.0-beta-6)
*/
public interface MavenMultiPageReport
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-reporting-api-3.1.0/src/main/java/org/apache/maven/reporting/MavenReport.java
new/maven-reporting-api-3.1.1/src/main/java/org/apache/maven/reporting/MavenReport.java
---
old/maven-reporting-api-3.1.0/src/main/java/org/apache/maven/reporting/MavenReport.java
2022-02-01 20:51:50.000000000 +0100
+++
new/maven-reporting-api-3.1.1/src/main/java/org/apache/maven/reporting/MavenReport.java
2022-07-29 20:27:56.000000000 +0200
@@ -19,11 +19,11 @@
* under the License.
*/
+import org.codehaus.doxia.sink.Sink;
+
import java.io.File;
import java.util.Locale;
-import org.apache.maven.doxia.sink.Sink;
-
/**
* The basis for a Maven report.
*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-reporting-api-3.1.0/src/site/apt/index.apt.vm
new/maven-reporting-api-3.1.1/src/site/apt/index.apt.vm
--- old/maven-reporting-api-3.1.0/src/site/apt/index.apt.vm 2022-02-01
20:51:50.000000000 +0100
+++ new/maven-reporting-api-3.1.1/src/site/apt/index.apt.vm 1970-01-01
01:00:00.000000000 +0100
@@ -1,34 +0,0 @@
- -----
- Introduction
- -----
- Hervé Boutemy
- -----
- 2013-07-24
- -----
-
- ~~ Licensed to the Apache Software Foundation (ASF) under one
- ~~ or more contributor license agreements. See the NOTICE file
- ~~ distributed with this work for additional information
- ~~ regarding copyright ownership. The ASF licenses this file
- ~~ to you under the Apache License, Version 2.0 (the
- ~~ "License"); you may not use this file except in compliance
- ~~ with the License. You may obtain a copy of the License at
- ~~
- ~~ http://www.apache.org/licenses/LICENSE-2.0
- ~~
- ~~ Unless required by applicable law or agreed to in writing,
- ~~ software distributed under the License is distributed on an
- ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~~ KIND, either express or implied. See the License for the
- ~~ specific language governing permissions and limitations
- ~~ under the License.
-
- ~~ NOTE: For help with the syntax of this file, see:
- ~~ http://maven.apache.org/doxia/references/apt-format.html
-
-${project.name}
-
- API to manage report generation.
-
- <<<maven-reporting-api>>> is included in Maven 2.x core distribution, but
moved to
- shared components to achieve report decoupling from Maven 3 core.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-reporting-api-3.1.0/src/site/site.xml
new/maven-reporting-api-3.1.1/src/site/site.xml
--- old/maven-reporting-api-3.1.0/src/site/site.xml 2022-02-01
20:51:50.000000000 +0100
+++ new/maven-reporting-api-3.1.1/src/site/site.xml 2022-07-29
20:27:56.000000000 +0200
@@ -23,7 +23,7 @@
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
- <item name="JavaDocs" href="apidocs/index.html"/>
+ <item name="Javadoc" href="apidocs/index.html"/>
<item name="Source Xref" href="xref/index.html"/>
<!--item name="FAQ" href="faq.html"/-->
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
++++++ maven-reporting-api-build.xml ++++++
--- /var/tmp/diff_new_pack.h8qM0n/_old 2023-09-25 20:51:44.139348334 +0200
+++ /var/tmp/diff_new_pack.h8qM0n/_new 2023-09-25 20:51:44.143348479 +0200
@@ -11,12 +11,13 @@
<property name="project.groupId" value="org.apache.maven.reporting"/>
<property name="project.artifactId" value="maven-reporting-api"/>
<property name="project.name" value="Maven Reporting API"/>
- <property name="project.version" value="3.1.0"/>
+ <property name="project.version" value="3.1.1"/>
<property name="project.organization.name"
value="The Apache Software Foundation"/>
- <property name="compiler.source" value="1.8"/>
+ <property name="compiler.release" value="8"/>
+ <property name="compiler.source" value="1.${compiler.release}"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName"
@@ -57,6 +58,7 @@
debug="true"
optimize="false"
deprecation="true"
+ release="${compiler.release}"
target="${compiler.target}"
verbose="false"
fork="false"