diff --git a/kross-interpreters-16.08.3.tar.xz b/kross-interpreters-16.08.3.tar.xz deleted file mode 100644 index 6617b7e..0000000 --- a/kross-interpreters-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b02bcb2f58b7e9e6b5bf81dafa92cc4f2aadd8bc701552e68e58d07635a4998 -size 145020 diff --git a/kross-interpreters-16.12.0.tar.xz b/kross-interpreters-16.12.0.tar.xz new file mode 100644 index 0000000..f1c4928 --- /dev/null +++ b/kross-interpreters-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0182ec9091a441fb8ebca7290bd8c3becf7dd7d1f2193df883e263cb3f075cb7 +size 144996 diff --git a/kross-interpreters.changes b/kross-interpreters.changes index 1346d79..4760ff8 100644 --- a/kross-interpreters.changes +++ b/kross-interpreters.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 19:51:48 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + +------------------------------------------------------------------- +Sat Dec 3 16:37:34 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + +------------------------------------------------------------------- +Tue Nov 29 12:36:10 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:22:17 UTC 2016 - lbeltrame@kde.org diff --git a/kross-interpreters.spec b/kross-interpreters.spec index 6737424..e0c8ca4 100644 --- a/kross-interpreters.spec +++ b/kross-interpreters.spec @@ -1,7 +1,7 @@ # # spec file for package kross-interpreters # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,25 @@ Name: kross-interpreters +Version: 16.12.0 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +Summary: Diverse bindings for KROSS +License: LGPL-2.1+ +Group: Development/Libraries/KDE +Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kdelibs4support-devel -BuildRequires: kross-devel => 5.11.0 +BuildRequires: kross-devel >= 5.11.0 +BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: xz BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) -Summary: Diverse bindings for KROSS -License: LGPL-2.1+ -Group: Development/Libraries/KDE -Version: 16.08.3 -Release: 0 -Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -59,10 +63,10 @@ Group: Development/Libraries/KDE The Java bindings which can be used with KROSS %prep -%setup -q -n %{name}-%{version} +%setup -q %build - %cmake_kf5 -d build + %cmake_kf5 -d build %make_jobs %install @@ -71,6 +75,6 @@ The Java bindings which can be used with KROSS %files -n kross-python %defattr(-,root,root) -%_kf5_plugindir/krosspython.so +%{_kf5_plugindir}/krosspython.so %changelog