Package: python-poppler / 0.12.1-9

Metadata

Package Version Patches format
python-poppler 0.12.1-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 poppler 0.15.diff | (download)

poppler.defs | 34 33 + 1 - 0 !
1 file changed, 33 insertions(+), 1 deletion(-)

 follow api changes in poppler 0.15.

 The undermentioned API changes were made (following similar changes in Poppler API):
 - PopplerPage.get_text(style, rect)
 + PopplerPage.get_text()
 + PopplerPage.get_selected_text(style, selection)
02 poppler 0.18.diff | (download)

poppler.defs | 52 0 + 52 - 0 !
1 file changed, 52 deletions(-)

 drop api which does not exist any more in poppler 0.18.

Bug: https://launchpad.net/bugs/900707

03 psfilenew.diff | (download)

poppler.defs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes a typo for ps_file_new binding.

Bug-Debian: http://bugs.debian.org/662890
04 closefiles.diff | (download)

poppler.defs | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 python-poppler leaks memory while openinig/closing files.

 Needed for pdfshuffler poppler 0.18 transition,
   http://bugs.debian.org/660937
05 poppler 0.39.diff | (download)

poppler.defs | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 fix ftbfs due to poppler 0.39 api changes