diff --git a/.gitignore b/.gitignore index 7c1ab42..686488a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /extra-cmake-modules-1.3.0.tar.xz /extra-cmake-modules-1.4.0.tar.xz /extra-cmake-modules-1.5.0.tar.xz +/extra-cmake-modules-1.6.0.tar.xz diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index ca982a0..d666214 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -1,10 +1,10 @@ -%global frameworksversion 5.5 +%global frameworksversion 5.6 Name: extra-cmake-modules Summary: Additional modules for CMake build system # ECM does not follow the frameworks versioning, but is currently being # released together with it -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} License: BSD @@ -40,6 +40,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_datadir}/ECM %changelog +* Thu Jan 08 2015 Daniel Vrátil - 1.6.0-1 +- extra-cmake-modules 1.6.0 (KDE Frameworks 5.6.0) + * Thu Dec 11 2014 Daniel Vrátil - 1.5.0-1 - extra-cmake-modules 1.5.0 (KDE Frameworks 5.5.0) diff --git a/sources b/sources index b478409..d12cebd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2967e1ac220cf9b3a52cd19ec2a608df extra-cmake-modules-1.5.0.tar.xz +4fa1fd83a05cbf651166f30d1a23e005 extra-cmake-modules-1.6.0.tar.xz