comparison 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
comparison
equal deleted inserted replaced
198:7c60d6d1c681 199:e3a46f66332b
81 %prep 81 %prep
82 %setup -q 82 %setup -q
83 83
84 84
85 %build 85 %build
86 %configure --enable-libpst-shared --enable-python 86 %configure --enable-libpst-shared
87 make %{?_smp_mflags} 87 make %{?_smp_mflags}
88 88
89 89
90 %install 90 %install
91 rm -rf $RPM_BUILD_ROOT 91 rm -rf $RPM_BUILD_ROOT
148 148
149 149
150 %changelog 150 %changelog
151 * Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 151 * Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1
152 - add python interface to the shared library. 152 - add python interface to the shared library.
153 - bump soname to version 4. 153 - bump soname to version 4 for many changes to the interface.
154 - better decoding of recurrence data in appointments.
154 155
155 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1 156 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1
156 - add pst_attach_to_mem() back into the shared library interface. 157 - add pst_attach_to_mem() back into the shared library interface.
157 - fix memory leak caught by valgrind. 158 - fix memory leak caught by valgrind.
158 159