# HG changeset patch # User Carl Byington # Date 1324765063 28800 # Node ID 1d181966da2274d43a9416126ac9e96f38ce0735 # Parent 47abe56076da1aea6a2f5848a554c0db8708b4f3 prep for fedora build diff -r 47abe56076da -r 1d181966da22 configure.in --- a/configure.in Fri Nov 04 14:09:50 2011 -0700 +++ b/configure.in Sat Dec 24 14:17:43 2011 -0800 @@ -19,7 +19,7 @@ # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x # and x=current-age, y=age, z=revision -libpst_version_info='5:3:1' +libpst_version_info='5:4:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) diff -r 47abe56076da -r 1d181966da22 libpst.spec.in --- a/libpst.spec.in Fri Nov 04 14:09:50 2011 -0700 +++ b/libpst.spec.in Sat Dec 24 14:17:43 2011 -0800 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 1%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -147,9 +147,21 @@ %changelog +* Sat Dec 24 2011 Carl Byington - 0.6.54-3 +- bump versions and prep for fedora build + +* Wed Nov 30 2011 Petr Pisar - 0.6.53-3 +- Rebuild against boost-1.48 + +* Wed Nov 14 2011 Carl Byington - 0.6.54-2 +- failed to bump version number + * Fri Nov 04 2011 Carl Byington - 0.6.54-1 - embedded rfc822 messages might contain rtf encoded bodies +* Fri Sep 02 2011 Petr Pisar - 0.6.53-2 +- Rebuild against boost-1.47 + * Sun Jul 10 2011 Carl Byington - 0.6.53-1 - add Status: header in output - allow fork for parallel processing of individual email folders