X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 15BD6F85556 for ; Tue, 7 May 2019 20:43:27 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 9225F9E1F45; Tue, 7 May 2019 20:43:26 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 6DD4D9E036A; Tue, 7 May 2019 20:43:24 +0000 (UTC) Date: Tue, 7 May 2019 22:43:20 +0200 From: Natanael Copa To: "Milan P. =?ISO-8859-1?B?U3Rhbmkq?=" Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/mpt-status: fix debian.tar.gz version Message-ID: <20190507224320.1591487a@ncopa-desktop.copa.dup.pw> In-Reply-To: <20190506215424.12347-1-mps@arvanta.net> References: <20190506215424.12347-1-mps@arvanta.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, 6 May 2019 23:54:24 +0200 Milan P. Stani* wrote: > --- > main/mpt-status/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/main/mpt-status/APKBUILD b/main/mpt-status/APKBUILD > index b14cc26476..ea826529be 100644 > --- a/main/mpt-status/APKBUILD > +++ b/main/mpt-status/APKBUILD > @@ -14,7 +14,7 @@ subpackages=3D"$pkgname-doc" > =20 > # XXX: main site seems to be down right now; we shadow the Debian patch = anyway > source=3D"http://ftp.de.debian.org/debian/pool/main/m/mpt-status/mpt-sta= tus_${pkgver}.orig.tar.gz > - http://ftp.de.debian.org/debian/pool/main/m/mpt-status/mpt-status_${pkg= ver}-7.debian.tar.gz" > + http://ftp.de.debian.org/debian/pool/main/m/mpt-status/mpt-status_${pkg= ver}-8.debian.tar.gz" > =20 > _builddir=3D"${srcdir}/mpt-status-${pkgver}" > prepare() { > @@ -52,4 +52,4 @@ package() { > } > =20 > sha512sums=3D"48d9ecb3d9b42f7731a048ba6147fc2edabbb3ac7936c3273fc613e661= f54a66c9f240283a7b84040efd059539fb1c59172b74fad50781647f98644c3da25cac mpt= -status_1.2.0.orig.tar.gz > -f2de35cb781bef730e28449b75f0aa2b0b7f953dfda0ebd9231ff8b7e3649db34a25daa1= 51ae0655458de2e07b6cbadf1b7e5977c5ac7585fa491bd071e36e00 mpt-status_1.2.0-= 7.debian.tar.gz" > +e6a840e180af2bf358f8ec7b915750f3e65d2c7c3a528a7ef7bd58ea33581b304da3d21a= 719d9233fd97650b4865a36070f3e60ac1874e4952676ab183060900 mpt-status_1.2.0-= 8.debian.tar.gz" It looks like the content of the tarball is different, (checksum is not the same). Will the resulting binary be different too? We need to bump pkgrel if the content of the built package is different, so we dont end up with two different apk builds with same version number. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---