150 Commits

Author SHA256 Message Date
20b67a0fe9 Accepting request 1333519 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1333519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=71
2026-02-17 15:52:53 +00:00
24ff9d9346 - Update to 1.27.1:
* Several optimizations, tweaks, and fixes to the structured text
    device text extraction.
  * Improve table-hunting code in structured text device.
  * Import image-rafting code from layout project to the structured
    text device.
  * Fix bug causing FitR link destination rectangles to remain
    untransformed.
  * Fix bug causing xps rendering to enter eternal loop.
- For changes in 1.27.0 and older see
  https://mupdf.com/releases/history
- CVE-2025-55780: null pointer dereference occurs in the function
  break_word_for_overflow_wrap() (bsc#1250443)
  Fixed by update
- CVE-2026-25556: double-free in fz_fill_pixmap_from_display_list()
  (bsc#1257944)
  Add cve-2026-25556.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=148
2026-02-17 10:19:34 +00:00
2f89ac3bf8 Accepting request 1296183 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1296183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=70
2025-07-30 09:43:29 +00:00
5fef584def Accepting request 1294873 from home:badshah400:GCC15
* Update to version 1.26.3.
* Use system brotli, tesseract for builds; add BuildRequires: pkgconfig(brotlidec), pkgconfig(brotlienc), pkgconfig(tesseract).
* Add BuildRequires: hicolor-icon-theme for proper ownership of hicolor icons dir.
* More specific directory globs for files section.
* Drop use of obsolete suse_update_desktop_files macro; switch BuildRequires: update-desktop-files for desktop-file-utils.
* Use GCC 11 to build for Leap 15.6 since std=c++20 is required.
* Drop support for EOL openSUSE <= 1320.

OBS-URL: https://build.opensuse.org/request/show/1294873
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=146
2025-07-22 06:38:04 +00:00
d4450b68fc Accepting request 1266608 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1266608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=69
2025-04-02 19:05:43 +00:00
f39cc0182e Accepting request 1266577 from home:yacar:branches:Publishing
- Update to 1.25.6:
  * Avoid crash when noto fonts have zero size.
  * Fix bug in q/Q count balancing.
  * Improve clip/layer nesting to handle more than 1000 nested levels.
  * Fix bug where all redaction annotations were applied intead of just one.

OBS-URL: https://build.opensuse.org/request/show/1266577
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=144
2025-04-02 15:38:21 +00:00
f6a484a892 Accepting request 1253773 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1253773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=68
2025-03-17 21:18:46 +00:00
a380cedc47 Accepting request 1253737 from home:yacar:branches:Publishing
- Update to 1.25.5:
  * Allow pdf_lookup_page_number_slow on deleted pages.
  * Fix issue in Fax decoder.
  * Tweak antidropout code in the non-AA rasterizer.
  * Fix bug ignoring last entry in UAX 14 line-breaking table.
  * Let Windows handle unhandled ALT-key combinations.
  * Cope with "undersized" cross-reference streams.
  * Use ULL rather than Ui64 in windows specific time funcs
  * Fix redaction problem with form transforms.
  * Fix Makefiles to test/alter CFLAGS, not XCFLAGS.
  * Avoid double drop of fz_html_tree upon exception in xml_to_boxes().
  * Free unopened pages instead of waiting for document to reap them.
  * Do not create bad write options if encrypt option was set to unknown value.
  * PDF saving: Perform a pre-pass to load objects before saving.
  * Change capitalization in mutool usage to be consistent.
  * Ensure that cfb archive entry names are null-terminated.
  * Allocate xml root node in pool.
  * Fix typo in LZW compressed inline image dictionary.
  * Report error in audit tool, otherwise it counts as unhandled.
  * Handle PDF objects numbered outside xref range.
  * Check whether opts is NULL when cleaning a PDF file.
  * Check whether the argument list is NULL, when argument are said to exist.
  * Consistently use uint32_t for color in stext device.
  * Sync open page numbers after undo has swapped the xrefs, not before.
  * Clear the in-doc flag when removing a page from the opened page list.
  * Add support archive script to create commercial tarballs.

OBS-URL: https://build.opensuse.org/request/show/1253737
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=142
2025-03-17 12:36:39 +00:00
e6c04e8ad2 Accepting request 1241070 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1241070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=67
2025-01-29 15:17:16 +00:00
8b52505b0b Accepting request 1240515 from home:yacar:branches:Publishing
- Update to 1.25.4:
  * Add common Noto font name lookup function.
  * Improve font Ascent/Descent handling.
  * Allow fz_store_size to be customised in Java.
  * Add fz_atoz() convenience function to parse size_t.
  * Add and use convenience function for loading user CSS.
  * Fix valgrind error seen with saving pdfs with garbage collection.
  * Process both widgets and annotations when rewriting images.
  * Adjust vector handling in page segmentation.
  * Only include latest object versions when gathering object streams.
  * Add AFRelationship property.
  * Minimise size of softmasks before rendering.
  * Fix bug where mutool clean produced object 0 with invalid gen num.
  * Fix bbox calculation in segmentation.
  * Improve exception messages from tesseract.
  * When deleting widget fields, compare the objects, not their pointers.
  * Fix for JBIG2 data not having the correct filter attached.
  * Fix concerning renumbered PDF encryption dictionaries.

OBS-URL: https://build.opensuse.org/request/show/1240515
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=140
2025-01-29 07:43:28 +00:00
cea6db1623 Accepting request 1239880 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1239880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=66
2025-01-23 17:06:03 +00:00
05f191c2fe Accepting request 1239848 from home:yacar:branches:Publishing
- Update to 1.25.3:
  * Fix bug where structure trees were always kept.
  * Add option to drop/keep structure trees when rearranging or subsetting pages.

OBS-URL: https://build.opensuse.org/request/show/1239848
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=138
2025-01-23 13:24:48 +00:00
3ed4f65004 Accepting request 1234698 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1234698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=65
2025-01-05 14:29:46 +00:00
a49d6443e2 Accepting request 1234593 from home:yacar:branches:Publishing
- Update to 1.25.2:
  * Add support to spot invisible text in structured text.
  * Fix sanitisation of clipping paths.
  * Fix leak in C++ wrappers.
- Update to 1.25.1:
  * Fix bug in structured text to html conversion concerning color.
- For changes in 1.25.0 and older see https://mupdf.com/releases/history

OBS-URL: https://build.opensuse.org/request/show/1234593
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=136
2025-01-03 09:16:17 +00:00
c2e11b4707 Accepting request 1218937 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1218937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=64
2024-10-29 13:36:23 +00:00
9f33240248 Accepting request 1218848 from home:Kieltux:branches:Publishing
- Update to 1.24.10:
  * Several fixes to python scripts for bindings.
  * Fix bug relating to redactions on pages with shared content
    streams.
  * Fix bug when both color keying and softmasking is used.

OBS-URL: https://build.opensuse.org/request/show/1218848
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=134
2024-10-29 06:51:26 +00:00
b4d03edbcd Accepting request 1202543 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1202543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=63
2024-09-23 13:23:36 +00:00
e584761648 Accepting request 1202160 from home:yacar:branches:Publishing
- Update to 1.24.9:
  * Improve memory usage for shadings.
  * Improve rendering speed when applying transfer functions to softmasks.
  * Avoid crashing due to colorspaces.
  * Fix bug with SVG clip paths.
  * Fix several bugs concerning text extraction.

OBS-URL: https://build.opensuse.org/request/show/1202160
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=132
2024-09-23 07:16:20 +00:00
e3f315877c Accepting request 1191887 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1191887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=62
2024-08-07 04:10:50 +00:00
fa73694f33 Accepting request 1191851 from home:jkuzilek:branches:Publishing
Update to 1.24.8

OBS-URL: https://build.opensuse.org/request/show/1191851
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=130
2024-08-06 14:03:39 +00:00
e19ee52004 Accepting request 1153110 from Publishing
- Update to 1.23.11:
  * Add support to redact line art.
  * Add new image redaction option to remove images that intrudes on redaction with clipping applied.

OBS-URL: https://build.opensuse.org/request/show/1153110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=61
2024-02-29 20:49:56 +00:00
a8103ff629 - Update to 1.23.11:
* Add support to redact line art.
  * Add new image redaction option to remove images that intrudes on redaction with clipping applied.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=128
2024-02-29 07:53:01 +00:00
b0f4caa321 Accepting request 1146112 from Publishing
- Update to 1.23.10:
  * Add fallback CMap to handle very broken fonts.
  * Fix infinite loop in line dashing routine.
  * Handle named destinations with non-ASCII characters.

OBS-URL: https://build.opensuse.org/request/show/1146112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=60
2024-02-12 17:53:08 +00:00
e6755f1018 - Update to 1.23.10:
* Add fallback CMap to handle very broken fonts.
  * Fix infinite loop in line dashing routine.
  * Handle named destinations with non-ASCII characters.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=126
2024-02-12 09:26:54 +00:00
94987745bf Accepting request 1140771 from Publishing
- Update to 1.23.9:
  * Fix text moving after redaction.
  * Add use-cid-for-unknown-unicode option to stext device.
  * Move previously private APIs into public headers so they can be used in python bindings.
  * Add version numbers to shared library installation targets on Linux/OpenBSD.
  * Avoid setuptools problems for python bindings in python 3.12.
  * Fix makefile so python bindings build with tesseract.

OBS-URL: https://build.opensuse.org/request/show/1140771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=59
2024-01-23 21:56:16 +00:00
7f09ed5379 - Update to 1.23.9:
* Fix text moving after redaction.
  * Add use-cid-for-unknown-unicode option to stext device.
  * Move previously private APIs into public headers so they can be used in python bindings.
  * Add version numbers to shared library installation targets on Linux/OpenBSD.
  * Avoid setuptools problems for python bindings in python 3.12.
  * Fix makefile so python bindings build with tesseract.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=124
2024-01-23 07:05:51 +00:00
c0cad83458 Accepting request 1134152 from Publishing
- Update to 1.23.7:
  * Fix rendering issue concerning group alpha.
  * Fix unexpected HTML table rectangles on subsequent pages.
  * Fix text extraction of control characters from PDF.
  * Fix bug concerning Stories having page-break-after set.
  * Ignore broken structure trees instead of reporting an error.
  * Various fixes for pymupdf.

OBS-URL: https://build.opensuse.org/request/show/1134152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=58
2023-12-20 20:02:47 +00:00
84c218d56b - Update to 1.23.7:
* Fix rendering issue concerning group alpha.
  * Fix unexpected HTML table rectangles on subsequent pages.
  * Fix text extraction of control characters from PDF.
  * Fix bug concerning Stories having page-break-after set.
  * Ignore broken structure trees instead of reporting an error.
  * Various fixes for pymupdf.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=122
2023-12-20 08:52:26 +00:00
f5679bbb2d Accepting request 1129309 from Publishing
- Update to 1.23.6:
  * Add new text file document handler.
  * Add interface for rearranging pages.
  * Fix double free bug in html parser.
  * Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left.
  * Fix parsing of cmap with surrogate characters.
  * Fix bug in story handling resetting.
  * Various smaller fixes for pymupdf.

OBS-URL: https://build.opensuse.org/request/show/1129309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=57
2023-11-28 21:19:27 +00:00
864194b3b5 - Update to 1.23.6:
* Add new text file document handler.
  * Add interface for rearranging pages.
  * Fix double free bug in html parser.
  * Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left.
  * Fix parsing of cmap with surrogate characters.
  * Fix bug in story handling resetting.
  * Various smaller fixes for pymupdf.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=120
2023-11-28 07:06:05 +00:00
73b8aec9cc Accepting request 1123725 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1123725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=56
2023-11-07 20:26:24 +00:00
e9f2c6db9d Accepting request 1123575 from home:dirkmueller:Factory
- Update to 1.22.1 (bsc#1216728, CVE-2023-31794):
  * Update to zlib 1.2.12 for security fix
  * Add 'extract' library for more output options: DOCX, ODT
  * Experimental Python bindings.
      * Toggle spot color mode with 'e'.
-mupdf-no-strip.patch: fix debuginfo generation
- Remove xorg-x11-devel from buildrequires
  CVE-2017-17858 bsc#1077161
- mupdf is not a terminal app boo#1036637
- Add CVE-2016-6265.patch to fix a use-after-free bsc#990195
- Set to best anti-alias mode (8) by default.
    + Sepia mode full-page color tinting in X11 and win32 viewer
    + Improve XML parser interface.
    + Miscellaneous minor fixes
  for those architectures

OBS-URL: https://build.opensuse.org/request/show/1123575
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=118
2023-11-07 07:11:08 +00:00
50345e4942 Accepting request 1116870 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1116870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=55
2023-10-11 21:56:04 +00:00
ac85c191dc Accepting request 1116823 from home:polslinux:branches:Publishing
- Update to 1.23.4:
  * Fix bug causing a crash when cleaning up Android draw device upon destroy.
  * Fix bug where bitmaps were reused after being recycled in Android.
  * Add fixed padding to ink annotation to avoid unselectable bboxes for tiny strokes.
  * Add API for checking if an annotation has a Rect property.
  * Fix bug where cycles in structure trees caused eternal loops.
  * Fix bug where colorspaces were not retained for in-linee images during filtering.
  * Change default to use CropBox rather than MediaBox.

OBS-URL: https://build.opensuse.org/request/show/1116823
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=116
2023-10-11 09:33:20 +00:00
dd64a469bc Accepting request 1112469 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1112469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=54
2023-09-20 11:31:37 +00:00
2f91152348 Accepting request 1112444 from home:polslinux:branches:Publishing
- Update to 1.23.3:
  New features:
    + New WASM library with same API as mutool run and Java, for both browser and Node environments.
    + Support CropBox, TrimBox, BleedBox, and ArtBox in PDF tools and viewers.
    + PhotoShop PSD image support.
    + mupdf-gl: Custom ICC display profile support.
    + mutool poster: Option to split in RTL direction.
  Fixes:
    + EPUB: Fix table cell height calculations.
    + EPUB: Inherit table cell background color from table row.
    + EPUB: Support files with partial encryption (only read unencrypted parts).
    + EPUB: Support files with incorrect directory prefixes.
    + TIFF: Stability improvements.
    + MOBI: Stability improvements.
    + PDF: Support old style border dash patterns.
    + PDF: Support GoToR links to remote PDF documents.
    + PDF: Improve link parsing and creation.
    + ZIP: Improve unicode file name handling.
    + Fall back to unhinted fonts if hints are broken.
    + Recognize document types by sniffing contents (don't need to rely on mimetype or file extension).
  NEW APIs:
    + More PDF document permission flags.
    + Tweaked exception error logging.
    + pdf_minimize_document to squeeze amount of memory used by an open document.
  Incompatible changes:
    + pdf_field_name renamed to pdf_load_field_name.
    + mutool run: Changed many methods to match Java and new WASM library.

OBS-URL: https://build.opensuse.org/request/show/1112444
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=114
2023-09-20 07:17:31 +00:00
e1b6ed98e9 Accepting request 1093883 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1093883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=53
2023-06-20 14:49:00 +00:00
8db751be0c Accepting request 1093881 from home:polslinux:branches:Publishing
- Update to 1.22.2:
  * Various bug fixes cherry-picked back from development work
    required to fix PyMuPDF issues.

OBS-URL: https://build.opensuse.org/request/show/1093881
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=112
2023-06-20 07:13:32 +00:00
4676560fb2 Accepting request 1086769 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1086769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=52
2023-05-12 18:38:56 +00:00
3bcda1b781 Accepting request 1086750 from home:polslinux:branches:Publishing
- Update to 1.22.1:
  * New command line "mutool recolor" to change colorspace of PDF files.
  * New command line "mutool trim" to remove content outside mediabox.
  * New flag to "mutool draw": -KK to remove all non-textual content.
  * Support PDF page labels.
  * Layout HTML tables with variable column widths.
  * Added JPEG output format. JPEG should be used with care due to its
    lossy nature (if in doubt, use PDF instead).
  * Added PDF filter factories.
  * Added PDF color filter.
  * Added "culler" to sanitize filter.
  * Added flags to control embedding fonts in output.
  * New device methods for structured tags.
  * Increased maximum allowed image size.
  * Add magic flag to temporarily hide annotations when editing them.
  * Support RD in Square and Circle annotations.
  * Support dashed borders in annotations.
  * Support cloudy borders in annotations.
  * Improved layers in PDF files.
  * Fix performance issue with large PDF files and outlines.
  * Updated multi-threading examples.
  * Moved WASM project into separate repository.
  * Added Java and "mutool run" bindings for many more functions.

OBS-URL: https://build.opensuse.org/request/show/1086750
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=110
2023-05-12 13:45:54 +00:00
e0a06e43db Accepting request 1070071 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1070071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=51
2023-03-08 13:53:29 +00:00
96de4e6a88 Accepting request 1069998 from home:jengelh:branches:Publishing
- Drop BuildRequires freeglut & lcms2, this is not used and the build always relies on the bundled copy.

OBS-URL: https://build.opensuse.org/request/show/1069998
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=108
2023-03-08 07:30:20 +00:00
b3e3ff83ae Accepting request 1069882 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1069882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=50
2023-03-07 15:50:43 +00:00
24f645f9e8 Accepting request 1069748 from home:jengelh:branches:Publishing
- Disable system gumbo, so it may be removed [boo#1208381].

OBS-URL: https://build.opensuse.org/request/show/1069748
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=106
2023-03-07 10:07:41 +00:00
64954cd2fb Accepting request 1062292 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1062292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=49
2023-02-01 15:39:00 +00:00
88fd944b6b Accepting request 1061907 from home:dirkmueller:Factory
- update to 1.21.1:
  * Garbage collection problem causing file bloat on clean
  * Don't assume sorted objects in pdf_objcmp
  * Don't layout empty documents
  * Type 3 font char bboxes
  * Added MOBI input format support
  * Added Story API for creating PDF documents from formatted text
  * Added API to create, edit, and delete links
  * Support custom images for Stamp annotations
  * Support interior color on Polygon annotations
  * Support line endings on PolyLine annotations
  * Improved SVG output
  * C++/Python/C# binding:
    * Changes to naming of wrapper functions and classes
    * Added limited support for callbacks into Python, using SWIG Directors

OBS-URL: https://build.opensuse.org/request/show/1061907
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=104
2023-01-31 15:37:33 +00:00
fbab1f49b4 Accepting request 1003115 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1003115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=48
2022-09-13 13:08:15 +00:00
110c435066 Accepting request 1002876 from home:dirkmueller:Factory
- update to 1.20.0 (bsc#1202858, CVE-2021-4216):

OBS-URL: https://build.opensuse.org/request/show/1002876
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=102
2022-09-13 07:00:34 +00:00
94e4f56534 Accepting request 998780 from Publishing
OBS-URL: https://build.opensuse.org/request/show/998780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=47
2022-08-23 12:29:59 +00:00
3d96bdd6d8 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
2022-08-23 09:00:41 +00:00