Accepting request 46635 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libunistring based on submit request 46635 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/46635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunistring?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-08-30 10:44:38 +00:00 committed by Git OBS Bridge
parent e70c2d8f13
commit 1a642c911f
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe45062544a8459284967d6841deed8d3e1f4b64475aad8272a65c629ee4a013
size 1986971

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b29df625bf6f8a6e585528645b6871fba00c2a704afa791cc80104c584719cc4
size 2029848

View File

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

View File

@ -1,5 +1,5 @@
#
# spec file for package libunistring (Version 0.9.2.1)
# spec file for package libunistring (Version 0.9.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
Name: libunistring
Version: 0.9.2.1
Version: 0.9.3
Release: 1
Group: Development/Libraries/C and C++
Summary: GNU Unicode string library
@ -40,7 +40,7 @@ case folding and regular expressions).
License: LGPLv3+
Group: Development/Libraries/C and C++
Summary: GNU Unicode string library - development files
Requires: libunistring0 = %{version}-%{release}
Requires: libunistring0 = %{version}
%description devel
Development files for programs using libunistring and documentation
@ -50,7 +50,7 @@ for UniString library.
License: LGPLv3+
Group: Development/Libraries/C and C++
Summary: GNU Unicode string library - development files
Requires: %{name} = %{version}-%{release}
Requires: %{name}
%description -n libunistring0
This portable C library implements Unicode string types in three flavours: