diff --git a/kirigami2-2.1.1.tar.xz b/kirigami2-2.1.1.tar.xz deleted file mode 100644 index d483ebf..0000000 --- a/kirigami2-2.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea3796058f302dabf21b7c58a05e543da5d7407414a9001d26d4318962a872ad -size 274564 diff --git a/kirigami2-5.37.0.tar.xz b/kirigami2-5.37.0.tar.xz new file mode 100644 index 0000000..c330ea9 --- /dev/null +++ b/kirigami2-5.37.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad252c1ff20060f1de5afd41fade9b86e046bc9a7da38af6ca507f8ba2ce82fc +size 278452 diff --git a/kirigami2.changes b/kirigami2.changes index 69d068c..eb5a233 100644 --- a/kirigami2.changes +++ b/kirigami2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 12 09:23:30 UTC 2017 - christophe@krop.fr + +- Update to 5.37.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * None + ------------------------------------------------------------------- Wed May 3 15:11:42 UTC 2017 - fabian@ritter-vogt.de diff --git a/kirigami2.spec b/kirigami2.spec index 9520b89..7488dca 100644 --- a/kirigami2.spec +++ b/kirigami2.spec @@ -17,18 +17,19 @@ %bcond_without lang +%define _tar_path 5.37 Name: kirigami2 -Version: 2.1.1 +Version: 5.37.0 Release: 0 Summary: Set of QtQuick components License: LGPL-2.1+ Group: Development/Libraries/KDE Url: http://www.kde.org/ -Source: http://download.kde.org/stable/kirigami/%{name}-%{version}.tar.xz -BuildRequires: extra-cmake-modules >= 0.0.8 +Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: kf5-filesystem -BuildRequires: cmake(KF5Declarative) -BuildRequires: cmake(KF5Plasma) +BuildRequires: cmake(KF5Declarative) >= %{_tar_path} +BuildRequires: cmake(KF5Plasma) >= %{_tar_path} BuildRequires: cmake(Qt5Core) >= 5.7.0 BuildRequires: cmake(Qt5Gui) >= 5.7.0 BuildRequires: cmake(Qt5Quick) >= 5.7.0 @@ -39,8 +40,6 @@ Requires: libqt5-qtquickcontrols2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0 -%endif -%if %{with lang} Recommends: %{name}-lang = %{version} %endif