diff --git a/Automat-0.6.0.tar.gz b/Automat-0.6.0.tar.gz new file mode 100644 index 0000000..6bdeb92 Binary files /dev/null and b/Automat-0.6.0.tar.gz differ diff --git a/Automat-0.7.0.tar.gz b/Automat-0.7.0.tar.gz deleted file mode 100644 index 01f215c..0000000 Binary files a/Automat-0.7.0.tar.gz and /dev/null differ diff --git a/python-Automat.spec b/python-Automat.spec index e9864ba..9582aea 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -1,6 +1,6 @@ Name: python-Automat Version: 0.6.0 -Release: 4 +Release: 5 Summary: A library for concise, idiomatic Python expression of finite-state automata License: MIT URL: https://github.com/glyph/Automat @@ -62,5 +62,8 @@ rm -rf %{buildroot}%{_bindir}/* %{python3_sitelib}/{automat,Automat-%{version}-py?.?.egg-info} %changelog +* Tue Mar 10 2020 Ling Yang - 0.6.0-5 +- Fixed source package error + * Tue Feb 25 2020 Ling Yang - 0.6.0-4 - Package Init