Accepting request 674543 from home:kstreitova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/674543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=86
This commit is contained in:
Kristyna Streitova 2019-02-13 12:56:30 +00:00 committed by Git OBS Bridge
parent b8af4e3765
commit 51b09a04c8
5 changed files with 62 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f97d348935b91780f2cd80399719e20c0b91f0a23537c0a85f9ff306d4c5526b
size 2849994

View File

@ -0,0 +1,29 @@
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

3
rrdtool-1.7.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:989b778eda6967aa5192c73abafe43e7b10e6100776971a7e79d249942781aae
size 2881346

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Feb 13 10:09:13 UTC 2019 - kstreitova@suse.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 4 08:56:33 UTC 2018 - obs@botter.cc Sun Feb 4 08:56:33 UTC 2018 - obs@botter.cc

View File

@ -1,7 +1,7 @@
# #
# spec file for package rrdtool # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -33,10 +33,10 @@
%define python python3 %define python python3
%endif %endif
Name: rrdtool Name: rrdtool
Version: 1.7.0 Version: 1.7.1
Release: 0 Release: 0
Summary: Round Robin Database Tool to store and display time-series data 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 Group: Productivity/Scientific/Math
Url: http://oss.oetiker.ch/rrdtool/ Url: http://oss.oetiker.ch/rrdtool/
Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
@ -51,6 +51,7 @@ Patch12: rrdtool-zero_vs_nothing.patch
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
Patch13: python3.patch Patch13: python3.patch
%endif %endif
Patch14: rrdtool-1.7.1-compile_fix.patch
# Needed for tests # Needed for tests
BuildRequires: bc BuildRequires: bc
BuildRequires: cairo-devel >= 1.2 BuildRequires: cairo-devel >= 1.2
@ -219,6 +220,7 @@ daemon was written to alleviate these problems.
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
%patch13 -p1 %patch13 -p1
%endif %endif
%patch14 -p1
# rrd_tool/rrd_cgi: use the date of the last change # rrd_tool/rrd_cgi: use the date of the last change
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"