From 70cd45b002215503243c7a95fd1881bcc3830fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Thu, 17 Nov 2011 12:45:49 +0000 Subject: [PATCH] fix corruption of the changelog * python-greenlet.spec: The previous version had %check rather than %%check, and the former interpolated "unset DISPLAY" into the changelog. --- python-greenlet.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index 45beccc..0893a78 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -4,7 +4,7 @@ Name: python-greenlet Version: 0.3.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Lightweight in-process concurrent programming Group: Development/Libraries License: MIT @@ -77,9 +77,14 @@ PYTHONPATH=$(pwd) %{__python} benchmarks/switch.py %{_includedir}/python*/greenlet %changelog +* Thu Nov 17 2011 Pádraig Brady - 0.3.1-7 +- Fix %%check quoting in the previous comment which when + left with a single percent sign, pulled in "unset DISPLAY\n" + into the changelog + * Mon Oct 24 2011 Pádraig Brady - 0.3.1-6 - cherrypick 25bf29f4d3b7 from upstream (rhbz#746771) -- exclude the %check from ppc where the tests segfault +- exclude the %%check from ppc where the tests segfault * Wed Oct 19 2011 David Malcolm - 0.3.1-5 - add a %%check section