Ismail Dönmez
3025f1c5bb
- Update to version 66.1
...
* Unicode 13 support
* Fix uses of u8"literals" broken by C++20 introduction of
incompatible char8_t type. (ICU-20972)
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=123
2020-03-15 17:27:00 +00:00
2d51097488
- Add locale.diff [boo#1162882]
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=121
2020-02-25 10:30:44 +00:00
afbd88f038
- Remove /usr/lib(64)/icu/current [boo#1158955].
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=119
2020-01-12 21:47:31 +00:00
04a48fd8ca
Accepting request 757646 from home:qzhao:branches:X11:common:Factory
...
Porting from openSUSE:Factory to SUSE:SLE-15-SP2:GA to update the icu(jsc#SLE-11118).
OBS-URL: https://build.opensuse.org/request/show/757646
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=117
2019-12-18 00:47:10 +00:00
022f0c6fdc
Accepting request 757487 from home:qzhao:branches:X11:common:Factory
...
Porting from openSUSE:Factory to SUSE:SLE-15-SP2:GA to update the icu(jsc#SLE-11118).
OBS-URL: https://build.opensuse.org/request/show/757487
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=116
2019-12-17 10:14:24 +00:00
2bab2b779b
add author info for patch
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=114
2019-10-09 08:05:45 +00:00
3bececb631
update bugnumber
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=113
2019-10-09 08:04:39 +00:00
d3d8754fc4
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=112
2019-10-06 14:50:02 +00:00
fb0317143d
- Update to release 65.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=111
2019-10-05 16:37:01 +00:00
efb42615a8
Accepting request 724939 from home:kukuk:branches:X11:common:Factory
...
- Remove old obsoletes/provides for migration from very old
products, as they break our shared library policy
OBS-URL: https://build.opensuse.org/request/show/724939
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=109
2019-08-21 07:13:12 +00:00
Ismail Dönmez
8a317f1a7d
-
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=107
2019-05-14 13:18:57 +00:00
Ismail Dönmez
c24db158fe
- Add 075cefb2e21f57f4cac1bc2868e93dd1b8c077cc.patch to fix a
...
regression with the C.UTF-8 locales
https://unicode-org.atlassian.net/browse/ICU-20575
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=106
2019-05-14 13:16:34 +00:00
be9f3bb9ae
Accepting request 697272 from home:qzhao:branches:X11:common:Factory
...
Add an internal bug number.
OBS-URL: https://build.opensuse.org/request/show/697272
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=104
2019-04-23 20:49:50 +00:00
8289dd69f8
- Update to new upstream release 64.2
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=102
2019-04-18 12:14:14 +00:00
092a05a8aa
- New python3 dependency to build intermediate file
...
test/testdata/rules.mk.
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=100
2019-04-01 16:46:57 +00:00
5d118a2c73
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=99
2019-04-01 15:53:36 +00:00
14fc269cff
- Update to new upstream release 64.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=98
2019-04-01 15:27:24 +00:00
6975b4cad1
Accepting request 642586 from home:namtrac:branches:X11:common:Factory
...
- Update to new upstream release 63.1
* CLDR 34
+ Segmentation rules and emoji sort order adjusted for
Unicode 11
+ Somali and Javanese data now up to moderate level
(document content)
+ Tongan, Konkani, Maori, Dzongkha, Tatar, Kurdish (ku),
and Xhosa data now up to basic level
+ Many data additions and corrections in many other
languages
+ The following languages have been added to ICU: Sindhi,
Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa
* New currency: Venezuela's Bolívar Soberano (VES)
* New Japanese calendar era from 2019: CLDR and ICU include
data for testing that can be enabled.
(ICU #12973 , CLDR #10750 )
* To enable CLDR new Japanese era placeholder name, set
environment variable (and Java system property for ICU4J)
ICU_ENABLE_TENTATIVE_ERA=true.
* New API for number and currency range formatting
(class NumberRangeFormatter, #11276 )
* Support for additional Unicode properties:
Indic_Positional_Category & Indic_Syllabic_Category (#8966 )
and Vertical_Orientation (#12850 )
* New API for code point maps and tries, mapping Unicode
code points (U+0000..U+10FFFF) to integer values. (#13530 )
* Java classes CodePointMap, CodePointTrie, MutableCodePointTrie
* C types UCPMap, UCPTrie, UMutableCPTrie
* New API for getting a UnicodeSet per binary property and a code
point map per enumerated/int-value property. (#20086 )
OBS-URL: https://build.opensuse.org/request/show/642586
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=96
2018-10-17 12:30:32 +00:00
7c06f078d1
another try at icu-avoid-x87-excess-precision.diff
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=94
2018-08-07 12:01:01 +00:00
ae11f22b17
update icu-avoid-x87-excess-precision.diff
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=93
2018-08-06 21:02:49 +00:00
e7a70e6ab8
- Remove xlocale.patch (code to patch is gone),
...
icu-number-grouping.diff (merged upstream)
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=92
2018-07-29 10:17:10 +00:00
988afcaa7d
- Update to new upstream release 62.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=91
2018-07-29 09:29:47 +00:00
3ddcd6a6a8
- Add icu-susevers.diff and disable UTF-8 assumption [boo#1095425]
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=89
2018-06-04 08:03:11 +00:00
100d38f88f
- Update to new upstream release 61.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=87
2018-04-05 00:33:27 +00:00
cd02ace9f8
copy back r83. rq560007 has had wrong target
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=85
2017-12-30 08:56:10 +00:00
a9bd48ffe2
Accepting request 560007 from home:jengelh:branches:icu
...
older icu for firebird, libqt4, ..
OBS-URL: https://build.opensuse.org/request/show/560007
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=84
2017-12-30 08:55:23 +00:00
e2df0e8ce7
- Drop dangling symlinks /usr/lib64/icu/*.inc
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=83
2017-12-26 13:49:43 +00:00
e929eb7bab
- Update to new upstream release 60.2
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=82
2017-12-14 18:19:09 +00:00
7dadf9036e
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=80
2017-08-02 20:16:20 +00:00
1d61a67762
add patch description, rediff with -p1, update package description
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=79
2017-07-31 12:42:00 +00:00
743f3bf40b
Accepting request 513173 from home:Andreas_Schwab:glibc:rebuild
...
- xlocale.patch: don't use obsolete <xlocale.h>
OBS-URL: https://build.opensuse.org/request/show/513173
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=78
2017-07-31 12:24:19 +00:00
Ismail Dönmez
f65b1d29de
Accepting request 495573 from home:rguenther:branches:X11:common:Factory
...
- Add icu-avoid-x87-excess-precision.diff to avoid
FixedPrecision::initVisibleDigits failure on i586 with GCC 7.
(bnc#1030253)
OBS-URL: https://build.opensuse.org/request/show/495573
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=76
2017-05-17 11:39:21 +00:00
8934faeb38
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=75
2017-05-10 10:04:11 +00:00
ac5562409c
icu-59.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=74
2017-04-27 20:08:39 +00:00
9e52a39cd4
58.1 -> 58.2
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=72
2016-12-10 15:59:33 +00:00
Ismail Dönmez
32693d78b4
- Update to new upstream release 58.2
...
* CLDR 30.0.3:
+ Fix incorrect data for number of Cantonese speakers in China.
+ Hani_Latn transform was not updated with Unihan 9.0 kMandarin
readings.
* Time zone database version 2016j
* #12815 uspoof_getSkeleton sets backwards-incompatible illegal
argument exception
* #12825 uspoof_check goes into an "infinite loop" when U+30FB
is in an input string
* #12832 GreekUpper::toUpper skips the final character on a
non-terminated UTF-8 string
* #12849 u_strToTitle returns incorrect length if destination
is NULL
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=71
2016-12-10 15:27:45 +00:00
a9073dbebf
icu-58.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=70
2016-10-22 15:24:16 +00:00
cfcfa41724
- Update to new upstream release 57.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=68
2016-03-25 17:26:36 +00:00
33618294ff
haha, you factory-auto
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=66
2015-10-16 11:29:00 +00:00
ae0b809e5e
icu4c-56.1
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=65
2015-10-09 09:42:29 +00:00
3238aba732
Remove unused sanitize_docs.sh script
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=63
2015-04-28 22:14:41 +00:00
3e797ec590
Undo {} bloating with spec-beautifier
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=62
2015-04-28 22:13:01 +00:00
44fd041591
Accepting request 304444 from home:scarabeus_iv:branches:X11:common:Factory
...
- Update baselibs.conf
- Version bump to latest release 55.1:
* support of CLDR 27 (with a major cleanup of region locales, among many
other improvements), formatting for scientific notation ("1.2 × 10³")
* update to Unicode 7.0 data for spoof-checking
* Various performance enhancements
* Full upstream changelog:
http://site.icu-project.org/download/55
- Refresh the soname versioning patch:
* icu-versioning.diff
OBS-URL: https://build.opensuse.org/request/show/304444
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=61
2015-04-28 22:04:53 +00:00
69a1cb940f
Really remove icu-rpmlint.diff
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=59
2014-10-25 19:00:44 +00:00
f7e823122a
osc ar; osc ci - remove deleted patches
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=58
2014-10-18 17:51:42 +00:00
39122f2dfb
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=57
2014-10-11 16:53:31 +00:00
ddb1bde728
icu-54
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=56
2014-10-11 16:52:20 +00:00
a6c9ac830d
Ensure that bedata is not equal to ledata
...
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=55
2014-10-11 15:53:57 +00:00
f588e41930
Accepting request 247976 from home:Andreas_Schwab:Factory
...
- Add m68k to the list of big endian archs
OBS-URL: https://build.opensuse.org/request/show/247976
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=53
2014-09-08 09:23:56 +00:00
dbdfe05c09
Accepting request 247305 from home:jengelh:ports
...
- Build both B and L-type endianess variants of icudt53.dat so that
icu-data really is arch-independent again
- Add icu-error-reporting.diff
OBS-URL: https://build.opensuse.org/request/show/247305
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=51
2014-09-02 21:17:18 +00:00