Accepting request 630273 from KDE:Applications
Update to 18.08.0 OBS-URL: https://build.opensuse.org/request/show/630273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=94
This commit is contained in:
commit
21dff35385
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:14fdc7c499c359c23809d854082852117676f744af3f2e0fec1067e6fea453c5
|
|
||||||
size 1608732
|
|
3
kturtle-18.08.0.tar.xz
Normal file
3
kturtle-18.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:204b389f39304b50819805d6f62f525d79a7fb4521ba26fdcb5f24c997b69057
|
||||||
|
size 1608648
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 16 22:06:58 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to 18.08.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.08.0.php
|
||||||
|
- Changes since 18.07.80:
|
||||||
|
* None
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 26 13:00:57 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||||
|
- Changes since 18.04.3:
|
||||||
|
* Add explicit/nullptr
|
||||||
|
* Use nullptr/explicit
|
||||||
|
* Remove double margin here too
|
||||||
|
* Remove double margin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 13 04:50:14 UTC 2018 - lbeltrame@kde.org
|
Fri Jul 13 04:50:14 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kturtle
|
Name: kturtle
|
||||||
Version: 18.04.3
|
Version: 18.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Logo Programming Environment
|
Summary: Logo Programming Environment
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Teaching/Mathematics
|
Group: Amusements/Teaching/Mathematics
|
||||||
@ -83,9 +83,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml
|
||||||
%{_kf5_bindir}/kturtle
|
%{_kf5_bindir}/kturtle
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
|
||||||
|
%{_kf5_kxmlguidir}/kturtle/
|
||||||
%{_kf5_sharedir}/katepart/
|
%{_kf5_sharedir}/katepart/
|
||||||
%{_kf5_sharedir}/kturtle/
|
%{_kf5_sharedir}/kturtle/
|
||||||
%{_kf5_kxmlguidir}/kturtle/
|
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user