SHA256
1
0
forked from pool/kturtle

KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kturtle?expand=0&rev=115
This commit is contained in:
Christophe Giboudeaux 2020-04-24 07:24:05 +00:00 committed by Git OBS Bridge
parent caa6970edd
commit 467cd63413
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3usACgkQ29LOiT4t
HIdfiwf/ROkh5ta4jQbtnpIcqQgmMPmC3LAwQDiK6p76MAWxsVhVNqekeTgOxRc6
TCcSIsaRijYYUFaPo5+gNFpA1GsV0ry2YTwZRoK9Ql/WWMtmOyh7B8rgWlfTFFgr
PTONXPSXoSERGx1cMEYcUZqV1ZOf7Y/ry3zAnrplGaWj9vL3OprjteQxyFVDFJ4e
IU80l16iSb0V/jULnUG+HRS4Eg8yONlxG7tV4kd5qj0RsCbuSMtBlCUZmqnSvhAM
P6L9luPoFHGoeBgRxGaEAuqHXnYsVJiEceH2tvlWo3e9GE7dCaL/7CWbNwfMXqou
/zdItN6kFnRu+QMFxaCGtJZqNBc21g==
=50CS
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+sACgkQ29LOiT4t
HIewMgf6Avzxjb/e207Dz0Mnx6UeITQMwtI0szfQQQs7eVZY0iMlX6qHTNmzeS3L
Eb4L1D5DwmugU0OBhaBj8Jp1PfFWvcpF0tZ7bxZx7hibN4H/z4VznN1h1DMxpNQG
o9pjI50L3q57aSuG8IigpD6VDEKpcNn3lYXlDmTP+7q2QPCcrxOt5apsZ38kqAfQ
zY9p2lT9yDwZjxPCG1ByoV4pBBL/jTaRHJxNk/DX+qa9oEIiDOaPLZKCJedWr0cY
bR9imf1al7qqH9g41Yoaj9SMi0iRzT6datRoFtQgA2x3ofXu9VjiuwqjIjO+oMwk
YOXUWZITwMrha+QqUrLMHkQoX+j17Q==
=t/I1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:01 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 5 20:30:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Sun Apr 5 20:30:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kturtle Name: kturtle
Version: 20.03.90 Version: 20.04.0
Release: 0 Release: 0
Summary: Logo Programming Environment Summary: Logo Programming Environment
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Teaching/Mathematics Group: Amusements/Teaching/Mathematics
URL: https://edu.kde.org URL: https://edu.kde.org
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5Crash)
@ -42,7 +42,7 @@ BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{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 Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang Recommends: %{name}-lang