Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libpoppler-devel-23.12.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libpoppler-devel Distribution: openSUSE:Factory:zSystems
Version: 23.12.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Dec 30 08:02:40 2023
Group: Development/Libraries/C and C++ Build host: s390zl27
Size: 1813388 Source RPM: poppler-23.12.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://poppler.freedesktop.org
Summary: Development files for the Poppler PDF rendering library
Poppler is a PDF rendering library, forked from the xpdf PDF viewer
developed by Derek Noonburg of Glyph and Cog, LLC.

Provides

Requires

License

GPL-2.0-only OR GPL-3.0-only

Changelog

* Tue Dec 26 2023 Antonio Larrosa <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 Antonio Larrosa <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 Dirk Müller <dmueller@suse.com>
  - build with gpgmepp for signing documents (bsc#1215632)
* Tue Sep 19 2023 Bjørn Lie <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 Dirk Müller <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 Dirk Müller <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 Dirk Müller <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 Dirk Müller <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 Dirk Müller <dmueller@suse.com>
  - update to 23.03.0:
    core:
    * PngWriter: Fix potential uninitialized memory use
* Wed Feb 15 2023 Bjørn Lie <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 Antonio Larrosa <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 Dirk Müller <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 Peter Simons <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 Stefan Weiberg <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 Dirk Müller <dmueller@suse.com>
  - update to 22.12.0:
    core:
    * Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272
* Thu Nov 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.11.0:
    core:
    * CairoOutputDev: Update font after restore
    * Protect against broken files
    * Small code refactoring
* Tue Oct 04 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.10.0:
    * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure.
    * Protect against malformed files
    * Refactor code to not use strndup
    * Other small code refactoring
    utils:
    * pdftoppm: Avoid round-off errors when determining raster dimensions
    * pdftocairo: Avoid round-off errors when determining raster dimensions
    * pdftotext: Simplify memory handling
    qt:
    * Take into account flagNoView when getting/setting the visible status.
      KDE bug #456313
* Mon Sep 12 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.09.0 (CVE-2022-38784):
    * Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281
    * Various signature related improvements
    * Fix FormField::getFullyQualifiedName in some scenarios
    * Splash: Small optimization on dash pattern handling
    * JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak
    * Fix crashes on malformed files. Including CVE-2022-38784
    * Fix string formatting in error reporting
    * Fix two potential memory leaks in poppler_document_create_dests_tree
    * pdfsig: List signature field names when listing signature information
    * pdfsig: Add support for specifying signature by field name
    * pdfunite: Fix crashes on malformed files
    * pdfunite: Fix potential memory leak of docs
  - Bump soname following upstreams changes.
* Tue Aug 02 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.08.0:
    * Fix rendering text on some forms
    * CairoOutputDev: Support Type3 charprocs having Resources
    * Fix crashes on malformed files
* Mon Jul 25 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.07.0:
    * Fix crash when filling in forms in some files. Issue #1258
    * Fix first lines of Annotations sometimes being cut off. Issue #1246
    * Signatures: Don't crash if the signature doesn't have a common name
    * CairoFontEngine: increment font_face reference when retrieving from the cache
    * Add ToUnicode support for lessorequalslant and greaterorequalslant
    glib:
    * Add support for stamp annotation
  - add gpg keyring validation for the release tarball
  - drop da226d346e691f7545d995d6761d43e08855a3b7.patch (upstream)
* Sat Jul 16 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Add da226d346e691f7545d995d6761d43e08855a3b7.patch --
    CairoFontEnginer: increment font_face reference when retrieving
    from the cache; this fixes crashes with certain pdfs
    [glgo#GNOME/evince#1808, glfo#poppler/poppler#1212].
* Sun Jun 05 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.06.0:
    core:
    * Forms: Fix crash in forms with their own DR
    * Refactor CairoFontEngine caching
    * CairoOutputDev: preserve text color when drawing type 3 glyphs
    * Windows: font code simplification
    * Minor code improvements
    * pdfattach: Assume filename is utf8 encoded
    * pdftohtml: Fix type 3 font size calculation
  - drop poppler-cairo_font_face_t-incorrect-cacheing.patch (upstream)
* Sat May 14 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Add poppler-cairo_font_face_t-incorrect-cacheing.patch -- Fix
    missing symbols after reloading some pdf files; patch taken from
    upstream merge request [glfo#poppler/poppler#1247].
* Sat May 07 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.05.0:
    * Annotations: Make sure we embed fonts for the FreeText annots
    * Forms: Make sure we embedd fonts as needed
    * Signatures: Make sure we embed the needed fonts
    * CairoOutputDev: color type 3 fonts
    * fix two bugs in multiline find_text()
    * code improvements
    * pdftotext: added TSV mode
    * HtmlOutputDev: don't use png.h
    * Use time_t for time
    * Add page_transition::durationReal
    * Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence`
* Tue Apr 19 2022 Dirk Müller <dmueller@suse.com>
  - update to 22.04.0:
    * Fix underline sometimes being drawn only partially
    * Fix Adobe Reader not reading some of the contents we write correctly
    * Fix code that workarounds some broken-ish files
    * FoFiTrueType: Parse CFF2 fonts too
    * FoFiTrueType: Support cmap types 2 and 13
    * Fix a few small memory leaks
    * code improvements
    qt:
    * Handle SaveAs named action
    * Annotations: don't change the text color when changing the font
    utils:
    * pdftotext: print creation and modification date when using htmlmeta param
    glib:
    * Fix returning internal data of temporary strings
    cpp:
    * Fix code incompatibility with MSVC
    build system:
    * poppler internal library is no longer forced to static on MSVC
    * Error out if iconv is not available and the cpp frontend is enabled
    * Require FreeType 2.8
* Thu Mar 03 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 22.03.0:
    + core:
    - Signature:
      . Fix finding Signatures that are in Pages not not in the
      global the Forms object
      . Improve getting the path to the firefox certificate
      database
    - Splash: Fix rendering of some joints.
    - Fix get_poppler_localdir for relocatable Windows builds
    - Minor code improvements
    + qt: Minor code improvements
    + utils: pdfimages: Fix the wrong Stream being passed for
      drawMaskedImage
    + build system: Small code improvements
  - Changes from version 22.02.0:
    + core:
    - Signature:
      . Add a way to detect unsigned FormFieldSignature
      . Suport background image when using left and right text
      . Fix path where to search for Firefox NSS in Windows
      . Fix NSS code to work correctly in Windows/Android
    - Count only signature fields in PDFDoc::getNumSignatureFields
    - Minor code improvements
    + qt:
    - Allow signing unsigned signature fields
    - Allow passing a background image for the signature when
      signing
    - Allow passing the document password when signing
    - Fix leftFontSize being ignored when signing
    + glib:
    - Try with utf8 password if latin1 fails
    - New method for getting all signature fields of a document
    - Fix compile with MSVC
    + utils: pdfsig: Fix compile with MSVC
    + build system: Fix NSS cmake check for MSVC
  - Bump poppler sover following upstream changes.
* Tue Jan 11 2022 Antonio Larrosa <alarrosa@suse.com>
  - Update to 22.01.0:
    core:
    * Allow local (relative to dll) fonts dir on Windows
    * TextOutputDev: require more spacing between columns.
      Issue #1093
    * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183
    * Fix crash when calling Form::reset()
    * GfxSeparationColorSpace: Check validity of colorspace and
      function. Issue #1184
    * Minor code improvements
    glib:
    * Include glib.h before using defines from it
    * Close file descriptors on error
    * Plug some memory leaks
    * Replace use of deprecated g_memdup/g_time_zone_new
    * Remove FD-taking functions on windows
    utils:
    * pdfsig: Add support for documents with passwords
    * pdfsig: Fix signing with -sign if nss password is needed
* Wed Dec 22 2021 Antonio Larrosa <alarrosa@suse.com>
  - Use gcc11 when building in SLE/Leap since a Qt6 header file
    includes <filesystem> which was still experimental in gcc7.
* Thu Dec 02 2021 Dirk Müller <dmueller@suse.com>
  - update to 21.12.0:
    * Add API to add images
    * CairoOutputDev: Fix de-duping of Flate images
    * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
    * Minor code improvements
    * Add API for validation of signatures
    * Add API to read/save to file descriptor
    * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
    * Increase C++ standard to 17
* Wed Nov 10 2021 Enrico Belleri <idesmi@protonmail.com>
  - Update to 21.11.0:
    core:
    * Fix rendering of some non-standard confirming annotations
    * Support rendering of some non-standard Type3 charprocs
    * TextOutputDev: Respect orientation when selecting words
    * CairoOutputDev: Don't override the antialias settings from the cairo_t
    * StructElement: support MCID in XObjects
    * Fix detection of monospace fonts
    * Ignore Adobe-Identity for non embedded CID fonts
    * PageLabelInfo::labelToIndex: work on some special no style intervals
    * Fix crash in malformed files
    * Minor code improvements
    utils:
    * pdfinfo: add -url option to print all URLs in a PDF
    * pdftohtml: document what zoom means in regard to DPI
    qt6:
    * Require Qt 6.1
    * Minor code improvements
* Fri Oct 01 2021 Enrico Belleri <idesmi@protonmail.com>
  - Update to 21.10.0:
    core:
    * Add support for setting custom stamp annotations
    * Add default appearance for the well known stamp names
    * Correct encoding of signature's properties Reason & Location
    * Splash: Fix rendering of some odd patterns
    * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check
    * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates
    * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak
    * Fix issues with malformed files
    utils:
    * pdfsig: Add a way to list certificate nicknames
    * pdfsig: You can now add signatures from pdfsig
    * pdfsig: Add option to not do OCSP revocation check
    * pdfsig: Add option for AIA fetching to verify certificates
    * pdfinfo: Add -custom option to print custom metadata
    * pdfinfo: add metadata flags
    qt:
    * Add support for setting custom stamp annotations
    * Add getters for signature's properties Reason & Location
    glib:
    * Remove incorrect PopplerAttachment deprecation
* Mon Sep 27 2021 Enrico Belleri <idesmi@protonmail.com>
  - Update to 21.09.0:
    core:
    * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
    * Correct decoding of signature properties Reason & Location when they are Unicode
    * Fix issues with malformed files
* Sat Aug 07 2021 Enrico Belleri <idesmi@protonmail.com>
  - Update to 21.08.0:
    core:
    * Add API to allow addition and modification of outlines into a PDF
    * Use additional samples to test for constant parts of an axial gradient
    * forms: Create fallback fonts for some well known font names
    * Support reading the PDF Version from the Catalog
    * Fix XRef::copy when there are modified objects
    * Take into account that Date string may be in unicode
    * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
    * Replace a local bubble sort implementation by std::sort
    * Fix issues with malformed files
    build system:
    * Better error message when libjpeg is not found
    * Better error messages when libopenjpeg2 is not found
    qt5/qt6:
    * Document that a document has to outlive its pages
    * Make getPdfVersion return a dedicated version object
    glib:
    * mimick TextSelectionDumper logic change for spaceAfter
* Mon Jul 26 2021 Dirk Müller <dmueller@suse.com>
  - update to 21.07.0:
    core:
    * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
    * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
    * CairoOutputDev: Fix memory leak on broken files
    * Minor code improvements
    build system:
    * set C standard to 11 without extensions
* Sat Jun 19 2021 Enrico Belleri <idesmi@protonmail.com>
  - Update to 21.06.1:
    core:
    * Fix rendering of some extended latin1 characters in annotations. Issue #1070
    * Support some not so well formed documents with password. Issue #1083
    * Add API to get notified if the xref is reconstructed
    * Add somewhat fancier left/right signature visual representation
    * Fix crashes in malformed files
    * Minor code improvements
    qt6:
    * Change some functions to return std::unique_ptr
    qt5/qt6:
    * Add API to get notified if the xref is reconstructed
    * Add somewhat fancier left/right signature visual representation
    * Don't assert when trying to invert singular matrices
    build system:
    * make boost opt-out if building splash
    glib:
    * fix poppler_rectangle_free() regression. Issue #1087
* Tue May 04 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 21.05.0:
    core:
    * Fix crashes in malformed files
    * Export SplashFont* symbols used by Scribus
    * Minor code improvements
    glib:
    * Enhance find to support multi-line matching
    qt5/qt6:
    * Make sure new signatures are always properly oriented
    * Allow to pass the border width when signing
    utils:
    * pdftoppm: Fix regression when using single scaleTo.
  - Drop Export-SplashFont-symbols-used-by-Scribus.patch as the change
    was upstreamed
* Mon Apr 26 2021 Wolfgang Bauer <wbauer@tmo.at>
  - Add Export-SplashFont-symbols-used-by-Scribus.patch to fix
    scribus' PDF import plugin
* Sun Apr 04 2021 Axel Braun <axel.braun@gmx.de>
  - update to 21.04.0
    core:
    * Hide symbols by default
    * TextSelectionDumper: fix word order for RTL text
    * Fix rendering of text in some files. Issue #1052
    * Implement rendering of Masks of Image subtype. Issue #1058
    * Forms: fix unclicking standalone form buttons. Issue #1034
    glib:
    * Expose more fields from MediaRendition in PopplerMedia
    * Use stock glib macro to define boxed type
    * Remove incorrecly used volatile from enum type registration code
    qt5:
    * Fix crash in files with malformed signatures
    * Fix memory leak when QImage constructor "fails"
    qt6:
    * Fix crash in files with malformed signatures
    * Fix memory leak when QImage constructor "fails"
    utils:
    * pdfsig: New paragraph for "-sign" in manpage
    * pdfimages: Do not assert in "too big images". Issue #1061
* Fri Mar 19 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Add a Qt6 flavor to poppler
* Sun Mar 14 2021 Dirk Müller <dmueller@suse.com>
  - update to 21.03.0:
    core:
    * Fix parsing text in some broken pdf files. Issue #1040
    * Fix memory issue when using threads. Issue #1050
    * TextSelectionDumper: Fix getText() for space after word
    * Change signature of OutputDev:tilingPatternFill
    * Make PDFDocBuilder return a std::unique_ptr
    * Improve well formed check for shading functions
    * Fix leak in case of fread failing
    * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
    * PSOutputDev: Fix stack overflow in broken files
    glib:
    * poppler_annot_free_text_get_callout_line: Fix wrong static cast
    * poppler-structure-element: fix memleak
    * Improve documentation
    * demo: keep same visual appearance between displayed and copied text
    utils:
    * pdftotext: Add -cropbox option
    * pdftoppm: Add -progress option
    * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927
    qt6:
    * Add missing poppler-qt6.pc.cmake
* Thu Feb 11 2021 Antonio Larrosa <alarrosa@suse.com>
  - Update to 21.02.0:
    + core:
    - GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
    - Fix memory leak if saving the file fails
    - Internal code improvements
    - Fix various issues handling broken files
    - Make checkedAdd work for long long in MSVC
    + qt5:
    - Properly export NewSignatureData class
    - Fix regression in QIODeviceOutStream + MSVC
    + qt6:
    - Properly export NewSignatureData class
    - Fix regression in QIODeviceOutStream + MSVC
    + utils:
    - pdftohtml: Fix error() parameter type
* Mon Jan 04 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 21.01.0:
    + core:
    - Faster routines for jpeg decoding
    - Fix reading signatures in encrypted files
    - Add white point correction when lcms is used
    - JBIG2Stream: Fix byte counting
    - Fix potential data loss if we try to fetch a non existing Ref after modifying the document
    - Specifically use DeviceGray instead of DefaultGray for softmasks
    - Fix various issues handling broken files
      (including bsc#1181551, glfo#poppler/poppler#1014)
    + utils:
    - pdftocairo: Setmode binary for windows
    - pdfsig: Add hability to digitally sign files
    - pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK
    - pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK
    - pdfimages: Account for rotation in PPI calculation
    + qt5 and qt6:
    - Add hability to digitally sign files
* Thu Dec 10 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 20.12.1:
    + core:
    - PSOutputDev: fixing regression in the rasterization code.
    - Add missing profile copy operation in
      GfxICCBasedColorSpace::copy()
    - Fix issue in broken files.
    + build system: Use modern CMake linking for Qt and boost.
* Wed Dec 02 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to 20.12.0:
    + core:
    - Draw better circles for circle annotations
    - Fix annotation line width if no appearance stream or style
      are given
    - Tweak rendering of highlight annotations
    - Fix border rendering of some annotations
    - Fix rendering of some files
    - PSOutputDev:
      . provide options to set the rasterization color space and
      ICC profile
      . for splashModeCMYK8 and language level >=2 activate
      overprint emulation
      . use the DeviceN8 bitmap for rasterization with CMYK-output
      + overprint
    - Use the font name without subset tag when querying for a
      system font
    - Splash: Fix wrong x adjustment during clipping
    - Splash: Fix blitImage in uncolored tiling patterns
    - timeToDateString: We forgot the ' after the minutes
    - Move psLevel to PSOutputDev creation
    - Fix several issues in broken files
    + utils:
    - pdftops:
      . provide options to set the rasterization color space and
      ICC profile
      . for splashModeCMYK8 and language level >=2 activate
      overprint emulation
* Tue Oct 27 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Use the correct, upstream provided tarball.
* Tue Oct 20 2020 Axel Braun <axel.braun@gmx.de>
  - update to version 20.10.0:
    + core:
    - Filter out repeated forms.
    - Implement EmbedStream::reset().
    - CairoOutputDev: evict just font faces owned solely by cache.
    - Splash: Rename Yd to Ydown, Xu to Xup, etc.
    - Splash: fix crash in out-of-memory situation.
    - Fix some undefined behaviour situation with forged files.
    - Compability fix for Forms.
    - Fix fetching of Objects failing in some cases.
    - Fix clearing date in Annot setModified/setDate.
    - TextSelectionPainter: support glyphless fonts.
    - Splash: Don't try read past end of image.
    - avoid abort() on large memory allocation.
    - Fix memory leak on broken files.
    - Fix potential invalid memory read.
    - Small code improvements.
    - Sub-page objects: initialize clip max values considering the
      render resolution.
    - Splash: Set initial line width to 1.
    - Fix stack overflow with specially crafted files.
    - GfxShading: Simplify holding the Function.
    - Splash: Fix x86 + windows asm build.
    - Fix regression on PS conversion..
      Regression only happened on applications that are locale
      enabled i.e. Okular but not pdftops, when using a quite new
      lcms and the user locale uses , as decimal separator instead
      of .
    - Add UTF16LE support to TextStringToUCS4, even if the standard
      clearly says it should be UTF16BE
    + qt5:
    - Document TextAnnotation::inplaceAlign.
    - Make Annotation::setModification/CreationDate work on
      existing annots.
    - Be a bit more stubborn converting dates that come from xml.
    - Clean as many null characters from the end as possible when
      converting strings.
    - Deprecate Document::toc.
    - Deprecate AnnotationUtils.
    + glib:
    - Add accessor functions for PopplerAttachment.
    - Deprecate PopplerAttachment GTime fields.
    - Deprecate PopplerDocument date properties.
    + utils:
    - pdftoppm: report error and exit if output file cannot be
      written.
    - Document that PDF-file can be '-' to read it from stdin.
    + build system:
    - cmake: Modern way to link against libpng, zlib and libtiff.
    - cmake: Remove stray support for lcms1 in pdftocairo.
    + qt6:
    - Add work in progress qt6 port.
* Fri Jul 03 2020 Antonio Larrosa <alarrosa@suse.com>
  - update to version 0.90.0
    + core:
    - Color profile tweaks
    - Small signature improvements
    - BBoxOutputDev: Fix calculation when type3 fonts are involved
    - Fix potential crash when reading Forms
    - Fix infinite loop in broken file
    + glib:
    - Fix adding annots in rotated pages
    - Add ability to reset forms
    - Several fixes to the documentation
    + qt5:
    - Make it clear we require Qt 5.5
    - demo: Fix crash on broken files
    - Small documentation improvements
    + utils:
    - pdftoppm: Add option to set display profile
    - pdftops: Add a -rasterize option with values always, never,
      or whenneeded
    + build system:
    - Require cmake 3.5
    - More modern cmake way to link against curl
  - Bump poppler_sover following upstream changes.
* Wed Jun 03 2020 Axel Braun <axel.braun@gmx.de>
  - update to version 0.89.0
    + core:
    - Add support for ResetForm action
    - Fix crash in PDFDoc::getSignatureFields when there's no Forms
      at all
    - Fix exporting to PS of some files with CID fonts
    - Use ICC profiles in PS output (if new enough lcms is used)
    - Allow almost-singular tiling pattern matrices
    - Fix memory leak when failing to load some fonts
    - CairoOutputDev: Use stroke opacity when clipping to a stroke
      path
    - CairoOutputDev: Fix tiling patterns when pattern cell is too
      far
    + glib: Add poppler_movie_get_aspect
    + cpp: Add the font infos to the text_box object
  - Bump poppler_sover following upstream changes.
* Thu Apr 30 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.88.0:
    + core:
    - Support Widget Annotation Buttons not linked to any Form
    - SplashOuputDev: Use stroking opacity when clipping to a
      stroke path
    - Handle 1 bit RGB images in ICC colorspace
    - Internal code improvements
    + qt5:
    - Add Document::signatures. Returns signatures not attached to
      any page
    - ArthurOutputDev:
      . Fix font hinting
      . Set the opacity when filling with axial gradients
      . Implement the clipToStrokePath method
      . Use stroking opacity when clipping to a stroke path
    + glib:
    - Add poppler_page_get_bounding_box
    - Add poppler_form_field_get_alternate_ui_name
    - Implement rotation for 'flagNoRotate' annots
    + cpp: Add non_raw_non_physical layout for page::text()
    + utils:
    - pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page
    - pdfsig: Show also signatures that aren't attached to any page
  - Bump poppler_sover following upstream changes.
* Mon Apr 06 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.87.0:
    + core:
    - Fix crashes due to inconsistent vtables for Clang builds
    - Fix leak in broken files
    - Internal code improvements
    + qt5:
    - Add option to get form choice for export value
    - ArthurOutputDev: Avoid division by zero in updateLineDash
    + glib: Internal code improvements
    + utils: pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
  - Bump poppler_sover following upstream changes.
* Sun Mar 29 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Add pkgconfig(poppler-data) BuildRequires: New versions of
    poppler-data actually have a .pc file, and we check for it during
    build, so lets add this optional dependency.
  - Enable building of gtk-docs again.
* Wed Mar 18 2020 Dirk Mueller <dmueller@suse.com>
  - Add missing devel package requires (bsc#1153146).
* Mon Mar 02 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.86.1:
    + core:
    - Fix regression in Browse Link handling.
    - Internal code improvements.
  - Bump poppler_sover following upstream changes.
* Sun Mar 01 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.86.0:
    + core:
    - Fix link content exfiltration attack.
    - Splash: Implement gouraudTriangleShadedFill for some non
      parametrized shadings.
    - Fix case unsensitive search for Old Hungarian, Warang Citi,
      Medefaidrin and Adlam.
    - Internal code improvements.
    + glib:
    - Automatic handle of page's cropbox on annots.
    - Fix memory leak if poppler_document_new_from_file fails.
    - Minor speed optimization on poppler_page_get_annot_mapping.
    + utils:
    - pdfdetach: add 'savefile' option.
    - pdftoppm/pdftocairo: Fix more odd/even mismatch.
    + qt5: Fix loading from iodevice.
  - Changes from version 0.85.0:
    + core:
    - Fix case unsensitive search for Deseret and Osage.
    - Fix crash in unicodeToAscii7.
    - CairoOutputDev: make initialisation thread-safe.
    - Fix crash on broken files.
    - Internal code improvements.
    + qt5:
    - Fix FormField::name encoding.
    - Accept UTF-16 uiNames for form fields.
    - Fix search for "complex" characters.
    - Allow to load document from QIODevice.
    + utils:
    - pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages.
    - pdftohtml: Fix issue with the font size sometimes being huge.
    + glib: make the frontend initialization thread safe.
  - Bump poppler_sover following upstream changes.
* Wed Jan 08 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.84.0:
    + core:
    - Fix crash when converting from Unicode to ASCII-7
    - Splash::scaleImageYdXu: Protect against crash if srcWidth is
      too big
    - JBIG2Stream:
      . Fix potential crash in malformed documents
      . Fix leak in reset() if called several times
    - Internal code improvements
    + utils:
    - pdfimages: Add error message if first page is larger then
      number of pages
    - pdfinfo: Improved paper size recognition
    - pdfsig: Fix exit code when dumping signatures
    - pdftocairo: Error out when even/odd selects 0 pages
    - pdftohtml: Fix memory leak
    - pdftoppm:
      . Add an option to scale before rotate
      . Add -hide-annotations option
      . Error out when even/odd selects 0 pages
    - pdftops: Improve -optimizecolorspace
    + qt5: Code cleanups
    + glib: Fix compiler warnings
  - Bump poppler_sover following upstream changes.

Files

/usr/include/poppler
/usr/include/poppler/Annot.h
/usr/include/poppler/AnnotStampImageHelper.h
/usr/include/poppler/Array.h
/usr/include/poppler/BBoxOutputDev.h
/usr/include/poppler/CMap.h
/usr/include/poppler/CachedFile.h
/usr/include/poppler/CairoFontEngine.h
/usr/include/poppler/CairoOutputDev.h
/usr/include/poppler/CairoRescaleBox.h
/usr/include/poppler/Catalog.h
/usr/include/poppler/CertificateInfo.h
/usr/include/poppler/CharCodeToUnicode.h
/usr/include/poppler/CharTypes.h
/usr/include/poppler/CurlCachedFile.h
/usr/include/poppler/CurlPDFDocBuilder.h
/usr/include/poppler/DateInfo.h
/usr/include/poppler/Decrypt.h
/usr/include/poppler/Dict.h
/usr/include/poppler/Error.h
/usr/include/poppler/ErrorCodes.h
/usr/include/poppler/FDPDFDocBuilder.h
/usr/include/poppler/FILECacheLoader.h
/usr/include/poppler/FileSpec.h
/usr/include/poppler/FontEncodingTables.h
/usr/include/poppler/FontInfo.h
/usr/include/poppler/Form.h
/usr/include/poppler/Function.h
/usr/include/poppler/Gfx.h
/usr/include/poppler/GfxFont.h
/usr/include/poppler/GfxState.h
/usr/include/poppler/GfxState_helpers.h
/usr/include/poppler/GlobalParams.h
/usr/include/poppler/Hints.h
/usr/include/poppler/JArithmeticDecoder.h
/usr/include/poppler/JBIG2Stream.h
/usr/include/poppler/JPEG2000Stream.h
/usr/include/poppler/JSInfo.h
/usr/include/poppler/Lexer.h
/usr/include/poppler/Linearization.h
/usr/include/poppler/Link.h
/usr/include/poppler/LocalPDFDocBuilder.h
/usr/include/poppler/MarkedContentOutputDev.h
/usr/include/poppler/Movie.h
/usr/include/poppler/NameToCharCode.h
/usr/include/poppler/NameToUnicodeTable.h
/usr/include/poppler/Object.h
/usr/include/poppler/OptionalContent.h
/usr/include/poppler/Outline.h
/usr/include/poppler/OutputDev.h
/usr/include/poppler/PDFDoc.h
/usr/include/poppler/PDFDocBuilder.h
/usr/include/poppler/PDFDocEncoding.h
/usr/include/poppler/PDFDocFactory.h
/usr/include/poppler/PSOutputDev.h
/usr/include/poppler/PSTokenizer.h
/usr/include/poppler/Page.h
/usr/include/poppler/PageTransition.h
/usr/include/poppler/Parser.h
/usr/include/poppler/PopplerCache.h
/usr/include/poppler/PreScanOutputDev.h
/usr/include/poppler/ProfileData.h
/usr/include/poppler/Rendition.h
/usr/include/poppler/SecurityHandler.h
/usr/include/poppler/Sound.h
/usr/include/poppler/SplashOutputDev.h
/usr/include/poppler/Stream-CCITT.h
/usr/include/poppler/Stream.h
/usr/include/poppler/StructElement.h
/usr/include/poppler/StructTreeRoot.h
/usr/include/poppler/TextOutputDev.h
/usr/include/poppler/UTF.h
/usr/include/poppler/UnicodeCClassTables.h
/usr/include/poppler/UnicodeCompTables.h
/usr/include/poppler/UnicodeDecompTables.h
/usr/include/poppler/UnicodeMap.h
/usr/include/poppler/UnicodeMapFuncs.h
/usr/include/poppler/UnicodeMapTables.h
/usr/include/poppler/UnicodeTypeTable.h
/usr/include/poppler/ViewerPreferences.h
/usr/include/poppler/XRef.h
/usr/include/poppler/cpp
/usr/include/poppler/cpp/poppler-destination.h
/usr/include/poppler/cpp/poppler-document.h
/usr/include/poppler/cpp/poppler-embedded-file.h
/usr/include/poppler/cpp/poppler-font-private.h
/usr/include/poppler/cpp/poppler-font.h
/usr/include/poppler/cpp/poppler-global.h
/usr/include/poppler/cpp/poppler-image.h
/usr/include/poppler/cpp/poppler-page-renderer.h
/usr/include/poppler/cpp/poppler-page-transition.h
/usr/include/poppler/cpp/poppler-page.h
/usr/include/poppler/cpp/poppler-rectangle.h
/usr/include/poppler/cpp/poppler-toc.h
/usr/include/poppler/cpp/poppler-version.h
/usr/include/poppler/cpp/poppler_cpp_export.h
/usr/include/poppler/fofi
/usr/include/poppler/fofi/FoFiBase.h
/usr/include/poppler/fofi/FoFiEncodings.h
/usr/include/poppler/fofi/FoFiIdentifier.h
/usr/include/poppler/fofi/FoFiTrueType.h
/usr/include/poppler/fofi/FoFiType1.h
/usr/include/poppler/fofi/FoFiType1C.h
/usr/include/poppler/goo
/usr/include/poppler/goo/GooCheckedOps.h
/usr/include/poppler/goo/GooLikely.h
/usr/include/poppler/goo/GooString.h
/usr/include/poppler/goo/GooTimer.h
/usr/include/poppler/goo/ImgWriter.h
/usr/include/poppler/goo/JpegWriter.h
/usr/include/poppler/goo/PNGWriter.h
/usr/include/poppler/goo/TiffWriter.h
/usr/include/poppler/goo/gdir.h
/usr/include/poppler/goo/gfile.h
/usr/include/poppler/goo/gmem.h
/usr/include/poppler/goo/grandom.h
/usr/include/poppler/goo/gstrtod.h
/usr/include/poppler/poppler-config.h
/usr/include/poppler/poppler_private_export.h
/usr/include/poppler/splash
/usr/include/poppler/splash/Splash.h
/usr/include/poppler/splash/SplashBitmap.h
/usr/include/poppler/splash/SplashClip.h
/usr/include/poppler/splash/SplashErrorCodes.h
/usr/include/poppler/splash/SplashFTFont.h
/usr/include/poppler/splash/SplashFTFontEngine.h
/usr/include/poppler/splash/SplashFTFontFile.h
/usr/include/poppler/splash/SplashFont.h
/usr/include/poppler/splash/SplashFontEngine.h
/usr/include/poppler/splash/SplashFontFile.h
/usr/include/poppler/splash/SplashFontFileID.h
/usr/include/poppler/splash/SplashGlyphBitmap.h
/usr/include/poppler/splash/SplashMath.h
/usr/include/poppler/splash/SplashPath.h
/usr/include/poppler/splash/SplashPattern.h
/usr/include/poppler/splash/SplashScreen.h
/usr/include/poppler/splash/SplashState.h
/usr/include/poppler/splash/SplashTypes.h
/usr/include/poppler/splash/SplashXPath.h
/usr/include/poppler/splash/SplashXPathScanner.h
/usr/lib64/libpoppler-cpp.so
/usr/lib64/libpoppler.so
/usr/lib64/pkgconfig/poppler-cpp.pc
/usr/lib64/pkgconfig/poppler.pc
/usr/share/doc/packages/libpoppler-devel
/usr/share/doc/packages/libpoppler-devel/AUTHORS
/usr/share/doc/packages/libpoppler-devel/NEWS
/usr/share/doc/packages/libpoppler-devel/README.contributors


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024