[packages/binutils] up to 2.36.1

atler atler at pld-linux.org
Wed Feb 10 18:28:41 CET 2021


commit 8c2886ada52ce13818ffa252a13240982a700043
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Feb 10 18:27:19 2021 +0100

    up to 2.36.1
    
    - try bringing back parallel build
    - ...but disable parallel install -- looks like libctf is installed
      before libbfd and relinking results in libctf linked against system
      libbfd

 binutils-gasp.patch | 4 ++--
 binutils.spec       | 9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/binutils.spec b/binutils.spec
index f55ef12..7338fdb 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -27,13 +27,13 @@ Summary(ru.UTF-8):	Набор инструментов GNU для построе
 Summary(tr.UTF-8):	GNU geliştirme araçları
 Summary(uk.UTF-8):	Набір інструментів GNU для побудови виконуваних програм
 Name:		binutils
-Version:	2.35.1
+Version:	2.36.1
 Release:	1
 Epoch:		4
 License:	GPL v3+
 Group:		Development/Tools
 Source0:	https://ftp.gnu.org/gnu/binutils/%{name}-%{version}.tar.lz
-# Source0-md5:	701103b50966364eadff838f5a5df928
+# Source0-md5:	c5b19413fba1faa491ae884ce7f3129f
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	a717d9707ec77d82acb6ec9078c472d6
 Patch0:		%{name}-gasp.patch
@@ -247,7 +247,7 @@ sparc32 \
 	--enable-gold%{!?with_default_bfd:=default} --enable-ld%{?with_default_bfd:=default} \
 %endif
 
-%{__make} -j1
+%{__make}
 
 %{?with_tests:%{__make} -j1 check}
 
@@ -255,7 +255,7 @@ sparc32 \
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/bfd-plugins
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # remove these man pages unless we cross-build for win*/netware platforms.
@@ -373,6 +373,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libctf-nobfd.so.0
 %attr(755,root,root) %{_libdir}/libopcodes-%{version}.so
 %dir %{_libdir}/bfd-plugins
+%attr(755,root,root) %{_libdir}/bfd-plugins/libdep.so
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/binutils-gasp.patch b/binutils-gasp.patch
index 38e7534..af255a1 100644
--- a/binutils-gasp.patch
+++ b/binutils-gasp.patch
@@ -5535,8 +5535,8 @@
  
  static const char *
  macro_expand_body (sb *in, sb *out, formal_entry *formals,
--		   struct hash_control *formal_hash, const macro_entry *macro)
-+		   struct hash_control *formal_hash, const macro_entry *macro, int comment_char)
+-		   struct htab *formal_hash, const macro_entry *macro)
++		   struct htab *formal_hash, const macro_entry *macro, int comment_char)
  {
    sb t;
    size_t src = 0;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/binutils.git/commitdiff/8c2886ada52ce13818ffa252a13240982a700043



More information about the pld-cvs-commit mailing list