summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-03-05 16:41:14 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-03-05 16:42:07 +0000
commit6475312c610032cddc6a25a896777b7d3836a299 (patch)
treef598e0c475e5a2619edf5c305bb769a4d0b4e689
parent6a4376702ff8fd8c5aab40cfbadc438a8fe964af (diff)
downloadelfutils-0.145-alt1.tar.gz
0.145-alt10.145-alt1
- Updated to 0.145.
-rw-r--r--elfutils-0.145-alt-findtextrel.patch (renamed from elfutils-0.143-alt-findtextrel.patch)0
-rw-r--r--elfutils-0.145-rh-portability.patch (renamed from elfutils-0.143-rh-portability.patch)0
-rw-r--r--elfutils-0.145-rh-robustify.patch (renamed from elfutils-0.143-rh-robustify.patch)0
-rw-r--r--elfutils.spec13
4 files changed, 7 insertions, 6 deletions
diff --git a/elfutils-0.143-alt-findtextrel.patch b/elfutils-0.145-alt-findtextrel.patch
index 5d2b615f..5d2b615f 100644
--- a/elfutils-0.143-alt-findtextrel.patch
+++ b/elfutils-0.145-alt-findtextrel.patch
diff --git a/elfutils-0.143-rh-portability.patch b/elfutils-0.145-rh-portability.patch
index 94874ed6..94874ed6 100644
--- a/elfutils-0.143-rh-portability.patch
+++ b/elfutils-0.145-rh-portability.patch
diff --git a/elfutils-0.143-rh-robustify.patch b/elfutils-0.145-rh-robustify.patch
index 8e6f5455..8e6f5455 100644
--- a/elfutils-0.143-rh-robustify.patch
+++ b/elfutils-0.145-rh-robustify.patch
diff --git a/elfutils.spec b/elfutils.spec
index 7558b70f..a44c3e58 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,5 +1,5 @@
Name: elfutils
-Version: 0.144
+Version: 0.145
Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
@@ -11,10 +11,9 @@ 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.143-rh-portability.patch
-Patch2: elfutils-0.143-rh-robustify.patch
-Patch3: elfutils-0.144-rh-sloppy-include.patch
-Patch4: elfutils-0.143-alt-findtextrel.patch
+Patch1: elfutils-0.145-rh-portability.patch
+Patch2: elfutils-0.145-rh-robustify.patch
+Patch3: elfutils-0.145-alt-findtextrel.patch
Requires: libelf = %version-%release
@@ -84,7 +83,6 @@ object file format, so you can see the different sections of an ELF file.
#patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
# Remove flex-generated files.
rm libcpu/i386_lex.c src/ldlex.c
@@ -162,6 +160,9 @@ mkdir -p %buildroot%prefix
%endif
%changelog
+* Fri Mar 05 2010 Dmitry V. Levin <ldv@altlinux.org> 0.145-alt1
+- Updated to 0.145.
+
* Thu Jan 28 2010 Dmitry V. Levin <ldv@altlinux.org> 0.144-alt1
- Updated to 0.144.