Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-bundle-plugin for
openSUSE:Factory checked in at 2025-07-22 12:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-bundle-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-bundle-plugin.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-bundle-plugin"
Tue Jul 22 12:54:18 2025 rev:5 rq:1294858 version:5.1.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-bundle-plugin/maven-bundle-plugin.changes
2024-10-16 23:48:18.216863017 +0200
+++
/work/SRC/openSUSE:Factory/.maven-bundle-plugin.new.8875/maven-bundle-plugin.changes
2025-07-22 12:54:35.085767210 +0200
@@ -1,0 +2,7 @@
+Mon Jul 21 14:19:23 UTC 2025 - Fridrich Strba <[email protected]>
+
+- Removed patch:
+ * reproducible-from-environment.patch
+ + patched in a more central place in maven-archiver
+
+-------------------------------------------------------------------
Old:
----
reproducible-from-environment.patch
----------(Old B)----------
Old:- Removed patch:
* reproducible-from-environment.patch
+ patched in a more central place in maven-archiver
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-bundle-plugin.spec ++++++
--- /var/tmp/diff_new_pack.Y2bZaK/_old 2025-07-22 12:54:35.805797192 +0200
+++ /var/tmp/diff_new_pack.Y2bZaK/_new 2025-07-22 12:54:35.809797359 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-bundle-plugin
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,6 @@
URL: https://felix.apache.org
Source0:
https://repo1.maven.org/maven2/org/apache/felix/%{name}/%{version}/%{name}-%{version}-source-release.tar.gz
Patch0: new-reporting-api.patch
-Patch1: reproducible-from-environment.patch
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
@@ -70,7 +69,6 @@
%prep
%setup -q
%patch -P 0 -p1
-%patch -P 1 -p1
find -name '*.jar' -delete
@@ -78,12 +76,13 @@
%pom_remove_plugin :maven-invoker-plugin
+%pom_xpath_remove pom:project/pom:parent/pom:relativePath
+
%build
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
%endif
- -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8
%install