From 534b2573b8ccd440b17ad9897bf3f54fc6ba1981 Mon Sep 17 00:00:00 2001 From: Carl Byington Date: Thu, 27 Dec 2012 14:07:44 -0800 Subject: [PATCH] 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 - 0.6.57-1 +- bugzilla 852414, remove unnecessary dependencies + * Mon Dec 24 2012 Carl Byington - 0.6.56-1 - filter private provides from rpm +- merge -m .msg files code into main branch * Tue Aug 09 2012 Carl Byington - 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