forked from pool/cmake
Accepting request 65941 from devel:tools:building
update to 2.8.4 OBS-URL: https://build.opensuse.org/request/show/65941 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=46
This commit is contained in:
commit
39d2a8e76d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b4fe2c354015b1b5caa135f2854b5b2d5b092af4acc61e699d344545937d327
|
||||
size 4155865
|
3
cmake-2.8.4.tar.bz2
Normal file
3
cmake-2.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5465a243dce5a6e140a5ce49bf2b5bb07e78eee10310597abac0669c638c053f
|
||||
size 4181332
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user