diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..7b942c3 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5Bookmarks5 +kbookmarks-devel + requires "libKF5Bookmarks5- = " diff --git a/kbookmarks-4.100.0.tar.xz b/kbookmarks-4.100.0.tar.xz new file mode 100644 index 0000000..8be874a --- /dev/null +++ b/kbookmarks-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f748dd14bbed99726447ce2c623d5aa61bca0e8302206c826e10038b8b195d +size 1363480 diff --git a/kbookmarks-4.99.0.tar.xz b/kbookmarks-4.99.0.tar.xz deleted file mode 100644 index a2aa54e..0000000 --- a/kbookmarks-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22ba1b4a9dd117edfcf3cb862dbc8c0087be8404417b80eff51df88e6b13fb4d -size 1370896 diff --git a/kbookmarks.changes b/kbookmarks.changes index 3be47f6..bf11001 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:40 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:40:57 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kbookmarks.spec b/kbookmarks.spec index e68c4a0..defcb13 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -18,10 +18,10 @@ %define lname libKF5Bookmarks5 Name: kbookmarks -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: kconfigwidgets-devel >= %{_kf5_version} BuildRequires: kcoreaddons-devel >= %{_kf5_version} @@ -29,6 +29,7 @@ BuildRequires: kf5-filesystem BuildRequires: kiconthemes-devel >= %{_kf5_version} BuildRequires: kwidgetsaddons-devel >= %{_kf5_version} BuildRequires: kxmlgui-devel >= %{_kf5_version} +BuildRequires: libqt5-linguist-devel >= 5.2.0 Requires: pkgconfig(Qt5DBus) >= 5.2.0 Requires: pkgconfig(Qt5Widgets) >= 5.2.0 Requires: pkgconfig(Qt5Xml) >= 5.2.0 @@ -36,7 +37,8 @@ Summary: Lets you access and manipulate bookmarks stored using XBEL forma License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kbookmarks-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description