Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2012-03-12 20:12:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdf5 (Old)
 and      /work/SRC/openSUSE:Factory/.hdf5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdf5", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes        2012-03-09 
21:23:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2012-03-12 
20:13:55.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 11:57:39 UTC 2012 - [email protected]
+
+- install libhdf5.settings (bnc#751747)
+- move executables h5cc and h5c++ to the devel package 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hdf5.spec ++++++
--- /var/tmp/diff_new_pack.sjc9nq/_old  2012-03-12 20:14:00.000000000 +0100
+++ /var/tmp/diff_new_pack.sjc9nq/_new  2012-03-12 20:14:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package hdf5 (Version 1.8.8)
+# spec file for package hdf5
 #
-# Copyright (c) 2009-2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define hdf5_libver 0
 %define libname libhdf5
 
@@ -24,13 +25,13 @@
 Summary:       A general purpose library and file format for storing 
scientific data
 License:       BSD-3-Clause
 Group:         Development/Libraries/Other
-URL:           http://www.hdfgroup.org/HDF5/
+Url:            http://www.hdfgroup.org/HDF5/
 Source0:       
http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-%{version}%{?snaprel}.tar.bz2
 Source1:       h5comp
 Patch0:        hdf5-LD_LIBRARY_PATH.patch
 Patch1:        hdf5-non_void_return.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-build
-BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-fortran, gcc-c++
+BuildRequires:  gcc-c++ gcc-fortran krb5-devel openssl-devel zlib-devel
 BuildRequires: fdupes
 
 %description
@@ -136,19 +137,13 @@
 
 %install
 %makeinstall docdir=%{buildroot}%{_docdir}
-rm -rf %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/*.settings
+rm -rf %{buildroot}/%{_libdir}/*.la
 
 find %{buildroot}%{_datadir}/hdf5_examples -type f \
                  | grep -v ".sh$" | xargs chmod 644
 
 %fdupes -s %{buildroot}/%{_datadir}
 
-%if 0%{?suse_version} > 1140
-  binaries="h5c++ h5cc h5fc"
-%else
-  binaries="h5c++ h5cc"
-%endif
-
 # rpm macro for version checking
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cat > %{buildroot}%{_sysconfdir}/rpm/macros.hdf5 <<EOF
@@ -178,7 +173,22 @@
 %doc COPYING MANIFEST README.txt release_docs/RELEASE.txt
 %doc release_docs/HISTORY-1_0-1_8_0_rc3.txt release_docs/HISTORY-1_8.txt
 %doc release_docs/RELEASE.txt
-%{_bindir}/*
+%{_bindir}/gif2h5
+%{_bindir}/h52gif
+%{_bindir}/h5copy
+%{_bindir}/h5debug
+%{_bindir}/h5diff
+%{_bindir}/h5dump
+%{_bindir}/h5import
+%{_bindir}/h5jam
+%{_bindir}/h5ls
+%{_bindir}/h5mkgrp
+%{_bindir}/h5perf_serial
+%{_bindir}/h5redeploy
+%{_bindir}/h5repack
+%{_bindir}/h5repart
+%{_bindir}/h5stat
+%{_bindir}/h5unjam
 
 %files -n %{libname}-%{hdf5_libver}
 %defattr(0755,root,root)
@@ -188,7 +198,6 @@
 %{_libdir}/libhdf5_fortran.so.*
 %endif
 
-
 %files -n libhdf5_hl%{hdf5_libver}
 %defattr(0755,root,root)
 %{_libdir}/libhdf5_hl.so.*
@@ -200,8 +209,14 @@
 %files devel
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/rpm/macros.hdf5
+%{_bindir}/h5c++
+%{_bindir}/h5cc
+%if 0%{?suse_version} > 1140
+%{_bindir}/h5fc
+%endif
 %{_includedir}/*.h
 %{_libdir}/*.so
+%{_libdir}/*.settings
 %if 0%{?suse_version} > 1140
 %{_includedir}/*.mod
 %endif

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to