rpms/sugar-datastore/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 sugar-datastore.spec, 1.16, 1.17

Simon Schampijer erikos at fedoraproject.org
Fri Aug 7 14:38:40 UTC 2009


Author: erikos

Update of /cvs/pkgs/rpms/sugar-datastore/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15649

Modified Files:
	.cvsignore sources sugar-datastore.spec 
Log Message:
* Fri Aug 07 2009 Simon Schampijer <simon at schampijer.de> - 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)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	3 Mar 2009 21:11:17 -0000	1.12
+++ .cvsignore	7 Aug 2009 14:38:40 -0000	1.13
@@ -1 +1 @@
-sugar-datastore-0.84.0.tar.bz2
+sugar-datastore-0.85.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	3 Mar 2009 21:11:17 -0000	1.12
+++ sources	7 Aug 2009 14:38:40 -0000	1.13
@@ -1 +1 @@
-e57580e9fd44ecc2cb7a947dd8854817  sugar-datastore-0.84.0.tar.bz2
+38b3f3af867aad3679a89f8966e166c5  sugar-datastore-0.85.1.tar.bz2


Index: sugar-datastore.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/sugar-datastore.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sugar-datastore.spec	27 Jul 2009 05:00:22 -0000	1.16
+++ sugar-datastore.spec	7 Aug 2009 14:38:40 -0000	1.17
@@ -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 <simon at schampijer.de> - 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 <rel-eng at lists.fedoraproject.org> - 0.84.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list