From df0143aed74dfc85ba1a0972fa5b9ce322bc0096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:57:56 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-cpuinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cpuinfo.spec b/python-cpuinfo.spec index afcf27d..1201578 100644 --- a/python-cpuinfo.spec +++ b/python-cpuinfo.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 4.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -104,6 +104,9 @@ cp -p %{buildroot}/%{_bindir}/cpuinfo %{buildroot}/%{_bindir}/cpuinfo-3 %changelog +* Tue Jun 19 2018 Miro HronĨok - 4.0.0-2 +- Rebuilt for Python 3.7 + * Wed Apr 04 2018 Parag Nemade - 4.0.0-1 - Update to 4.0.0 version (#1563228)