diff --git a/python-cornice-sphinx.spec b/python-cornice-sphinx.spec index 146139a..82feba4 100644 --- a/python-cornice-sphinx.spec +++ b/python-cornice-sphinx.spec @@ -2,8 +2,9 @@ %global desc Automatically generates Sphinx documentation for Cornice web services. Name: python-cornice-sphinx +Epoch: 1 Version: 0.3 -Release: 2%{?dist} +Release: 1%{?dist} BuildArch: noarch License: ASL 2.0 and MPLv2.0 @@ -84,6 +85,9 @@ PYTHONPATH="." nosetests-3 %changelog +* Thu Dec 21 2017 Randy Barlow - 0.3-1 +- Raise the epoch to 1. + * Thu Dec 21 2017 Randy Barlow - 0.3-2 - Use fancy new py2_dist and py3_dist macros.