[libpst/f19] update to 0.6.59

Carl Byington carllibpst at fedoraproject.org
Fri May 17 22:03:24 UTC 2013


commit 66eaf77a92847148d6fd3ca301404c31a9ac79e2
Author: Carl Byington <carl at five-ten-sg.com>
Date:   Fri May 17 15:03:21 2013 -0700

    update to 0.6.59

 .gitignore  |    1 +
 libpst.spec |   20 ++++++++++++++------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5beae5..7b0ea1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ libpst-0.6.47.tar.gz
 /libpst-0.6.56.tar.gz
 /libpst-0.6.57.tar.gz
 /libpst-0.6.58.tar.gz
+/libpst-0.6.59.tar.gz
diff --git a/libpst.spec b/libpst.spec
index 814fa8d..a8a8dbe 100644
--- a/libpst.spec
+++ b/libpst.spec
@@ -1,7 +1,7 @@
 Summary:            Utilities to convert Outlook .pst files to other formats
 Name:               libpst
-Version:            0.6.58
-Release:            3%{?dist}
+Version:            0.6.59
+Release:            1%{?dist}
 License:            GPLv2+
 Group:              Applications/Productivity
 Source:             http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
@@ -9,6 +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:      libtool
 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()")}
@@ -87,6 +88,7 @@ libpst utilities.
 
 
 %build
+autoreconf -v -f -i
 %configure --enable-libpst-shared
 make %{?_smp_mflags}
 
@@ -152,13 +154,19 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 17 2013 Carl Byington <carl at five-ten-sg.com> 0.6.59-1
+- add autoconf checking for libgsf
+
+* Fri Mar 29 2013 Carl Byington <carl at five-ten-sg.com> 0.6.58-4
+- add autoreconf for aarch64
+
 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 0.6.58-3
 - Rebuild for Boost-1.53.0
 
 * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 0.6.58-2
 - Rebuild for Boost-1.53.0
 
-* Wed Dec 28 2012 Carl Byington <carl at five-ten-sg.com> - 0.6.58-1
+* Fri Dec 28 2012 Carl Byington <carl at five-ten-sg.com> - 0.6.58-1
 - fix From quoting on embedded rfc/822 messages
 
 * Wed Dec 26 2012 Carl Byington <carl at five-ten-sg.com> - 0.6.57-1
@@ -168,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
 - 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
+* Thu Aug 09 2012 Carl Byington <carl at five-ten-sg.com> - 0.6.55-2
 - rebuild for python
 
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.54-6
@@ -191,7 +199,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Nov 30 2011 Petr Pisar <ppisar at redhat.com> - 0.6.53-3
 - Rebuild against boost-1.48
 
-* Wed Nov 14 2011 Carl Byington <carl at five-ten-sg.com> - 0.6.54-2
+* Mon Nov 14 2011 Carl Byington <carl at five-ten-sg.com> - 0.6.54-2
 - failed to bump version number
 
 * Fri Nov 04 2011 Carl Byington <carl at five-ten-sg.com> - 0.6.54-1
@@ -270,7 +278,7 @@ rm -rf $RPM_BUILD_ROOT
 - patch from Lee Ayres to add file name extensions in separate mode.
 - allow mixed items types in a folder in separate mode.
 
-* Thu Sep 12 2009 Carl Byington <carl at five-ten-sg.com> - 0.6.43-1
+* Sat Sep 12 2009 Carl Byington <carl at five-ten-sg.com> - 0.6.43-1
 - decode more of the pst format, some minor bug fixes
 - add support for code pages 1200 and 1201.
 - add readpst -t option to select output item types, which can
diff --git a/sources b/sources
index 92c3540..ea77fed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-139d0c1723291ee15ef89103e82cf4c1  libpst-0.6.58.tar.gz
+5805ee18944b1e2579717f0061c22c2b  libpst-0.6.59.tar.gz


More information about the scm-commits mailing list