diff --git a/cmake-2.8.10.1.tar.gz b/cmake-2.8.10.1.tar.gz deleted file mode 100644 index c51fcb4..0000000 --- a/cmake-2.8.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbfb9d609e8fdb6f0947993246c11e2ee5d47944d6e7bd9314463b31e420e6e0 -size 5767574 diff --git a/cmake-2.8.10.2.tar.gz b/cmake-2.8.10.2.tar.gz new file mode 100644 index 0000000..54b0ebd --- /dev/null +++ b/cmake-2.8.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1 +size 5768373 diff --git a/cmake-gettext.patch b/cmake-gettext.patch deleted file mode 100644 index 397d50b..0000000 --- a/cmake-gettext.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: cmake-2.8.10.1/Modules/FindGettext.cmake -=================================================================== ---- cmake-2.8.10.1.orig/Modules/FindGettext.cmake -+++ cmake-2.8.10.1/Modules/FindGettext.cmake -@@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang) - add_dependencies(pofiles ${uniqueTargetName}) - - endfunction() -- --set(GETTEXT_FOUND ${Gettext_FOUND}) diff --git a/cmake-gui.changes b/cmake-gui.changes index fdc770c..6aa3518 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 28 00:29:29 UTC 2012 - cgiboudeaux@gmx.com + +- Update to 2.8.10.2 + * Fix kitware#0013691: [Modules] FindGettext.cmake does not set GETTEXT_FOUND on success + * Fix kitware#0013702: [CMake] CMake crashes when reconfiguring build + * Fix kitware#0013667: [CMake] Automoc fails to handle Q_INTERFACES +- Drop obsolete patches + ------------------------------------------------------------------- Wed Nov 7 21:24:45 UTC 2012 - cgiboudeaux@gmx.com diff --git a/cmake-gui.spec b/cmake-gui.spec index c6bd47b..607c522 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -17,7 +17,7 @@ Name: cmake-gui -Version: 2.8.10.1 +Version: 2.8.10.2 Release: 0 Url: http://www.cmake.org/ Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz diff --git a/cmake.changes b/cmake.changes index 0997ca3..572d063 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Nov 28 00:29:29 UTC 2012 - cgiboudeaux@gmx.com + +- Update to 2.8.10.2 + * Fix kitware#0013691: [Modules] FindGettext.cmake does not set GETTEXT_FOUND on success + * Fix kitware#0013702: [CMake] CMake crashes when reconfiguring build + * Fix kitware#0013667: [CMake] Automoc fails to handle Q_INTERFACES +- Drop obsolete patches + +------------------------------------------------------------------- +Mon Nov 26 19:56:15 UTC 2012 - tittiatcoke@gmail.com + +- Add cmake-fix-qt-includes.diff to fix the missing qt_include_dir. + This was reported as cmake regression from 2.8.9 (kitware#0013667). + ------------------------------------------------------------------- Wed Nov 14 12:55:10 UTC 2012 - idonmez@suse.com diff --git a/cmake.spec b/cmake.spec index 2575802..20e3c01 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,13 +17,12 @@ Name: cmake -Version: 2.8.10.1 +Version: 2.8.10.2 Release: 0 Url: http://www.cmake.org/ Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz Patch1: cmake-disable-builtin-chrpath.diff Patch2: cmake-fix-ruby-test.patch -Patch3: cmake-gettext.patch Summary: Cross-platform, open-source make system License: BSD-3-Clause Group: Development/Tools/Building @@ -52,7 +51,6 @@ CMake is a cross-platform, open-source make system %setup -q %patch1 %patch2 -%patch3 -p1 %build export CXXFLAGS="$RPM_OPT_FLAGS"