From 49d9e93cb39fedb50cd97c0dc75348fd76a10b89 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 10 Sep 2020 15:04:59 +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 4016bff..d6036d7 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 + * Sat Aug 1 2020 zhangguangzhi - 0.6.13-1 - Type:enhancement - ID:NA -- Gitee