# HG changeset patch # User Carl Byington # Date 1356641338 28800 # Node ID cd8dc65b9895896ed9f4c6b6e8bb988484c1dda5 # Parent 2b8d3913fa28a9d45dbdf5992091ac5b27e98196 bump version number diff -r 2b8d3913fa28 -r cd8dc65b9895 ChangeLog --- a/ChangeLog Thu Dec 27 12:36:12 2012 -0800 +++ b/ChangeLog Thu Dec 27 12:48:58 2012 -0800 @@ -1,3 +1,7 @@ +LibPST 0.6.57 (2012-12-27) +=============================== + * remove useless dependencies + LibPST 0.6.56 (2012-12-24) =============================== * merge -m .msg files code into main branch diff -r 2b8d3913fa28 -r cd8dc65b9895 NEWS --- a/NEWS Thu Dec 27 12:36:12 2012 -0800 +++ b/NEWS Thu Dec 27 12:48:58 2012 -0800 @@ -1,3 +1,4 @@ +0.6.57 2012-12-27 remove useless dependencies 0.6.56 2012-12-24 merge -m .msg files code into main branch 0.6.55 2012-05-08 preserve bcc headers, space after colon is not required in header fields 0.6.54 2011-11-04 embedded rfc822 messages might contain rtf encoded bodies diff -r 2b8d3913fa28 -r cd8dc65b9895 configure.in --- a/configure.in Thu Dec 27 12:36:12 2012 -0800 +++ b/configure.in Thu Dec 27 12:48:58 2012 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.56,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.57,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -41,6 +41,7 @@ # 0.6.54 libpst.so.4 libpst.so.4.1.4 # 0.6.55 libpst.so.4 libpst.so.4.1.5 # 0.6.56 libpst.so.4 libpst.so.4.1.6 +# 0.6.57 libpst.so.4 libpst.so.4.1.6 diff -r 2b8d3913fa28 -r cd8dc65b9895 libpst.spec.in --- a/libpst.spec.in Thu Dec 27 12:36:12 2012 -0800 +++ b/libpst.spec.in Thu Dec 27 12:48:58 2012 -0800 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -152,7 +152,7 @@ %changelog -* Wed Dec 26 2012 Carl Byington - 0.6.56-2 +* Wed Dec 26 2012 Carl Byington - 0.6.57-1 - bugzilla 852414, remove unnecessary dependencies * Mon Dec 24 2012 Carl Byington - 0.6.56-1