Mercurial > libpst
changeset 225:9859474779da
fix ax_python as done in libtorrent
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 23 Jun 2009 16:12:10 -0700 |
parents | d9ba8fa961e7 |
children | bfc35fd55254 |
files | ChangeLog NEWS configure.in libpst.spec.in |
diffstat | 4 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 23 16:08:39 2009 -0700 +++ b/ChangeLog Tue Jun 23 16:12:10 2009 -0700 @@ -1,3 +1,8 @@ +LibPST 0.6.41 (2009-06-23) +=============================== + * fix ax_python detection - should not use locate command + * checking for fedora versions is not needed + LibPST 0.6.40 (2009-06-23) =============================== * fedora 11 has python2.6
--- a/NEWS Tue Jun 23 16:08:39 2009 -0700 +++ b/NEWS Tue Jun 23 16:12:10 2009 -0700 @@ -1,3 +1,4 @@ +0.6.41 2009-06-23 fix ax_python detection - should not use locate command 0.6.40 2009-06-23 fedora 11 has python2.6, remove pdf version of the man pages 0.6.39 2009-06-21 fedora > 10 moved to boost-python-devel 0.6.39 2009-06-21 fedora > 10 moved to boost-python-devel
--- a/configure.in Tue Jun 23 16:08:39 2009 -0700 +++ b/configure.in Tue Jun 23 16:12:10 2009 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.40,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.41,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE
--- a/libpst.spec.in Tue Jun 23 16:08:39 2009 -0700 +++ b/libpst.spec.in Tue Jun 23 16:12:10 2009 -0700 @@ -146,6 +146,10 @@ %changelog +* Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.41-1 +- fix ax_python detection - should not use locate command +- checking for fedora versions is not needed + * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.40-1 - fedora 11 has python2.6 - remove pdf version of the man pages