From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx 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> In-Reply-To: <1458988917.30749.132.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0823640852392310402==" List-Id: --===============0823640852392310402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- 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 @@ ############################################################################= ### =20 name =3D compat-isl -version =3D 0.12.2 +version =3D 0.14.1 release =3D 1 thisapp =3D isl-%{version} =20 @@ -23,7 +23,7 @@ description end =20 source_dl +=3D http://isl.gforge.inria.fr/ -sources =3D %{thisapp}.tar.lzma +sources =3D %{thisapp}.tar.xz =20 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 =20 packages package %{name} + provides + isl =3D %{thisver} + end + + obsoletes + isl <=3D %{thisver} + end + end =20 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 @@ ############################################################################= ### =20 name =3D isl -version =3D 0.14.1 +version =3D 0.16.1 release =3D 1 =20 groups =3D System/Libraries --=20 2.6.3 --===============0823640852392310402==--