diff --git a/pypy3.spec b/pypy3.spec index 196243f..bf093ac 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -2,7 +2,7 @@ Name: pypy3 Version: %{basever}.1 %global pyversion 3.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python 3 implementation with a Just-In-Time compiler # LGPL and another free license we'd need to ask spot about are present in some @@ -241,7 +241,8 @@ BuildRequires: emacs BuildRequires: %{_bindir}/git # Metadata for the core package (the JIT build): -Requires: pypy3-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Provides: %{name}(abi) = %{basever} %description PyPy's implementation of Python 3, featuring a Just-In-Time compiler on some CPU @@ -822,6 +823,9 @@ CheckPyPy %{name}-stackless %changelog +* Wed Apr 11 2018 Miro Hrončok - 5.10.1-7 +- Provide pypy3(abi) = 5.10 + * Wed Apr 11 2018 Miro Hrončok - 5.10.1-6 - RPM macros improvements