diff --git a/PyMuPDF-1.14.19.tar.gz b/PyMuPDF-1.14.19.tar.gz deleted file mode 100644 index 2cebf22..0000000 --- a/PyMuPDF-1.14.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a01c8e42abfbaaa4a78fc43cac43194d08772f0ee6cfd13d6668c1f096f9b9 -size 6857054 diff --git a/PyMuPDF-1.16.1.tar.gz b/PyMuPDF-1.16.1.tar.gz new file mode 100644 index 0000000..2252041 --- /dev/null +++ b/PyMuPDF-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4be930142127d38817a553c43100d35c19b09b6a33dc87c25fb89fe6a8a40b4 +size 6994708 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index 3fa1a13..8989fcb 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 6 09:07:26 UTC 2019 - Yunhe Guo + +- Version update to 1.16.1 + * Minor Enhancements and Fixes + * Full PDF Password Protection + * Fixing issues #352, #353 and #354 +- Split doc package + ------------------------------------------------------------------- Tue Jul 30 11:17:47 UTC 2019 - pgajdos@suse.com diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 27e0b4b..4da773e 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %define pypi_name PyMuPDF Name: python-%{pypi_name} -Version: 1.14.19 +Version: 1.16.1 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: GPL-3.0-only AND AGPL-3.0-only @@ -34,7 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc BuildRequires: jbig2dec-devel -BuildRequires: mupdf-devel-static >= 1.14.0 +BuildRequires: mupdf-devel-static >= 1.16.0 BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: swig @@ -52,6 +52,13 @@ MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction book formats. PyMuPDF can also access files with extensions *.pdf, *.xps, *.oxps, *.epub, *.cbz or *.fb2 from Python scripts. +%package -n python-%{pypi_name}-doc +Summary: Documentation for PyMuPDF +Group: Development/Languages/Python + +%description -n python-%{pypi_name}-doc +This is the documentation for PyMuPDF. + %prep %setup -q -n %{pypi_name}-%{version} %patch1 -p1 @@ -69,7 +76,10 @@ export CFLAGS="%{optflags}" %files %{python_files} %license COPYING -%doc README.md doc/PyMuPDF.pdf +%doc README.md %{python_sitearch}/* +%files -n python-%{pypi_name}-doc +%doc doc/PyMuPDF.pdf + %changelog