diff --git a/wget.changes b/wget.changes index ac536a1..22d432b 100644 --- a/wget.changes +++ b/wget.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 11 15:49:59 UTC 2019 - Martin Pluskal + +- Use pcre2 +- Make building more verbose + ------------------------------------------------------------------- Fri Dec 28 20:51:04 UTC 2018 - astieger@suse.com diff --git a/wget.spec b/wget.spec index 64a4282..dd7b537 100644 --- a/wget.spec +++ b/wget.spec @@ -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}