X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D8691DC0089 for ; Tue, 11 Mar 2014 18:50:48 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id p9so5917966lbv.18 for ; Tue, 11 Mar 2014 11:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=PGXn+dJdKjNNI8Gceb9zhP5TAW+Tu+mKebe2+Q18pZc=; b=Hs7AXVq/vyLA87QZ8tOoHyTpt0KM6HlOeG4sm3H0t2DpxRJk0hNMYgpW23TmZL6RfR EdHZNh4g688TsvA0EfqRo639FeW+QqRU4AYMD7j87W9xb5vm3RDVCb9KZxK/ISmhqT5Y h1NXLFKDhYXAcCNEAh/vCKNSKpt4BcL7OqubuoyRHULipnvqveBkCnu08V0H83jwglia q3Iwq8KP32hlYuUxoEuvxSV3okTA3QhmwalnrOeB4GHpSe8f281JaHILO1r4reS3s1W4 4P/Zn0hjnX9LgoMwrv8ukKIFUmQwOoI6Huu6MvPfvp5HExhzxhjsoauNSiH3JyxlgNMo EytA== X-Received: by 10.152.23.9 with SMTP id i9mr19011laf.56.1394563845853; Tue, 11 Mar 2014 11:50:45 -0700 (PDT) Received: from vostro ([83.145.235.194]) by mx.google.com with ESMTPSA id z10sm2963093lbu.1.2014.03.11.11.50.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Mar 2014 11:50:45 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 11 Mar 2014 20:51:50 +0200 From: Timo Teras To: Stuart Cardall Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] /main/lxc - version bump to 1.01 Message-ID: <20140311205150.45302a69@vostro> In-Reply-To: <1394559833-8020-1-git-send-email-developer@it-offshore.co.uk> References: <1394559833-8020-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.9.3 (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 Tue, 11 Mar 2014 17:43:53 +0000 Stuart Cardall wrote: > main/lxc/APKBUILD | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD > index c7896db..a868048 100644 > --- a/main/lxc/APKBUILD > +++ b/main/lxc/APKBUILD > @@ -1,9 +1,9 @@ > # Contributor: William Pitcock > # Maintainer: Natanael Copa > pkgname=lxc > -pkgver=1.0.0 > +pkgver=1.0.1 > _mypkgver=${pkgver/_rc/.rc} > -pkgrel=3 > +pkgrel=4 When pkgver is bumped up, pkgrel should be reset to zero. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---