Sync from SUSE:SLFO:Main libunistring revision 03267989d36899b960a74a8bf2c31499

This commit is contained in:
Adrian Schröter 2024-10-01 08:47:20 +02:00
parent a6ab99dc9d
commit 6b6f48245a
6 changed files with 42 additions and 25 deletions

BIN
libunistring-1.1.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,16 +0,0 @@
-----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.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEkAG4WvnhuD3xvalC9b6LJnxqQG0FAmXaEk0ACgkQ9b6LJnxq
QG2Ivg/6AyMO8D/LlsKA9fn7nL7XtacyDjlkz0ViXaMi43Q599y+FODZHFx64cuw
hk9Ln5ICgqUEDSAvn6eBle0nADVBrsXq0j19nDDoVc12Ba+LfhNMa9OZLW9g21LS
Sku25BBa/KG0ZNx3Wt9XhztjkgMBboG9rHwwAHjzYKMT3urBtQk43upcJb6HchHm
kr/m75Ir+8++Wm7SblV90UZwX7UBKzw7QVMLWzf5QECcapkAT0E3wQyRFP6e7KvF
TDJBHEGOEFzqO66Iq2ez56nxnv1gb2+Z8VEy1Xb2LsyhNbvJGUZ6tQln4n9GIaNS
PThbUCwqpC9pRmY+SjdThjJAM+NQH+YVgY8k1AIjihDr2VJEgjePqb8PEXq4ZuLt
UZMMO7A0E+qauJ+MIcu3svOXUJ0mxgWBcgvXwo5+LbMijStjjod5b0d9Fo1M+4P1
da0xuJJ456McVOTl3J5hTtbkjE22ub9/KLrr0jBp/216YW5s+g+R5WFEj0QNxzay
XoiIRTQMShRd7gSOhKL1hc+cI4C1Z9bN5Ml8kKEmefl11+xjFPIPOXdDxOc9rAAZ
eDlju+q9SRpZGJWY9JeGxWl0bNBNq4O6GqrrQhpuJkZ1Uhqz8FOFIhJoXrIJSGjl
LzFoEtjzVC8NoKzAYKV4RCXtW1t9u35U9Ok9Clyt1m8rL4XphWk=
=URwF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>

View File

@ -2,6 +2,7 @@
# 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
@ -18,7 +19,7 @@
%define sover 5
Name: libunistring
Version: 1.1
Version: 1.2
Release: 0
Summary: GNU Unicode string library
License: GPL-3.0-or-later OR LGPL-3.0-or-later
@ -70,7 +71,6 @@ 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,7 +78,8 @@ sed -i 's:50000:50:g' tests/test-malloca.c
%endif
# do not run tests in parallel, it stucks randomly
%make_build check #
%endif
%ldconfig_scriptlets -n %{name}%{sover}
%files -n %{name}%{sover}
%license COPYING*
@ -92,7 +93,4 @@ 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