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