Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jsoup for openSUSE:Factory checked in at 2024-10-02 21:36:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jsoup (Old) and /work/SRC/openSUSE:Factory/.jsoup.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jsoup" Wed Oct 2 21:36:00 2024 rev:5 rq:1205270 version:1.15.3 Changes: -------- --- /work/SRC/openSUSE:Factory/jsoup/jsoup.changes 2022-10-20 16:24:20.785278595 +0200 +++ /work/SRC/openSUSE:Factory/.jsoup.new.19354/jsoup.changes 2024-10-02 21:36:17.713642367 +0200 @@ -1,0 +2,5 @@ +Wed Oct 2 15:54:24 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jsoup.spec ++++++ --- /var/tmp/diff_new_pack.L1FAXB/_old 2024-10-02 21:36:18.429672148 +0200 +++ /var/tmp/diff_new_pack.L1FAXB/_new 2024-10-02 21:36:18.433672315 +0200 @@ -1,7 +1,7 @@ # # spec file for package jsoup # -# 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 @@ -29,7 +29,7 @@ BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildRequires: jsr-305 BuildArch: noarch @@ -60,10 +60,6 @@ %setup -q cp %{SOURCE1} . -%pom_remove_plugin :animal-sniffer-maven-plugin -%pom_remove_plugin :japicmp-maven-plugin -%pom_remove_plugin :maven-failsafe-plugin - %build mkdir -p lib build-jar-repository -s lib jsr-305 @@ -75,7 +71,7 @@ install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}/%{name}.jar # pom 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 %{name}/%{name}.jar # javadoc install -dm 0755 %{buildroot}%{_javadocdir}