OBS User unknown 2007-08-03 19:33:41 +00:00 committed by Git OBS Bridge
parent 2020c27364
commit 64afcd533d
4 changed files with 21 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 3 17:38:55 CEST 2007 - stbinner@suse.de
- update to 1.0:
* Command-line tools, examples, etc are now licensed under GPLv3
* The library is still licensed under LGPL v2.1 for compatibility
reasons (it is included in glibc).
* Updated gnulib files and translations
-------------------------------------------------------------------
Tue Jul 17 14:33:42 CEST 2007 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libidn (Version 0.6.14)
# spec file for package libidn (Version 1.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,9 +11,9 @@
# norootforbuild
Name: libidn
License: LGPL v2 or later
License: GPL v3 only, LGPL v2 or later
Group: System/Libraries
Version: 0.6.14
Version: 1.0
Release: 1
Summary: Support for Internationalized Domain Names (IDN)
URL: http://www.gnu.org/software/libidn/
@ -113,6 +113,12 @@ rm -rf $RPM_BUILD_ROOT
%_mandir/man3/*
%changelog
* Fri Aug 03 2007 - stbinner@suse.de
- update to 1.0:
* Command-line tools, examples, etc are now licensed under GPLv3
* The library is still licensed under LGPL v2.1 for compatibility
reasons (it is included in glibc).
* Updated gnulib files and translations
* Tue Jul 17 2007 - stbinner@suse.de
- update to 0.6.14:
* Documentation fixes