[arch-commits] CVS update of core/base/gcc-libs (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Feb 7 23:44:52 UTC 2008


    Date: Thursday, February 7, 2008 @ 18:44:52
  Author: jgc
    Path: /home/cvs-core/core/base/gcc-libs

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: gcc-libs 4.2.3-3
Fix provides, some packages have versioned dependencies on gcc-fortran


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


Index: core/base/gcc-libs/PKGBUILD
diff -u core/base/gcc-libs/PKGBUILD:1.8 core/base/gcc-libs/PKGBUILD:1.9
--- core/base/gcc-libs/PKGBUILD:1.8	Sun Feb  3 17:24:59 2008
+++ core/base/gcc-libs/PKGBUILD	Thu Feb  7 18:44:52 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.8 2008/02/03 22:24:59 jgc Exp $
+# $Id: PKGBUILD,v 1.9 2008/02/07 23:44:52 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc-libs
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 #_snapshot=4.2.3-RC-20080125
 pkgdesc="Runtime libraries shipped by GCC for C and C++ languages"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('glibc>=2.7')
 makedepends=('binutils>=2.18-3' 'gcc>=4.2.2' 'mpfr>=2.3.1' 'texinfo')
 conflicts=('gcc-fortran' 'gcc-objc')
-provides=('gcc-fortran' 'gcc-objc')
+provides=("gcc-fortran=${pkgver}" "gcc-objc=${pkgver}")
 options=('!libtool' '!emptydirs')
 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc}-${pkgver}.tar.bz2
 	#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc}-${_snapshot}.tar.bz2




More information about the arch-commits mailing list