Author: qboosh Date: Fri Nov 17 16:47:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.124 - updated portability patch and added strip-copy-symtab patch from FC - updated alpha patch, removed obsolete kill-native patch
---- Files affected: SPECS: elfutils.spec (1.63 -> 1.64) ---- Diffs: ================================================================ Index: SPECS/elfutils.spec diff -u SPECS/elfutils.spec:1.63 SPECS/elfutils.spec:1.64 --- SPECS/elfutils.spec:1.63 Sat Aug 26 12:33:59 2006 +++ SPECS/elfutils.spec Fri Nov 17 17:47:43 2006 @@ -6,14 +6,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 @@ -22,7 +22,7 @@ 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 @@ -147,6 +147,10 @@ %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} @@ -164,6 +168,8 @@ %{__make} %{__make} -C debian/man %if %{with tests} +# some tests rely on English messages +LC_ALL=C \ %{__make} -C tests check %endif @@ -231,6 +237,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64 2006/11/17 16:47:43 qboosh +- updated to 0.124 +- updated portability patch and added strip-copy-symtab patch from FC +- updated alpha patch, removed obsolete kill-native patch + Revision 1.63 2006/08/26 10:33:59 qboosh - well, since 0.120 whole elfutils License is GPL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/elfutils.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
