Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jbigkit for openSUSE:Factory checked in at 2022-08-26 09:07:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jbigkit (Old) and /work/SRC/openSUSE:Factory/.jbigkit.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jbigkit" Fri Aug 26 09:07:52 2022 rev:11 rq:999128 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jbigkit/jbigkit.changes 2014-04-17 14:44:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jbigkit.new.2083/jbigkit.changes 2022-08-26 09:07:53.269359841 +0200 @@ -1,0 +2,5 @@ +Wed Aug 24 10:46:45 UTC 2022 - Andreas Schwab <[email protected]> + +- Makefile is not parallel-safe + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jbigkit.spec ++++++ --- /var/tmp/diff_new_pack.ngNbk1/_old 2022-08-26 09:07:53.697360279 +0200 +++ /var/tmp/diff_new_pack.ngNbk1/_new 2022-08-26 09:07:53.701360283 +0200 @@ -1,7 +1,7 @@ # # spec file for package jbigkit # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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/ # @@ -22,9 +22,9 @@ Version: %{ver_maj}.%{ver_min} Release: 0 Summary: JBIG1 lossless image compression tools -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Graphics/Convertors -Url: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ +URL: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ Source0: http://www.cl.cam.ac.uk/~mgk25/download/%{name}-%{version}.tar.gz Source42: baselibs.conf Patch0: %{name}-%{version}-shlib.patch @@ -74,7 +74,8 @@ %build export CFLAGS="%optflags -I../libjbig" CXXFLAGS="%optflags" -%__make %{?_smp_mflags} +# Makefile is not parallel-safe +%__make %check %__make test
