From 66d006c30a46c9c7a85f6a7716ab9328ab61ab63 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mar 07 2019 21:09:12 +0000 Subject: Rebuilt to change main python from 3.4 to 3.6 --- diff --git a/pythia8.spec b/pythia8.spec index 591cb9f..2375ea9 100644 --- a/pythia8.spec +++ b/pythia8.spec @@ -22,7 +22,7 @@ Name: pythia8 Version: 8.2.35 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Pythia Event Generator for High Energy Physics License: GPLv2+ @@ -45,8 +45,8 @@ BuildRequires: python2-devel BuildRequires: python3-devel %endif %if %{?rhel}%{!?rhel:0} == 7 -BuildRequires: python34-devel -BuildRequires: python36-devel +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_other_pkgversion}-devel %endif BuildRequires: rsync BuildRequires: dos2unix @@ -293,6 +293,9 @@ touch %{buildroot}%{python3_other_sitearch}/%{name}-%{version}.egg-info %license COPYING %changelog +* Thu Mar 07 2019 Troy Dawson - 8.2.35-6 +- Rebuilt to change main python from 3.4 to 3.6 + * Thu Oct 25 2018 Mattias Ellert - 8.2.35-5 - Don't build Python 2 package for Fedora >= 30 - Add Python 3.6 package for EPEL 7