summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2008-10-26 20:48:02 +0000
committerDmitry V. Levin <ldv@altlinux.org>2008-10-26 22:36:33 +0000
commit9437f249006b69938eac10f908b6f5218bee6e74 (patch)
tree2a4437ab5dc100fd09c844f44e0bfb73b494f974
parentb3b7086c9dd65605aeda6aa7622d882f0f298ef4 (diff)
downloadelfutils-9437f249006b69938eac10f908b6f5218bee6e74.tar.gz
0.137-alt10.137-alt1
- Updated to 0.137.
-rw-r--r--elfutils-0.137-rh-robustify.patch (renamed from elfutils-0.131-rh-robustify.patch)0
-rw-r--r--elfutils.spec23
2 files changed, 13 insertions, 10 deletions
diff --git a/elfutils-0.131-rh-robustify.patch b/elfutils-0.137-rh-robustify.patch
index 1c3d3e7e..1c3d3e7e 100644
--- a/elfutils-0.131-rh-robustify.patch
+++ b/elfutils-0.137-rh-robustify.patch
diff --git a/elfutils.spec b/elfutils.spec
index 285cdaf1..d195da64 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,19 +1,19 @@
Name: elfutils
-Version: 0.131
+Version: 0.137
Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
License: GPLv2 with exceptions
Group: Development/C
+URL: http://fedorahosted.org/elfutils/
Packager: Dmitry V. Levin <ldv@altlinux.org>
+# http://fedorahosted.org/releases/e/l/elfutils/%name-%version.tar.gz
Source: %name-%version.tar
-Source1: testfile16.symtab
-Source2: testfile16.symtab.debug
-Patch0: elfutils-0.131-rh-strip-copy-symtab.patch
-Patch1: elfutils-0.131-rh-portability.patch
-Patch2: elfutils-0.131-rh-robustify.patch
+Patch1: elfutils-0.137-rh-portability.patch
+Patch2: elfutils-0.137-rh-robustify.patch
+Patch3: elfutils-0.137-rh-fixes.patch
Requires: libelf = %version-%release
@@ -80,13 +80,13 @@ object file format, so you can see the different sections of an ELF file.
%prep
%setup -q
-install -pm644 %_sourcedir/testfile16.symtab* tests/
-bzip2 -9 tests/testfile16.symtab*
-%patch0 -p1
%patch1 -p1
%patch2 -p1
-%__subst -p 's/ -Werror / /' tests/Makefile*
+%patch3 -p1
+sed -i 's/ -Werror / /' tests/Makefile*
bzip2 -9k NEWS
+find -type f -name \*.sh -not -perm -0100 -print0 |
+ xargs -r0 chmod +x --
%build
%add_optflags -fexceptions
@@ -159,6 +159,9 @@ mkdir -p %buildroot%prefix
%endif
%changelog
+* Sun Oct 26 2008 Dmitry V. Levin <ldv@altlinux.org> 0.137-alt1
+- Updated to 0.137.
+
* Fri Nov 16 2007 Dmitry V. Levin <ldv@altlinux.org> 0.131-alt1
- Updated to 0.131.