From e0cbad8e58c53f6fa3d9cad3769f343b3ade2212 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 11 Sep 2020 11:54:19 +0800 Subject: [PATCH] Fix Source0 --- SDL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SDL.spec b/SDL.spec index 8bcd905..2f1a734 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,11 +1,11 @@ Name: SDL Summary: A cross-platform multimedia library Version: 1.2.15 -Release: 36 +Release: 37 License: LGPLv2+ URL: http://www.libsdl.org/ -Source0: %{name}-%{version}.tar.gz +Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Source1: SDL_config.h Patch0: SDL-1.2.15-add_sdl_config_man.patch Patch1: CVE-2019-7637.patch @@ -103,6 +103,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_mandir}/man3/SDL*.3* %changelog +* Fri Sep 11 2020 liuweibo - 1.2.15-37 +- Fix Source0 + * Wed Mar 18 2020 openEuler Buildteam - 1.2.15-35 - Type:CVE - ID:NA -- Gitee