[cmake/f14/master] Disable ModuleNotices - barfs on fixed typo in FindGTK2

Orion Poplawski orion at fedoraproject.org
Thu Oct 7 21:57:03 UTC 2010


commit fa508c922715dd137c53d919ea244b9799a46538
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Oct 7 15:57:11 2010 -0600

    Disable ModuleNotices - barfs on fixed typo in FindGTK2

 cmake.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/cmake.spec b/cmake.spec
index 4838bdb..6e85794 100644
--- a/cmake.spec
+++ b/cmake.spec
@@ -105,7 +105,7 @@ unset DISPLAY
 pushd build
 #ModuleNotices fails for some unknown reason, and we don't care
 #CMake.HTML currently requires internet access
-bin/ctest -V -E ModuleNotices -E CMake.HTML %{?_smp_mflags}
+bin/ctest -V -E 'CMake.(HTML|ModuleNotices)' %{?_smp_mflags}
 
 
 %clean
@@ -149,6 +149,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %changelog
 * Thu Oct 7 2010 Orion Poplawski <orion at cora.nwra.com> - 2.8.2-3
 - Update FindGTK2 to latest git to fix bug 639058
+- Disable ModuleNotices - barfs on fixed typo in FindGTK2
 
 * Fri Jul 23 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.8.2-2
 - add support for Python 2.7 to FindPythonLibs.cmake (Orcan Ogetbil)


More information about the scm-commits mailing list