[bakefile] recompiling .py files against Python 2.7 (rhbz#623276)

dmalcolm dmalcolm at fedoraproject.org
Wed Aug 11 21:11:56 UTC 2010


commit ab9bf64ae93b8dfac166af12a73e581bb1cd1678
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Wed Aug 11 17:14:34 2010 -0400

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

 bakefile.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/bakefile.spec b/bakefile.spec
index 47880d8..7d651a9 100644
--- a/bakefile.spec
+++ b/bakefile.spec
@@ -1,6 +1,6 @@
 Name:           bakefile
 Version:        0.2.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A cross-platform, cross-compiler native makefiles generator
 Group:          Development/Tools
 License:        MIT
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.8-4
+- recompiling .py files against Python 2.7 (rhbz#623276)
+
 * Tue Mar 02 2010 Filipe Rosset <rosset.filipe at gmail.com> - 0.2.8-3
 - Fixed Source url
 - Updated BuildRequires and Requires info


More information about the scm-commits mailing list