From a7592cefaf4716b74ec8a84f267bfa3973884ba4 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 23 Nov 2022 11:59:37 +0800 Subject: [PATCH] Modify Source0 --- jansson.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/jansson.spec b/jansson.spec index 612afe6..b7749cd 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,10 +1,10 @@ Name: jansson Version: 2.14 -Release: 2 +Release: 3 Summary: A C library for encoding, decoding and manipulating JSON data License: MIT URL: http://www.digip.org/jansson/ -Source0: https://digip.org/jansson/releases/%{name}-%{version}.tar.bz2 +Source0: https://github.com/akheron/jansson/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch6000: Fix-the-check-exports-tests-for-versioned-symbols.patch @@ -55,6 +55,12 @@ make check %doc CHANGES %changelog +* Wed Nov 23 2022 fuanan - 2.14-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Modify Source0 + * Tue Oct 25 2022 yanglongkang - 2.14-2 - rebuild for next release