diff --git a/.files b/.files index 071249f..6b0bea6 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 10b1d6c..da10bc6 100644 --- a/.rev +++ b/.rev @@ -248,4 +248,12 @@ Scripted push from GNOME:Next (forwarded request 920910 from dimstar) 921595 + + e295bb3ca3d73da694bec374a6a1cdca + 41.0 + + dimstar_suse + + 956566 + diff --git a/adwaita-icon-theme.changes b/adwaita-icon-theme.changes index 887d41e..809f50b 100644 --- a/adwaita-icon-theme.changes +++ b/adwaita-icon-theme.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Mon Feb 21 10:19:36 UTC 2022 - Bjørn Lie + +- Replace Requires(post): gtk3-tools with the 2 following: + + Requires(post): (gtk3-tools if libgtk-3-0) + + Requires(post): (gtk4-tools if libgtk-4-1) + Do this as we want gtk3-tools when building and installing a gtk3 + based package, and gtk4-tools when building and installing a gtk4 + based package. + +------------------------------------------------------------------- Mon Sep 13 07:19:57 UTC 2021 - Dominique Leuenberger - Update to version 41.0: diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 97b2a17..3fa2509 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -1,7 +1,7 @@ # # spec file for package adwaita-icon-theme # -# Copyright (c) 2021 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 @@ -31,7 +31,8 @@ BuildRequires: gtk3-tools >= 3.24.2 BuildRequires: pkgconfig # To make sure the icon theme cache gets generated -Requires(post): gtk3-tools +Requires(post): (gtk3-tools if libgtk-3-0) +Requires(post): (gtk4-tools if libgtk-4-1) Provides: %{name}-devel = %{version}-%{release} BuildArch: noarch