Accepting request 120912 from devel:libraries:c_c++
(hopefully) final correction of the license header (forwarded request 120836 from NicoK) OBS-URL: https://build.opensuse.org/request/show/120912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn?expand=0&rev=33
This commit is contained in:
commit
f263812d22
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25b42d75851ebae52e1c969353b74eefd3d6817f41c8d2a6db258f5ec60c5e6a
|
||||
size 3477618
|
3
libidn-1.24.tar.gz
Normal file
3
libidn-1.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da1708c6063ecb7951a0908e67df3eacdfe128b18edaa6cf6867d7b73b5f35ff
|
||||
size 3325775
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 11:40:34 UTC 2012 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- Upgrade to version 1.24
|
||||
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
|
||||
* build: Fix parallel Windows builds.
|
||||
Reported by René Berber
|
||||
* libidn: Fix potential infloop in pr29 code.
|
||||
Reported by Jon Nelson <address@hidden> in
|
||||
http://lists.gnu.org/archive/html/help-libidn/2012-01/msg00008.html
|
||||
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
|
||||
* Sync glib NFKC code and improve copyright/license statements.
|
||||
* Update gnulib files and translations.
|
||||
* API and ABI is backwards compatible with the previous version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 16:02:38 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
17
libidn.spec
17
libidn.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libidn
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,19 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libidn
|
||||
Version: 1.23
|
||||
Release: 4
|
||||
License: GPL-3.0 ; LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Version: 1.24
|
||||
Release: 0
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libidn-64bit
|
||||
%endif
|
||||
#
|
||||
Summary: Support for Internationalized Domain Names (IDN)
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnu.org/software/libidn/
|
||||
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: pkgconfig
|
||||
@ -49,8 +48,8 @@ XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
|
||||
IDNA is supported.
|
||||
|
||||
%package devel
|
||||
License: LGPL-2.1+
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glibc-devel
|
||||
@ -103,7 +102,7 @@ make check
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/emacs
|
||||
%dir %{_datadir}/emacs/site-lisp
|
||||
%doc AUTHORS COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
|
||||
%doc AUTHORS COPYING.LESSERv2 COPYING.LESSERv3 COPYINGv2 COPYINGv3 ChangeLog FAQ NEWS README THANKS TODO
|
||||
%{_libdir}/libidn.so.*
|
||||
%{_infodir}/libidn*
|
||||
%{_bindir}/idn
|
||||
|
Loading…
x
Reference in New Issue
Block a user