From 570761e02182444790ad5c0f1b9de76f429771121bda5e383925aad9776f76b2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Dec 2023 09:44:16 +0000 Subject: [PATCH] Accepting request 1130701 from home:msmeissn:branches:X11:common:Factory - switch icu to use pkgconfig(icu-uc) to pick up current ICU. (jsc#PED-6193) OBS-URL: https://build.opensuse.org/request/show/1130701 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/raptor?expand=0&rev=48 --- raptor.changes | 5 +++++ raptor.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/raptor.changes b/raptor.changes index 33cd5ce..3a9e3a9 100644 --- a/raptor.changes +++ b/raptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 4 09:34:24 UTC 2023 - Marcus Meissner + +- switch icu to use pkgconfig(icu-uc) to pick up current ICU. (jsc#PED-6193) + ------------------------------------------------------------------- Thu May 4 09:59:20 UTC 2023 - David Anes diff --git a/raptor.spec b/raptor.spec index 21692e4..1bebe4f 100644 --- a/raptor.spec +++ b/raptor.spec @@ -32,9 +32,9 @@ Patch2: ubsan.patch Patch3: raptor-libxml2-2.11-support.patch BuildRequires: bison BuildRequires: curl-devel -BuildRequires: libicu-devel BuildRequires: libxslt-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(icu-uc) %if !0%{?sles_version} BuildRequires: pkgconfig(libxml-2.0) %else