recompiling .py files against Python 2.7 (rhbz#623298)

This commit is contained in:
David Malcolm 2010-08-11 17:29:20 -04:00
commit 105a00fb2a

View file

@ -1,7 +1,7 @@
Summary: Execution analysis and debugging tool-suite.
Name: frysk
Version: 0.4
Release: 26%{?dist}
Release: 27%{?dist}
# antlrv2 is Public Domain; antlrv3 is BSD.
# getopt is GPLv2 with exception
@ -362,6 +362,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/frysk.1.gz
%changelog
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.4-27
- recompiling .py files against Python 2.7 (rhbz#623298)
* Tue Mar 30 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-26
- during an exec, flush the cached "stat", don't re-read it -
frysk-0.4-flushstat.patch