Mercurial > libpst
changeset 319:6fc49b69b1dc stable-0-6-56
remove unnecessary dependencies
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 27 Dec 2012 11:51:55 -0800 |
parents | b08fd8813ffe |
children | 2b8d3913fa28 |
files | libpst.spec.in regression/regression-tests.bash xml/libpst.in |
diffstat | 3 files changed, 14 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/libpst.spec.in Mon Dec 24 18:49:59 2012 -0800 +++ b/libpst.spec.in Thu Dec 27 11:51:55 2012 -0800 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -9,7 +9,7 @@ URL: http://www.five-ten-sg.com/%{name}/ Requires: ImageMagick libgsf Requires: %{name}-libs = %{version}-%{release} -BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel boost-devel libgsf-devel +BuildRequires: ImageMagick gd-devel zlib-devel python-devel boost-devel libgsf-devel %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -152,8 +152,12 @@ %changelog +* Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-2 +- bugzilla 852414, remove unnecessary dependencies + * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1 - filter private provides from rpm +- merge -m .msg files code into main branch * Tue Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2 - rebuild for python
--- a/regression/regression-tests.bash Mon Dec 24 18:49:59 2012 -0800 +++ b/regression/regression-tests.bash Thu Dec 27 11:51:55 2012 -0800 @@ -65,14 +65,14 @@ #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 ## normal recursive dump - char='us-ascii' - char='BIG-5' - echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn - $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 + #char='us-ascii' + #char='BIG-5' + #echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn + # $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 - ## separate mode with filename extensions - #echo $val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn - # $val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 + ## separate mode with filename extensions and .msg files + echo $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn + $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 ## separate mode where we decode all attachments to binary files #echo $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn
--- a/xml/libpst.in Mon Dec 24 18:49:59 2012 -0800 +++ b/xml/libpst.in Thu Dec 27 11:51:55 2012 -0800 @@ -234,7 +234,7 @@ <refsect1 id='readpst.quoting.1'> <title>From Quoting</title> <para> - Output formats that place each mail message in a separate file (-M, -S, -e) + Output formats that place each mail message in a separate file (-M, -S, -e, -m) don't do any from quoting. Output formats that place multiple email messages in a single file (-k, -r, -u) now use mboxrd from quoting rules.