Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rrdtool for openSUSE:Factory checked in at 2023-12-26 18:27:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rrdtool (Old) and /work/SRC/openSUSE:Factory/.rrdtool.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rrdtool" Tue Dec 26 18:27:00 2023 rev:77 rq:1135119 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes 2023-03-24 15:18:45.046365383 +0100 +++ /work/SRC/openSUSE:Factory/.rrdtool.new.28375/rrdtool.changes 2023-12-26 18:27:11.493231750 +0100 @@ -1,0 +2,5 @@ +Mon Dec 25 16:26:00 UTC 2023 - Michal Suchanek <msucha...@suse.com> + +- Use autosetup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rrdtool.spec ++++++ --- /var/tmp/diff_new_pack.U0UAjZ/_old 2023-12-26 18:27:12.309261339 +0100 +++ /var/tmp/diff_new_pack.U0UAjZ/_new 2023-12-26 18:27:12.309261339 +0100 @@ -50,6 +50,7 @@ Patch3: rrdtool-tclsegfault.patch # PATCH-FIX-UPSTREAM -- bnc#793636 Patch12: rrdtool-zero_vs_nothing.patch +Patch14: harden_rrdcached.service.patch # Needed for tests BuildRequires: bc BuildRequires: cairo-devel >= 1.2 @@ -68,7 +69,6 @@ BuildRequires: systemd-rpm-macros BuildRequires: zlib-devel Requires: dejavu -Patch14: harden_rrdcached.service.patch %if %{with python} BuildRequires: %{python}-devel BuildRequires: %{python}-setuptools @@ -214,11 +214,7 @@ daemon was written to alleviate these problems. %prep -%setup -q -%patch1 -p1 -%patch3 -%patch12 -p1 -%patch14 -p1 +%autosetup -p1 # rrd_tool/rrd_cgi: use the date of the last change modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" ++++++ rrdtool-tclsegfault.patch ++++++ --- /var/tmp/diff_new_pack.U0UAjZ/_old 2023-12-26 18:27:12.349262789 +0100 +++ /var/tmp/diff_new_pack.U0UAjZ/_new 2023-12-26 18:27:12.353262935 +0100 @@ -1,7 +1,7 @@ Index: bindings/tcl/tclrrd.c =================================================================== ---- bindings/tcl/tclrrd.c.orig -+++ bindings/tcl/tclrrd.c +--- a/bindings/tcl/tclrrd.c ++++ b/bindings/tcl/tclrrd.c @@ -472,6 +472,12 @@ static int Rrd_Graph( char **argv2; CONST84 char *save;