Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cvise for openSUSE:Factory checked 
in at 2021-10-15 23:03:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cvise (Old)
 and      /work/SRC/openSUSE:Factory/.cvise.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cvise"

Fri Oct 15 23:03:51 2021 rev:40 rq:925242 version:2.4.0+git.20211014.5c63665

Changes:
--------
--- /work/SRC/openSUSE:Factory/cvise/cvise.changes      2021-10-12 
21:50:41.267986343 +0200
+++ /work/SRC/openSUSE:Factory/.cvise.new.1890/cvise.changes    2021-10-15 
23:04:12.046107609 +0200
@@ -1,0 +2,7 @@
+Thu Oct 14 11:27:22 UTC 2021 - mli...@suse.cz
+
+- Update to version 2.3.0+git.20211014.5c63665:
+  * Bump to 2.4.0.
+  * Small tweak for LLVM 13.
+
+-------------------------------------------------------------------

Old:
----
  cvise-2.3.0+git.20211011.42e2caa.tar.xz

New:
----
  cvise-2.4.0+git.20211014.5c63665.tar.xz

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

Other differences:
------------------
++++++ cvise.spec ++++++
--- /var/tmp/diff_new_pack.8OYk0u/_old  2021-10-15 23:04:14.926109662 +0200
+++ /var/tmp/diff_new_pack.8OYk0u/_new  2021-10-15 23:04:14.926109662 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cvise
-Version:        2.3.0+git.20211011.42e2caa
+Version:        2.4.0+git.20211014.5c63665
 Release:        0
 Summary:        Super-parallel Python port of the C-Reduce
 License:        BSD-3-Clause

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8OYk0u/_old  2021-10-15 23:04:14.970109693 +0200
+++ /var/tmp/diff_new_pack.8OYk0u/_new  2021-10-15 23:04:14.970109693 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">cvise</param>
-    <param name="versionformat">2.3.0+git.%cd.%h</param>
+    <param name="versionformat">2.4.0+git.%cd.%h</param>
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>

++++++ cvise-2.3.0+git.20211011.42e2caa.tar.xz -> 
cvise-2.4.0+git.20211014.5c63665.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cvise-2.3.0+git.20211011.42e2caa/CMakeLists.txt 
new/cvise-2.4.0+git.20211014.5c63665/CMakeLists.txt
--- old/cvise-2.3.0+git.20211011.42e2caa/CMakeLists.txt 2021-10-11 
07:51:28.000000000 +0200
+++ new/cvise-2.4.0+git.20211014.5c63665/CMakeLists.txt 2021-10-14 
13:24:11.000000000 +0200
@@ -122,11 +122,11 @@
 set(cvise_PACKAGE             "cvise")
 set(cvise_PACKAGE_BUGREPORT   "https://github.com/marxin/cvise/issues";)
 set(cvise_PACKAGE_NAME        "cvise")
-set(cvise_PACKAGE_STRING      "cvise 2.3.0")
+set(cvise_PACKAGE_STRING      "cvise 2.4.0")
 set(cvise_PACKAGE_TARNAME     "cvise")
 set(cvise_PACKAGE_URL         "https://github.com/marxin/cvise/";)
-set(cvise_PACKAGE_VERSION     "2.3.0")
-set(cvise_VERSION             "2.3.0")
+set(cvise_PACKAGE_VERSION     "2.4.0")
+set(cvise_VERSION             "2.4.0")
 set(cvise_LLVM_VERSION        "${LLVM_PACKAGE_VERSION}")
 
 configure_file("cmake_config.h.in" "${PROJECT_BINARY_DIR}/config.h")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cvise-2.3.0+git.20211011.42e2caa/tests/test_cvise.py 
new/cvise-2.4.0+git.20211014.5c63665/tests/test_cvise.py
--- old/cvise-2.3.0+git.20211011.42e2caa/tests/test_cvise.py    2021-10-11 
07:51:28.000000000 +0200
+++ new/cvise-2.4.0+git.20211014.5c63665/tests/test_cvise.py    2021-10-14 
13:24:11.000000000 +0200
@@ -15,8 +15,10 @@
         os.chmod(testcase, 0o644)
         cmd = '%s %s %s' % (binary, testcase, arguments)
         subprocess.check_output(cmd, shell=True, encoding='utf8')
-        assert open(testcase).read() == expected
+        content = open(testcase).read()
+        assert content in expected
         assert stat.filemode(os.stat(testcase).st_mode) == '-rw-r--r--'
 
     def test_simple_reduction(self):
-        self.check_cvise('blocksort-part.c', '-c "gcc -c blocksort-part.c && 
grep nextHi blocksort-part.c"', '#define nextHi')
+        self.check_cvise('blocksort-part.c', '-c "gcc -c blocksort-part.c && 
grep nextHi blocksort-part.c"',
+                         ['#define nextHi', '#define  nextHi '])

Reply via email to