diff --git a/libpst.spec b/libpst.spec index 11ecd63..f7b42cb 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst -Version: 0.6.47 -Release: 6%{?dist} +Version: 0.6.48 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -80,8 +80,6 @@ libpst utilities. %prep %setup -q -# Hack configure so that it looks for python 2.7: -sed -i -e "s|python2.6 python2.5|python2.7 python2.6 python2.5|" configure %build %configure --enable-libpst-shared @@ -149,6 +147,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 02 2010 Carl Byington - 0.6.48-1 +- fix for broken internet headers from Outlook +- fix ax_python.m4 to look for python2.7 +- use mboxrd from quoting for output formats with multiple messages per file +- use no from quoting for output formats with single message per file + * Sat Jul 31 2010 Carl Byington - 0.6.47-6 - rebuild for python dependencies