From 33824774501450bef68056ae8ef0d138574514a7 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Aug 07 2009 14:38:40 +0000 Subject: - PEP8 compliance fixes #1108 - Rebuild index when an inconsistency between the index and the metadata is detected - Implement sorting by timestamp and title - Return a consistent entry count when some entries are missing (dsd) - Don't include in find() results entries without metadata - Remove title option (copy-from-journal) #896 - Only one dot for the filename if we specify an extension (copy-from-journal) --- diff --git a/.cvsignore b/.cvsignore index 88c839b..fe11d45 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sugar-datastore-0.84.0.tar.bz2 +sugar-datastore-0.85.1.tar.bz2 diff --git a/sources b/sources index 8830d4c..2a60702 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e57580e9fd44ecc2cb7a947dd8854817 sugar-datastore-0.84.0.tar.bz2 +38b3f3af867aad3679a89f8966e166c5 sugar-datastore-0.85.1.tar.bz2 diff --git a/sugar-datastore.spec b/sugar-datastore.spec index c1870c4..e7d4583 100644 --- a/sugar-datastore.spec +++ b/sugar-datastore.spec @@ -4,8 +4,8 @@ %define alphatag 20090130git%{commitid} Name: sugar-datastore -Version: 0.84.0 -Release: 2%{?dist} +Version: 0.85.1 +Release: 1%{?dist} #Release: 2.%{alphatag}%{?dist} Summary: Sugar Datastore @@ -55,6 +55,15 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/services/*.service %changelog +* Fri Aug 07 2009 Simon Schampijer - 0.85.1-1 +- PEP8 compliance fixes #1108 +- Rebuild index when an inconsistency between the index and the metadata is detected +- Implement sorting by timestamp and title +- Return a consistent entry count when some entries are missing (dsd) +- Don't include in find() results entries without metadata +- Remove title option (copy-from-journal) #896 +- Only one dot for the filename if we specify an extension (copy-from-journal) + * Sun Jul 26 2009 Fedora Release Engineering - 0.84.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild