Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package antlr3 for openSUSE:Factory checked in at 2025-06-24 20:48:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/antlr3 (Old) and /work/SRC/openSUSE:Factory/.antlr3.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "antlr3" Tue Jun 24 20:48:01 2025 rev:10 rq:1287972 version:3.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/antlr3/antlr3.changes 2024-09-23 15:20:56.914273297 +0200 +++ /work/SRC/openSUSE:Factory/.antlr3.new.7067/antlr3.changes 2025-06-24 20:49:13.204481306 +0200 @@ -1,0 +2,9 @@ +Mon Jun 23 14:42:09 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * duplicate-dependency.patch + + de-duplicate a dependency + + duplicate dependency is fatal with maven 4 that is more + strict + +------------------------------------------------------------------- New: ---- duplicate-dependency.patch ----------(New B)---------- New:- Added patch: * duplicate-dependency.patch + de-duplicate a dependency ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ antlr3.spec ++++++ --- /var/tmp/diff_new_pack.9kL425/_old 2025-06-24 20:49:15.936594570 +0200 +++ /var/tmp/diff_new_pack.9kL425/_new 2025-06-24 20:49:15.960595565 +0200 @@ -1,7 +1,7 @@ # # spec file for package antlr3 # -# 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 @@ -39,6 +39,7 @@ Patch1: antlr3-osgi-manifest.patch Patch2: reproducible-order.patch Patch3: reproducible-timestamp.patch +Patch4: duplicate-dependency.patch Patch100: antlr3-generated_sources.patch BuildRequires: fdupes BuildRequires: java-devel >= 1.8 @@ -134,6 +135,7 @@ %patch -P 1 %patch -P 2 -p1 %patch -P 3 -p1 +%patch -P 4 -p1 # remove pre-built artifacts find -type f -a -name *.jar -delete @@ -185,7 +187,6 @@ %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 %if %{without runtime} && %{without bootstrap} ++++++ duplicate-dependency.patch ++++++ --- antlr3-3.5.3/antlr3-maven-plugin/pom.xml 2025-03-22 14:18:39.217579927 +0100 +++ antlr3-3.5.3/antlr3-maven-plugin/pom.xml 2025-03-22 14:18:57.138055571 +0100 @@ -203,17 +203,6 @@ <artifactId>slf4j-simple</artifactId> <version>1.7.32</version> </dependency> - <!-- - The version of ANTLR tool that this version of the plugin controls. - We have decided that this should be in lockstep with ANTLR itself, other - than -1 -2 -3 etc patch releases. - --> - <dependency> - <groupId>org.antlr</groupId> - <artifactId>antlr</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId>