Accepting request 972644 from X11:common:Factory
- bump library packagename to libicu71 to match the version. OBS-URL: https://build.opensuse.org/request/show/972644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icu?expand=0&rev=85
This commit is contained in:
commit
8a1b3d1f3f
@ -1,4 +1,5 @@
|
||||
libicu70
|
||||
libicu71
|
||||
conflicts "libicu70-<targettype> = 71.1"
|
||||
libicu-devel
|
||||
requires -libicu-<targettype>
|
||||
requires "libicu70-<targettype> = <version>"
|
||||
requires "libicu71-<targettype> = <version>"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 14:21:31 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- bump library packagename to libicu71 to match the version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 9 22:10:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
9
icu.spec
9
icu.spec
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libicu70
|
||||
%define lname libicu71
|
||||
%define amajor 71
|
||||
%define aversion 71
|
||||
%ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
|
||||
@ -64,6 +64,9 @@ This subpackage contains the runtime programs for interacting with ICU.
|
||||
Summary: International Components for Unicode
|
||||
Group: System/Libraries
|
||||
Requires: timezone
|
||||
%if "%lname" == "libicu71"
|
||||
Conflicts: libicu70 = 71.1
|
||||
%endif
|
||||
Provides: libicu = %version
|
||||
%if %be_platform
|
||||
Requires: libicu%aversion-bedata = %version
|
||||
@ -79,9 +82,7 @@ This package contains the runtime libraries for ICU.
|
||||
%package -n libicu%aversion-bedata
|
||||
Summary: Rule databases and tables for ICU
|
||||
Group: System/Libraries
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description -n libicu%aversion-bedata
|
||||
ICU is a set of C and C++ libraries that provide extensive Unicode
|
||||
@ -96,9 +97,7 @@ This subpackage contains these data tables, in big-endian format.
|
||||
%package -n libicu%aversion-ledata
|
||||
Summary: Rule databases and tables for ICU
|
||||
Group: System/Libraries
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description -n libicu%aversion-ledata
|
||||
ICU is a set of C and C++ libraries that provide extensive Unicode
|
||||
|
Loading…
Reference in New Issue
Block a user