Author: qboosh Date: Sat Nov 3 15:48:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.130 - updated portability,robustify patches, added fixes patch from upstream - updated inline patch, removed obsolete elflint-ppc-got patch
---- Files affected: SPECS: elfutils.spec (1.83 -> 1.84) ---- Diffs: ================================================================ Index: SPECS/elfutils.spec diff -u SPECS/elfutils.spec:1.83 SPECS/elfutils.spec:1.84 --- SPECS/elfutils.spec:1.83 Sat Sep 15 21:43:59 2007 +++ SPECS/elfutils.spec Sat Nov 3 16:48:46 2007 @@ -6,14 +6,14 @@ Summary: A collection of utilities and DSOs to handle compiled objects Summary(pl.UTF-8): Zestaw narzędzi i bibliotek do obsługi skompilowanych obiektów Name: elfutils -Version: 0.129 +Version: 0.130 Release: 1 License: GPL v2 with OSL linking exception Group: Development/Tools # http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/ # or abuse systemtap to get .tar.gz directly Source0: ftp://sources.redhat.com/pub/systemtap/elfutils/%{name}-%{version}.tar.gz -# Source0-md5: 0cbce01d2fbbac19da70b17bdbf18bf8 +# Source0-md5: 8111e6ea9f237567cbe086fb10c29fa1 Patch0: %{name}-pl.po.patch Patch1: %{name}-debian-manpages.patch Patch2: %{name}-portability.patch @@ -25,7 +25,7 @@ Patch8: %{name}-gcc4.patch Patch9: %{name}-inline.patch Patch10: %{name}-Werror.patch -Patch11: %{name}-elflint-ppc-got.patch +Patch11: %{name}-fixes.patch #URL: file://home/devel/drepper BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.7 @@ -49,7 +49,7 @@ # fails to build with -Wl,-s %define filterout_ld (-Wl,)?-[sS] (-Wl,)?--strip.* -%define _programprefix eu- +%define programprefix eu- %description Elfutils is a collection of utilities, including ld (a linker), nm @@ -155,9 +155,12 @@ rm -f po/stamp-po # strip-test5 needs adjusting for strip-copy-symtab patch (already in FC, but not worth bothering) -# missing source for dwfl-bug-report -# missing run-strip-test7.sh script -sed -i -e 's/ run-strip-test[57]\.sh / /;s/ dwfl-bug-report//' tests/Makefile.am +sed -i -e 's/ run-strip-test5\.sh / /' tests/Makefile.am + +# temporarily disable test failing on specific archs +%ifarch alpha sparc sparc64 +%{__perl} -pi -e 's/run-elflint-self.sh//' tests/Makefile +%endif %build #%%{__gettextize} @@ -166,17 +169,12 @@ %{__autoconf} %{__automake} %configure \ - --program-prefix=%{_programprefix} \ + --program-prefix=%{programprefix} \ --enable-shared # make check depends on test-nlist not stripped %{__perl} -pi -e 's/^(LDFLAGS =.*)-s/$1/' tests/Makefile -# disable test failing on specific archs -%ifarch sparc sparc64 alpha -%{__perl} -pi -e 's/run-elflint-self.sh//' tests/Makefile -%endif - %{__make} %{__make} -C debian/man @@ -255,6 +253,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.84 2007/11/03 15:48:46 qboosh +- updated to 0.130 +- updated portability,robustify patches, added fixes patch from upstream +- updated inline patch, removed obsolete elflint-ppc-got patch + Revision 1.83 2007/09/15 19:43:59 qboosh - libltdl is not required ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/elfutils.spec?r1=1.83&r2=1.84&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
