Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sympol for openSUSE:Factory checked in at 2025-03-04 18:33:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sympol (Old) and /work/SRC/openSUSE:Factory/.sympol.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sympol" Tue Mar 4 18:33:36 2025 rev:5 rq:1250060 version:0.1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/sympol/sympol.changes 2022-04-21 15:49:05.336343814 +0200 +++ /work/SRC/openSUSE:Factory/.sympol.new.19136/sympol.changes 2025-03-04 18:34:03.801638152 +0100 @@ -1,0 +2,5 @@ +Tue Mar 4 11:07:12 UTC 2025 - Jan Engelhardt <[email protected]> + +- Add lrslib-0.7.3.diff + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio lrslib-0.7.3.diff BETA DEBUG BEGIN: New: - Add lrslib-0.7.3.diff BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sympol.spec ++++++ --- /var/tmp/diff_new_pack.zy0xEB/_old 2025-03-04 18:34:04.281658197 +0100 +++ /var/tmp/diff_new_pack.zy0xEB/_new 2025-03-04 18:34:04.285658365 +0100 @@ -1,7 +1,7 @@ # # spec file for package sympol # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ Patch1: unbundle.diff Patch2: cddlib.diff Patch3: bliss-0.77.diff +Patch4: lrslib-0.7.3.diff BuildRequires: bliss-devel BuildRequires: c++_compiler BuildRequires: cmake >= 2.6 @@ -81,8 +82,7 @@ ln -s . "%buildroot/%_includedir/sympol/yal" perl -i -lpe 's{#include ".*/}{#include "}g' "%buildroot/%_includedir/sympol"/*.h -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files %_bindir/sympol ++++++ _scmsync.obsinfo ++++++ mtime: 1741091552 commit: 8dfcaf685cfe292dc8ee946bbd2c48fb38c268162eac26570fcdb91291fa6f04 url: https://src.opensuse.org/jengelh/sympol revision: master ++++++ lrslib-0.7.3.diff ++++++ From: Jan Engelhardt <[email protected]> Date: 2025-03-04 13:32:24.899798142 +0100 References: https://github.com/tremlin/SymPol/issues/6 --- sympol/raycomputationlrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: SymPol-0.1.9/sympol/raycomputationlrs.cpp =================================================================== --- SymPol-0.1.9.orig/sympol/raycomputationlrs.cpp +++ SymPol-0.1.9/sympol/raycomputationlrs.cpp @@ -243,7 +243,7 @@ bool RayComputationLRS::determineRedunda for (ulong index = lastdv + 1; index <= m + d; index++) { ineq = Q->inequality[index - lastdv]; /* the input inequality number corr. to this index */ - redineq[ineq] = checkindex (P, Q, index); + redineq[ineq] = checkindex (P, Q, index, 0); } /* end for index ..... */ std::list<ulong> redundancies;
