From 41df583299a0958c503cabd098ea72e6fb6395a30d25269bd99c2ce765eeb5f0 Mon Sep 17 00:00:00 2001 From: Asterios Dramis Date: Sun, 26 Dec 2021 18:32:26 +0000 Subject: [PATCH] Accepting request 942347 from home:cgiboudeaux:branches:devel:libraries:c_c++ - Fix Vc-devel dependencies. VcTargets.cmake defines the Vc::Vc target which points to libVc.a. Vc-devel needs an explicit dependency on the package containing the static library. OBS-URL: https://build.opensuse.org/request/show/942347 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=37 --- Vc.changes | 8 ++++++++ Vc.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/Vc.changes b/Vc.changes index 4b72517..85021ca 100644 --- a/Vc.changes +++ b/Vc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 24 12:16:02 UTC 2021 - Christophe Giboudeaux + +- Fix Vc-devel dependencies. + VcTargets.cmake defines the Vc::Vc target which points to + libVc.a. Vc-devel needs an explicit dependency on the package + containing the static library. + ------------------------------------------------------------------- Sat Jun 5 17:12:32 UTC 2021 - Christophe Giboudeaux diff --git a/Vc.spec b/Vc.spec index de9d01f..aaaee25 100644 --- a/Vc.spec +++ b/Vc.spec @@ -40,6 +40,7 @@ sets. %package devel Summary: Development Files for Vc Group: Development/Libraries/C and C++ +Requires: %{name}-devel-static = %{version} %description devel Vc is a free software library to ease explicit vectorization of C++ code. It