[prelink] 0.4.9-1

Jakub Jelinek jakub at fedoraproject.org
Thu Apr 25 16:07:10 UTC 2013


commit a61c5ad020c33707fa74fe1cfc9c969027e5b4e8
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Thu Apr 25 18:07:05 2013 +0200

    0.4.9-1

 .gitignore   |    1 +
 prelink.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4506732..7ac27b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ prelink-20101123.tar.bz2
 /prelink-20120628.tar.bz2
 /prelink-20130417.tar.bz2
 /prelink-20130418.tar.bz2
+/prelink-20130425.tar.bz2
diff --git a/prelink.spec b/prelink.spec
index a02ba61..2dde4fd 100644
--- a/prelink.spec
+++ b/prelink.spec
@@ -1,11 +1,11 @@
 Summary: An ELF prelinking utility
 Name: prelink
-Version: 0.4.8
+Version: 0.4.9
 Release: 1%{?dist}
-%global svnver 202
+%global svnver 203
 License: GPLv2+
 Group: System Environment/Base
-%define date 20130418
+%define date 20130425
 # 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
@@ -101,6 +101,9 @@ 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 Apr 25 2013 Jakub Jelinek <jakub at redhat.com> 0.4.9-1
+- add support for STT_GNU_IFUNC and R_390_IRELATIVE on s390/s390x
+
 * Thu Apr 18 2013 Jakub Jelinek <jakub at redhat.com> 0.4.8-1
 - fix also the reloc{4,5,8,9}.sh testcases (#927818)
 
diff --git a/sources b/sources
index fbc8c6c..12ed081 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b79dbd90ecd64e8afca12a167cdd39da  prelink-20130418.tar.bz2
+95518d5db4151a013c7f0c203f5b4b36  prelink-20130425.tar.bz2


More information about the scm-commits mailing list