Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icu4j for openSUSE:Factory checked 
in at 2024-02-22 20:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icu4j (Old)
 and      /work/SRC/openSUSE:Factory/.icu4j.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icu4j"

Thu Feb 22 20:55:28 2024 rev:21 rq:1148470 version:73.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/icu4j/icu4j.changes      2023-09-22 
21:48:30.999261869 +0200
+++ /work/SRC/openSUSE:Factory/.icu4j.new.1706/icu4j.changes    2024-02-22 
20:55:36.488804575 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 09:16:19 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icu4j.spec ++++++
--- /var/tmp/diff_new_pack.K5B0N1/_old  2024-02-22 20:55:37.252832421 +0100
+++ /var/tmp/diff_new_pack.K5B0N1/_new  2024-02-22 20:55:37.256832567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icu4j
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2007, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -39,7 +39,7 @@
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  java-devel
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildArch:      noarch
 
 %description
@@ -82,11 +82,11 @@
 
 %prep
 %setup -q -c
-%patch0 -p1
-%patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P 0 -p1
+%patch -P 1
+%patch -P 2 -p1
+%patch -P 3 -p1
+%patch -P 4 -p1
 
 sed -i 's/\r//' APIChangeReport.html
 sed -i 's/\r//' readme.html
@@ -119,7 +119,7 @@
 rm 
main/tests/translit/src/com/ibm/icu/dev/test/translit/TransliteratorDisorderedMarksTest.java
 
 %build
-%ant \
+%{ant} \
     -Djavac.source=1.8 -Djavac.target=1.8 \
        -Ddoclint.option='-Xdoclint:none' \
        -Dicu4j.api.doc.jdk.link= \
@@ -145,7 +145,7 @@
 install -d -m 755 %{buildroot}%{_mavenpomdir}
 for jar in icu4j icu4j-charset icu4j-localespi ; do
   sed -i -e 's/@POMVERSION@/%{version}/' maven/$jar/pom.xml
-  cp maven/$jar/pom.xml %{buildroot}%{_mavenpomdir}/JPP-$jar.pom
+  %{mvn_install_pom} maven/$jar/pom.xml 
%{buildroot}%{_mavenpomdir}/JPP-$jar.pom
 done
 %add_maven_depmap JPP-icu4j.pom icu4j.jar
 %add_maven_depmap JPP-icu4j-charset.pom icu4j-charset.jar -f charset

Reply via email to