Hello community, here is the log from the commit of package cacti-spine for openSUSE:Factory checked in at 2020-02-06 13:08:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old) and /work/SRC/openSUSE:Factory/.cacti-spine.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti-spine" Thu Feb 6 13:08:26 2020 rev:24 rq:770247 version:1.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes 2019-09-30 16:01:32.968873235 +0200 +++ /work/SRC/openSUSE:Factory/.cacti-spine.new.26092/cacti-spine.changes 2020-02-06 13:08:28.204344138 +0100 @@ -1,0 +2,11 @@ +Sun Feb 2 17:03:21 UTC 2020 - Andreas Stieger <[email protected]> + +- cacti-spine 1.2.8: + * works with cacti 1.2.8 + +------------------------------------------------------------------- +Thu Oct 17 15:13:16 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- Old: ---- 1.2.7.tar.gz New: ---- cacti-spine-1.2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cacti-spine.spec ++++++ --- /var/tmp/diff_new_pack.xMGvez/_old 2020-02-06 13:08:29.128344640 +0100 +++ /var/tmp/diff_new_pack.xMGvez/_new 2020-02-06 13:08:29.132344643 +0100 @@ -1,7 +1,7 @@ # # spec file for package cacti-spine # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -17,13 +17,13 @@ Name: cacti-spine -Version: 1.2.7 +Version: 1.2.8 Release: 0 -Url: https://github.com/Cacti/spine -Source: https://github.com/Cacti/spine/archive/release/%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf -BuildRequires: automake +Summary: Threaded poller for Cacti written in C +License: LGPL-2.1-or-later +URL: https://www.cacti.net/spine_info.php +Source: https://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz +BuildRequires: dos2unix BuildRequires: help2man BuildRequires: libtool BuildRequires: mysql-devel @@ -31,32 +31,24 @@ BuildRequires: openssl-devel Requires: cacti = %{version} Requires: rrdtool -Summary: Threaded poller for Cacti written in C -License: LGPL-2.1-or-later -Group: System/Monitoring %description Spine is a supplemental poller for Cacti that makes use of pthreads to achieve excellent performance. %prep -%setup -q -n spine-release-%{version} +%setup -q %build -libtoolize --force -aclocal -autoheader -automake --force-missing --add-missing -autoconf - +./bootstrap %configure make %{?_smp_mflags} %install -%makeinstall +%make_install %files -%defattr(-, root, root, 0755) +%license LICENSE %doc CHANGELOG README.md %config %{_sysconfdir}/spine.conf.dist %{_bindir}/spine
