Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 37815bc1b0 |
BIN
libunistring-1.1.tar.xz
LFS
Normal file
BIN
libunistring-1.1.tar.xz
LFS
Normal file
Binary file not shown.
16
libunistring-1.1.tar.xz.sig
Normal file
16
libunistring-1.1.tar.xz.sig
Normal file
@@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEkAG4WvnhuD3xvalC9b6LJnxqQG0FAmNMbmUACgkQ9b6LJnxq
|
||||
QG1w8w/+IwnhxXKLZtmPWzZTsdTJcAhX9iZcEGRvtNDrbT7KzL2GZ+uk4zT8Adhd
|
||||
r/ohxztuxp6QN7vnRNkQIkPoATIUSNW3m/V+HltVH+7k/mRETsYFuIpBYVTozrEN
|
||||
v8bkFXNmNmFuIZtFjoDlKf03zp8kpeUUcYHj7g3yBtp2OdwguwiuZykh1r5wLGG1
|
||||
BF0PuTGFLAFGfABX2c81Ja5aB0wAUE37AkvJ/WV2D53C2RhoKI97RRpdNfE84Ttr
|
||||
iSuwOEp5Z0T8sXZBVTqoCyCRkwDmwZMI3Nc/Wa3EPzklfq6rOB1mpndsfUX3VAbF
|
||||
g1uvTLI5J9gZiDIig41etTdAThCgSIVhLQOpeQbX2oSdC6lm4qWAFcAlp73mjFbK
|
||||
8ZWk5IYPWEwI3sz1pBoLG6bgKZuxXew2e0q5SfcPe0I11kaggy8rnTnKCMgPHNMB
|
||||
ty34r+qmkYYpjYpGg9D7atLXEIih+L1HotRjVMS+Je6SDUggxSM3BkM2csl3PiW0
|
||||
XXL9uWybcZVk+ugzSZB1Sko4Dq9dKejJkoU39py4xHH++DG5lh6a8kB97mbQ08r2
|
||||
xfoeB4dvmWy/HrI2aLWxUVOjMJl9SM8HYC520kVw4Z+wCKW5dD9iWr99Y7xTYiHK
|
||||
mPhxT/rWGetBAaxg5w39dOefEvR94he0OcsEoB3t74xnOfcl2Vg=
|
||||
=M5rf
|
||||
-----END PGP SIGNATURE-----
|
||||
BIN
libunistring-1.3.tar.xz
LFS
BIN
libunistring-1.3.tar.xz
LFS
Binary file not shown.
@@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEkAG4WvnhuD3xvalC9b6LJnxqQG0FAmcQA1cACgkQ9b6LJnxq
|
||||
QG1Eag//X7K05m80y799fBdCI0CFwuU/dpazT2TpjM38bgE6sVtpZ7ZT4uWzD0Vq
|
||||
rjEX4a1oLdjP3jkFA6NTxKbfs/6WPehM2sJACfzBAILX+sUk1BP/FNExCaiALFU1
|
||||
JANuPMNoIlsZWQsEmCxuRhoKYnC47Nvzgs8hipjBcQBcRkbVoQ/DIR6HQlNalwuM
|
||||
v5LXOVbIjQ9IAZmQK9zdgdC3vl/iq1LuJou7QcnVau778IDhM/kJdcqI20D6/KmN
|
||||
M6Ub7ZN6u2VOkTkAbn7wd7BaT0EcXhkDGCUx7eLy1ZWxSsYQi42SxEhYD4ARFlm8
|
||||
ElqEZ9coHCbZ9pRAUxW4VKk+skuW1xiXDZ1aakZzqWqsRXzWt1BwqksaV3vOGyVu
|
||||
JmpLyb9ztZ/0D2NBs6Dsyf+IRDct9Z4U4XDRpnRjQhmGKlXK7ayvqqssTuhH2utN
|
||||
1Zdfz64r8t4fImQWRVn+rlJeCJKdWSXVYGNVN9gH8O7HZYWK0UK5LL6g6LvOosoB
|
||||
QyuGj/gqWLEx3Cj++eNWuxByEFG5mnMVYrTho95JSv48ntg68hEou9eFIme5NJjH
|
||||
tPenHFWOMKShBfw7nGewaQLn+6yGGc93WpGfQgkznvRofJGMDuWZWjuiJ0WjJtuC
|
||||
P4coiTVcYWy0t5SUG/yAWt34FLoiKj6dH7XMNpLt9+qSFf1ZBGk=
|
||||
=oHzm
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,28 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 16:44:32 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 1.3:
|
||||
* Support Unicode version 16.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 18:03:12 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 1.2:
|
||||
* Support Unicode 15.1.0
|
||||
* Improve UTF-8 decoder Unicode Standard compliance
|
||||
* The *printf functions no longer support the %n directive, for
|
||||
security reasons.
|
||||
* Fixed a bug in the *printf functions: In the %U, %lU, %llU
|
||||
directives, a negative width given as an argument did not
|
||||
trigger left-justification.
|
||||
* The functions u16_strstr and u32_strstr now operate in worst-case linear time.
|
||||
* Useful API function extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 10:48:12 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Run testsuite also under qemu emulation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 07:27:15 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# spec file for package libunistring
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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 +18,7 @@
|
||||
|
||||
%define sover 5
|
||||
Name: libunistring
|
||||
Version: 1.3
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: GNU Unicode string library
|
||||
License: GPL-3.0-or-later OR LGPL-3.0-or-later
|
||||
@@ -71,6 +70,7 @@ rm -f %{buildroot}/%{_infodir}/dir
|
||||
rm -f %{buildroot}/%{_libdir}/libunistring.la
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
# test-malloca seem not to be suitable for ix86 obs worker
|
||||
# (locally passes, obs worker stucks -- )
|
||||
%ifarch %{ix86}
|
||||
@@ -78,8 +78,7 @@ sed -i 's:50000:50:g' tests/test-malloca.c
|
||||
%endif
|
||||
# do not run tests in parallel, it stucks randomly
|
||||
%make_build check #
|
||||
|
||||
%ldconfig_scriptlets -n %{name}%{sover}
|
||||
%endif
|
||||
|
||||
%files -n %{name}%{sover}
|
||||
%license COPYING*
|
||||
@@ -93,4 +92,7 @@ sed -i 's:50000:50:g' tests/test-malloca.c
|
||||
%{_includedir}/unistring
|
||||
%{_includedir}/*.h
|
||||
|
||||
%post -n %{name}%{sover} -p /sbin/ldconfig
|
||||
%postun -n %{name}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user