Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bsh2 for openSUSE:Factory checked in at 2024-02-22 20:55:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsh2 (Old) and /work/SRC/openSUSE:Factory/.bsh2.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsh2" Thu Feb 22 20:55:21 2024 rev:37 rq:1148447 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes 2023-04-29 17:28:03.686522290 +0200 +++ /work/SRC/openSUSE:Factory/.bsh2.new.1706/bsh2.changes 2024-02-22 20:55:26.044423925 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 08:31:12 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsh2.spec ++++++ --- /var/tmp/diff_new_pack.REkwKk/_old 2024-02-22 20:55:27.184465474 +0100 +++ /var/tmp/diff_new_pack.REkwKk/_new 2024-02-22 20:55:27.184465474 +0100 @@ -1,7 +1,7 @@ # # spec file for package bsh2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -37,7 +37,7 @@ BuildRequires: glassfish-servlet-api BuildRequires: java-devel >= 1.8 BuildRequires: javacc -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 Requires: bsf Requires: javapackages-tools BuildArch: noarch @@ -90,9 +90,9 @@ %prep %setup -q -n beanshell-%{version} -%patch3 -p1 -%patch1001 -p1 -%patch1002 -p1 +%patch -P 3 -p1 +%patch -P 1001 -p1 +%patch -P 1002 -p1 sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/redirect,' docs/manual/xsl/*.xsl @@ -111,7 +111,7 @@ # poms install -d -m 755 %{buildroot}%{_mavenpomdir} -install -m 644 pom.xml \ +%{mvn_install_pom} pom.xml \ %{buildroot}%{_mavenpomdir}/JPP.%{name}-bsh.pom %add_maven_depmap JPP.%{name}-bsh.pom %{name}/bsh.jar -a org.beanshell:%{name},bsh:bsh,bsh:bsh-bsf,org.beanshell:bsh