~alpine/devel

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-devel] [PATCH] testing/bitcoin: update to 0.9.3rc2

Details
Message ID
<1410732260-10666-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1410732260
DKIM signature
missing
Download raw message
Patch: +7 -9
update to 0.9.3rc2
---
 testing/bitcoin/APKBUILD | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD
index 9324157..a6c4af1 100644
--- a/testing/bitcoin/APKBUILD
+++ b/testing/bitcoin/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=bitcoin
pkgver=0.9.2.1
pkgver=0.9.3
_pkgver=rc2
pkgrel=0
pkgdesc="decentralized P2P electronic cash system"
url="http://www.bitcoin.org/"
@@ -14,16 +15,13 @@ makedepends="$depends_dev boost-dev openssl-dev db-dev miniupnpc-dev
	autoconf automake libtool"
install="$pkgname.post-install $pkgname.pre-install"
subpackages="$pkgname-qt $pkgname-cli"
source="$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz
source="$pkgname-$pkgver$_pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver$_pkgver.tar.gz
	ssize_t.patch
	$pkgname.initd
	$pkgname.conf
	"

#20-set-default-env.patch


_builddir="$srcdir"/bitcoin-$pkgver
_builddir="$srcdir"/bitcoin-$pkgver$_pkgver
prepare() {
	local i
	cd "$_builddir"
@@ -69,15 +67,15 @@ cli() {
	mv "$pkgdir"/usr/bin/bitcoin-cli "$subpkgdir"/usr/bin/ || return 1
}

md5sums="bd3caef17ba5bf9075ff26cd1b29cdae  bitcoin-0.9.2.1.tar.gz
md5sums="6c54e6ae0ba7aef6771d0bd6b839d055  bitcoin-0.9.3rc2.tar.gz
716a88e668729e89d3eb929da86f7f04  ssize_t.patch
56edf10681b0cd7cc33de1fd24155108  bitcoin.initd
3e9b4a37bb46e6cd83b6824870c58484  bitcoin.conf"
sha256sums="7cadbadd90485b7302b86ce041db576aad650f6c621d3a552d09e7231d3fcfd8  bitcoin-0.9.2.1.tar.gz
sha256sums="f44ac59c2bcdf630f234c5868f58d3256e446608fdb36ff2666d8b84a201f58b  bitcoin-0.9.3rc2.tar.gz
f0a094c7b374338ad153ee06b7dd2369dad6b97b1f1bb0252da12c9aaace5321  ssize_t.patch
df060fcee7227a2c7c4a435e24dea25b6388a6d6a98f01975c466a2c770e976a  bitcoin.initd
b7a31bf251f1011ab6584b610acac8494612c2012e9771985228c36c08a315ac  bitcoin.conf"
sha512sums="059be086bacfe39c0983dc4ae768349b8d9213b3cd7b60157c7606a25b8b3156e0ffb86e28711550e20b1e6f692bfed021aa1d4ec583496189fa821fc547ad92  bitcoin-0.9.2.1.tar.gz
sha512sums="72ef51822a3f245a416ea3963340bba94911b12968ac8ea86212dbc39ce1e0f2b26a03830c02a79b891fae928f2569d25efa05f40a723b29875e67c147084ddc  bitcoin-0.9.3rc2.tar.gz
98aa5ad81bdb4ae961b791bc978c39117cdf2d83c2181f92bebbb0db107d9b6e86eda265fb3f93ff8a5ca8a7754d7148818b98095d57201dff9363d60b97e7dd  ssize_t.patch
9bab044e3ddc229f8e2b2eb170361f92d234c78e21c6f1c24a5fe1d0b480db5b6728dda990752eb0820085ecdc41538e735d631ff5886c270475a5b634e3729f  bitcoin.initd
48abce0f0a5b088c957aa5cb2bcf9bb520593caa7a20019bdf785e43f7d2459968240d4529dfa30be2fca92891bf50c1253a513530511e99d8ee471d9ff6bd95  bitcoin.conf"
-- 
2.1.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140915114707.2fa89061@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1410732260-10666-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1410774427
DKIM signature
missing
Download raw message
On Sun, 14 Sep 2014 22:04:20 +0000
Stuart Cardall <developer@it-offshore.co.uk> wrote:

> update to 0.9.3rc2
> ---
>  testing/bitcoin/APKBUILD | 16 +++++++---------
>  1 file changed, 7 insertions(+), 9 deletions(-)
> 
> diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD
> index 9324157..a6c4af1 100644
> --- a/testing/bitcoin/APKBUILD
> +++ b/testing/bitcoin/APKBUILD
> @@ -1,7 +1,8 @@
>  # Contributor: Natanael Copa <ncopa@alpinelinux.org>
>  # Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
>  pkgname=bitcoin
> -pkgver=0.9.2.1
> +pkgver=0.9.3
> +_pkgver=rc2

I didn't like the above. I use the 'abump' script to update to new
versions, which will only update pkgver. So we should be able to
generate the upstream version string from pkgver.

I pushed it and cleaned it up.

Thanks!

-nc


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