auto-import changelog data from elfutils-0.95-4.src.rpm
Mon Jul 05 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4 - rebuilt with GCC 3.4.x, workaround VLA + alloca mixing warning Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
142584fe2e
commit
e95b771c99
@ -2,7 +2,7 @@
|
|||||||
Summary: A collection of utilities and DSOs to handle compiled objects.
|
Summary: A collection of utilities and DSOs to handle compiled objects.
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.95
|
Version: 0.95
|
||||||
Release: 2
|
Release: 4
|
||||||
%if %{gpl}
|
%if %{gpl}
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
%else
|
%else
|
||||||
@ -13,6 +13,7 @@ Group: Development/Tools
|
|||||||
Source: elfutils-%{version}.tar.gz
|
Source: elfutils-%{version}.tar.gz
|
||||||
Obsoletes: libelf libelf-devel
|
Obsoletes: libelf libelf-devel
|
||||||
Requires: elfutils-libelf = %{version}-%{release}
|
Requires: elfutils-libelf = %{version}-%{release}
|
||||||
|
Patch: elfutils-0.95-vla-warn.patch
|
||||||
%if %{gpl}
|
%if %{gpl}
|
||||||
Requires: binutils >= 2.14.90.0.4-26.2
|
Requires: binutils >= 2.14.90.0.4-26.2
|
||||||
%endif
|
%endif
|
||||||
@ -73,6 +74,7 @@ different sections of an ELF file.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build-%{_target_platform}
|
mkdir build-%{_target_platform}
|
||||||
@ -178,6 +180,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/libelf.so
|
%{_libdir}/libelf.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
|
||||||
|
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
|
||||||
|
warning
|
||||||
|
|
||||||
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Fri Apr 2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
|
* Fri Apr 2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
|
||||||
- upgrade to 0.95.
|
- upgrade to 0.95.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user