Mercurial > libpst
changeset 221:06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 23 Jun 2009 14:52:50 -0700 |
parents | e89f6c7751bc |
children | 43fc1de687a8 |
files | ChangeLog NEWS html/Makefile.am libpst.spec.in m4/ax_python.m4 xml/Makefile.am |
diffstat | 6 files changed, 16 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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)
--- 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 <carl@five-ten-sg.com> - 0.6.39-1 +* 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 + +* Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.39-1 - fedora > 10 moved to boost-python-devel -* Mon Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 +* Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 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.
--- 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
--- 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