Revisions of poppler

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 844239 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 161)
- Use the correct, upstream provided tarball.

- 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 .
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 818845 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 160)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 811372 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 159)
New stable rel, lets see what breaks this time :-)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 794550 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 157)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 765628 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 155)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 764588 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 154)
Lets go with last release for now
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 733646 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 152)
- Depends on fixed texlive available in devel repo.

- Update to version 0.81.0:
  + core:
    - Splash: Always enable support for CMYK rasterization.
    - CairoOutputDev: Check scaled dimensions for 0.
    - BaseCryptStream: Fix potential uninitialized memory read.
    - SplashBitmap: Fix wrong width condition for
      splashModeDeviceN8.
    - Fix crashes in malformed files.
- Bump poppler_sover following upstream changes.
- Convert linked package to _multibuild
- Cleanup spec file (remove defattr)
- Add boost_headers to BuildRequires, speedup Splash backend
- Update to version 0.80.0:
  + core:
    - Annotations: Implement support for setting a different text
      in the appearance stream than the real text.
    - Splash: Optionally use small_vector from boost.
    - Fix memory leaks on broken files.
    - Fix abort on broken files.
    - Small code simplifications.
    - Remove USE_FIXEDPOINT support.
  + qt5:
    - Fix MSVC build.
    - Add subsitute-font information.
    - Fix since marker of some functions.
    - Fix leak when aborting text extraction.
    - Small code simplifications.
  + glib:
    - Make print scaling getter visible.
    - Make Duplex/NumCopies/PrintPageRange preference available in
      API.
    - Implement Movie API.
  + utils: pdftotext: Add -nodiag flag to remove diagonal text on
    output.
  + build system: Mark external lib include dirs as SYSTEM.
- Bump poppler_sover following upstream changes.
- Use cmake_build macro.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 720737 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 151)
New stable release. - New version new try  -- expect texlive to fail still......
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 666159 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 150)
Resub previous version, we finaly have most of failing packages ready for that version
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 621182 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 148)
- Update to version 0.66.0:
  + core:
    - Fix lots of security/leak issues found by oss-fuzz
    - Splash: Optimize some files, making them 20% faster
    - Splash: Correctly manipulate spot colors if SPOT_NCOMPS != 4
    - Fix compilation with some strict compilers
- Changes from version 0.65.0:
  + core:
    - SplashOutputDev: Add the invisible character check 
      beginType3Char. (fdo#106244)
    - XRef: Fix runtime undefined behaviour. (fdo#105970)
    - Fix issues with malformed documents. 
      (fdo#104942), (fdo#103238)
    - Remove GooHash after replacing it by std::unordered_map
    - Add conversion methods between GooString and std::string.
  + cpp:
    - Add newline after error message
    - Expose more image modes, add option to select mode in 
      renderer. (fdo#105558)
  + build system:
    - Fix compilation with libc++
    - Small improvement to FindLIBOPENJPEG2.cmake
  + qt5:
    - Add widget annot actions to FormFields
  + utils:
    - pdffonts: Minor formatting changes in the man page. 
      (fdo#105194)
- Changes from version 0.64.0:
  + core:
    - Workaround form field text not being drawn on broken files.
      (fdo#103245)
    - Add read only setter for form fields
    - Add support for Link Hide action
    - Add support for Next actions in Links
    - Fix parsing of Annot focus out actions
    - Fix PDFDoc::checkHeader() for PDFs smaller than 1 KiB. 
      (fdo#105674)
    - Add const to several classes and members
    - gfile: Fix build on some platforms
    - Fix issues with on malformed documents. 
      (fdo#105972), (fdo#105969), (fdo#106059), (fdo#106061)
    - Several small code improvements
  + qt5:
    - Allow setting of Form visibility status
    - Allow setting of Form read only status
    - Add support for Link Hide action
    - Add support for Next actions in Links
    - ArthurOutputDev: Implement axialShadedFill
    - ArthurOutputDev: Implement drawImageMask. (fdo#105531)
    - ArthurOutputDev: Implement Type3 font support
  + utils:
    - pdfsig: Add -dump which writes signatures to disk
      (fdo#104881)
  + glib:
    - less deprecated calls
  + build system:
    - bring back the option to disable GObject introspection
    - Add iconv include dir when compiling
    - Make it possible to build poppler without fontconfig.
      Default for Android.
- Bump soversion and data_version to 77 and 0.4.9 respectively.
- Update to version 0.66.0:
  + core:
    - Fix lots of security/leak issues found by oss-fuzz
    - Splash: Optimize some files, making them 20% faster
    - Splash: Correctly manipulate spot colors if SPOT_NCOMPS != 4
    - Fix compilation with some strict compilers
- Changes from version 0.65.0:
  + core:
    - SplashOutputDev: Add the invisible character check 
      beginType3Char. (fdo#106244)
    - XRef: Fix runtime undefined behaviour. (fdo#105970)
    - Fix issues with malformed documents. 
      (fdo#104942), (fdo#103238)
    - Remove GooHash after replacing it by std::unordered_map
    - Add conversion methods between GooString and std::string.
  + cpp:
    - Add newline after error message
    - Expose more image modes, add option to select mode in 
      renderer. (fdo#105558)
  + build system:
    - Fix compilation with libc++
    - Small improvement to FindLIBOPENJPEG2.cmake
  + qt5:
    - Add widget annot actions to FormFields
  + utils:
    - pdffonts: Minor formatting changes in the man page. 
      (fdo#105194)
- Changes from version 0.64.0:
  + core:
    - Workaround form field text not being drawn on broken files.
      (fdo#103245)
    - Add read only setter for form fields
    - Add support for Link Hide action
    - Add support for Next actions in Links
    - Fix parsing of Annot focus out actions
    - Fix PDFDoc::checkHeader() for PDFs smaller than 1 KiB. 
      (fdo#105674)
    - Add const to several classes and members
    - gfile: Fix build on some platforms
    - Fix issues with on malformed documents. 
      (fdo#105972), (fdo#105969), (fdo#106059), (fdo#106061)
    - Several small code improvements
  + qt5:
    - Allow setting of Form visibility status
    - Allow setting of Form read only status
    - Add support for Link Hide action
    - Add support for Next actions in Links
    - ArthurOutputDev: Implement axialShadedFill
    - ArthurOutputDev: Implement drawImageMask. (fdo#105531)
    - ArthurOutputDev: Implement Type3 font support
  + utils:
    - pdfsig: Add -dump which writes signatures to disk
      (fdo#104881)
  + glib:
    - less deprecated calls
  + build system:
    - bring back the option to disable GObject introspection
    - Add iconv include dir when compiling
    - Make it possible to build poppler without fontconfig.
      Default for Android.
- Bump soversion and data_version to 77 and 0.4.9 respectively.
Displaying revisions 41 - 60 of 203
openSUSE Build Service is sponsored by