8 Commits

Author SHA256 Message Date
503e999f9f Accepting request 1325058 from M17N
OBS-URL: https://build.opensuse.org/request/show/1325058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utf8proc?expand=0&rev=17
2026-01-03 16:25:44 +00:00
25d52c61a6 utf8proc 2.11.3
OBS-URL: https://build.opensuse.org/package/show/M17N/utf8proc?expand=0&rev=31
2026-01-02 07:55:01 +00:00
dc3fd949d2 Accepting request 1319654 from M17N
OBS-URL: https://build.opensuse.org/request/show/1319654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utf8proc?expand=0&rev=16
2025-11-25 14:50:21 +00:00
484f454c73 utf8proc 2.11.2
OBS-URL: https://build.opensuse.org/package/show/M17N/utf8proc?expand=0&rev=29
2025-11-24 08:40:35 +00:00
7e677e08cb Accepting request 1317972 from M17N
OBS-URL: https://build.opensuse.org/request/show/1317972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utf8proc?expand=0&rev=15
2025-11-17 11:13:23 +00:00
74f38a3105 utf8proc 2.11.1
OBS-URL: https://build.opensuse.org/package/show/M17N/utf8proc?expand=0&rev=27
2025-11-15 08:20:35 +00:00
009cc7d06e Accepting request 1304735 from M17N
OBS-URL: https://build.opensuse.org/request/show/1304735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utf8proc?expand=0&rev=14
2025-09-15 17:50:46 +00:00
5cbe2e5f13 utf8proc 2.11.0
OBS-URL: https://build.opensuse.org/package/show/M17N/utf8proc?expand=0&rev=25
2025-09-15 07:39:43 +00:00
4 changed files with 34 additions and 5 deletions

Binary file not shown.

3
utf8proc-2.11.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abfed50b6d4da51345713661370290f4f4747263ee73dc90356299dfc7990c78
size 202535

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Dec 31 12:48:03 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11.3:
* Correct out-of-bounds memory access when calling utf8proc_map
with both UTF8PROC_CHARBOUND and UTF8PROC_COMPOSE
-------------------------------------------------------------------
Sat Nov 22 20:16:29 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11.2:
* Fix composition for Hangul character U+11a7
-------------------------------------------------------------------
Fri Nov 14 20:03:52 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11.1:
* Correct out-of-bounds memory access when calling utf8proc_map
with both UTF8PROC_CHARBOUND and UTF8PROC_DECOMPOSE
-------------------------------------------------------------------
Sat Sep 13 20:52:50 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11.0:
* Unicode 17 support
* Documentation improvements
* Build fix for C90, silence ASAN warning, CMake modernization
-------------------------------------------------------------------
Wed Jan 1 12:06:27 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -19,7 +19,7 @@
%define lib_ver 3
Name: utf8proc
Version: 2.10.0
Version: 2.11.3
Release: 0
Summary: Library for processing UTF-8 encoded Unicode strings
License: MIT
@@ -87,12 +87,13 @@ find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
%files -n lib%{name}%{lib_ver}
%license LICENSE.md
%doc lump.md NEWS.md README.md
%{_libdir}/libutf8proc.so.*
%{_libdir}/libutf8proc.so.%{lib_ver}{,.*}
%files devel
%license LICENSE.md
%{_includedir}/utf8proc.h
%{_libdir}/libutf8proc.so
%{_libdir}/pkgconfig/libutf8proc.pc
%{_libdir}/cmake/utf8proc
%changelog