SPECS: binutils.spec - rel 2; fix for upstream pr 5755 (the fix is...
arekm
arekm at pld-linux.org
Sat Feb 16 21:58:05 CET 2008
Author: arekm Date: Sat Feb 16 20:58:05 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; fix for upstream pr 5755 (the fix is revert actually)
---- Files affected:
SPECS:
binutils.spec (1.280 -> 1.281)
---- Diffs:
================================================================
Index: SPECS/binutils.spec
diff -u SPECS/binutils.spec:1.280 SPECS/binutils.spec:1.281
--- SPECS/binutils.spec:1.280 Sat Feb 9 14:59:17 2008
+++ SPECS/binutils.spec Sat Feb 16 21:57:59 2008
@@ -16,7 +16,7 @@
Summary(uk.UTF-8): Набір інструментів GNU для побудови виконуваних програм
Name: binutils
Version: 2.18.50.0.4
-Release: 1
+Release: 2
Epoch: 3
License: GPL v3+
Group: Development/Tools
@@ -33,6 +33,7 @@
Patch6: %{name}-discarded.patch
Patch7: %{name}-absolute-gnu_debuglink-path.patch
Patch8: %{name}-libtool-m.patch
+Patch9: %{name}-pr-5755.patch
URL: http://sources.redhat.com/binutils/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.8.2
@@ -152,16 +153,19 @@
%patch6 -p1
%patch7 -p1
%patch8 -p1
+%patch9 -p1
%build
# non-standard regeneration (needed because of gasp patch)
# AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
-cd gas
-aclocal -I ../bfd -I ../config -I ..
-automake --cygnus Makefile
-automake --cygnus doc/Makefile
-autoconf
-cd ..
+for dir in gas bfd; do
+ cd $dir || exit 1
+ aclocal -I ../bfd -I ../config -I ..
+ automake --cygnus Makefile
+ automake --cygnus doc/Makefile
+ autoconf
+ cd ..
+done
# More targets
TARGETS=
@@ -311,6 +315,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.281 2008-02-16 20:57:59 arekm
+- rel 2; fix for upstream pr 5755 (the fix is revert actually)
+
Revision 1.280 2008-02-09 13:59:17 glen
- check-files cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/binutils.spec?r1=1.280&r2=1.281&f=u
More information about the pld-cvs-commit
mailing list