X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 1E78CDC00AD for ; Tue, 31 Dec 2013 08:37:58 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 2BD3FBC1150; Tue, 31 Dec 2013 08:37:57 +0000 (UTC) Date: Tue, 31 Dec 2013 09:37:52 +0100 From: Natanael Copa To: Ted Trask Cc: Alan Messias Cordeiro , alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/acf-openldap Added Search Tab Message-ID: <20131231093752.3186f799@ncopa-desktop.alpinelinux.org> In-Reply-To: <1388429757.3638.19.camel@tdtrask-HP-Compaq-dc5800-Small-Form-Factor> References: <1388428988-16295-1-git-send-email-alancordeiro@gmail.com> <1388429757.3638.19.camel@tdtrask-HP-Compaq-dc5800-Small-Form-Factor> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 30 Dec 2013 13:55:57 -0500 Ted Trask wrote: > To download new code from the repository, you must bump the pkgver, not > the pkgrel. This patch will cause the exact same code to be built, > resulting in the exact same .apk. Acutally it will not be the exact same .apk. He changed the url which will give different result for: apk info --webpage The bumping of pkgrel is valid. Commit message is bad for this change though... :) -nc > > Ted > > On Mon, 2013-12-30 at 18:43 +0000, Alan Messias Cordeiro wrote: > > --- > > testing/acf-openldap/APKBUILD | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/testing/acf-openldap/APKBUILD b/testing/acf-openldap/APKBUILD > > index 8029ad5..264351f 100644 > > --- a/testing/acf-openldap/APKBUILD > > +++ b/testing/acf-openldap/APKBUILD > > @@ -2,9 +2,9 @@ > > # Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) > > pkgname=acf-openldap > > pkgver=1.0 > > -pkgrel=0 > > +pkgrel=1 > > pkgdesc="ACF module for OpenLDAP" > > -url="http://git.alpinelinux.org/cgit/$pkgname" > > +url="http://git.alpinelinux.org/cgit/alacerda/$pkgname/" > > arch="noarch" > > license="GPL-2" > > depends="acf-core lua openldap openldap-back-bdb" > > > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---