Accepting request 664703 from home:pluskalm:branches:network:utilities

- Use pcre2
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/664703
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=95
This commit is contained in:
Josef Möllers 2019-01-14 07:53:36 +00:00 committed by Git OBS Bridge
parent 161aa5f0fe
commit 6e269210cc
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 11 15:49:59 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Use pcre2
- Make building more verbose
-------------------------------------------------------------------
Fri Dec 28 20:51:04 UTC 2018 - astieger@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package wget
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -46,7 +46,7 @@ PreReq: %{install_info_prereq}
%if %{?suse_version} > 1110
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libmetalink)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(libpsl)
BuildRequires: pkgconfig(uuid)
%else
@ -87,7 +87,7 @@ autoreconf --force
--with-ssl=openssl \
--with-cares \
--with-metalink
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%check
%if %{with regression_tests}