| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libunistring-devel | Distribution: SUSE Linux 16 |
| Version: 1.3 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 160000.3.2 | Build date: Thu Oct 17 18:44:32 2024 |
| Group: Development/Libraries/C and C++ | Build host: reproducible |
| Size: 913782 | Source RPM: libunistring-1.3-160000.3.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://www.gnu.org/software/libunistring/ | |
| Summary: Development files for the GNU Unicode string library | |
Development files for programs using libunistring and documentation for UniString library.
GPL-3.0-or-later OR LGPL-3.0-or-later
* Thu Oct 17 2024 andreas.stieger@gmx.de
- update to 1.3:
* Support Unicode version 16.0.0
* Sat Feb 24 2024 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 2023 schwab@suse.de
- Run testsuite also under qemu emulation
* Thu Apr 20 2023 fcrozat@suse.com
- Fix license tag to GPL-3.0-or-later or LGPL-3.0-or-later.
* Tue Oct 25 2022 andreas.stieger@gmx.de
- Update to 1.1:
* The data tables and algorithms have been updated to Unicode
version 15.0.0.
* Sat Apr 09 2022 andreas.stieger@gmx.de
- Update to 1.0:
* Unicode 14.0.0 support
* License changed to LGPL-3.0-or-later OR GPL-2.0-or-later
* *_uctomb functions now support strings larger than 2 GiB
* linebreak functions now make it easier to work with strings
that contain CR-LF sequences
* New properties for recognizing pictographics symbols and
regional indicators
- drop disable-broken-tests.patch
* Fri Mar 08 2019 mliska@suse.cz
- Add disable-broken-tests.patch in order to fix broken
tests (bnc#1128460).
* Mon May 28 2018 astieger@suse.com
- update to 0.9.10:
* The functions
u8_casing_prefix_context, u8_casing_prefixes_context,
u8_casing_suffix_context, u8_casing_suffixes_context,
u16_casing_prefix_context, u16_casing_prefixes_context,
u16_casing_suffix_context, u16_casing_suffixes_context,
u32_casing_prefix_context, u32_casing_prefixes_context,
u32_casing_suffix_context, u32_casing_suffixes_context,
that are documented since version 0.9.1, are now actually
implemented.
* Sat Mar 03 2018 jengelh@inai.de
- Fix RPM groups and summaries.
* Wed Feb 28 2018 astieger@suse.com
- update to 0.9.9:
* Fixed a multithread-safety bug
* Fri Dec 01 2017 astieger@suse.com
- update to 0.9.8:
* The data tables and line breaking algorithm have been updated
to Unicode version 9.0.0
* In the include file unigbrk.h, the function uc_grapheme_breaks
has been added to accommodate the new UAX#29 rules involving 3
or more consecutive characters
* Fri Aug 18 2017 pgajdos@suse.com
- try to not run tests in parallel, make check stucks randomly
* Fri May 05 2017 pgajdos@suse.com
- updated to 0.9.7:
* license change
* build system changes
* Tue Jan 03 2017 mlin@suse.com
- Add baselibs.conf to generate -32bit packages
* Thu Jul 09 2015 astieger@suse.com
- GNU libunistring 0.9.6:
* The data tables and line breaking algorithm have been updated
to Unicode version 8.0.0.
- add keyring and verify source signature
- fix SLE 11 SP3 build
* Thu Feb 19 2015 p.drouand@gmail.com
- Update to version 0.9.5
* The data tables and line breaking algorithm have been updated
to Unicode version 7.0.0.
* In the include file uniname.h, the function unicode_name_character
has been extended to look for name aliases.
- Remove patches merged on upstream release
* libunistring-gnulib-ppc64le.patch
* libunistring-parallel-make.patch
- Use download Url as source
- Remove autoconf, automake and libtool require; not needed anymore
- Bump so version to 2
libunistring0 > libunistring2
* Tue Mar 04 2014 pgajdos@suse.com
- fix parallel build
* added parallel-make.patch [bnc#866723] (private)
* Wed Dec 18 2013 uweigand@de.ibm.com
- libunistring-gnulib-ppc64le.patch: Fix imported gnulib long double
math tests for little-endian PowerPC.
* Fri Mar 16 2012 cfarrell@suse.com
- license update: LGPL-3.0+ and GPL-3.0+
Numerous files in tests/ and woedll are GPL-3.0+ licensed. Either put
them in a separate GPL-3.0+ labelled subpackage or use this label for the
main License: line
* Sun Mar 11 2012 jengelh@medozas.de
- Nuke unnecessary libunistring binary package: move documentation
files to devel subpackage
* Mon Jan 30 2012 jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
* Fri Sep 30 2011 crrodriguez@opensuse.org
- Workaround qemu-arm bugs.
* Mon Aug 30 2010 pgajdos@suse.cz
- updated to version 0.9.3:
* Bug fixes in unistr.h functions:
- The functions u16_to_u32, u16_to_u8, u8_to_u32, u8_to_u16 now fail when
the argument is not valid. Previously, they returned a converted string
where invalid parts were each replaced with U+FFFD.
- The function u8_mbsnlen now counts an incomplete character at the end
of the argument string as 1 character. Previously, it could count as 2
or 3 characters.
- The return value of the u8_stpncpy, u16_stpncpy, u32_stpncpy functions
was incorrect.
- The u8_strcoll, u16_strcoll, u32_strcoll now try harder to give a non-zero
return value.
* Mon Mar 15 2010 pgajdos@suse.cz
- updated to version 0.9.2.1:
* The function uc_locale_language now uses the locale of the
current thread, if a thread-specific locale has been set.
* Tue Nov 24 2009 pgajdos@suse.cz
- initial version of package 0.9.1.1
- spec file taken from
http://www.pixelbeat.org/patches/libunistring
(PĂĄdraig Brady <P@draigBrady.com)
- needed by guile 1.9.0 and higher
/usr/include/unicase.h /usr/include/uniconv.h /usr/include/unictype.h /usr/include/unigbrk.h /usr/include/unilbrk.h /usr/include/unimetadata.h /usr/include/uniname.h /usr/include/uninorm.h /usr/include/unistdio.h /usr/include/unistr.h /usr/include/unistring /usr/include/unistring/cdefs.h /usr/include/unistring/iconveh.h /usr/include/unistring/inline.h /usr/include/unistring/localcharset.h /usr/include/unistring/stdint.h /usr/include/unistring/version.h /usr/include/unistring/woe32dll.h /usr/include/unitypes.h /usr/include/uniwbrk.h /usr/include/uniwidth.h /usr/lib64/libunistring.so /usr/share/doc/packages/libunistring /usr/share/doc/packages/libunistring/AUTHORS /usr/share/doc/packages/libunistring/ChangeLog /usr/share/doc/packages/libunistring/DEPENDENCIES /usr/share/doc/packages/libunistring/HACKING /usr/share/doc/packages/libunistring/NEWS /usr/share/doc/packages/libunistring/README /usr/share/doc/packages/libunistring/THANKS /usr/share/doc/packages/libunistring/libunistring_1.html /usr/share/doc/packages/libunistring/libunistring_10.html /usr/share/doc/packages/libunistring/libunistring_11.html /usr/share/doc/packages/libunistring/libunistring_12.html /usr/share/doc/packages/libunistring/libunistring_13.html /usr/share/doc/packages/libunistring/libunistring_14.html /usr/share/doc/packages/libunistring/libunistring_15.html /usr/share/doc/packages/libunistring/libunistring_16.html /usr/share/doc/packages/libunistring/libunistring_17.html /usr/share/doc/packages/libunistring/libunistring_18.html /usr/share/doc/packages/libunistring/libunistring_19.html /usr/share/doc/packages/libunistring/libunistring_2.html /usr/share/doc/packages/libunistring/libunistring_20.html /usr/share/doc/packages/libunistring/libunistring_21.html /usr/share/doc/packages/libunistring/libunistring_22.html /usr/share/doc/packages/libunistring/libunistring_23.html /usr/share/doc/packages/libunistring/libunistring_3.html /usr/share/doc/packages/libunistring/libunistring_4.html /usr/share/doc/packages/libunistring/libunistring_5.html /usr/share/doc/packages/libunistring/libunistring_6.html /usr/share/doc/packages/libunistring/libunistring_7.html /usr/share/doc/packages/libunistring/libunistring_8.html /usr/share/doc/packages/libunistring/libunistring_9.html /usr/share/doc/packages/libunistring/libunistring_abt.html /usr/share/doc/packages/libunistring/libunistring_fot.html /usr/share/doc/packages/libunistring/libunistring_toc.html /usr/share/info/libunistring.info.gz /usr/share/licenses/libunistring-devel /usr/share/licenses/libunistring-devel/COPYING /usr/share/licenses/libunistring-devel/COPYING.LIB
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 22:45:09 2025