forked from pool/kturtle
Accepting request 696327 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=102
This commit is contained in:
commit
356166cd94
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4677335b4f8a3e363425652815d19ae13e9f8942b01051553b485100c4996253
|
||||
size 1560696
|
3
kturtle-19.04.0.tar.xz
Normal file
3
kturtle-19.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89e836a2737c98caf1ceb16b7ac648262d6a6770ac5bb5b0d9fbfed4abeeda7d
|
||||
size 1828332
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 06:51:58 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.04.0.php
|
||||
- Changes since 19.03.90:
|
||||
* No code changes since 19.03.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 09 20:54:44 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/announce-applications-19.04-rc.php
|
||||
- Changes since 19.03.80:
|
||||
* No code changes since 19.03.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.04.0
|
||||
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