SHA256
1
0
forked from pool/mupdf

Compare commits

..

137 Commits

Author SHA256 Message Date
Ana Guerrero
5c0c7698c6 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
Martin Pluskal
00b13a2796 - 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/package/show/Publishing/mupdf?expand=0&rev=136
2025-01-03 09:16:17 +00:00
Ana Guerrero
9ce37e4697 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
Paolo Stivanin
6fb2cb6f40 - 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/package/show/Publishing/mupdf?expand=0&rev=134
2024-10-29 06:51:26 +00:00
Ana Guerrero
7f6a158d21 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
Paolo Stivanin
295a1fb5af - 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/package/show/Publishing/mupdf?expand=0&rev=132
2024-09-23 07:16:20 +00:00
Dominique Leuenberger
c49cfe0235 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
Dominique Leuenberger
8855c0fea7 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
Paolo Stivanin
5db41ea59e - 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
Ana Guerrero
54f66d01a4 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
Paolo Stivanin
56443ea2cc - 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
Ana Guerrero
c5540d7dff 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
Paolo Stivanin
f603d92186 - 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
Ana Guerrero
62bc15358f 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
Paolo Stivanin
9add266c4a - 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
Ana Guerrero
20ae09ec50 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
Paolo Stivanin
ff4dc3cb5d - 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
Ana Guerrero
5f3ea39af0 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
Paolo Stivanin
5f4748a846 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
Ana Guerrero
a8ba27e56e 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
Martin Pluskal
4c87da6748 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
Dominique Leuenberger
a1c49bae21 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
00794dc038 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
Dominique Leuenberger
31d807aa1a 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
Martin Pluskal
e447867eeb 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
Dominique Leuenberger
bfcb2c8e97 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
Martin Pluskal
1dd135ac40 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
Dominique Leuenberger
e3a3bdfff7 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
Martin Pluskal
985404e9dc 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
Dominique Leuenberger
ed107d3ffe 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
482eeb4100 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
Dominique Leuenberger
6597591fab 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
Martin Pluskal
ea1341dd57 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
Dominique Leuenberger
4b864e6b3b 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
Martin Pluskal
9b49507fda 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
Dominique Leuenberger
86eebe1eda 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
Martin Pluskal
e60df12c49 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
Dominique Leuenberger
c26f786354 Accepting request 992135 from Publishing
OBS-URL: https://build.opensuse.org/request/show/992135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=46
2022-08-02 20:09:12 +00:00
Martin Pluskal
0e20310e58 Accepting request 992108 from home:dirkmueller:Factory
- update to 1.20.0:
  * Experimental C# bindings
  * Cross compilation should no longer need a host compiler
  * Major additions to JNI bindings
  * New API to edit outline
  * New API to resolve and create links
  * New API to toggle individual layers in PDF
  * Layer panel in mupdf-gl
  * Layer option in mutool draw
  * New API to add a Javascript console
  * Console panel in mupdf-gl
  * Text search API extended to be able to distinguish between separate search hits
  * Command line tool improvements:
  * all: Negative page numbers to index from the last page
  * mutool draw: Add option to render document without text
  * mutool draw and convert: Support DPI option in text and HTML output
  * New hybrid HTML output format using "scripts/pdftohtml" script:
  * Graphics in a background image
  * Text on top
  * Improved WASM viewer demo
  * Support high DPI screens
  * Progressive loading
  * Update to zlib 1.2.12 for security fix

OBS-URL: https://build.opensuse.org/request/show/992108
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=98
2022-08-02 05:38:44 +00:00
Dominique Leuenberger
99c7c7da7b Accepting request 972374 from Publishing
OBS-URL: https://build.opensuse.org/request/show/972374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=45
2022-04-24 17:45:48 +00:00
Martin Pluskal
f417e961f6 Accepting request 972243 from home:dirkmueller:Factory
- update to 1.19.1:
  * Updated zlib to 1.2.12 due to CVE-2018-25032

OBS-URL: https://build.opensuse.org/request/show/972243
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=96
2022-04-24 11:51:53 +00:00
Dominique Leuenberger
657a95632d Accepting request 927490 from Publishing
OBS-URL: https://build.opensuse.org/request/show/927490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=44
2021-10-26 18:14:01 +00:00
Martin Pluskal
82814d4a32 Accepting request 927320 from home:AndreasStieger:branches:Publishing
mupdf 1.19.0

OBS-URL: https://build.opensuse.org/request/show/927320
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=95
2021-10-26 11:25:12 +00:00
Dominique Leuenberger
dbb29ac466 Accepting request 844022 from Publishing
OBS-URL: https://build.opensuse.org/request/show/844022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=43
2020-10-28 10:37:42 +00:00
Martin Pluskal
61de83cbf4 Accepting request 843892 from home:cges30901:branches:Publishing
- Update to version 1.18.0
  * mutool draw: bbox output format.
  * mutool draw: structured text extraction in JSON format.
  * mutool run: StructuredText.walk()
  * mutool run: PDFPage.process() and PDFAnnotation.process()
  * mupdf-gl: Added IBM Common User Access shortcuts for copy & paste.
  * mupdf-gl: Improved redaction UI.
  * java: Example desktop Java viewer.
  * wasm: WebAssembly viewer that runs in a browser.
  * html: Added HTML5 parser.
  * api: Dehyphenation option in structured text extraction, to improve searching for words that are hyphenated across lines.
  * api: pdf_new_date, pdf_to_date, pdf_dict_put_date and pdf_dict_get_date.
  * api: Added choice of image redaction algorithms: none, full, partial.
  * api: Optional use of Tesseract to use OCR to extract text.
  * svg: Many small parsing fixes.
  * svg: Parse inline CSS style attributes.
  * svg: Text elements (simple text layout only).
  * High security redaction -- save redacted PDF as flattened bitmap, guaranteed to not leak any sensitive redacted information.
  * Experimental C++ bindings.
  * Experimental Python bindings.

OBS-URL: https://build.opensuse.org/request/show/843892
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=93
2020-10-26 06:58:56 +00:00
Dominique Leuenberger
dca46cd625 Accepting request 815901 from Publishing
OBS-URL: https://build.opensuse.org/request/show/815901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=42
2020-06-21 16:52:10 +00:00
Martin Pluskal
87ba2d5c84 Accepting request 815897 from home:dancermak:branches:Publishing
Update to version 1.17.0

OBS-URL: https://build.opensuse.org/request/show/815897
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=91
2020-06-19 08:53:25 +00:00
Dominique Leuenberger
3185b870c0 Accepting request 814107 from Publishing
- Fix building with gcc10

OBS-URL: https://build.opensuse.org/request/show/814107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=41
2020-06-12 19:43:24 +00:00
Martin Pluskal
4b5808a431 - Fix building with gcc10
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=89
2020-06-12 08:32:42 +00:00
Dominique Leuenberger
5cebcbc137 Accepting request 729872 from Publishing
OBS-URL: https://build.opensuse.org/request/show/729872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=40
2019-09-11 08:37:14 +00:00
Tomáš Chvátal
679b7c3f92 Accepting request 729836 from home:cgiboudeaux:fat-lto-objects
- Use -ffat-lto-objects when building static libraries.

OBS-URL: https://build.opensuse.org/request/show/729836
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=87
2019-09-10 12:34:19 +00:00
Dominique Leuenberger
19cea6a56e Accepting request 724125 from Publishing
- Update to version 1.16.1
  * Changes in version 1.16.1:
    * Bugfixes
  * Changes in version 1.16.0:
    * api: Major overhaul of color management architecture.
    * api: Improved functions to verify/sign PDF documents.
    * api: Number tree accessor function pdf_lookup_number.
    * api: Parse and handle more options for PWG output.
    * api: Removed obsolete gproof document type.
    * api: User callbacks for warning and error messages.
    * epub: Changed default page size to A5.
    * epub: Draw embedded SVG documents in EPUB/XHTML.
    * epub: New Noto fonts covering more unicode scripts.
    * epub: Support small-caps font-variant.
    * pdf: Add Redact annotation type and function to apply redactions.
    * pdf: Add/remove/change encryption and password when saving PDF files.
    * pdf: Improvements to text handling in PDF filter processor.
    * pdf: MP and DP operators now call begin/end_layer device methods.
    * pdf: New and improved progressive loading.
    * svg: Draw external images in SVG documents.
    * mutool show: Add 'form' selector to list PDF form fields.
    * mutool sign: Sign PDF documents from the command line.
    * mutool sign: Verify signatures in PDF documents from the command line.
    * viewer: Option to save a script of user actions for replay with mutool run.
    * viewer: Runtime toggle for ICC and spot rendering.
    * viewer: Tooltip when hovering over a link in mupdf-gl.
  * Changes in version 1.15.0:
    * WebAssembly build target and examples.
    * Improved forms API in both C and Java bindings.
    * Improved forms JavaScript support.

OBS-URL: https://build.opensuse.org/request/show/724125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=39
2019-08-19 19:37:46 +00:00
Tomáš Chvátal
07e25c9157 - Remove merged patches:
* mupdf-CVE-2018-16647.patch
  * mupdf-CVE-2018-16648.patch
  * mupdf-CVE-2018-18662.patch
  * 0001-Fix-699840-Use-saved-sig_widget-pointer-to-sign-sign.patch
  * 0001-Write-placeholder-appearance-streams-for-digital-sig.patch
  * 0001-fix-build-on-big-endian.patch

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=85
2019-08-16 15:05:58 +00:00
Tomáš Chvátal
50fd3500c5 Accepting request 724116 from home:xha:branches:Publishing
Update to upstream version 1.16.1
removal of meanwhile upstream merged patches

OBS-URL: https://build.opensuse.org/request/show/724116
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=84
2019-08-16 14:46:32 +00:00
Dominique Leuenberger
7cc2450963 Accepting request 685966 from Publishing
OBS-URL: https://build.opensuse.org/request/show/685966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=38
2019-03-26 14:43:18 +00:00
Martin Pluskal
9f9d7930d9 Accepting request 685167 from home:guoyunhe:branches:Publishing
- Update source download link so we can submit it to Factory

OBS-URL: https://build.opensuse.org/request/show/685167
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=82
2019-03-18 09:10:21 +00:00
Martin Pluskal
aa442929d8 Accepting request 684259 from home:guoyunhe:branches:Publishing
- Add build dependencies:
  * liblcms2-devel
  * Mesa-libGL-devel
  * freeglut-devel
  * pkgconfig(openssl)
  * pkgconfig(xi)
  * pkgconfig(xrandr)
- Change COPYING to %licnese instead of %doc
- Update mupdf-no-strip.patch
- Add patches from Fedora project:
  * mupdf-CVE-2018-16647.patch
  * mupdf-CVE-2018-16648.patch
  * mupdf-CVE-2018-18662.patch
  * 0001-Fix-699840-Use-saved-sig_widget-pointer-to-sign-sign.patch
  * 0001-Write-placeholder-appearance-streams-for-digital-sig.patch
  * 0001-fix-build-on-big-endian.patch
- Update to version 1.14:
  * New features:
    * Added "Source Han Serif" CJK fallback font.
    * Added more scripts to the Noto fallback fonts.
    * Multi-page PNM support.
    * "mutool show" now supports a path syntax for selecting objects to show.
  * Build system simplifications:
    * Auto-generated CMap, ICC, and JS source files are checked in to git.
    * Embedded CMap resources are now generated by a python script.
    * Embedded font resources are linked directly if using GNU ld or windows.
    * Namegen tool replaced by use of C macros.
    * Simplified Makefile.
  * Annotation editing:
    * New annotation editing mode in mupdf-gl.
    * Can create, edit, and delete most annotation types.
    * Can create appearance streams for most annotation types.
    * Can create appearance streams for Tx form fields.
    * Can create appearance streams for Ch form fields.
  * Form filling in mupdf-gl:
    * Can click buttons, checkboxes, and radioboxes.
    * Can fill out text fields using dialog box.
    * Can select choice options using dialog box.
    * Can verify and sign digital signatures.
  * Improved UI for mupdf-gl:
    * Password dialog.
    * Error dialog.
    * Open/save file dialog.
    * Snap selection to words or lines by holding control or control+shift.
    * Save and restore current location, bookmarks, and navigation history.
  * Bug fixes:
    * Improved CJK character fallback handling in EPUB.
  * API changes:
    * Pass rectangle and matrix structs by value.
    * Replaced PDF_NAME_Xxx macros with PDF_NAME(Xxx).
    * Added PDF_TRUE, PDF_FALSE, and PDF_NULL constant pdf_obj* macros.
    * Added helper functions: pdf_dict_get_int, etc.
    * Removed 'doc' argument in pdf_new_int, etc.
    * Quads instead of rects when highlighting and searching text.
    * mutool run: Pass arguments to script in scriptArgs global.

OBS-URL: https://build.opensuse.org/request/show/684259
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=81
2019-03-12 13:41:52 +00:00
Dominique Leuenberger
d7a4437b5d Accepting request 602788 from Publishing
OBS-URL: https://build.opensuse.org/request/show/602788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=37
2018-05-02 10:17:05 +00:00
Tomáš Chvátal
76d83e33af Accepting request 602659 from home:jengelh:branches:Publishing
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/602659
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=79
2018-05-01 07:59:17 +00:00
Dominique Leuenberger
9df65df3d7 Accepting request 599916 from Publishing
OBS-URL: https://build.opensuse.org/request/show/599916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=36
2018-04-25 07:58:48 +00:00
Ismail Dönmez
94204b456c Accepting request 599908 from home:kbabioch:branches:Publishing
- Update to version 1.13:
  - primarily a bugfix release.
  - New "mutool sign" tool for showing and verifying digital signatures.
  - Chinese, Japanese, Korean, Cyrillic, and Greek font support in mutool create.
  - Improvements to annotation editing API.
- Dropped patches, which are included upstream now:
  - CVE-2018-6192.patch
  - CVE-2018-5686.patch
  - CVE-2018-6187.patch
  - CVE-2018-1000051.patch
  - CVE-2017-17858.patch
  - CVE-2018-6544.patch
  - fix-openjpeg-flags.patch

OBS-URL: https://build.opensuse.org/request/show/599908
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=77
2018-04-23 08:42:50 +00:00
Dominique Leuenberger
0cdb9cb84e Accepting request 576860 from Publishing
OBS-URL: https://build.opensuse.org/request/show/576860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=35
2018-02-16 20:38:03 +00:00
Tomáš Chvátal
e68804a855 Accepting request 576835 from home:elvigia:branches:Publishing
-mupdf-no-strip.patch: fix debuginfo generation  

- Remove xorg-x11-devel from buildrequires

OBS-URL: https://build.opensuse.org/request/show/576835
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=75
2018-02-14 22:46:47 +00:00
Dominique Leuenberger
c77543f4a4 Accepting request 575495 from Publishing
OBS-URL: https://build.opensuse.org/request/show/575495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=34
2018-02-14 08:19:33 +00:00
Martin Pluskal
9409e1cfe2 Accepting request 575490 from home:kbabioch:branches:Publishing
- Add CVE-2018-1000051.patch: Fix a Use After Free vulnerability in
  fz_keep_key_storable that can potentially result in DoS / remote
  code execution (CVE-2018-1000051 bsc#1080531)

OBS-URL: https://build.opensuse.org/request/show/575490
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=73
2018-02-12 08:07:18 +00:00
Dominique Leuenberger
71725fc184 Accepting request 573349 from Publishing
OBS-URL: https://build.opensuse.org/request/show/573349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=33
2018-02-09 14:44:40 +00:00
Ismail Dönmez
ddd842c3fa Accepting request 573347 from home:msmeissn:branches:Publishing
- use freetype2-devel explictily as buildrequires

OBS-URL: https://build.opensuse.org/request/show/573347
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=71
2018-02-06 14:43:26 +00:00
Dominique Leuenberger
7c4b881d64 Accepting request 572218 from Publishing
OBS-URL: https://build.opensuse.org/request/show/572218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=32
2018-02-05 09:49:21 +00:00
Tomáš Chvátal
a32e43e4ea Accepting request 572213 from home:kbabioch:branches:Publishing
- CVE-2018-6192.patch: Use official fix from usptream (CVE-2018-6192
  boo#1077755)

OBS-URL: https://build.opensuse.org/request/show/572213
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=69
2018-02-03 12:13:35 +00:00
Martin Pluskal
0f2117f19d Accepting request 572053 from home:kbabioch:branches:Publishing
- Add CVE-2018-6544.patch to fix a DoS in pdf_load_obj_stm within in
  pdf/pdf-xref.c (CVE-2018-6544 boo#1079100)
- Add CVE-2018-6192.patch to fix a DoS in pdf_read_new_xref within
  pdf/pdf-xref.c via crafted PDF file (CVE-2018-6192 boo#1077755)

OBS-URL: https://build.opensuse.org/request/show/572053
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=68
2018-02-02 15:44:48 +00:00
Martin Pluskal
bc5c7d9419 Accepting request 571908 from home:kbabioch:branches:Publishing
- Add CVE-2018-6187.patch to fix a heap buffer overflow in in pdf-write.c
  in the do_pdf_save_document function (CVE-2018-6187 boo#1077407)

OBS-URL: https://build.opensuse.org/request/show/571908
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=67
2018-02-02 08:01:57 +00:00
Dominique Leuenberger
f28b01a0d8 Accepting request 569433 from Publishing
- Add CVE-2017-17858.patch to fix an heap-based buffer overflow
  CVE-2017-17858 bsc#1077161 

- Add CVE-2018-5686.patch to fix an infinite loop
  CVE-2018-5686 bsc#1075936

- Fixes CVE-2017-15369 (bsc#1063413), CVE-2017-15587 (bsc#1064027)

OBS-URL: https://build.opensuse.org/request/show/569433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=31
2018-01-26 12:35:17 +00:00
Martin Pluskal
eefddd2a1e Accepting request 568512 from home:kbabioch:branches:Publishing
Fixed CVE number (typo beforehand)

OBS-URL: https://build.opensuse.org/request/show/568512
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=65
2018-01-23 10:10:43 +00:00
Martin Pluskal
65c179307c Accepting request 568499 from home:kbabioch:branches:Publishing
- Add CVE-2018-17858.patch to fix an heap-based buffer overflow
  CVE-2018-17858 bsc#1077161

OBS-URL: https://build.opensuse.org/request/show/568499
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=64
2018-01-23 09:32:39 +00:00
Ismail Dönmez
c2a31ad6be - Add CVE-2018-5686.patch to fix an infinite loop
CVE-2018-5686 bsc#1075936

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=63
2018-01-22 12:24:25 +00:00
Ismail Dönmez
539bd8944b Add missing changes
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=62
2018-01-22 12:19:50 +00:00
Dominique Leuenberger
2460b4f9f7 Accepting request 564446 from Publishing
OBS-URL: https://build.opensuse.org/request/show/564446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=30
2018-01-20 10:24:27 +00:00
OBS User mrdocs
b5f50951b5 Accepting request 564163 from home:avindra
- Update to version 1.12.0
  * Color Management:
    + LCMS2 library for color management
    + CMYK rendering with overprint simulation
    + Spot color rendering
    + Transparency rendering fixes
  * Structured text output improvements:
    + Reworked structured text API
    + Faster text searching
    + Highlight and copy text by selecting lines instead of by
      area
    + New semantic XHTML output format
    + New layout preserving HTML output format
  * Features and improvements:
    + Improved non-AA rendering with new scan converter
    + Improved LARGEFILE support
    + Improved TIFF support
    + Improved documentation
    + PCLm output.
    + PSD output.
    + New "mutool trace" tool.
    + New "mutool sign" tool (work in progress).
    + Text redaction (work in progress).
    + Lots of bug fixes.
- Strip "-source" from tarball name
- Switch to xz release (13mb smaller)
- rebase fix-openjpeg-flags.patch
- drop reproducible.patch
  * fixed upstream in 081d4c72430e3077a05499c783d9fbe24361b368

OBS-URL: https://build.opensuse.org/request/show/564163
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=60
2018-01-15 00:56:39 +00:00
Dominique Leuenberger
582b6d4399 Accepting request 540468 from Publishing
OBS-URL: https://build.opensuse.org/request/show/540468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=29
2017-11-14 13:18:16 +00:00
Martin Pluskal
a0c246c868 Accepting request 540435 from home:alois:branches:Publishing
- Update to version 1.11
  * This is primarily a bug fix release.
  * PDF portfolio support with command line tool "mutool
    portfolio".
  * Add callbacks to load fallback fonts from the system.
  * Use system fonts in Android to reduce install size.
  * Flag to disable publisher styles in EPUB layout.
  * Improved SVG output.
- Refreshed fix-openjpeg-flags.patch and reproducible.patch
- Dropped CVE-2017-5896.patch, bsc1023760.patch,
  CVE-2016-10221.patch, CVE-2016-8728.patch, CVE-2017-7976.patch,
  CVE-2016-10132.patch, CVE-2016-10133.patch,
  CVE-2016-10141.patch, CVE-2017-5627.patch
  and CVE-2017-5628.patch (merged or adapted upstream)

OBS-URL: https://build.opensuse.org/request/show/540435
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=58
2017-11-10 12:06:00 +00:00
Yuchen Lin
fa1bcde0d3 Accepting request 514182 from Publishing
- Add CVE-2016-10221.patch, CVE-2016-8728.patch and
  CVE-2017-7976.patch to fix CVE-2016-10221, CVE-2016-8728,
  CVE-2016-8729 and CVE-2017-7976
  bsc#1032140 bsc#1039850 bsc#1052029

OBS-URL: https://build.opensuse.org/request/show/514182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=28
2017-08-12 17:33:06 +00:00
Ismail Dönmez
1369417c55 - Add CVE-2016-10221.patch, CVE-2016-8728.patch and
CVE-2017-7976.patch to fix CVE-2016-10221, CVE-2016-8728,
  CVE-2016-8729 and CVE-2017-7976
  bsc#1032140 bsc#1039850 bsc#1052029

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=56
2017-08-03 08:30:44 +00:00
Dominique Leuenberger
11ec273be7 Accepting request 499527 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/499527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=27
2017-06-07 07:50:48 +00:00
OBS User mrdocs
40f06adcc0 Accepting request 499411 from home:bmwiedemann:branches:Publishing
Add reproducible.patch to sort input files to make build reproducible (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/499411
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=54
2017-05-30 00:52:43 +00:00
Dominique Leuenberger
d6514efa78 Accepting request 491698 from Publishing
- mupdf is not a terminal app boo#1036637

OBS-URL: https://build.opensuse.org/request/show/491698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=26
2017-05-04 06:52:00 +00:00
Ismail Dönmez
9438b44459 - mupdf is not a terminal app boo#1036637
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=52
2017-04-27 19:52:36 +00:00
Dominique Leuenberger
1d5cbfbc36 Accepting request 456000 from Publishing
- Add bsc1023760.patch to fix writing svg output to stdout if no
  output specified bsc#1023760

- Add CVE-2017-5896.patch to fix a heap overflow
  CVE-2017-5896 bsc#1023761 bsc#1024679

OBS-URL: https://build.opensuse.org/request/show/456000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=25
2017-02-15 09:00:07 +00:00
Ismail Dönmez
a462c990d8 - Add bsc1023760.patch to fix writing svg output to stdout if no
output specified bsc#1023760

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=50
2017-02-10 12:21:56 +00:00
Ismail Dönmez
6c7559ad02 - Add CVE-2017-5896.patch to fix a heap overflow
CVE-2017-5896 bsc#1023761 bsc#1024679

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=49
2017-02-10 11:01:58 +00:00
Dominique Leuenberger
014dbb9c99 Accepting request 454978 from Publishing
- Add CVE-2017-5627.patch and CVE-2017-5628.patch fixes
  CVE-2017-5627 and CVE-2017-5628 bsc#1022503 bsc#1022504

OBS-URL: https://build.opensuse.org/request/show/454978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=24
2017-02-10 08:46:17 +00:00
Ismail Dönmez
42cfc2defc - Add CVE-2017-5627.patch and CVE-2017-5628.patch fixes
CVE-2017-5627 and CVE-2017-5628 bsc#1022503 bsc#1022504

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=47
2017-02-06 12:54:15 +00:00
Dominique Leuenberger
83e08f6010 Accepting request 452699 from Publishing
- Add CVE-2016-10132.patch, CVE-2016-10133.patch and
  CVE-2016-10141.patch to fix CVE-2016-10132, CVE-2016-10133 and
  CVE-2016-10141 bsc#1019877

OBS-URL: https://build.opensuse.org/request/show/452699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=23
2017-01-31 11:33:00 +00:00
Ismail Dönmez
adf0a52264 - Add CVE-2016-10132.patch, CVE-2016-10133.patch and
CVE-2016-10141.patch to fix CVE-2016-10132, CVE-2016-10133 and
  CVE-2016-10141 bsc#1019877

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=45
2017-01-24 12:04:55 +00:00
Ludwig Nussel
30b8982471 Accepting request 447294 from Publishing
- Update to version 1.10a
  * A bug with mutool and saving PDF files using the 'ascii'
    option has been fixed.
- Add fix-openjpeg-flags.patch to stop defining OPJ_STATIC,
  this is https://github.com/uclouvain/openjpeg/issues/802

OBS-URL: https://build.opensuse.org/request/show/447294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=22
2016-12-22 15:00:12 +00:00
Ismail Dönmez
c2ba1b5927 - Update to version 1.10a
* A bug with mutool and saving PDF files using the 'ascii'
    option has been fixed.
- Add fix-openjpeg-flags.patch to stop defining OPJ_STATIC,
  this is https://github.com/uclouvain/openjpeg/issues/802

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=43
2016-12-21 11:55:23 +00:00
Dominique Leuenberger
18ac9e18e6 Accepting request 441873 from Publishing
- Update to version 1.10
  * FictionBook (FB2) e-book support.
  * Simple SVG parser (a small subset of SVG only).
  * mutool convert: a new document conversion tool and interface.
  * Multi-threaded rendering in mudraw.
  * Updated base 14 fonts from URW.
  * New CJK font with language specific variants.
  * Hyperlink support in EPUB.
  * Alpha channel is now optional in pixmaps.
  * More aggressive purging of cached objects.
  * Partial image decoding for lower memory use when banding.
  * Reduced default set of built-in CMap tables to the minimum required.
  * FZ_ENABLE_PDF, _XPS, _JS, to disable features at compile time.
  * Function level linking.
  * Dropped pdf object generation numbers from public interfaces.
  * Simplified PDF page, xobject, and annotation internals.
  * Closing and freeing devices and writers are now separate steps.
  * Improved PDF annotation editing interface (still a work in progress).
  * Document writer interface.
  * Banded image writer interface.
- Drop CVE-2016-6265.patch and mupdf-fix-openjpeg2.patch,
  both are fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/441873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=21
2016-12-01 09:24:18 +00:00
Ismail Dönmez
3a814fc676 - Update to version 1.10
* FictionBook (FB2) e-book support.
  * Simple SVG parser (a small subset of SVG only).
  * mutool convert: a new document conversion tool and interface.
  * Multi-threaded rendering in mudraw.
  * Updated base 14 fonts from URW.
  * New CJK font with language specific variants.
  * Hyperlink support in EPUB.
  * Alpha channel is now optional in pixmaps.
  * More aggressive purging of cached objects.
  * Partial image decoding for lower memory use when banding.
  * Reduced default set of built-in CMap tables to the minimum required.
  * FZ_ENABLE_PDF, _XPS, _JS, to disable features at compile time.
  * Function level linking.
  * Dropped pdf object generation numbers from public interfaces.
  * Simplified PDF page, xobject, and annotation internals.
  * Closing and freeing devices and writers are now separate steps.
  * Improved PDF annotation editing interface (still a work in progress).
  * Document writer interface.
  * Banded image writer interface.
- Drop CVE-2016-6265.patch and mupdf-fix-openjpeg2.patch,
  both are fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=41
2016-11-24 15:06:32 +00:00
Dominique Leuenberger
8ed48f7bc9 Accepting request 412765 from Publishing
- Add CVE-2016-6265.patch to fix a use-after-free bsc#990195

OBS-URL: https://build.opensuse.org/request/show/412765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=20
2016-07-28 21:43:39 +00:00
Ismail Dönmez
cb7346d5ae - Add CVE-2016-6265.patch to fix a use-after-free bsc#990195
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=39
2016-07-22 11:16:08 +00:00
Dominique Leuenberger
47d4ec7731 Accepting request 392941 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/392941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=19
2016-05-05 11:18:35 +00:00
Dominique Leuenberger
96c69f1909 Accepting request 390653 from Publishing
- Update to version 1.9
  * Bidirectional layout for Arabic and Hebrew scripts.
  * Shaping complex scripts for EPUB text layout.
  * Noto fallback fonts for EPUB layout.
  * mutool create:
    - Create new PDF files from scratch.
    - Read an annotated content stream in a text file and write a
      PDF file, automatically embedding font and image resources.
  * mutool run:
    - Run javascript scripts with MuPDF bindings.
    - The interface is similar to the new Java interface.
  * mutool draw:
    - Optional multi-threaded operation (Windows and pthreads).
    - Optional low memory mode (primarily for testing).

OBS-URL: https://build.opensuse.org/request/show/390653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=18
2016-04-28 14:50:07 +00:00
Ismail Dönmez
419ab3e4a0 - Update to version 1.9a
* Fix a regression in text extraction.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=36
2016-04-22 18:01:55 +00:00
Ismail Dönmez
cc6faf65b1 -
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=35
2016-04-19 09:55:57 +00:00
Ismail Dönmez
bd0598fbfe - Update to version 1.9
* Bidirectional layout for Arabic and Hebrew scripts.
  * Shaping complex scripts for EPUB text layout.
  * Noto fallback fonts for EPUB layout.
  * mutool create:
    - Create new PDF files from scratch.
    - Read an annotated content stream in a text file and write a
      PDF file, automatically embedding font and image resources.
  * mutool run:
    - Run javascript scripts with MuPDF bindings.
    - The interface is similar to the new Java interface.
  * mutool draw:
    * Optional multi-threaded operation (Windows and pthreads).
    * Optional low memory mode (primarily for testing).

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=34
2016-04-19 09:54:56 +00:00
Dominique Leuenberger
938f800bdb Accepting request 377157 from Publishing
- Set to best anti-alias mode (8) by default.

OBS-URL: https://build.opensuse.org/request/show/377157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=17
2016-03-26 14:21:00 +00:00
Ismail Dönmez
5d6289bdae - Set to best anti-alias mode (8) by default.
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=32
2016-03-21 19:08:06 +00:00
Stephan Kulow
8bf9c15ff2 Accepting request 345176 from Publishing
- Ship mupdf-x11-curl as default mupdf. Drop non-curl version.
- Drop mujstest as it seems to be a test utility.

OBS-URL: https://build.opensuse.org/request/show/345176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=16
2015-11-24 21:30:41 +00:00
Ismail Dönmez
f03801b5f4 - Ship mupdf-x11-curl as default mupdf. Drop non-curl version.
- Drop mujstest as it seems to be a test utility.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=30
2015-11-19 10:13:16 +00:00
Dominique Leuenberger
9f4c71a451 Accepting request 344043 from Publishing
- Update to version 1.8
  * New URW fonts with greek and cyrillic.
  * 64-bit file support.
  * Updated FreeType to version 2.6.1.
  * Various font substitution bug fixes.
  * Fix setjmp/longjmp behaviour which could cause optimizing
    compilers to misbehave.
  * EPUB improvements: User style sheets, GIF images, Table of Contents,
    CJK text, Page margins and many bug fixes.

OBS-URL: https://build.opensuse.org/request/show/344043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=15
2015-11-17 13:20:45 +00:00
Ismail Dönmez
950d5cfeab - Update to version 1.8
* New URW fonts with greek and cyrillic.
  * 64-bit file support.
  * Updated FreeType to version 2.6.1.
  * Various font substitution bug fixes.
  * Fix setjmp/longjmp behaviour which could cause optimizing
    compilers to misbehave.
  * EPUB improvements: User style sheets, GIF images, Table of Contents,
    CJK text, Page margins and many bug fixes.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=28
2015-11-12 13:24:11 +00:00
Stephan Kulow
6628f16e6f Accepting request 324935 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/324935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=14
2015-08-25 05:18:17 +00:00
e8646100e0 Accepting request 323922 from home:namtrac:branches:Publishing
- Update to version 1.7a
  * Bug fixes:
    + Fixed bug that allocated too much memory when packing paths.
    + Fixed EPUB font scaling bug.
    + Fixed EPUB file type handling in viewers.
    + Improved tolerance for broken and unsupported CSS.
  * New features:
    + Added -z option to mutool clean.

OBS-URL: https://build.opensuse.org/request/show/323922
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=26
2015-08-21 12:20:36 +00:00
Dominique Leuenberger
50da2be90a Accepting request 298070 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/298070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=13
2015-04-21 23:15:33 +00:00
Guido Berhoerster
74a6a2156b Accepting request 298054 from home:alois:branches:Publishing
Update to version 1.7

OBS-URL: https://build.opensuse.org/request/show/298054
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=24
2015-04-19 17:40:58 +00:00
Dominique Leuenberger
1bf730b6fa Accepting request 280003 from Publishing
- update to version 1.6
  * Features:
    + Color detection device (mudraw -T).
    + Sepia mode full-page color tinting in X11 and win32 viewer 
      (keybinding: shift-C).
    + Re-implement printf and strtod due to portability issue with
      locales and number formatting.
    + Add experimental 'gsview' project: a Windows Modern UI viewer.
    + Improve XML parser interface. 
  * Bug fixes:
    + CBZ page ordering
    + ZIP64 support
    + iOS and Android bug fixes
    + Miscellaneous minor fixes

OBS-URL: https://build.opensuse.org/request/show/280003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=12
2015-01-08 22:20:17 +00:00
Guido Berhoerster
e1f996f8c9 use pristine sources
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=22
2015-01-05 22:59:04 +00:00
Guido Berhoerster
37d59b3040 Accepting request 279998 from home:jcsl:test
- update to version 1.6
  * Features:
    + Color detection device (mudraw -T).
    + Sepia mode full-page color tinting in X11 and win32 viewer 
      (keybinding: shift-C).
    + Re-implement printf and strtod due to portability issue with
      locales and number formatting.
    + Add experimental 'gsview' project: a Windows Modern UI viewer.
    + Improve XML parser interface. 
  * Bug fixes:
    + CBZ page ordering
    + ZIP64 support
    + iOS and Android bug fixes
    + Miscellaneous minor fixes

OBS-URL: https://build.opensuse.org/request/show/279998
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=21
2015-01-05 22:45:59 +00:00
Stephan Kulow
e977c990a9 Accepting request 246433 from Publishing
- update to version 1.5
  * This is a bugfix release: dozens of bugs have been found and
    exterminated!
  * A typo resulting in a potential stack overflow that could
    corrupt files when saving edits to a PDF has been fixed.
    Another bug which caused a significant slowdown has also been
    fixed.

OBS-URL: https://build.opensuse.org/request/show/246433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=10
2014-08-27 20:18:13 +00:00
Guido Berhoerster
0e726fde35 - update to version 1.5
* This is a bugfix release: dozens of bugs have been found and
    exterminated!
  * A typo resulting in a potential stack overflow that could
    corrupt files when saving edits to a PDF has been fixed.
    Another bug which caused a significant slowdown has also been
    fixed.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=19
2014-08-26 07:06:18 +00:00
Stephan Kulow
02ca8c50e4 Accepting request 235867 from Publishing
- fix source url

- update to version 1.4
  * Headline changes:
    * CMYK rendering (mudraw PWG and PAM formats)
    * TIFF viewer (with multi-page support).
    * Added MuJS Javascript interpreter.
      * MuJS is the default, V8 and JavaScriptCore are compile time
        options.
      * Javascript support has to be explicitly enabled with
        pdf_enable_js.
      * All viewers now have JavaScript enabled in the default
        builds.
  * Viewers:
    * X11: Horizontal scroll wheel support.
    * X11: Status bar display with warnings.
    * Android: Digital signatures.
    * iOS: Links, form filling, annotation editing, and javascript.
    * iOS: Reflow mode.
    * WinRT: Printing.
    * WinRT: Improved zooming behaviour.
  * Tools:
    * mudraw: Banded rendering with -B /band-height/.
    * mudraw: Select output format with -F /format/.
    * mudraw: Write to stdout if you use '-' as the output file
      name.
    * mudraw: Add TGA output format.
    * mudraw: Improved SVG output.
    * mutool show: Write output to file instead of stdout with -o
      /filename/.

OBS-URL: https://build.opensuse.org/request/show/235867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=9
2014-06-16 19:55:35 +00:00
Guido Berhoerster
b64a4a0765 - fix source url
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=17
2014-05-30 18:07:04 +00:00
Factory Maintainer
f7bbc23fc0 Accepting request 235816 from home:gberh:branches:Publishing
- update to version 1.4
  * Headline changes:
    * CMYK rendering (mudraw PWG and PAM formats)
    * TIFF viewer (with multi-page support).
    * Added MuJS Javascript interpreter.
      * MuJS is the default, V8 and JavaScriptCore are compile time
        options.
      * Javascript support has to be explicitly enabled with
        pdf_enable_js.
      * All viewers now have JavaScript enabled in the default
        builds.
  * Viewers:
    * X11: Horizontal scroll wheel support.
    * X11: Status bar display with warnings.
    * Android: Digital signatures.
    * iOS: Links, form filling, annotation editing, and javascript.
    * iOS: Reflow mode.
    * WinRT: Printing.
    * WinRT: Improved zooming behaviour.
  * Tools:
    * mudraw: Banded rendering with -B /band-height/.
    * mudraw: Select output format with -F /format/.
    * mudraw: Write to stdout if you use '-' as the output file
      name.
    * mudraw: Add TGA output format.
    * mudraw: Improved SVG output.
    * mutool show: Write output to file instead of stdout with -o
      /filename/.
    * mutool clean: Clean content streams with -s option.
  * Annotations:

OBS-URL: https://build.opensuse.org/request/show/235816
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=16
2014-05-30 17:38:30 +00:00
Stephan Kulow
2599df0136 Accepting request 222656 from Publishing
- add mupdf-fix-array-overflow.patch in order to fix a stack-based
  buffer overflow in xps_parse_color() (bnc#863975) (forwarded request 222307 from gberh)

OBS-URL: https://build.opensuse.org/request/show/222656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=8
2014-02-18 13:45:20 +00:00
OBS User mrdocs
93934f6a3a Accepting request 222307 from home:gberh:branches:Publishing
- add mupdf-fix-array-overflow.patch in order to fix a stack-based
  buffer overflow in xps_parse_color() (bnc#863975)

OBS-URL: https://build.opensuse.org/request/show/222307
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=14
2014-02-18 03:11:32 +00:00
Tomáš Chvátal
d38f372876 Accepting request 212883 from Publishing
- update to version 1.3
  * Windows RT viewer app for MuPDF.
  * Library changes to support progressive loading (display PDF
    files as they download). Windows/Linux/MacOS viewer supports
    this using curl.
  * Incremental updates to PDF files are now (optionally) preserved
    on loading/saving.
  * Prototype support for checking PDF Digital Signatures.
  * Initial annotation support (strike-out, underline, highlight
   and ink) (library and android builds only).
  * Fix operation on Android API level 8.
  * Android redraw optimisations.
  * Android app now supports Google Cloud Print.
  * Android app translated into many languages.
  * Android support for more architectures.
  * Improvements to store (avoid collisions causing unnecessary
    evictions).
  * Windows apps use Unicode filenames now.
  * PDF function handling improved; functions can now be passed to
    devices without 'sampling'.
  * PDF image handling improved; images can now be passed to
   devices without decompression.
  * Indexed images are no longer uncompressed at load time, saving
    memory.
  * Caching of rendered tiles for speed.
  * Improved text analysis mode, capable of spotting
    columns/indents, right-to-left text etc.
  * HTML output mode now includes image output.
  * PDF password encoding handling improved.
  * MuPDF now opens Jpeg, Tiff and PNG files directly. (forwarded request 212849 from gberh)

OBS-URL: https://build.opensuse.org/request/show/212883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=7
2014-01-06 16:45:38 +00:00
OBS User mrdocs
e2d8897e64 Accepting request 212849 from home:gberh:branches:Publishing
- update to version 1.3
  * Windows RT viewer app for MuPDF.
  * Library changes to support progressive loading (display PDF
    files as they download). Windows/Linux/MacOS viewer supports
    this using curl.
  * Incremental updates to PDF files are now (optionally) preserved
    on loading/saving.
  * Prototype support for checking PDF Digital Signatures.
  * Initial annotation support (strike-out, underline, highlight
   and ink) (library and android builds only).
  * Fix operation on Android API level 8.
  * Android redraw optimisations.
  * Android app now supports Google Cloud Print.
  * Android app translated into many languages.
  * Android support for more architectures.
  * Improvements to store (avoid collisions causing unnecessary
    evictions).
  * Windows apps use Unicode filenames now.
  * PDF function handling improved; functions can now be passed to
    devices without 'sampling'.
  * PDF image handling improved; images can now be passed to
   devices without decompression.
  * Indexed images are no longer uncompressed at load time, saving
    memory.
  * Caching of rendered tiles for speed.
  * Improved text analysis mode, capable of spotting
    columns/indents, right-to-left text etc.
  * HTML output mode now includes image output.
  * PDF password encoding handling improved.
  * MuPDF now opens Jpeg, Tiff and PNG files directly.

OBS-URL: https://build.opensuse.org/request/show/212849
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=12
2014-01-06 03:43:18 +00:00
Stephan Kulow
b6561051b7 Accepting request 180828 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/180828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=5
2013-06-28 15:49:04 +00:00
OBS User mrdocs
552d238e35 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=10 2013-06-14 20:01:11 +00:00
OBS User mrdocs
6743a61f88 Accepting request 178809 from home:k0da:ppc
- set ExclusiveArch:  %{ix86} x86_64 %{arm}. v8 is available only
  for those architectures

OBS-URL: https://build.opensuse.org/request/show/178809
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=9
2013-06-12 17:13:03 +00:00
Stephan Kulow
aad51a19cd Accepting request 174036 from Publishing
- fix broken setting of CFLAGS introduced by the previous change (forwarded request 173778 from gberh)

OBS-URL: https://build.opensuse.org/request/show/174036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=4
2013-05-02 09:25:24 +00:00
OBS User mrdocs
70020ffa07 Accepting request 173778 from home:gberh:branches:Publishing
- fix broken setting of CFLAGS introduced by the previous change

OBS-URL: https://build.opensuse.org/request/show/173778
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=7
2013-04-30 21:00:05 +00:00
Stephan Kulow
9083f4ff24 Accepting request 173657 from Publishing
A hack to prevent 3d-party software linking error:
[ 2226s] Linking CXX shared library libleechcraft_monocle_mu.so
[ 2226s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libfitz.a(dev_null.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
[ 2226s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libfitz.a: could not read symbols: Bad value
[ 2226s] collect2: error: ld returned 1 exit status
[ 2226s] make[2]: *** [plugins/monocle/plugins/mu/libleechcraft_monocle_mu.so] Error 1
[ 2226s] make[1]: *** [plugins/monocle/plugins/mu/CMakeFiles/leechcraft_monocle_mu.dir/all] Error 2
[ 2226s] make[1]: *** Waiting for unfinished jobs.... (forwarded request 173632 from DarkSS)

OBS-URL: https://build.opensuse.org/request/show/173657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=3
2013-04-29 12:07:16 +00:00
OBS User mrdocs
ad06e3c1b7 Accepting request 173632 from home:Reki:leechcraft:masterbranch
A hack to prevent 3d-party software linking error:
[ 2226s] Linking CXX shared library libleechcraft_monocle_mu.so
[ 2226s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libfitz.a(dev_null.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
[ 2226s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libfitz.a: could not read symbols: Bad value
[ 2226s] collect2: error: ld returned 1 exit status
[ 2226s] make[2]: *** [plugins/monocle/plugins/mu/libleechcraft_monocle_mu.so] Error 1
[ 2226s] make[1]: *** [plugins/monocle/plugins/mu/CMakeFiles/leechcraft_monocle_mu.dir/all] Error 2
[ 2226s] make[1]: *** Waiting for unfinished jobs....

OBS-URL: https://build.opensuse.org/request/show/173632
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=5
2013-04-29 04:18:56 +00:00
Stephan Kulow
8100af4b13 Accepting request 163014 from Publishing
- update to version 1.2
  - Change licensing terms to GNU AGPL (from GNU GPL).
  - Renamed 'mubusy' to 'mutool'.
  - Add support for Javascript and forms handling.
  - PDF 1.7 Extension Level 8 encryption implemented.
  - Oversized and stroke text clipping implemented.
  - Prototype transition support.
  - Add fz_open_document_with_stream to allow non-file based
    operation.
  - Text searching API.
  - Highlight and copy text selection API.
  - Pass matrices and rectangles by reference for improved
    performance.
  - Change shadings to decompose at render times; massive memory
    savings.
  - Performance enhancements for color conversion and fax
    decompression.
  - ARM optimisations for color conversion and bitmap scaling.
  - Bitmap subsampling stage introduced, with ARM optimisations.
  - Type 3 fonts; glyphs are now handled as display lists.
  - Scan converter performance improvements.
  - Fix many SEGVs with out of spec files.
  - Various rendering fixes. (forwarded request 162971 from gberh)

OBS-URL: https://build.opensuse.org/request/show/163014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=2
2013-04-09 05:07:58 +00:00
Dr. Werner Fink
9db47cb057 Accepting request 162971 from home:gberh:branches:Publishing
- update to version 1.2
  - Change licensing terms to GNU AGPL (from GNU GPL).
  - Renamed 'mubusy' to 'mutool'.
  - Add support for Javascript and forms handling.
  - PDF 1.7 Extension Level 8 encryption implemented.
  - Oversized and stroke text clipping implemented.
  - Prototype transition support.
  - Add fz_open_document_with_stream to allow non-file based
    operation.
  - Text searching API.
  - Highlight and copy text selection API.
  - Pass matrices and rectangles by reference for improved
    performance.
  - Change shadings to decompose at render times; massive memory
    savings.
  - Performance enhancements for color conversion and fax
    decompression.
  - ARM optimisations for color conversion and bitmap scaling.
  - Bitmap subsampling stage introduced, with ARM optimisations.
  - Type 3 fonts; glyphs are now handled as display lists.
  - Scan converter performance improvements.
  - Fix many SEGVs with out of spec files.
  - Various rendering fixes.

OBS-URL: https://build.opensuse.org/request/show/162971
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=3
2013-04-06 14:41:03 +00:00
Stephan Kulow
b0b87d0972 Accepting request 158555 from Publishing
New package: mupdf -- a lightweight pdf reader

OBS-URL: https://build.opensuse.org/request/show/158555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=1
2013-03-19 11:22:16 +00:00
OBS User mrdocs
fa2e51f4f3 Accepting request 155576 from home:badshah400
New package: mupdf -- lightweight yet complete pdf viewer

OBS-URL: https://build.opensuse.org/request/show/155576
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=1
2013-02-17 00:18:54 +00:00
5 changed files with 37 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:478f2a167feae2a291c8b8bc5205f2ce2f09f09b574a6eb0525bfad95a3cfe66
size 55319500

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a518d9be976cdb2006d45382d7ffb1b9b8d64bc3fd3cb73ca6270d752fa7f448
size 54039703

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36ccf6a5e691e188acf8db6e98d08bf05f27bb4ce30432dc15fc76d329a92d4d
size 54635699

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Jan 2 16:39:15 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
- 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
-------------------------------------------------------------------
Mon Oct 28 16:51:41 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
- 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.
-------------------------------------------------------------------
Fri Sep 20 09:31:30 UTC 2024 - Yunus Acar <yunus.acar@suse.com>
- 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.
-------------------------------------------------------------------
Tue Aug 6 11:06:12 UTC 2024 - Jan Kužílek <jan.kuzilek@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mupdf
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2011 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: mupdf
Version: 1.24.8
Version: 1.25.2
Release: 0
Summary: PDF and XPS Viewer and Parser and Rendering Library
License: AGPL-3.0-or-later