diff --git a/PyMuPDF-1.19.6.tar.gz b/PyMuPDF-1.19.6.tar.gz deleted file mode 100644 index d8c102f..0000000 --- a/PyMuPDF-1.19.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef3d13e27f1585d776f6a2597f113aabd28d36b648b983a72850b21c5399ab08 -size 2270248 diff --git a/PyMuPDF-1.20.2.tar.gz b/PyMuPDF-1.20.2.tar.gz new file mode 100644 index 0000000..2f76244 --- /dev/null +++ b/PyMuPDF-1.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02eedf01f57c6bafb5e8667cea0088a2d2522643c47100f1908bec3a68a84888 +size 90443823 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index 5c1d554..06e1ac6 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Sep 9 10:00:51 UTC 2022 - John Vandenberg + +- Update to v1.20.2 + * This release uses MuPDF-1.20.3 + * Fix linking issues on Unix systems. + * Fixed SegFault when applying redactions overlapping a transparent image. + * Improvements to documentation + * Removed some unused files and directories +- from v1.20.1 + * Fix for building on FreeBSD. + * Fixed linkDest() had a broken call to re.match(), introduced in 1.20.0. + * Fixed get_drawings() and get_cdrawings() previously always returned + with closePath=False. + * Default FreeText annotation text color is now black. + * Improvements to sphinx-generated documentation +- from v1.20.0 + * This release uses MuPDF-1.20.0 + * Cope with new MuPDF link uri format, changed from #,, + to #page=&zoom=,,. + * In tests/test_insertpdf.py, use new reference output joined-1.20.pdf. + We also check that new output values are approximately the same as the old ones. + * Fixed Leak of pdf_graft_map. Also fixed a SEGV issue that this seemed + to expose, caused by incorrect freeing of underlying fz_document. + * Fixed ownership of Annotation.get_pixmap(). + * If pip builds from source because an appropriate wheel is not available, + we no longer require MuPDF to be pre-installed. Instead the required + MuPDF source is embedded in the sdist and automatically built into PyMuPDF. + * Various changes to setup.py to download the required MuPDF release + as required. See comments at start of setup.py for details. + ------------------------------------------------------------------- Tue May 10 00:26:53 UTC 2022 - Matej Cepl diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 1f35158..d8fb899 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-PyMuPDF # # Copyright (c) 2022 SUSE LLC # @@ -21,7 +21,7 @@ %define skip_python2 1 %define pypi_name PyMuPDF Name: python-%{pypi_name} -Version: 1.19.6 +Version: 1.20.2 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: AGPL-3.0-only @@ -36,8 +36,7 @@ BuildRequires: fdupes BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: jbig2dec-devel -BuildRequires: mupdf-devel-static < 1.20.0 -BuildRequires: mupdf-devel-static >= 1.19.0 +BuildRequires: mupdf-devel-static >= 1.20.3 BuildRequires: openSUSE-release BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -76,6 +75,6 @@ cd /tmp %license COPYING %doc README.md %{python_sitearch}/PyMuPDF-%{version}*-info -%{python_sitearch}/fitz +%{python_sitearch}/fitz/ %changelog