Accepting request 69826 from home:elvigia:branches: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.

OBS-URL: https://build.opensuse.org/request/show/69826
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=7
This commit is contained in:
Cristian Rodríguez
2011-05-07 00:37:17 +00:00
committed by Git OBS Bridge
parent e48671b6d3
commit 1ede8b15c2
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