Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bsf for openSUSE:Factory checked in at 2024-02-22 20:55:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsf (Old) and /work/SRC/openSUSE:Factory/.bsf.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsf" Thu Feb 22 20:55:27 2024 rev:33 rq:1148459 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bsf/bsf.changes 2020-01-12 23:15:47.098625308 +0100 +++ /work/SRC/openSUSE:Factory/.bsf.new.1706/bsf.changes 2024-02-22 20:55:35.568771044 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 08:27:05 UTC 2024 - Fridrich Strba <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsf.spec ++++++ --- /var/tmp/diff_new_pack.B8xVo2/_old 2024-02-22 20:55:36.176793204 +0100 +++ /var/tmp/diff_new_pack.B8xVo2/_new 2024-02-22 20:55:36.176793204 +0100 @@ -1,7 +1,7 @@ # # spec file for package bsf # -# Copyright (c) 2020 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 @@ -22,7 +22,7 @@ Summary: Bean Scripting Framework License: Apache-2.0 Group: Development/Libraries/Java -URL: http://commons.apache.org/bsf/ +URL: https://commons.apache.org/bsf/ Source0: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{version}.tar.gz Source1: bsf-pom.xml Source1000: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{version}.tar.gz.asc @@ -33,11 +33,10 @@ BuildRequires: apache-commons-logging BuildRequires: fdupes BuildRequires: java-devel >= 1.8 -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 BuildRequires: rhino BuildRequires: xalan-j2 #!BuildIgnore: jline1 -Requires: mvn(commons-logging:commons-logging) BuildArch: noarch %description @@ -83,8 +82,8 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 find -name \*.jar -delete %build @@ -99,7 +98,8 @@ %{buildroot}%{_javadir}/%{name}.jar # pom and depmap frag -install -DTm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom +install -d -m 755 %{buildroot}%{_mavenpomdir} +%{mvn_install_pom} %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap JPP-%{name}.pom %{name}.jar -a "org.apache.bsf:%{name}" # javadoc
