diff --git a/kcompletion-4.97.0.tar.xz b/kcompletion-4.97.0.tar.xz deleted file mode 100644 index 83f7aff..0000000 --- a/kcompletion-4.97.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:876cc645ffc3aa86a7eec4cbd82ccba921ad042abd116ff607398a03f994c3a1 -size 83104 diff --git a/kcompletion-4.98.0.tar.xz b/kcompletion-4.98.0.tar.xz new file mode 100644 index 0000000..7681f37 --- /dev/null +++ b/kcompletion-4.98.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bf1f8abe55cc8b8ded7fb2b8c1dc79bc699ad13ff1d41a79ca4a3b5cef7260 +size 82620 diff --git a/kcompletion.changes b/kcompletion.changes index 5575f3b..6acf71f 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Mar 29 19:47:23 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php +- Delete ki18n.patch, it was removed in previous change, but wasn't + removed + ------------------------------------------------------------------- Tue Mar 4 16:37:44 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcompletion.spec b/kcompletion.spec index 8edb147..b02c88a 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,10 +18,10 @@ %define lname libKF5Completion5 Name: kcompletion -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{_kf5_version} BuildRequires: kf5-filesystem diff --git a/ki18n.patch b/ki18n.patch deleted file mode 100644 index 169e255..0000000 --- a/ki18n.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/KF5CompletionConfig.cmake.in b/KF5CompletionConfig.cmake.in -index 54403d9..aa0e85c 100644 ---- a/KF5CompletionConfig.cmake.in -+++ b/KF5CompletionConfig.cmake.in -@@ -1,7 +1,6 @@ - @PACKAGE_INIT@ - - find_dependency(KF5Config "@KF5_VERSION@") --find_dependency(KF5I18n "@KF5_VERSION@") - find_dependency(KF5WidgetsAddons "@KF5_VERSION@") - - include("${CMAKE_CURRENT_LIST_DIR}/KF5CompletionTargets.cmake")