From 7db2aa32ad2fc3b764e8c2df28082ae46e894097 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 19 2018 09:14:34 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/python-pyev.spec b/python-pyev.spec index 3445a87..326f6ff 100644 --- a/python-pyev.spec +++ b/python-pyev.spec @@ -34,10 +34,10 @@ URL: https://github.com/gabrielfalcao/pyev %global build_release 0 %if 0%{?build_release} > 0 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %else -Release: 0.1.%{gitdate}git%{shortcommit}%{?dist} +Release: 0.2.%{gitdate}git%{shortcommit}%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz %endif #build_release @@ -138,6 +138,9 @@ to libev library to be called from Python scripts. %changelog +* Tue Jun 19 2018 Miro Hrončok - 0.9.0-0.2.20130610gite31d137 +- Rebuilt for Python 3.7 + * Wed Mar 21 2018 Michal Ambroz - 0.9.0-0.1 - initial package for Fedora