X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qk0-f194.google.com (mail-qk0-f194.google.com [209.85.220.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 66CDE5C418E for ; Sat, 9 Jul 2016 15:03:41 +0000 (GMT) Received: by mail-qk0-f194.google.com with SMTP id n132so12801109qka.0 for ; Sat, 09 Jul 2016 08:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version; bh=F7ZMGHaFgAktJUyZJazHk+HcxoALocmSYKnak/SXtOA=; b=RlTnkB2Pw4+vY2kCpdARoT+G+kKtlA/CJBWFnp6VbijdJQREh0rlSvW5lsaml1e7If Cw/rH+FK1Kls4Wxh0DTvC/rZwgntRoyXewU2XnZnRcOlb+FbxbeLr6AL7520sZ9gTNfN TudZUqs5xqD1KNfYLYtlAlXYkrdF4EsUvWTQ9Px/16OaFPz1+yX4EySg5dz8/PgdU21A 4ny7H8DGkrbUR3355AofFilYGFXTwizxMAfgmteOPGvcwh0WaS/gFb5BEuf24vDNWglF c9f25QiVQKIEjpqr8xLgGoSENVbONUYp0+279dZTGlgvf95c1yeJg/eYeFyjaS5aJfZL fLRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version; bh=F7ZMGHaFgAktJUyZJazHk+HcxoALocmSYKnak/SXtOA=; b=Lprkh3oQIGMQ2MYORInuhyctX0+mJZ2ZKVzJIyPyFGyM72liQXJ0UR3XRjItfMUc5V JztyiOiJ4gCKoQ0/MteC54/DcTf+DLVxCd5u0J7c5jGT86NahsosriPlkFRiH7g/yoZW PZrC0lFnWGLlwymPptyV19mewmJOy5s4HPVPAkU1fFO1e7+qcYc0QU8FHdjJ4215dy9f iPMiwJJ9N0Ch+bUEAHcUwQTw//Fp61uMxSr5Fg1dANqze84EM3VNh205wwhRZZLByE83 KgsypAyevzfmR2ArVoHISmQz44J3iiUPSlSXtxnXG7UaU3Scn9qouxj+SWuylxtaumIT RN6w== X-Gm-Message-State: ALyK8tJ/puvwC0N6uF8KCYC4PODmkhCH69E5NJDbx1CHP4rCHc5s6Vz2KoUQkOOdogpLpg== X-Received: by 10.55.97.80 with SMTP id v77mr14963850qkb.41.1468076620869; Sat, 09 Jul 2016 08:03:40 -0700 (PDT) Received: from [192.168.1.2] (ool-44c2574a.dyn.optonline.net. [68.194.87.74]) by smtp.gmail.com with ESMTPSA id 23sm714543qki.1.2016.07.09.08.03.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jul 2016 08:03:39 -0700 (PDT) Date: Sat, 9 Jul 2016 11:03:07 -0400 From: Nadav Shatz To: Timo Teras Cc: alpine-aports@lists.alpinelinux.org Message-ID: <5438e931-d8ff-4f68-a9a6-680f944e5d96@Spark> In-Reply-To: <20160709112053.0716dc17@vostro> References: <20160706214650.50298-1-nadavshatz@gmail.com> <20160709112053.0716dc17@vostro> Subject: Re: [alpine-aports] [PATCH] main/imagemagick: upgrade X-Readdle-Message-ID: 5438e931-d8ff-4f68-a9a6-680f944e5d96@Spark X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="5781124a_6b8b4567_3e0" --5781124a_6b8b4567_3e0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Maybe I shouldn't have changed the ABI ? It's my first contribution so I tried to follow suit with the previous upgrade to the package. Thanks On Jul 9, 2016, 4:20 AM -0400, Timo Teras, wrote: > On Wed, 6 Jul 2016 17:46:50 -0400 > Nadav Shatzwrote: > > > --- > > main/imagemagick/APKBUILD | 10 +++++----- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > > > diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD > > index7972909(tel:7972909)..1a4be38 100644 > > --- a/main/imagemagick/APKBUILD > > +++ b/main/imagemagick/APKBUILD > > @@ -2,8 +2,8 @@ > > # Contributor: Carlo Landmeter > # Maintainer: Natanael Copa > pkgname=imagemagick > > -pkgver=6.9.4.1 > > -_abiver=6 > > +pkgver=7.0.2.2 > > +_abiver=7 > > _pkgver=${pkgver%.*}-${pkgver##*.} > > pkgrel=0 > > pkgdesc="A collection of tools and libraries for many image formats" > > abi change implies that all dependees of this package needs to be > rebuilt. They need to be also checked that they rebuild against the > potentially new api. > > So this requires quite a bit of testing and additional checks until it > can be applied. > > Thanks, we'll look into this. --5781124a_6b8b4567_3e0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Maybe I shouldn't have changed the A= BI =3F It's my first contribution so I tried to follow suit with the prev= ious upgrade to the package.

Thanks


On Jul 9, 2016, 4:20 AM -0400, Timo Teras <timo.teras=40iki.fi>, wr= ote:
On Wed, 6 Jul 2016 17:46:50 -0400
Nadav Shatz <nadavshatz=40gmail.com> wrote:

---
main/imagemagick/APKBUILD =7C 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index 7972909..1a4be38 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
=40=40 -2,8 +2,8 =40=40
=23 Contributor: Carlo Landmeter <clandmeter=40gmail.com
=23 Maintainer: Natanael Copa <ncopa=40alpinelinux.org
pkgname=3Dimagemagick
-pkgver=3D6.9.4.1
-=5Fabiver=3D6
+pkgver=3D7.0.2.2
+=5Fabiver=3D7
=5Fpkgver=3D=24=7Bpkgver%.*=7D-=24=7Bpkgver=23=23*.=7D
pkgrel=3D0
pkgdesc=3D=22A collection of tools and libraries for many image formats=22=

abi change implies that all dependees of this package needs to be
rebuilt. They need to be also checked that they rebuild against the
= potentially new api.

So this requires quite a bit of testing and additional checks until it can be applied.

Thanks, we'll look into this.
--5781124a_6b8b4567_3e0-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---