From 2fa856dda37a5bf5fb4e3aecac2898f90b39b132 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Feb 25 2013 20:18:23 +0000 Subject: Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-simplejson Conflicts: python-simplejson.spec --- diff --git a/python-simplejson.spec b/python-simplejson.spec index 9b63a53..fa2df6d 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -7,9 +7,6 @@ %global with_python3 1 %endif -# we don't want to provide private python extension libs -%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch}).*\\.so$ - Name: python-simplejson Version: 3.1.0 @@ -34,6 +31,9 @@ BuildRequires: python3-setuptools BuildRequires: python3-nose %endif # with_python3 +# we don't want to provide private python extension libs +%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch}).*\\.so$ + %description simplejson is a simple, fast, complete, correct and extensible JSON @@ -140,6 +140,12 @@ rm -rf %{buildroot} - Build the python3 subpackage - Update to new-style filtering of provides +* Thu Feb 14 2013 Fedora Release Engineering - 2.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* 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