Commit Graph

14 Commits

Author SHA256 Message Date
Stephan Kulow
79fff2e63f Accepting request 208529 from devel:libraries:c_c++
- update to 1.8.2:
    - Added a configuration option to change the default plugin path.
      The configure option is --with-default-plugindir=location.
      The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location.
      HDFFV-8513.  (ADB 2013/09/04)
    - Renamed FFLAGS to FCFLAGS in configure. (ADB 2013/08/13)
    - CMake can now package a compressed examples file, the default for 
      Windows binaries from HDF Group.  (ADB  - 2013/07/22)
    - h5repack: Added the ability to use plugin filters to read and write 
              files. The option uses the filter number. HDFFV-8345 
              (ADB - 2013/09/04).
    - h5dump: Added the option -N --any_path, which searches the file for 
              paths that match the search path. HDFFV-7989 (ADB - 2013/08/12).
    - h5dump: Added the optional arg 0 to -A, which excludes attributes 
              from display. HDFFV-8134 (ADB - 2013/08/01).
    - Added tutorial examples to C++/examples.  They can be installed by
      "make install-examples" and, in the installed directory, they can be
      executed by running the script file run-c++-ex.sh. (BMR - 2013/09/28)
    - A new class, H5::H5Location, is added to represent the location concept
      in the C library.  It is a base class to H5::H5File and H5::H5Ojbect,
      whose member functions are moved into H5::H5Location.  H5::H5File can
      now inherent those functions.  As a result, an H5::H5File object can have
      an attribute. (BMR - 2013/09/27)
    - Added wrappers for H5Rget_obj_type2 to retrieve the type of the object
      that an object reference points to. (BMR - 2013/09/27)
	H5O_type_t H5Location::getRefObjType(void *ref, H5R_type_t ref_type)
    - Added wrappers for H5Aexist to check whether an attribute exists given
      a name. (BMR - 2013/09/27)
	bool H5::H5Location::attrExists(const char* name)
	bool H5::H5Location::attrExists(const H5std_string& name)

OBS-URL: https://build.opensuse.org/request/show/208529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=17
2013-11-26 20:06:01 +00:00
Stephan Kulow
990b349eec Accepting request 200467 from devel:libraries:c_c++
- hdf5-configure-long-double.patch: fix configure check for unsigned long
  long to long double conversion to not fail spuriously for 128bit long
  double
- Increase testsuite timeout for qemu user space build (forwarded request 200299 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/200467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=16
2013-09-25 15:14:33 +00:00
Stephan Kulow
197b915f8c Accepting request 198974 from devel:libraries:c_c++
- build with -O0 also for gcc 4.8 (forwarded request 198947 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/198974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=14
2013-09-16 10:36:18 +00:00
Stephan Kulow
95aadd87dc Accepting request 178962 from devel:libraries:c_c++
- increase hdf5_libver to 8 (forwarded request 178934 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/178962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=13
2013-06-18 08:31:19 +00:00
Stephan Kulow
b8dca05fe8 Accepting request 163982 from devel:libraries:c_c++
- Update to 1.8.10-patch1:
  * official important bug fixes for 1.8.10
  * see RELEASE.txt "Bug Fixes since HDF5-1.8.10" (forwarded request 163804 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/163982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=12
2013-04-16 04:44:22 +00:00
Stephan Kulow
c08d405a85 Accepting request 142035 from devel:libraries:c_c++
- Update to 1.8.10, changes documented here:
  http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
- remove hdf5-ph5diff.patch (fixed by upstream)
- add hdf5-fix_printf.patch (forwarded request 142034 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/142035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=10
2012-11-21 16:00:51 +00:00
Stephan Kulow
151f2f8746 Accepting request 140219 from devel:libraries:c_c++
- fixing baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/140219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=9
2012-11-06 15:04:26 +00:00
Stephan Kulow
e532d0c896 Accepting request 136159 from devel:libraries:c_c++
- make sure to install the examples from non-parallel build (forwarded request 136098 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/136159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=8
2012-09-29 13:32:19 +00:00
Stephan Kulow
db058bdc72 Accepting request 135876 from devel:libraries:c_c++
Fix the ugliness of that make install line and make RPM_OPT_FLAGS
replacement more robust. (forwarded request 135874 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/135876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=7
2012-09-26 07:54:36 +00:00
Stephan Kulow
cceb4efe37 Accepting request 134430 from devel:libraries:c_c++
remove noisy and unneeded entries in changes file as requested (forwarded request 134414 from scorot)

OBS-URL: https://build.opensuse.org/request/show/134430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=6
2012-09-17 14:57:16 +00:00
Stephan Kulow
536bc903c7 Accepting request 125782 from devel:libraries:c_c++
- remove unused source file h5comp
 - enable all tests on ppc again (remove hdf5-1.8.8-tstlite.patch)
 - build fixes for arm
   * avoid some false positives "no-return-in-nonvoid-function"
   * disable some tests on arm only (hdf5-1.8.9-tests-arm.patch) (forwarded request 125770 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/125782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=5
2012-06-26 13:51:23 +00:00
Stephan Kulow
c47dbb6205 Accepting request 122615 from devel:libraries:c_c++
- Update to 1.8.9
* Changes documented here:
  http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html (forwarded request 122598 from ocefpaf)

OBS-URL: https://build.opensuse.org/request/show/122615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=3
2012-05-29 09:43:46 +00:00
Stephan Kulow
7a80b12570 Accepting request 108884 from devel:libraries:c_c++
fix to fix, add missing executable h5fc for suse > 11.4

This got broken in sr108856. Please also supersede sr108860 against Factory. (forwarded request 108882 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/108884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=2
2012-03-12 19:12:59 +00:00
Stephan Kulow
70208ce99f Accepting request 107061 from devel:libraries:c_c++
Fixed the rpmlint warning for the license. Changed from BSD to BSD-3-Clause.

OBS-URL: https://build.opensuse.org/request/show/107061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=1
2012-03-09 20:23:35 +00:00