update to 0.159 [release 0.159-1mamba;Mon Jul 14 2014]
This commit is contained in:
parent
de90cc3242
commit
93fff85655
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
%define _program_prefix eu-
|
||||
|
||||
Name: elfutils
|
||||
Version: 0.158
|
||||
Version: 0.159
|
||||
Release: 1mamba
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
Group: Development/Tools
|
||||
@ -12,7 +12,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: htpps://fedorahosted.org/elfutils/
|
||||
Source: https://fedorahosted.org/releases/e/l/elfutils/%{version}/elfutils-%{version}.tar.bz2
|
||||
# NOTE: manual intervetion needed for updates, upstream files don't have version in name
|
||||
Patch1: https://fedorahosted.org/releases/e/l/elfutils/%{version}/elfutils-%{version}-robustify.patch
|
||||
Patch1: https://fedorahosted.org/releases/e/l/elfutils/%{version}/elfutils-0.158-robustify.patch
|
||||
Patch2: https://fedorahosted.org/releases/e/l/elfutils/%{version}/elfutils-%{version}-portability.patch
|
||||
Patch3: %{name}-0.131-strip-copy-symtab.patch
|
||||
Patch4: %{name}-0.131-gcc43.patch
|
||||
@ -75,7 +75,7 @@ Libelf allows you to access the internals of the ELF object file format, so you
|
||||
%setup -q
|
||||
#%patch3 -p1
|
||||
%patch2 -p1
|
||||
%patch1 -p1
|
||||
#%patch1 -p1
|
||||
#%patch5 -p1
|
||||
#sed -i "s|-Werror||" src/Makefile.in tests/Makefile.in libelf/Makefile.in
|
||||
|
||||
@ -153,6 +153,7 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
|
||||
%{_includedir}/%{name}/elf-knowledge.h
|
||||
%{_includedir}/%{name}/libebl.h
|
||||
%{_includedir}/%{name}/libdw.h
|
||||
%{_includedir}/%{name}/libdwelf.h
|
||||
%{_includedir}/%{name}/libdwfl.h
|
||||
%{_includedir}/%{name}/version.h
|
||||
%{_libdir}/libebl.a
|
||||
@ -173,6 +174,9 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
|
||||
%{_libdir}/libelf.so
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.159-1mamba
|
||||
- update to 0.159
|
||||
|
||||
* Sat Feb 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.158-1mamba
|
||||
- update to 0.158
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user