]> TLD Linux GIT Repositories - packages/rrdtool.git/commitdiff
- updated to 1.9.0, fix building with GCC 15 master
authorMarcin Krol <hawk@tld-linux.org>
Fri, 15 Aug 2025 15:06:10 +0000 (17:06 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Fri, 15 Aug 2025 15:06:10 +0000 (17:06 +0200)
rrdtool.spec

index 03526dc3766a65534e7f24ba33cc3440afcebb58..da754f779fa90a971ca253e25219d6db7d94666e 100644 (file)
@@ -27,12 +27,12 @@ Summary(pt_BR.UTF-8):       Round Robin Database, uma ferramenta para construção de
 Summary(ru.UTF-8):     RRDtool - база данных с "циклическим обновлением"
 Summary(uk.UTF-8):     RRDtool - це система зберігання та показу серійних даних
 Name:          rrdtool
-Version:       1.8.0
-Release:       3
+Version:       1.9.0
+Release:       1
 License:       GPL v2+ + FLOSS exception
 Group:         Applications/Databases
 Source0:       https://github.com/oetiker/rrdtool-1.x/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 852754364cbd0703a099b5eb32932851
+# Source0-md5: bcbdb069e74fc866fb92deb6697c5392
 Source1:       rrdcached.init
 Source2:       rrdcached.sysconfig
 Patch0:                %{name}-tcl-path.patch
@@ -312,8 +312,8 @@ Rozszerzenie Tcl-a pozwalające na dostęp do biblioteki Tcl.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %{__sed} -i -e 's#\$TCL_PACKAGE_PATH#%{_prefix}/lib#g' configure.ac
 %{__sed} -i -e 's#/lib/lua/#/%{_lib}/lua/#g' configure.ac
@@ -355,6 +355,7 @@ install -d perl-docs/html
 # empty RUBY_MAKE_OPTIONS as workaround for some make weirdness
 # (tried to install without DESTDIR on plain make)
 %{__make} \
+       CFLAGS="%{rpmcflags} -Wno-incompatible-pointer-types" \
        RUBY_MAKE_OPTIONS=
 
 %install