From e21bee115d7f3ef312b657cffcf3e85395f190a9d1fafd736b845dc452457ee3 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 5 Feb 2024 14:23:35 +0000 Subject: [PATCH] - devel package: added missing Requires to libxcb-dbe0 (boo#1219572) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=69 --- libxcb.changes | 5 +++++ libxcb.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libxcb.changes b/libxcb.changes index 70d3652..b6c6767 100644 --- a/libxcb.changes +++ b/libxcb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 5 14:22:08 UTC 2024 - Stefan Dirsch + +- devel package: added missing Requires to libxcb-dbe0 (boo#1219572) + ------------------------------------------------------------------- Sat Aug 26 14:44:23 UTC 2023 - Stefan Dirsch diff --git a/libxcb.spec b/libxcb.spec index cc390bb..9750bdf 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -1,7 +1,7 @@ # # spec file for package libxcb # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -351,6 +351,7 @@ Summary: Development files for the X11 protocol C library Group: Development/Libraries/C and C++ Requires: libxcb-composite0 = %{version} Requires: libxcb-damage0 = %{version} +Requires: libxcb-dbe0 = %{version} Requires: libxcb-dpms0 = %{version} Requires: libxcb-dri2-0 = %{version} Requires: libxcb-dri3-0 = %{version}