Hello community, here is the log from the commit of package cacti-spine for openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/cacti-spine (Old) and /work/SRC/openSUSE:Leap:15.2/.cacti-spine.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti-spine" Mon Mar 2 13:25:58 2020 rev:46 rq:780759 version:1.2.9 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/cacti-spine/cacti-spine.changes 2020-01-15 14:49:15.265372583 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.cacti-spine.new.26092/cacti-spine.changes 2020-03-02 13:26:04.802723170 +0100 @@ -1,0 +2,90 @@ +Sat Feb 15 18:43:52 UTC 2020 - Andreas Stieger <[email protected]> + +- cacti-spine 1.2.9: + * works with cacti 1.2.9 + * Improve logging of snmp multiple OID get function + * PCOMMAND Device[XXXX] WARNING: Recache Event Detected for Device + * Segmentation Fault triggered by a lot of errors + * Replace function gethostbyname with thread safe getaddrinfo + * removed strip_alpha for "Wrong-Type" SNMP-Answer + +------------------------------------------------------------------- +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) + +------------------------------------------------------------------- +Mon Sep 30 05:57:17 UTC 2019 - David Liedke <[email protected]> + +-Update to version 1.2.7 + -issue#113: spine1.2.6 couldn't open directory `m4' + +------------------------------------------------------------------- +Mon Sep 2 12:36:11 UTC 2019 - David Liedke <[email protected]> + +-Update to version 1.2.6 + -issue#101: MySQL 8 has retired 'my_bool' type + -issue#104: Spine should report which threads are outstanding + -issue#105: Spine should include 'Process[<id>]' in standard logging + -issue#107: Log Buffer is too small to handle some output + -issue#108: Once an SNMP timeout is reached, snmp_get does not honor + include_host + -issue#109: Initial declarations inside for loop cause compile errors + -issue#110: When compiling, 'directive output may be truncated' + messages can appear + -issue#112: INSTALL instructions have typo in bootstrap command + +------------------------------------------------------------------- +Tue Jul 16 06:45:51 UTC 2019 - David Liedke <[email protected]> + +-Update to version 1.2.5 + -issue: Improve detection of MySQL vs. MariaDB client library requirement + -issue#98: Checking type in poller.c causes compiler error + + +------------------------------------------------------------------- +Thu Jun 13 06:01:39 UTC 2019 - David Liedke <[email protected]> + +-Update to version 1.2.4 + * issue#92: Add Data Source ID to "Empty result' error messages + * issue#94: Increase default 'results_buffer' size to 2048 and MySQL + max buffer to 131072 bytes + +------------------------------------------------------------------- +Mon Apr 1 08:29:05 UTC 2019 - David Liedke <[email protected]> + +-Update to version 1.2.3 + * issue#76: Spine unhandled exception signal + * issue: More recent versions of MariaDB require different client library + +------------------------------------------------------------------- +Mon Feb 25 07:08:55 UTC 2019 - David Liedke <[email protected]> + +-Update to version 1.2.2 + * feature: release to match Cacti release + +------------------------------------------------------------------- +Mon Jan 21 07:08:04 UTC 2019 - [email protected] + +-Update to version 1.2.1 + * feature: release to match Cacti release + +------------------------------------------------------------------- +Thu Jan 3 07:56:00 UTC 2019 - [email protected] + +- Update to version 1.2.0 + * feature: Allow threads to be set a Data Collector level + * issue#50: make fails on Debian 7 attempting to locate clock_gettime + * issue#53: Improved escaping when updating database records + * issue#54: Spine should always log if ICMP fails + * issue#58: When updating snmp_sysLocation, text can become truncated + * issue#63: Automatically reduce device threads when number of data + sources does not require it + +------------------------------------------------------------------- Old: ---- 1.1.38.tar.gz New: ---- cacti-spine-1.2.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cacti-spine.spec ++++++ --- /var/tmp/diff_new_pack.6IvfG8/_old 2020-03-02 13:26:05.626724807 +0100 +++ /var/tmp/diff_new_pack.6IvfG8/_new 2020-03-02 13:26:05.666724887 +0100 @@ -1,7 +1,7 @@ # # spec file for package cacti-spine # -# Copyright (c) 2018 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 @@ -12,18 +12,18 @@ # 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/ # Name: cacti-spine -Version: 1.1.38 +Version: 1.2.9 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,33 +31,25 @@ BuildRequires: openssl-devel Requires: cacti = %{version} Requires: rrdtool -Summary: Threaded poller for Cacti written in C -License: LGPL-2.1+ -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) -%doc ChangeLog README.md +%license LICENSE +%doc CHANGELOG README.md %config %{_sysconfdir}/spine.conf.dist %{_bindir}/spine %{_mandir}/man1/spine*
