forked from pool/rrdtool
Accepting request 965682 from home:dspinella:branches:devel:languages:python
- Update to 1.8.0: For the list of changes, please have a look here: https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES - Remove unneeded python3.patch OBS-URL: https://build.opensuse.org/request/show/965682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=94
This commit is contained in:
parent
cd34b8be71
commit
3f8c025ea7
@ -1,18 +0,0 @@
|
|||||||
Index: rrdtool-1.7.0/m4/acinclude.m4
|
|
||||||
===================================================================
|
|
||||||
--- rrdtool-1.7.0.orig/m4/acinclude.m4
|
|
||||||
+++ rrdtool-1.7.0/m4/acinclude.m4
|
|
||||||
@@ -426,12 +426,7 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS],
|
|
||||||
[AC_REQUIRE([AM_PATH_PYTHON])
|
|
||||||
AC_MSG_CHECKING(for headers required to compile python extensions)
|
|
||||||
dnl deduce PYTHON_INCLUDES
|
|
||||||
-py_prefix=`$PYTHON -c "import sys; print(sys.prefix)"`
|
|
||||||
-py_exec_prefix=`$PYTHON -c "import sys; print(sys.exec_prefix)"`
|
|
||||||
-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
|
|
||||||
-if test "$py_prefix" != "$py_exec_prefix"; then
|
|
||||||
- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
|
|
||||||
-fi
|
|
||||||
+PYTHON_INCLUDES="-I"`$PYTHON -c "import sysconfig; print(sysconfig.get_path('include'))"`
|
|
||||||
AC_SUBST(PYTHON_INCLUDES)
|
|
||||||
dnl check if the headers exist:
|
|
||||||
save_CPPFLAGS="$CPPFLAGS"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db
|
|
||||||
size 2883737
|
|
BIN
rrdtool-1.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
rrdtool-1.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 29 13:41:16 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.8.0:
|
||||||
|
For the list of changes, please have a look here:
|
||||||
|
https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES
|
||||||
|
- Remove unneeded python3.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 16 13:28:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Jan 16 13:28:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -32,13 +32,13 @@
|
|||||||
%bcond_without libwrap
|
%bcond_without libwrap
|
||||||
%bcond_with rados
|
%bcond_with rados
|
||||||
Name: rrdtool
|
Name: rrdtool
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
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-or-later AND LGPL-2.0-or-later
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://oss.oetiker.ch/rrdtool/
|
URL: https://oss.oetiker.ch/rrdtool/
|
||||||
Source0: https://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
|
Source0: https://github.com/oetiker/%{name}-1.x/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source2: sysconfig.rrdcached
|
Source2: sysconfig.rrdcached
|
||||||
Source4: rrdcached-systemd-pre
|
Source4: rrdcached-systemd-pre
|
||||||
Source5: rrdcached.service
|
Source5: rrdcached.service
|
||||||
@ -65,7 +65,6 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Requires: dejavu
|
Requires: dejavu
|
||||||
Patch13: python3.patch
|
|
||||||
Patch14: harden_rrdcached.service.patch
|
Patch14: harden_rrdcached.service.patch
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
BuildRequires: %{python}-devel
|
BuildRequires: %{python}-devel
|
||||||
@ -215,9 +214,6 @@ daemon was written to alleviate these problems.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch3
|
%patch3
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
%patch13 -p1
|
|
||||||
%endif
|
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
|
|
||||||
# rrd_tool/rrd_cgi: use the date of the last change
|
# rrd_tool/rrd_cgi: use the date of the last change
|
||||||
|
Loading…
Reference in New Issue
Block a user