]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
isl: Update to 0.16.1
authorAlexander Marx <alexander.marx@ipfire.org>
Tue, 29 Mar 2016 13:05:58 +0000 (15:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Mar 2016 13:08:58 +0000 (14:08 +0100)
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>
compat-isl/compat-isl.nm
isl/isl.nm

index 39cd5ecac9cb12a6aff34d80838c66f0904ee67c..40055829da30b77aaff608e2ee2952480361fb5b 100644 (file)
@@ -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
index be80f9997f7217672278fab5008dc7e22596acf4..07c19b0948fa717c03a8f95f6ad9057135bb35dd 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = isl
-version    = 0.14.1
+version    = 0.16.1
 release    = 1
 
 groups     = System/Libraries