Hello community, here is the log from the commit of package lzfse for openSUSE:Factory checked in at 2020-11-03 15:15:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzfse (Old) and /work/SRC/openSUSE:Factory/.lzfse.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzfse" Tue Nov 3 15:15:39 2020 rev:5 rq:845072 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lzfse/lzfse.changes 2018-02-20 17:56:28.079455574 +0100 +++ /work/SRC/openSUSE:Factory/.lzfse.new.3463/lzfse.changes 2020-11-03 15:15:51.907999594 +0100 @@ -1,0 +2,5 @@ +Fri Oct 30 16:20:04 UTC 2020 - Martin Pluskal <[email protected]> + +- Use proper macro for cmake building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzfse.spec ++++++ --- /var/tmp/diff_new_pack.uE1RNe/_old 2020-11-03 15:15:52.752000406 +0100 +++ /var/tmp/diff_new_pack.uE1RNe/_new 2020-11-03 15:15:52.756000410 +0100 @@ -1,7 +1,7 @@ # # spec file for package lzfse # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -47,8 +47,9 @@ %setup -q -n %{name}-%{name}-%{version} %build -%cmake -make %{?_smp_mflags} +%cmake \ + -Wno-dev +%cmake_build %install %cmake_install
