-------------------------------------------------------------------
Sat Apr  4 14:40:29 UTC 2015 - hrvoje.senjan@gmail.com

- Update to 5.9.0
  * Extra CMake Modules (ECM) is now versioned like KDE Frameworks,
    therefore it is now 5.9, while it was 1.8 previously.
  * Allow configuration of SHARE_INSTALL_DIR, to handle multi-arch
    layouts better
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.9.0.php

-------------------------------------------------------------------
Sat Mar  7 16:58:31 UTC 2015 - hrvoje.senjan@gmail.com

- Update to 5.8.0
  * Extend ecm_generate_headers macro to also support CamelCase.h headers
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.8.0.php

-------------------------------------------------------------------
Sun Feb  8 18:18:35 UTC 2015 - hrvoje.senjan@gmail.com

- Update to 5.7.0
  * KDEInstallDirs: warn about mixing relative and absolute
    installation paths on the command line
  * Added ECMAddAppIcon module to add icons to executable
    targets on Windows and Mac OS X
  * Fixed CMP0053 warning with CMake 3.1
  * Do not unset cache variables in KDEInstallDirs
  * New Android toolchain module
  * New ECMUninstallTarget module to create an uninstall target
  * Make KDECMakeSettings import ECMUninstallTarget by default
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.7.0.php

-------------------------------------------------------------------
Sun Jan 11 18:12:19 UTC 2015 - hrvoje.senjan@gmail.com

- Update to 1.6.1
  * Fix building projects that use both GNUInstallDirs and
    KDEInstallDirs in different subdirectories by not unsetting
    cache variables in KDEInstallDirs.
  * Fix KDE_INSTALL_TARGETS_DEFAULT_ARGS value on OSX.

-------------------------------------------------------------------
Sat Jan  3 18:03:26 UTC 2015 - hrvoje.senjan@gmail.com

- Update to 1.6.0
  * ECM's KDEInstallDirs now provides KDE_INSTALL_* variables.
    Both CMAKE_INSTALL_* variables and the older KDELibs4-compatible
    variables are provided, unless KDE_INSTALL_DIRS_NO_DEPRECATED
    is set to TRUE before the module is included. Even then, the
    CMAKE_INSTALL_* variables provided by the GNUInstallDirs module
    will still be set and understood (for compatibility with that
    module), unless KDE_INSTALL_DIRS_NO_CMAKE_VARIABLES
    is set to TRUE.
  * Add COMPATIBILITY argument to ecm_setup_version().
    Lots of libraries will want to use SameMajorVersion to make
    sure searching for version 1 of a library doesn't give you
    version 2, for example.
  * Fix ECMQueryQmake when Qt5Core is missing.
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
- BuildRequire 5.6.0 kf5-filesystem

-------------------------------------------------------------------
Sat Dec  6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 1.5.0
  * Set CMAKE_INSTALL_SYSCONFDIR to /etc when CMAKE_INSTALL_PREFIX
    is /usr (instead of /usr/etc)
  * Enable -D_USE_MATH_DEFINES on Windows
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.5.0.php

-------------------------------------------------------------------
Sun Nov  2 17:46:38 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 1.4.0
  * New modules FindWaylandScanner and FindQtWaylandScanner,
    including macros ecm_add_qtwayland_client_protocol and
    ecm_add_qtwayland_server_protocol
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.4.0.php
- Don't build docs for SLE, python-Sphinx is not available there

-------------------------------------------------------------------
Sat Oct  4 17:59:54 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 1.3.0
  * New module ECMGeneratePkgConfigFile, for frameworks to
    install a pkgconfig file.
  * New option ECM_ENABLE_SANITIZERS, to enable clang sanitizers.
    Example: ECM_ENABLE_SANITIZERS='address;undefined'
  * New option BUILD_COVERAGE, to enable code coverage.
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.3.0.php

-------------------------------------------------------------------
Tue Sep  9 09:49:34 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 1.2.0
  * For more details please see:
    http://kde.org/announcements/kde-frameworks-5.2.php
- Drop 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch,
  merged upstream

-------------------------------------------------------------------
Sat Aug  2 10:20:07 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 1.1.0
  * For more details please see:
    http://www.kde.org/announcements/kde-frameworks-5.1.php
- Add Source URL
- Added 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch from
  upstream
- Per patch, pkgconfig(Qt5Core) >= 5.2.0 for gcc-c++ Requires

-------------------------------------------------------------------
Tue Jul  1 21:35:28 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 1.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:20 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 0.0.14
  * API improvements and cleanups
  * Buildsystem fixes
  * For more details please see:
    http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Make only doc subpackage noarch; due to changes since 0.0.13, e-c-m
  can no longer be packaged as noarch
- Drop libqt5-linguist-devel Requires

-------------------------------------------------------------------
Sun May  4 01:08:25 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 0.0.13
  * Further buildsystem improvements
- Added python-Sphinx BuildRequires to build docs
- Provide doc subpackage
- Added kf5-filesystem >= 4.99.0 and libqt5-linguist-devel >= 5.2.0
  Requires
- Obsolete and provide kf5umbrella (e-c-m now provides KF5Config)

-------------------------------------------------------------------
Tue Apr 22 19:25:50 UTC 2014 - hrvoje.senjan@gmail.com

- Added pkgconfig(Qt5Core) to e-c-m Requires, every user of the
  package always needs it

-------------------------------------------------------------------
Sat Mar 29 19:57:28 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 0.0.12
  * Buildsystem improvements

-------------------------------------------------------------------
Wed Mar  5 19:00:19 UTC 2014 - hrvoje.senjan@gmail.com

- Update to 0.0.11
  * Buildsystem cleanups
  * Added FindEGL, FindSharedMimeInfo and FindWayland modules

-------------------------------------------------------------------
Sat Feb  8 02:17:05 UTC 2014 - hrvoje.senjan@gmail.com

- Init extra-cmake-modules package