X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 8CE0CF84E91 for ; Tue, 7 May 2019 21:01:54 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id E54BE561E for ; Tue, 7 May 2019 23:01:52 +0200 (CEST) Date: Tue, 7 May 2019 23:01:52 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/mpt-status: fix debian.tar.gz version Message-ID: <20190507210152.GA7956@arya.arvanta.net> References: <20190506215424.12347-1-mps@arvanta.net> <20190507224320.1591487a@ncopa-desktop.copa.dup.pw> 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=us-ascii Content-Disposition: inline In-Reply-To: <20190507224320.1591487a@ncopa-desktop.copa.dup.pw> User-Agent: Mutt/1.11.2 (2019-01-07) On Tue, 2019-05-07 at 22:43, Natanael Copa wrote: > 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(-) > > > > 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="$pkgname-doc" > > > > # XXX: main site seems to be down right now; we shadow the Debian patch anyway > > source="http://ftp.de.debian.org/debian/pool/main/m/mpt-status/mpt-status_${pkgver}.orig.tar.gz > > - http://ftp.de.debian.org/debian/pool/main/m/mpt-status/mpt-status_${pkgver}-7.debian.tar.gz" > > + http://ftp.de.debian.org/debian/pool/main/m/mpt-status/mpt-status_${pkgver}-8.debian.tar.gz" > > > > _builddir="${srcdir}/mpt-status-${pkgver}" > > prepare() { > > @@ -52,4 +52,4 @@ package() { > > } > > > > sha512sums="48d9ecb3d9b42f7731a048ba6147fc2edabbb3ac7936c3273fc613e661f54a66c9f240283a7b84040efd059539fb1c59172b74fad50781647f98644c3da25cac mpt-status_1.2.0.orig.tar.gz > > -f2de35cb781bef730e28449b75f0aa2b0b7f953dfda0ebd9231ff8b7e3649db34a25daa151ae0655458de2e07b6cbadf1b7e5977c5ac7585fa491bd071e36e00 mpt-status_1.2.0-7.debian.tar.gz" > > +e6a840e180af2bf358f8ec7b915750f3e65d2c7c3a528a7ef7bd58ea33581b304da3d21a719d9233fd97650b4865a36070f3e60ac1874e4952676ab183060900 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. In prepare() it uses patches from mpt-status_1.2.0-8.debian.tar.gz and applies them, so I presume that the binary probably will be different. (can't compare for sure because there is no '1.2.0-7.debian.tar.gz' on Debian site). So, agree that the pkgrel be bumped and sorry I forgot to do that when sending patch. -- regards --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---