]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- updated to 0.124 auto/th/elfutils-0_124-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Nov 2006 16:47:43 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated portability patch and added strip-copy-symtab patch from FC
- updated alpha patch, removed obsolete kill-native patch

Changed files:
    elfutils.spec -> 1.64

elfutils.spec

index 2c4072d63fba67b8c914a119201838f009f0f486..8d1afea5e54b47252fa510bee24bacbd0403dc90 100644 (file)
@@ -5,14 +5,14 @@
 Summary:       A collection of utilities and DSOs to handle compiled objects
 Summary(pl):   Zestaw narzêdzi i bibliotek do obs³ugi skompilowanych obiektów
 Name:          elfutils
-Version:       0.123
+Version:       0.124
 Release:       1
 License:       GPL v2 with OSL linking exception
 Group:         Development/Tools
 # http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/
 # abuse systemtap to get .tar.gz directly
 Source0:       ftp://sources.redhat.com/pub/systemtap/elfutils/%{name}-%{version}.tar.gz
-# Source0-md5: dd2bf7bc0f63adc82def4ca0e6c2519e
+# Source0-md5: f77efb19fd90821ab103533a99de0d4a
 Patch0:                %{name}-pl.po.patch
 Patch1:                %{name}-debian-manpages.patch
 Patch2:                %{name}-portability.patch
@@ -21,7 +21,7 @@ Patch4:               %{name}-align.patch
 Patch5:                %{name}-paxflags.patch
 Patch6:                %{name}-alpha.patch
 Patch7:                %{name}-sparc.patch
-Patch8:                %{name}-kill-native.patch
+Patch8:                %{name}-strip-copy-symtab.patch
 #URL:          file://home/devel/drepper
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
@@ -146,6 +146,10 @@ programowalny interfejs asemblera.
 %patch7 -p1
 %patch8 -p1
 
+# strip-test5 needs adjusting for strip-copy-symtab patch (already in FC, but not worth bothering)
+# elflint-self fails with recent binutils (generates some 0-sized symbols addressed outside eh_frame section)
+sed -i -e 's/ run-strip-test5\.sh / /;s/ run-elflint-self\.sh / /' tests/Makefile.am
+
 %build
 #%%{__gettextize}
 %{__aclocal}
@@ -163,6 +167,8 @@ programowalny interfejs asemblera.
 %{__make}
 %{__make} -C debian/man
 %if %{with tests}
+# some tests rely on English messages
+LC_ALL=C \
 %{__make} -C tests check
 %endif
 
This page took 0.041174 seconds and 4 git commands to generate.