diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..4d953b1 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5Completion5 +kcompletion-devel + requires "libKF5Completion5- = " diff --git a/kcompletion-4.100.0.tar.xz b/kcompletion-4.100.0.tar.xz new file mode 100644 index 0000000..05bf80b --- /dev/null +++ b/kcompletion-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14df859999e98d171cc56f69aaa825a9a31aa2559b37d5a3c091ea327ecbe5c5 +size 2760752 diff --git a/kcompletion-4.99.0.tar.xz b/kcompletion-4.99.0.tar.xz deleted file mode 100644 index 9d0df7e..0000000 --- a/kcompletion-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb49e5aaf6a3878dbd4949deea2765f2815649b61b9ed4e8d4543b7034c52da1 -size 2762824 diff --git a/kcompletion.changes b/kcompletion.changes index 2b04193..0d7595b 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:07 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.100.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta3.php +- Added libqt5-linguist-devel BuildRequires +- Add baselibs.conf + ------------------------------------------------------------------- Sun May 4 01:26:29 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcompletion.spec b/kcompletion.spec index 5331f6a..f75aaed 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,20 +18,22 @@ %define lname libKF5Completion5 Name: kcompletion -Version: 4.99.0 +Version: 4.100.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.13 +BuildRequires: extra-cmake-modules >= 0.0.14 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{_kf5_version} BuildRequires: kf5-filesystem BuildRequires: kwidgetsaddons-devel >= %{_kf5_version} +BuildRequires: libqt5-linguist-devel >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 Summary: Provides widgets with advanced completion support License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kcompletion-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description