Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polylib for openSUSE:Factory checked 
in at 2023-06-25 21:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polylib (Old)
 and      /work/SRC/openSUSE:Factory/.polylib.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polylib"

Sun Jun 25 21:41:59 2023 rev:2 rq:1095073 version:5.22.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/polylib/polylib.changes  2020-09-25 
16:32:07.523921854 +0200
+++ /work/SRC/openSUSE:Factory/.polylib.new.15902/polylib.changes       
2023-06-25 21:42:04.968983944 +0200
@@ -1,0 +2,6 @@
+Sat Jun 24 14:12:04 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Support SLE 15.x build
+- Require gmp from polylib-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ polylib.spec ++++++
--- /var/tmp/diff_new_pack.fb0ZkE/_old  2023-06-25 21:42:05.784988846 +0200
+++ /var/tmp/diff_new_pack.fb0ZkE/_new  2023-06-25 21:42:05.788988869 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package polylib
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,9 +27,12 @@
 Source:         
https://icps.u-strasbg.fr/polylib/polylib_src/%name-%version.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  ntl-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gmpxx)
-BuildRequires:  pkgconfig(isl)
+BuildRequires:  pkg-config
+%if 0%{?suse_version} >= 1590
+BuildRequires:  pkgconfig(gmp)
+%else
+BuildRequires:  gmp-devel
+%endif
 
 %description
 The Polyhedral Library (PolyLib) operates on objects made up of
@@ -47,6 +50,11 @@
 Summary:        Development files for PolyLib
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
+%if 0%{?suse_version} >= 1590
+Requires:       pkgconfig(gmp)
+%else
+Requires:       gmp-devel
+%endif
 
 %description devel
 The Polyhedral Library (PolyLib) operates on objects made up of
@@ -64,7 +72,7 @@
 %autosetup -p1
 
 %build
-%configure --disable-static --with-isl=system --with-libgmp
+%configure --disable-static --with-libgmp
 %make_build
 
 %install

Reply via email to