Accepting request 705958 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/705958 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn2?expand=0&rev=11
This commit is contained in:
commit
53472462b9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57666bcf6ecf54230d7bac95c392379561954b57a673903aed4d3336b3048b72
|
||||
size 2122867
|
Binary file not shown.
3
libidn2-2.2.0.tar.gz
Normal file
3
libidn2-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc734732b506d878753ec6606982bf7b936e868c25c30ddb0d83f7d7056381fe
|
||||
size 2110743
|
BIN
libidn2-2.2.0.tar.gz.sig
Normal file
BIN
libidn2-2.2.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 11:55:30 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 2.2.0:
|
||||
* Perform A-Label roundtrip for lookup functions by default
|
||||
* Stricter check of input to punycode decoder
|
||||
* Fix punycode decoding with no ASCII chars but given delimiter
|
||||
* Fix 'idn2 --no-tr64' (was a no-op)
|
||||
* Allow _ as a basic code point in domain labels
|
||||
* Fail building documentation if 'ronn' isn't installed
|
||||
* git tag changed to reflect https://semver.org/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 21:50:06 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
%define lname libidn2-0
|
||||
Name: libidn2
|
||||
Version: 2.1.1
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.gnu.org/software/libidn/#libidn2
|
||||
Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}a.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}a.tar.gz.sig
|
||||
Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user