diff --git a/jansson.spec b/jansson.spec index 775b39f..bb59ccd 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,11 +1,10 @@ Name: jansson Version: 2.13.1 -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://github.com/akheron/jansson/archive/%{name}-%{version}.tar.bz2 +Source0: https://digip.org/jansson/releases/%{name}-%{version}.tar.bz2 BuildRequires: gcc python-sphinx @@ -56,6 +55,9 @@ make check %doc doc/_build/html/* %changelog +* Mon Aug 03 2020 Leo Fang - 2.13.1-3 +- Update url of Source0 + * Sat Aug 1 2020 xinghe - 2.13.1-2 - Type:enhancement - ID:NA