Accepting request 69827 from devel:libraries:c_c++

- Upgrade to version 1.22
  * Fix memory leak when idna_to_ascii_4i fails
  * Fix ToUnicode case-insensitivity bug
  *  Avoid some warnings to make it build with modern gcc on amd64. (forwarded request 69826 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/69827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn?expand=0&rev=24
This commit is contained in:
Sascha Peilicke 2011-05-09 07:15:58 +00:00 committed by Git OBS Bridge
commit 26339c5703
4 changed files with 15 additions and 4 deletions

View File

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

3
libidn-1.22.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 7 00:16:43 UTC 2011 - crrodriguez@opensuse.org
- Upgrade to version 1.22
* Fix memory leak when idna_to_ascii_4i fails
* Fix ToUnicode case-insensitivity bug
* Avoid some warnings to make it build with modern gcc on amd64.
-------------------------------------------------------------------
Tue Dec 15 19:58:00 CET 2009 - jengelh@medozas.de

View File

@ -21,7 +21,7 @@
Name: libidn
License: GPLv3 ; LGPLv2.1+
Group: System/Libraries
Version: 1.15
Version: 1.22
Release: 2
# bug437293
%ifarch ppc64
@ -98,6 +98,9 @@ rm -f $RPM_BUILD_ROOT/%_infodir/dir
rm -f %{buildroot}%{_libdir}/libidn.la
%find_lang %name
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT