libunistring/libunistring.changes
Ciaran Farrell 2523263497 Accepting request 211832 from openSUSE:Factory:PowerLE
The "gnulib" package contains a number of floating-point test cases
that do not work correctly with the PowerPC long double ("double double")
format.  These tests "accidentally" succeeded anyway in the big-endian
variant, but are now actually failing in little-endian mode.

As is usual for gnulib, those tests end up copied into the source code
of various packages that use gnulib, including coreutils, findutils,
grep, and libunistring.

A patch to fix the tests for ppc64le has been submitted to upstream
to the bug-gnulib mailing list.  We'll work with upstream of the
other affected packages to make sure the copies are refreshed.

- libunistring-gnulib-ppc64le.patch: Fix imported gnulib long double
  math tests for little-endian PowerPC.

OBS-URL: https://build.opensuse.org/request/show/211832
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunistring?expand=0&rev=18
2013-12-20 11:31:03 +00:00

63 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 18 19:56:18 UTC 2013 - uweigand@de.ibm.com
- libunistring-gnulib-ppc64le.patch: Fix imported gnulib long double
math tests for little-endian PowerPC.
-------------------------------------------------------------------
Fri Mar 16 08:58:14 UTC 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 19:50:47 UTC 2012 - jengelh@medozas.de
- Nuke unnecessary libunistring binary package: move documentation
files to devel subpackage
-------------------------------------------------------------------
Mon Jan 30 13:11:15 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
-------------------------------------------------------------------
Fri Sep 30 20:01:26 UTC 2011 - crrodriguez@opensuse.org
- Workaround qemu-arm bugs.
-------------------------------------------------------------------
Mon Aug 30 12:04:42 CEST 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 10:37:02 CET 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 19:47:57 CET 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