diff --git a/.gitignore b/.gitignore index 09fcbe6..c7ad228 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kconfig-5.10.0.tar.xz /kconfig-5.11.0.tar.xz /kconfig-5.12.0.tar.xz +/kconfig-5.13.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 67b9597..af9739c 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -1,7 +1,7 @@ %global framework kconfig Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -21,14 +21,13 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra ## upstreamable patches # assume KDE_INSTALL_LIBEXECDIR_KF5 is a full (not relative to CMAKE_INSTALL_PREFIX) path -Patch50: kconfig-5.12.0-fullpath.patch -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules >= %{versiondir} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} Requires: %{name}-core%{?_isa} = %{version}-%{release} Requires: %{name}-gui%{?_isa} = %{version}-%{release} @@ -115,6 +114,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 + * Thu Jul 09 2015 Rex Dieter - 5.12.0-1 - 5.12.0 diff --git a/sources b/sources index f220f4e..c0d6962 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -826d84426eb7cf9f2bccd49aca694f96 kconfig-5.12.0.tar.xz +d470179fc4c8a2060b94452d25d466c8 kconfig-5.13.0.tar.xz