From 2475c273d8afbded91fb19e3407bfde3dd394381 Mon Sep 17 00:00:00 2001 From: pengyi37 Date: Thu, 1 Dec 2022 21:34:03 +0800 Subject: [PATCH] correct source URL (cherry picked from commit bb3c5cb40a35622c47f829fe23424dbb741f6dea) --- cairo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cairo.spec b/cairo.spec index 7458d8e..69a66b5 100644 --- a/cairo.spec +++ b/cairo.spec @@ -2,11 +2,11 @@ Name: cairo Version: 1.17.4 -Release: 2 +Release: 3 Summary: A 2D graphics library License: LGPLv2 or MPLv1.1 URL: http://cairographics.org -Source0: http://cairographics.org/napshots/%{name}-%{version}.tar.xz +Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz Patch0001: 0001-Set-default-LCD-filter-to-FreeType-s-default.patch Patch6000: CVE-2019-6461.patch @@ -137,6 +137,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_libdir}/cairo/ %changelog +* Thu Dec 1 2022 pengyi - 1.17.4-3 +- DESC:correct source URL + * Mon May 09 2022 wangkerong - 1.17.4-2 - DESC:disable symbol-lookup,fix build failure after install binutils-devel -- Gitee