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 7AC2FDC091D for ; Wed, 27 Nov 2013 20:58:19 +0000 (UTC) Received: from ncopa-netbook.res.nor.wtbts.net (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 AAC24BC3CD9; Wed, 27 Nov 2013 20:58:18 +0000 (UTC) Date: Wed, 27 Nov 2013 22:05:34 +0100 From: Natanael Copa To: IT Offshore Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] OpenVPN version bump to 2.2.2 Message-ID: <20131127220534.18e224ff@ncopa-netbook.res.nor.wtbts.net> In-Reply-To: <1385574741-2229-1-git-send-email-developer@it-offshore.co.uk> References: <1385574741-2229-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; i486-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 Wed, 27 Nov 2013 17:52:21 +0000 IT Offshore wrote: > OpenVPN version bump to 2.2.2 > --- > testing/easy-rsa/APKBUILD | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) commit message says openvpn but package is testing/easy-rsa > diff --git a/testing/easy-rsa/APKBUILD b/testing/easy-rsa/APKBUILD > index 27e6332..92a8147 100644 > --- a/testing/easy-rsa/APKBUILD > +++ b/testing/easy-rsa/APKBUILD > @@ -1,7 +1,7 @@ > # Maintainer: Natanael Copa > pkgname=easy-rsa > -pkgver=2.2.0 > -pkgrel=0 > +pkgver=2.2.2 > +pkgrel=1 pkgrel should always be reset to 0 when pkgver increases. i fixed those issues and applied. thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---