diff libpst.spec.in @ 199:e3a46f66332b

more changes in recurrence decoding
author Carl Byington <carl@five-ten-sg.com>
date Wed, 13 May 2009 11:59:55 -0700
parents 7c60d6d1c681
children 2f38c4ce606f
line wrap: on
line diff
--- a/libpst.spec.in	Tue May 12 19:34:49 2009 -0700
+++ b/libpst.spec.in	Wed May 13 11:59:55 2009 -0700
@@ -83,7 +83,7 @@
 
 
 %build
-%configure --enable-libpst-shared --enable-python
+%configure --enable-libpst-shared
 make %{?_smp_mflags}
 
 
@@ -150,7 +150,8 @@
 %changelog
 * Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1
 - add python interface to the shared library.
-- bump soname to version 4.
+- bump soname to version 4 for many changes to the interface.
+- better decoding of recurrence data in appointments.
 
 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1
 - add pst_attach_to_mem() back into the shared library interface.