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

kimageformats-eps-5.102.0-bp155.2.7 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: kimageformats-eps Distribution: SUSE Linux Enterprise 15 SP5
Version: 5.102.0 Vendor: openSUSE
Release: bp155.2.7 Build date: Mon May 22 20:21:14 2023
Group: Unspecified Build host: obs-arm-11
Size: 159547 Source RPM: kimageformats-5.102.0-bp155.2.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.kde.org
Summary: EPS image format plugin for Qt
This plugin provides support for the EPS document format for QtGui. As
it invokes ghostscript for conversion, it should only be used in trusted
environments.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Apr 12 2023 Christophe Marin <christophe@krop.fr>
  - Add support for RAW image formats
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.102.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.102.0
  - Changes since 5.101.0:
    * raw: tweak seek implementation
    * heif: fix error handling
    * heif: rewrite plugin to use only libheif C API
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
  - Update to 5.101.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.101.0
  - Changes since 5.100.0:
    * Fix missing DCI-P3 color space set
    * minor tweaks in HEIF and AVIF plugins
    * raw: LibRaw_QIODevice::read: fixed possible partial reading of an item
    * PSD multichannel testcases
    * Support to MCH with 4+ channels (treat as CMYK)
    * avif: Check if encoder/decoder is available in capabilities()
    * Fix condition for installing desktop files
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.100.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.100.0
  - Changes since 5.99.0:
    * Don't install desktop files for image formats when building against Qt6
    * raw: Don't seek back if we were asked to read too much
    * jxl: indicate when all frames have been read
    * avif: minor fixes
    * avif: indicate when all frames have been read
    * avif: always indicate endless loop
    * avif: return `false` in `canRead()` when `imageIndex >= imageCount` (kde#460085)
    * Add JXL test files corresponding to 8 EXIF orientation values
    * Add AVIF test files with rotation and mirror operations
    * Auto-rotate input images in readtest
    * jxl: remove C-style casts
    * avif: Use reinterpret_cast instead C cast
    * avif: revert 9ac923a commit
    * heif: replace C cast with static_cast
    * heif: use heif_init/heif_deinit with libheif 1.13.0+
    * FindLibRaw: fix include dir, should not contain prefix libraw/ (kde#460105)
    * Fix duplicated tests
    * ANI partial test and PIC test added
    * PSD: impreved support to sequential access device
    * Fix messages
    * CMakeLists: enable EXR test
    * Added EXR test image
    * Fixes for sequential devices
  - Drop patches, merged upstream:
    * 0001-avif-return-false-in-canRead-when-imageIndex-imageCo.patch
    * 0001-avif-always-indicate-endless-loop.patch
    * 0001-avif-revert-9ac923ad09316dcca0fc11e0be6b3dfc6cce6ca0.patch
* Wed Oct 19 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Add upstream changes:
    * 0001-avif-return-false-in-canRead-when-imageIndex-imageCo.patch (kde#460085)
    * 0001-avif-always-indicate-endless-loop.patch
    * 0001-avif-revert-9ac923ad09316dcca0fc11e0be6b3dfc6cce6ca0.patch
* Sun Oct 09 2022 Enrico Belleri <idesmi@protonmail.com>
  - Enable JPEG-XL plugin
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.99.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.99.0
  - Changes since 5.98.0:
    * Add Qt6 windows CI support
    * pcx: Do not support sequential devices (kde#459541)
    * Fix maximum number of channels (testcase added)
    * LibRaw_QIODevice::seek() avoid seek on a sequential device
    * LibRaw_QIODevice::seek() bounding checks
    * Camera RAW images plugin
    * .gitlab-ci.yml: enable static builds
    * Enables opening of XCF files with Width and/or Height greater than 32K
    * Replace C cast with reinterpret_cast
    * avif: adjust for libavif breaking change in YUV<->RGB conversion
    * Fix image allocation with Qt 6
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.98.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.98.0
  - Changes since 5.97.0:
    * Add FreeBSD Qt6 CI support
    * Protect against too big resize for a QByteArray
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.97.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.97.0
  - Changes since 5.96.0:
    * Use right type on enums
    * PSD: Improve alpha detection (kde#182496)
    * PSD: LAB support
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.96.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.96.0
  - Changes since 5.95.0:
    * PSD header checks according to specifications
    * Improved detection of alpha channel on CMYK images
    * Minor code optimization
    * Minor code improvements (tested on all my MCYK PSD/PSB files)
    * Fix Alpha + testcase images
    * Fix regression
    * Basic support to CMYK 8/16 bits (not fully tested)
    * Require passing tests for the CI to pass
    * jxl: support both old 0.6.1 and new 0.7.0 libjxl API
    * Remove extra ';'
    * avif: read performance improvements
* Mon Jun 13 2022 Wolfgang Bauer <wbauer@tmo.at>
  - Enable AVIF plugin also on Leap 15.4
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.95.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.95.0
  - Changes since 5.94.0:
    * psd: Fix segfault on architectures where char is unsigned (like ARM)
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.94.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.94.0
  - Changes since 5.93.0:
    * avif: prepare for breaking change in libavif
    * XCF: Support to QImageIOHandler::Size option
    * Support to QImageIOHandler::Size option
    * QByteArray resize removal
    * psd: Fix crash on broken files
    * psd: duotone read
    * psd: Don't crash with broken images
    * psd: Header depth has to be 8 for CM_INDEXED color_mode
    * psd: Protect against broken images
    * psd: Don't abort on broken images
    * avif: lossless support
    * psd: Don't assert on broken files
    * Add windows CI
    * PSD: Performance improvements and support to missing common formats
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.93.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.93.0
  - Changes since 5.92.0:
    * Fix XCF parasites metadata in QImage and support to ICC profile
    * avif: encoder speed 7->6
    * avif: fix jumpToImage
    * avif: warn about non-recommended libavif configuration
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.92.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.92.0
  - Changes since 5.91.0:
    * Add Qt6 Android CI
    * Add write tests for heif/avif/jxl
    * jxl: encoding improvements
    * avif: adjust dimension and memory limits
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.91.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.91.0
  - Changes since 5.90.0:
    * Check executables exist in PATH before passing them to QProcess
    * Fix handling of null terminated ANI metadata with Qt6
    * Add CI qt6 support
* Mon Jan 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.90.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.90.0
  - Changes since 5.89.0:
    * Fix typo
    * Make it compile against qt6
* Sat Dec 04 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.89.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.89.0
  - Changes since 5.88.0:
    * avif: limit scope of variables
    * Add JXL to the list of supported formats
    * Add plugin for JPEG XL (JXL)
* Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Strip 'Source' URL for faster submissions
* Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.88.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.88.0
  - Changes since 5.87.0:
    * Add FreeBSD CI
    * Add Android CI
* Sun Oct 03 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.87.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.87.0
  - Changes since 5.86.0:
    * Add Gitlab CI configuration
    * avif: performance and quality improvements
* Mon Sep 06 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.86.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.86.0
  - Changes since 5.85.0:
    * Fix build with clang12 + libc++
    * Clean up unneeded JSON parameter in kimageformats_add_plugin
    * SGIImage::writeImage: Properly fail if the image is too big
    * exr: Port to std::log/pow
    * PCXHandler::write: Properly fail if the image is too big
* Fri Aug 06 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.85.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.85.0
  - Changes since 5.84.0:
    * exr: Repair compability with openexr2 (kde#440084)
    * exr: Override the actual function signature (kde#439767)
    * Fix build with older openEXR versions
* Sun Jul 04 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.84.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.84.0
  - Changes since 5.83.0:
    * avif: Disable all strict decoder checks
* Sat Jun 05 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.83.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.83.0
  - Changes since 5.82.0:
    * avif: Adjust for libavif breaking change
    * Bump required CMake version to 3.16
    * Enable HEIC plugin to save all ICC profiles
    * Color profile loading/saving fixes
    * xcf: Make sure offsets are not negative
    * xcf: Fix Stack-buffer-overflow WRITE on broken files
* Wed May 19 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Enable HEIF plugin also on Leap 15.3 now
* Fri May 14 2021 Tejas Guruswamy <tejas.guruswamy@opensuse.org>
  - Enable HEIF plugin build on openSUSE Tumbleweed (requires libheif)
* Sat May 01 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.82.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.82.0
  - Changes since 5.81.0:
    * Support building with OpenEXR 3
    * test: imageconverter: add a way to list mimes instead of formats
    * xcf: fix new[]/delete mismatch, as detected by ASAN
    * ani: convert +1 to -1 so we don't do a potential integer overflow
    * xcf: Fix Stack-buffer-overflow WRITE on broken files
* Mon Apr 05 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.81.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.81.0
  - No code change since 5.80.0
* Sun Mar 07 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.80.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.80.0
  - Changes since 5.79.0:
    * Fix Non-square Radiance/RGBE/.hdr images failing to load (kde#433877)
    * Check the input buffer before passing it to libheif
    * Check primaries returned from libavif
    * Add plugin for High Efficiency Image File Format (HEIF)
    * Quality option can be returned without parsing input file.
* Mon Feb 08 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.79.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.79.0
  - Changes since 5.78.0:
    * Simplify portion of NCLX color profile code
    * [imagedump] Add "list MIME type" (-m) option
    * Fix crash with malformed files
    * ani: Make sure riffSizeData is of the correct size before doing the quint32_le cast dance
    * Add missing includes
    * Add plugin for animated Windows cursors (ANI)
* Mon Jan 11 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Drop baselibs.conf. Nothing requires the -32bit package
    and the new libavif build dependency doesn't provide one.
* Wed Jan 06 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.78.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.78.0
  - Changes since 5.77.0:
    * Remove ifdefs, we require Qt 5.14 now
    * Add AVIF to the list of supported formats
    * Add plugin for AV1 Image File Format (AVIF)
* Sat Dec 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.77.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.77.0
  - Changes since 5.76.0:
    * test: don't convert image format if possible
    * No longer descease color depth to 8 for 16 bit uncompressed PSD files
    * tests: Remove qimage_format_enum_names and just use QMetaEnum
* Sat Nov 07 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.76.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.76.0
  - Changes since 5.75.0:
    * Add test case for RLE compressed 16 bpc PSD files.
    * Add support for RLE-compressed, 16 bits per channel PSD files.
    * Return unsupported when reading 16bit RLE compressed PSD files
    * feat: add psd color depth == 16 format support
* Mon Oct 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.75.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.75.0
  - No code change since 5.74.0
* Sun Sep 06 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.74.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.74.0
  - Changes since 5.73.0:
    * Remove obsolete COPYING files
* Sun Aug 02 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.73.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.73.0
  - Changes since 5.72.0:
    * Adapt license to LGPL-2.0-or-later
    * Use KF-standardized Qt logging categories
* Sun Jul 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.72.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.72.0
  - No code change since 5.71.0
* Sun Jun 07 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.71.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.71.0
  - Changes since 5.70.0:
    * Add some sanity and bounds checking
* Sun May 03 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.70.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.70.0
  - Changes since 5.69.0:
    * Fix build on Windows.
    * Add support for modern Gimp images/XCF files
* Sun Apr 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.69.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.69.0
  - Changes since 5.68.0:
    * Port the HDR plugin from sscanf() to QRegularExpression. Fixes FreeBSD.
    * autotests: print QImageReader::supportedImageFormats, to debug CI failures
* Sun Mar 08 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.68.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
  - No code change since 5.67.0
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.67.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
  - No code change since 5.66.0
* Sun Jan 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.66.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
  - Changes since 5.65.0:
    * Update the obsolete projects.kde.org URL
    * pic: Fix Invalid-enum-value undefined behaviour
* Sun Dec 08 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.65.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
  - No code change since 5.64.0
* Sun Nov 03 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.64.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
  - Changes since 5.63.0:
    * Workaround crash in Qt due to -DQT_DISABLE_DEPRECATED_BEFORE=0x050d00
* Sun Oct 06 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.63.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
  - Changes since 5.62.0:
    * Add files for testing bug411327
    * xcf: Fix regression when reading files with "unsupported" properties (kde#411327)
    * xcf: Properly read image resolution
    * Port HDR (Radiance RGBE) image loader to Qt5
* Sat Sep 07 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.62.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
  - Changes since 5.61.0:
    * Fix uninitialized memory read
* Wed Aug 07 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.61.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
  - Changes since 5.60.0:
    * Remove unused pnm.desktop file
* Fri Jul 19 2019 Wolfgang Bauer <wbauer@tmo.at>
  - Don't lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrame@kde.org
  - Update to 5.60.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
  - Changes since 5.59.0:
    * QImage::byteCount -> QImage::sizeInByes
* Sun Jun 09 2019 lbeltrame@kde.org
  - Update to 5.59.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
  - No code changes since 5.58.0
* Wed May 15 2019 lbeltrame@kde.org
  - Update to 5.58.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
  - Changes since 5.57.0:
    * tga: don't try to read more than max_palette_size into palette
    * tga: memset dst if read fails
    * tga: memset the whole palette array, not only the palette_size
    * Initialize the unread bits of _starttab
    * xcf: Fix uninitialized memory use on broken documents
    * ras: Don't overread input on malformed files
    * xcf: layer is const in copy and merge, mark it as such
    * No & is a bit faster here
    * const & is a bit faster here
    * QStringLiteral is a bit faster here
* Sun Apr 14 2019 lbeltrame@kde.org
  - Update to 5.57.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
  - Changes since 5.56.0:
    * Fix compilation
    * ora:kra: qstrcmp -> memcmp
    * autotests: Also exercise canRead
    * Fix RGBHandler::canRead
    * xcf: Don't crash with files with unsupported layer modes
* Sun Mar 10 2019 lbeltrame@kde.org
  - Update to 5.56.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
  - Changes since 5.55.0:
    * ras: fix crash on broken files
    * Use auto here too
    * compile without foreach
    * ras: protect the palette QVector too
    * ras: tweak max file check
    * xcf: Fix uninitialized memory use on broken documents
    * add const, helps understand the function better
    * ras: tweak max size that "fits" in a QVector
    * ras: don't assert because we try to allicate a huge vector
    * ras: Protect against divide by zero
    * xcf: Don't divide by 0
    * tga: fail gracefully if readRawData errors
    * ras: fail gracefully on height*width*bpp > length
* Fri Feb 15 2019 alarrosa@suse.com
  - Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrame@kde.org
  - Update to 5.55.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
  - Changes since 5.54.0:
    * Too many changes to list here
  - Dropped patches, now upstream:
    * 0001-Fix-various-OOB-reads-and-writes-in-kimg_tga-and-kim.patch
* Thu Jan 31 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Add ghostscript requirement to the -eps subpackage
* Mon Jan 28 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Add patch to fix buffer overflows (boo#1123281):
    * 0001-Fix-various-OOB-reads-and-writes-in-kimg_tga-and-kim.patch
* Wed Jan 23 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Split out the eps plugin into an independant subpackage (bsc#1117336)
  - Remove unnecessary ldconfig calls
* Mon Jan 14 2019 lbeltrame@kde.org
  - Update to 5.54.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
  - Changes since 5.53.0:
    * No code changes since 5.53.0
* Sun Dec 09 2018 lbeltrame@kde.org
  - Update to 5.53.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
  - Changes since 5.52.0:
    * Use gimp to export simple-rgba-gimp-2.8.10.xcf to png again
* Sun Nov 11 2018 lbeltrame@kde.org
  - Update to 5.52.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
  - Changes since 5.51.0:
    * Fix minor EBN issues
* Tue Oct 16 2018 Luca Beltrame <lbeltrame@kde.org>
  - Run spec-cleaner
* Mon Oct 15 2018 lbeltrame@kde.org
  - Update to 5.51.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
  - Changes since 5.50.0:
    * kimg_rgb: optimize away QRegExp and QString::fromLocal8Bit.
    * [EPS] qWarning -> qCWarning
    * [EPS] Fix crash at app shutdown (being tried to persist clipboard image) (kde#397040)
* Thu Sep 13 2018 lbeltrame@kde.org
  - Update to 5.50.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
  - Changes since 5.49.0:
    * None
* Sun Aug 19 2018 christophe@krop.fr
  - Update to 5.49.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
  - Changes since 5.48.0:
    * None
* Mon Jul 16 2018 lbeltrame@kde.org
  - Update to 5.48.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
  - Changes since 5.47.0:
    * Use override
* Tue Jun 12 2018 lbeltrame@kde.org
  - Update to 5.47.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
  - Changes since 5.46.0:
    * Remove duplicated mime types from json files
    * Use override
* Sun May 13 2018 lbeltrame@kde.org
  - Update to 5.46.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
  - Changes since 5.45.0:
    * [XCF/GIMP loader] Raise maximimum allowed image size to 32767x32767 on 64 bit platforms (kde#391970)
* Sat Apr 14 2018 lbeltrame@kde.org
  - Update to 5.45.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
  - Changes since 5.44.0:
    * We depend against 5.8.0 now
    * Remove not necessary QtCore and co
* Mon Mar 12 2018 lbeltrame@kde.org
  - Update to 5.44.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
  - Changes since 5.43.0:
    * kcoreaddons_add_plugin: remove effectless OBJECT_DEPENDS on json file
* Mon Feb 12 2018 lbeltrame@kde.org
  - Update to 5.43.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
  - Changes since 5.42.0:
    * None
* Tue Jan 16 2018 lbeltrame@kde.org
  - Update to 5.42.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
  - Changes since 5.41.0:
    * Remove obsolete reviewboardrc file
    * Set LIBRARY_OUTPUT_DIRECTORY so the autotests can run without the plugins installed
    * Use brace-initializer instead of nullptr in returning 0-QFlags
* Sun Dec 17 2017 lbeltrame@kde.org
  - Update to 5.41.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
  - Changes since 5.40.0:
    * None
* Mon Nov 13 2017 lbeltrame@kde.org
  - Update to 5.40.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
  - Changes since 5.39.0:
    * Add .arcconfig
* Mon Oct 23 2017 lbeltrame@kde.org
  - Update to 5.39.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
  - Changes since 5.38.0:
    * None
* Tue Sep 12 2017 lbeltrame@kde.org
  - Update to 5.38.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
  - Changes since 5.37.0:
    * None
* Sat Aug 12 2017 christophe@krop.fr
  - Update to 5.37.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
  - Changes since 5.36.0 :
    * None
* Wed Jul 12 2017 lbeltrame@kde.org
  - Update to 5.36.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
  - Changes since 5.35.0:
    * None
* Sun Jun 11 2017 lbeltrame@kde.org
  - Update to 5.35.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
  - Changes since 5.34.0:
    * Use Q_FALLTHROUGH
* Mon May 15 2017 fabian@ritter-vogt.de
  - Update to 5.34.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
  - Changes since 5.33.0:
    * None
* Sat Apr 15 2017 lbeltrame@kde.org
  - Update to 5.33.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
  - Changes since 5.32.0:
    * Upgrade ECM and KF5 version requirements for 5.33.0 release.
* Sun Mar 19 2017 lbeltrame@kde.org
  - Update to 5.32.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
  - Changes since 5.31.0:
    * Upgrade ECM and KF5 version requirements for 5.32.0 release.
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
  - Update to 5.31.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Sun Jan 08 2017 hrvoje.senjan@gmail.com
  - Update to 5.30.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
  - Update to 5.29.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
  - Update to 5.28.0
    * imageformats/kra.h - overrides for KraPlugin capabilities()
      and create()
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 02 2016 hrvoje.senjan@gmail.com
  - Update to 5.27.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.27.0.php
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.26.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
  - Update to 5.25.0
    * Qt >= 5.5 is now required
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.24.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.23.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
  - Update to 5.22.0 (boo#980066)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
  - Update to 5.21.0 (boo#974793)
    * Upgrade Qt version requirement to 5.4.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.21.0.php
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.20.0 (boo#970856)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.19.0 (boo#967668)
    * Add kra and ora imageio plugins (read-only)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.19.0.php
  - Drop upstreamed fix-psd.patch
  - Add cmake(KF5Archive) BuildRequires
* Fri Jan 08 2016 wbauer@tmo.at
  - Add fix-psd.patch: fixes loading of RLE compressed PSD files
    (kde#354413)
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
  - Update to 5.18.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
  - Update to 5.17.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.16.0 (boo#955067)
    * Recognize image/vnd.adobe.photoshop instead of image/x-psd
    * Partially revert d7f457a to prevent crash on application exit
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
  - Update to 5.15.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.14.0
    * eps: fix includes related to Qt Caterogized Logging
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
  - Update to 5.13.0
    * The Qt version requirement has been bumped from 5.2 to 5.3
    * Debug output has been ported to categorized output, for less
      noise by default
    * Docbook documentation has been reviewed and updated
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
  - Update to 5.12.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
  - Update to 5.11.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.10.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
  - Update to 5.9.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
  - Update to 5.8.0
    * Make PSD image reader endianess-agnostic.
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.7.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.6.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
  - Update to 5.5.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
  - Update to 5.4.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.4.0.php

Files

/usr/lib64/qt5/plugins/imageformats
/usr/lib64/qt5/plugins/imageformats/kimg_eps.so
/usr/share/kservices5/qimageioplugins
/usr/share/kservices5/qimageioplugins/eps.desktop
/usr/share/licenses/kimageformats-eps
/usr/share/licenses/kimageformats-eps/CC0-1.0.txt
/usr/share/licenses/kimageformats-eps/LGPL-2.0-or-later.txt
/usr/share/licenses/kimageformats-eps/LGPL-2.1-only.txt
/usr/share/licenses/kimageformats-eps/LGPL-2.1-or-later.txt
/usr/share/licenses/kimageformats-eps/LGPL-3.0-only.txt
/usr/share/licenses/kimageformats-eps/LicenseRef-KDE-Accepted-LGPL.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:15:22 2024