Update to 0.7:
Fix file shim tests on big endian architectures (bug in the test suite only, does not affect behavior)
This commit is contained in:
parent
e6f5c70610
commit
60547db36d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/py3c-0.6.tar.gz
|
||||
/py3c-0.7.tar.gz
|
||||
|
||||
@ -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 <pviktorin@redhat.com> - 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 <pviktorin@redhat.com> - 0.6-2
|
||||
- Initial package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user