Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icu4j for openSUSE:Factory checked 
in at 2023-04-27 20:01:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icu4j (Old)
 and      /work/SRC/openSUSE:Factory/.icu4j.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icu4j"

Thu Apr 27 20:01:14 2023 rev:19 rq:1083171 version:73.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/icu4j/icu4j.changes      2022-04-30 
22:52:13.984199513 +0200
+++ /work/SRC/openSUSE:Factory/.icu4j.new.1533/icu4j.changes    2023-04-27 
20:01:38.722176265 +0200
@@ -1,0 +2,35 @@
+Thu Apr 20 08:33:20 UTC 2023 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Upgrade to version 73.1
+  * Updates to CLDR 43 locale data with various additions and
+    corrections.
+  * Improves Japanese and Korean short-text line breaking, reduces
+    C++ memory use in date formatting, and promotes the Java person
+    name formatter from tech preview to draft.
+  * ICU 73 and CLDR 43 are minor releases, mostly focused on bug
+    fixes and small enhancements. (The fall CLDR/ICU releases will
+    update to Unicode 15.1 which is planned for September.)
+  * Updates to the time zone data version 2023c (2023-mar). Note
+    that pre-1970 data for a number of time zones has been removed,
+    as has been the case in the upstream tzdata release since
+    2021b.
+  * For details, please see https://icu.unicode.org/download/73.
+- Upgrade to version 72.1
+  * Updates to Unicode 15, and to CLDR 42 locale data with various
+    additions and corrections.
+  * ICU 72 and CLDR 42 are major releases, including a new version
+    of Unicode and major locale data improvements.
+  * Adds two technology preview implementations based on draft
+    Unicode specifications:
+    + Formatting of people’s names in multiple languages (CLDR
+      background on why this feature is being added and what it does)
+    + An enhanced version of message formatting
+  * This release also updates to the time zone data version 2022e
+    (2022-oct). Note that pre-1970 data for a number of time zones
+    has been removed, as has been the case in the upstream tzdata
+    release since 2021b.
+  * For details, please see https://icu.unicode.org/download/72.
+- Update patch:
+  * icu4j-jdk10plus.patch
+
+-------------------------------------------------------------------

Old:
----
  icu4j-71_1.tgz

New:
----
  icu4j-73_1.tgz

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

Other differences:
------------------
++++++ icu4j.spec ++++++
--- /var/tmp/diff_new_pack.giUKGp/_old  2023-04-27 20:01:39.594181391 +0200
+++ /var/tmp/diff_new_pack.giUKGp/_new  2023-04-27 20:01:39.598181415 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icu4j
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2000-2007, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,7 @@
 #
 
 
-%global majorver 71
+%global majorver 73
 %global minorver 1
 Name:           icu4j
 Version:        %{majorver}.%{minorver}

++++++ icu4j-71_1.tgz -> icu4j-73_1.tgz ++++++
/work/SRC/openSUSE:Factory/icu4j/icu4j-71_1.tgz 
/work/SRC/openSUSE:Factory/.icu4j.new.1533/icu4j-73_1.tgz differ: char 24, line 
1

++++++ icu4j-jdk10plus.patch ++++++
--- /var/tmp/diff_new_pack.giUKGp/_old  2023-04-27 20:01:39.666181815 +0200
+++ /var/tmp/diff_new_pack.giUKGp/_new  2023-04-27 20:01:39.674181862 +0200
@@ -1,6 +1,7 @@
---- a/build.xml
-+++ b/build.xml
-@@ -423,7 +423,7 @@
+diff -up SRC/build.xml.p00 SRC/build.xml
+--- SRC/build.xml.p00  2023-04-20 11:16:32.762221158 +0300
++++ SRC/build.xml      2023-04-20 11:24:00.668073471 +0300
+@@ -462,7 +462,7 @@
      </patternset>
  
      <!-- meta build targets -->
@@ -9,7 +10,7 @@
      <target name="main" depends="info, core, collate, charset, currdata, 
langdata, regiondata, translit, localespi" description="Build ICU4J runtime 
library classes"/>
      <target name="tests" depends="info, core-tests, charset-tests, 
collate-tests, packaging-tests, translit-tests, localespi-tests" 
description="Build ICU4J test classes"/>
  
-@@ -1261,7 +1261,7 @@
+@@ -1312,7 +1312,7 @@
      </target>
  
      <!-- doc targets -->
@@ -18,43 +19,43 @@
  
      <target name="docsStrict" description="Build API documents with all 
doclint check enabled">
          <condition property="doclint.option" value="-Xdoclint:all">
-@@ -1315,7 +1315,7 @@
+@@ -1356,7 +1356,7 @@
                  docencoding="UTF-8"
                  charset="UTF-8"
                  bottom="${icu4j.api.doc.copyright.footer}"
 -                additionalparam="${doclint.option} -breakiterator -use 
-tagletpath ${icu4j.build-tools.jar}${path.separator}${jcite.libs} -taglet 
com.ibm.icu.dev.tool.docs.ICUTaglet -taglet ch.arrenbrecht.jcite.JCiteTaglet 
-J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8"
 +                additionalparam="${doclint.option} -breakiterator -use 
-J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8"
                  link="${icu4j.api.doc.jdk.link}"
-                 source="1.7"
+                 source="${javac.source}"
                  stylesheetfile="${docs.style.sheet}"
-@@ -1351,7 +1351,7 @@
+@@ -1393,7 +1393,7 @@
                  docencoding="UTF-8"
                  charset="UTF-8"
                  bottom="${icu4j.api.doc.copyright.footer}"
 -                additionalparam="${doclint.option} -breakiterator -use 
-tagletpath ${icu4j.build-tools.jar} -taglet 
com.ibm.icu.dev.tool.docs.ICUTaglet"
 +                additionalparam="${doclint.option} -breakiterator -use"
                  link="${icu4j.api.doc.jdk.link}"
-                 source="1.7"
+                 source="${javac.source}"
                  failonerror="true">
-@@ -1396,7 +1396,7 @@
+@@ -1439,7 +1439,7 @@
                  docencoding="UTF-8"
                  charset="UTF-8"
                  bottom="${icu4j.api.doc.copyright.footer}"
 -                additionalparam="${doclint.option} -breakiterator -use 
-tagletpath ${icu4j.build-tools.jar}${path.separator}${jcite.libs} -taglet 
com.ibm.icu.dev.tool.docs.ICUTaglet -taglet ch.arrenbrecht.jcite.JCiteTaglet 
-J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8"
 +                additionalparam="${doclint.option} -breakiterator -use 
-J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8"
                  link="${icu4j.api.doc.jdk.link}"
-                 source="1.7"
+                 source="${javac.source}"
                  stylesheetfile="${docs.style.sheet}"
-@@ -1435,7 +1435,7 @@
+@@ -1479,7 +1479,7 @@
                  docencoding="UTF-8"
                  charset="UTF-8"
                  bottom="${icu4j.api.doc.copyright.footer}"
 -                additionalparam="${doclint.option} -breakiterator -use 
-tagletpath ${icu4j.build-tools.jar}${path.separator}${jcite.libs} -taglet 
com.ibm.icu.dev.tool.docs.ICUTaglet -taglet ch.arrenbrecht.jcite.JCiteTaglet 
-J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8"
 +                additionalparam="${doclint.option} -breakiterator -use 
-J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8"
                  link="${icu4j.api.doc.jdk.link}"
-                 source="1.7"
+                 source="${javac.source}"
                  stylesheetfile="${docs.style.sheet}"
-@@ -1619,7 +1619,6 @@
+@@ -1664,7 +1664,6 @@
              <packageset dir="${icu4j.charset.dir}/src">
                  <include name="com/ibm/icu/charset/**"/>
              </packageset>
@@ -62,7 +63,7 @@
          </javadoc>
      </target>
  
-@@ -1645,13 +1644,6 @@
+@@ -1690,13 +1689,6 @@
              <packageset dir="${icu4j.translit.dir}/src">
                  <include name="com/ibm/icu/text/**"/>
              </packageset>
@@ -74,19 +75,6 @@
 -                <param name="-gzip"/>
 -            </doclet>
          </javadoc>
-     </target>
- 
-@@ -1691,12 +1683,6 @@
-             <packageset dir="${icu4j.translit.dir}/src">
-                 <include name="com/ibm/icu/text/**"/>
-             </packageset>
--            <doclet name="com.ibm.icu.dev.tool.docs.GatherAPIDataOld" 
path="${icu4j.build-tools.jar}">
--                <param name="-name" value="ICU4J ${icu4j.impl.version}"/>
--                <param name="-output" 
value="${out.dir}/icu4j${api.report.version}.api"/>
--                <param name="-internal"/>
--                <param name="-gzip"/>
--            </doclet>
-         </javadoc>
      </target>
  
 

Reply via email to