Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package berkeleylm for openSUSE:Factory checked in at 2024-10-02 21:35:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/berkeleylm (Old) and /work/SRC/openSUSE:Factory/.berkeleylm.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "berkeleylm" Wed Oct 2 21:35:42 2024 rev:3 rq:1205244 version:1.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/berkeleylm/berkeleylm.changes 2022-03-21 20:11:34.888413639 +0100 +++ /work/SRC/openSUSE:Factory/.berkeleylm.new.19354/berkeleylm.changes 2024-10-02 21:35:55.744728798 +0200 @@ -1,0 +2,5 @@ +Wed Oct 2 15:37:12 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ berkeleylm.spec ++++++ --- /var/tmp/diff_new_pack.sXnP5d/_old 2024-10-02 21:35:57.468800473 +0200 +++ /var/tmp/diff_new_pack.sXnP5d/_new 2024-10-02 21:35:57.468800473 +0200 @@ -1,7 +1,7 @@ # # spec file for package berkeleylm # -# 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 @@ -28,7 +28,7 @@ BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildArch: noarch %description @@ -47,7 +47,7 @@ %setup -q %build -%{ant} \ +ant \ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ -Dtest.skip=true \ jar javadoc @@ -57,7 +57,7 @@ install -pm 0644 jar/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar # pom install -dm 0755 %{buildroot}%{_mavenpomdir} -install -pm 0644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{name}.pom +%{mvn_install_pom} %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{name}.pom %add_maven_depmap %{name}.pom %{name}.jar # javadoc install -dm 0755 %{buildroot}%{_javadocdir}/%{name}