From ff619663a1508de26d6bd96459e82a04082218a6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Jan 11 2016 10:26:15 +0000 Subject: Update to elfutils-0.165 (#1294079, #1236699, #807053) - Add eu-elfcompress - Add pkg-config files for libelf and libdw. --- diff --git a/.gitignore b/.gitignore index 5de8664..432a0fc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /elfutils-0.162.tar.bz2 /elfutils-0.163.tar.bz2 /elfutils-0.164.tar.bz2 +/elfutils-0.165.tar.bz2 diff --git a/elfutils.spec b/elfutils.spec index 57910ed..ae5897f 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,6 +1,6 @@ Name: elfutils Summary: A collection of utilities and DSOs to handle compiled objects -Version: 0.164 +Version: 0.165 %global baserelease 1 URL: https://fedorahosted.org/elfutils/ %global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/ @@ -42,7 +42,8 @@ Elfutils is a collection of utilities, including stack (to show backtraces), nm (for listing symbols from object files), size (for listing the section sizes of an object or archive file), strip (for discarding symbols), readelf (to see the raw ELF file -structures), and elflint (to check for well-formed ELF files). +structures), elflint (to check for well-formed ELF files) and +elfcompress (to compress or decompress ELF sections). %package libs @@ -237,6 +238,7 @@ rm -rf ${RPM_BUILD_ROOT} #%%{_bindir}/eu-ld %{_bindir}/eu-unstrip %{_bindir}/eu-make-debug-archive +%{_bindir}/eu-elfcompress %files libs %defattr(-,root,root) @@ -264,6 +266,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libebl.a %{_libdir}/libasm.so %{_libdir}/libdw.so +%{_libdir}/pkgconfig/libdw.pc %files devel-static %defattr(-,root,root) @@ -283,6 +286,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/gelf.h %{_includedir}/nlist.h %{_libdir}/libelf.so +%{_libdir}/pkgconfig/libelf.pc %files libelf-devel-static %defattr(-,root,root) @@ -295,6 +299,11 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Jan 11 2016 Mark Wielaard - 0.165-1 +- Update to elfutils-0.165 (#1294079, #1236699, #807053) + - Add eu-elfcompress + - Add pkg-config files for libelf and libdw. + * Fri Oct 16 2015 Mark Wielaard - 0.164-1 - Update to elfutils-0.164 - Drop old compat stuff diff --git a/sources b/sources index 10c085c..9227df6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e4536c1c48034f188a80789a59114d8 elfutils-0.164.tar.bz2 +c37fdbe18e848002b451562cba964679 elfutils-0.165.tar.bz2