Re: HEADS UP: icu 76 coming to rawhide

2024-12-14 Thread Vitaly Zaitsev via devel
On 05/12/2024 19:22, Pete Walter wrote: I am in the process of updating icu from 74.2 to 76.1 in rawhide. Can you apply this patch in downstream? --- a/icu4c/source/common/unicode/char16ptr.h +++ b/icu4c/source/common/unicode/char16ptr.h @@ -13,6 +13,7 @@ #include #include +#include /*

Re: HEADS UP: icu 76 coming to rawhide

2024-12-11 Thread Vitaly Zaitsev via devel
On 05/12/2024 19:22, Pete Walter wrote: I am in the process of updating icu from 74.2 to 76.1 in rawhide It looks like there were some API changes in version 76.1. From the libkiwix package build log: In file included from /usr/include/unicode/unistr.h:37, from /usr/include/u

Re: HEADS UP: icu 76 coming to rawhide

2024-12-11 Thread Vitaly Zaitsev via devel
On 11/12/2024 09:23, Tom Hughes wrote: ikely there is just a #include missing - it was probably being included by accident before as a side effect of something else. Yes, /usr/include/unicode/char16ptr.h (line 317[1]) explicitly uses std::is_convertible_v but doesn't have #include in this p

Re: HEADS UP: icu 76 coming to rawhide

2024-12-11 Thread Tom Hughes via devel
On 11/12/2024 08:18, Vitaly Zaitsev via devel wrote: On 05/12/2024 19:22, Pete Walter wrote: I am in the process of updating icu from 74.2 to 76.1 in rawhide It looks like there were some API changes in version 76.1. From the libkiwix package build log: In file included from /usr/include/un

Re: HEADS UP: icu 76 coming to rawhide

2024-12-08 Thread Pete Walter
06.12.2024, 21:55, "Frantisek Zatloukal" :Hey, I'll handle mozjsXYZ changes for it :) That's great. Thanks a lot for the help! Pete -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject

Re: HEADS UP: icu 76 coming to rawhide

2024-12-06 Thread Frantisek Zatloukal
Hey, I'll handle mozjsXYZ changes for it :) mozjs102 has been orphaned and is on the way out of Fedora, so there's no need to hold a compat package just for that once it's the only package that isn't rebuilt. On Thu, Dec 5, 2024 at 7:23 PM Pete Walter wrote: > Hi, > > I am in the process of up

HEADS UP: icu 76 coming to rawhide

2024-12-05 Thread Pete Walter
Hi,I am in the process of updating icu from 74.2 to 76.1 in rawhide. This comes with a soname bump, but as usual, I'm including a libicu74 compat package providing the old soname to not break the world while the rebuilds are in progress, so no rawhide breakage is expected. I'll work on the rebuilds