From a384e5e2be84f81012c8ff14d65ee97167021fd66ac130eb4a051473f5968bc9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 20 Jan 2021 13:34:27 +0000 Subject: [PATCH 1/2] Accepting request 864752 from home:dimstar:Factory - Fix dependency of libxkbregistry-devel: the devel package must require the library libxkbregistry0. OBS-URL: https://build.opensuse.org/request/show/864752 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=65 --- libxkbcommon.changes | 6 ++++++ libxkbcommon.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libxkbcommon.changes b/libxkbcommon.changes index ed1a738..5a78445 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 20 12:28:22 UTC 2021 - Dominique Leuenberger + +- Fix dependency of libxkbregistry-devel: the devel package must + require the library libxkbregistry0. + ------------------------------------------------------------------- Mon Nov 23 19:07:13 UTC 2020 - Jan Engelhardt diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 82fd735..4ba00c2 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,7 +1,7 @@ # # spec file for package libxkbcommon # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -128,6 +128,7 @@ layouts and variants for a given ruleset. %package -n libxkbregistry-devel Summary: Header files for xkbregistry Group: Development/Libraries/C and C++ +Requires: libxkbregistry0 = %{version} %description -n libxkbregistry-devel libxkbregistry is a C library that lists available XKB models, From 9976dd5c2cc713c67f29f425161a3c122c97c2298fab74996cad10091022bee4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 20 Jan 2021 13:35:37 +0000 Subject: [PATCH 2/2] be consistent with other -devel pkgs OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=66 --- libxkbcommon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 4ba00c2..3a72330 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -128,7 +128,7 @@ layouts and variants for a given ruleset. %package -n libxkbregistry-devel Summary: Header files for xkbregistry Group: Development/Libraries/C and C++ -Requires: libxkbregistry0 = %{version} +Requires: libxkbregistry0 = %version-%release %description -n libxkbregistry-devel libxkbregistry is a C library that lists available XKB models,