Re: [arch-dev-public] [arch-commits] Commit in libassuan/repos
Am Donnerstag 04 Februar 2010 schrieb Giovanni Scafora:
Date: Thursday, February 4, 2010 @ 07:21:19 Author: giovanni Revision: 67164
Merged revisions 65076 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/libassuan/trunk
........ r65076 | tpowa | 2010-01-24 09:26:13 +0100 (dom, 24 gen 2010) | 1 line
prepare 2.0.0 release ........
Modified: libassuan/repos/extra-x86_64/ (properties) libassuan/repos/extra-x86_64/PKGBUILD
----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Property changes on: libassuan/repos/extra-x86_64 ___________________________________________________________________ Modified: svnmerge-integrated - /libassuan/trunk:1-7817 + /libassuan/trunk:1-67163
Modified: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2010-02-04 12:20:32 UTC (rev 67163) +++ extra-x86_64/PKGBUILD 2010-02-04 12:21:19 UTC (rev 67164) @@ -1,15 +1,16 @@ # $Id$ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=libassuan -pkgver=1.0.5 +pkgver=2.0.0 pkgrel=1 pkgdesc="Libassuan is the IPC library used by some GnuPG related software" arch=(i686 x86_64) license=('GPL') url="ftp://ftp.gnupg.org/gcrypt/libgcrypt" -depends=('bash') +depends=('libgpg-error') makedepends=('pth') source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2) +options=(!libtool)
build() { export CFLAGS="$CFLAGS -fPIC" @@ -18,4 +19,4 @@ make || return 1 make DESTDIR=$startdir/pkg install } -md5sums=('c2db0974fcce4401f48f3fa41c4edc5a') +md5sums=('59bc0ae7194c412d7a522029005684b2')
WTF, why you bump a library without checking that other programs are not compiling with it? You break compiling of dirmngr and gnupg2! Please ask next time before bumping. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
2010/2/5, Tobias Powalowski <t.powa@gmx.de>:
WTF, why you bump a library without checking that other programs are not compiling with it? You break compiling of dirmngr and gnupg2! Please ask next time before bumping.
Sorry. I just fixed it! -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
2010/2/5, Tobias Powalowski <t.powa@gmx.de>:
WTF, why you bump a library without checking that other programs are not compiling with it? You break compiling of dirmngr and gnupg2! Please ask next time before bumping.
Sorry. I just fixed it!
Am Freitag 05 Februar 2010 schrieb Giovanni Scafora: thx :) -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
participants (2)
-
Giovanni Scafora
-
Tobias Powalowski