Accepting request 892604 from home:AndreasStieger:branches:devel:libraries:c_c++

libidn2 2.3.1

OBS-URL: https://build.opensuse.org/request/show/892604
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn2?expand=0&rev=35
This commit is contained in:
Kristyna Streitova 2021-05-13 20:52:33 +00:00 committed by Git OBS Bridge
parent 178e9783e9
commit dc02ec7176
6 changed files with 20 additions and 17 deletions

View File

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

Binary file not shown.

3
libidn2-2.3.1.tar.gz Normal file
View File

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

1
libidn2-rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter("libidn2-tools.*shlib-policy-missing-lib")

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 12 22:07:39 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- libidn2 2.3.1:
* Implement full roundtrip for lookup functionality
* Fix domain too long error
* Updated gnulib files and various build fixes
-------------------------------------------------------------------
Tue May 26 06:14:55 UTC 2020 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libidn2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,15 +17,16 @@
%define lname libidn2-0
%{!?make_build: %define make_build make %{?_smp_mflags}}
Name: libidn2
Version: 2.3.0
Version: 2.3.1
Release: 0
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later)
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later
URL: https://www.gnu.org/software/libidn/#libidn2
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
Source4: %{name}-rpmlintrc
BuildRequires: libunistring-devel
BuildRequires: pkgconfig
@ -35,7 +36,6 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
%package tools
Summary: Command line utility to convert Int. Domain Names
License: GPL-3.0-or-later
Requires(post): %{install_info_prereq}
%description tools
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
@ -51,7 +51,7 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
%package devel
Summary: Include Files and Libraries mandatory for Development
License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later)
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later
Requires: %{lname} = %{version}
%description devel
@ -69,7 +69,7 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
--disable-static \
--disable-gtk-doc
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -79,13 +79,7 @@ rm -rf %{buildroot}/%{_datadir}/gtk-doc/
%find_lang %{name}
%check
make check %{?_smp_mflags}
%post tools
%install_info --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
%preun tools
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
%make_build check
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig