Hello community,

here is the log from the commit of package libsemigroups for openSUSE:Factory 
checked in at 2020-09-25 16:33:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsemigroups (Old)
 and      /work/SRC/openSUSE:Factory/.libsemigroups.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsemigroups"

Fri Sep 25 16:33:08 2020 rev:2 rq:836086 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsemigroups/libsemigroups.changes      
2020-09-21 17:49:49.525271255 +0200
+++ /work/SRC/openSUSE:Factory/.libsemigroups.new.4249/libsemigroups.changes    
2020-09-25 16:34:06.316027294 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 11:16:35 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.3.1
+  * Support for disabling HPCombi (and thus AVX-256 requirement)
+
+-------------------------------------------------------------------

Old:
----
  v0.6.7.tar.gz

New:
----
  libsemigroups-1.3.1.tar.gz

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

Other differences:
------------------
++++++ libsemigroups.spec ++++++
--- /var/tmp/diff_new_pack.0WLPU6/_old  2020-09-25 16:34:06.808027731 +0200
+++ /var/tmp/diff_new_pack.0WLPU6/_new  2020-09-25 16:34:06.812027734 +0200
@@ -17,17 +17,18 @@
 
 
 Name:           libsemigroups
-%define lname  libsemigroups0
-Version:        0.6.7
+%define lname  libsemigroups1
+Version:        1.3.1
 Release:        0
 Summary:        Library with algorithms for computing finite and finitely 
presented semigroups
 License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Math
-URL:            https://github.com/james-d-mitchell/libsemigroups
-Source:         
https://github.com/james-d-mitchell/libsemigroups/archive/v%version.tar.gz
+URL:            https://github.com/libsemigroups/libsemigroups
+Source:         
https://github.com/libsemigroups/libsemigroups/releases/download/v%version/%name-%version.tar.gz
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(eigen3)
 
 %description
 A C++11 library containing implementations of several algorithms for
@@ -62,7 +63,8 @@
 
 %build
 autoreconf -fi
-%configure --disable-static
+# hpcombi requires AVX-256, which is not guaranteed to exist everywhere
+%configure --disable-static --disable-hpcombi --with-external-eigen
 %make_build
 
 %install
@@ -76,13 +78,13 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%_libdir/libsemigroups.so.0*
+%_libdir/libsemigroups.so.1*
 
 %files devel
 %_includedir/libsemigroups/
 %_libdir/libsemigroups.so
 %_libdir/pkgconfig/*.pc
 %license LICENSE
-%doc README.md
+%doc README.rst
 
 %changelog


Reply via email to