Update to Jansson 2.1.

Drop Sphinx patch, no longer necessary.
This commit is contained in:
Sean Middleditch 2011-06-12 16:18:51 -07:00
parent a1ee201a69
commit 53f75316c0
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
jansson-1.2.tar.bz2 jansson-1.2.tar.bz2
jansson-1.3.tar.bz2 jansson-1.3.tar.bz2
sphinx-fix.diff sphinx-fix.diff
/jansson-2.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: jansson Name: jansson
Version: 1.3 Version: 2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: C library for encoding, decoding and manipulating JSON data 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 Source0: http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# http://github.com/akheron/jansson/issues/issue/1
Patch0: sphinx-fix.diff
BuildRequires: python-sphinx BuildRequires: python-sphinx
%description %description
@ -28,7 +25,6 @@ Header files for developing applications making use of jansson.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure --disable-static %configure --disable-static
@ -63,6 +59,10 @@ rm -rf "$RPM_BUILD_ROOT"
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Thu Jun 11 2011 Sean Middleditch <sean@middleditch.us> 2.1-1
- Update to Jansson 2.1.
- Drop Sphinx patch, no longer necessary.
* Thu Jul 03 2010 Sean Middleditch <sean@middleditch.us> 1.3-1 * Thu Jul 03 2010 Sean Middleditch <sean@middleditch.us> 1.3-1
- Update to Jansson 1.3. - Update to Jansson 1.3.
- Disable warnings-as-errors for Sphinx documentation. - Disable warnings-as-errors for Sphinx documentation.

View File

@ -1,2 +1 @@
8e8cf5e42790e4b08f14637436f8098e jansson-1.3.tar.bz2 a7830e5b104fe6d95643516a625436f9 jansson-2.1.tar.bz2
ba04d016f10943c3930cb860d8a6e9ca sphinx-fix.diff