From 9836be82caa1b90925d46191a8f750c3defdd76ec64ce1dda2686dcb56fb0bcd Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 27 Feb 2017 10:01:41 +0000 Subject: [PATCH] * Support for libidn2 is upstream FATE#321897 But disable to fix bsc#1026831 OBS-URL: https://build.opensuse.org/package/show/network:utilities/whois?expand=0&rev=76 --- whois.changes | 5 +++-- whois.spec | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/whois.changes b/whois.changes index 93bb250..6287ebe 100644 --- a/whois.changes +++ b/whois.changes @@ -1,13 +1,14 @@ ------------------------------------------------------------------- -Mon Feb 27 08:26:27 UTC 2017 - astieger@suse.com +Mon Feb 27 10:00:11 UTC 2017 - astieger@suse.com - whois 5.2.15: * Update the .gf and .mq TLD servers * Update the list of new gTLDs * Update the charset for whois.nic.kz * Fix minor compiler warnings with no practical effects - * Support for libidn2 is upstream - FATE#321897 + * Support for libidn2 is upstream FATE#321897 remove whois-5.2.14-IDNA2008.patch + But disable to fix bsc#1026831 ------------------------------------------------------------------- Mon Feb 6 21:49:09 UTC 2017 - astieger@suse.com diff --git a/whois.spec b/whois.spec index 5120735..b0617ee 100644 --- a/whois.spec +++ b/whois.spec @@ -30,7 +30,7 @@ Source2: %{name}.keyring # rename .dsc to not build the package in OBS Source3: http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}.asc Patch0: whois-nobsdsource.patch -BuildRequires: libidn2-devel +BuildRequires: libidn-devel BuildRequires: xz Provides: ripe-whois-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,7 +65,7 @@ echo "`grep -A1 "Checksums-Sha256" %{SOURCE3} | grep %{name}_%{version}.tar.xz | %patch0 -p1 %build -make all mkpasswd HAVE_LIBIDN2=1 HAVE_ICONV=1 %{?_smp_mflags} \ +make all mkpasswd HAVE_LIBIDN=1 HAVE_ICONV=1 %{?_smp_mflags} \ %if 0%{?suse_version} <= 1140 HAVE_XCRYPT=1 \ %else