From b00680a751c345b0456fe071b7643e46266c2208 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: May 23 2014 19:41:05 +0000 Subject: Install missing pqViewFrameActionGroup.h header (bug #1100905) --- diff --git a/paraview-pqViewFrameActionGroup.patch b/paraview-pqViewFrameActionGroup.patch new file mode 100644 index 0000000..4626d31 --- /dev/null +++ b/paraview-pqViewFrameActionGroup.patch @@ -0,0 +1,11 @@ +diff -rupN ParaView-v4.1.0/Qt/Components/CMakeLists.txt ParaView-v4.1.0-new/Qt/Components/CMakeLists.txt +--- ParaView-v4.1.0/Qt/Components/CMakeLists.txt 2014-01-11 14:59:59.000000000 +0100 ++++ ParaView-v4.1.0-new/Qt/Components/CMakeLists.txt 2014-05-23 21:19:59.053185786 +0200 +@@ -414,6 +414,7 @@ set (Module_SRCS + pqViewContextMenuManager.h + pqViewFrameActionGroupInterface.cxx + pqViewFrameActionGroupInterface.h ++ pqViewFrameActionGroup.h + pqViewFrame.cxx + pqViewFrame.h + pqViewManager.cxx diff --git a/paraview.spec b/paraview.spec index 8ebea74..9cef7c3 100644 --- a/paraview.spec +++ b/paraview.spec @@ -13,7 +13,7 @@ Name: paraview Version: %{pv_majmin}.%{pv_patch} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -32,6 +32,10 @@ Patch1: vtk-6.1.0-system.patch Patch2: paraview-4.0.1-Protobuf.patch # Patch to vtk to use system netcdf library Patch3: vtk-6.1.0-netcdf.patch +# Install missing pqViewFrameActionGroup.h header +# http://www.paraview.org/Bug/view.php?id=14754 +# https://bugzilla.redhat.com/show_bug.cgi?id=1100905 +Patch4: paraview-pqViewFrameActionGroup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -242,6 +246,7 @@ developing applications that use %{name}-mpich. %patch1 -p0 -b .system %patch2 -p1 -b .Protobuf %patch3 -p0 -b .netcdf +%patch4 -p1 -b .pqViewFrameActionGroup # Install python properly sed -i -s '/VTK_INSTALL_PYTHON_USING_CMAKE/s/TRUE/FALSE/' CMakeLists.txt #Remove included thirdparty sources just to be sure @@ -476,6 +481,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Fri May 23 2014 Orion Poplawski - 4.1.0-3 +- Install missing pqViewFrameActionGroup.h header (bug #1100905) + * Thu May 22 2014 Petr Machata - 4.1.0-3 - Rebuild for boost 1.55.0