From d2cb9ea50de04e5ac7f6cf73d119be898be6243a Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 18 Sep 2020 09:09:19 +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..e1ce75e 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 +* Fri Sep 18 2020 liuweibo - 5.3.1-3 +- Fix Source0 + * Tue Aug 18 2020 Hugel - 5.3.1-2 - rebuild for requirement package update -- Gitee