From f2f1b6ddb95fcab7f3a2033ec4095f2012aff4d4 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Tue, 13 Oct 2020 15:49:42 +0800 Subject: [PATCH] update source0 --- iniparser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iniparser.spec b/iniparser.spec index 993bb78..59cd7a8 100644 --- a/iniparser.spec +++ b/iniparser.spec @@ -2,11 +2,11 @@ Name: iniparser Version: 4.1 -Release: 1 +Release: 2 Summary: ini file parser License: MIT URL: https://github.com/ndevilla/iniparser -Source0: https://github.com/ndevilla/iniparser/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/ndevilla/iniparser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc doxygen @@ -48,6 +48,9 @@ cp -r html %{buildroot}/%{_docdir}/%{name} %{_docdir}/* %changelog +* Tue Oct 13 2020 liqingqing_1229 +- update source0 + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee