summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-05-24 23:40:03 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-05-24 23:42:30 +0000
commit7ecb77a5a3a3e3d83d3bf5520bde8c27bf8629d1 (patch)
treed76537c459c87f1eaa9dcb2e6975c357d884f4fc
parentcf80f11af96f25d223ea8980f4b93dbf732aeb9b (diff)
downloadelfutils-7ecb77a5a3a3e3d83d3bf5520bde8c27bf8629d1.tar.gz
0.147-alt10.147-alt1
- Updated to 0.147.
-rw-r--r--elfutils-0.147-alt-findtextrel.patch (renamed from elfutils-0.145-alt-findtextrel.patch)0
-rw-r--r--elfutils-0.147-rh-portability.patch (renamed from elfutils-0.145-rh-portability.patch)0
-rw-r--r--elfutils-0.147-rh-robustify.patch (renamed from elfutils-0.145-rh-robustify.patch)0
-rw-r--r--elfutils.spec15
4 files changed, 9 insertions, 6 deletions
diff --git a/elfutils-0.145-alt-findtextrel.patch b/elfutils-0.147-alt-findtextrel.patch
index 5d2b615f..5d2b615f 100644
--- a/elfutils-0.145-alt-findtextrel.patch
+++ b/elfutils-0.147-alt-findtextrel.patch
diff --git a/elfutils-0.145-rh-portability.patch b/elfutils-0.147-rh-portability.patch
index 0d98e51b..0d98e51b 100644
--- a/elfutils-0.145-rh-portability.patch
+++ b/elfutils-0.147-rh-portability.patch
diff --git a/elfutils-0.145-rh-robustify.patch b/elfutils-0.147-rh-robustify.patch
index e1356d40..e1356d40 100644
--- a/elfutils-0.145-rh-robustify.patch
+++ b/elfutils-0.147-rh-robustify.patch
diff --git a/elfutils.spec b/elfutils.spec
index a44c3e58..5139c05e 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,5 +1,5 @@
Name: elfutils
-Version: 0.145
+Version: 0.147
Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
@@ -11,9 +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.145-rh-portability.patch
-Patch2: elfutils-0.145-rh-robustify.patch
-Patch3: elfutils-0.145-alt-findtextrel.patch
+Patch1: elfutils-0.147-rh-portability.patch
+Patch2: elfutils-0.147-rh-robustify.patch
+Patch3: elfutils-0.147-alt-findtextrel.patch
Requires: libelf = %version-%release
@@ -110,7 +110,7 @@ LD_LIBRARY_PATH=%buildroot%_libdir make -k check -C %buildtarget
%install
mkdir -p %buildroot%prefix
%makeinstall -C %buildtarget
-#install -pm644 %buildtarget/src/libld_elf_*.so %buildroot%_libdir/
+%find_lang %name
%files
%_bindir/eu-addr2line
@@ -143,7 +143,7 @@ mkdir -p %buildroot%prefix
%exclude %_libdir/libdw.a
%exclude %_libdir/libebl.a
-%files -n libelf
+%files -n libelf -f %name.lang
%doc AUTHORS EXCEPTION NEWS.bz2 NOTES README THANKS
%_libdir/libelf-*.so
%_libdir/libelf*.so.*
@@ -160,6 +160,9 @@ mkdir -p %buildroot%prefix
%endif
%changelog
+* Mon May 24 2010 Dmitry V. Levin <ldv@altlinux.org> 0.147-alt1
+- Updated to 0.147.
+
* Fri Mar 05 2010 Dmitry V. Levin <ldv@altlinux.org> 0.145-alt1
- Updated to 0.145.