Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rrdtool for openSUSE:Factory checked in at 2026-08-12 16:10:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rrdtool (Old) and /work/SRC/openSUSE:Factory/.rrdtool.new.17972 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rrdtool" Wed Aug 12 16:10:46 2026 rev:85 rq:1370711 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes 2026-08-01 18:29:37.404371209 +0200 +++ /work/SRC/openSUSE:Factory/.rrdtool.new.17972/rrdtool.changes 2026-08-12 16:11:19.919492875 +0200 @@ -1,0 +2,29 @@ +Tue Aug 11 09:31:47 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 1.11.0: + * rrdgraph: new --vertical-label-angle and --right-axis-label-angle + options to rotate the two y axis legends independently + * rrdgraph: new --right-axis-range min:max option to suppress right + axis labels outside the given range + * Fix segfault when --x-grid is given without a trailing date-format + field + * Fix a one byte heap buffer overflow in checkUnusedValues() that + aborted graphing under fortified strcat() + * Fix a divide by zero crash in rrdtool dump on files with an RRA + whose pdp_cnt or pdp_step is zero + * rrdtool dump now writes a numeric UTC offset instead of the locale + timezone name, which could break XML parsing in non-UTF-8 locales + * libdbi /derive now returns 0 instead of NaN when the counter is + constant + * The Perl RRDs and RRDp numeric version encoding is now zero padded + so two digit minor releases compare monotonically + * Y axis labels keep enough fractional precision when the gridstep + is fractional after SI scaling +- Correct the systemd unit name in the rrdcached post scriptlet, it + was spelled rrdcached.servicet and so never registered the service +- Correct the tmpfiles configuration name in the same scriptlet, it + was spelled rddcached.conf and so created no runtime directory +- Brace the rrdcached user and group macros in the Provides +- Build the documentation subpackage as noarch + +------------------------------------------------------------------- Old: ---- rrdtool-1.10.3.tar.gz New: ---- rrdtool-1.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rrdtool.spec ++++++ --- /var/tmp/diff_new_pack.EaHYm6/_old 2026-08-12 16:11:20.895534082 +0200 +++ /var/tmp/diff_new_pack.EaHYm6/_new 2026-08-12 16:11:20.899534251 +0200 @@ -17,7 +17,6 @@ %define python_subpackage_only 1 -%{?sle15_python_module_pythons} #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates @@ -29,12 +28,12 @@ %bcond_without libdbi %bcond_without libwrap %bcond_with rados +%{?sle15_python_module_pythons} Name: rrdtool -Version: 1.10.3 +Version: 1.11.0 Release: 0 Summary: Round Robin Database Tool to store and display time-series data License: GPL-2.0-or-later AND LGPL-2.0-or-later -Group: Productivity/Scientific/Math URL: https://oss.oetiker.ch/rrdtool/ Source0: https://github.com/oetiker/%{name}-1.x/releases/download/v%{version}/%{name}-%{version}.tar.gz Source2: sysconfig.rrdcached @@ -62,6 +61,7 @@ BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pango-devel >= 1.14 +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: systemd-rpm-macros BuildRequires: zlib-devel @@ -79,10 +79,10 @@ BuildRequires: ruby-devel %endif %if %{with tcl} -BuildRequires: tcl-devel >= 8.0 +BuildRequires: pkgconfig(tcl) >= 8.0 %endif %if %{with libdbi} -BuildRequires: libdbi-devel +BuildRequires: pkgconfig(dbi) %endif %if %{with libwrap} BuildRequires: tcpd-devel @@ -102,7 +102,6 @@ %package -n librrd8 Summary: Round Robin Database tool library -Group: System/Libraries %description -n librrd8 RRD stands for Round Robin Database. RRD is a system to store and @@ -110,7 +109,6 @@ %package devel Summary: RRDtool header files -Group: Development/Libraries/C and C++ Requires: librrd8 = %{version}-%{release} %description devel @@ -121,7 +119,7 @@ %package doc Summary: Documentation for rrdtool -Group: Documentation/Howto +BuildArch: noarch %description doc RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -130,7 +128,6 @@ %package -n perl-%{name} Summary: Perl bindings for RRDtool -Group: Development/Languages/Perl Requires: %{name} = %{version}-%{release} Requires: perl = %{perl_version} @@ -142,7 +139,6 @@ %if %{with lua} %package -n lua-%{name} Summary: Lua bindings for RRDtool -Group: Development/Languages/Other Requires: %{name} = %{version}-%{release} %description -n lua-%{name} @@ -156,7 +152,6 @@ %package -n python-%{name} Summary: Python bindings for RRDtool -Group: Development/Languages/Python Requires: %{name} = %{version}-%{release} %description -n python-%{name} @@ -168,7 +163,6 @@ %if %{with ruby} %package -n ruby-%{name} Summary: Ruby bindings for RRDtool -Group: Development/Languages/Ruby Requires: %{name} = %{version}-%{release} Requires: ruby(abi) >= %{rb_ver} @@ -183,7 +177,6 @@ %if %{with tcl} %package -n tcl-%{name} Summary: Tcl bindings for RRDtool -Group: Development/Languages/Tcl Requires: %{name} = %{version}-%{release} Requires: tcl >= 8.0 @@ -197,12 +190,11 @@ %define rrdcached_user rrdcached %define rrdcached_group rrdcached Summary: Data caching daemon for RRDtool -Group: Productivity/Scientific/Math Requires: %{name} = %{version}-%{release} Requires(post): %fillup_prereq Requires(pre): shadow -Provides: group(%rrdcached_group) -Provides: user(%rrdcached_user) +Provides: group(%{rrdcached_group}) +Provides: user(%{rrdcached_user}) %description cached rrdcached is a daemon that receives updates to existing RRD files, @@ -333,8 +325,8 @@ %post cached %fillup_only rrdcached -%service_add_post rrdcached.servicet rrdcached.socket -%tmpfiles_create %{_tmpfilesdir}/rddcached.conf +%service_add_post rrdcached.service rrdcached.socket +%tmpfiles_create %{_tmpfilesdir}/rrdcached.conf %preun cached %service_del_preun rrdcached.service rrdcached.socket ++++++ rrdtool-1.10.3.tar.gz -> rrdtool-1.11.0.tar.gz ++++++ ++++ 10839 lines of diff (skipped)
