From eb5360f9cb56cb2b0ece46d72bae1f47a7f79c41 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 04:08:49 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- python-simplejson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-simplejson.spec b/python-simplejson.spec index 2e6a929..3b71dc8 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -5,7 +5,7 @@ Name: python-simplejson Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -73,6 +73,9 @@ rm -rf %{buildroot} %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jun 29 2012 Toshio Kuratomi - 2.6.0-1 - Update to 2.6.0 which changes some messages thrown by exceptions to match with json module in python3.3 stdlib. Probably safe for older releases but