summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-07-01 17:05:36 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-07-01 17:05:36 +0000
commit043c7a42236dc2cfb062e405f45eefe28aff37e3 (patch)
tree2ee443a158fcb716344c84f5423a8f0b29133178
parent0e683f7ce21ce77635728644d65fc10eea071148 (diff)
downloadelfutils-043c7a42236dc2cfb062e405f45eefe28aff37e3.tar.gz
0.148-alt10.148-alt1
- Updated to 0.148.
-rw-r--r--elfutils-0.148-rh-portability.patch (renamed from elfutils-0.147-rh-portability.patch)0
-rw-r--r--elfutils-0.148-rh-robustify.patch (renamed from elfutils-0.147-rh-robustify.patch)0
-rw-r--r--elfutils.spec11
3 files changed, 7 insertions, 4 deletions
diff --git a/elfutils-0.147-rh-portability.patch b/elfutils-0.148-rh-portability.patch
index 4c03a8ac..4c03a8ac 100644
--- a/elfutils-0.147-rh-portability.patch
+++ b/elfutils-0.148-rh-portability.patch
diff --git a/elfutils-0.147-rh-robustify.patch b/elfutils-0.148-rh-robustify.patch
index 6d207a60..6d207a60 100644
--- a/elfutils-0.147-rh-robustify.patch
+++ b/elfutils-0.148-rh-robustify.patch
diff --git a/elfutils.spec b/elfutils.spec
index 8f28b6eb..80f56bad 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,6 +1,6 @@
Name: elfutils
-Version: 0.147
-Release: alt2
+Version: 0.148
+Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
License: GPLv2 with exceptions
@@ -11,8 +11,8 @@ Packager: Dmitry V. Levin <ldv@altlinux.org>
# http://fedorahosted.org/releases/e/l/elfutils/%name-%version.tar.gz
Source: %name-%version.tar
-Patch1: elfutils-0.147-rh-portability.patch
-Patch2: elfutils-0.147-rh-robustify.patch
+Patch1: elfutils-0.148-rh-portability.patch
+Patch2: elfutils-0.148-rh-robustify.patch
Patch3: elfutils-0.147-alt-findtextrel.patch
Patch4: elfutils-0.147-alt-osabi.patch
Patch5: elfutils-0.147-alt-bss.patch
@@ -164,6 +164,9 @@ mkdir -p %buildroot%prefix
%endif
%changelog
+* Thu Jul 01 2010 Dmitry V. Levin <ldv@altlinux.org> 0.148-alt1
+- Updated to 0.148.
+
* Wed May 26 2010 Alexey Tourbin <at@altlinux.ru> 0.147-alt2
- alt-osabi.patch: Handle STB_GNU_UNIQUE symbols with ELFOSABI_NONE.
- alt-bss.patch: Adjust segment flags with .bss (for klcc binaries).