Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2016-04-12 18:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icu (Old)
 and      /work/SRC/openSUSE:Factory/.icu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icu/icu.changes  2015-10-24 18:56:35.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes     2016-04-12 
18:58:41.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Mar 25 12:32:58 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 57.1
+* CLDR 29 support
+* Grapheme/word/line breaking for emoji sequences, based on
+  Unicode 9 proposed rules.
+* Four new Unicode emoji properties
+* DateFormat day period formatting of "noon", "at night", etc. via
+  new pattern characters b & B, and DateTimePatternGenerator
+  support of C for selecting the customary form.
+* RelativeDateTimeFormatter: Simpler formatting API.
+* New simple & fast SimpleFormatter class for a trivial subset of
+  MessageFormat as used in CLDR data.
+
+-------------------------------------------------------------------

Old:
----
  icu4c-56_1-docs.zip
  icu4c-56_1-src.tgz

New:
----
  icu4c-57_1-docs.zip
  icu4c-57_1-src.tgz

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

Other differences:
------------------
++++++ icu.spec ++++++
--- /var/tmp/diff_new_pack.1SCUxo/_old  2016-04-12 18:58:44.000000000 +0200
+++ /var/tmp/diff_new_pack.1SCUxo/_new  2016-04-12 18:58:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-%define lname  libicu56_1
-%define amajor   56
-%define aversion 56_1
+%define lname  libicu57_1
+%define amajor   57
+%define aversion 57_1
 %ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
 %define be_platform 1
 %else
 %define be_platform 0
 %endif
 Name:           icu
-Version:        56.1
+Version:        57.1
 Release:        0
 Summary:        International Components for Unicode
 License:        MIT
@@ -187,7 +187,7 @@
 find . -name CVS -type d -exec rm -Rf "{}" "+"
 cd source
 
-make DESTDIR=%buildroot install %{?_smp_mflags}
+make DESTDIR="%buildroot" install %{?_smp_mflags}
 cp data/out/icudt*.dat "%buildroot/%_datadir/icu/%version/"
 
 #
@@ -218,7 +218,6 @@
 install -m 644 data/unidata/*.txt "%buildroot/%_datadir/icu/%version/unidata"
 ln -s unidata/UnicodeData.txt "%buildroot/%_datadir/icu/%version/"
 
-rm "%buildroot/%_datadir/icu/%version/license.html"
 rm "%buildroot/%_datadir/icu/%version/install-sh"
 
 %fdupes %buildroot/%_prefix
@@ -271,6 +270,9 @@
 %_bindir/uconv
 %_sbindir/*
 %_mandir/man*/*
+%dir %_datadir/icu
+%dir %_datadir/icu/%version
+%_datadir/icu/%version/LICENSE
 %dir %_docdir/%name/
 %_docdir/%name/license.html
 %_docdir/%name/readme.html

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.1SCUxo/_old  2016-04-12 18:58:44.000000000 +0200
+++ /var/tmp/diff_new_pack.1SCUxo/_new  2016-04-12 18:58:44.000000000 +0200
@@ -1,4 +1,4 @@
-libicu56_1
+libicu57_1
 libicu-devel
        requires -libicu-<targettype>
-       requires "libicu56_1-<targettype> = <version>"
+       requires "libicu57_1-<targettype> = <version>"

++++++ icu-versioning.diff ++++++
--- /var/tmp/diff_new_pack.1SCUxo/_old  2016-04-12 18:58:44.000000000 +0200
+++ /var/tmp/diff_new_pack.1SCUxo/_new  2016-04-12 18:58:44.000000000 +0200
@@ -105,8 +105,8 @@
 @@ -58,6 +58,7 @@
   *  @stable ICU 2.4
   */
- #define U_ICU_VERSION_MAJOR_NUM 56
-+#define U_ICU_VERSION_MAJOR_STR "56"
+ #define U_ICU_VERSION_MAJOR_NUM 57
++#define U_ICU_VERSION_MAJOR_STR "57"
  
  /** The current ICU minor version as an integer.
   *  This value will change in the subsequent releases of ICU
@@ -114,7 +114,7 @@
   *  This value will change in the subsequent releases of ICU
   *  @stable ICU 2.6
   */
--#define U_ICU_VERSION_SUFFIX _56
+-#define U_ICU_VERSION_SUFFIX _57
 +#define ___icu_version_expand(major, minor) _ ## major ## _ ## minor
 +#define ___icu_version_glue(major, minor) ___icu_version_expand(major, minor)
 +#define U_ICU_VERSION_SUFFIX ___icu_version_glue(U_ICU_VERSION_MAJOR_NUM, 
U_ICU_VERSION_MINOR_NUM)
@@ -125,8 +125,8 @@
   *  This value will change in the subsequent releases of ICU
   *  @stable ICU 2.6
   */
--#define U_ICU_VERSION_SHORT "56"
-+#define U_ICU_VERSION_SHORT "56_1"
+-#define U_ICU_VERSION_SHORT "57"
++#define U_ICU_VERSION_SHORT "57_1"
  
  #ifndef U_HIDE_INTERNAL_API
  /** Data version in ICU4C.

++++++ icu4c-56_1-src.tgz -> icu4c-57_1-src.tgz ++++++
/work/SRC/openSUSE:Factory/icu/icu4c-56_1-src.tgz 
/work/SRC/openSUSE:Factory/.icu.new/icu4c-57_1-src.tgz differ: char 5, line 1


Reply via email to