diff --git a/pyyaml-5.3.1.tar.gz b/5.3.1.tar.gz similarity index 100% rename from pyyaml-5.3.1.tar.gz rename to 5.3.1.tar.gz diff --git a/PyYAML.spec b/PyYAML.spec index 30572fd2a47301ea4c7f79272cd3b9d652edbf3b..cfe78ea1d6d540928f68335248c1b9aa4eab8482 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -3,11 +3,11 @@ Name: pyyaml Version: 5.3.1 -Release: 2 +Release: 3 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml -Source0: https://github.com/yaml/pyyaml/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/yaml/pyyaml/archive/%{version}.tar.gz BuildRequires: gcc libyaml-devel @@ -124,6 +124,9 @@ files to object serialization and persistence. %endif %changelog +* Tue Sep 15 2020 liuweibo - 5.3.1-3 +- Fix Source0 + * Tue Aug 18 2020 Hugel - 5.3.1-2 - rebuild for requirement package update