diff --git a/cmake-2.8.0.tar.bz2 b/cmake-2.8.0.tar.bz2 deleted file mode 100644 index a8681ee..0000000 --- a/cmake-2.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1deac3657991532c56c8deb35f510e95417e555191bbf0b59c9c17588b57dcda -size 2718821 diff --git a/cmake-2.8.1-rc3.tar.bz2 b/cmake-2.8.1-rc3.tar.bz2 new file mode 100644 index 0000000..41ff142 --- /dev/null +++ b/cmake-2.8.1-rc3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f26bb62414c720c6f54a4b62a78596908949cb72cecc0a01e99678ca5550ffc +size 2745738 diff --git a/cmake.changes b/cmake.changes index c8ee591..1c2812e 100644 --- a/cmake.changes +++ b/cmake.changes @@ -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 diff --git a/cmake.spec b/cmake.spec index bd06534..b467988 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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 diff --git a/fortify-buffer-overflows.diff b/fortify-buffer-overflows.diff index 4012a22..e329848 100644 --- a/fortify-buffer-overflows.diff +++ b/fortify-buffer-overflows.diff @@ -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 @@