diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..5f5fb54 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5Archive5 +karchive-devel + requires "libKF5Archive5- = " diff --git a/karchive-4.100.0.tar.xz b/karchive-4.100.0.tar.xz new file mode 100644 index 0000000..ebf079c --- /dev/null +++ b/karchive-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71d4f9b5585137f1895e3b251d3b3dedb7b3d84fe37c0023d7e55636f94c6ea +size 106344 diff --git a/karchive-4.99.0.tar.xz b/karchive-4.99.0.tar.xz deleted file mode 100644 index 01b7c19..0000000 --- a/karchive-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8c140ddf05808f4425e4c1c3efa14eed1bcd41f4722bc529bad4422306dbd9e -size 106216 diff --git a/karchive.changes b/karchive.changes index 903ac8e..00492c9 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:33 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 +- Add baselibs.conf + ------------------------------------------------------------------- Sun May 4 01:40:56 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/karchive.spec b/karchive.spec index 0585125..28234b1 100644 --- a/karchive.spec +++ b/karchive.spec @@ -18,10 +18,10 @@ %define lname libKF5Archive5 Name: karchive -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: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 @@ -32,7 +32,8 @@ Summary: Qt 5 addon providing access to numerous types of archives License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: karchive-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description