update to 2.0.8.20210516git [release 2.0.8.20210516git-1mamba;Sun May 16 2021]
This commit is contained in:
parent
bb047b947f
commit
9c16c9882a
11
kst-2.0.8.20210516git-libhdf5-1.12.0.patch
Normal file
11
kst-2.0.8.20210516git-libhdf5-1.12.0.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- kst-plot-2.0.8.20210516git/src/datasources/hdf5/hdf5.cpp.orig 2021-05-16 19:33:50.708519324 +0200
|
||||||
|
+++ kst-plot-2.0.8.20210516git/src/datasources/hdf5/hdf5.cpp 2021-05-16 19:35:21.563204551 +0200
|
||||||
|
@@ -308,7 +308,7 @@
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
- status = H5Oget_info_by_name(id, name, &infobuf, H5P_DEFAULT);
|
||||||
|
+ status = H5Oget_info_by_name(id, name, &infobuf, H5P_DEFAULT, H5O_INFO_BASIC);
|
||||||
|
if(status == 0){
|
||||||
|
if(infobuf.type == H5O_TYPE_DATASET){
|
||||||
|
H5::DataSet dataset = h5Source->_hdfFile->openDataSet(name);
|
16
kst.spec
16
kst.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kst
|
Name: kst
|
||||||
Version: 2.0.8.20200427git
|
Version: 2.0.8.20210516git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An application used to display scientific data
|
Summary: An application used to display scientific data
|
||||||
Group: Graphical Desktop/Applications/Scientific
|
Group: Graphical Desktop/Applications/Scientific
|
||||||
@ -7,13 +7,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kst-plot.kde.org/
|
URL: https://kst-plot.kde.org/
|
||||||
## GITSOURCE https://github.com/Kst-plot/kst.git master
|
Source: https://invent.kde.org/graphics/kst-plot.git/master/kst-plot-%{version}.tar.bz2
|
||||||
Source: https://github.com/Kst-plot/kst.git/master/kst-%{version}.tar.bz2
|
|
||||||
Patch0: kst-2.0.8.20200427git-libhdf5-1.10.5.patch
|
Patch0: kst-2.0.8.20200427git-libhdf5-1.10.5.patch
|
||||||
|
Patch1: kst-2.0.8.20210516git-libhdf5-1.12.0.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libcfitsio-devel
|
BuildRequires: libcfitsio-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgsl-devel
|
BuildRequires: libgsl-devel
|
||||||
@ -25,9 +24,8 @@ BuildRequires: libtiff-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libmatio-devel >= 1.5.16
|
BuildRequires: libmatio-devel >= 1.5.21
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An application used to display scientific data.
|
An application used to display scientific data.
|
||||||
@ -51,8 +49,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n kst-plot-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -102,6 +101,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog NEWS README README.kstScript README.md
|
%doc ChangeLog NEWS README README.kstScript README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8.20210516git-1mamba
|
||||||
|
- update to 2.0.8.20210516git
|
||||||
|
|
||||||
* Mon Apr 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8.20200427git-1mamba
|
* Mon Apr 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8.20200427git-1mamba
|
||||||
- update to 2.0.8.20200427git
|
- update to 2.0.8.20200427git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user