update to 0.6.59

This commit is contained in:
Carl Byington 2013-05-17 14:42:02 -07:00
parent d136ec653a
commit affcf366aa
2 changed files with 15 additions and 7 deletions

View File

@ -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@five-ten-sg.com> 0.6.59-1
- add autoconf checking for libgsf
* Fri Mar 29 2013 Carl Byington <carl@five-ten-sg.com> 0.6.58-4
- add autoreconf for aarch64
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.58-3
- Rebuild for Boost-1.53.0
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.58-2
- Rebuild for Boost-1.53.0
* Wed Dec 28 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.58-1
* Fri Dec 28 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.58-1
- fix From quoting on embedded rfc/822 messages
* Wed Dec 26 2012 Carl Byington <carl@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@five-ten-sg.com> - 0.6.55-2
* Thu Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2
- rebuild for python
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-6
@ -191,7 +199,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Nov 30 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-3
- Rebuild against boost-1.48
* Wed Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2
* Mon Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2
- failed to bump version number
* Fri Nov 04 2011 Carl Byington <carl@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@five-ten-sg.com> - 0.6.43-1
* Sat Sep 12 2009 Carl Byington <carl@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

View File

@ -1 +1 @@
139d0c1723291ee15ef89103e82cf4c1 libpst-0.6.58.tar.gz
5805ee18944b1e2579717f0061c22c2b libpst-0.6.59.tar.gz