Hello community, here is the log from the commit of package rrdtool for openSUSE:Factory checked in at 2019-02-24 17:06:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rrdtool (Old) and /work/SRC/openSUSE:Factory/.rrdtool.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rrdtool" Sun Feb 24 17:06:28 2019 rev:69 rq:674551 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes 2018-02-12 10:09:24.654055148 +0100 +++ /work/SRC/openSUSE:Factory/.rrdtool.new.28833/rrdtool.changes 2019-02-24 17:06:31.752591030 +0100 @@ -1,0 +2,25 @@ +Wed Feb 13 10:09:13 UTC 2019 - [email protected] + +- Version update to 1.7.1: + * fix many compile time warnings + * Re-enable 0-width lines + * Include rrd_pdpcalc.pod in Makefile.am also + * Lots of spelling fixes for rrdtool source and documentation + * fix off by one issue in rrdtool xport output + * fix lua extension build + * fix python bindings + * fix multiple static variable issues in conflict with MT + * make translations actually work + * Fixed configure --enable / --disable options + * rrd_daemon stability fixes + * fix tcl bindings + * do not call umask ever (not MT safe) + * Multiline Titles + * French translation + * Added support for --allow-shrink with --rigid flag (#843) + * Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached + * include the daemon name in the error message +- add rrdtool-1.7.1-compile_fix.patch to fix build with the new + version + +------------------------------------------------------------------- Old: ---- rrdtool-1.7.0.tar.gz New: ---- rrdtool-1.7.1-compile_fix.patch rrdtool-1.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rrdtool.spec ++++++ --- /var/tmp/diff_new_pack.6PIune/_old 2019-02-24 17:06:32.320590761 +0100 +++ /var/tmp/diff_new_pack.6PIune/_new 2019-02-24 17:06:32.320590761 +0100 @@ -1,7 +1,7 @@ # # spec file for package rrdtool # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -33,10 +33,10 @@ %define python python3 %endif Name: rrdtool -Version: 1.7.0 +Version: 1.7.1 Release: 0 Summary: Round Robin Database Tool to store and display time-series data -License: GPL-2.0+ AND LGPL-2.0+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Scientific/Math Url: http://oss.oetiker.ch/rrdtool/ Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz @@ -51,6 +51,7 @@ %if 0%{?suse_version} >= 1500 Patch13: python3.patch %endif +Patch14: rrdtool-1.7.1-compile_fix.patch # Needed for tests BuildRequires: bc BuildRequires: cairo-devel >= 1.2 @@ -219,6 +220,7 @@ %if 0%{?suse_version} >= 1500 %patch13 -p1 %endif +%patch14 -p1 # rrd_tool/rrd_cgi: use the date of the last change modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" ++++++ rrdtool-1.7.1-compile_fix.patch ++++++ diff --git a/etc/Makefile.am b/etc/Makefile.am index ab763dc..7d18178 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -3,6 +3,6 @@ EXTRA_DIST = rrdcached-default-redhat rrdcached-init-redhat rrdcached-default-ls if HAVE_SYSTEMD systemdsystemunit_DATA = \ - etc/rrdcached.socket \ - etc/rrdcached.service + rrdcached.socket \ + rrdcached.service endif \ No newline at end of file diff --git a/etc/Makefile.in b/etc/Makefile.in index 74b914b..d512fd5 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -368,8 +368,8 @@ EXTRA_DIST = rrdcached-default-redhat rrdcached-init-redhat rrdcached-default-ls rrdcached.socket.in rrdcached.service.in @HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = \ -@HAVE_SYSTEMD_TRUE@ etc/rrdcached.socket \ -@HAVE_SYSTEMD_TRUE@ etc/rrdcached.service +@HAVE_SYSTEMD_TRUE@ rrdcached.socket \ +@HAVE_SYSTEMD_TRUE@ rrdcached.service all: all-am ++++++ rrdtool-1.7.0.tar.gz -> rrdtool-1.7.1.tar.gz ++++++ ++++ 39845 lines of diff (skipped)
