SHA256
3
0
forked from pool/cmake

Accepting request 143570 from devel:tools:building

Update to 2.8.10.2 (forwarded request 143520 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/143570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=62
This commit is contained in:
Stephan Kulow 2012-12-03 08:32:00 +00:00 committed by Git OBS Bridge
commit df47f7c888
7 changed files with 29 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbfb9d609e8fdb6f0947993246c11e2ee5d47944d6e7bd9314463b31e420e6e0
size 5767574

3
cmake-2.8.10.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1
size 5768373

View File

@ -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})

View File

@ -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 Wed Nov 7 21:24:45 UTC 2012 - cgiboudeaux@gmx.com

View File

@ -17,7 +17,7 @@
Name: cmake-gui Name: cmake-gui
Version: 2.8.10.1 Version: 2.8.10.2
Release: 0 Release: 0
Url: http://www.cmake.org/ Url: http://www.cmake.org/
Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

View File

@ -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 Wed Nov 14 12:55:10 UTC 2012 - idonmez@suse.com

View File

@ -17,13 +17,12 @@
Name: cmake Name: cmake
Version: 2.8.10.1 Version: 2.8.10.2
Release: 0 Release: 0
Url: http://www.cmake.org/ Url: http://www.cmake.org/
Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
Patch1: cmake-disable-builtin-chrpath.diff Patch1: cmake-disable-builtin-chrpath.diff
Patch2: cmake-fix-ruby-test.patch Patch2: cmake-fix-ruby-test.patch
Patch3: cmake-gettext.patch
Summary: Cross-platform, open-source make system Summary: Cross-platform, open-source make system
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Tools/Building Group: Development/Tools/Building
@ -52,7 +51,6 @@ CMake is a cross-platform, open-source make system
%setup -q %setup -q
%patch1 %patch1
%patch2 %patch2
%patch3 -p1
%build %build
export CXXFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS"