From dc02ec71764ce5e714f47a69ce1d8585a7a06b694316b6e3084e7dc9d596b2bd Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 13 May 2021 20:52:33 +0000 Subject: [PATCH] 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 --- libidn2-2.3.0.tar.gz | 3 --- libidn2-2.3.0.tar.gz.sig | Bin 566 -> 0 bytes libidn2-2.3.1.tar.gz | 3 +++ libidn2-rpmlintrc | 1 + libidn2.changes | 8 ++++++++ libidn2.spec | 22 ++++++++-------------- 6 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 libidn2-2.3.0.tar.gz delete mode 100644 libidn2-2.3.0.tar.gz.sig create mode 100644 libidn2-2.3.1.tar.gz create mode 100644 libidn2-rpmlintrc diff --git a/libidn2-2.3.0.tar.gz b/libidn2-2.3.0.tar.gz deleted file mode 100644 index 3e5db78..0000000 --- a/libidn2-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5 -size 2164993 diff --git a/libidn2-2.3.0.tar.gz.sig b/libidn2-2.3.0.tar.gz.sig deleted file mode 100644 index 5d27e8b718402d3aa88b4028cce90943116488c5eb4af82816f71e361440567c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j*2vVFXmVM{GoL1b+RFfF#CX9Oq(0$t50{{RXJ5C||W zwxVYQC^};g|5?%{=dg*J22^0AYhnKtc~*L}8u-j?TY#q*>J-MjG$%LWBOJ2r_j~YZ zA#J!5{dhbh-5p2tn0a*)WX7yL@l2Cn$hCALiaSPIJOZ#yqEO*?OJpsRRCWcRO^2lVRYpp$-cWu z70Y3|tLDJrKQj|V3bKD9x)>vKeB0nOY^&arzD>DAzh%hMV<9)_qWZRAI9W2TQxF1$ znnrE&;~A&>ZaL*f;gt>GYA%7o6Q1=sA0@c{neMi4TTKy1)e3J_S?x&q3Mf>F-RUtE z8!J=~ojNEAVr(}JNxxQyZ+L+QybUbz+fo9^IAI4+Vjt!~s71*u>C>L4xr!wT7|SP4 z{9_;<nV$^@QD}K)x-Gik{ zG>_QKQ=`WK@i-|w`+S6=ztG)lt2@m-xLyzHYjVDnTN6bKOvkn~I27Q9dBfXUcHy~S zdoxGPM?Cq&> + +- 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 diff --git a/libidn2.spec b/libidn2.spec index 8101c66..bcbe5d6 100644 --- a/libidn2.spec +++ b/libidn2.spec @@ -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