~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] main/supervisor: Upgrade

Details
Message ID
<1453188091-11663-1-git-send-email-loic.tosser@aswat-telecom.com>
Sender timestamp
1453188091
DKIM signature
missing
Download raw message
Patch: +1 -1
From: Loïc Tosser <loic.tosser@aswat-telecom.com>

Upgrade to the last supervisord version (3.2.0)
---
 main/supervisor/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/supervisor/APKBUILD b/main/supervisor/APKBUILD
index 9bac99b..eeec414 100644
--- a/main/supervisor/APKBUILD
+++ b/main/supervisor/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
# Maintainer: Peter Bui <pnutzh4x0r@gmail.com>
pkgname=supervisor
pkgver=3.1.3
pkgver=3.2.0
pkgrel=1
pkgdesc="A system for controlling process state under UNIX"
url="http://supervisord.org"
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20160119112742.7e1eb6df@vostro>
In-Reply-To
<1453188091-11663-1-git-send-email-loic.tosser@aswat-telecom.com> (view parent)
Sender timestamp
1453195662
DKIM signature
missing
Download raw message
On Tue, 19 Jan 2016 07:21:31 +0000
"L. Tosser" <loic.tosser@aswat-telecom.com> wrote:

> From: Loïc Tosser <loic.tosser@aswat-telecom.com>
> 
> Upgrade to the last supervisord version (3.2.0)
> ---
>  main/supervisor/APKBUILD | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/supervisor/APKBUILD b/main/supervisor/APKBUILD
> index 9bac99b..eeec414 100644
> --- a/main/supervisor/APKBUILD
> +++ b/main/supervisor/APKBUILD
> @@ -1,7 +1,7 @@
>  # Contributor: Peter Bui <pnutzh4x0r@gmail.com>
>  # Maintainer: Peter Bui <pnutzh4x0r@gmail.com>
>  pkgname=supervisor
> -pkgver=3.1.3
> +pkgver=3.2.0
>  pkgrel=1

pkgrel is reset to zero when pkgver changes.

>  pkgdesc="A system for controlling process state under UNIX"
>  url="http://supervisord.org"

and 'abuild checksum' is used to update the tarball version numbers.

I did these and applied. Thanks.


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)