Changes of Revision 73
[-] | Changed | nagios-plugins.changes |
1
2 ------------------------------------------------------------------- 3 +Sat Jan 4 20:22:13 UTC 2020 - Local OBS User <cs@linux-administrator.com> 4 + 5 +- update to release 2.3.1 6 + 7 +------------------------------------------------------------------- 8 Fri Oct 11 17:59:10 UTC 2019 - Local OBS User <cs@linux-administrator.com> 9 10 - update to pre-release (git) 2.2.2 ported from EPEL 11 |
||
[-] | Changed | nagios-plugins.spec ^ |
15 1
2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) 3 %global commdate 20190926 4 5 -%global gitbuild 1 6 +%global gitbuild 0 7 8 %define pkgname nagios-plugins 9 Name: nagios-plugins 10 -Version: 2.2.2 11 +Version: 2.3.1 12 %if 0%{?gitbuild:1} 13 Release: 35.%{?commdate}git%{?shortcommit}%{?dist} 14 %else 15 |
||
[+] | Changed | nagios-plugins-0010-include-mysql-version-header.patch ^ |
@@ -9,13 +9,12 @@ #include <errmsg.h> char *db_user = NULL; -diff -up nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql_query.c.kh1 nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql_query.c ---- nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql_query.c.kh1 2018-02-14 12:06:39.024103239 +0100 -+++ nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql_query.c 2018-02-14 12:07:07.508074303 +0100 -@@ -39,6 +39,7 @@ const char *email = "devel@nagios-plugin +--- nagios-plugins-2.3.1/plugins/check_mysql_query.c.orig 2020-01-04 21:23:56.947538170 +0100 ++++ nagios-plugins-2.3.1/plugins/check_mysql_query.c 2020-01-04 21:30:17.500921506 +0100 +@@ -39,6 +39,7 @@ #include "netutils.h" - #include <mysql.h> + #include <server/mysql.h> +#include <mysql_version.h> #include <errmsg.h> | ||
Added | nagios-plugins-2.3.1.tar.bz2 ^ |