auto-import changelog data from elfutils-0.96-1.src.rpm
Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5 - upgrade to 0.96.
This commit is contained in:
parent
e95b771c99
commit
e2a388822f
@ -1 +1 @@
|
|||||||
elfutils-0.95.tar.gz
|
elfutils-0.96.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define gpl 0
|
%define gpl 0
|
||||||
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.96
|
||||||
Release: 4
|
Release: 1
|
||||||
%if %{gpl}
|
%if %{gpl}
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
%else
|
%else
|
||||||
@ -10,10 +10,9 @@ Copyright: OSL
|
|||||||
%endif
|
%endif
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
#URL: file://home/devel/drepper/
|
#URL: file://home/devel/drepper/
|
||||||
Source: elfutils-%{version}.tar.gz
|
Source: elfutils-%{version}.tar.bz2
|
||||||
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
|
||||||
@ -74,7 +73,6 @@ different sections of an ELF file.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build-%{_target_platform}
|
mkdir build-%{_target_platform}
|
||||||
@ -180,6 +178,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/libelf.so
|
%{_libdir}/libelf.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
|
||||||
|
- upgrade to 0.96.
|
||||||
|
|
||||||
* Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
|
* Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
|
||||||
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
|
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
|
||||||
warning
|
warning
|
||||||
|
Loading…
Reference in New Issue
Block a user