From fe0c8b3ea5f1233f05e889c9b0e1f9e38a66ab6d0a5d25bfeef9830ec79b2661 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 13:41:34 +0000 Subject: [PATCH] Accepting request 443429 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443429 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kturtle?expand=0&rev=38 --- kturtle-16.08.3.tar.xz | 3 --- kturtle-16.11.80.tar.xz | 3 +++ kturtle.changes | 8 ++++++++ kturtle.spec | 33 +++++++++++++++++++-------------- 4 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 kturtle-16.08.3.tar.xz create mode 100644 kturtle-16.11.80.tar.xz diff --git a/kturtle-16.08.3.tar.xz b/kturtle-16.08.3.tar.xz deleted file mode 100644 index 882d441..0000000 --- a/kturtle-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:876ce6e271339e2699986b29ab088c3d8cbb1f61c0b805e86309f5da38120c3c -size 193920 diff --git a/kturtle-16.11.80.tar.xz b/kturtle-16.11.80.tar.xz new file mode 100644 index 0000000..dc35040 --- /dev/null +++ b/kturtle-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e7201d4d1c03cc1c01fcfb9695b3d01d74b2f7d30e58ad7d67e300b71c0e17 +size 197152 diff --git a/kturtle.changes b/kturtle.changes index 60852a2..4de226e 100644 --- a/kturtle.changes +++ b/kturtle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:39:14 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:25:27 UTC 2016 - lbeltrame@kde.org diff --git a/kturtle.spec b/kturtle.spec index ca86213..dced916 100644 --- a/kturtle.spec +++ b/kturtle.spec @@ -1,7 +1,7 @@ # # spec file for package kturtle # -# 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,23 +17,28 @@ Name: kturtle +Version: 16.11.80 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Logo Programming Environment License: GPL-2.0+ Group: Amusements/Teaching/Mathematics Url: http://edu.kde.org -Version: 16.08.3 -Release: 0 Source0: %{name}-%{version}.tar.xz -BuildRequires: update-desktop-files BuildRequires: extra-cmake-modules +BuildRequires: kcrash-devel +BuildRequires: kdelibs4support-devel +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: knewstuff-devel +BuildRequires: pkgconfig +BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: kio-devel -BuildRequires: knewstuff-devel -BuildRequires: ki18n-devel -BuildRequires: kdelibs4support-devel Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,7 +51,7 @@ KTurtle is an educational Logo programming environment. %build %ifarch ppc ppc64 -export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" +export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif %cmake_kf5 -d build %make_jobs @@ -62,11 +67,11 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" %{_kf5_applicationsdir}/org.kde.kturtle.desktop %{_kf5_bindir}/kturtle %{_kf5_configdir}/kturtle.knsrc -%dir %{_datadir}/appdata -%{_datadir}/appdata/org.kde.kturtle.appdata.xml +%{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml %{_kf5_iconsdir}/hicolor/*/apps/kturtle.* -%_kf5_configdir/*.knsrc -%_datadir/kxmlgui5/kturtle/ -%_kf5_htmldir/en/kturtle/ +%{_kf5_configdir}/*.knsrc +%{_datadir}/kxmlgui5/kturtle/ +%{_kf5_htmldir}/en/kturtle/ +%dir %{_kf5_appstreamdir} %changelog