Hello community, here is the log from the commit of package apcupsd for openSUSE:Factory checked in at 2019-08-13 13:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apcupsd (Old) and /work/SRC/openSUSE:Factory/.apcupsd.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apcupsd" Tue Aug 13 13:24:56 2019 rev:67 rq:722800 version:3.14.14 Changes: -------- --- /work/SRC/openSUSE:Factory/apcupsd/apcupsd.changes 2019-07-11 13:15:14.162828084 +0200 +++ /work/SRC/openSUSE:Factory/.apcupsd.new.9556/apcupsd.changes 2019-08-13 13:24:56.805360243 +0200 @@ -1,0 +2,10 @@ +Fri Aug 9 18:52:07 UTC 2019 - Bjørn Lie <[email protected]> + +- Stop passing enable-all to configure, pass enable-gapcmon and + enable-cgi instead, reflecting what we actually build. +- Following this, drop unused pkgconfig(gnome-vfs-2.0) + BuildRequires and add pkgconfig(glib-2.0) and + pkgconfig(gthread-2.0), align with what configure actually checks + for. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apcupsd.spec ++++++ --- /var/tmp/diff_new_pack.07Z0Cr/_old 2019-08-13 13:24:57.309360111 +0200 +++ /var/tmp/diff_new_pack.07Z0Cr/_new 2019-08-13 13:24:57.309360111 +0200 @@ -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/ # @@ -26,7 +26,7 @@ Summary: APC UPS Daemon (Powerful Daemon for APC UPSs) License: GPL-2.0-only Group: Hardware/UPS -Url: http://www.apcupsd.com/ +URL: http://www.apcupsd.com/ Source: https://sourceforge.net/projects/apcupsd/files/apcupsd%%20-%%20Stable/%{version}/apcupsd-%{version}.tar.gz Source2: README.SUSE Source4: %{name}.hibernate @@ -59,7 +59,8 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gdlib) -BuildRequires: pkgconfig(gnome-vfs-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(x11) @@ -113,8 +114,9 @@ %configure \ --sysconfdir=%{_sysconfdir}/%{name} \ --with-libwrap \ - --enable-all \ --with-lock-dir=%{_localstatedir}/lock \ + --enable-gapcmon \ + --enable-cgi \ --with-cgi-bin=%{apache_datadir}/cgi-bin \ --with-distname=$(grep ID_LIKE %{_sysconfdir}/os-release | cut -d = -f 2 | tr -d '"') make %{?_smp_mflags}
