From 3a38b8cc353b3f79a4123307b056e9eded248cd5 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 23 Nov 2022 12:06:01 +0800 Subject: [PATCH] Modify Source0 --- jansson.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/jansson.spec b/jansson.spec index 89d2fcb..7549136 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,11 +55,17 @@ 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 * Sat Dec 25 2021 shangyibin - 2.14-1 -- Upgarde to version 2.14 +- DESC:upgrade to 2.14 * Sat Aug 8 2020 shixuantong - 2.13.1-4 - Type:NA