SHA256
1
0
forked from pool/mupdf

Compare commits

...

10 Commits

Author SHA256 Message Date
Ana Guerrero
0a7a3488f3 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
Paolo Stivanin
f2c3ada869 - 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/package/show/Publishing/mupdf?expand=0&rev=140
2025-01-29 07:43:28 +00:00
Ana Guerrero
79db5a9f83 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
Paolo Stivanin
bfe2c47dcb - 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/package/show/Publishing/mupdf?expand=0&rev=138
2025-01-23 13:24:48 +00:00
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
4 changed files with 66 additions and 5 deletions

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:74b943038fe81594bf7fc5621c60bca588b2847f0d46fb2e99652a21fa0d9491
size 54636579

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Jan 27 11:35:55 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
- 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.
-------------------------------------------------------------------
Thu Jan 23 10:15:49 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
- 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.
-------------------------------------------------------------------
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.4
Release: 0
Summary: PDF and XPS Viewer and Parser and Rendering Library
License: AGPL-3.0-or-later