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)