forked from pool/whois
* 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
This commit is contained in:
parent
46843acafa
commit
9836be82ca
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user