KDE Frameworks 5.36.0 checkin
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=136
This commit is contained in:
parent
8c7d3961ad
commit
968b4045bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b020fd5451f4aae9702b575dda07a125b5c1fcfb04e4c840f76063989e80ec30
|
||||
size 302176
|
3
extra-cmake-modules-5.36.0.tar.xz
Normal file
3
extra-cmake-modules-5.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e120bb40411ef559583ef693c0c03a41df3bb40a932bf7444c97e04266d5daf
|
||||
size 311140
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 07:13:58 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:
|
||||
* FindQHelpGenerator: avoid picking up Qt4 version
|
||||
* ECMAddQch: fail hard if needed tools are not present, to avoid surprises
|
||||
* Drop perl as dep for ecm_add_qch, not needed/used
|
||||
* (always include CheckCXXCompilerFlag before calling it)
|
||||
* guess less, test more
|
||||
* detect Xcode <= 6.2 from Clang version only
|
||||
* scan the whole install folder for qml dependencies
|
||||
* New: ECMAddQch, for generating qch & doxygen tag files
|
||||
* tests: improve error reporting for ECMAddAppIconTest
|
||||
* tests: fix output directory for KDEFetchTranslations
|
||||
* tests: fix last change on KDEFetchTranslations
|
||||
* tests: hopefully fix KDEFetchTranslations on Windows
|
||||
* Fix KDEInstallDirsTest.relative_or_absolute_usr, avoid Qt paths being used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 09:27:42 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.35
|
||||
%define _tar_path 5.36
|
||||
Name: extra-cmake-modules
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Tools/Other
|
||||
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
||||
Version: 5.35.0
|
||||
Version: 5.36.0
|
||||
Release: 0
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user