Hello community,

here is the log from the commit of package isl for openSUSE:Factory checked in 
at 2018-02-09 15:41:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/isl (Old)
 and      /work/SRC/openSUSE:Factory/.isl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "isl"

Fri Feb  9 15:41:06 2018 rev:14 rq:571371 version:0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/isl/isl.changes  2017-02-05 18:35:30.214062349 
+0100
+++ /work/SRC/openSUSE:Factory/.isl.new/isl.changes     2018-02-09 
15:41:07.277231975 +0100
@@ -1,0 +2,11 @@
+Wed Jan 31 12:50:45 UTC 2018 - jeng...@inai.de
+
+- Set shared library RPM group. Use %make_install.
+
+-------------------------------------------------------------------
+Mon Jan 29 14:43:34 UTC 2018 - m...@suse.com
+
+- Include pkgconfig files in isl-devel package.
+- Do not build static libraries (instead of deleting them after).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ isl.spec ++++++
--- /var/tmp/diff_new_pack.pJetmL/_old  2018-02-09 15:41:08.021205267 +0100
+++ /var/tmp/diff_new_pack.pJetmL/_new  2018-02-09 15:41:08.025205123 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package isl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -27,6 +27,7 @@
 Source:         http://isl.gforge.inria.fr/isl-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  gmp-devel
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,27 +45,28 @@
 
 %package -n libisl%{islsover}
 Summary:        The ISL shared library
-Group:          Development/Languages/C and C++
+Group:          System/Libraries
 
 %description -n libisl%{islsover}
 The shared library for the ISL.
 
+ISL is a library for manipulating sets and relations of integer points
+bounded by linear constraints.
+
 %prep
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags} V=1
 
 %check
 make %{?_smp_mflags} check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 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
 %postun -n libisl%{islsover} -p /sbin/ldconfig
@@ -77,5 +79,6 @@
 %defattr(-,root,root,-)
 %{_includedir}/isl
 %{_libdir}/libisl.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


Reply via email to