From ac3adbc110f50e587dc88b0da6cdc3fc65123c51 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 15 Sep 2020 14:58:24 +0800 Subject: [PATCH] Fix Source0 --- pyyaml-5.3.1.tar.gz => 5.3.1.tar.gz | Bin PyYAML.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename pyyaml-5.3.1.tar.gz => 5.3.1.tar.gz (100%) 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 30572fd..cfe78ea 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 -- Gitee