rpms/paraview/devel paraview.spec,1.21,1.22

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Feb 29 22:59:11 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/paraview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16673

Modified Files:
	paraview.spec 
Log Message:
* Fri Feb 29 2008 - Orion Poplawski <orion at cora.nwra.com> - 3.2.1-5
- Rebuild for hdf5 1.8.0 using compatability API define



Index: paraview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/paraview/devel/paraview.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- paraview.spec	18 Feb 2008 20:14:53 -0000	1.21
+++ paraview.spec	29 Feb 2008 22:58:38 -0000	1.22
@@ -6,7 +6,7 @@
 
 Name:           paraview
 Version:        %{pv_majmin}.%{pv_patch}
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Parallel visualization application
 
 Group:          Applications/Engineering
@@ -135,8 +135,8 @@
 export CC='gcc'
 export CXX='g++'
 export MAKE='make'
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$RPM_OPT_FLAGS -DH5_USE_16_API"
+export CXXFLAGS="$RPM_OPT_FLAGS -DH5_USE_16_API"
 %cmake .. \
         -DPV_INSTALL_LIB_DIR:PATH=/%{_lib}/paraview \
         -DCMAKE_CXX_COMPILER:FILEPATH=$CXX \
@@ -164,8 +164,8 @@
 export CC='gcc'
 export CXX='mpic++'
 export MAKE='make'
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$RPM_OPT_FLAGS -DH5_USE_16_API"
+export CXXFLAGS="$RPM_OPT_FLAGS -DH5_USE_16_API"
 %cmake .. \
         -DPV_INSTALL_LIB_DIR:PATH=/%{_lib}/paraview-mpi \
         -DCMAKE_CXX_COMPILER:FILEPATH=$CXX \
@@ -368,6 +368,9 @@
 
 
 %changelog
+* Fri Feb 29 2008 - Orion Poplawski <orion at cora.nwra.com> - 3.2.1-5
+- Rebuild for hdf5 1.8.0 using compatability API define
+
 * Mon Feb 18 2008 - Orion Poplawski <orion at cora.nwra.com> - 3.2.1-4
 - Add patch to compile with gcc 4.3
 




More information about the fedora-extras-commits mailing list