changeset 321:cd8dc65b9895 stable-0-6-57

bump version number
author Carl Byington <carl@five-ten-sg.com>
date Thu, 27 Dec 2012 12:48:58 -0800
parents 2b8d3913fa28
children dda88a4e70dd
files ChangeLog NEWS configure.in libpst.spec.in
diffstat 4 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
 
 
 
--- 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 <carl@five-ten-sg.com> - 0.6.56-2
+* Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.57-1
 - bugzilla 852414, remove unnecessary dependencies
 
 * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1