Accepting request 704525 from home:TheBlackCat:branches:devel:languages:python

- Fix typos

OBS-URL: https://build.opensuse.org/request/show/704525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycairo?expand=0&rev=2
This commit is contained in:
Todd R 2019-05-21 16:29:43 +00:00 committed by Git OBS Bridge
parent 3a28e29992
commit 34c351d932
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 16:14:32 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fix typos
-------------------------------------------------------------------
Sun May 19 16:44:42 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -30,11 +30,11 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: cairo-devel >= 1.13.1
BuildRequires: python-rpm-macros
Provides: python-cario = %{version}
Obsoletes: python-cario < %{version}
Provides: python-cairo = %{version}
Obsoletes: python-cairo < %{version}
%ifpython2
Provides: %{oldpython}-cario = %{version}
Obsoletes: %{oldpython}-cario < %{version}
Provides: %{oldpython}-cairo = %{version}
Obsoletes: %{oldpython}-cairo < %{version}
%endif
%python_subpackages
@ -48,11 +48,11 @@ Group: Development/Libraries/C and C++
Requires: python-pycairo = %{version}
Requires: python-pycairo-common-devel = %{version}
Requires: python-devel
Provides: python-cario-devel = %{version}
Obsoletes: python-cario-devel < %{version}
Provides: python-cairo-devel = %{version}
Obsoletes: python-cairo-devel < %{version}
%ifpython2
Provides: %{oldpython}-cario-devel = %{version}
Obsoletes: %{oldpython}-cario-devel < %{version}
Provides: %{oldpython}-cairo-devel = %{version}
Obsoletes: %{oldpython}-cairo-devel < %{version}
%endif
%description devel