From 863fcdc1e5ea62939f94a2c48fec6d56bfc95277 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 07:42:59 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- jansson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jansson.spec b/jansson.spec index 16ff9e7..d3780a7 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,6 +1,6 @@ Name: jansson Version: 1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for encoding, decoding and manipulating JSON data Group: System Environment/Libraries @@ -63,6 +63,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_includedir}/* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 03 2010 Sean Middleditch 1.3-1 - Update to Jansson 1.3. - Disable warnings-as-errors for Sphinx documentation.