From 811f9f0801b5c8426f9cd22b9268ad09c5f9ac0813ec9711ac019dfb1dda0f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 Jan 2020 11:52:50 +0000 Subject: [PATCH] Accepting request 764236 from home:jayvdb:branches:devel:languages:python - Add package version to extra devel packages added via Provides OBS-URL: https://build.opensuse.org/request/show/764236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=11 --- python-pybind11.changes | 5 +++++ python-pybind11.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pybind11.changes b/python-pybind11.changes index a8c0ac9..2d10f81 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 14 10:19:23 UTC 2020 - John Vandenberg + +- Add package version to extra devel packages added via Provides + ------------------------------------------------------------------- Sat Dec 21 15:51:16 UTC 2019 - Luigi Baldoni diff --git a/python-pybind11.spec b/python-pybind11.spec index 09b2f7e..5517666 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -44,7 +44,7 @@ by inferring type information using compile-time introspection. Summary: Development files for pybind11 Requires: %{name} = %{version} Requires: python-devel -Provides: %{python_module %{name}-devel} +Provides: %{python_module pybind11-devel = %{version}} %description -n %{name}-devel This package contains files for developing applications using pybind11.