Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package drawing for openSUSE:Factory checked in at 2022-03-02 18:22:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drawing (Old) and /work/SRC/openSUSE:Factory/.drawing.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drawing" Wed Mar 2 18:22:36 2022 rev:2 rq:958496 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/drawing/drawing.changes 2021-05-03 22:08:14.908471076 +0200 +++ /work/SRC/openSUSE:Factory/.drawing.new.1958/drawing.changes 2022-03-02 18:22:46.212659497 +0100 @@ -1,0 +2,6 @@ +Wed Mar 2 16:28:55 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Add explicit itstool BuildRequires, as meson.build checks for it: + do not expect anything else to pull it in. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drawing.spec ++++++ --- /var/tmp/diff_new_pack.vugJ3l/_old 2022-03-02 18:22:46.948659523 +0100 +++ /var/tmp/diff_new_pack.vugJ3l/_new 2022-03-02 18:22:46.956659523 +0100 @@ -1,6 +1,7 @@ +# # spec file for package drawing # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -14,30 +15,31 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define _name com.github.maoschanz.drawing Name: drawing Version: 0.8.0 Release: 0 Summary: A simple draw application for Linux -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Graphics/Bitmap Editors URL: https://github.com/maoschanz/drawing -Source: https://github.com/maoschanz/drawing/archive/refs/tags/%version.tar.gz +Source: https://github.com/maoschanz/drawing/archive/refs/tags/%{version}.tar.gz Source2: drawing-rpmlintrc - -BuildRequires: meson BuildRequires: fdupes +BuildRequires: gobject-introspection +BuildRequires: itstool +BuildRequires: meson +BuildRequires: pkgconfig BuildRequires: python3-gobject -BuildRequires: python3-pycairo BuildRequires: python3-gobject-devel +BuildRequires: python3-pycairo BuildRequires: pkgconfig(gtk+-3.0) - Requires: python3 Requires: python3-gobject Requires: python3-gobject-Gdk Requires: python3-gobject-cairo Requires: python3-pycairo -BuildRequires: gobject-introspection Recommends: yelp BuildArch: noarch