[arch-commits] Commit in binutils/trunk (PKGBUILD binutils-2.25-roundup.patch)

Allan McRae allan at archlinux.org
Thu Apr 23 11:55:18 UTC 2015


    Date: Thursday, April 23, 2015 @ 13:55:17
  Author: allan
Revision: 237957

upgpkg: binutils 2.25-4

gcc-5.1 toolchain rebuild, pull patch from upstream gitweb

Modified:
  binutils/trunk/PKGBUILD
Deleted:
  binutils/trunk/binutils-2.25-roundup.patch

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-23 11:08:54 UTC (rev 237956)
+++ PKGBUILD	2015-04-23 11:55:17 UTC (rev 237957)
@@ -5,7 +5,8 @@
 
 pkgname=binutils
 pkgver=2.25
-pkgrel=3
+pkgrel=4
+_commit=c42c779b
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/"
@@ -18,18 +19,16 @@
 options=('staticlibs' '!distcc' '!ccache')
 install=binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-        binutils-${pkgver}-roundup.patch)
+        binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25)
 md5sums=('d9f3303f802a5b6b0bb73a335ab89d66'
          'SKIP'
-         'd41d8cd98f00b204e9800998ecf8427e')
+         '3df8fd5d9dd7cc67413d3816c7584297')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
 
 prepare() {
   cd ${srcdir}/binutils-${pkgver}
+  patch -p1 -i $srcdir/binutils-${pkgver}-roundup-${_commit}.patch
 
-  # binutils-2_25..c42c779b
-  patch -p1 -i $srcdir/binutils-${pkgver}-roundup.patch
-
   # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 

Deleted: binutils-2.25-roundup.patch
===================================================================



More information about the arch-commits mailing list