[v2] isl: Update to 0.16.1
Message ID | 1459256758-10820-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | 5039121de711662c9d7668eca4d3cc0fc02e1d0c |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 903CC60C9B for <patchwork@ipfire.org>; Tue, 29 Mar 2016 15:06:15 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id C055BC9D; Tue, 29 Mar 2016 15:06:14 +0200 (CEST) Received: from ipfire.localdomain.localdomain (ip1f126212.dynamic.kabel-deutschland.de [31.18.98.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 9E913C46; Tue, 29 Mar 2016 15:06:11 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH v2] isl: Update to 0.16.1 Date: Tue, 29 Mar 2016 15:05:58 +0200 Message-Id: <1459256758-10820-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1458988917.30749.132.camel@ipfire.org> References: <1458988917.30749.132.camel@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
March 30, 2016, 12:05 a.m. UTC
Updated compat-isl package to 0.14.1 because of so bump.
The older version 0.12.2 is not used by any other package
any more and has been dropped.
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
compat-isl/compat-isl.nm | 16 ++++++++++++----
isl/isl.nm | 2 +-
2 files changed, 13 insertions(+), 5 deletions(-)
Comments
Thx for the fixed patch. -Michael On Tue, 2016-03-29 at 15:05 +0200, Alexander Marx wrote: > Updated compat-isl package to 0.14.1 because of so bump. > The older version 0.12.2 is not used by any other package > any more and has been dropped. > > Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> > --- > compat-isl/compat-isl.nm | 16 ++++++++++++---- > isl/isl.nm | 2 +- > 2 files changed, 13 insertions(+), 5 deletions(-) > > diff --git a/compat-isl/compat-isl.nm b/compat-isl/compat-isl.nm > index 39cd5ec..4005582 100644 > --- a/compat-isl/compat-isl.nm > +++ b/compat-isl/compat-isl.nm > @@ -4,7 +4,7 @@ > ############################################################################# > ## > > name = compat-isl > -version = 0.12.2 > +version = 0.14.1 > release = 1 > thisapp = isl-%{version} > > @@ -23,7 +23,7 @@ description > end > > source_dl += http://isl.gforge.inria.fr/ > -sources = %{thisapp}.tar.lzma > +sources = %{thisapp}.tar.xz > > build > requires > @@ -38,13 +38,21 @@ build > install > # Install just the library and no headers. > mkdir -pv %{BUILDROOT}%{libdir} > - install -m 644 .libs/libisl.so.10.2.2 %{BUILDROOT}%{libdir} > - ln -svf libisl.so.10.2.2 %{BUILDROOT}%{libdir}/libisl.so.10 > + install -m 644 .libs/libisl.so.13.1.1 %{BUILDROOT}%{libdir} > + ln -svf libisl.so.13.1.1 %{BUILDROOT}%{libdir}/libisl.so.13 > end > end > > packages > package %{name} > + provides > + isl = %{thisver} > + end > + > + obsoletes > + isl <= %{thisver} > + end > + end > > package %{name}-debuginfo > template DEBUGINFO > diff --git a/isl/isl.nm b/isl/isl.nm > index be80f99..07c19b0 100644 > --- a/isl/isl.nm > +++ b/isl/isl.nm > @@ -4,7 +4,7 @@ > ############################################################################# > ## > > name = isl > -version = 0.14.1 > +version = 0.16.1 > release = 1 > > groups = System/Libraries