Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package patterns-devel-base for
openSUSE:Factory checked in at 2021-01-29 14:56:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-devel-base (Old)
and /work/SRC/openSUSE:Factory/.patterns-devel-base.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-devel-base"
Fri Jan 29 14:56:09 2021 rev:9 rq:867019 version:20170319
Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-devel-base/patterns-devel-base.changes
2018-12-31 09:43:03.746380080 +0100
+++
/work/SRC/openSUSE:Factory/.patterns-devel-base.new.28504/patterns-devel-base.changes
2021-01-29 14:56:38.973469885 +0100
@@ -1,0 +2,5 @@
+Tue Jan 26 12:14:19 UTC 2021 - Felix Niederwanger <[email protected]>
+
+- Add sparse, smatch and coccinelle to pattern
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ patterns-devel-base.spec ++++++
--- /var/tmp/diff_new_pack.dN0vbv/_old 2021-01-29 14:56:39.565470755 +0100
+++ /var/tmp/diff_new_pack.dN0vbv/_new 2021-01-29 14:56:39.565470755 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package patterns-openSUSE
+# spec file for package patterns-devel-base
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 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/
#
@@ -24,14 +24,13 @@
Summary: Patterns for Installation (base devel patterns)
License: MIT
Group: Metapackages
-Url: https://github.com/openSUSE/patterns
+URL: https://github.com/openSUSE/patterns
Source0: %{name}-rpmlintrc
Source1: pattern-definition-32bit.txt
Source2: create_32bit-patterns_file.pl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: patterns-rpm-macros
-
%description
This is an internal package that is used to create the patterns as part
of the installation source setup. Installation of this package does
@@ -51,10 +50,10 @@
Provides: pattern-order() = 3140
Provides: pattern-visible()
%if ! 0%{?is_opensuse}
-Provides: patterns-sles-Basis-Devel = %{version}
Provides: patterns-sled-Basis-Devel = %{version}
-Obsoletes: patterns-sles-Basis-Devel < %{version}
+Provides: patterns-sles-Basis-Devel = %{version}
Obsoletes: patterns-sled-Basis-Devel < %{version}
+Obsoletes: patterns-sles-Basis-Devel < %{version}
%endif
Requires: pattern() = basesystem
@@ -98,6 +97,8 @@
Recommends: e2fsprogs-devel
Recommends: libapparmor-devel
Recommends: libosip2-devel
+# required for make checks
+Recommends: sparse
Suggests: build
# bnc#804006
Suggests: osc
@@ -113,6 +114,8 @@
Suggests: libgssglue-devel
Suggests: audit-devel
Suggests: nasm
+Suggests: smatch
+Suggests: coccinelle
%description devel_basis
Minimal set of tools for compiling and linking applications.