Browse Source

upgrading package: hdf 5.1.10.6 -> 5.1.12.0

master
parent
commit
676dedb984
  1. 26
      hdf/hdf.patch
  2. 6
      hdf/hdf.spec

26
hdf/hdf.patch

@ -1,6 +1,6 @@
Index: config/gnu-cxxflags
--- config/gnu-cxxflags.orig 2019-10-18 15:38:05.000000000 +0200
+++ config/gnu-cxxflags 2019-12-24 09:36:11.617210000 +0100
--- config/gnu-cxxflags.orig 2020-02-29 00:29:58.000000000 +0100
+++ config/gnu-cxxflags 2020-03-04 08:06:01.249138000 +0100
@@ -92,10 +92,10 @@
esac
@ -14,27 +14,11 @@ Index: config/gnu-cxxflags
# Production
# NDEBUG is handled explicitly by the configure script
Index: config/gnu-flags
--- config/gnu-flags.orig 2019-12-24 09:36:11.617390000 +0100
+++ config/gnu-flags 2019-12-24 09:37:45.283894000 +0100
@@ -168,12 +168,6 @@
# NOTE: Disable the -Wformat-nonliteral from -Wformat=2 here and re-add
# it to the developer flags.
#
- H5_CFLAGS="$H5_CFLAGS -pedantic -Wall -Wextra -Wbad-function-cast -Wc++-compat -Wcast-align"
- H5_CFLAGS="$H5_CFLAGS -Wcast-qual -Wconversion -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal"
- H5_CFLAGS="$H5_CFLAGS -Wformat=2 -Wno-format-nonliteral -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs"
- H5_CFLAGS="$H5_CFLAGS -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked"
- H5_CFLAGS="$H5_CFLAGS -Wredundant-decls -Wshadow -Wstrict-prototypes -Wswitch-enum -Wswitch-default"
- H5_CFLAGS="$H5_CFLAGS -Wundef -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings"
######################
# Developer warnings #
Index: java/test/h5ex_g_iterate
Index: src/H5FDdirect.c
--- src/H5FDdirect.c.orig 2019-12-19 17:38:30.000000000 +0100
+++ src/H5FDdirect.c 2019-12-24 09:36:11.617689000 +0100
@@ -484,7 +484,9 @@
--- src/H5FDdirect.c.orig 2020-02-29 00:29:58.000000000 +0100
+++ src/H5FDdirect.c 2020-03-04 08:06:01.249660000 +0100
@@ -482,7 +482,9 @@
if (H5F_ACC_EXCL & flags) o_flags |= O_EXCL;
/* Flag for Direct I/O */

6
hdf/hdf.spec

@ -23,8 +23,8 @@
# package version
%define V_major 5
%define V_minor 1.10.6
%define V_subdir 1_10_6
%define V_minor 1.12.0
%define V_subdir 1_12_0
# package information
Name: hdf
@ -37,7 +37,7 @@ Class: EVAL
Group: Libraries
License: Open Source
Version: %{V_major}.%{V_minor}
Release: 20191224
Release: 20200304
# list of sources
Source0: https://s3.amazonaws.com/hdf-wordpress-1/wp-content/uploads/manual/HDF5/HDF%{V_major}_%{V_subdir}/source/hdf%{V_major}-%{V_minor}.tar.bz2

Loading…
Cancel
Save