Hello community,

here is the log from the commit of package cvise for openSUSE:Factory checked 
in at 2020-07-27 17:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cvise (Old)
 and      /work/SRC/openSUSE:Factory/.cvise.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cvise"

Mon Jul 27 17:45:16 2020 rev:14 rq:822878 version:1.6.0+git.20200726.1b1be7c

Changes:
--------
--- /work/SRC/openSUSE:Factory/cvise/cvise.changes      2020-07-08 
19:12:19.346970018 +0200
+++ /work/SRC/openSUSE:Factory/.cvise.new.3592/cvise.changes    2020-07-27 
17:47:40.435409557 +0200
@@ -1,0 +2,67 @@
+Sun Jul 26 19:28:48 UTC 2020 - mli...@suse.cz
+
+- Update to version 1.5.0+git.20200726.1b1be7c:
+  * Bump to v1.6.0.
+
+-------------------------------------------------------------------
+Fri Jul 24 09:46:50 UTC 2020 - mli...@suse.cz
+
+- Update to version 1.5.0+git.20200724.686d1e9:
+  * clex: correctly exit when file does not exist.
+  * Clean up ignores a bit.
+  * Add ignores.
+  * One more fix to ignores.
+  * Add more ignores.
+  * Fix mapping and add ignores.
+  * Replace coverage badge.
+  * Rename codecov.yml file.
+  * Add .codecov.yml file with prefix fix.
+  * Switch to codecov.
+  * LGMT: exclude cpp/fixme-comment type.
+  * Fix 2 LGTM CPP warnings.
+  * LGTM: Do not build with debug info enabled.
+  * Remove object files for LGTM.
+  * Add coverage badge.
+  * Update build script.
+  * Add missing python3 package.
+  * Add exclude pattern.
+  * cvise/utils/testing.py: print full backtrace for test failure
+  * cvise/passes/clangbinarysearch.py: add missing imports
+  * Fix usage of BUILD_TYPE.
+  * Pass BUILD_TYPE to build_and_test.sh.
+  * Add missing sqlite3.
+  * Add special coverage build.
+  * Add argument to build_and_test.sh.
+  * Install python3-pip package.
+  * Run coverage just for one build.
+  * Add objdir to .gitignore.
+  * Install coveralls within Docker containers.
+  * Add coveralls.
+  * Fix 2 LGTM CPP warnings.
+  * Add cpp grade for LGTM.
+  * Add build command.
+  * Remove make from LGTM.
+  * Fix build
+  * LGTM: Move to single line.
+  * Rework configure commands for LGTM.
+  * LGTM: fix macro definition.
+  * LGTM: add search location for LGTM.
+  * Remove 2 packages for LGTM.
+  * Add Pebble via pip3 for LGTM.
+  * Add more LLVM packages for LGTM.
+  * Fix LGTM build.
+  * Fix remaining LGTM issues.
+  * Use DEBUG mode for cmake.
+  * Clean Python code.
+  * Fix up InvalidInterestingnessTestError constructor.
+  * Fix usage of UnknownArgumentError.
+  * Update Ubuntu packages in lgtm.yml.
+  * Fix package list in LGTM.
+  * Add code quality badge.
+  * Add LGTM to README.md file.
+  * Add new dependencies to lgtm.yml file.
+  * Add LGTM yml file.
+  * Update documentation a bit.
+  * Add Debian and Fedora packages.
+
+-------------------------------------------------------------------

Old:
----
  cvise-1.5.0+git.20200707.c1ebd48.tar.xz

New:
----
  cvise-1.6.0+git.20200726.1b1be7c.tar.zst

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

Other differences:
------------------
++++++ cvise.spec ++++++
--- /var/tmp/diff_new_pack.kvFxL9/_old  2020-07-27 17:47:42.839411814 +0200
+++ /var/tmp/diff_new_pack.kvFxL9/_new  2020-07-27 17:47:42.843411818 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           cvise
-Version:        1.5.0+git.20200707.c1ebd48
+Version:        1.6.0+git.20200726.1b1be7c
 Release:        0
 Summary:        Super-parallel Python port of the C-Reduce
 License:        BSD-3-Clause
 URL:            https://github.com/marxin/cvise
-Source:         %{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.zst
 BuildRequires:  astyle
 BuildRequires:  clang10-devel
 BuildRequires:  cmake
@@ -36,6 +36,7 @@
 BuildRequires:  python3-psutil
 BuildRequires:  python3-pytest
 BuildRequires:  unifdef
+BuildRequires:  zstd
 Requires:       astyle
 Requires:       clang10
 Requires:       indent

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kvFxL9/_old  2020-07-27 17:47:42.879411851 +0200
+++ /var/tmp/diff_new_pack.kvFxL9/_new  2020-07-27 17:47:42.879411851 +0200
@@ -4,11 +4,11 @@
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">cvise</param>
-    <param name="versionformat">1.5.0+git.%cd.%h</param>
+    <param name="versionformat">1.6.0+git.%cd.%h</param>
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zstd</param>
   </service>
   <service mode="disabled" name="set_version"/>
 </services>


Reply via email to