X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 49389DC791E for ; Tue, 6 Oct 2015 20:09:38 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 20291DC08B0 for ; Tue, 6 Oct 2015 20:09:38 +0000 (UTC) Received: from ncopa-laptop (unknown [79.160.13.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 21E875A7CF9; Tue, 6 Oct 2015 19:59:11 +0000 (GMT) Date: Tue, 6 Oct 2015 22:09:09 +0200 From: Natanael Copa To: =?UTF-8?B?U8O2cmVu?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/glew: upgrade to 1.13.0 Message-ID: <20151006220909.6e43549b@ncopa-laptop> In-Reply-To: <1443833981-7649-1-git-send-email-soeren+git@soeren-tempel.net> References: <1443833981-7649-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Sat, 3 Oct 2015 02:59:41 +0200 S=C3=B6ren Tempel wrote: > --- > main/glew/APKBUILD | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/main/glew/APKBUILD b/main/glew/APKBUILD > index c49ba27..91baeca 100644 > --- a/main/glew/APKBUILD > +++ b/main/glew/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Carlo Landmeter > # Maintainer: Natanael Copa > pkgname=3Dglew > -pkgver=3D1.12.0 > +pkgver=3D1.13.0 > pkgrel=3D0 > pkgdesc=3D"A cross-platform C/C++ extension loading library" > url=3D"http://glew.sourceforge.net" This seem to break ABI. there are a number of packages that need to rebuild together with this commit. You find them with: $ apk search -q --origin --exact -r so:libGLEW.so.1.12 | sort -u The packages listed needs to bump pkgrel. I normally do that in separate commit(s). -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---