Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cvise for openSUSE:Factory checked 
in at 2022-09-01 22:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cvise (Old)
 and      /work/SRC/openSUSE:Factory/.cvise.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cvise"

Thu Sep  1 22:11:02 2022 rev:52 rq:1000428 version:2.5.0+git.20220831.cf6747b

Changes:
--------
--- /work/SRC/openSUSE:Factory/cvise/cvise.changes      2022-08-30 
14:51:25.620418506 +0200
+++ /work/SRC/openSUSE:Factory/.cvise.new.2083/cvise.changes    2022-09-01 
22:12:02.540387111 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 11:34:14 UTC 2022 - [email protected]
+
+- Update to version 2.5.0+git.20220831.cf6747b:
+  * Change gcdabinary to GCC 12 and newer.
+
+-------------------------------------------------------------------

Old:
----
  cvise-2.5.0+git.20220830.f61c4b6.tar.xz

New:
----
  cvise-2.5.0+git.20220831.cf6747b.tar.xz

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

Other differences:
------------------
++++++ cvise.spec ++++++
--- /var/tmp/diff_new_pack.UBpqxh/_old  2022-09-01 22:12:03.072388566 +0200
+++ /var/tmp/diff_new_pack.UBpqxh/_new  2022-09-01 22:12:03.072388566 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cvise
-Version:        2.5.0+git.20220830.f61c4b6
+Version:        2.5.0+git.20220831.cf6747b
 Release:        0
 Summary:        Super-parallel Python port of the C-Reduce
 License:        BSD-3-Clause

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.UBpqxh/_old  2022-09-01 22:12:03.132388730 +0200
+++ /var/tmp/diff_new_pack.UBpqxh/_new  2022-09-01 22:12:03.140388752 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/marxin/cvise</param>
-              <param 
name="changesrevision">f61c4b655c0435407c2fac3b613f53bcf07c117f</param></service></servicedata>
+              <param 
name="changesrevision">cf6747b005c6933d05d8f928cd9bb59aa99cacb6</param></service></servicedata>
 (No newline at EOF)
 

++++++ cvise-2.5.0+git.20220830.f61c4b6.tar.xz -> 
cvise-2.5.0+git.20220831.cf6747b.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cvise-2.5.0+git.20220830.f61c4b6/cvise/passes/gcdabinary.py 
new/cvise-2.5.0+git.20220831.cf6747b/cvise/passes/gcdabinary.py
--- old/cvise-2.5.0+git.20220830.f61c4b6/cvise/passes/gcdabinary.py     
2022-08-30 11:04:50.000000000 +0200
+++ new/cvise-2.5.0+git.20220831.cf6747b/cvise/passes/gcdabinary.py     
2022-08-31 13:28:52.000000000 +0200
@@ -22,7 +22,7 @@
             for line in proc.stdout.splitlines():
                 parts = line.split(':')
                 if 'FUNCTION' in line and len(parts) >= 5:
-                    functions.append(4 * int(parts[1]))
+                    functions.append(int(parts[1]))
 
             state = BinaryState.create(len(functions))
             state.functions = functions

Reply via email to