From efabd14eaa350008d3e5303a17a1c7218fec70de20010529f150be65c3164dec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Sep 2022 07:28:51 +0000 Subject: [PATCH] Accepting request 1001390 from home:dimstar:Factory - Add baselibs.conf: produce libyaml-0-2-32bit, required by libcamera -> pipewire. OBS-URL: https://build.opensuse.org/request/show/1001390 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=31 --- baselibs.conf | 1 + libyaml.changes | 6 ++++++ libyaml.spec | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..9446b8a --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libyaml-0-2 diff --git a/libyaml.changes b/libyaml.changes index 4adaa89..8926a1f 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 6 08:50:49 UTC 2022 - Dominique Leuenberger + +- Add baselibs.conf: produce libyaml-0-2-32bit, required by + libcamera -> pipewire. + ------------------------------------------------------------------- Sat Aug 15 22:27:54 UTC 2020 - Dirk Mueller diff --git a/libyaml.spec b/libyaml.spec index 4dbabb6..3fe9e87 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,7 +1,7 @@ # # spec file for package libyaml # -# Copyright (c) 2020 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 @@ -24,6 +24,7 @@ License: MIT Group: Development/Libraries/C and C++ URL: https://pyyaml.org/wiki/LibYAML Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: pkgconfig %description