SHA256
1
0
forked from pool/kturtle

Accepting request 756306 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=110
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:14:55 +00:00 committed by Git OBS Bridge
commit fea18c3d9a
7 changed files with 58 additions and 28 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PAACgkQ29LOiT4t
HIcOTgf6Ah1VxAL28GIKWwjlN8/ddu7Nj0NEH7jQrpbNVRdA7BrhMrU2xjbeYrx6
74m2oCgnCTdUSEfCuj821JaWsJ/fHWLdL2VmMe4bzj40A1dV+jljV7PcLizfFx3J
AV5SRS746ibd0aB9XaJqGIndcDwU3CfEJtRMBQWtl7JS6/+R6dfG7FwmLRzBp7nh
OM5ttsCMdM05XRN4tEchi2y3hunH5L58llpWTYw3Q2AHdlqn6ywpm+JyQB6FASHf
j4F6peQ4KkQZlihHtVrycds8Nhn1X2DzNOSyJAY3CGEFCPXkdqNouuFS8Y/LNNm+
yUJDB9aSVKxHL+97M/LRoNIKUxFfag==
=8NEd
-----END PGP SIGNATURE-----

3
kturtle-19.12.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puKAACgkQ29LOiT4t
HIcSqAgAg5JKKcRrkmniJUNZIxykyMzVyNOaX7sW2bwj2Brzkun3AvTHjFhEe/yq
UKNYEoe3RmJ9fjTySkoMyn097LbneYK7unaWINnN1jvM/z9n6ruKtIY5axBWH5jy
lcl9qdP2CM5sL0fjifBUu/813lR9QEtpVXYWmTjId7a1L8evm6HM+EJ3FPPCqNS5
RFn6Rb7vqzw/FUdQ1YWZ5JN1yOP0e4leDFUGSUqensjx/ecVWKzc2o0joPrGeFa8
MPijjv4ulcGTwYIqpjZt2i7+9uIwvqaEaWv7qLKgViNlQgCbFccGBzNVTD6Jk4cP
6KOr/f4vAAfFrgMnA6QW0135NHjI7w==
=0GSP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Dec 10 06:39:03 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- Changes since 19.11.90:
* Update Appstream for new release
-------------------------------------------------------------------
Sat Nov 30 09:12:22 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:29:56 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Make it compile without deprecated method
* Don't assign qstring as replace works on same element
* Fix some clazy warning
* Use more conservative boundingRect() as horizontalAdvance was introduced in Qt 5.11 only
* Get rid of obsolete width()
-------------------------------------------------------------------
Thu Nov 7 23:13:27 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,34 +16,33 @@
#
%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: kturtle
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Logo Programming Environment
License: GPL-2.0-or-later
Group: Amusements/Teaching/Mathematics
URL: https://edu.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{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/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kcrash-devel
BuildRequires: kdelibs4support-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}