From 60547db36d8d9c9faa74f1cc5d57f6959c3e3dff Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 5 Jul 2016 20:07:11 +0200 Subject: [PATCH] Update to 0.7: Fix file shim tests on big endian architectures (bug in the test suite only, does not affect behavior) --- .gitignore | 1 + py3c.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c88476..dc629f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /py3c-0.6.tar.gz +/py3c-0.7.tar.gz diff --git a/py3c.spec b/py3c.spec index c2c36cf..625a34c 100644 --- a/py3c.spec +++ b/py3c.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: py3c -Version: 0.6 -Release: 2%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -89,5 +89,10 @@ cp -rv doc/build/html/* %{buildroot}%{_pkgdocdir} %doc %{_pkgdocdir}/ %changelog +* Thu May 19 2016 Petr Viktorin - 0.7-1 +- Update to 0.7: +- Fix file shim tests on big endian architectures + (bug in the test suite only, does not affect behavior) + * Thu May 19 2016 Petr Viktorin - 0.6-2 - Initial package diff --git a/sources b/sources index 0198aad..bdc7993 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d961477c00ebe4be19398ee4602946b py3c-0.6.tar.gz +501dcf7a9a5e40769a6bc2edbb2831e2 py3c-0.7.tar.gz