From 7f395d352391b4358cdfa966dd79a2a98034469be17e4371157a168fa62a620e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 19 May 2020 12:48:35 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=5 --- azote.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azote.spec b/azote.spec index f122699..1d06ade 100644 --- a/azote.spec +++ b/azote.spec @@ -25,6 +25,7 @@ License: GPL-3.0-only Group: Productivity/Graphics/Viewers URL: https://github.com/nwg-piotr/azote Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: gobject-introspection BuildRequires: python3-Pillow BuildRequires: python3-gobject BuildRequires: python3-setuptools @@ -32,6 +33,7 @@ Requires: feh Requires: python3-Pillow Requires: python3-Send2Trash Requires: python3-gobject +Requires: python3-gobject-Gdk Requires: wget Requires: wmctrl Requires: xrandr From 290a38af65f19c1c25f9c07c99aa689cdf20dcf220abe4df1b0497116f754ab5 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 20 May 2020 06:17:16 +0000 Subject: [PATCH 2/2] - Add BuildRequires gobject-introspection and python3-gobject-Gdk OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=6 --- azote.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azote.changes b/azote.changes index 45f62c9..e7573d2 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 20 06:15:47 UTC 2020 - Michael Vetter + +- Add BuildRequires gobject-introspection and python3-gobject-Gdk + ------------------------------------------------------------------- Tue May 19 11:16:58 UTC 2020 - Michael Vetter