diff --git a/python-yara.spec b/python-yara.spec index e4aa92b..8c97dcd 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -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 - 3.6.3-2 +- fix bogus dates in the changelog + * Mon Jul 17 2017 Michal Ambroz - 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 - 3.5.0-8 - fix the arch lists -* Mon Aug 16 2016 Michal Ambroz - 3.5.0-7 +* Tue Aug 16 2016 Michal Ambroz - 3.5.0-7 - adding test exclusions also for armv7hl and ppc64le -* Mon Aug 16 2016 Michal Ambroz - 3.5.0-6 +* Tue Aug 16 2016 Michal Ambroz - 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 - 3.5.0-5 +* Tue Aug 16 2016 Michal Ambroz - 3.5.0-5 - testModuleData is failing on arm platform even for python 2.7 - exclude this test for build of arm