Hello community, here is the log from the commit of package icu for openSUSE:Factory checked in at 2019-04-22 12:22:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icu (Old) and /work/SRC/openSUSE:Factory/.icu.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icu" Mon Apr 22 12:22:28 2019 rev:65 rq:695673 version:64.2 Changes: -------- --- /work/SRC/openSUSE:Factory/icu/icu.changes 2019-04-04 12:03:00.817385544 +0200 +++ /work/SRC/openSUSE:Factory/.icu.new.5536/icu.changes 2019-04-22 12:22:31.408846134 +0200 @@ -1,0 +2,8 @@ +Thu Apr 18 11:53:24 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 64.2 + * This maintenance update for ICU 64 includes draft Unicode + 12.1 update, CLDR 35.1 locale data and support for the new + Japanese era Reiwa (令和). [boo#1112183] + +------------------------------------------------------------------- Old: ---- icu4c-64_1-docs.zip icu4c-64_1-docs.zip.asc icu4c-64_1-src.tgz icu4c-64_1-src.tgz.asc New: ---- icu4c-64_2-docs.zip icu4c-64_2-docs.zip.asc icu4c-64_2-src.tgz icu4c-64_2-src.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icu.spec ++++++ --- /var/tmp/diff_new_pack.4QMrwC/_old 2019-04-22 12:22:36.872850367 +0200 +++ /var/tmp/diff_new_pack.4QMrwC/_new 2019-04-22 12:22:36.896850385 +0200 @@ -16,16 +16,17 @@ # -%define lname libicu-suse64_1 +%define lname libicu-suse64_2 %define amajor 64 -%define aversion 64_1 +%define aversion 64_2 %ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k %define be_platform 1 %else %define be_platform 0 %endif +# icu-versioning.diff needs update for new Version too Name: icu -Version: 64.1 +Version: 64.2 Release: 0 Summary: International Components for Unicode License: ICU ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.4QMrwC/_old 2019-04-22 12:22:37.332850723 +0200 +++ /var/tmp/diff_new_pack.4QMrwC/_new 2019-04-22 12:22:37.356850742 +0200 @@ -1,4 +1,4 @@ -libicu-suse64_1 +libicu-suse64_2 libicu-devel requires -libicu-<targettype> - requires "libicu-suse64_1-<targettype> = <version>" + requires "libicu-suse64_2-<targettype> = <version>" ++++++ icu-versioning.diff ++++++ --- /var/tmp/diff_new_pack.4QMrwC/_old 2019-04-22 12:22:37.660850977 +0200 +++ /var/tmp/diff_new_pack.4QMrwC/_new 2019-04-22 12:22:37.684850996 +0200 @@ -3,10 +3,9 @@ References: http://bugzilla.novell.com/824262 Directions: drop patch if unable to forward-port -ICU sometimes changing their ABI without updating the SO numbers. -They did that before, and they did it again with 51.1->51.2. In part, -this is owed to how C++ is compiled on the contemporary -implementations. +ICU sometimes changes their ABI without updating the SO numbers. They +did that before, and they did it again with 51.1->51.2. In part, this +is owed to how C++ is compiled on the contemporary implementations. Thus, we will use the full version as the SO identifier in openSUSE. @@ -94,12 +93,12 @@ /** * \def U_DEF2_ICU_ENTRY_POINT_RENAME -@@ -147,7 +150,7 @@ +@@ -152,7 +155,7 @@ * * @stable ICU 2.6 */ -#define U_ICU_VERSION_SHORT "64" -+#define U_ICU_VERSION_SHORT "64_1" ++#define U_ICU_VERSION_SHORT "64_2" #ifndef U_HIDE_INTERNAL_API /** Data version in ICU4C. @@ -125,9 +124,9 @@ OUTPUTFILE=pkgdata.inc MIDDLE_SO_TARGET= +FULL_SO_TARGET= + PKGDATA_TRAILING_SPACE=" " all : clean - @echo GENCCODE_ASSEMBLY_TYPE=$(GENCCODE_ASSEMBLY) >> $(OUTPUTFILE) Index: icu/source/data/pkgdataMakefile.in =================================================================== --- icu.orig/source/data/pkgdataMakefile.in @@ -137,26 +136,26 @@ OUTPUTFILE=icupkg.inc MIDDLE_SO_TARGET= +FULL_SO_TARGET= + PKGDATA_TRAILING_SPACE=" " all : clean - @echo GENCCODE_ASSEMBLY_TYPE=$(GENCCODE_ASSEMBLY) >> $(OUTPUTFILE) Index: icu/source/extra/uconv/pkgdataMakefile.in =================================================================== --- icu.orig/source/extra/uconv/pkgdataMakefile.in +++ icu/source/extra/uconv/pkgdataMakefile.in -@@ -15,6 +15,7 @@ top_builddir = ../.. - include $(top_builddir)/icudefs.mk +@@ -16,6 +16,7 @@ include $(top_builddir)/icudefs.mk + OUTPUTFILE=pkgdata.inc MIDDLE_SO_TARGET= +FULL_SO_TARGET= + PKGDATA_TRAILING_SPACE=" " - OUTPUTFILE=pkgdata.inc - + all : clean Index: icu/source/icudefs.mk.in =================================================================== --- icu.orig/source/icudefs.mk.in +++ icu/source/icudefs.mk.in -@@ -199,6 +199,7 @@ LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH +@@ -202,6 +202,7 @@ LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH # Versioned target for a shared library. FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION) @@ -168,14 +167,14 @@ =================================================================== --- icu.orig/source/test/testdata/pkgdataMakefile.in +++ icu/source/test/testdata/pkgdataMakefile.in -@@ -15,6 +15,7 @@ top_builddir = ../.. - include $(top_builddir)/icudefs.mk +@@ -16,6 +16,7 @@ include $(top_builddir)/icudefs.mk + OUTPUTFILE=pkgdata.inc MIDDLE_SO_TARGET= +FULL_SO_TARGET= + PKGDATA_TRAILING_SPACE=" " - OUTPUTFILE=pkgdata.inc - + all : clean Index: icu/source/tools/pkgdata/pkgdata.cpp =================================================================== --- icu.orig/source/tools/pkgdata/pkgdata.cpp ++++++ icu4c-64_1-src.tgz -> icu4c-64_2-src.tgz ++++++ /work/SRC/openSUSE:Factory/icu/icu4c-64_1-src.tgz /work/SRC/openSUSE:Factory/.icu.new.5536/icu4c-64_2-src.tgz differ: char 5, line 1
