forked from pool/mupdf
Accepting request 997600 from home:dirkmueller:Factory
- update to 1.20.3: * return error, not success when unable to lock native device resource. * Bug 705620: Start journal operation instead of pushing local xref. * Ensure AndroidDrawDevice is destroyed, even upon exception. * source/pdf/pdf-clean.c: fix segv from incorrect call to fz_drop_pixmap(). * Bug 705681: Enclose code in begin/end operation. * Guard against SEGVs when calling archive functions with NULL archive. OBS-URL: https://build.opensuse.org/request/show/997600 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=100
This commit is contained in:
parent
0e20310e58
commit
e60df12c49
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee51ebf8de0b2d4a4643041a7ed76147296a194a03e5a8a4f58c960597c007ab
|
||||
size 70134965
|
3
mupdf-1.20.3-source.tar.zst
Normal file
3
mupdf-1.20.3-source.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:108c4ad87d5cdd3ad47a3a872acdf101693283442469629dabb7631f1f3a0b3f
|
||||
size 69709366
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 19:15:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.20.3:
|
||||
* return error, not success when unable to lock native device resource.
|
||||
* Bug 705620: Start journal operation instead of pushing local xref.
|
||||
* Ensure AndroidDrawDevice is destroyed, even upon exception.
|
||||
* source/pdf/pdf-clean.c: fix segv from incorrect call to fz_drop_pixmap().
|
||||
* Bug 705681: Enclose code in begin/end operation.
|
||||
* Guard against SEGVs when calling archive functions with NULL archive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 21:28:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: mupdf
|
||||
Version: 1.20.0
|
||||
Version: 1.20.3
|
||||
Release: 0
|
||||
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
||||
License: AGPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user