Hello community,

here is the log from the commit of package isl for openSUSE:Factory checked in 
at 2016-02-08 09:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-10 23:43:22.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.isl.new/isl.changes     2016-02-08 
09:47:16.000000000 +0100
@@ -1,0 +2,21 @@
+Sun Jan 31 20:54:43 UTC 2016 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+- Make building more verbose
+
+-------------------------------------------------------------------
+Thu Dec  3 09:03:32 UTC 2015 - rguent...@suse.com
+
+- Update to ISL version 0.15
+  * improve coalescing
+  * add isl_union_access_info_compute_flow
+  * add mark nodes in AST
+  * add isl_union_pw_aff and isl_multi_union_pw_aff
+  * add schedule trees
+  * deprecate band forests
+  * deprecate separation_class AST generation option
+  * introduce isl_bool and isl_stat types
+- Removes no longer needed isl-0.14-fixes.patch.
+
+-------------------------------------------------------------------

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

New:
----
  isl-0.15.tar.xz

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

Other differences:
------------------
++++++ isl.spec ++++++
--- /var/tmp/diff_new_pack.mrqEWC/_old  2016-02-08 09:47:17.000000000 +0100
+++ /var/tmp/diff_new_pack.mrqEWC/_new  2016-02-08 09:47:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package isl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,18 @@
 #
 
 
-%define islsover 13
-
+%define islsover 15
 Name:           isl
-Version:        0.14
+Version:        0.15
 Release:        0
 Summary:        Integer Set Library
 License:        MIT
 Group:          Development/Languages/C and C++
 Url:            http://isl.gforge.inria.fr/
+Source:         http://isl.gforge.inria.fr/isl-%{version}.tar.xz
+Source1:        baselibs.conf
 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
@@ -39,41 +37,39 @@
 %package devel
 Summary:        Development tools for ISL
 Group:          Development/Languages/C and C++
-Requires:       libisl%islsover = %{version}-%{release}
+Requires:       libisl%{islsover} = %{version}-%{release}
 
 %description devel
 Development tools and headers for the ISL.
 
-%package -n libisl%islsover
+%package -n libisl%{islsover}
 Summary:        The ISL shared library
 Group:          Development/Languages/C and C++
 
-%description -n libisl%islsover
+%description -n libisl%{islsover}
 The shared library for the ISL.
 
 %prep
-%setup -q -n isl-%{version}
-%patch1 -p1
+%setup -q
 
 %build
 %configure
-make %{_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
-make %{_smp_mflags} check
+make %{?_smp_mflags} check
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
-rm -f $RPM_BUILD_ROOT%{_libdir}/libisl.so.*-gdb.py
-rm -f $RPM_BUILD_ROOT%{_libdir}/libisl.a
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm -f  %{buildroot}%{_libdir}/*.la
+rm -rf %{buildroot}%{_libdir}/pkgconfig
+rm -f  %{buildroot}%{_libdir}/libisl.so.*-gdb.py
+rm -f  %{buildroot}%{_libdir}/libisl.a
 
-%post -n libisl%islsover -p /sbin/ldconfig
+%post -n libisl%{islsover} -p /sbin/ldconfig
+%postun -n libisl%{islsover} -p /sbin/ldconfig
 
-%postun -n libisl%islsover -p /sbin/ldconfig
-
-%files -n libisl%islsover
+%files -n libisl%{islsover}
 %defattr(-,root,root,-)
 %{_libdir}/libisl.so.%{islsover}*
 
@@ -82,7 +78,4 @@
 %{_includedir}/isl
 %{_libdir}/libisl.so
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.mrqEWC/_old  2016-02-08 09:47:17.000000000 +0100
+++ /var/tmp/diff_new_pack.mrqEWC/_new  2016-02-08 09:47:17.000000000 +0100
@@ -1,4 +1,4 @@
-libisl13
+libisl15
 isl-devel
   requires -isl-<targettype>
-  requires "libisl13-<targettype> = <version>"
+  requires "libisl15-<targettype> = <version>"


Reply via email to