# HG changeset patch # User Carl Byington # Date 1245793970 25200 # Node ID 06d759f640f665b848aa6c55b53c1d7645b62214 # Parent e89f6c7751bc7bb8803949d5c1205e8fbb425dd5 fedora 11 has python2.6, remove pdf version of the man pages diff -r e89f6c7751bc -r 06d759f640f6 ChangeLog --- a/ChangeLog Sun Jun 21 21:25:10 2009 -0700 +++ b/ChangeLog Tue Jun 23 14:52:50 2009 -0700 @@ -1,3 +1,8 @@ +LibPST 0.6.40 (2009-06-23) +=============================== + * fedora 11 has python2.6 + * remove pdf version of the man pages + LibPST 0.6.39 (2009-06-21) =============================== * fedora > 10 moved to boost-python-devel diff -r e89f6c7751bc -r 06d759f640f6 NEWS --- a/NEWS Sun Jun 21 21:25:10 2009 -0700 +++ b/NEWS Tue Jun 23 14:52:50 2009 -0700 @@ -1,4 +1,6 @@ -0.6.398 2009-06-21 fedora > 10 moved to boost-python-devel +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 0.6.38 2009-06-21 many changes including shared library soname 0.6.37 2009-04-17 add pst_attach_to_mem() back into the shared library interface. 0.6.36 2009-04-14 build separate -doc and -devel-doc subpackages diff -r e89f6c7751bc -r 06d759f640f6 html/Makefile.am --- a/html/Makefile.am Sun Jun 21 21:25:10 2009 -0700 +++ b/html/Makefile.am Tue Jun 23 14:52:50 2009 -0700 @@ -1,6 +1,6 @@ htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel -html_DATA = $(wildcard *.html) $(wildcard *.pdf) +html_DATA = $(wildcard *.html) htmldevel_DATA = $(wildcard devel/*) EXTRA_DIST = $(html_DATA) $(htmldevel_DATA) diff -r e89f6c7751bc -r 06d759f640f6 libpst.spec.in --- a/libpst.spec.in Sun Jun 21 21:25:10 2009 -0700 +++ b/libpst.spec.in Tue Jun 23 14:52:50 2009 -0700 @@ -146,7 +146,6 @@ %defattr(-,root,root,-) %dir %{_datadir}/doc/%{name}-%{version}/ %{_datadir}/doc/%{name}-%{version}/*.html -%{_datadir}/doc/%{name}-%{version}/*.pdf %{_datadir}/doc/%{name}-%{version}/AUTHORS %{_datadir}/doc/%{name}-%{version}/COPYING %{_datadir}/doc/%{name}-%{version}/ChangeLog @@ -155,10 +154,14 @@ %changelog -* Mon Jun 21 2009 Carl Byington - 0.6.39-1 +* Tue Jun 23 2009 Carl Byington - 0.6.40-1 +- fedora 11 has python2.6 +- remove pdf version of the man pages + +* Sun Jun 21 2009 Carl Byington - 0.6.39-1 - fedora > 10 moved to boost-python-devel -* Mon Jun 21 2009 Carl Byington - 0.6.38-1 +* Sun Jun 21 2009 Carl Byington - 0.6.38-1 - add python interface to the shared library. - bump soname to version 4 for many changes to the interface. - better decoding of recurrence data in appointments. diff -r e89f6c7751bc -r 06d759f640f6 m4/ax_python.m4 --- a/m4/ax_python.m4 Sun Jun 21 21:25:10 2009 -0700 +++ b/m4/ax_python.m4 Tue Jun 23 14:52:50 2009 -0700 @@ -58,7 +58,7 @@ AC_DEFUN([AX_PYTHON], [AC_MSG_CHECKING(for python build information) AC_MSG_RESULT([]) -for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do +for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do AC_CHECK_PROGS(PYTHON_BIN, [$python]) ax_python_bin=$PYTHON_BIN if test x$ax_python_bin != x; then diff -r e89f6c7751bc -r 06d759f640f6 xml/Makefile.am --- a/xml/Makefile.am Sun Jun 21 21:25:10 2009 -0700 +++ b/xml/Makefile.am Tue Jun 23 14:52:50 2009 -0700 @@ -4,11 +4,9 @@ cat header.xml libpst >libpst.xml cat header.sgml libpst >libpst.sgml rm -f ../html/*html - rm -f ../html/*pdf rm -rf ../html/devel xmlto -o ../man man libpst.xml xmlto -o ../html xhtml libpst.xml - xmlto -o ../html pdf libpst.xml rm -f libpst.xml libpst.sgml mkdir tmp mkdir tmp/libpst