[prelink] 0.4.6-6

Jakub Jelinek jakub at fedoraproject.org
Thu Jun 28 13:58:40 UTC 2012


commit 0377047e9e2f668563002f52747fb500fce5aa9d
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Thu Jun 28 15:58:39 2012 +0200

    0.4.6-6

 .gitignore            |    1 +
 prelink-arm-fix.patch |   11 -----------
 prelink.spec          |   14 ++++++++------
 sources               |    2 +-
 4 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 195ced3..9b7657b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ prelink-20101123.tar.bz2
 /prelink-20110622.tar.bz2
 /prelink-20110826.tar.bz2
 /prelink-20111012.tar.bz2
+/prelink-20120628.tar.bz2
diff --git a/prelink.spec b/prelink.spec
index 0294070..27f0c8e 100644
--- a/prelink.spec
+++ b/prelink.spec
@@ -1,11 +1,11 @@
 Summary: An ELF prelinking utility
 Name: prelink
 Version: 0.4.6
-Release: 5%{?dist}
-%global svnver 195
+Release: 6%{?dist}
+%global svnver 200
 License: GPLv2+
 Group: System Environment/Base
-%define date 20111012
+%define date 20120628
 # svn export svn://sourceware.org/svn/prelink/trunk@%{svnver} prelink
 # tar cf - prelink | bzip2 -9 > prelink-%{date}.tar.bz2
 Source: http://people.redhat.com/jakub/prelink/prelink-%{date}.tar.bz2
@@ -13,8 +13,6 @@ Source2: prelink.conf
 Source3: prelink.cron
 Source4: prelink.sysconfig
 
-Patch0: prelink-arm-fix.patch
-
 BuildRequires: elfutils-libelf-devel-static
 BuildRequires: libselinux-static, libselinux-utils
 BuildRequires: glibc-static
@@ -30,7 +28,6 @@ and thus programs come up faster.
 
 %prep
 %setup -q -n prelink
-%patch0 -p1 -b .arm
 
 %build
 sed -i -e '/^prelink_LDADD/s/$/ -lpthread/' src/Makefile.{am,in}
@@ -102,6 +99,11 @@ touch /var/lib/prelink/force
 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log
 
 %changelog
+* Thu Jun 28 2012 Jakub Jelinek <jakub at redhat.com> 0.4.6-6
+- fix up DWARF4 DW_AT_data_member_location handling
+- add .debug_macro support
+- add DWZ multifile support
+
 * Wed Apr  4 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.4.6-5
 - Add patch to fix FTBFS on ARM
 
diff --git a/sources b/sources
index 23f8a2c..d8c3a51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5aaf347432d677c293e5e3399ba4fdf  prelink-20111012.tar.bz2
+e8ba649793f9a5595a6d6be87d6475e2  prelink-20120628.tar.bz2


More information about the scm-commits mailing list