SHA256
1
0
forked from pool/kig

Accepting request 826416 from KDE:Applications

20.08.0 release

OBS-URL: https://build.opensuse.org/request/show/826416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kig?expand=0&rev=118
This commit is contained in:
Dominique Leuenberger 2020-08-18 11:58:05 +00:00 committed by Git OBS Bridge
commit dd1cd14b7b
6 changed files with 49 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzRUACgkQ29LOiT4t
HIeVrwgAnNCZHj+AluE/5ZjnTA4itnA9L9tDohWKekxsfLK0Iz6BDBlnKqcvREG2
IMdmsAFRwBC33mJhNoINi+NucSzr/lGjdCzqudZCwBCUOO1FjLdWl8MxNn7iFcry
0KVU5uTGVqIdfNnjswKyZnHcBbP1mKLLus+Vs5M5jxgkARmNfjtUtZp5s5mVrgsE
exC1+xcEPQGvVjvLf2DEo4v9FYGp7mneXLExWoDMHuSK/p3qYVIY/oKYyBxQ513i
G4R99H+1+QuXg4phJfgTIQcTquQljyUJ1RPPM3nqiNCCVVBzuaUjx2W4PMUzlAII
YiEfStzWxUwvonZjMwi+7VOleJeWGw==
=sqU+
-----END PGP SIGNATURE-----

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

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

11
kig-20.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgYACgkQ29LOiT4t
HIcUuAgAllh+AkNh+s3jkAGC80tpgsKaog8auCJk0+Ui+yJjOcuW8M0VwbG/Mezd
G54fHoIiht3Ai+VQG0UG2Zb5I/zCbtr1a2ZYOGSpx272Y5gvA0W9pR7RAOZyt1a6
NKkPwynlq6VwpuW1zXyYXbU2RbCrOKaW005LNMzAEl1eNgNGE3DKVqjdIx3u03uB
LEMCpP15n0LU0Dw9uyTOp2zd9PIYIdZUp2kUCEzrZMLrOcuPnX6CF/O8a4tHFZXt
7J7U7pg8sOGk++kFl/Awsh9kuxzGRIjtK1fD10DFnf92Ny/cUD3w59TW4GPZUAII
V3GekHrUXbn40fxOYC6Rc9j6zrYW0g==
=7qr9
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Aug 9 09:09:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-08-apps-update
- No code change since 20.07.90
-------------------------------------------------------------------
Sun Aug 2 07:59:34 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.90
* New feature release
- No code change since 20.07.80
-------------------------------------------------------------------
Sun Jul 19 10:04:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 20.04.3:
* Use camelcase includes (scripted)
* scripting: remove char* hacks
* cmake: fallback to "python" as boost component
* scripting: remove support for Python < 3
* cmake: switch python & boost-python search to py3 (kde#419237)
* scripting: use PyErr_NormalizeException
* scripting: update Python-Kig highlight definition
* scripting: properly enable line numbers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 9 20:09:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Thu Jul 9 20:09:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,7 +21,7 @@
%{!?_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: kig Name: kig
Version: 20.04.3 Version: 20.08.0
Release: 0 Release: 0
Summary: Interactive Geometry Summary: Interactive Geometry
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -29,6 +29,8 @@ Group: Productivity/Scientific/Math
URL: https://edu.kde.org URL: https://edu.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: libboost_python3-devel
BuildRequires: python3-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5ConfigWidgets)
@ -47,13 +49,6 @@ BuildRequires: cmake(Qt5Test) >= 5.2.0
BuildRequires: cmake(Qt5XmlPatterns) >= 5.2.0 BuildRequires: cmake(Qt5XmlPatterns) >= 5.2.0
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
%if 0%{?suse_version} > 1500
BuildRequires: libboost_python3-devel
BuildRequires: python3-devel
%else
BuildRequires: libboost_python-devel
BuildRequires: python-devel
%endif
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/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
@ -72,7 +67,7 @@ drawing mathematical figures and including them in other documents.
%setup -q %setup -q
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build -- -DBoost_NO_BOOST_CMAKE=ON
%cmake_build %cmake_build
%install %install