Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-parent for openSUSE:Factory checked in at 2023-09-06 19:00:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-parent (Old) and /work/SRC/openSUSE:Factory/.maven-parent.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-parent" Wed Sep 6 19:00:12 2023 rev:2 rq:1109288 version:40 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-parent/maven-parent.changes 2019-02-28 21:38:42.673634376 +0100 +++ /work/SRC/openSUSE:Factory/.maven-parent.new.1766/maven-parent.changes 2023-09-06 19:04:49.713750769 +0200 @@ -1,0 +2,14 @@ +Wed Sep 6 13:13:24 UTC 2023 - Fridrich Strba <[email protected]> + +- Upgrade to Apache Maven parent POM version 40 + * Besides maven-parent, it provides now also the following pom + artifacts: + + doxia-tools + + maven-extensions + + maven-plugins + + maven-shared-components + + maven-skins + * Obsoletes and provides the maven-plugins-pom and maven-shared + packages + +------------------------------------------------------------------- Old: ---- maven-parent-27-source-release.zip New: ---- maven-parent-40-source-release.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-parent.spec ++++++ --- /var/tmp/diff_new_pack.Vj0jpG/_old 2023-09-06 19:04:51.077799394 +0200 +++ /var/tmp/diff_new_pack.Vj0jpG/_new 2023-09-06 19:04:51.081799537 +0200 @@ -1,7 +1,7 @@ # # spec file for package maven-parent # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,21 @@ Name: maven-parent -Version: 27 +Version: 40 Release: 0 Summary: Apache Maven parent POM License: Apache-2.0 Group: Development/Libraries/Java -URL: http://maven.apache.org -Source0: http://repo1.maven.org/maven2/org/apache/maven/%{name}/%{version}/%{name}-%{version}-source-release.zip +URL: https://maven.apache.org +Source0: https://repo1.maven.org/maven2/org/apache/maven/%{name}/%{version}/%{name}-%{version}-source-release.zip BuildRequires: apache-parent -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildRequires: unzip Requires: apache-parent +Obsoletes: maven-plugins-pom +Provides: maven-plugins-pom +Obsoletes: maven-shared +Provides: maven-shared BuildArch: noarch %description @@ -35,17 +39,24 @@ %prep %setup -q -%pom_remove_plugin :maven-enforcer-plugin -%pom_remove_plugin :maven-checkstyle-plugin -%pom_remove_plugin :apache-rat-plugin +%pom_remove_plugin -r :maven-enforcer-plugin +%pom_remove_plugin -r :maven-checkstyle-plugin +%pom_remove_plugin -r :apache-rat-plugin +%pom_remove_plugin -r :spotless-maven-plugin +%pom_remove_plugin -r :maven-scm-publish-plugin %build %install install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom %add_maven_depmap %{name}/%{name}.pom +for i in doxia-tools maven-extensions maven-plugins maven-shared-components maven-skins; do + %{mvn_install_pom} ${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom + %add_maven_depmap %{name}/${i}.pom +done + %files -f .mfiles %license LICENSE %doc NOTICE
