Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
7232f31dca | |||
906b112284 | |||
f600688075 | |||
30e25d1bf8 | |||
7ef2e1189c | |||
40f4fc03d1 | |||
2c436b1283 | |||
fb188ac076 |
@@ -1,4 +0,0 @@
|
|||||||
mtime: 1729982801
|
|
||||||
commit: 40f4fc03d1733add6c2e2840f6c963b1167f5a98d475892a3a307ba93a5cf2ad
|
|
||||||
url: https://src.opensuse.org/jengelh/icu
|
|
||||||
revision: master
|
|
@@ -1,4 +1,4 @@
|
|||||||
libicu76
|
libicu77
|
||||||
libicu-devel
|
libicu-devel
|
||||||
requires -libicu-<targettype>
|
requires -libicu-<targettype>
|
||||||
requires "libicu76-<targettype> = <version>"
|
requires "libicu77-<targettype> = <version>"
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4499d607f8c547ea4dddc1c336c02ddfd7481a6c1661b737461fd4410409790
|
|
||||||
size 256
|
|
26
icu.changes
26
icu.changes
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 18:48:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 77.1
|
||||||
|
* Integrate CLDR 47 release beta2
|
||||||
|
* Fix for POSIX_MADV_RANDOM undefined
|
||||||
|
* Add test option to ignore runtime time zone data sensitive test
|
||||||
|
* ICU-22973 Fix buffer overflow by using CharString
|
||||||
|
(CVE-2025-5222, bsc#1243721)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 01:53:24 UTC 2025 - Cliff Zhao <qzhao@suse.com>
|
||||||
|
|
||||||
|
- Update icu.spec:
|
||||||
|
Correct License name to "Unicode-3.0", which is the same with
|
||||||
|
the upstream, and fit with SPDX License List. Otherwise submission
|
||||||
|
will fail in the legal script review.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 22 10:45:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 77~rc
|
||||||
|
* CLDR 47 locale data
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 26 22:43:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sat Oct 26 22:43:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
@@ -757,6 +781,8 @@ Tue Apr 3 12:45:07 UTC 2012 - jengelh@medozas.de
|
|||||||
Sat Feb 25 14:57:50 UTC 2012 - jengelh@medozas.de
|
Sat Feb 25 14:57:50 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
- Use shlib policy for icu package
|
- Use shlib policy for icu package
|
||||||
|
Rewrite Provides sections for SPEC file.
|
||||||
|
(bsc#1167603, bsc#1161007)
|
||||||
- Use proper data directory in CXXFLAGS
|
- Use proper data directory in CXXFLAGS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
18
icu.spec
18
icu.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package icu
|
# spec file for package icu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
# what icu thinks the package is
|
# what icu thinks the package is
|
||||||
%define amajor 76
|
%define amajor 77
|
||||||
%define aversion 76.1
|
%define aversion 77.1
|
||||||
# for the rare case that SUSE needs to workaround ABI breaks:
|
# for the rare case that SUSE needs to workaround ABI breaks:
|
||||||
%define sonum %amajor
|
%define sonum %amajor
|
||||||
# like sonum, but with underscore
|
# like sonum, but with underscore
|
||||||
@@ -31,16 +31,16 @@
|
|||||||
%endif
|
%endif
|
||||||
# icu-versioning.diff needs update for new Version too
|
# icu-versioning.diff needs update for new Version too
|
||||||
Name: icu
|
Name: icu
|
||||||
Version: 76.1
|
Version: 77.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
License: ICU
|
License: Unicode-3.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://icu.unicode.org/
|
URL: https://icu.unicode.org/
|
||||||
Source: https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz
|
Source: https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz
|
||||||
Source2: https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz.asc
|
#Source2: https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz.asc
|
||||||
Source3: https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-docs.zip
|
Source3: https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-docs.zip
|
||||||
Source4: https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-docs.zip.asc
|
#Source4: https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-docs.zip.asc
|
||||||
Source5: %name.keyring
|
Source5: %name.keyring
|
||||||
Source100: baselibs.conf
|
Source100: baselibs.conf
|
||||||
Patch4: icu-fix-install-mode-files.diff
|
Patch4: icu-fix-install-mode-files.diff
|
||||||
|
BIN
icu4c-76_1-docs.zip
(Stored with Git LFS)
BIN
icu4c-76_1-docs.zip
(Stored with Git LFS)
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQTlLweHelgF+a9KsKzUbFYQ0G5wAQUCZxqS3gAKCRDUbFYQ0G5w
|
|
||||||
AbaJAQDMJAyiZsnDXf77p1tvatp9kEHiDe+ro+d+k5j19oDkSAD/SFWGaO7xLg5Y
|
|
||||||
jC807r6a25LvW9nYbyPL40I5gyISegw=
|
|
||||||
=QLcV
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
icu4c-76_1-src.tgz
(Stored with Git LFS)
BIN
icu4c-76_1-src.tgz
(Stored with Git LFS)
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQTlLweHelgF+a9KsKzUbFYQ0G5wAQUCZxqS2gAKCRDUbFYQ0G5w
|
|
||||||
ATvVAQCbJYfxkXq+A06gGuF64rHLOgM+zXzpAuZe8a5l6YITzQEAs9soTU1H4JIs
|
|
||||||
7P+OcoG0NzAsCE2PLLvUSWbWY4yHhgQ=
|
|
||||||
=qcoz
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
icu4c-77_1-docs.zip
(Stored with Git LFS)
Normal file
BIN
icu4c-77_1-docs.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
icu4c-77_1-src.tgz
(Stored with Git LFS)
Normal file
BIN
icu4c-77_1-src.tgz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user