[arch-commits] Commit in lib32-elfutils/trunk (2 files)

Laurent Carlier lcarlier at nymeria.archlinux.org
Fri Sep 20 08:52:27 UTC 2013


    Date: Friday, September 20, 2013 @ 10:52:27
  Author: lcarlier
Revision: 97443

upgpkg: lib32-elfutils 0.156-1

Sync with testing

Modified:
  lib32-elfutils/trunk/PKGBUILD
Deleted:
  lib32-elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch

-------------------------------------------+
 PKGBUILD                                  |   20 ++++----------------
 elfutils-0.155-binutils-pr-ld-13621.patch |   16 ----------------
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-20 06:39:28 UTC (rev 97442)
+++ PKGBUILD	2013-09-20 08:52:27 UTC (rev 97443)
@@ -4,8 +4,8 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-elfutils
-pkgver=0.155
-pkgrel=2
+pkgver=0.156
+pkgrel=1
 pkgdesc="Collection of libraries for working with ELF object files and DWARF debugging information (32-bit)"
 arch=('x86_64')
 url="https://fedorahosted.org/elfutils/"
@@ -12,21 +12,9 @@
 license=('LGPL3' 'GPL' 'GPL3')
 depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
 makedepends=('gcc-multilib')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2
-        elfutils-0.155-binutils-pr-ld-13621.patch
-        git-fixes.patch)
-sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
-          '8a8be7c0686c6311c1ce969ba10494e704ead48c'
-          '0caab67ed6073a81ca836a4172fa4af35cc1d817')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2)
+sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76')
 
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 	

Deleted: elfutils-0.155-binutils-pr-ld-13621.patch
===================================================================
--- elfutils-0.155-binutils-pr-ld-13621.patch	2013-09-20 06:39:28 UTC (rev 97442)
+++ elfutils-0.155-binutils-pr-ld-13621.patch	2013-09-20 08:52:27 UTC (rev 97443)
@@ -1,16 +0,0 @@
-diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
-index 4b01008..7a5f0c8 100755
---- a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -18,4 +18,11 @@
- 
- . $srcdir/test-subr.sh
- 
-+# Makes sure we exit cleanly even when we don't...
-+clean_exit()
-+{
-+  if test $? != 0; then echo "binutils PR ld/13621 workaround"; exit 0; fi
-+}
-+trap clean_exit EXIT
-+
- testrun_on_self ../src/elflint --quiet --gnu-ld




More information about the arch-commits mailing list