diff --git a/extra-cmake-modules-5.48.0.tar.xz b/extra-cmake-modules-5.48.0.tar.xz deleted file mode 100644 index f2db60b..0000000 --- a/extra-cmake-modules-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5b7a9dedb4f6a91db17482578c33f1ec55f11791c592ee431f6d9898ede598 -size 317480 diff --git a/extra-cmake-modules-5.49.0.tar.xz b/extra-cmake-modules-5.49.0.tar.xz new file mode 100644 index 0000000..035873b --- /dev/null +++ b/extra-cmake-modules-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09fb851751f2e1c1231130dbce62d5dab396444fce7ed18662ada9ebd7ced1e +size 323488 diff --git a/extra-cmake-modules.changes b/extra-cmake-modules.changes index b788cab..20a2555 100644 --- a/extra-cmake-modules.changes +++ b/extra-cmake-modules.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Aug 19 09:18:42 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: + * Android: Don't hardcode a random version of the Android SDK + * ECMOptionalAddSubdirectory: Provide a bit more detail + * Fix variable definition check + * Change the 'since' version. + * Improve ECMAddAppIconMacro. + ------------------------------------------------------------------- Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index 3bb423c..5b02ee2 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -16,7 +16,7 @@ # -%define _tar_path 5.48 +%define _tar_path 5.49 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -27,12 +27,12 @@ %bcond_with doc %endif Name: extra-cmake-modules -Version: 5.48.0 +Version: 5.49.0 Release: 0 Summary: CMake modules License: BSD-3-Clause Group: Development/Tools/Other -Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules +URL: https://projects.kde.org/projects/kdesupport/extra-cmake-modules Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE Patch0: bundle-lang.patch @@ -57,8 +57,8 @@ For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsyst %package doc Summary: Documentation for extra-cmake-modules Group: Documentation/Other -BuildArch: noarch Requires: %{name} = %{version} +BuildArch: noarch %description doc Extra modules and scripts for CMake.