Hello community,

here is the log from the commit of package drpm for openSUSE:Factory checked in 
at 2019-09-23 12:38:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drpm (Old)
 and      /work/SRC/openSUSE:Factory/.drpm.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drpm"

Mon Sep 23 12:38:44 2019 rev:2 rq:732265 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/drpm/drpm.changes        2019-09-13 
14:58:36.201277960 +0200
+++ /work/SRC/openSUSE:Factory/.drpm.new.7948/drpm.changes      2019-09-23 
12:39:24.185590360 +0200
@@ -1,0 +2,15 @@
+Sat Sep 21 02:31:40 UTC 2019 - Neal Gompa <ngomp...@gmail.com>
+
+- Rework zstd enablement conditional and simplify it
+
+-------------------------------------------------------------------
+Sat Sep 21 02:27:26 UTC 2019 - Neal Gompa <ngomp...@gmail.com>
+
+- Fix the conditional for disabling zstd for Leap 15.1 and lower
+
+-------------------------------------------------------------------
+Fri Sep 13 18:04:04 UTC 2019 - Neal Gompa <ngomp...@gmail.com>
+
+- Disable zstd for Leap 15.1 and lower due to broken zstd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ drpm.spec ++++++
--- /var/tmp/diff_new_pack.zQYeBE/_old  2019-09-23 12:39:24.513590306 +0200
+++ /var/tmp/diff_new_pack.zQYeBE/_new  2019-09-23 12:39:24.517590306 +0200
@@ -27,11 +27,11 @@
 %bcond_without tests
 %endif
 
-%if (0%{?suse_version} && 0%{?suse_version} < 1500) || (0%{?is_opensuse} == 0 
&& 0%{?suse_version} == 1500)
-# Disable zstd for SLE 15 and older
-%bcond_with zstd
-%else
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
+# Enable zstd when not SLE 15.1 and older
 %bcond_without zstd
+%else
+%bcond_with zstd
 %endif
 
 Name:           drpm


Reply via email to