From 96f80169ffc05ce0a0dd404537ffd6e32fd85a0a5ad12675bab252bc82cc1e1d Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Mon, 4 Apr 2011 14:49:26 +0000 Subject: [PATCH] update to 2.8.4 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=74 --- cmake-2.8.4-rc1.tar.bz2 | 3 --- cmake-2.8.4.tar.bz2 | 3 +++ cmake-gui.spec | 11 +++++------ cmake.changes | 6 ++++++ cmake.spec | 11 +++++------ 5 files changed, 19 insertions(+), 15 deletions(-) delete mode 100644 cmake-2.8.4-rc1.tar.bz2 create mode 100644 cmake-2.8.4.tar.bz2 diff --git a/cmake-2.8.4-rc1.tar.bz2 b/cmake-2.8.4-rc1.tar.bz2 deleted file mode 100644 index 4000088..0000000 --- a/cmake-2.8.4-rc1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95ac6f0db68c449d946a722b46abcccf0cb9c3437c5c452a45a6fa087192a248 -size 4165720 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 8bc0b4d..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,13 +19,12 @@ Name: cmake-gui -Version: 2.8.3 -%define rversion 2.8.4-rc1 -Release: 2.8.4_rc1.1 +Version: 2.8.4 +Release: 1 License: BSD3c Group: Development/Tools/Building Url: http://www.cmake.org/ -Source0: cmake-%{rversion}.tar.bz2 +Source0: cmake-%{version}.tar.bz2 Patch4: cmake-disable-builtin-chrpath.diff Summary: CMake graphical user interface BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,7 +55,7 @@ Authors: %prep -%setup -q -n cmake-%{rversion} +%setup -q -n cmake-%{version} %patch4 %build EXTRA_FLAGS="--qt-gui" diff --git a/cmake.changes b/cmake.changes index 4353901..74f4956 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/cmake.spec b/cmake.spec index b0dbdfc..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,13 +19,12 @@ Name: cmake -Version: 2.8.3 -%define rver 2.8.4-rc1 -Release: 2.8.4rc1.1 +Version: 2.8.4 +Release: 1 License: BSD3c Group: Development/Tools/Building Url: http://www.cmake.org/ -Source0: %{name}-%{rver}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Patch4: cmake-disable-builtin-chrpath.diff # Should appear in cmake-2.8.3 Summary: Cross-platform, open-source make system @@ -54,7 +53,7 @@ Authors: Kitware, Inc., Insight Consortium %prep -%setup -q -n %{name}-%{rver} +%setup -q %patch4 %build