# HG changeset patch # User Carl Byington # Date 1368824975 25200 # Node ID 1e39dc4906273e4a0b01a235895970cbea32abe1 # Parent cb67b335afccf5dc505745fa7f1ebb355a96e0e4 add autoconf checking for libgsf diff -r cb67b335afcc -r 1e39dc490627 ChangeLog --- a/ChangeLog Fri Jan 18 08:05:08 2013 -0800 +++ b/ChangeLog Fri May 17 14:09:35 2013 -0700 @@ -1,3 +1,7 @@ +LibPST 0.6.59 (2013-05-17) +=============================== + * add autoconf checking for libgsf + LibPST 0.6.58 (2012-12-28) =============================== * fix From quoting on embedded rfc/822 messages diff -r cb67b335afcc -r 1e39dc490627 NEWS --- a/NEWS Fri Jan 18 08:05:08 2013 -0800 +++ b/NEWS Fri May 17 14:09:35 2013 -0700 @@ -1,3 +1,4 @@ +0.6.59 2013-05-17 add autoconf checking for libgsf 0.6.58 2012-12-28 fix From quoting on embedded rfc/822 messages 0.6.57 2012-12-27 remove useless dependencies 0.6.56 2012-12-24 merge -m .msg files code into main branch diff -r cb67b335afcc -r 1e39dc490627 configure.in --- a/configure.in Fri Jan 18 08:05:08 2013 -0800 +++ b/configure.in Fri May 17 14:09:35 2013 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.58,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.59,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -19,7 +19,7 @@ # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x # and x=current-age, y=age, z=revision -libpst_version_info='5:7:1' +libpst_version_info='5:8:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -43,6 +43,7 @@ # 0.6.56 libpst.so.4 libpst.so.4.1.6 # 0.6.57 libpst.so.4 libpst.so.4.1.6 # 0.6.58 libpst.so.4 libpst.so.4.1.7 +# 0.6.59 libpst.so.4 libpst.so.4.1.8 @@ -360,6 +361,10 @@ gsf_flags="`pkg-config libgsf-1 --cflags`" gsf_libs="`pkg-config libgsf-1 --libs`" +if test "$gsf_flags" = ""; then + AC_MSG_ERROR(libgsf not found) +fi + AC_SUBST(GSF_FLAGS, [$gsf_flags]) AC_SUBST(GSF_LIBS, [$gsf_libs]) diff -r cb67b335afcc -r 1e39dc490627 libpst.spec.in --- a/libpst.spec.in Fri Jan 18 08:05:08 2013 -0800 +++ b/libpst.spec.in Fri May 17 14:09:35 2013 -0700 @@ -9,6 +9,7 @@ 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 @@ %build +autoreconf -v -f -i %configure --enable-libpst-shared make %{?_smp_mflags} @@ -152,7 +154,19 @@ %changelog -* Wed Dec 28 2012 Carl Byington - 0.6.58-1 +* Fri May 17 2013 Carl Byington 0.6.59-1 +- add autoconf checking for libgsf + +* Fri Mar 29 2013 Carl Byington 0.6.58-4 +- add autoreconf for aarch64 + +* Sun Feb 10 2013 Denis Arnaud - 0.6.58-3 +- Rebuild for Boost-1.53.0 + +* Sat Feb 09 2013 Denis Arnaud - 0.6.58-2 +- Rebuild for Boost-1.53.0 + +* Fri Dec 28 2012 Carl Byington - 0.6.58-1 - fix From quoting on embedded rfc/822 messages * Wed Dec 26 2012 Carl Byington - 0.6.57-1 @@ -162,7 +176,7 @@ - filter private provides from rpm - merge -m .msg files code into main branch -* Tue Aug 09 2012 Carl Byington - 0.6.55-2 +* Thu Aug 09 2012 Carl Byington - 0.6.55-2 - rebuild for python * Thu Jul 19 2012 Fedora Release Engineering - 0.6.54-6 @@ -185,7 +199,7 @@ * Wed Nov 30 2011 Petr Pisar - 0.6.53-3 - Rebuild against boost-1.48 -* Wed Nov 14 2011 Carl Byington - 0.6.54-2 +* Mon Nov 14 2011 Carl Byington - 0.6.54-2 - failed to bump version number * Fri Nov 04 2011 Carl Byington - 0.6.54-1 @@ -264,7 +278,7 @@ - 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 - 0.6.43-1 +* Sat Sep 12 2009 Carl Byington - 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