This commit is contained in:
parent
5e7ee61340
commit
2b1b0cd0b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4677335b4f8a3e363425652815d19ae13e9f8942b01051553b485100c4996253
|
||||
size 1560696
|
3
kturtle-19.03.80.tar.xz
Normal file
3
kturtle-19.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a26185ac6d56d725d0375f6630a052eaa63607d9c042f6466b2dfaf259df194c
|
||||
size 1828144
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 06:41:08 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/announce-applications-19.04-beta.php
|
||||
- Changes since 18.12.3:
|
||||
* Fix File/Save acts always acts like "Save as..." (kde#404162)
|
||||
* Fix zero as null pointer constant issue
|
||||
* Update README, convert other info files to Markdown
|
||||
* Missing Comment in desktop file (kde#351968)
|
||||
* Fix mem leak found by asan
|
||||
* Removed old-style casting warnings
|
||||
* QtMath now provides M_PI constant, operations with degrees, and c++ provides round()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 09 08:03:22 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kturtle
|
||||
Version: 18.12.3
|
||||
Version: 19.03.80
|
||||
Release: 0
|
||||
Summary: Logo Programming Environment
|
||||
License: GPL-2.0-or-later
|
||||
@ -73,7 +73,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
%doc AUTHORS README
|
||||
%doc AUTHORS README.md
|
||||
%config %{_kf5_configdir}/kturtle.knsrc
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kturtle/
|
||||
|
Loading…
Reference in New Issue
Block a user