From d306a716ebe2753c05eb7b5ed661b12c99cd5420 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Sat, 25 Jan 2014 11:47:20 +0100 Subject: [PATCH] Update to Jansson 2.5. --- .gitignore | 1 + jansson.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7dc41ff..992f087 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ sphinx-fix.diff /jansson-2.1.tar.bz2 /jansson-2.3.tar.bz2 /jansson-2.4.tar.bz2 +/jansson-2.5.tar.bz2 diff --git a/jansson.spec b/jansson.spec index 4260346..97ae557 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,6 +1,6 @@ Name: jansson -Version: 2.4 -Release: 3%{?dist} +Version: 2.5 +Release: 1%{?dist} Summary: C library for encoding, decoding and manipulating JSON data Group: System Environment/Libraries @@ -59,6 +59,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_includedir}/* %changelog +* Sat Jan 25 2014 Jiri Pirko 2.5-1 +- Update to Jansson 2.5. + * Sat Aug 03 2013 Fedora Release Engineering - 2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 3b13488..8cc119a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3aaa1bb1195d705fac602b7504c9b945 jansson-2.4.tar.bz2 +ab239be8c08871c8463b27cf7610947c jansson-2.5.tar.bz2