diff --git a/.gitignore b/.gitignore index b35d86f..586574d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ jansson-1.2.tar.bz2 +jansson-1.3.tar.bz2 +sphinx-fix.diff diff --git a/jansson.spec b/jansson.spec index 476be24..16ff9e7 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,5 +1,5 @@ Name: jansson -Version: 1.2 +Version: 1.3 Release: 1%{?dist} Summary: C library for encoding, decoding and manipulating JSON data @@ -9,6 +9,9 @@ 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 @@ -25,6 +28,7 @@ Header files for developing applications making use of jansson. %prep %setup -q +%patch0 -p1 %build %configure --disable-static @@ -59,6 +63,10 @@ rm -rf "$RPM_BUILD_ROOT" %{_includedir}/* %changelog +* Thu Jul 03 2010 Sean Middleditch 1.3-1 +- Update to Jansson 1.3. +- Disable warnings-as-errors for Sphinx documentation. + * Thu Jan 21 2010 Sean Middleditch 1.2-1 - Update to Jansson 1.2. diff --git a/sources b/sources index 75174c8..4ecfccf 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -762b7db7ecad0eb9c5e2d2b0947b07e5 jansson-1.2.tar.bz2 +8e8cf5e42790e4b08f14637436f8098e jansson-1.3.tar.bz2 +ba04d016f10943c3930cb860d8a6e9ca sphinx-fix.diff