[sugar-datastore] 0.97.0 and drop cjson dep

Peter Robinson pbrobinson at fedoraproject.org
Mon Sep 24 09:30:40 UTC 2012


commit c227e0f1b19d33667a96b139b19b39af849e548f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Sep 24 11:30:04 2012 +0100

    0.97.0 and drop cjson dep

 sources              |    2 +-
 sugar-datastore.spec |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index b3aa287..de90686 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55112bc2712ca1de7b7968360eb803c7  sugar-datastore-0.96.0.tar.bz2
+67f59945013df47de638bbef28c520af  sugar-datastore-0.97.0.tar.bz2
diff --git a/sugar-datastore.spec b/sugar-datastore.spec
index 1bbff31..8e1fe60 100644
--- a/sugar-datastore.spec
+++ b/sugar-datastore.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name: sugar-datastore
-Version: 0.96.0
-Release: 2%{?dist}
+Version: 0.97.0
+Release: 1%{?dist}
 Summary: Sugar Datastore
 
 Group: Development/Libraries
@@ -11,7 +11,6 @@ URL: http://sugarlabs.org/
 Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 
 BuildRequires: python-devel
-Requires: python-cjson
 Requires: xapian-bindings-python
 
 %description
@@ -42,6 +41,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_datadir}/dbus-1/services/*.service
 
 %changelog
+* Mon Sep 24 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.97.0-1
+- 0.97.0 stable release
+- Move from cjson to mainline python json
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.96.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list