cosmetics

This commit is contained in:
Michal Ambroz 2017-07-18 04:06:22 +02:00
commit 4dee5a87a9

View file

@ -25,7 +25,7 @@
Name: python-%{srcname}
Version: 3.6.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python binding for the YARA pattern matching tool
Group: Development/Libraries
@ -178,6 +178,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
%changelog
* Mon Jul 17 2017 Michal Ambroz <rebus at, seznam.cz> - 3.6.3-2
- fix bogus dates in the changelog
* Mon Jul 17 2017 Michal Ambroz <rebus at, seznam.cz> - 3.6.3-1
- bump to upstream 3.6.3 release version
@ -190,14 +193,14 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
* Wed Nov 23 2016 Dan Horák <dan[at]danny.cz> - 3.5.0-8
- fix the arch lists
* Mon Aug 16 2016 Michal Ambroz <rebus at, seznam.cz> - 3.5.0-7
* Tue Aug 16 2016 Michal Ambroz <rebus at, seznam.cz> - 3.5.0-7
- adding test exclusions also for armv7hl and ppc64le
* Mon Aug 16 2016 Michal Ambroz <rebus at, seznam.cz> - 3.5.0-6
* Tue Aug 16 2016 Michal Ambroz <rebus at, seznam.cz> - 3.5.0-6
- additionally testEntrypoint testIn testIntegerFunctions failing on s390/ppc64
- exclude those tests for build of s390/ppc64
* Mon Aug 16 2016 Michal Ambroz <rebus at, seznam.cz> - 3.5.0-5
* Tue Aug 16 2016 Michal Ambroz <rebus at, seznam.cz> - 3.5.0-5
- testModuleData is failing on arm platform even for python 2.7
- exclude this test for build of arm