From f24472ab4ebadf978dcaaaf5867bad969071d93d Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Jan 17 2017 16:45:08 +0000 Subject: fix the conditionalize tests support --- diff --git a/python-pyopencl.spec b/python-pyopencl.spec index 330239a..63043cb 100644 --- a/python-pyopencl.spec +++ b/python-pyopencl.spec @@ -1,6 +1,6 @@ %global srcname pyopencl # POCL arches -%ifnarch aarch64 ppc64 ppc64le s390 s390x +%ifarch aarch64 ppc64 ppc64le s390 s390x %bcond_with tests %else %bcond_without tests @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 2016.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python wrapper for OpenCL # https://bugzilla.redhat.com/show_bug.cgi?id=1219819#c16 @@ -163,6 +163,9 @@ popd %{python3_sitearch}/%{srcname}-*.egg-info/ %changelog +* Tue Jan 17 2017 Than Ngo - 2016.1-6 +- fix the conditionalize tests support + * Mon Dec 19 2016 Miro HronĨok - 2016.1-5 - Rebuild for Python 3.6