Hello community,

here is the log from the commit of package isl for openSUSE:Factory checked in 
at 2014-12-10 23:43:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/isl (Old)
 and      /work/SRC/openSUSE:Factory/.isl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "isl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/isl/isl.changes  2014-02-17 12:54:31.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.isl.new/isl.changes     2014-12-10 
23:43:22.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Dec  4 09:23:01 UTC 2014 - [email protected]
+
+- Update to ISL version 0.14
+  * support IMath as an optional replacement for GMP
+  * minor AST generator improvements
+- Inherits changes from ISL version 0.13
+  * deprecate isl_int
+  * improved support for multi piecewise quasi-affine expressions
+  * allow the user to impose a bound on the number of low-level operations
+  * add isl_id_to_ast_expr and isl_id_to_pw_aff
+  * add isl_schedule_constraints
+  * hide internal structure of isl_vec
+  * remove support for piplib
+- Add isl-0.14-fixes.patch to fix function returning without value.
+
+-------------------------------------------------------------------

Old:
----
  isl-0.12.2.tar.bz2

New:
----
  isl-0.14-fixes.patch
  isl-0.14.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ isl.spec ++++++
--- /var/tmp/diff_new_pack.VTBBaD/_old  2014-12-10 23:43:23.000000000 +0100
+++ /var/tmp/diff_new_pack.VTBBaD/_new  2014-12-10 23:43:23.000000000 +0100
@@ -16,18 +16,20 @@
 #
 
 
-%define islsover 10
+%define islsover 13
 
 Name:           isl
-Version:        0.12.2
+Version:        0.14
 Release:        0
 Summary:        Integer Set Library
 License:        MIT
 Group:          Development/Languages/C and C++
-Url:            http://www.kotnet.org/~skimo/isl/
+Url:            http://isl.gforge.inria.fr/
 BuildRequires:  gmp-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         isl-%{version}.tar.bz2
+Source1:        baselibs.conf
+Patch1:         isl-0.14-fixes.patch
 
 %description
 ISL is a library for manipulating sets and relations of integer points
@@ -51,6 +53,7 @@
 
 %prep
 %setup -q -n isl-%{version}
+%patch1 -p1
 
 %build
 %configure

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.VTBBaD/_old  2014-12-10 23:43:23.000000000 +0100
+++ /var/tmp/diff_new_pack.VTBBaD/_new  2014-12-10 23:43:23.000000000 +0100
@@ -1,4 +1,4 @@
-libisl10
+libisl13
 isl-devel
   requires -isl-<targettype>
-  requires "libisl10-<targettype> = <version>"
+  requires "libisl13-<targettype> = <version>"

++++++ isl-0.14-fixes.patch ++++++
--- isl-0.14/isl_ast.c.orig     2014-12-04 10:19:12.262314510 +0100
+++ isl-0.14/isl_ast.c  2014-12-04 10:19:58.317312916 +0100
@@ -358,6 +358,8 @@
                return 1;
        case isl_ast_expr_error:
                return -1;
+       default:
+               return -1;
        }
 }
 
++++++ isl-0.12.2.tar.bz2 -> isl-0.14.tar.bz2 ++++++
++++ 50542 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to