From cac18deee0e00c9ee8b4fce8d4507796a1561298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 12 Apr 2018 00:23:12 +0200 Subject: [PATCH] Provide pypy3(abi) = 5.10 --- pypy3.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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