forked from pool/python-PyMuPDF
Accepting request 728973 from home:guoyunhe:branches:devel:languages:python
version 1.16.1 OBS-URL: https://build.opensuse.org/request/show/728973 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
52c3d48731
commit
90fa6ca21b
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4a01c8e42abfbaaa4a78fc43cac43194d08772f0ee6cfd13d6668c1f096f9b9
|
|
||||||
size 6857054
|
|
3
PyMuPDF-1.16.1.tar.gz
Normal file
3
PyMuPDF-1.16.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4be930142127d38817a553c43100d35c19b09b6a33dc87c25fb89fe6a8a40b4
|
||||||
|
size 6994708
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 09:07:26 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
- 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
|
Tue Jul 30 11:17:47 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define pypi_name PyMuPDF
|
%define pypi_name PyMuPDF
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.14.19
|
Version: 1.16.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python binding for MuPDF, a PDF and XPS viewer
|
Summary: Python binding for MuPDF, a PDF and XPS viewer
|
||||||
License: GPL-3.0-only AND AGPL-3.0-only
|
License: GPL-3.0-only AND AGPL-3.0-only
|
||||||
@@ -34,7 +34,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: jbig2dec-devel
|
BuildRequires: jbig2dec-devel
|
||||||
BuildRequires: mupdf-devel-static >= 1.14.0
|
BuildRequires: mupdf-devel-static >= 1.16.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: swig
|
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,
|
book formats. PyMuPDF can also access files with extensions *.pdf,
|
||||||
*.xps, *.oxps, *.epub, *.cbz or *.fb2 from Python scripts.
|
*.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
|
%prep
|
||||||
%setup -q -n %{pypi_name}-%{version}
|
%setup -q -n %{pypi_name}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@@ -69,7 +76,10 @@ export CFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md doc/PyMuPDF.pdf
|
%doc README.md
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
|
%files -n python-%{pypi_name}-doc
|
||||||
|
%doc doc/PyMuPDF.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user