This commit is contained in:
parent
db2f3b1bf8
commit
9f44906625
3172
pcp-2.5.0-GCC44.patch
Normal file
3172
pcp-2.5.0-GCC44.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 20:21:59 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- fix build with GCC44, #ident is a deprecated GCC extension
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 6 17:23:58 CET 2008 - ro@suse.de
|
||||
|
||||
|
8
pcp.spec
8
pcp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pcp (Version 2.5.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
Name: pcp
|
||||
BuildRequires: bison flex gcc-c++ ncurses-devel procps
|
||||
Version: 2.5.0
|
||||
Release: 126
|
||||
Release: 127
|
||||
Summary: Performance Co-Pilot (system-level performance monitoring)
|
||||
License: GPL v2 or later
|
||||
Url: http://oss.sgi.com/projects/pcp
|
||||
@ -34,6 +34,7 @@ Patch3: pcp-gcc43.patch
|
||||
Patch4: pcp-init.patch
|
||||
Patch5: pcp-2.5.0-buffer-overflow.diff
|
||||
Patch6: pcp-xenbuild.patch
|
||||
Patch7: pcp-2.5.0-GCC44.patch
|
||||
PreReq: %insserv_prereq %fillup_prereq permissions
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -72,6 +73,7 @@ Authors:
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
@ -261,6 +263,8 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2009 crrodriguez@suse.de
|
||||
- fix build with GCC44, #ident is a deprecated GCC extension
|
||||
* Thu Nov 06 2008 ro@suse.de
|
||||
- fix build failure in obs
|
||||
* Tue Oct 07 2008 kukuk@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user