Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
kimageformats
kimageformats.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kimageformats.changes of Package kimageformats
------------------------------------------------------------------- Sun Jun 7 08:06:43 UTC 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 3 09:40:01 UTC 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 5 19:45:37 UTC 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 8 09:17:49 UTC 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 2 18:06:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> - Replace %make_jobs with %cmake_build. ------------------------------------------------------------------- Sun Feb 2 14:32:47 UTC 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 5 09:02:11 UTC 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 8 11:18:37 UTC 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 3 15:47:04 UTC 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 6 13:26:39 UTC 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 7 20:36:51 UTC 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 7 17:51:29 UTC 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 11:42:06 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at> - Don't lower minimum Qt version anymore, it requires 5.11 now ------------------------------------------------------------------- Sun Jul 14 06:41:38 UTC 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 07:35:12 UTC 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 18:16:17 UTC 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 20:21:43 UTC 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 20:15:36 UTC 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 09:25:42 UTC 2019 - alarrosa@suse.com - Downgrade the Qt version requirement to build with 5.9 ------------------------------------------------------------------- Sun Feb 10 22:03:10 UTC 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 07:48:50 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de> - Add ghostscript requirement to the -eps subpackage ------------------------------------------------------------------- Mon Jan 28 13:30:26 UTC 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 17:47:54 UTC 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 06:08:47 UTC 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 19:43:44 UTC 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 19:48:05 UTC 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 08:02:17 UTC 2018 - Luca Beltrame <lbeltrame@kde.org> - Run spec-cleaner ------------------------------------------------------------------- Mon Oct 15 11:50:35 UTC 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 21:58:45 UTC 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 09:19:09 UTC 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 04:37:41 UTC 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 21:26:05 UTC 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 21:03:03 UTC 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 13:19:04 CEST 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 23:29:41 CET 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 23:42:08 CET 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 22:50:18 CET 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 09:43:48 CET 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 07:01:14 CET 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 06:41:41 CEST 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 07:11:17 CEST 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 09:23:29 UTC 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 07:14:01 CEST 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 09:27:43 CEST 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 13:53:15 CEST 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 10:11:50 CEST 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 14:50:39 CET 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 9 09:29:42 UTC 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 8 23:41:34 UTC 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 4 02:00:17 UTC 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 5 22:06:31 UTC 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 2 12:55:54 UTC 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 6 20:50:40 UTC 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 7 21:53:42 UTC 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 6 15:04:21 UTC 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 6 21:25:40 UTC 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 7 18:32:10 UTC 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 4 14:20:47 UTC 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 6 09:58:36 UTC 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 6 18:03:26 UTC 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 8 20:35:13 UTC 2016 - wbauer@tmo.at - Add fix-psd.patch: fixes loading of RLE compressed PSD files (kde#354413) ------------------------------------------------------------------- Sat Jan 2 17:43:47 UTC 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 23:06:47 UTC 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 8 17:01:18 UTC 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 5 17:37:20 UTC 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 8 17:13:12 UTC 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 4 19:20:30 UTC 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 5 18:45:10 UTC 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 7 19:07:41 UTC 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 3 19:47:12 UTC 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 4 14:40:47 UTC 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 7 16:58:48 UTC 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 8 18:15:21 UTC 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 3 18:03:21 UTC 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 6 12:53:43 UTC 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 2 17:47:18 UTC 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 ------------------------------------------------------------------- Sat Oct 4 17:59:42 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.3.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.3.0.php ------------------------------------------------------------------- Tue Sep 9 09:49:29 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.2.0 * KImageFormats: disable the DDS and JPEG-2000 plugins when Qt version is 5.3 or later * For more details please see: http://kde.org/announcements/kde-frameworks-5.2.php ------------------------------------------------------------------- Sat Aug 2 10:20:12 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.1.0 * For more details please see: http://www.kde.org/announcements/kde-frameworks-5.1.php - Drop libjasper-devel, unused when kimageformats are building against Qt 5.3 - Harden required Qt5 libs versions ------------------------------------------------------------------- Tue Jul 1 21:35:55 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.0.0 * Final release of KDE Frameworks 5 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/kde-frameworks-5.0.php ------------------------------------------------------------------- Sun Jun 1 18:02:26 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.100.0 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta3.php - Add baselibs.conf ------------------------------------------------------------------- Sat May 17 23:14:10 UTC 2014 - hrvoje.senjan@gmail.com - Recommend libqt5-qtimageformats ------------------------------------------------------------------- Sun May 4 01:41:13 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.99.0 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta2.php ------------------------------------------------------------------- Sat Mar 29 19:47:41 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.98.0 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta1.php ------------------------------------------------------------------- Tue Mar 4 16:39:21 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.97.0: * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-alpha2.php ------------------------------------------------------------------- Sat Feb 8 02:18:46 UTC 2014 - hrvoje.senjan@gmail.com - Init kimageformats package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor