Hello community,

here is the log from the commit of package gnuserv for openSUSE:Leap:15.2 
checked in at 2020-03-17 04:15:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnuserv (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnuserv.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuserv"

Tue Mar 17 04:15:44 2020 rev:22 rq:785695 version:3.12.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnuserv/gnuserv.changes        2020-01-15 
15:05:38.093910564 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnuserv.new.3160/gnuserv.changes      
2020-03-17 04:16:10.952995409 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 09:10:24 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Fix build dependencies boo#1120300
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnuserv.spec ++++++
--- /var/tmp/diff_new_pack.9iECEI/_old  2020-03-17 04:16:11.940995982 +0100
+++ /var/tmp/diff_new_pack.9iECEI/_new  2020-03-17 04:16:11.964995996 +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 \


Reply via email to