diff --git a/.gitignore b/.gitignore index f96965b..3631f15 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcompletion-5.10.0.tar.xz /kcompletion-5.11.0.tar.xz /kcompletion-5.12.0.tar.xz +/kcompletion-5.13.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0448f5e..dba74ae 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -17,15 +17,15 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel -BuildRequires: kf5-kconfig-devel -BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kconfig-devel >= %{version} +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description KCompletion provides widgets with advanced completion support as well as a @@ -74,6 +74,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Fri Jul 10 2015 Rex Dieter - 5.12.0-1 - 5.12.0 diff --git a/sources b/sources index bb96778..1cc8c5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b778c5f541e35c076a5729a8e6765b63 kcompletion-5.12.0.tar.xz +a189b396126e3a901a6ca122b976277d kcompletion-5.13.0.tar.xz