diff --git a/.gitignore b/.gitignore index f05b12c..2297667 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /automaton-0.7.0.tar.gz /automaton-1.0.0.tar.gz /automaton-1.1.0.tar.gz +/automaton-1.2.0.tar.gz diff --git a/python-automaton.spec b/python-automaton.spec index 1f0ae64..636dfc1 100644 --- a/python-automaton.spec +++ b/python-automaton.spec @@ -5,8 +5,8 @@ %global pypi_name automaton Name: python-%{pypi_name} -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Friendly state machines for python License: ASL 2.0 @@ -134,6 +134,9 @@ rm -rf .testrepository %endif %changelog +* Wed Feb 10 2016 jpena - 1.2.0-1 +- Updated to upstream release 1.2.0 + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 5f2a491..b426339 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d0f05a4524091cbe1700a498b89dbe1 automaton-1.1.0.tar.gz +2fabb37d45e1538b69d5f8a1a2acb6ba automaton-1.2.0.tar.gz