diff --git a/cmake-2.8.3.tar.bz2 b/cmake-2.8.3.tar.bz2 deleted file mode 100644 index 70353ee..0000000 --- a/cmake-2.8.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b4fe2c354015b1b5caa135f2854b5b2d5b092af4acc61e699d344545937d327 -size 4155865 diff --git a/cmake-2.8.4.tar.bz2 b/cmake-2.8.4.tar.bz2 new file mode 100644 index 0000000..2f6e2aa --- /dev/null +++ b/cmake-2.8.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5465a243dce5a6e140a5ce49bf2b5bb07e78eee10310597abac0669c638c053f +size 4181332 diff --git a/cmake-gui.spec b/cmake-gui.spec index 10a4f77..28e9a51 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake-gui (Version 2.8.3) +# spec file for package cmake-gui (Version 2.8.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,13 @@ Name: cmake-gui -Version: 2.8.3 +Version: 2.8.4 Release: 1 License: BSD3c Group: Development/Tools/Building Url: http://www.cmake.org/ Source0: cmake-%{version}.tar.bz2 Patch4: cmake-disable-builtin-chrpath.diff -Patch5: fortify-buffer-overflows.diff Summary: CMake graphical user interface BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} @@ -58,8 +57,6 @@ Authors: %prep %setup -q -n cmake-%{version} %patch4 -%patch5 - %build EXTRA_FLAGS="--qt-gui" export CXXFLAGS="$RPM_OPT_FLAGS" diff --git a/cmake.changes b/cmake.changes index b890a6c..74f4956 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 4 14:17:43 UTC 2011 - puzel@novell.com + +- update to 2.8.4 + - see /usr/share/doc/packages/cmake/Changelog for changes + +------------------------------------------------------------------- +Thu Jan 20 22:08:01 CET 2011 - dmueller@suse.de + +- udpate to 2.8.4-rc1: + - see /usr/share/doc/packages/cmake/Changelog for changes +- remove fortify patch + ------------------------------------------------------------------- Thu Nov 11 11:09:03 UTC 2010 - puzel@novell.com diff --git a/cmake.spec b/cmake.spec index 71782d9..7d8d5b2 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.8.3) +# spec file for package cmake (Version 2.8.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,13 @@ Name: cmake -Version: 2.8.3 +Version: 2.8.4 Release: 1 License: BSD3c Group: Development/Tools/Building Url: http://www.cmake.org/ Source0: %{name}-%{version}.tar.bz2 Patch4: cmake-disable-builtin-chrpath.diff -Patch5: fortify-buffer-overflows.diff # Should appear in cmake-2.8.3 Summary: Cross-platform, open-source make system BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -54,9 +53,8 @@ Authors: Kitware, Inc., Insight Consortium %prep -%setup -q -n %{name}-%{version} +%setup -q %patch4 -%patch5 %build export CXXFLAGS="$RPM_OPT_FLAGS" diff --git a/fortify-buffer-overflows.diff b/fortify-buffer-overflows.diff deleted file mode 100644 index 6ff1bf5..0000000 --- a/fortify-buffer-overflows.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: Source/kwsys/SystemInformation.cxx -=================================================================== ---- Source/kwsys/SystemInformation.cxx.orig 2010-06-28 17:16:00.000000000 +0200 -+++ Source/kwsys/SystemInformation.cxx 2010-07-21 14:13:20.000000000 +0200 -@@ -152,7 +152,7 @@ public: - - 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