From 1393920f7cc1bf78309def09d067cc67e2ec26be4d94129330f1b9c3b699367a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 12:50:09 +0000 Subject: [PATCH] Accepting request 1073112 from GNOME:Next - Replace python3-gi-docgen build requirement with the more reliable pkgconfig(gi-docgen). OBS-URL: https://build.opensuse.org/request/show/1073112 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgweather4?expand=0&rev=6 --- libgweather4.changes | 6 ++++++ libgweather4.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libgweather4.changes b/libgweather4.changes index ac26d9a..d8dbd69 100644 --- a/libgweather4.changes +++ b/libgweather4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 26 20:26:03 UTC 2023 - Luciano Santos + +- Replace python3-gi-docgen build requirement with the more + reliable pkgconfig(gi-docgen). + ------------------------------------------------------------------- Sun Sep 18 14:06:27 UTC 2022 - Bjørn Lie diff --git a/libgweather4.spec b/libgweather4.spec index 45f2b93..4d0166a 100644 --- a/libgweather4.spec +++ b/libgweather4.spec @@ -1,7 +1,7 @@ # # spec file for package libgweather4 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,9 +29,9 @@ BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig -BuildRequires: python3-gi-docgen BuildRequires: python3-gobject BuildRequires: pkgconfig(geocode-glib-2.0) +BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(gio-2.0) >= 2.68.0 BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libsoup-3.0)