summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-01-28 12:52:42 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-01-28 12:54:51 +0000
commit0c4e7cd6ae3cdef16507a3ee158220151f16b203 (patch)
tree3db1401b0cf66dcf06ae5eebbd79e1da9d4f8bf3
parentdf6da4baf02d3cc06e312fc60e5f8993a730d616 (diff)
downloadelfutils-0c4e7cd6ae3cdef16507a3ee158220151f16b203.tar.gz
0.144-alt10.144-alt1
- Updated to 0.144.
-rw-r--r--elfutils-0.143-alt-elflint.patch11
-rw-r--r--elfutils-0.144-rh-sloppy-include.patch (renamed from elfutils-0.144-sloppy-include.patch)0
-rw-r--r--elfutils.spec9
3 files changed, 6 insertions, 14 deletions
diff --git a/elfutils-0.143-alt-elflint.patch b/elfutils-0.143-alt-elflint.patch
deleted file mode 100644
index 2338e56e..00000000
--- a/elfutils-0.143-alt-elflint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- elfutils/src/elflint.c
-+++ elfutils/src/elflint.c
-@@ -3330,7 +3330,7 @@ static const struct
- {
- /* See figure 4-14 in the gABI. */
- { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
-- { ".comment", 8, SHT_PROGBITS, exact, 0, 0 },
-+ { ".comment", 8, SHT_PROGBITS, atleast, 0, SHF_MERGE | SHF_STRINGS },
- { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
- { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
- { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
diff --git a/elfutils-0.144-sloppy-include.patch b/elfutils-0.144-rh-sloppy-include.patch
index 361af835..361af835 100644
--- a/elfutils-0.144-sloppy-include.patch
+++ b/elfutils-0.144-rh-sloppy-include.patch
diff --git a/elfutils.spec b/elfutils.spec
index f47c8a83..7558b70f 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,6 +1,6 @@
Name: elfutils
-Version: 0.143
-Release: alt2
+Version: 0.144
+Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
License: GPLv2 with exceptions
@@ -13,7 +13,7 @@ Source: %name-%version.tar
Patch1: elfutils-0.143-rh-portability.patch
Patch2: elfutils-0.143-rh-robustify.patch
-Patch3: elfutils-0.143-alt-elflint.patch
+Patch3: elfutils-0.144-rh-sloppy-include.patch
Patch4: elfutils-0.143-alt-findtextrel.patch
Requires: libelf = %version-%release
@@ -162,6 +162,9 @@ mkdir -p %buildroot%prefix
%endif
%changelog
+* Thu Jan 28 2010 Dmitry V. Levin <ldv@altlinux.org> 0.144-alt1
+- Updated to 0.144.
+
* Sun Dec 20 2009 Dmitry V. Levin <ldv@altlinux.org> 0.143-alt2
- Enhanced eu-findtextrel output.