From 2e3cbccea0da1cf5e5fc231d1b88984c38b1f3d8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 05:06:43 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- newt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 4bec85f..51e6311 100644 --- a/newt.spec +++ b/newt.spec @@ -2,7 +2,7 @@ Summary: A library for text mode user interfaces Name: newt Version: 0.52.14 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 Group: System Environment/Libraries URL: https://fedorahosted.org/newt/ @@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.py* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 0.52.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Nov 11 2011 Miroslav Lichvar - 0.52.14-1 - fix returning strings in whiptail and whiptcl (#752818) - fix configure to work with multiple python versions (#737998)