From bb047b947f6f85719c39c99f2b80962d8e763ccd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:01:08 +0100 Subject: [PATCH] update to 2.0.8.20200427git [release 2.0.8.20200427git-1mamba;Mon Apr 27 2020] --- kst-2.0.8.20200427git-libhdf5-1.10.5.patch | 11 +++++++++++ kst.spec | 13 +++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 kst-2.0.8.20200427git-libhdf5-1.10.5.patch diff --git a/kst-2.0.8.20200427git-libhdf5-1.10.5.patch b/kst-2.0.8.20200427git-libhdf5-1.10.5.patch new file mode 100644 index 0000000..0bbd462 --- /dev/null +++ b/kst-2.0.8.20200427git-libhdf5-1.10.5.patch @@ -0,0 +1,11 @@ +--- kst-2.0.8.20200427git/src/datasources/hdf5/hdf5.h.orig 2020-04-28 20:29:48.446000000 +0200 ++++ kst-2.0.8.20200427git/src/datasources/hdf5/hdf5.h 2020-04-28 20:30:01.289000000 +0200 +@@ -18,7 +18,7 @@ + #include + + #include +-#include ++#include + #include + + #include "debug.h" diff --git a/kst.spec b/kst.spec index 3efc40a..ea5a84b 100644 --- a/kst.spec +++ b/kst.spec @@ -1,5 +1,5 @@ Name: kst -Version: 2.0.8.20171207git +Version: 2.0.8.20200427git Release: 1mamba Summary: An application used to display scientific data Group: Graphical Desktop/Applications/Scientific @@ -9,20 +9,23 @@ Packager: Silvan Calarco URL: https://kst-plot.kde.org/ ## GITSOURCE https://github.com/Kst-plot/kst.git master Source: https://github.com/Kst-plot/kst.git/master/kst-%{version}.tar.bz2 +Patch0: kst-2.0.8.20200427git-libhdf5-1.10.5.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libcfitsio-devel BuildRequires: libgcc BuildRequires: libgsl-devel BuildRequires: libhdf5-devel BuildRequires: libmatio-devel -BuildRequires: libqt4-devel +BuildRequires: libqt5-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: libmatio-devel >= 1.5.16 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -49,9 +52,12 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +%patch0 -p1 %build %cmake -d build \ + -Dkst_qt4=OFF \ + -Dkst_qt5=ON \ -Dkst_install_prefix=%{_prefix} %make @@ -96,5 +102,8 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog NEWS README README.kstScript README.md %changelog +* Mon Apr 27 2020 Silvan Calarco 2.0.8.20200427git-1mamba +- update to 2.0.8.20200427git + * Thu Dec 07 2017 Silvan Calarco 2.0.8.20171207git-1mamba - package created using the webbuild interface