From 1a076e6f4914f18c871d7c3b2b14c53113f76727 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 10 Dec 2020 14:34:49 +0800 Subject: [PATCH] Correct the invalid Source0 --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 1352d70..0c969c4 100644 --- a/cmake.spec +++ b/cmake.spec @@ -10,11 +10,11 @@ Name: cmake Version: 3.16.5 -Release: 3 +Release: 4 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org -Source0: http://www.cmake.org/files/v3.12/cmake-%{version}.tar.gz +Source0: http://www.cmake.org/files/v3.16/cmake-%{version}.tar.gz Source1: cmake-init.el Source2: macros.cmake Source3: cmake.attr @@ -232,6 +232,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Thu Dec 10 2020 wangchen - 3.16.5-4 +- Correct invalid Source0 + * Fri Nov 06 2020 huanghaitao - 3.16.5-3 - Make help package required by cmake