From df418c896a8d86e8a656a15dba0f9aafaa1b2af5 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Jul 05 2007 23:30:41 +0000 Subject: - Full indexing refactor - Support or in the queries --- diff --git a/.cvsignore b/.cvsignore index 2f69dc1..7aab265 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sugar-datastore-0.2.2-gita248b5cb79.tar.bz2 +sugar-datastore-0.2.2-git18b7951026.tar.bz2 diff --git a/sources b/sources index 86adc49..c2abf35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a82b60f0e5b78c6645a90b42cd69f7ca sugar-datastore-0.2.2-gita248b5cb79.tar.bz2 +daa69ac587b329cfeb92478bd6c5de9a sugar-datastore-0.2.2-git18b7951026.tar.bz2 diff --git a/sugar-datastore.spec b/sugar-datastore.spec index 05fd1a6..346ee4d 100644 --- a/sugar-datastore.spec +++ b/sugar-datastore.spec @@ -1,10 +1,10 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") -%define alphatag 20070703git -%define commitid a248b5cb79 +%define alphatag 20070705git +%define commitid 18b7951026 Name: sugar-datastore Version: 0.2.2 -Release: 0.5.%{alphatag}a248b5cb79 +Release: 0.6.%{alphatag}18b7951026 Summary: Sugar Datastore Group: Development/Libraries @@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/services/*.service %changelog +* Fri Jul 6 2007 Marco Pesenti Gritti - 0.2.2-0.6.20070705git18b7951026 +- Full indexing refactor +- Support or in the queries + * Tue Jul 3 2007 Marco Pesenti Gritti - 0.2.2-0.5.20070703gita248b5cb79 - Support for binary properties - Indexer fixes