Package Release Info

poppler-qt6-24.03.0-150600.3.2.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-2791
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libpoppler-qt6-3
libpoppler-qt6-devel

Change Logs

* Mon Mar 04 2024 alarrosa@suse.com
- version update to 24.03.0
  Release 24.03.0:
  core:
  * Fix opening some malformed files. Issue #1447
  * Skip drawing image when it has singular matrix. Issue #1114
  * Fix crash on malformed files
  * Small internal code cleanup
  utils:
  * pdfdetach: Fix potential directory traversal
  * pdfimages: Enable to print filenames to stdout.
  * pdfsig: Add visible name/date when signing an existing form
    signature field
- Bump poppler_sover to 135 following upstream changes.
* Thu Feb 29 2024 dimstar@opensuse.org
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
* Wed Feb 14 2024 pgajdos@suse.com
- version update to 24.02.0
  Release 24.02.0:
  core:
  * Fix reading some JBIG2 streams. Issue #1319
  * Fix saving some annotation interior color when it's empty
  * Make searching for fonts when adding annotations a bit faster
  * Make sure images are compressed when adding them
  * Small internal code cleanup
  utils:
  * pdfimages: return exit code 2 when error opening output files
  Release 24.01.0:
  core:
  * Don't crash on certain documents on the NSS signature backend
  * Fix infinite loop in some annotation code if there's not space for even one character
  * Fix build on Android with generic font configuration
  * Small internal code cleanup
* Tue Dec 26 2023 alarrosa@suse.com
- version update to 23.12.0
    core:
  * Rewrite FoFiType1::parse to be more flexible
  * Small internal code refactoring
* Thu Nov 16 2023 pgajdos@suse.com
- version update to 23.11.0
    core:
  * CairoOutputDev: Use internal downscaling algorithm if image exceeds Cairo's maximum dimensions.
  * Internal code improvements
  * Fix crash on malformed files
    utils:
  * pdftocairo: Add option to document logical structure if output is pdf
  * pdftocairo: EPS output should not contain %%PageOrientation
* Mon Oct 30 2023 alarrosa@suse.com
- Add patch to let it build with the heavily patched tiff 4.0.9
  we have in SLE 15:
  * reduce-libtiff-required-version.patch
* Fri Oct 27 2023 pgajdos@suse.com
- version update to 23.10.0
    core:
  * cairo: update type 3 fonts for cairo 1.18 api
  * Fix crash on malformed files
    build system:
  * Make a few more dependencies soft-mandatory
  * Add more supported gnupg releases
  * Check if linker supports version scripts
- modified patches
  % reduce-boost-required-version.patch (refreshed)
* Fri Sep 29 2023 dmueller@suse.com
- build with gpgmepp for signing documents (bsc#1215632)
* Tue Sep 19 2023 bjorn.lie@gmail.com
- Update to version 23.09.0:
  * core:
  - Add Android-specific font matching functionality
  - Fix digital signatures for NeedAppearance=true
  - Forms: Don't look up same glyph multiple times
  - Provide the key location for certificates you can sign with
  - Add ToUnicode support for similarequal
  - Fix crash on malformed files
  * qt5:
  - Provide the key location for certificates you can sign with
  - Allow to force a rasterized overprint preview during PS
    conversion
  * qt6:
  - Provide the key location for certificates you can sign with
  - Allow to force a rasterized overprint preview during PS
    conversion
  * pdfsig:
  - Provide the key location for certificates you can sign with
- Changes from version 23.08.0:
  * core:
  - Fix GWG 19.2 - DeviceN Overprint (White)
  - Splash: avoid bogus memory allocation size in
    doTilingPatternFill
  - Fix use-of-uninitialized-value in XRef
  - Fix float-cast-overflow error in Catalog
  - Cleanup gpgme backend code
  - Version symbols in poppler core
  * glib:
  - Improve poppler_get_available_signing_certificates
  - Add new members to PopplerCertificateInfo
  * utils:
  - pdftotext: small improvement to man page
- Bump poppler_sover to 131 following upstream changes.
* Sat Jul 15 2023 dmueller@suse.com
- update to 23.07.0:
  core:
  * Fix reading of utf8-with-bom files
  * Fix crash if CERT_ExtractPublicKey doesn't return a public
    key
  * Fix rendering of some malformed documents. Issue #1395
  * Allow for stream compression and compress font streams in
    forms Remove method Hints::getPageRanges
  qt5:
  * Fix crash when overprint preview is enabled
  * Don't fail signature basics tests if backend is not
    configured
  qt6:
  * Fix crash when overprint preview is enabled
  * Don't fail signature basics tests if backend is not
    configured
  utils:
  * pdfsig: Allow showung and selecting signature backend
  * pdfsig: Describe signature dump format in manual page
* Tue Jun 13 2023 dmueller@suse.com
- update to 23.06.0 (bsc#1212255):
  * CairoOutputDev: Fix crash when doing type3 rendering
  * Fix crash with unknown signature hashing algorithms
  * Add gpgme backend for signature handling
  * FontInfo: Make it return proper information about font
    substitution
  * FontInfo: Try harder to get Type 3 font name
  * Store embedded fonts widths table in a more effective manner
  * Skip font lookup for nonprintable characters
  * Fix crash on malformed files
  * Add API to allow selecting signature backend (nss or gpgme)
  * Convert embedded files to bytearray a bit smarter
* Thu May 18 2023 dmueller@suse.com
- update to 23.05.0:
  * Fix crash when filling some forms
  * Set SigFlags when signing unsigned signature
  * Add some infrastructure code to support multiple signing
    backends
  * Fix potential stack overflow in PostScriptFunction::parseCode
  * Fix some minor uninitialised memory reads
* Mon Apr 03 2023 dmueller@suse.com
- update to 23.04.0:
  * Fix memory issue when signing fails. Issue #1372
  * Internal improvements of signature related code
  * CairoOutputDev: improve type3 font rendering
  * Fix memory leak in
    GlobalParams::findSystemFontFileForFamilyAndStyle
  * pdftocairo: Fix crash in some special situations
  * pdfsig: allow holes in -dump signature list
  * pdfsig: Support --help
* Tue Mar 07 2023 dmueller@suse.com
- update to 23.03.0:
  core:
  * PngWriter: Fix potential uninitialized memory use
* Wed Feb 15 2023 bjorn.lie@gmail.com
- Update to version 23.02.0:
  + core:
  * CairoOutputDev:
    . Fix rendering of color type 3 fonts
    . Add handling matte entry
  * Fix segfault on wrong nssdir
  * Fix "NSS could not shutdown"
  + utils: pdfsig: Point out supports PKCS#11 URIs as nickname
* Thu Jan 12 2023 alarrosa@suse.com
- Add patch to reduce the boost dependencies (which isn't really
  needed) so we can build poppler 23.01.0 in SLE-15-SP4/SP5:
  * reduce-boost-required-version.patch
* Mon Jan 02 2023 dmueller@suse.com
- update to 23.01.0:
  core:
  * PDFDoc::sign: Fix crash if font can't be found
  * PDFDoc::sign: Try Arial to sign if Helvetica isn't found
  * FoFiType1::parse: Be more flexible parsing the encoding content. Issue #1324
  * Gfx::opBeginMarkedContent: Support Span with Name. Issue #1327
  * Splash: Avoid color issues due to implicit rounding
  * Splash: Fix crash on malformed file.
  * CairoOutputDev: Ignore text rendering mode for type3 fonts
  * Remove unused FoFiType1::load function
  build system:
  * Increase minimum required versions of several dependencies
  * Improve include path handling
  qt6:
  * Use less deprecated functions
* Fri Dec 09 2022 psimons@suse.com
- Configure $CXX to the correct compiler version on codestreams
  that have gcc12, such as SLE-15-SP5. [bsc#1206019]
* Mon Dec 05 2022 sweiberg@suse.com
- The development compiler in SLE 15 has been updated to gcc12 via
  maintenance update. Therefore adjusting the compiler version for
  SLE 15 in the spec file, to not build with gcc11 anymore. This
  resolves bsc#1206019.
* Sat Dec 03 2022 dmueller@suse.com
- update to 22.12.0:
  core:
  * Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272