Accepting request 665641 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/665641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wget?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2019-02-04 20:17:09 +00:00 committed by Git OBS Bridge
commit 5c893c5c6b
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 Fri Dec 28 20:51:04 UTC 2018 - astieger@suse.com

View File

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