Package Release Info

kfilemetadata5-5.102.0-bp155.1.7

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kfilemetadata5
kfilemetadata5-devel
kfilemetadata5-lang

Change Logs

* 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:
  * odfextractor: Add support for Open Document Graphics
* 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:
  * FFmpegExtrator: Try stream metadata if no global metadata is available
  * office2007extractor: Extract text document line count
  * office2007extractor: Update docx to include more properties
  * Add FictionBook2 extractor
* 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:
  * OdfExtractorTest: Add test cases for Flat XML documents
  * OdfExtractor: Only go looking for textual content in office:body
  * OdfExtractor: Support "Flat XML" variants
  * PngExtractor: Add autotest
  * PngExtractor: Only extract metadata when it was asked for
* 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 Qt 6 Windows CI
  * Dawid Wróbel .gitlab-ci.yml: enable static builds
  * Fix compilation of tests in static builds (kde#459344)
* 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
* 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:
  * Remove reviewboardrc
  * Add PNG extractor
  * dump tool: Print extractor name
* 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
- No code change since 5.95.0
* 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
- No code change since 5.94.0
* 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:
  * Check executables exist in PATH before passing them to QProcess
  * Add windows CI
  * install version header
  * Create version header file
  * exiv2extractor: add support for Canon CR3 raw image
* 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:
  * Require unittests to pass for CI jobs to pass
  * exiv2extractor: add support for avif, heif, jpeg xl
* Tue Mar 15 2022 Christophe Giboudeaux <christophe@krop.fr>
- Build the optional mobipocket extractor.
  QMobipocket only depends on Qt and shouldn't cause any issue.
* 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:
  * Port to KPluginMetaData::findPlugins for plugin querying
  * enable mobipocket extractor by default
  * Use std::unique_ptr to manage lifetime of d-ptr
* 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:
  * Also build the actual Poppler extractor with Qt6, not just its unit test
  * make TypInfo comparison const
  * Install plugins in kf<version>
  * deprecate image extraction via embeddedimagedata
  * Add CI qt6 support
  * Apply Samir fix about LIBEXEC_INSTALL_DIR
  * More changes to make it build against Qt6
  * Make it compiles against qt6
  * Make the Poppler extractor compatible with the Qt6-based Poppler as well