Hello community,

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

Package is "cvise"

Thu Jul 30 13:34:06 2020 rev:15 rq:823550 version:1.6.0+git.20200728.98d731e

Changes:
--------
--- /work/SRC/openSUSE:Factory/cvise/cvise.changes      2020-07-27 
17:47:40.435409557 +0200
+++ /work/SRC/openSUSE:Factory/.cvise.new.3592/cvise.changes    2020-07-30 
13:34:07.934753005 +0200
@@ -1,0 +2,18 @@
+Thu Jul 30 09:25:01 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Stop using zstd compression.
+
+-------------------------------------------------------------------
+Thu Jul 30 09:23:40 UTC 2020 - mli...@suse.cz
+
+- Update to version 1.6.0+git.20200728.98d731e:
+  * Catch proper exception in readkey.py.
+  * Add missing dependency.
+  * Add first integration test.
+
+-------------------------------------------------------------------
+Thu Jul 30 09:19:19 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Support building on Leap 15.
+
+-------------------------------------------------------------------

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

New:
----
  cvise-1.6.0+git.20200728.98d731e.tar.xz

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

Other differences:
------------------
++++++ cvise.spec ++++++
--- /var/tmp/diff_new_pack.t2JjLo/_old  2020-07-30 13:34:08.886753709 +0200
+++ /var/tmp/diff_new_pack.t2JjLo/_new  2020-07-30 13:34:08.890753713 +0200
@@ -17,30 +17,39 @@
 
 
 Name:           cvise
-Version:        1.6.0+git.20200726.1b1be7c
+Version:        1.6.0+git.20200728.98d731e
 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.zst
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  astyle
+%if %{?suse_version} > 1500
 BuildRequires:  clang10-devel
+BuildRequires:  llvm10-devel
+%else
+BuildRequires:  clang9-devel
+BuildRequires:  llvm9-devel
+%endif
 BuildRequires:  cmake
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  indent
-BuildRequires:  llvm10-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  ninja
 BuildRequires:  python3-Pebble
 BuildRequires:  python3-psutil
 BuildRequires:  python3-pytest
 BuildRequires:  unifdef
-BuildRequires:  zstd
 Requires:       astyle
+%if %{?suse_version} > 1500
 Requires:       clang10
-Requires:       indent
 Requires:       llvm10
+%else
+Requires:       clang9
+Requires:       llvm9
+%endif
+Requires:       indent
 Requires:       python3-Pebble
 Requires:       python3-psutil
 Requires:       unifdef

++++++ _service ++++++
--- /var/tmp/diff_new_pack.t2JjLo/_old  2020-07-30 13:34:08.954753760 +0200
+++ /var/tmp/diff_new_pack.t2JjLo/_new  2020-07-30 13:34:08.954753760 +0200
@@ -8,7 +8,7 @@
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">zstd</param>
+    <param name="compression">xz</param>
   </service>
   <service mode="disabled" name="set_version"/>
 </services>


Reply via email to