Hello community, here is the log from the commit of package cjs for openSUSE:Factory checked in at 2019-02-25 17:54:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cjs (Old) and /work/SRC/openSUSE:Factory/.cjs.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cjs" Mon Feb 25 17:54:54 2019 rev:11 rq:678328 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cjs/cjs.changes 2018-04-26 13:39:05.161760781 +0200 +++ /work/SRC/openSUSE:Factory/.cjs.new.28833/cjs.changes 2019-02-25 17:54:59.110478958 +0100 @@ -1,0 +2,6 @@ +Sat Feb 23 03:53:04 UTC 2019 - Marguerite Su <[email protected]> + +- fix tumbleweed build +- build with optflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cjs.spec ++++++ --- /var/tmp/diff_new_pack.GCDWeV/_old 2019-02-25 17:55:00.474477193 +0100 +++ /var/tmp/diff_new_pack.GCDWeV/_new 2019-02-25 17:55:00.478477188 +0100 @@ -1,7 +1,7 @@ # # spec file for package cjs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # @@ -84,6 +84,8 @@ %prep %setup -q +# we didn't enable code-coverage tests, so "@CODE_COVERAGE_RULES@" never get filled +sed -i '$d' Makefile-test.am %build NOCONFIGURE=1 ./autogen.sh @@ -92,6 +94,8 @@ --without-dbus-tests \ %endif --disable-static + +export CFLAGS+='%{optflags}' make %{?_smp_mflags} V=1 %install
