This commit is contained in:
parent
d439061b98
commit
7fcca6be12
8
libunwind-0.98.5-buildfix.diff
Normal file
8
libunwind-0.98.5-buildfix.diff
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- src/elf64.c.orig 2008-04-18 15:23:25.000000000 +0000
|
||||||
|
+++ src/elf64.c 2008-04-18 15:23:34.000000000 +0000
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
#ifndef UNW_REMOTE_ONLY
|
||||||
|
+# include <stdio.h>
|
||||||
|
# include "elf64.h"
|
||||||
|
# include "elfxx.c"
|
||||||
|
#endif
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 18 17:26:49 CEST 2008 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Fix build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 6 14:03:41 CEST 2007 - schwab@suse.de
|
Wed Jun 6 14:03:41 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libunwind (Version 0.98.5)
|
# spec file for package libunwind (Version 0.98.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,18 +10,20 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libunwind
|
Name: libunwind
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
URL: http://savannah.nongnu.org/projects/libunwind/
|
Url: http://savannah.nongnu.org/projects/libunwind/
|
||||||
Summary: Unwind Library
|
Summary: Unwind Library
|
||||||
Version: 0.98.5
|
Version: 0.98.5
|
||||||
Release: 59
|
Release: 108
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Source: libunwind-%{version}.tar.gz
|
Source: libunwind-%{version}.tar.gz
|
||||||
Patch: libunwind-%{version}.diff
|
Patch: libunwind-%{version}.diff
|
||||||
|
Patch1: libunwind-%{version}-buildfix.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 ia64 x86_64
|
ExclusiveArch: %ix86 ia64 x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A portable and efficient C programming interface (API) to determine the
|
A portable and efficient C programming interface (API) to determine the
|
||||||
@ -34,8 +36,9 @@ Authors:
|
|||||||
David Mosberger <David.Mosberger@acm.org>
|
David Mosberger <David.Mosberger@acm.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: X11/MIT
|
||||||
Summary: Unwind library
|
Summary: Unwind library
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libunwind = %{version}-%{release}
|
Requires: libunwind = %{version}-%{release}
|
||||||
Provides: libunwind:%{_libdir}/libunwind.so
|
Provides: libunwind:%{_libdir}/libunwind.so
|
||||||
|
|
||||||
@ -52,6 +55,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#chmod +w aclocal.m4 configure
|
#chmod +w aclocal.m4 configure
|
||||||
@ -95,58 +99,60 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 06 2007 - schwab@suse.de
|
* Fri Apr 18 2008 rguenther@suse.de
|
||||||
|
- Fix build.
|
||||||
|
* Wed Jun 06 2007 schwab@suse.de
|
||||||
- Fix memory leak.
|
- Fix memory leak.
|
||||||
* Thu Jan 26 2006 - schwab@suse.de
|
* Thu Jan 26 2006 schwab@suse.de
|
||||||
- Run ldconfig.
|
- Run ldconfig.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Nov 14 2005 - schwab@suse.de
|
* Mon Nov 14 2005 schwab@suse.de
|
||||||
- Undo last change.
|
- Undo last change.
|
||||||
* Mon Oct 31 2005 - dmueller@suse.de
|
* Mon Oct 31 2005 dmueller@suse.de
|
||||||
- build with nonexecutable stack
|
- build with nonexecutable stack
|
||||||
* Fri Jul 22 2005 - schwab@suse.de
|
* Fri Jul 22 2005 schwab@suse.de
|
||||||
- Remove broken tests.
|
- Remove broken tests.
|
||||||
* Mon May 02 2005 - schwab@suse.de
|
* Tue May 03 2005 schwab@suse.de
|
||||||
- Fix broken test.
|
- Fix broken test.
|
||||||
* Sat Apr 23 2005 - schwab@suse.de
|
* Sat Apr 23 2005 schwab@suse.de
|
||||||
- Only libunwind needs to be in /lib.
|
- Only libunwind needs to be in /lib.
|
||||||
- There are no expected testsuite failures on ia64 any more.
|
- There are no expected testsuite failures on ia64 any more.
|
||||||
* Thu Apr 21 2005 - schwab@suse.de
|
* Thu Apr 21 2005 schwab@suse.de
|
||||||
- Update to libunwind 0.98.5.
|
- Update to libunwind 0.98.5.
|
||||||
* Fri Feb 25 2005 - schwab@suse.de
|
* Fri Feb 25 2005 schwab@suse.de
|
||||||
- Update to libunwind 0.98.4.
|
- Update to libunwind 0.98.4.
|
||||||
* Fri Feb 04 2005 - schwab@suse.de
|
* Fri Feb 04 2005 schwab@suse.de
|
||||||
- Fix libdir.
|
- Fix libdir.
|
||||||
- Fix warning.
|
- Fix warning.
|
||||||
* Tue Dec 07 2004 - schwab@suse.de
|
* Tue Dec 07 2004 schwab@suse.de
|
||||||
- Update to libunwind 0.98.3.
|
- Update to libunwind 0.98.3.
|
||||||
* Mon Nov 15 2004 - schwab@suse.de
|
* Mon Nov 15 2004 schwab@suse.de
|
||||||
- Don't move around libtool libraries.
|
- Don't move around libtool libraries.
|
||||||
* Sun Nov 14 2004 - schwab@suse.de
|
* Sun Nov 14 2004 schwab@suse.de
|
||||||
- Split off libunwind-devel.
|
- Split off libunwind-devel.
|
||||||
- Move library to /lib.
|
- Move library to /lib.
|
||||||
- Remove broken test.
|
- Remove broken test.
|
||||||
* Fri Nov 05 2004 - schwab@suse.de
|
* Fri Nov 05 2004 schwab@suse.de
|
||||||
- Update to libunwind 0.98.2.
|
- Update to libunwind 0.98.2.
|
||||||
* Thu Oct 28 2004 - schwab@suse.de
|
* Thu Oct 28 2004 schwab@suse.de
|
||||||
- Update to libunwind 0.98.1.
|
- Update to libunwind 0.98.1.
|
||||||
* Wed Sep 29 2004 - schwab@suse.de
|
* Wed Sep 29 2004 schwab@suse.de
|
||||||
- Fix installed headers.
|
- Fix installed headers.
|
||||||
* Thu Sep 09 2004 - schwab@suse.de
|
* Fri Sep 10 2004 schwab@suse.de
|
||||||
- Update to libunwind 0.98.
|
- Update to libunwind 0.98.
|
||||||
- Enable building on x86_64.
|
- Enable building on x86_64.
|
||||||
* Thu Aug 19 2004 - schwab@suse.de
|
* Thu Aug 19 2004 schwab@suse.de
|
||||||
- Update to libunwind 0.97.
|
- Update to libunwind 0.97.
|
||||||
* Sun Apr 18 2004 - schwab@suse.de
|
* Sun Apr 18 2004 schwab@suse.de
|
||||||
- Pacify autobuild.
|
- Pacify autobuild.
|
||||||
* Fri Dec 05 2003 - schwab@suse.de
|
* Fri Dec 05 2003 schwab@suse.de
|
||||||
- Update to libunwind 0.96.
|
- Update to libunwind 0.96.
|
||||||
* Thu Dec 04 2003 - schwab@suse.de
|
* Thu Dec 04 2003 schwab@suse.de
|
||||||
- Update to libunwind 0.95.
|
- Update to libunwind 0.95.
|
||||||
* Fri Sep 26 2003 - schwab@suse.de
|
* Fri Sep 26 2003 schwab@suse.de
|
||||||
- Update to libunwind 0.93.
|
- Update to libunwind 0.93.
|
||||||
* Wed Jul 23 2003 - schwab@suse.de
|
* Wed Jul 23 2003 schwab@suse.de
|
||||||
- Fix typo in specfile.
|
- Fix typo in specfile.
|
||||||
* Thu Jul 11 2002 - schwab@suse.de
|
* Thu Jul 11 2002 schwab@suse.de
|
||||||
- Initial version.
|
- Initial version.
|
||||||
|
Loading…
Reference in New Issue
Block a user