[arch-commits] Commit in gcc-libs/trunk (PKGBUILD buildfix_new_bison.patch)

Allan McRae allan at archlinux.org
Thu May 28 10:48:04 UTC 2009


    Date: Thursday, May 28, 2009 @ 06:48:04
  Author: allan
Revision: 40114

upgpkg: gcc-libs 4.4.0-3
    New upstream snapshot, Fixed FS#14825

Modified:
  gcc-libs/trunk/PKGBUILD
Deleted:
  gcc-libs/trunk/buildfix_new_bison.patch

--------------------------+
 PKGBUILD                 |   14 +++++++-------
 buildfix_new_bison.patch |   22 ----------------------
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-28 09:52:44 UTC (rev 40113)
+++ PKGBUILD	2009-05-28 10:48:04 UTC (rev 40114)
@@ -6,15 +6,15 @@
 
 pkgname=gcc-libs
 pkgver=4.4.0
-pkgrel=2
-_snapshot=4.4-20090505
+pkgrel=3
+_snapshot=4.4-20090526
 pkgdesc="Runtime libraries shipped by GCC for C and C++ languages"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 groups=('base')
 url="http://gcc.gnu.org"
 depends=('glibc>=2.8-5')
-makedepends=('binutils>=2.19' 'gcc>=4.3' 'mpfr>=2.4.1' 'texinfo' 'flex' 'cloog-ppl>=0.15.3')
+makedepends=('binutils>=2.19.1' 'gcc>=4.3' 'mpfr>=2.4.1' 'texinfo' 'flex' 'cloog-ppl>=0.15.3')
 conflicts=('gcc-fortran' 'gcc-objc')
 provides=("gcc-objc=${pkgver}")
 options=('!libtool' '!emptydirs' '!docs')
@@ -22,10 +22,10 @@
 	ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc}-${_snapshot}.tar.bz2
 	gcc_pure64.patch
 	gcc-hash-style-both.patch)
-md5sums=('e776d34dd308e38befa60a7f08e75a8a'
-         '03bcf62a3b9d3b631bf274622f33f6a9'
-         '9f7679f886db83204e5d8b8f7095e1a3'
-         '729db85dfc206962176fb0e601265dbf'
+md5sums=('28fb87be8f769c5c2672909bb1ec50b5'
+         '4997cd49b6bb7658e80977c09611db81'
+         '95bd07d3981887247a05b4aaac69c79b'
+         '50caff347e5c18689539b4e32430de06'
          '4030ee1c08dd1e843c0225b772360e76'
          '6fd395bacbd7b6e47c7b74854b478363')
 

Deleted: buildfix_new_bison.patch
===================================================================
--- buildfix_new_bison.patch	2009-05-28 09:52:44 UTC (rev 40113)
+++ buildfix_new_bison.patch	2009-05-28 10:48:04 UTC (rev 40114)
@@ -1,22 +0,0 @@
---- gcc/treelang/parse.y	2007-07-18 08:19:29.000000000 +0000
-+++ gcc/treelang/parse.y.new	2008-11-20 06:40:00.013275486 +0000
-@@ -369,7 +369,6 @@
-   current_function = NULL;
- }
- ;
--
- variable_defs_opt:
- /* Nil.  */ {
-   $$ = 0;
-@@ -685,9 +684,9 @@
- 
- expressions_with_commas_opt:
- /* Nil.  */ {
--$$ = 0
-+$$ = 0;
- }
--|expressions_with_commas { $$ = $1 }
-+|expressions_with_commas { $$ = $1; }
- ;
- 
- expressions_with_commas:




More information about the arch-commits mailing list