Sync from SUSE:SLFO:Main utf8proc revision ef2736cf3b3c341141c3e1a88e4f8b22

This commit is contained in:
2025-03-26 10:08:12 +01:00
parent c1c02fb908
commit 84be7def93
4 changed files with 16 additions and 8 deletions

BIN
utf8proc-2.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
utf8proc-2.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 1 12:06:27 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.10.0:
* Unicode 16 support
* New utf8proc_charwidth_ambiguous function to return whether a
character has East Asian width class A (Ambiguous)
-------------------------------------------------------------------
Sun Nov 5 18:02:53 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -2,7 +2,7 @@
# spec file for package utf8proc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define lib_ver 3
Name: utf8proc
Version: 2.9.0
Version: 2.10.0
Release: 0
Summary: Library for processing UTF-8 encoded Unicode strings
License: MIT
@@ -79,6 +79,9 @@ that use utf8proc.
%cmake_install
find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
%check
%ctest
%ldconfig_scriptlets -n lib%{name}%{lib_ver}
%files -n lib%{name}%{lib_ver}
@@ -86,9 +89,6 @@ find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
%doc lump.md NEWS.md README.md
%{_libdir}/libutf8proc.so.*
%check
%ctest
%files devel
%license LICENSE.md
%{_includedir}/utf8proc.h