Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aqute-bnd for openSUSE:Factory checked in at 2026-07-15 16:34:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aqute-bnd (Old) and /work/SRC/openSUSE:Factory/.aqute-bnd.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aqute-bnd" Wed Jul 15 16:34:32 2026 rev:16 rq:1365410 version:6.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/aqute-bnd/aqute-bnd.changes 2026-05-09 13:00:15.594185429 +0200 +++ /work/SRC/openSUSE:Factory/.aqute-bnd.new.1991/aqute-bnd.changes 2026-07-15 16:53:16.238219583 +0200 @@ -1,0 +2,5 @@ +Mon Jul 13 12:01:20 UTC 2026 - Fridrich Strba <[email protected]> + +- Port to slf4j 2.x + +------------------------------------------------------------------- bnd-maven-plugin.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aqute-bnd.spec ++++++ --- /var/tmp/diff_new_pack.ZVOoG7/_old 2026-07-15 16:53:21.434391915 +0200 +++ /var/tmp/diff_new_pack.ZVOoG7/_new 2026-07-15 16:53:21.434391915 +0200 @@ -1,7 +1,7 @@ # # spec file for package aqute-bnd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -94,6 +94,9 @@ %patch -P 5 -p1 %patch -P 6 -p1 +# Port to slf4j 2.x +sed -i "s/org.slf4j.impl.SimpleLogger/org.slf4j.simple.SimpleLogger/g" `find . -name \*.java | xargs` + # the commands pull in more dependencies than we want (felix-resolver, jetty) rm biz.aQute.bnd/src/aQute/bnd/main/{ExportReportCommand,MbrCommand,RemoteCommand,ReporterLogger,ResolveCommand,Shell}.java ++++++ bnd-maven-plugin.spec ++++++ --- /var/tmp/diff_new_pack.ZVOoG7/_old 2026-07-15 16:53:21.478393375 +0200 +++ /var/tmp/diff_new_pack.ZVOoG7/_new 2026-07-15 16:53:21.478393375 +0200 @@ -1,7 +1,7 @@ # # spec file for package bnd-maven-plugin # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,11 @@ BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib) >= %{version} BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.shared:maven-mapping) +BuildRequires: mvn(org.apache.maven:maven-artifact) +BuildRequires: mvn(org.apache.maven:maven-core) BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) +BuildRequires: mvn(org.slf4j:slf4j-api) +BuildRequires: mvn(org.sonatype.plexus:plexus-build-api) BuildArch: noarch %description @@ -59,6 +63,9 @@ %patch -P 5 -p1 %patch -P 6 -p1 +# Port to slf4j 2.x +sed -i "s/org.slf4j.impl.SimpleLogger/org.slf4j.simple.SimpleLogger/g" `find . -name \*.java | xargs` + cp -r biz.aQute.bnd.maven/src/aQute/bnd/maven/lib/configuration maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/lib cp -r biz.aQute.bnd.maven/src/aQute/bnd/maven/lib/executions maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/lib pushd maven ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.ZVOoG7/_old 2026-07-15 16:53:21.534395232 +0200 +++ /var/tmp/diff_new_pack.ZVOoG7/_new 2026-07-15 16:53:21.538395365 +0200 @@ -1,6 +1,6 @@ -mtime: 1778272723 -commit: a8cf2840a8f73de21ed5c86abab5327e916bdcdf90a59aeb8ebef457e59da800 +mtime: 1783944200 +commit: 8e9f4248e86d8650113a4a1f79721561538b3041cface876d415ff977d953dc9 url: https://src.opensuse.org/java-packages/aqute-bnd -revision: a8cf2840a8f73de21ed5c86abab5327e916bdcdf90a59aeb8ebef457e59da800 +revision: 8e9f4248e86d8650113a4a1f79721561538b3041cface876d415ff977d953dc9 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-13 14:03:20.000000000 +0200 @@ -0,0 +1 @@ +.osc
