From fbccd698d330081dd5f4cf1c6b828a185176176d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 26 Jul 2013 15:09:54 -0500 Subject: [PATCH] fix up indentation in arm patch --- python3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 96e194a..2563d98 100644 --- a/python3.spec +++ b/python3.spec @@ -126,7 +126,7 @@ Summary: Version 3 of the Python programming language aka Python 3000 Name: python3 Version: %{pybasever}.2 -Release: 4%{?dist} +Release: 5%{?dist} License: Python Group: Development/Languages @@ -1704,6 +1704,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Fri Jul 26 2013 Dennis Gilmore - 3.3.2-5 +- fix up indentation in arm patch + * Fri Jul 26 2013 Dennis Gilmore - 3.3.2-4 - disable a test that fails on arm - enable valgrind support on arm arches