Accepting request 446105 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kqtquickcharts?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:47:58 +00:00 committed by Git OBS Bridge
commit 261cf5abe1
4 changed files with 43 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b77016ba79e143e141e267cfe7245844c60188a1af19e9457976ca48c05adcd
size 20516

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1105ffd9a59a99a04787177c19e4a9dbc9e11a0e5a66308ffe3c8443348049c
size 25488

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:51:15 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:04 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:35:40 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:21:51 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kqtquickcharts
#
# 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,17 +17,23 @@
Name: kqtquickcharts
Version: 16.08.3
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: Plugin to render beautiful and interactive graphs
License: LGPL-2.1+
Group: Amusements/Teaching/Other
Url: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: libkde4-devel >= 4.10
BuildRequires: xz
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
A QtQuick plugin to render beautiful and interactive graphs.
@ -36,17 +42,17 @@ A QtQuick plugin to render beautiful and interactive graphs.
%setup -q
%build
%cmake_kde4 -d build
%cmake_kf5 -d build
%make_jobs
%install
%kde4_makeinstall -C build
%kde_post_install
%kf5_makeinstall -C build
%files
%defattr(-,root,root)
%doc COPYING*
%dir %{_kde4_modulesdir}/imports
%{_kde4_modulesdir}/imports/org/
%{_kf5_includedir}/kqtquickcharts_version.h
%{_libdir}/cmake/KQtQuickCharts/
%{_kf5_qmldir}/
%changelog