Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package javaparser for openSUSE:Factory checked in at 2022-03-10 22:45:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javaparser (Old) and /work/SRC/openSUSE:Factory/.javaparser.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javaparser" Thu Mar 10 22:45:29 2022 rev:2 rq:960738 version:3.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/javaparser/javaparser.changes 2019-10-31 18:13:36.789907629 +0100 +++ /work/SRC/openSUSE:Factory/.javaparser.new.2349/javaparser.changes 2022-03-11 11:44:40.490836975 +0100 @@ -1,0 +2,9 @@ +Thu Mar 10 11:36:18 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Upgrade to the latest version 3.24.0 + * A long list of fixes is to be found at https://github.com/ + /javaparser/javaparser/blob/master/changelog.md + * Upgrade needed to be able to upgrade jctools and make them + not depend hard on Java 8 + +------------------------------------------------------------------- Old: ---- javaparser-parent-3.3.5.tar.gz New: ---- javaparser-parent-3.24.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javaparser.spec ++++++ --- /var/tmp/diff_new_pack.U2QbAU/_old 2022-03-11 11:44:40.846837374 +0100 +++ /var/tmp/diff_new_pack.U2QbAU/_new 2022-03-11 11:44:40.854837383 +0100 @@ -1,7 +1,7 @@ # # spec file for package javaparser # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,23 @@ Name: javaparser -Version: 3.3.5 +Version: 3.24.0 Release: 0 -Summary: Java 1 to 9 Parser and Abstract Syntax Tree for Java -License: LGPL-3.0-or-later OR Apache-2.0 +Summary: Java 1 to 13 Parser and Abstract Syntax Tree for Java +License: Apache-2.0 OR LGPL-3.0-or-later URL: https://javaparser.org Source0: https://github.com/javaparser/javaparser/archive/%{name}-parent-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(biz.aQute.bnd:bnd-maven-plugin) +BuildRequires: mvn(javax.annotation:javax.annotation-api) BuildRequires: mvn(net.java.dev.javacc:javacc) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.codehaus.mojo:javacc-maven-plugin) BuildArch: noarch %description -This package contains a Java 1 to 9 Parser with AST generation and +This package contains a Java 1 to 13 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. It is also possible to change the AST nodes or create new ones to modify the source code. @@ -50,11 +50,9 @@ sed -i 's/\r//' readme.md # Remove plugins unnecessary for RPM builds -%pom_remove_plugin :animal-sniffer-maven-plugin javaparser-core -%pom_remove_plugin :maven-enforcer-plugin javaparser-core +%pom_remove_plugin -r :jacoco-maven-plugin %pom_remove_plugin :maven-source-plugin %pom_remove_plugin :coveralls-maven-plugin -%pom_remove_plugin :jacoco-maven-plugin . javaparser-testing # Compatibility alias %{mvn_alias} :javaparser-core com.google.code.javaparser:javaparser @@ -65,16 +63,31 @@ -e 's/com.helger.maven/org.codehaus.mojo/' \ javaparser-core/pom.xml -# Missing plugin +# This plugin is not packaged, so use maven-resources-plugin to accomplish the same thing %pom_remove_plugin :templating-maven-plugin javaparser-core +%pom_xpath_inject "pom:build" " +<resources> + <resource> + <directory>src/main/java-templates</directory> + <filtering>true</filtering> + <targetPath>\${basedir}/src/main/java</targetPath> + </resource> +</resources>" javaparser-core # Missing dep on jbehave for testing -%pom_disable_module javaparser-testing +%pom_disable_module javaparser-core-testing +%pom_disable_module javaparser-core-testing-bdd + +# Don't build the symbol solver +%pom_disable_module javaparser-symbol-solver-core +#%pom_disable_module javaparser-symbol-solver-logic +#%pom_disable_module javaparser-symbol-solver-model +%pom_disable_module javaparser-symbol-solver-testing # Only need to ship the core module -%{mvn_package} ":javaparser-core-generators" __noinstall -%{mvn_package} ":javaparser-metamodel-generator" __noinstall -%{mvn_package} ":javaparser-testing" __noinstall +%pom_disable_module javaparser-core-generators +%pom_disable_module javaparser-core-metamodel-generator +%pom_disable_module javaparser-core-serialization %build %{mvn_build} -f -- -Dsource=8 ++++++ javaparser-parent-3.3.5.tar.gz -> javaparser-parent-3.24.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/javaparser/javaparser-parent-3.3.5.tar.gz /work/SRC/openSUSE:Factory/.javaparser.new.2349/javaparser-parent-3.24.0.tar.gz differ: char 12, line 1