forked from pool/cmake
- update to cmake 2.8.1 (rc3):
* many bugfixes - CTest: Setup command-line dashboard support with Git - CPack: Improve RPM spec files - CTest: Improve host system introspection - FindCUDA: Respect CUDA version differences - FindCURL: Find import libraries on Windows - FindGTK2: Look in fink locations on Mac OS X - FindJNI: Honor find_package() REQUIRED and QUIET options - FindOpenSSL: Fix MinGW support - FindPythonLibs: Look in config for static library - FindQt4: Misc enhancements, sync with KDE vesion - FindX11: Improve documentation - link_directories(): Treat relative paths consistently (CMP0015) - Modernize FindLibXslt and FindLibXml.cmake - UseQt4: Provide dependencies only for static Qt (#10021) OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=54
This commit is contained in:
parent
1b28bc83f1
commit
650f23f551
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1deac3657991532c56c8deb35f510e95417e555191bbf0b59c9c17588b57dcda
|
||||
size 2718821
|
3
cmake-2.8.1-rc3.tar.bz2
Normal file
3
cmake-2.8.1-rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f26bb62414c720c6f54a4b62a78596908949cb72cecc0a01e99678ca5550ffc
|
||||
size 2745738
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 24 22:46:26 CET 2010 - dmueller@suse.de
|
||||
|
||||
- update to cmake 2.8.1 (rc3):
|
||||
* many bugfixes
|
||||
- CTest: Setup command-line dashboard support with Git
|
||||
- CPack: Improve RPM spec files
|
||||
- CTest: Improve host system introspection
|
||||
- FindCUDA: Respect CUDA version differences
|
||||
- FindCURL: Find import libraries on Windows
|
||||
- FindGTK2: Look in fink locations on Mac OS X
|
||||
- FindJNI: Honor find_package() REQUIRED and QUIET options
|
||||
- FindOpenSSL: Fix MinGW support
|
||||
- FindPythonLibs: Look in config for static library
|
||||
- FindQt4: Misc enhancements, sync with KDE vesion
|
||||
- FindX11: Improve documentation
|
||||
- link_directories(): Treat relative paths consistently (CMP0015)
|
||||
- Modernize FindLibXslt and FindLibXml.cmake
|
||||
- UseQt4: Provide dependencies only for static Qt (#10021)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 16:09:25 CET 2010 - dmueller@suse.de
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
|
||||
|
||||
Name: cmake
|
||||
Version: 2.8.0
|
||||
Release: 2
|
||||
Version: 2.8.0+2.8.1rc3
|
||||
Release: 1
|
||||
License: BSD3c
|
||||
Group: Development/Tools/Building
|
||||
%define tar_version %version
|
||||
%define tar_version 2.8.1-rc3
|
||||
Url: http://www.cmake.org/
|
||||
Source0: %{name}-%{tar_version}.tar.bz2
|
||||
Patch4: cmake-disable-builtin-chrpath.diff
|
||||
@ -125,7 +125,7 @@ rm -rf %{buildroot}
|
||||
/usr/bin/cmake-gui
|
||||
/usr/share/applications/CMake.desktop
|
||||
/usr/share/mime/packages/cmakecache.xml
|
||||
/usr/share/pixmaps/CMakeSetup.png
|
||||
/usr/share/pixmaps/CMakeSetup32.png
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,14 +1,14 @@
|
||||
--- Source/kwsys/SystemInformation.cxx
|
||||
+++ Source/kwsys/SystemInformation.cxx
|
||||
@@ -139,7 +139,7 @@
|
||||
void RunMemoryCheck();
|
||||
@@ -152,7 +152,7 @@
|
||||
|
||||
public:
|
||||
#define VENDOR_STRING_LENGTH (12 + 1)
|
||||
-#define CHIPNAME_STRING_LENGTH (48 + 1)
|
||||
+#define CHIPNAME_STRING_LENGTH (70 + 1)
|
||||
#define SERIALNUMBER_STRING_LENGTH (29 + 1)
|
||||
|
||||
typedef struct tagID
|
||||
typedef struct tagID
|
||||
--- Utilities/cmtar/encode.c
|
||||
+++ Utilities/cmtar/encode.c
|
||||
@@ -32,7 +32,10 @@
|
||||
|
Loading…
Reference in New Issue
Block a user