SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kservice-5.52.0-10.2.4.x86_64.rpm :
Sun Nov 11 13:00:00 2018 lbeltrameAATTkde.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:

* Use more explicit constructors with internal classes

* Use Q_OBJECT with all QObject subclasses (helps debugging introspection)

* Do not use const reference for enum type argument in internal API

* Use const ref for non-trivial copy types in internal API

* Use QLatin1String method overload instead of creating a temporary QString

* Use QStringLiteral, not QLatin1String, if a final QString is wanted

* Use QLatin1String, not QString::fromLatin1, in string calculations

* Use qEnvironmentVariableIntValue

Tue Oct 16 14:00:00 2018 lbeltrameAATTkde.org
- Run spec-cleaner

Mon Oct 15 14:00:00 2018 lbeltrameAATTkde.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:

* Port deprecated method

* Make compile with strict flags

* Fix minor EBN issues

Thu Sep 13 14:00:00 2018 lbeltrameAATTkde.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:

* autotests: debug output for CI failure, or for general debugging

* autotests: rename header and function to match new purpose

* autotests: also copy applications.menu and set XDG_CONFIG_DIRS so it\'s found

* KBuildSycoca: always process application desktop files.

* autotests: factorize XDG_DATA_DIRS setup in new header, use from 3rd test

* autotests: don\'t wait for signal if we already received it (e.g. Windows CI)

* autotests: fix failure on Windows, QStringLiteral isn\'t fromUtf8 there...

* autotests: use data/kservicetypes5 instead of share, so it works on Windows too

* autotests: use local servicetype desktop files in kservicetest as well

* autotests: use local copies of kplugininfo.desktop and application.desktop

Sun Aug 19 14:00:00 2018 christopheAATTkrop.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:

* Use more nullptr

* API dox: talk about nullptr, not 0

* Require out-of-source build

* Add subseq operator to match sub-sequences

Mon Jul 16 14:00:00 2018 lbeltrameAATTkde.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:

* Remove unused key X-KDE-DBus-ModuleName from test service metadata

* Add missing override

* Use override

Tue Jun 12 14:00:00 2018 lbeltrameAATTkde.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:

* Use override

Sun May 13 14:00:00 2018 lbeltrameAATTkde.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:

* warning--

* Warning--

Sat Apr 14 14:00:00 2018 lbeltrameAATTkde.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

* API dox: consistently use X-KDE-ServiceTypes instead of ServiceTypes

* Remove not necessary QtCore and co

* [API dox] Remove deprecated Encoding=UTF-8 from example for desktop file

Mon Mar 12 13:00:00 2018 lbeltrameAATTkde.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:

* None

Mon Feb 12 13:00:00 2018 lbeltrameAATTkde.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 13:00:00 2018 lbeltrameAATTkde.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

* Install categories file + use debug categories when necessary

* Fix cmake warning

* autogenerate debug file

Sun Dec 17 13:00:00 2017 lbeltrameAATTkde.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:

* Fix compile with QT_NO_CAST_FROM_ASCII

Mon Nov 13 13:00:00 2017 lbeltrameAATTkde.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:

* Initialize values

* Initialize some pointer

Mon Oct 23 14:00:00 2017 lbeltrameAATTkde.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 14:00:00 2017 lbeltrameAATTkde.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:

* autotests: fix running tests in parallel

Sat Aug 12 14:00:00 2017 christopheAATTkrop.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 :

* API dox: small improvements to example code

* API dox: fix method used in example code

* autotests: make it work with CMAKE_RUNTIME_OUTPUT_DIRECTORY being set

* API dox: use official name \"D-Bus\" consistently

Wed Jul 12 14:00:00 2017 lbeltrameAATTkde.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:

* Fix MSVC warning

* [FEATURE] Option to build & install QCH file with the public API dox

* tests: kautostarttest: fix also expected value

* tests: use cmd.exe as TryExec on Windows

Sun Jun 11 14:00:00 2017 lbeltrameAATTkde.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:

* API dox: Use doxygen notation to have comments used

* API dox: note CamelCase includes by AATTclass tag with more classes

Mon May 15 14:00:00 2017 fabianAATTritter-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
- Use %find_lang --with-man --all-name

Sat Apr 15 14:00:00 2017 lbeltrameAATTkde.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.

* Fix \'Not found: \"\"\' terminal messages

* Upgrade KF5 version to 5.33.0.

* [autotest] Fix the workaround for inotify-on-overlay-fs so it actually works

* [autotest] test s-m-i requirement

* [autotests] add tests for the KService constructors

Sun Mar 19 13:00:00 2017 lbeltrameAATTkde.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:

* Commit translations from l10n-kf5

* Upgrade ECM and KF5 version requirements for 5.32.0 release.

* further investigation of the kservicetest unittest failure in CI

* Upgrade KF5 version to 5.32.0.

* Port some left-over debug output to categorized logging

Thu Feb 9 13:00:00 2017 hrvoje.senjanAATTgmail.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 13:00:00 2017 hrvoje.senjanAATTgmail.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 13:00:00 2016 hrvoje.senjanAATTgmail.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 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.28.0

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php

Sun Oct 2 14:00:00 2016 hrvoje.senjanAATTgmail.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 14:00:00 2016 hrvoje.senjanAATTgmail.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 14:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.25.0

* Qt >= 5.5 is now required

* applications.menu: remove references to unused categories

* Always update the Trader parser from yacc/lex sources

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php

Wed Jul 6 14:00:00 2016 hrvoje.senjanAATTgmail.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 14:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.23.0

* Fix associated applications for mimetypes with
uppercase characters (boo#980046)

* Lowercase the lookup key for mimetypes,
to make it case insensitive

* Fix ksycoca notifications when the DB doesn\'t exist yet

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php

Sat May 7 14:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.22.0 (boo#980066)

* Remove too-strict maximum string length in KSycoca database

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php

Mon Apr 4 14:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.21.0 (boo#974793)

* Fix new kbuildsycoca warning, when a mimetype inherits
from an alias

* Fix handling of x-scheme-handler/
* in mimeapps.list

* Fix handling of x-scheme-handler/
* in mimeapps.list parsing
(kde#358159)

* 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 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.20.0 (boo#970856)

* Simplify code, reduce pointer dereferences,
container-related improvements

* Add kmimeassociations_dumper test program,
inspired by bug 359850

* Fix chromium/wine apps not loading on some distributions
(kde#213972)

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php

Sun Feb 28 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Drop totally wrong list-local-mimeapps-last.patch

Sat Feb 6 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.19.0 (boo#967668)

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
- Added list-local-mimeapps-last.patch list local mimeapps.list
last to QListIterator, so it\'s respected before global ones
(boo#966739)

Sat Jan 2 13:00:00 2016 hrvoje.senjanAATTgmail.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 13:00:00 2015 hrvoje.senjanAATTgmail.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 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.16.0 (boo#955067)

* KBuildSycoca: always save, even if no change in .desktop file
was noticed. (kde#353203)

* Make doctools optional

* kbuildsycoca: parse all the mimeapps.list files mentioned in
the new spec.

* Use largest timestamp in subdirectory as resource
directory timestamp.

* Keep MIME types separate when converting KPluginInfo to
KPluginMetaData

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php

Fri Oct 23 14:00:00 2015 wbauerAATTtmo.at
- Add dont-show-yast-modules-in-the-applications-menu.patch: hide
the YaST modules from the application menu (boo#951888)

Mon Oct 5 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.15.0

* Use largest timestamp in subdirectory as resource
directory timestamp.

* KSycoca: store mtime for every source dir, to detect changes.
(kde#353036)

* KServiceTypeProfile: remove unnecessary factory creation.
(kde#353360)

* Simplify and speed up KServiceTest::initTestCase.

* make install name of applications.menu file a cached
cmake variable

* KSycoca: ensureCacheValid() should create the db if
it doesn\'t exist

* KSycoca: make global database work after the recent
timestamp check code

* KSycoca: change DB filename to include language and
sha1 of the dirs it\'s built from.

* KSycoca: make ensureCacheValid() part of the public API.

* KSycoca: add a q pointer to remove more singleton usage

* KSycoca: remove all self() methods for factories, store
them in KSycoca instead.

* KBuildSycoca: remove writing of the ksycoca5stamp file.

* KBuildSycoca: use qCWarning rather than fprintf(stderr, ...)
or qWarning

* KSycoca: rebuild ksycoca in process rather than
executing kbuildsycoca5

* KSycoca: move all of the kbuildsycoca code into the lib,
except for main().

* KSycoca optimization: only watch the file if the app
connects to databaseChanged()

* Fix memory leaks in the KBuildSycoca class

* KSycoca: replace DBus notification with file watching
using KDirWatch.

* kbuildsycoca: deprecate option --nosignal.

* KBuildSycoca: replace dbus-based locking with a lock file.

* Do not crash when encountering invalid plugin info.

* Rename headers to _p.h in preparation for move to
kservice library.

* Move checkGlobalHeader() within KBuildSycoca::recreate().

* Remove code for --checkstamps and --nocheckfiles.

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
- Drop menu.patch, no longer needed.
Pass -DAPPLICATIONS_MENU_NAME=\"kf5-applications.menu\" to cmake instead

Sat Sep 19 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.14.3

* Fix timestamp truncation due to unwanted quint64 -> quint32 conversions.
(kde#352854)
- Bring back Source URL

Wed Sep 16 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.14.1

* Revert ksycoca format change for now, for better compatibility
(kde#352756)
- Temporary comment out Source URL

Tue Sep 8 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.14.0

* KSycoca: check timestamps and run kbuildsycoca if needed.
No kded dependency anymore.

* Don\'t close ksycoca right after opening it.

* KPluginInfo now correctly handles FormFactor metadata

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php

Sat Aug 15 14:00:00 2015 wbauerAATTtmo.at
- Add kservice-desktop-translations.patch: read translations for
.desktop files from desktop-translations if they are not in the
file itself (boo#904524, boo#932158)

Tue Aug 4 14:00:00 2015 hrvoje.senjanAATTgmail.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

* Fix kbuildsycoca --global

* KToolInvocation::invokeMailer: fix attachment when we have
multi attachement

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php

Sun Jul 5 14:00:00 2015 hrvoje.senjanAATTgmail.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 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.11.0

* When running as root preserve file ownership on existing
cache files (kde#342438)

* Guard against being unable to open stream (kde#342438)

* Fix check for invalid permissions writing file (kde#342438)

* Fix querying ksycoca for x-scheme-handler/
* pseudo-mimetypes.
(kde#347353)

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php

Sun May 3 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.10.0

* Fix wrong splitting of entry path (kde#344614)

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php

Sun Apr 19 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Recommend kded package, it is a runtime requirement, but can\'t
be marked as Required as it would create a buildcycle

Sat Apr 4 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.9.0

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
- Drop no longer needed Requires of the devel subpackage:
kdbusaddons-devel and ki18n-devel

Sat Mar 7 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.8.0

* KPluginInfo: support stringlists as properties

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php

Sun Feb 8 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.7.0

* Include unknown properties when converting
KPluginInfo from KService

* KPluginInfo: fixed properties not being
copied from KService::Ptr

* OS X: performance fix for kbuildsycoca4 (skip app bundles)

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php

Sat Jan 3 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.6.0

* Fix build on MSVC.

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php

Sat Dec 6 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.5.0

* Fix KPluginTrader::query() for old JSON

* Deprecate kservice_desktop_to_json for
kcoreaddons_desktop_to_json

* Implement KPluginTrader::query() using
KPluginLoader::findPlugins()

* Fix KPluginInfo::entryPath() being empty
when not loaded from .desktop

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php

Sun Nov 2 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.4.0

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
- Drop 0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch,
merged upstream

Thu Oct 9 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Add 0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch
from upstream: fixes bug where kded would be called in test mode,
which made it use ~/.qttest as home dir

Sat Oct 4 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.3.0

* Many many fixes to KPluginInfo

* Add functions to convert between lists KPluginMetaData
and KPluginInfo

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php

Tue Sep 9 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.2.0

* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php

Sat Aug 2 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.1.0

* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.1.php

Fri Jul 11 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Define kf5_version within package

Tue Jul 1 14:00:00 2014 hrvoje.senjanAATTgmail.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 14:00:00 2014 hrvoje.senjanAATTgmail.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

Sun May 4 14:00:00 2014 hrvoje.senjanAATTgmail.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 13:00:00 2014 hrvoje.senjanAATTgmail.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 13:00:00 2014 hrvoje.senjanAATTgmail.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 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Init kservice package


 
ICM