# HG changeset patch # User Carl Byington # Date 1245798730 25200 # Node ID 9859474779da968bf1da12e49c45f49ed2a4fca2 # Parent d9ba8fa961e756206afe09f3e4332b4b1e9b1ad4 fix ax_python as done in libtorrent diff -r d9ba8fa961e7 -r 9859474779da ChangeLog --- 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 diff -r d9ba8fa961e7 -r 9859474779da NEWS --- 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 diff -r d9ba8fa961e7 -r 9859474779da configure.in --- 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 diff -r d9ba8fa961e7 -r 9859474779da libpst.spec.in --- 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 - 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 - 0.6.40-1 - fedora 11 has python2.6 - remove pdf version of the man pages