KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=98
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:39:41 +00:00 committed by Git OBS Bridge
parent 52a56c919e
commit c90af0bc24
7 changed files with 57 additions and 34 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OgACgkQ29LOiT4t
HIcqqwgAkzuDeewdjQO+ne6V9qsycE6YEtOhbq7ijY4BXFSI4/59cKMJx8L/h16h
nirXHxkfWbMIe/bXfTa4OaBE6/AEsB0wouXK04L6GF9QiCsdkIsAGZ6nZacRnsD4
zx3fltmxWIJa14uqXiRPorCNMXADk3BXL/tBf2VvoNU96luLb8oWCdOAscyCElo/
efQLURC2jDJ/VEzljrKiTviEOsTexjIB88bYArlMTJdU256BMXtvCFBAk+nplwhq
xldW7Kg61NuWBpJ+Ci+zA44bTtm2+8++CLA5BbTY+BvEUbKAOiB7f7z7dDTmWuhV
2WeNGouD8QI2eVO4zlntiHoRLnwFZQ==
=oZt3
-----END PGP SIGNATURE-----

3
kig-19.11.80.tar.xz Normal file
View File

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

16
kig-19.11.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3Obw4ACgkQOmpNuDnq
ptdl4Q/+NSLVQuEukQM4S9uQUYf1HBq0KKu2RtMteV60WX/jx4i4BwAt2MX7o0OB
rRQFvoL4XBRFIoJPBs+qRcZL4nVhPTGriNJqpIGf1tRTy3FwNFvGvs/URdtJHImM
NRBQ7zeuF6y9M/m0WR+ZTOd4ocpeK3tl4dKXR2EMD0YbY0Vy9510t3saPeKAQ5u1
vDyoHXVfEwdikdnddY6oGAfx8R4kcasmsvdtDprJzclwBx5NRfnzpOjkt7zT5y4A
7ge1CB5u/BOFtK0eZb706Xf42NgcfuKvkfHsJ+jHc28w1YVJzx6iE9uZgMt1Wuxv
/SWOfE5KCuVg2CCPB9kCxuRlxNc/exG+BsDZy5oqOTmUsmrGv6qf9x8S4xnIWQAW
PeSVQDpOs3tQWWSZ/VLmV91vP+CtgSptemHG97LL2nmEu4C0H6l5BaKKE8keIDfL
36rAEUE4OSMVhFBxyJsSeX2iy/DrrsM0EOHX/yMPEBtpUeX3RxABPD1wVNnQqb1g
NKQKnRDC++93cFro5tfW8VWeF74zeN2V37POOZrL/ZLMsxcUzsotFhR6SpXRFIWn
h37MdFTbxmFmNQdofTnT406D6aYFnpr8ImXj08EqhzSEE/oQYTpbqy6+x5iFVoHn
ZS2FAMSJsbzTJKfCXTT+JjaQmJfn75ttHoHQs1WYQFeA8fD5Re8=
=4mTB
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:26 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* Fix warnings "implicitly-declared Rect& Rect::operator=(const Rect&) is deprecated" from GCC 9
* Try to fix Python 3 build
* Port deprecated enum
* Goniometry use default provided copy constructor and assignment operator
* Remove unused HierarchyImp::setData
* Follow KDE_APPLICATIONS_VERSION
* Port to angleDelta().y()
* It compiles fine without deprecated method
* Remove unused cmake variable
* Get rid of obsolete qSort()
-------------------------------------------------------------------
Thu Nov 7 23:12:59 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,41 +16,40 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kig
Version: 19.08.3
Version: 19.11.80
Release: 0
Summary: Interactive Geometry
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://edu.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: karchive-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdoctools-devel
BuildRequires: kemoticons-devel
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5Emoticons)
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kitemmodels-devel
BuildRequires: kparts-devel
BuildRequires: ktexteditor-devel
BuildRequires: kxmlgui-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5TextEditor)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: python-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5XmlPatterns) >= 5.2.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0
BuildRequires: cmake(Qt5Svg) >= 5.2.0
BuildRequires: cmake(Qt5Test) >= 5.2.0
BuildRequires: cmake(Qt5XmlPatterns) >= 5.2.0
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if 0%{?suse_version} > 1325