Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
b7ca5f5c0a |
BIN
utf8proc-2.10.0.tar.gz
(Stored with Git LFS)
BIN
utf8proc-2.10.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
utf8proc-2.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
utf8proc-2.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sun Nov 5 18:02:53 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# spec file for package utf8proc
|
# spec file for package utf8proc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define lib_ver 3
|
%define lib_ver 3
|
||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.10.0
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for processing UTF-8 encoded Unicode strings
|
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -79,9 +79,6 @@ that use utf8proc.
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
|
find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
|
||||||
|
|
||||||
%check
|
|
||||||
%ctest
|
|
||||||
|
|
||||||
%ldconfig_scriptlets -n lib%{name}%{lib_ver}
|
%ldconfig_scriptlets -n lib%{name}%{lib_ver}
|
||||||
|
|
||||||
%files -n lib%{name}%{lib_ver}
|
%files -n lib%{name}%{lib_ver}
|
||||||
@@ -89,6 +86,9 @@ find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
|
|||||||
%doc lump.md NEWS.md README.md
|
%doc lump.md NEWS.md README.md
|
||||||
%{_libdir}/libutf8proc.so.*
|
%{_libdir}/libutf8proc.so.*
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ctest
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%{_includedir}/utf8proc.h
|
%{_includedir}/utf8proc.h
|
||||||
|
Reference in New Issue
Block a user