This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 5039121de711662c9d7668eca4d3cc0fc02e1d0c (commit) from 780664ccf1fbe52617de464c147361cd1d9e33bf (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5039121de711662c9d7668eca4d3cc0fc02e1d0c Author: Alexander Marx alexander.marx@ipfire.org Date: Tue Mar 29 15:05:58 2016 +0200
isl: Update to 0.16.1
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 Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: compat-isl/compat-isl.nm | 16 ++++++++++++---- isl/isl.nm | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-)
Difference in files: 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
hooks/post-receive -- IPFire 3.x development tree