Hello community, here is the log from the commit of package gnuserv for openSUSE:Factory checked in at 2020-03-11 18:53:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuserv (Old) and /work/SRC/openSUSE:Factory/.gnuserv.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuserv" Wed Mar 11 18:53:40 2020 rev:19 rq:783708 version:3.12.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuserv/gnuserv.changes 2018-03-08 10:58:29.751174802 +0100 +++ /work/SRC/openSUSE:Factory/.gnuserv.new.3160/gnuserv.changes 2020-03-11 18:55:34.819681158 +0100 @@ -1,0 +2,5 @@ +Wed Mar 11 09:10:24 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix build dependencies boo#1120300 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuserv.spec ++++++ --- /var/tmp/diff_new_pack.OV3S1d/_old 2020-03-11 18:55:36.467681895 +0100 +++ /var/tmp/diff_new_pack.OV3S1d/_new 2020-03-11 18:55:36.467681895 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnuserv # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -27,8 +27,8 @@ Patch0: gnuserv-3.12.6.diff BuildRequires: autoconf BuildRequires: emacs-nox -Provides: fgnuserv -Obsoletes: fgnuserv +BuildRequires: libX11-devel +BuildRequires: libXau-devel %description This package is not required for XEmacs, because the tools included @@ -42,14 +42,15 @@ Find hints at %{_docdir}/gnuserv/README.SUSE. %prep -%setup -q +%autosetup -p1 cp -p %{SOURCE1} README.SUSE -%patch0 -p1 %build autoreconf -fiv -%configure -make %{?_smp_mflags} all gnuserv.elc +%configure \ + --x-includes=%{_includedir} \ + --x-libraries=%{_libdir} +%make_build all gnuserv.elc %install install -d -m755 \
