Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-filtering for openSUSE:Factory
checked in at 2024-04-02 16:44:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-filtering (Old)
and /work/SRC/openSUSE:Factory/.maven-filtering.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-filtering"
Tue Apr 2 16:44:05 2024 rev:7 rq:1164084 version:3.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-filtering/maven-filtering.changes
2023-09-06 19:04:41.585461011 +0200
+++
/work/SRC/openSUSE:Factory/.maven-filtering.new.1905/maven-filtering.changes
2024-04-02 16:46:52.926628211 +0200
@@ -1,0 +2,34 @@
+Tue Apr 2 08:46:04 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Upgrade to version 3.3.2
+ * Changes
+ + pick correct hamcrest dependency
+ + Prefer commons lang to plexus utils
+ + MSHARED-1214: move tag back to HEAD
+ + MSHARED-1216: Use caching output stream
+ + Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24
+ in /src/test/resources
+ + Fix typos and grammar
+ + Fix 'licenced' typo in PR template
+ + refactor IncrementalResourceFilteringTest
+ + MSHARED-1340: Require Maven 3.6.3+
+ + Bump commons-io:commons-io from 2.11.0 to 2.15.1
+ + Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0
+ + MSHARED-1339: Bump
+ org.apache.maven.shared:maven-shared-components from 39 to 41
+ + MSHARED-1290: Fix PropertyUtils cycle detection results in
+ false positives
+ + MSHARED-1285: use an up-to-date scanner instead the newscanner
+ + Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0
+ + Bump org.codehaus.plexus:plexus-interpolation from 1.26
+ to 1.27
+ + Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0
+ + Bump release-drafter/release-drafter from 5 to 6
+ + Bump org.junit.jupiter:junit-jupiter-api from 5.10.1
+ to 5.10.2
+ + MSHARED-1351: Fix console message when origin is baseDir
+ + MSHARED-1050: Fix ConcurrentModificationException for
+ maven-filtering
+ + MSHARED-1330: Always overwrite files
+
+-------------------------------------------------------------------
Old:
----
maven-filtering-3.3.1-source-release.zip
New:
----
maven-filtering-3.3.2-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-filtering.spec ++++++
--- /var/tmp/diff_new_pack.4rfBWw/_old 2024-04-02 16:46:53.750658519 +0200
+++ /var/tmp/diff_new_pack.4rfBWw/_new 2024-04-02 16:46:53.750658519 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-filtering
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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-filtering
-Version: 3.3.1
+Version: 3.3.2
Release: 0
Summary: Shared component providing resource filtering
License: Apache-2.0
@@ -27,6 +27,7 @@
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: apache-commons-io
+BuildRequires: apache-commons-lang3
BuildRequires: atinject
BuildRequires: fdupes
BuildRequires: javapackages-local >= 6
@@ -62,6 +63,7 @@
build-jar-repository -s lib \
atinject \
commons-io \
+ commons-lang3 \
maven/maven-core \
maven/maven-model \
maven/maven-settings \
++++++ maven-filtering-3.3.1-source-release.zip ->
maven-filtering-3.3.2-source-release.zip ++++++
++++ 2935 lines of diff (skipped)
++++++ maven-filtering-build.xml ++++++
--- /var/tmp/diff_new_pack.4rfBWw/_old 2024-04-02 16:46:53.870662932 +0200
+++ /var/tmp/diff_new_pack.4rfBWw/_new 2024-04-02 16:46:53.874663079 +0200
@@ -10,13 +10,14 @@
<property name="project.groupId" value="org.apache.maven.shared"/>
<property name="project.artifactId" value="maven-filtering"/>
- <property name="project.version" value="3.3.1"/>
+ <property name="project.version" value="3.3.2"/>
<property name="project.name" value="Apache Maven Filtering"/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
<property name="spec.version" value="3.3"/>
- <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"
value="${project.artifactId}-${project.version}"/>
@@ -57,6 +58,7 @@
encoding="UTF-8"
optimize="false"
deprecation="true"
+ release="${compiler.release}"
target="${compiler.target}"
verbose="false"
fork="false"