[libpst/f17] update to 0.6.57

Carl Byington carllibpst at fedoraproject.org
Thu Dec 27 21:40:23 UTC 2012


commit 8b53db3638324f51c0ef076b394412da34f9a993
Author: Carl Byington <carl at five-ten-sg.com>
Date:   Thu Dec 27 13:40:19 2012 -0800

    update to 0.6.57

 .gitignore  |    1 +
 libpst.spec |    8 ++++++--
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7ad901..76037ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ libpst-0.6.47.tar.gz
 /libpst-0.6.54.tar.gz
 /libpst-0.6.55.tar.gz
 /libpst-0.6.56.tar.gz
+/libpst-0.6.57.tar.gz
diff --git a/libpst.spec b/libpst.spec
index 46f5df5..fc86825 100644
--- a/libpst.spec
+++ b/libpst.spec
@@ -1,6 +1,6 @@
 Summary:            Utilities to convert Outlook .pst files to other formats
 Name:               libpst
-Version:            0.6.56
+Version:            0.6.57
 Release:            1%{?dist}
 License:            GPLv2+
 Group:              Applications/Productivity
@@ -9,7 +9,7 @@ BuildRoot:          %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXX
 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 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 26 2012 Carl Byington <carl at five-ten-sg.com> - 0.6.57-1
+- bugzilla 852414, remove unnecessary dependencies
+
 * Mon Dec 24 2012 Carl Byington <carl at 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 at five-ten-sg.com> - 0.6.55-2
 - rebuild for python
diff --git a/sources b/sources
index efe871c..2d35491 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ff9be3741e12be99bdf50ae527663b5  libpst-0.6.56.tar.gz
+eab426fd2491c5ced74f2d5ec40c3cac  libpst-0.6.57.tar.gz


More information about the scm-commits mailing list