OBS User unknown
2008-10-07 14:03:34 +00:00
committed by Git OBS Bridge
parent 061aba2483
commit 19fde6384d
4 changed files with 25 additions and 7 deletions

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

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 7 10:17:16 CEST 2008 - stbinner@suse.de
- update to 1.10:
* idn: accept -n as short form for --nfkc.
* Fix compiler warnings, updated gnulib files and translations
-------------------------------------------------------------------
Mon Jul 21 15:09:40 CEST 2008 - stbinner@suse.de

View File

@@ -1,10 +1,17 @@
#
# spec file for package libidn (Version 1.9)
# spec file for package libidn (Version 1.10)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -14,7 +21,7 @@
Name: libidn
License: GPL v3 only; LGPL v2.1 or later
Group: System/Libraries
Version: 1.9
Version: 1.10
Release: 1
Summary: Support for Internationalized Domain Names (IDN)
Url: http://www.gnu.org/software/libidn/
@@ -112,6 +119,10 @@ rm -rf $RPM_BUILD_ROOT
%_mandir/man3/*
%changelog
* Tue Oct 07 2008 stbinner@suse.de
- update to 1.10:
* idn: accept -n as short form for --nfkc.
* Fix compiler warnings, updated gnulib files and translations
* Mon Jul 21 2008 stbinner@suse.de
- update to 1.9:
* idn: fix error message when NFKC fails, and other translations