From 4c0f0a002d371fab8d7dfc1cba0aa759ae6b1464 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 10 Sep 2020 14:57:18 +0800 Subject: [PATCH] modify the URL of Source0 --- libcroco.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libcroco.spec b/libcroco.spec index 71be343..df8cd48 100644 --- a/libcroco.spec +++ b/libcroco.spec @@ -1,10 +1,10 @@ Name: libcroco Version: 0.6.13 -Release: 1 +Release: 2 Summary: A CSS parsing library License: LGPLv2 -URL: https://github.com/GNOME/libcroco -Source0: https://github.com/GNOME/libcroco/archive/%{name}-%{version}.tar.gz +URL: https://formulae.brew.sh/formula/libcroco +Source0: https://gitlab.gnome.org/Archive/libcroco/-/archive/%{version}/%{name}-%{version}.tar.gz Patch0: CVE-2017-8834_CVE-2017-8871.patch Patch1: fix-CVE-2020-12825.patch @@ -64,6 +64,12 @@ make test %changelog +* Thu Sep 10 2020 wangchen - 0.6.13-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the URL of Source0 + * Thu Jul 16 2020 yang_zhuang_zhuang - 0.6.13-1 - Type:enhancement - ID:NA -- Gitee