From 1a642c911f0eeff1bce6e20c82375550f6092c905b56dfdb436831bb479f49ca Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 30 Aug 2010 10:44:38 +0000 Subject: [PATCH] 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 --- libunistring-0.9.2.1.tar.bz2 | 3 --- libunistring-0.9.3.tar.bz2 | 3 +++ libunistring.changes | 16 ++++++++++++++++ libunistring.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 libunistring-0.9.2.1.tar.bz2 create mode 100644 libunistring-0.9.3.tar.bz2 diff --git a/libunistring-0.9.2.1.tar.bz2 b/libunistring-0.9.2.1.tar.bz2 deleted file mode 100644 index 1199c9b..0000000 --- a/libunistring-0.9.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe45062544a8459284967d6841deed8d3e1f4b64475aad8272a65c629ee4a013 -size 1986971 diff --git a/libunistring-0.9.3.tar.bz2 b/libunistring-0.9.3.tar.bz2 new file mode 100644 index 0000000..839555a --- /dev/null +++ b/libunistring-0.9.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29df625bf6f8a6e585528645b6871fba00c2a704afa791cc80104c584719cc4 +size 2029848 diff --git a/libunistring.changes b/libunistring.changes index 227cc70..0655f9d 100644 --- a/libunistring.changes +++ b/libunistring.changes @@ -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 diff --git a/libunistring.spec b/libunistring.spec index 42fe6f5..4014504 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -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: