From 53f75316c026885ab3f842302703fe40684a2506 Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Sun, 12 Jun 2011 16:18:51 -0700 Subject: [PATCH] Update to Jansson 2.1. Drop Sphinx patch, no longer necessary. --- .gitignore | 1 + jansson.spec | 10 +++++----- sources | 3 +-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 586574d..b370e24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ jansson-1.2.tar.bz2 jansson-1.3.tar.bz2 sphinx-fix.diff +/jansson-2.1.tar.bz2 diff --git a/jansson.spec b/jansson.spec index 16ff9e7..782c858 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,5 +1,5 @@ Name: jansson -Version: 1.3 +Version: 2.1 Release: 1%{?dist} Summary: C library for encoding, decoding and manipulating JSON data @@ -9,9 +9,6 @@ URL: http://www.digip.org/jansson/ Source0: http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# http://github.com/akheron/jansson/issues/issue/1 -Patch0: sphinx-fix.diff - BuildRequires: python-sphinx %description @@ -28,7 +25,6 @@ Header files for developing applications making use of jansson. %prep %setup -q -%patch0 -p1 %build %configure --disable-static @@ -63,6 +59,10 @@ rm -rf "$RPM_BUILD_ROOT" %{_includedir}/* %changelog +* Thu Jun 11 2011 Sean Middleditch 2.1-1 +- Update to Jansson 2.1. +- Drop Sphinx patch, no longer necessary. + * Thu Jul 03 2010 Sean Middleditch 1.3-1 - Update to Jansson 1.3. - Disable warnings-as-errors for Sphinx documentation. diff --git a/sources b/sources index 4ecfccf..85136a6 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -8e8cf5e42790e4b08f14637436f8098e jansson-1.3.tar.bz2 -ba04d016f10943c3930cb860d8a6e9ca sphinx-fix.diff +a7830e5b104fe6d95643516a625436f9 jansson-2.1.tar.bz2