Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-digester for openSUSE:Factory checked in at 2024-10-02 21:35:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-digester (Old) and /work/SRC/openSUSE:Factory/.apache-commons-digester.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-digester" Wed Oct 2 21:35:33 2024 rev:6 rq:1205234 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-digester/apache-commons-digester.changes 2022-03-24 22:58:13.592263630 +0100 +++ /work/SRC/openSUSE:Factory/.apache-commons-digester.new.19354/apache-commons-digester.changes 2024-10-02 21:35:43.984239875 +0200 @@ -1,0 +2,5 @@ +Wed Oct 2 15:27:49 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-digester.spec ++++++ --- /var/tmp/diff_new_pack.jZw6wI/_old 2024-10-02 21:35:44.496261161 +0200 +++ /var/tmp/diff_new_pack.jZw6wI/_new 2024-10-02 21:35:44.500261327 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package apache-commons-digester # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,9 +33,7 @@ BuildRequires: commons-logging BuildRequires: fdupes BuildRequires: java-devel >= 1.8 -BuildRequires: javapackages-local -Requires: mvn(commons-beanutils:commons-beanutils) -Requires: mvn(commons-logging:commons-logging) +BuildRequires: javapackages-local >= 6 Provides: %{short_name} = %{version}-%{release} Obsoletes: %{short_name} < %{version}-%{release} Provides: jakarta-%{short_name} = %{version}-%{release} @@ -89,7 +87,7 @@ ln -s %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar # pom install -d -m 0755 %{buildroot}%{_mavenpomdir} -install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom %add_maven_depmap %{name}.pom %{name}.jar -a org.apache.commons:%{short_name} # javadoc install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}