14
0

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
This commit is contained in:
Tomáš Chvátal
2020-01-14 11:52:50 +00:00
committed by Git OBS Bridge
parent 6573ed08f8
commit 811f9f0801
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 14 10:19:23 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Add package version to extra devel packages added via Provides
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 21 15:51:16 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> Sat Dec 21 15:51:16 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -44,7 +44,7 @@ by inferring type information using compile-time introspection.
Summary: Development files for pybind11 Summary: Development files for pybind11
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: python-devel Requires: python-devel
Provides: %{python_module %{name}-devel} Provides: %{python_module pybind11-devel = %{version}}
%description -n %{name}-devel %description -n %{name}-devel
This package contains files for developing applications using pybind11. This package contains files for developing applications using pybind11.