This commit is contained in:
parent
5102d1c416
commit
b4751fdc73
3
libidn-0.6.11.tar.gz
Normal file
3
libidn-0.6.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca92c5108b1005189bea079a03e01d24d965ec0e29a6a4d096529c2ee549f9a8
|
||||
size 2264731
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3b1e4dc3f8c7a25fb961c2acd00e3b714f082a487ba3354391b0cf2f853bd4f
|
||||
size 2180536
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 13:48:51 CET 2007 - stbinner@suse.de
|
||||
|
||||
- update to 0.6.11:
|
||||
* The C# Libidn port was updated.
|
||||
* The Java code has been fixed to properly translate any
|
||||
non-ASCII dot into ".".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 11:15:30 CEST 2006 - stbinner@suse.de
|
||||
|
||||
|
13
libidn.spec
13
libidn.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libidn (Version 0.6.8)
|
||||
# spec file for package libidn (Version 0.6.11)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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.
|
||||
#
|
||||
@ -13,7 +13,7 @@
|
||||
Name: libidn
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/Libraries
|
||||
Version: 0.6.8
|
||||
Version: 0.6.11
|
||||
Release: 1
|
||||
Summary: Support for Internationalized Domain Names (IDN)
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
@ -110,7 +110,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_libdir/pkgconfig/libidn.pc
|
||||
%_mandir/man3/*
|
||||
|
||||
%changelog -n libidn
|
||||
%changelog
|
||||
* Wed Mar 14 2007 - stbinner@suse.de
|
||||
- update to 0.6.11:
|
||||
* The C# Libidn port was updated.
|
||||
* The Java code has been fixed to properly translate any
|
||||
non-ASCII dot into ".".
|
||||
* Thu Oct 19 2006 - stbinner@suse.de
|
||||
- update to 0.6.8:
|
||||
* The gnulib directory is separated into two directories.
|
||||
|
Loading…
x
Reference in New Issue
Block a user