openSUSE Factory
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
April 2019
- 107 participants
- 87 discussions
[opensuse-factory] Huge single-core performance loss with spectre v2 mitigation enabled (it's the default)
by Michael Pujos 22 May '19
by Michael Pujos 22 May '19
22 May '19
I use current TW on a Lenovo P72 laptop with a Core i7-8850H CPU.
Some time ago, I decided it to compare Geekbench scores between kernel
with (this is the default) and without vulnerability mitigations disabled.
To disable mitigations, I used these kernel parameters:
noibrs noibpb nopti
https://browser.geekbench.com/v4/cpu/compare/12738676?baseline=12738264
nospectre_v1
I was astonished to see that the single-core score mitigated was 4579 vs
5843 the score with mitigations disabled,
resulting in 21.6% performance loss ! Multi-core performance is unaffected.
I finally isolated to nospectre_v2, which if specified is causing that
huge bump in performance.
So the spectre v2 mitigation is causing that huge single core
performance loss.
Geekbench comparison: default kernel vs kernel with nospectre_v2:
https://browser.geekbench.com/v4/cpu/compare/12738751?baseline=12738676
Today, I tried Geekbench on Fedora 30 beta that got recently released.
Without changing any kernel parameter it has
the same performance than TW with nospectre_v2 !:
TW default vs Fedora default:
https://browser.geekbench.com/v4/cpu/compare/12738751?baseline=12738264
TW nospectre_v2 vs Fedora default
https://browser.geekbench.com/v4/cpu/compare/12738676?baseline=12738264
So basically, TW has about 20% less single core performance by default,
which in my opinion is some kind of bug.
This seems to me a good candidate to explain why TW trailing in Phoronix
recent benchmarks.
And maybe an indication that there may be a performance issue with
spectre v2 mitigation only in TW.
For reference, here is the output of spectre-metldown-checker.sh on all
systems compared:
TW default: https://termbin.com/8p7z
TW nospectre_v2: https://termbin.com/bb6t
Fedora default: http://termbin.com/0u7o
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
13
29
13 May '19
Hi,
I made a patch for YaST CC which enables it to run without root
permissions, and
starts separate modules as root instead (when it needs them with root
permissions) [1], however I'm not sure how you might feel about this.
It requires more password entering if opened without root, which might
prove to
be annoying.
From my point of view, it fixes quite a few bugs, with theming of this
module,
as this is the module with the biggest set of icons. It also would work
just
fine with Wayland (although it could still have issues with starting
modules
in Wayland session, considering it doesn't set an env variable for
XWayland).
It also allows modules that don't require root to be started without
permissions, which is convenient for at least two modules (and would be
even
more convinient if Polkit started being used in YaST ;) ).
Affects only Qt version.
[1]
https://github.com/yast/yast-control-center/commit/d7e96130a2423041b47622be…
LCP [Stasiek]
https://lcp.world
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
18
43
Thankfully I have this other system to "get online".
One of the snapshots did unconditional start systemd-resolved. As a result dnsmasq can not claim port 53. As a result no name resolution can work. Nothing like that was mentioned in the weekly review mails.
There is no preset for 'systemd-resolvd', so one would expect that thing to remain disabled after 'zypper dup'. The man page lacks info about how to not run it per default. It is not possible to get rid of it at the rpm level.
Are we still in control of the base system?
Is it time to drop dnsmasq, bind and whatever else would offer DNS services?
Thanks. (really...)
Olaf
7
10
Since a while, there is no more triggering of openQA tests for TW
PowerPC, last one is dated 20190326 (1)
Is it related to the ttm strange output as reported below ? (2)
and how to investigate such problem ?
(1) https://openqa.opensuse.org/group_overview/4
(2)
===
$~/work/openSUSE-release-tools/totest-manager.py --dry --debug run
openSUSE:Factory:PowerPC
WARNING:ttm.manager:we have only 0 jobs
INFO:ttm.manager:current_snapshot 20190414: inprogress
DEBUG:ttm.manager:current_qa_version 20190414
DEBUG:ttm.manager:No ttm_amqp_url configured in oscrc - skipping amqp
event emission
INFO:ttm.manager:setting failed snapshot to
DEBUG:ttm.manager:Snapshot 20190414 is still in progress
===
--
Michel Normand
nb: resent to opensuse-factory as suggested by Adrian Schröter
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
2
4
Hi all,
We've just published another YaST Sprint Report:
* First bits of the YaST Network refactoring have been submitted to factory.
* AutoYaST gets support for specifying NFS shares in a sane way.
* The Partitioner’s tree behaviour has been improved.
* Libyui has been updated to support Qt 5.13 (do not miss the screenshots in this report).
* The installer does not offer enabling autologin for text-only system roles.
Please, check the whole article at:
https://lizards.opensuse.org/2019/04/30/highlights-of-yast-development-spri…
Regards,
Imo
--
Imobach González Sosa
YaST Team at SUSE LINUX GmbH
https://imobachgs.github.io/
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0
[opensuse-factory] Repository 'openSUSE-20181126-0 (20190320)' is invalid
by Oleksii Vilchanskyi 29 Apr '19
by Oleksii Vilchanskyi 29 Apr '19
29 Apr '19
Hello,
tried to zypper dup today and got the error in the topic with a normal
updating prompt to proceed ('y' to confirm). So, the upgrade seems not
to be canceled by this, but I haven't tried to go further just in case
to not end up with a partial one.
> % sudo zypper ref
> Repository 'Google-Chrome' is up to date.
> Repository 'PostgreSQL' is up to date.
> Repository 'Visual Studio Code' is up to date.
> Repository 'nVidia Graphics Drivers' is up to date.
> Repository 'google-chrome' is up to date.
> Repository 'X11:terminals' is up to date.
> Repository 'devel:tools:scm' is up to date.
> Repository 'devel:tools' is up to date.
> Repository 'Emulators:Wine' is up to date.
> Repository 'X11:Utilities' is up to date.
> Repository 'editors' is up to date.
> Repository 'KDE:Unstable:Extra' is up to date.
> Repository 'Education' is up to date.
> Repository 'openSUSE:Factory' is up to date.
> Repository 'openSUSE-20181126-0 (20190320)' is invalid.
> [openSUSE-20181126-0|http://download.opensuse.org/history/20190320/tumblewee…] Repository type can't be determined.
> Please check if the URIs defined for this repository are pointing to a valid repository.
> Skipping repository 'openSUSE-20181126-0 (20190320)' because of the above error.
> Repository 'multimedia:apps' is up to date.
> Repository 'libdvdcss repository' is up to date.
> Repository 'Packman Repository' is up to date.
> Repository 'openSUSE-Tumbleweed-Debug' is up to date.
> Repository 'openSUSE-Tumbleweed-Non-Oss (20190320)' is invalid.
> [repo-non-oss|http://download.opensuse.org/history/20190320/tumbleweed/repo/…] Repository type can't be determined.
> Please check if the URIs defined for this repository are pointing to a valid repository.
> Skipping repository 'openSUSE-Tumbleweed-Non-Oss (20190320)' because of the above error.
> Repository 'openSUSE-Tumbleweed-Update' is up to date.
> Repository 'zsh-autosuggestions (openSUSE_Tumbleweed)' is up to date.
> Repository 'zsh-completions (openSUSE_Tumbleweed)' is up to date.
> Repository 'zsh-history-substring-search (openSUSE_Tumbleweed)' is up to date.
> Repository 'zsh-syntax-highlighting (openSUSE_Tumbleweed)' is up to date.
> Repository 'skype (stable)' is up to date.
> Repository 'skypeforlinux' is up to date.
> Some of the repositories have not been refreshed because of an error.
> % sudo zypper lr -d
> # | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
> ---+-----------------------------------------------+----------------------------------------------------+---------+-----------+---------+----------+--------+----------------------------------------------------------------------------------------------------------------+--------
> 1 | Google-Chrome | Google-Chrome | Yes | (r ) Yes | Yes | 99 | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64 |
> 2 | PostgreSQL | PostgreSQL | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/server:database:postgresql/openSU… |
> 3 | code | Visual Studio Code | Yes | (r ) Yes | Yes | 99 | rpm-md | https://packages.microsoft.com/yumrepos/vscode |
> 4 | download.nvidia.com-tumbleweed | nVidia Graphics Drivers | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.nvidia.com/opensuse/tumbleweed |
> 5 | google-chrome | google-chrome | Yes | (r ) Yes | Yes | 99 | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64 |
> 6 | http-download.opensuse.org-1515206c | X11:terminals | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/X11:/terminals/openSUSE_Factory/ |
> 7 | http-download.opensuse.org-1aef114b | devel:tools:scm | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Tumble… |
> 8 | http-download.opensuse.org-60912fe8 | devel:tools | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/devel:/tools/openSUSE_Tumbleweed/ |
> 9 | http-download.opensuse.org-68faa3a9 | Emulators:Wine | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumblewe… |
> 10 | http-download.opensuse.org-6a272378 | X11:Utilities | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/X11:/Utilities/openSUSE_Tumblewee… |
> 11 | http-download.opensuse.org-759d989e | editors | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/editors/openSUSE_Tumbleweed/ |
> 12 | http-download.opensuse.org-9ac3e8c9 | KDE:Unstable:Extra | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/Unstable:/Extra/openSUSE_Tum… |
> 13 | http-download.opensuse.org-c4df2340 | Education | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/Education/openSUSE_Tumbleweed/ |
> 14 | http-download.opensuse.org-dff1f81b | openSUSE:Factory | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/openSUSE:/Factory/snapshot/ |
> 15 | openSUSE-20181126-0 | openSUSE-20181126-0 (20190320) | Yes | (r ) Yes | Yes | 99 | NONE | http://download.opensuse.org/history/20190320/tumbleweed/repo/oss/ |
> 16 | openSUSE_Tumbleweed | multimedia:apps | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/multimedia:/apps/openSUSE_Tumble… |
> 17 | opensuse-guide.org-openSUSE_Tumbleweed | libdvdcss repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/openSUSE_Tumbleweed/ |
> 18 | packman.inode.at-openSUSE_Tumbleweed | Packman Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://mirror.karneval.cz/pub/linux/packman/suse/openSUSE_Tumbleweed/ |
> 19 | repo-debug | openSUSE-Tumbleweed-Debug | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/debug/tumbleweed/repo/oss/ |
> 20 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss (20190320) | Yes | (r ) Yes | Yes | 99 | NONE | http://download.opensuse.org/history/20190320/tumbleweed/repo/non-oss/ |
> 21 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
> 22 | shells_zsh-users_zsh-autosuggestions | zsh-autosuggestions (openSUSE_Tumbleweed) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-autosugges… |
> 23 | shells_zsh-users_zsh-completions | zsh-completions (openSUSE_Tumbleweed) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completion… |
> 24 | shells_zsh-users_zsh-history-substring-search | zsh-history-substring-search (openSUSE_Tumbleweed) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-history-su… |
> 25 | shells_zsh-users_zsh-syntax-highlighting | zsh-syntax-highlighting (openSUSE_Tumbleweed) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-hig… |
> 26 | skype-stable | skype (stable) | Yes | (r ) Yes | Yes | 99 | rpm-md | https://repo.skype.com/rpm/stable/ |
> 27 | skypeforlinux | skypeforlinux | Yes | (r ) Yes | Yes | 99 | rpm-md | https://repo.skype.com/rpm/stable |
Visiting e.g. repo #15 URL resolves into a 404. Is it expected? Is it a
temporary outage? Should I manually change something? Should I just dup?
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
6
11
29 Apr '19
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa (19.0.2 -> 19.0.3)
Mesa-drivers (19.0.2 -> 19.0.3)
analitza (18.12.3 -> 19.04.0)
bash
blinken (18.12.3 -> 19.04.0)
bovo (18.12.3 -> 19.04.0)
cervisia (18.12.3 -> 19.04.0)
ffmpegthumbs (18.12.3 -> 19.04.0)
gcc7 (7.4.0+r266845 -> 7.4.1+r270528)
ipa-ex-fonts (002.01 -> 004.01)
jemalloc
juk (18.12.3 -> 19.04.0)
k3b (18.12.3 -> 19.04.0)
kalgebra (18.12.3 -> 19.04.0)
kalzium (18.12.3 -> 19.04.0)
kanagram (18.12.3 -> 19.04.0)
kapptemplate (18.12.3 -> 19.04.0)
katomic (18.12.3 -> 19.04.0)
kblackbox (18.12.3 -> 19.04.0)
kblocks (18.12.3 -> 19.04.0)
kbounce (18.12.3 -> 19.04.0)
kbreakout (18.12.3 -> 19.04.0)
kbruch (18.12.3 -> 19.04.0)
kcachegrind (18.12.3 -> 19.04.0)
kcron (18.12.3 -> 19.04.0)
kde-print-manager (18.12.3 -> 19.04.0)
kdeedu-data (18.12.3 -> 19.04.0)
kdegraphics-thumbnailers (18.12.3 -> 19.04.0)
kdf (18.12.3 -> 19.04.0)
kdiamond (18.12.3 -> 19.04.0)
kgeography (18.12.3 -> 19.04.0)
kget (18.12.3 -> 19.04.0)
kgoldrunner (18.12.3 -> 19.04.0)
khangman (18.12.3 -> 19.04.0)
kig (18.12.3 -> 19.04.0)
kimagemapeditor (18.12.3 -> 19.04.0)
kiriki (18.12.3 -> 19.04.0)
kiten (18.12.3 -> 19.04.0)
kjumpingcube (18.12.3 -> 19.04.0)
klettres (18.12.3 -> 19.04.0)
klines (18.12.3 -> 19.04.0)
kmahjongg (18.12.3 -> 19.04.0)
kmines (18.12.3 -> 19.04.0)
kmouth (18.12.3 -> 19.04.0)
kmplot (18.12.3 -> 19.04.0)
knavalbattle (18.12.3 -> 19.04.0)
knetwalk (18.12.3 -> 19.04.0)
kolf (18.12.3 -> 19.04.0)
kollision (18.12.3 -> 19.04.0)
kolourpaint (18.12.3 -> 19.04.0)
konquest (18.12.3 -> 19.04.0)
kpat (18.12.3 -> 19.04.0)
kqtquickcharts (18.12.3 -> 19.04.0)
krdc (18.12.3 -> 19.04.0)
kreversi (18.12.3 -> 19.04.0)
krfb (18.12.3 -> 19.04.0)
kshisen (18.12.3 -> 19.04.0)
ksirk (18.12.3 -> 19.04.0)
kspaceduel (18.12.3 -> 19.04.0)
ksquares (18.12.3 -> 19.04.0)
ksudoku (18.12.3 -> 19.04.0)
ksystemlog (18.12.3 -> 19.04.0)
kteatime (18.12.3 -> 19.04.0)
ktimer (18.12.3 -> 19.04.0)
ktouch (18.12.3 -> 19.04.0)
ktuberling (18.12.3 -> 19.04.0)
kturtle (18.12.3 -> 19.04.0)
kubrick (18.12.3 -> 19.04.0)
kwordquiz (18.12.3 -> 19.04.0)
libkdegames (18.12.3 -> 19.04.0)
libkeduvocdocument (18.12.3 -> 19.04.0)
libkmahjongg (18.12.3 -> 19.04.0)
libmbim (1.18.0 -> 1.18.2)
libstorage-ng (4.1.112 -> 4.1.117)
libvpx
libx86emu (2.2 -> 2.3)
lokalize (18.12.3 -> 19.04.0)
lskat (18.12.3 -> 19.04.0)
pam-config (0.96 -> 1.0)
parley (18.12.3 -> 19.04.0)
pcre2
perl-Mojolicious (8.14 -> 8.15)
pulseaudio
python-pyxdg
signon-kwallet-extension (18.12.3 -> 19.04.0)
step (18.12.3 -> 19.04.0)
sweeper (18.12.3 -> 19.04.0)
texlive
umbrello (18.12.3 -> 19.04.0)
virtualbox
xdg-desktop-portal-kde (5.15.3 -> 5.15.4)
xdg-utils (20180510 -> 1.1.3+20190401)
xf86-video-intel
xorg-x11-server
yast2-network (4.2.0 -> 4.2.2)
yast2-storage-ng (4.2.6 -> 4.2.8)
=== Details ===
==== Mesa ====
Version update (19.0.2 -> 19.0.3)
Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to 19.0.3
* quiet release with just 19 patches (excluding release churn)
since 19.0.2
* no sub component was touched too much
* virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm
received a few patches
- Disable LTO (boo#1133265).
==== Mesa-drivers ====
Version update (19.0.2 -> 19.0.3)
Subpackages: Mesa-dri Mesa-dri-nouveau Mesa-gallium Mesa-libva libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_intel libvulkan_radeon libxatracker2
- Update to 19.0.3
* quiet release with just 19 patches (excluding release churn)
since 19.0.2
* no sub component was touched too much
* virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm
received a few patches
- Disable LTO (boo#1133265).
==== analitza ====
Version update (18.12.3 -> 19.04.0)
Subpackages: analitza-lang libAnalitza5
- 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:
* Solving 2D plot bug
- 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
- 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:
* Remove deprecated method
* Remove duplicated fluff
* Fix android and win32 builds
* No need to always depend on PrintSupport
* Make it possible to set a 3D plot ReferencePlaneColor
* Expose further PlotsModel and Expression API to use from QML
* Fix 3D plot view when the model isn't empty
* Use the default RGB Colors for the XYZ Axis
* Minor fixes of Doxygen documentation
* Swapping between expression and mathml isn't super useful
==== bash ====
Subpackages: bash-doc bash-lang
- Add official patch bash50-004
* In bash-5.0, the `wait' builtin without arguments waits for all children of the
shell. This includes children it `inherited' at shell invocation time. This
patch modifies the behavior to not wait for these inherited children, some
of which might be long-lived.
- Add official patch bash50-005
* In certain cases, bash optimizes out a fork() call too early and prevents
traps from running.
- Add official patch bash50-006
* Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without
also defining SYSLOG_SHOPT.
- Add official patch bash50-007
* Running `exec' when job control was disabled, even temporarily, but after it
had been initialized, could leave the terminal in the wrong process group for
the executed process.
==== blinken ====
Version update (18.12.3 -> 19.04.0)
Subpackages: blinken-lang
- 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
- 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
- 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:
* Remove deprecated methods
* Fix some clazy warning
* Update steve.ttf from sjfonts 2.1 release
* Revert "Add Cyrillic glyphs to the SteveHand font"
* Add Cyrillic glyphs to the SteveHand font
==== bovo ====
Version update (18.12.3 -> 19.04.0)
Subpackages: bovo-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== cervisia ====
Version update (18.12.3 -> 19.04.0)
Subpackages: cervisia-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== ffmpegthumbs ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ffmpegthumbs-lang
- 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
- 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
- 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:
* Register all codecs and muxers before trying to generate thumbnail
* port away from deprecated ffmpeg APIs
==== gcc7 ====
Version update (7.4.0+r266845 -> 7.4.1+r270528)
- Update to gcc-7-branch head (r270528).
* Disables switch jump-tables when retpolines are used.
[bsc#1131264, jsc#SLE-6738]
- Add gcc8-pr89752.patch to fix ICE compiling tensorflow on aarch64.
[bsc#1129389]
- Update to gcc-7-branch head (r269676).
* Pulls fix for aarch64 FMA steering pass use-after-free. [bsc#1128794]
* Fixes ICE compiling tensorflow. [bsc#1129389]
- Change URLs to use https.
- Update to gcc-7-branch head (r268660).
* Pulls fix for s390x FP load-and-test issue. [bnc#1124644]
- Improve build reproducability by disabling address-space randomization
during build.
- Update gcc44-rename-info-files.patch to adjust gnat manual
entries in the info directory. [bnc#1114592]
==== ipa-ex-fonts ====
Version update (002.01 -> 004.01)
Subpackages: ipa-ex-gothic-fonts ipa-ex-mincho-fonts
- update to version 004.01
* new glyph U+32FF ?SQUARE ERA NAME REIWA? (boo#1112183)
- update to version 003.01
* add standardized variation sequences of 93 characters
* update spaces of the two glyphs (U+26FF8, U+663B)
- remove old Obsoletes and Provides for the past naming rule change
==== jemalloc ====
- Disable LTO (boo#1133136).
==== juk ====
Version update (18.12.3 -> 19.04.0)
Subpackages: juk-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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 taglib detection on Windows
* Fix crash with threaded file loading.
* Fix typo README.md
* Add README.md
* Simplify Playlist constructors and cleanup header.
* Remove dead code for playlist tool tip.
* Add cover art support for Ogg formats (Opus, Vorbis)
* Remove needless event filter, add alt. row colors, sane column weights.
* Remove debug spam for power management.
* Prefer QVector to QList for most auxiliary lists.
* Apply some cleanup to file loading code.
* Use a thread pool for the threaded music loader.
* Move initial music load to a separate thread.
* scrobbler: Don't prompt to unlock KWallet if not using scrobbler.
==== k3b ====
Version update (18.12.3 -> 19.04.0)
Subpackages: k3b-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kalgebra ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kalgebra-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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 warning "==" vs "==="
* Use Kirigami.AboutPage
* Changes in CMakeLists file It was changed because some QML files weren't appearing on QtCreator.
* Change in plugins/CMakeLists.txt It was changed because QML files weren't appearing on QtCreator
* Remove some weird UX abstraction
* Make it possible to add 3D plots from the console as well
* Fix android build
* Make it possible to copy console's output into the clipboard
* Only initialise components once
* Insert "ans" when we press F3
==== kalzium ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kalzium-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kanagram ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kanagram-lang
- 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
- 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
- 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:
* Remove not existing include path
* Allow direct link to the help page when the Help button is pressed in the settings window
* Fix some clazy warning
==== kapptemplate ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kapptemplate-lang
- 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
- 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
- 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:
* QT_NO_FOREACH does not work with all headers of deps yet
* Use explicit constructors
* Port away from foreach
* Enforce modern Qt code
* slots -> Q_SLOTS
* Do explicit cast to QUrl
* Respect BUILD_TESTING
* Bump min deps to Qt 5.9 & KF 5.53
* Bump min cmake version to 3.0
* Use override
* Use nullptr
==== katomic ====
Version update (18.12.3 -> 19.04.0)
Subpackages: katomic-lang
- 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
- 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
- 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:
* Remove deprecated method
* Fix some clazy warning
* Fix compile with strict compile flags + add nullptr + add override
==== kblackbox ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kblackbox-lang
- 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
- 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
- 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:
* Remove deprecated method
* Use isEmpty() when it's possible
==== kblocks ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kblocks-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== kbounce ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kbounce-lang
- 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
- 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
- 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:
* Remove not existing include path
* Add content_rating oars 1.1
* Remove unused #defines
* Add .arcconfig
* Add AppData file
==== kbreakout ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kbreakout-lang
- 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
- 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
- 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 compile with strict compile flags + add nullptr + add override
* autogenerate debug file
* Add AppData file
==== kbruch ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kbruch-lang
- 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
- 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
- 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:
* remove deprecated methods
* use nullptr instead of NULL
==== kcachegrind ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcachegrind-lang
- 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
- 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
- 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:
* Too many changes to list here
==== kcron ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcron-lang
- 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
- 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
- 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:
* remove deprecated methods
==== kde-print-manager ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kde-print-manager-lang
- 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
- 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
- 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:
* Add .arcconfig
* i18n: fix a string puzzle
* Show more information on CUPS auth dialog
==== kdeedu-data ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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:
* No code changes since 18.12.3
==== kdegraphics-thumbnailers ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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:
* Add blender thumbnailer
* Remove deprecated method
* Use CamelCase kf includes
* Use more override
* Use more nullptr
* Remove explicit use of ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH
==== kdf ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdf-lang kwikdisk
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Use <gui> instead of deprecated <kpartgui>
* Remove deprecated method
==== kdiamond ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdiamond-lang
- 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
- 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
- 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:
* remove some clazy warning
* Port to new connect api
* Use nullptr + use override
==== kgeography ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kgeography-lang
- 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
- 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:
* Fix spelling of Nur-Sultan
- 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:
* Astana -> Nursultan
* Seems Kuhistani Badakhshan is a better name than Gorno-Badakhshan
* Qurghonteppa was renamed to Bokhtar on January 22, 2018
* Swaziland renamed themselves to Eswatini
* Sodipodi is gone
* Use <gui> instead of deprecated <kpartgui>
* remove deprecated methods
* Macedonia -> North Macedonia (after the Prespa Agreement)
* Add content_rating oars 1.1
* checks for alpha value too
* Small pedantic fix to some color definitions
* mapChooser respect XDG_DATA_DIRS order
==== kget ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kget-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kgoldrunner ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kgoldrunner-lang
- 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
- 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
- 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:
* Port deprecated method
* Remove deprecated method
* Fix clazy warning
* Use isEmpty() when it's possible
==== khangman ====
Version update (18.12.3 -> 19.04.0)
Subpackages: khangman-lang
- 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
- 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
- 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:
* Remove not existing include path
* Fix warning about == vs ===
* Add missing i18n
==== kig ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kig-lang
- 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
- 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
- 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 clazy warning
* Fix inability to open two files from the same directory one after another
* Fix the list of file types in Kig 'Open File' dialog (kde#343839)
* Remove line (kde#351473)
* Fix minor Doxygen issues
* Avoid warnings on setShortcut() in runtime
* Use QPointer to avoid potential crashes as recommended by Krazy2
* Do not use two layouts for one widget at once
* Fix minor EBN doxygen issues
==== kimagemapeditor ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kimagemapeditor-lang
- 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
- 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
- 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 minor typos
* Sort KDE and Qt headers
* Add caption to the screenshot
* Port KImageMapEditor away from kdelibs4support
==== kiriki ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kiriki-lang
- 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
- 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
- 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:
* Ignore files
==== kiten ====
Version update (18.12.3 -> 19.04.0)
Subpackages: fonts-KanjiStrokeOrders kiten-lang
- 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
- 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
- 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:
* Port deprecated method
* Fix clazy warning
* Fix some clazy warning
==== kjumpingcube ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kjumpingcube-lang
- 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
- 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
- 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:
* Install the appdata file
* Add caption to the screenshot
* Add debug categories
==== klettres ====
Version update (18.12.3 -> 19.04.0)
Subpackages: klettres-lang
- 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
- 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
- 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:
* Use <gui> instead of deprecated <kpartgui>
* remove deprecated methods
* Show upper & lowercase letters in KLettres
* remove some clazy warning
==== klines ====
Version update (18.12.3 -> 19.04.0)
Subpackages: klines-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== kmahjongg ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmahjongg-lang
- 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
- 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
- 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:
* remove deprecated methods
* Autogenerate debug categories
* Add override
==== kmines ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmines-lang
- 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
- 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
- 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:
* Remove not existing include path
* Update docs to include new configuration options
* Patch from Sebastian Audet
==== kmouth ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmouth-lang
- 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
- 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
- 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:
* Remove #include moc file
* Fix some clazy warning
==== kmplot ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmplot-lang
- 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
- 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
- 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:
* Take into account locale's decimal separator and some possible locale rules in equations and labels
* Bump version to 1.3.0
* Update popup menu screenshot
* Print preview for KmPlot
* Copy root value or (x,y) pair to clipboard (kde#308168)
* Document drag and drop in the function list (kde#313405)
* Make setHelp() usable (KF 5.52 needed). Many thanks for the hint given by Albert Astals Cid.
* Comment setHelp() before we can really use it (now it's protected)
* Add link to the correct help page in the settings dialog (needs KF 5.52 to work as expected), remove the unimplemented in KXmlGui part with initialGeometrySet()
* Mark overridden function as such
* Fix minor issues
* Implement zooming with Ctrl+mouse wheel (kde#159772)
* Fix minor doxygen issues
* Add Mainpage.dox to test Doxygen documentation with Krazy
==== knavalbattle ====
Version update (18.12.3 -> 19.04.0)
Subpackages: knavalbattle-lang
- 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
- 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
- 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:
* Remove not existing include path
* remove deprecated methods
* Fix warning found by clazy
* Use isEmpty() when it's possible
* Make sure to clear ship list
==== knetwalk ====
Version update (18.12.3 -> 19.04.0)
Subpackages: knetwalk-lang
- 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
- 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
- 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:
* Add content_rating oars 1.1
* Use https: to fix the addresses
* Use isEmpty() when it's possible
* Add AppData file
==== kolf ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kolf-lang
- 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
- 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
- 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:
* Too many changes to list here
==== kollision ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kollision-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== kolourpaint ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kolourpaint-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== konquest ====
Version update (18.12.3 -> 19.04.0)
Subpackages: konquest-lang
- 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
- 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
- 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:
* Use isEmpty() when it's possible
==== kpat ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kpat-lang
- 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
- 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
- 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:
* Too many changes to list here
==== kqtquickcharts ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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:
* No code changes since 18.12.3
==== krdc ====
Version update (18.12.3 -> 19.04.0)
Subpackages: krdc-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Pass va_list as such, instead of passing to variadic function
- 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:
* Add Wayland support (kde#377911)
* Add the default (Ctrl+n) shortcut to open new connection in KRDC
* Fix DOCTYPE root name of ui.rc file
* Use more https in links
* Do not repeat work of KAboutData::setupCommandLine
* Do not repeat work of KAboutData::setApplicationData
* Call KLocalizedString::setApplicationDomain after qapp creation
* Use consistently nullptr
* Use consistently override
* Improve order in toplevel CMakeLists.txt: first setup ECM, then do find
* Bump min cmake version to 3.0
* Fix minor typos and EBN issues
==== kreversi ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kreversi-lang
- 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
- 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
- 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:
* Remove not existing include path
* remove some clazy warning
==== krfb ====
Version update (18.12.3 -> 19.04.0)
Subpackages: krfb-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kshisen ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kshisen-lang
- 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
- 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
- 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:
* Add caption to the screenshot
* Use https: to fix the addresses
* Remove unused include moc
==== ksirk ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ksirk-lang
- 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
- 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
- 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:
* Open configuration section of KSirK manual instead of its index when pressing 'Help' in the config window
* Fix some clazy warning
* Use isEmpty() when it's possible
==== kspaceduel ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kspaceduel-lang
- 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
- 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
- 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:
* remove deprecated methods
* Remove setHelp() leftovers and improve address of the help page for the Configuration window
* Show the configuration help page in the settings dialog using the right address in setHelp()
* Use isEmpty() when it's possible
==== ksquares ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ksquares-lang
- 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
- 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
- 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:
* Port qSort
* Use isEmpty() when it's possible
==== ksudoku ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ksudoku-lang
- 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
- 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
- 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:
* Don't use KIO copy and QTemporaryFile to load xml definition files. (kde#405422)
* Remove kubrick mention in ksudoku repo
* Use isEmpty() when it's possible
==== ksystemlog ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ksystemlog-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* remove deprecated methods
==== kteatime ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kteatime-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== ktimer ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ktimer-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Don't implicitly require KF5 5.57.0
* It compiles fine without foreach
==== ktouch ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ktouch-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Update Basque Course
* Update it2 Course
* fix some clazy warning
* Add New Italian Course
==== ktuberling ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ktuberling-lang
- 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
- 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
- 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:
* Port qSort
* fully port away from kdelibs4support
* Attempt to fix binary factory build
* There is no pepperoni, only pepper
* Fix clazy warning
* Fix clazy rule-of-three warnings in SoundFactory
* Use isEmpty
==== kturtle ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kturtle-lang
- 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
- 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
- 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()
==== kubrick ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kubrick-lang
- 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
- 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
- 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:
* remove deprecated methods
* Fix clazy warning
==== kwordquiz ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kwordquiz-lang
- 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
- 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
- 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:
* remove deprecated methods
* Fix filters when saving
* Fix a typo in the French Verbs example BUG: 402747 (kde#402747)
==== libkdegames ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdegames-carddecks-default libkdegames-lang libkf5kdegames6
- 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
- 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
- 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 not existing include path
* Make it compile
* remove deprecated methods
* remove some clazy warning
* cmake: replace KIO with KCompletion
* Use isEmpty() when it's possible
* Add explicit + nullptr + override
==== libkeduvocdocument ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKEduVocDocument5 libkeduvocdocument-lang
- 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
- 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
- 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 not existing include path
* fix some clazy warning
* Fix minor Doxygen issues
==== libkmahjongg ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5KMahjongglib5 libkmahjongg-lang
- 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
- 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
- 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:
* Remove not existing include path
==== libmbim ====
Version update (1.18.0 -> 1.18.2)
Subpackages: libmbim-glib4 mbimcli-bash-completion
- Fix wording in the package summary
- Update to version 1.18.2
+ mbim-proxy:
- Increased empty lifetime to 300s.
==== libstorage-ng ====
Version update (4.1.112 -> 4.1.117)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#643
- extended documentation
- 4.1.117
- merge gh#openSUSE/libstorage-ng#642
- added documentation about multiple devices btrfs
- added example
- 4.1.116
- merge gh#openSUSE/libstorage-ng#641
- handle mixed mode in output of 'btrfs filesystem df'
- 4.1.115
- merge gh#openSUSE/libstorage-ng#640
- parse UUID in output of mkfs.btrfs
- fixed exception message
- 4.1.114
- merge gh#openSUSE/libstorage-ng#639
- Use the Docker image from OBS
- 4.1.113
==== libvpx ====
- Disable LTO (boo#1133255).
==== libx86emu ====
Version update (2.2 -> 2.3)
- merge gh#wfeldt/libx86emu#15
- include: Fix GCC strict-prototypes warning
- include: Fix 'multiple definition of' linker errors
- Small fixes
- 2.3
==== lokalize ====
Version update (18.12.3 -> 19.04.0)
Subpackages: lokalize-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Use new hunspell API
* Fix bug not finding local document
- 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:
* Ensure the cursor is visible after a text operation (kde#404169, kde#403131, kde#405008)
* Fix a bug where newlines were removed from extracted comments (kde#403142)
* Update telugu nplurals
* Update copyright year
* Count empty fuzzy as empty only (not as fuzzy too) (kde#311000)
* Fix inversed ternary operator (kde#404303)
* Do not launch pology on non-existent .po (kde#401393)
* Only display the first line of messages in the catalog (kde#402931)
* Add support for viewing the translation source with a custom editor (kde#403743)
* Improve DockWidgets saving and restoring (kde#403234)
* Set the proper entry index in catalog after a filter is applied BUG: 400208 (kde#400208)
* Initialize KCrash after QApp instance
* Fix minor Doxygen issues
* init kcrash so it works with kdeinit https://markmail.org/thread/zv5pheijaze72bzs
* Fix minor EBN/Doxygen issues
* Bump to 19.03.70
==== lskat ====
Version update (18.12.3 -> 19.04.0)
Subpackages: lskat-lang
- 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
- 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
- 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:
* remove deprecated methods
* Use isEmpty() when it's possible
* Fix minor typos and EBN issue
==== pam-config ====
Version update (0.96 -> 1.0)
- Update to version 1.0:
- Add search in different locations for config files
- Add support for pam_mktemp [bsc#1123878]
==== parley ====
Version update (18.12.3 -> 19.04.0)
Subpackages: parley-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* remove deprecated methods
* Fix some clazy warning
* Fix color bar painting failures in statistics main window (kde#389998)
==== pcre2 ====
Subpackages: libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-posix2 pcre2-devel
- Disable LTO (boo#1133274).
==== perl-Mojolicious ====
Version update (8.14 -> 8.15)
- updated to 8.15
see /usr/share/doc/packages/perl-Mojolicious/Changes
8.15 2019-04-26
- Updated jQuery to version 3.4.0.
- Improved wait method in Mojo::Promise not to be affected by manually stopped
event loops. (Grinnz)
- Fixed a bug where the new method in Mojo::Promise could not be passed a
callback to wrap continuation-passing style APIs, which is incompatible with
the JavaScript API.
==== pulseaudio ====
Subpackages: libpulse-mainloop-glib0 libpulse0 pulseaudio-bash-completion pulseaudio-gdm-hooks pulseaudio-lang pulseaudio-module-bluetooth pulseaudio-module-gsettings pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils
- bsc#1130588: Require shadow instead of old pwdutils
- Disable LTO (boo#1133278).
==== python-pyxdg ====
- add resource_leak.patch - Fix several ResourceWarnings: unclosed file
==== signon-kwallet-extension ====
Version update (18.12.3 -> 19.04.0)
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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 minor EBN issues
==== step ====
Version update (18.12.3 -> 19.04.0)
Subpackages: step-lang
- 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
- 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
- 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 some clazy warning
* Fix minor Doxygen issues
==== sweeper ====
Version update (18.12.3 -> 19.04.0)
Subpackages: sweeper-lang
- 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
- 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
- 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:
* Only add_definitions in one place
* Use <gui> instead of deprecated <kpartgui>
* Fix compile without foreach
* Revert "Revert "Make it compile without foreach""
* Revert "Make it compile without foreach"
* Make it compile without foreach
==== texlive ====
Subpackages: libkpathsea6 libsynctex2
- Disable LTO (boo#1133287).
==== umbrello ====
Version update (18.12.3 -> 19.04.0)
Subpackages: umbrello-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Fix Qt5 compiling with kdevplatform version 5.3.2
* Fix Qt5 compile
* Fix removing slashes in path in case single files are imported
* Fix crash on accessing zero pointer on importing src code (kde#405535)
* Reduce difference between build variants
* Move KDE4 specific ecm wrapper macros into a separate macro file
* Add class InterfaceWidget
- 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 minor EBN issues
==== virtualbox ====
Subpackages: virtualbox-guest-kmp-default virtualbox-guest-tools virtualbox-guest-x11
- bsc#1130588: Require shadow instead of old pwdutils
- Disable LTO (boo#1133289).
==== xdg-desktop-portal-kde ====
Version update (5.15.3 -> 5.15.4)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.15.4
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.4.php
- No code changes since 5.15.3
==== xdg-utils ====
Version update (20180510 -> 1.1.3+20190401)
- Update to version 1.1.3+20190401:
* support digits in uri scheme regex
* Enable cinnamon screensaver for xdg aware desktop environments (eg lxqt)
* xdg-open: fix comment typo
* xdg-su: fix some easy TODOs
* xdg-screensaver: Sanitise window name before sending it over the bus
* Fixes -x argument, which is the default for {gnome,mate}-terminal
* Fix a bug when xdg-terminal needs gsettings to get the default terminal
* test-lib.sh: run: eat xdg-open's exit code
* xdg-open: handle file://localhost/
* Restore matching of older deepin names
* xdg-email: Support for Deepin
* xdg-open: better pcmanfm check (BR106636,BR106161)
* open for post 1.1.3 development
- Removed (merged upstream):
* xdg-terminal-fix-gsettings.patch
* xdg-terminal-fix-terminal--x-arg.patch
- Fix URL
==== xf86-video-intel ====
- Disable LTO (boo#1133292).
==== xorg-x11-server ====
Subpackages: xorg-x11-server-extra xorg-x11-server-sdk xorg-x11-server-wayland
- Disable LTO (boo#1133294).
==== yast2-network ====
Version update (4.2.0 -> 4.2.2)
- Started with yast2-network refactorization:
- Added the y2network namespace.
- Dropped not used routing_auto client.
- Reimplemented completely routing configuration droping the old
Yast::Routing module.
- The Y2Network::Routing configuration permits to have multiple
default routes and does not drop extra options for them. That
is, different routing tables can be used. (fate#326796)
- 4.2.2
- Fix mode/second_stage value initialization (bsc#1132057)
- 4.2.1
==== yast2-storage-ng ====
Version update (4.2.6 -> 4.2.8)
- Partitioner: BTRFS section was adapted to show both: multidevice
and non-multidevice BTRFS filesystems.
- Partitioner: added page for each BTRFS filesystem.
- Part of jsd#SLE-3877.
- 4.2.8
- Partitioner: by default, initialize the tree with sections
expanded and devices collapsed.
- Partitioner: improves the user experience preserving, between
every redraw, the tree items as the were: expanded or collapsed.
- Lightly related to fate#318196.
- 4.2.7
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&version=15.1&bui…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Distribution&q…
When you reply to discuss some issues, make sure to change the subject.
Please use the test plan at
https://docs.google.com/spreadsheets/d/1AGKijKpKiJCB616-bHVoNQuhWHpQLHPWCb3…
to record your testing efforts and use bugzilla to report bugs.
Packages changed:
ImageMagick
autoyast2 (4.1.4 -> 4.1.5)
freerdp
gnome-session
jasper
java-11-openjdk (11.0.2.0 -> 11.0.3.0)
kdump
libgcrypt
libvirt
mozc
ntfs-3g_ntfsprogs
os-prober
unbound
xen (4.12.0_08 -> 4.12.0_10)
yast2-network (4.1.44 -> 4.1.45)
yast2-packager (4.1.36 -> 4.1.37)
yast2-storage-ng (4.1.77 -> 4.1.83)
yast2-users (4.1.11 -> 4.1.12)
zlib
=== Details ===
==== ImageMagick ====
Subpackages: libMagick++-7_Q16HDRI4 libMagickCore-7_Q16HDRI6 libMagickWand-7_Q16HDRI6
- provide two new packages with configuration
[bsc#1122033]:
* ImageMagick-config-upstream
- provides configuration provided by upstream (no restrictions)
* ImageMagick-config-SUSE (preferred)
- provides configuration provided by SUSE (with security
restrictions)
and use update-alternatives for selecting configurations.
- deleted patches
- ImageMagick-disable-insecure-coders.patch (renamed)
- added patches
+ ImageMagick-configuration-SUSE.patch
- security update
- added patches
CVE-2019-11007 [bsc#1132060]
+ ImageMagick-CVE-2019-11007.patch
CVE-2019-11008 [bsc#1132054]
+ ImageMagick-xwd.c-update.patch
- security update
- added patches
CVE-2019-10650 [bsc#1131317]
+ ImageMagick-CVE-2019-10650.patch
CVE-2019-9956 [bsc#1130330]
+ ImageMagick-CVE-2019-9956.patch
==== autoyast2 ====
Version update (4.1.4 -> 4.1.5)
Subpackages: autoyast2-installation
- Removed check for available devices. When there are no devices,
the proposal issues will be shown (needed for bsc#1130256).
- 4.1.5
==== freerdp ====
Subpackages: libfreerdp2 libwinpr2
- Add Requires: lib%{name}%{major_version} = %{version}-%{release}:
freerdp should depend on the same release of libfreerdp2
(boo#1129193)
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-default-session gnome-session-lang gnome-session-wayland
- Add gnome-session-presence-Enable-idle-detection-when-screen-locked.patch:
Enable dimming screen when screen is locked
(bsc#1118286 glgo#GNOME/gnome-shell#900).
- Add gnome-session-s390-not-require-g-s-d_wacom.patch: Remove the
gnome session runtime requirement of g-s-d Wacom plugin because
it is not build on s390 (bsc#1129412).
==== jasper ====
- bsc#1117505 CVE-2018-19542 Fix NULL pointer dereference jp2_decode:
Add jasper-CVE-2018-19542.patch
- bsc#1010783 CVE-2016-9396 Fix reachable assertion in jpc_cox_getcompparms:
* Rename 0001-jpc_cs-reject-all-but-JPC_COX_INS-and-JPC_COX_RFT.patch
to jasper-CVE-2016-9396.patch
- bsc#1117511 CVE-2018-19539 Fix access violation in jas_image_readcmpt:
* Add jasper-CVE-2018-19539.patch
==== java-11-openjdk ====
Version update (11.0.2.0 -> 11.0.3.0)
Subpackages: java-11-openjdk-headless
- Update to upstream tag jdk-11.0.3+7 (April 2019 CPU)
* Security fixes
+ S8211936, CVE-2019-2602, bsc#1132728: Better String parsing
+ S8214809: CDS storage improvements
+ S8218453, CVE-2019-2684, bsc#1132732: More dynamic RMI
interactions
* Other changes
+ S8034802: (zipfs) newFileSystem throws UOE when the zip file
is located in a custom file system
+ S8165675: Trace event for thread park has incorrect unit for
timeout
+ S8172695: (scanner) java/util/Scanner/ScanTest.java fails
+ S8187364: Unable to enter zero width non-joiner (ZWNJ) symbol
in Swing text component
+ S8197398: (zipfs) Files.walkFileTree walk indefinitelly while
processing JAR file with "/" as a directory inside.
+ S8200109: NMT: diff_malloc_site assert(early->flags() ==
current->flags(), "Must be the same memory type")
+ S8201818: [macosx] Printing attributes break page size set via
"java.awt.print.Book" object
+ S8204142: AWT hang occurs when sequenced events arrive out of
sequence in multiple AppContexts
+ S8205432: Replace the placeholder Japanese era name
+ S8206120: Add test cases for lenient Japanese era parsing
+ S8207070: Webstart app popup on wrong screen in a one-screen
setup changing to multi-monitor
+ S8207258: Distrust TLS server certificates anchored by
Symantec Root CAs
+ S8207760: SAXException: Invalid UTF-16 surrogate detected:
d83c ?
+ S8207829: FlightRecorderMXBeanImpl is leaking the first
classloader which calls it
+ S8207849: Allow the addition of more number to the Java
version string
+ S8208275: C2 crash in Node::add_req(Node*)
+ S8208656: Move java/util/Calendar/CalendarTestScripts tests
into OpenJDK
+ S8209615: ParseError in XMLEventReader on a valid input
+ S8209758: 2 classes with same name G1PrintCollectionSetClosure
cause crash when logging is enabled
+ S8209960: -Xlog:jfr* doesn't work with the JFR
+ S8210192: Hsperf counter ParNew::CMS should be ParNew:CMS
+ S8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The
process cannot access the file because it is being used by
another process
+ S8210633: Cannot parse JapaneseDate string with
DateTimeFormatterBuilder Mapped-values
+ S8210874: Test for JDK-8209615
+ S8210974: No extensions debug log for ClientHello
+ S8210989: RSASSA-PSS certificate cannot be selected for client
auth on TLSv1.2
+ S8211049: Second parameter of "initialize" method is not used
+ S8211064: [AArch64] Interpreter and c1 don't correctly handle
jboolean results in native calls
+ S8211100: hotspot C1 issue with comparing long numbers on x86
32-bit
+ S8211163: UNIX version of Java_java_io_Console_echo does not
return a clean boolean
+ S8211267: StackOverflowError happened by
TextField.setFont(...)
+ S8211295: DriverManager.getConnection fails when called from
com.sun.rowset.JdbcRowSetImpl
+ S8211320: Aarch64: unsafe.compareAndSetByte() and
unsafe.compareAndSetShort() c2 intrinsics broken with negative
expected value
+ S8211382: ISO2022JP and GB18030 NIO converter issues
+ S8211398: Square character support for the Japanese new era
+ S8211698: Crash in C2 compiled code during execution of double
array heavy processing code
+ S8211765: JarFile constructor throws undocumented exception
+ S8211787: javax/net/ssl/TLSCommon/TLSTest.java throws
java.net.SocketTimeoutException: Read timed out
+ S8211821: PrintStringTableStatistics crashes JVM
+ S8212173: Thread._stack_base/_stack_size initialized too late
for new threads
+ S8212232: Wrong metadata for the configuration of the cutoff
for old object sample events
+ S8212233: javadoc fails on jdk12 with "The code being
documented uses modules but the packages defined in $URL are
in the unnamed module."
+ S8212885: TLS 1.3 resumed session does not retain peer
certificate chain
+ S8212941: Support new Japanese era in
java.time.chrono.JapaneseEra
+ S8213183: InputMethod cannot be used after its restarting
+ S8213202: Possible race condition in TLS 1.3 session resumption
+ S8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal()
with gcc 8.2.1
+ S8213421: Line number information for execution samples
always 0
+ S8213583: Error while opening the JFileChooser when desktop
contains shortcuts pointing to deleted files
+ S8213754: PPC64: Add Intrinsics for
isDigit/isLowerCase/isUpperCase/isWhitespace
+ S8213782: NullPointerException in
sun.security.ssl.OutputRecord.changeWriteCiphers
+ S8213829: Remove circular dependency between g1CollectedHeap
and g1ConcurrentMark
+ S8213952: Relax DNSName restriction as per RFC 1123
+ S8213966: The ZGC JFR events should be marked as experimental
+ S8213983: [macosx] Keyboard shortcut ?cmd +`? stops working
properly if popup window is displayed
+ S8214063: OpenJDK will not build on AIX while using the xlc
13.1 compiler
+ S8214100: use of keystore probing results in unnecessary
exception thrown
+ S8214118: HeapRegions marked as archive even if CDS mapping
fails
+ S8214122: JDWP is broken on 32 bit Windows: transport library
missing onLoad entry
+ S8214129: SSL session resumption/SNI with TLS1.2 causes
StackOverflowError
+ S8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/
/MulExactLConstantTest.java fails on Windows x64 when run with
- XX:-TieredCompilation
+ S8214206: Fix for JDK-8213419 is broken on 32-bit
+ S8214339: SSLSocketImpl erroneously wraps SocketException
+ S8214352: C1: Unnecessary "compilation bailout: block join
failed" with JVMTI
+ S8214451: PPC64/s390: Clean up unused CRC32 prototype and
function
+ S8214513: A PKCS12 keystore from Java 8 using custom PBE
parameters cannot be read in Java 11
+ S8214688: TLS 1.3 session resumption with hello retry request
failed with "illegal_parameter"
+ S8214827: Incorrect call
ClassLoaders.toFileURL("jrt:/java.compiler")
+ S8215100: AArch64: fix compareTo intrinsic with four-character
Latin/Unicode
+ S8215175: Inconsistencies in JFR event metadata
+ S8215202: AArch64: jtreg test
test/jdk/sun/nio/cs/FindEncoderBugs.java fails
+ S8215317: [GRAAL] unit test CheckGraalIntrinsics failed after
8213754
+ S8215330: javax.xml.catalog.CatalogResolverImpl:
GroupEntry.matchURI fails to match
+ S8215362: JFR GTest JfrTestNetworkUtilization fails
+ S8215397: jsig.c missing classpath exception
+ S8215727: Restore JFR thread sampler loop to old / previous
behavior
+ S8215947: JVM crash with -XX:+DumpSharedSpaces
+ S8215951: AArch64: jtreg test
vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
+ S8215962: Support ThreadPriorityPolicy mode 1 for non-root
users on linux/bsd
+ S8216049: stringTable::intern creates redundant String when
looking up existing one
+ S8216060: [PPC64] Vector CRC implementation should be used by
interpreter and be faster for short arrays
+ S8216280: Allow later Symantec Policy distrust date for two
Apple SubCAs
+ S8216302: StackTraceElement::fill_in can use cached Class.name
+ S8216308: StackTraceElement::fill_in can use injected Class
source-file
+ S8216350: AArch64: monitor unlock fast path not called
+ S8216546: Support new Japanese era in java.lang.Character for
Java SE 11
+ S8216578: Remove unused/obsolete method in JFR code
+ S8216965: crash in freetypeScaler.c CopyBW2Grey8
+ S8217014: Epsilon should not ignore Metadata GC causes
+ S8217315: Proper units should print more significant digits
+ S8217321: [TESTBUG] utilities/test_globalDefinitions.cpp
should use _LP64, not LP64
+ S8217342: Build failed with excluding JFR
+ S8217378: UseCriticalCMSThreadPriority is broken
+ S8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java
fails without IPv6
+ S8217432: MetaspaceGC::_capacity_until_GC exceeds
MaxMetaspaceSize
+ S8217459: [PPC64] Cleanup non-vector version of CRC32
+ S8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some
platforms - OOME Metaspace
+ S8217520: Remove vm.opt.MaxGCPauseMillis == "null" from
TestOldGenCollectionUsage.java
+ S8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after
8211883
+ S8217597: [TESTBUG] old version docker does not support --cpus
+ S8217609: New era placeholder not recognized by
java.text.SimpleDateFormat
+ S8217628: Verbose ArrayIndexOutOfBoundsException message also
in JNI calls.
+ S8217657: Move the test for default value of
jdk.includeInExceptions into own test
+ S8217994: os::print_hex_dump should be more resilient against
unreadable memory
+ S8218156: "jcmd VM.metaspace basic" misreports free chunk
space
+ S8218192: Remove copy constructor for MemRegion
+ S8218915: Change isJavaIdentifierStart and
isJavaIdentifierPart to handle new code points
+ S8219251: Langtools tests default memory size needs to be 768m
+ S8219260: Default number of test jobs needs to be consistently
calculated
+ S8219461: Bump update version for OpenJDK jdk11.0.3
+ S8219650: [Testbug] Fix potential crashes in new test hotspot
gtest "test_print_hex_dump"
+ S8219651: compiler/ciReplay/TestServerVM.java is failing on
windows
+ S8219714: [testbug] com/sun/jdi/RedefineNestmateAttr/
/TestNestmateAttr.java must pass classpath to subprocess
+ S8219789: [TESTBUG] TestOptionsWithRanges.java produces
hs_err_pidXXXXX.log file for
VMThreadStackSize=9007199254740991
+ S8219890: Calendar.getDisplayName() returns empty string for
new Japanese Era on some locales
+ S8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED
compatibility issue
+ S8220294: ZGC fails to build on GCC 4.4.7: Type parameter
issue
+ S8221769: Revert JDK-8221767 mistakenly pushed to jdk11u
11.0.3
- Modified patch:
* java11-improved-fonts.patch
+ Adapted to changed context
==== kdump ====
- kdump-kdumprd-Look-for-boot-image-and-boot-Image.patch: kdumprd:
Look for /boot/image-* and /boot/Image-* (bsc#1132799).
- kdump-Add-skip_balance-option-to-BTRFS-mounts.patch: Add
skip_balance option to BTRFS mounts (bsc#1108255).
==== libgcrypt ====
Subpackages: libgcrypt20 libgcrypt20-32bit
- remove section of libgcrypt-binary_integrity_in_non-FIPS.patch that caused
some tests to be executed twice.
- Fixed a race condition in initialization.
* Added libgcrypt-1.8.4-allow_FSM_same_state.patch
- libgcrypt-1.8.3-fips-ctor.patch changed the way the fips selftests
are invoked as well as the state transition, adjust the code so
a missing checksum file is not an issue in non-FIPS mode (bsc#1097073)
* update libgcrypt-binary_integrity_in_non-FIPS.patch
- Enforce the minimal RSA keygen size in fips mode (bsc#1125740)
* add libgcrypt-fips_rsa_no_enforced_mode.patch
- Don't run full self-tests from constructor (bsc#1097073)
* Don't call global_init() from the constructor, _gcry_global_constructor()
from libgcrypt-1.8.3-fips-ctor.patch takes care of the binary
integrity check instead.
* Only the binary checksum will be verified, the remaining
self-tests will be run upon the library initialization
- Add libgcrypt-fips_ignore_FIPS_MODULE_PATH.patch
- Drop libgcrypt-init-at-elf-load-fips.patch and
libgcrypt-fips_run_selftest_at_constructor.patch
- Skip all the self-tests except for binary integrity when called
from the constructor (bsc#1097073)
* Added libgcrypt-1.8.3-fips-ctor.patch
==== libvirt ====
Subpackages: libvirt-bash-completion libvirt-client libvirt-daemon libvirt-daemon-config-network libvirt-daemon-driver-interface libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-storage-core libvirt-daemon-driver-storage-disk libvirt-daemon-driver-storage-gluster libvirt-daemon-driver-storage-iscsi libvirt-daemon-driver-storage-logical libvirt-daemon-driver-storage-mpath libvirt-daemon-driver-storage-rbd libvirt-daemon-driver-storage-scsi libvirt-daemon-qemu libvirt-libs
- Revert commits 5f1e6a7d and f6c5babb to avoid loading conntrack
module at libvird start
revert-7431b3eb.patch, revert-8b967198.patch
bsc#1133229
==== mozc ====
Subpackages: fcitx-mozc ibus-mozc ibus-mozc-candidate-window mozc-gui-tools
- update to support the Japanese new era, Reiwa (boo#1132450)
* add-Japanese-new-era-reiwa-ligature-to-dict.patch
* add-Japanese-new-era-reiwa-to-date_rewriter.patch
* add-Japanese-new-era-reiwa-to-dict.patch
- update zip code dictionary
- add gcc-8.1-ZeroQueryDict-iterator.patch
* fix a build error with gcc 8
- add excludearch for ppc/ppc64/s390/s390x as the code assumes
little endian all over the place (bsc#1086763)
- update 2.18.2612.102
* fixed unexpected size bloat of the APK
* fixed duplicate candidates after undo
* fixed suggestion-only user dictionary entry may not work
* fixed abbreviation user dictionary entry may not work
* fixed suppression word may not work
* fixed single character noun user dictionary entry may not work
- fcitx-mozc updated to 2.18.2612.102
* dropped patch: fcitx-mozc-2.17.2102.102.1.patch
* added patch: fcitx-mozc-2.18.2612.102.1.patch
- protobuf updated to 3.1.0
* dropped patch: protobuf-atomic.patch, upstreamed
* dropped patch: protobuf-generic-atomic.patch, upstreamed
- gyp updated to latest master@940a15e
- added patch: mozc-gen_zip_code_seed_py.patch
- Disable fcitx on SLE again.
- fix unnecessary "BuildRequires: protobuf-devel"
- remove ExcludeArch as related failure caused by workaround
- remove workaround https://llvm.org/bugs/show_bug.cgi?id=22248
in spec as now using gcc not clang.
remove mozc-stack-protector.patch
- Add mozc-build-gcc.patch, Force mozc build with gcc(g++).
Exclude PPC, PPC64, PPC64LE and AARCH64 build target.(bsc#990844)
- Update Japanese zip code / address table (June 2016)
- Upstream update to 2.17.2313.102
* "-j" option is deprecated
* Calculator supports inputs starting with "="
* ibus-mozc supports "icon_prop_key" and input mode labels are
shown on tray icon
* Minor updates and refactoring
- Update ibus-provide-layout-variations.patch
- Update mozc-ninja-verbose-build.patch
- Upstream update to 2.17.2123.102
* Update system dictionary
* Support rule-based zero query suggestion in 2.16.2080.102
* GYP repository is switched from code.google.com to chromium.googlesource.com
* Fix: ibus predict window is shown at the previous cursor position
* Fix: Preedit and candidate changes buffer modification flag
* Fix a typo
* Fix: Possible build failure due to missing dependency on commands_proto from key_info_util
* Fix: ibus-mozc should enable undo-commit if and only if IBUS_CAP_SURROUNDING_TEXT is set
* ibus-mozc no longer tries to align suggestion window to the left edge of the composing text
- add fcitx-mozc-2.17.2102.102.1.patch
- remove fcitx-mozc-2.16.2037.102.2.patch
- Specify GYP_DEFINES="use_libzinnia=1" to link to system-installed Zinnia
- Fix ibus-mozc does not allow to remove tha last character
of preedit text on Qt5 application
* workaround for the Qt5 bug (boo#947013)
* Add ibus-qt5-hide_preedit_text-workaround.patch
- Enable PowerPC builds.
* Add generic atomics on Power (protobuf-generic-atomic.patch ,
protobuf-atomic.patch)
* Workaround llvm bug https://llvm.org/bugs/show_bug.cgi?id=22248
(mozc-stack-protector.patch)
- ExcludeArch ppc ppc64 ppc64le because no support in
third_party/protobuf/src/google/protobuf/stubs/ atomicops
- add fcitx-mozc-2.16.2037.102.2.patch
- add mozc-ninja-verbose-build.patch
- update gyp 20150628
- use-libprotobuf=0 for internal protobuf to workaround system
one's symbol undefined errors caused by gcc-5
- Upstream update to 2.16.2037.102
* Fix: Inconsistency between suggestion candidates and conversion candidates
* add llvm-clang as build dependence
- Upstream update to 2.16.2020.102
* Fix Noisy candidate "itsumo" due to language aware conversion
* Fix AssertionError in gen_zip_code_seed.py
- Upstream update to 2.16.2003.102
* Updated main dictionary, Emoji dictionary, emoticon dictionary, and single kanji dictionary
* Fix IME crashes when using US International hardware keyboard
* Fix ibus-mozc + XIM: preedit text is not cleared after preedit commit triggered by focus change
* Fix An empty word can be suggested in the candidate list
- Remove boo906143-revert-session.patch: Merged by upstream
- Update gyp to r2012
- Add boo906143-revert-session.patch
* Fix pre-edit is not reset after focus lost (boo#906143)
- Upstream update to 1.15.1917.102
* Fix Warning message from keymap editor should be updated
- Upstream update to 1.15.1895.102
* Fix Partial suggestion for numbers are not annotated by <????>
==== ntfs-3g_ntfsprogs ====
Subpackages: libntfs-3g87 ntfs-3g ntfsprogs
- Add CVE-2019-9755.patch to fix a heap-based buffer overflow
issue (CVE-2019-9755, boo#1130165).
==== os-prober ====
- Fix accidental deletion of btrfs subvolume (boo#1130669)
* os-prober-use-tmp-over-var-lib-for-transient-files.patch
==== unbound ====
Subpackages: libunbound2 unbound-anchor
- Add systemd require in unbound-anchor to reflect new dependency (due to systemd-timers)
==== xen ====
Version update (4.12.0_08 -> 4.12.0_10)
- bsc#1131811 - [XEN] internal error: libxenlight failed to create
new domain. This patch is a workaround for a systemd issue. See
patch header for additional comments.
xenstore-launch.patch
- bsc#1125378 - [xen][pygrub] Can not restore sle11sp4 pv guest
after upgrading host from sle11sp4 to sle15sp1
pygrub-python3-conversion.patch
- Fix "TypeError: virDomainDefineXML() argument 2 must be str or
None, not bytes" when converting VMs from using the xm/xend
toolstack to the libxl/libvirt toolstack. (bsc#1123378)
xen2libvirt.py
- bsc#1124560 - Fully virtualized guests crash on boot
5cac6cba-vmx-Fixup-removals-of-MSR-load-save-list-entries.patch
- bsc#1121391 - GCC 9: xen build fails
5c8f752c-x86-e820-build-with-gcc9.patch
- Upstream bug fixes (bsc#1027519)
5c87b644-IOMMU-leave-enabled-for-kexec-crash.patch
5c87b6a2-x86-HVM-dont-crash-guest-in-find_mmio_cache.patch
5c87e6d1-x86-TSX-controls-for-RTM-force-abort-mode.patch
5c8fb92d-x86-HVM-split-linear-reads-and-writes.patch
5c8fb951-x86-HVM-finish-IOREQs-correctly-on-completion.patch
5c8fc6c0-x86-MSR-shorten-ARCH_CAPABILITIES.patch
5c8fc6c0-x86-SC-retpoline-safety-calculations-for-eIBRS.patch
5c9e63c5-credit2-SMT-idle-handling.patch
5ca46b68-x86emul-no-GPR-update-upon-AVX-gather-failures.patch
5ca773d1-x86emul-dont-read-mask-reg-without-AVX512F.patch
5cab1f66-timers-fix-memory-leak-with-cpu-plug.patch
5cac6219-xen-cpu-Fix-ARM-build-following-cs-597fbb8.patch
- Install pkgconfig files into libdir instead of datadir
==== yast2-network ====
Version update (4.1.44 -> 4.1.45)
- Fix mode/second_stage value initialization (bsc#1132057)
- 4.1.45
==== yast2-packager ====
Version update (4.1.36 -> 4.1.37)
- Update proposal: Showing product obsoletes. (bsc#1131503)
- 4.1.37
==== yast2-storage-ng ====
Version update (4.1.77 -> 4.1.83)
- Partitioner: fixed translation issues related to bcache
(bsc#1126822).
- 4.1.83
- AutoYaST: new format for importing/exporting NFS drives.
- Related to bsc#1130256.
- 4.1.82
- Partitioner: when editing a block device, clean-up useless
LVM PV metadata from it (bsc#1129663)
- 4.1.81
- Fix NFS root detection when installing with AutoYaST
(needed for bsc#1130256).
- 4.1.80
- Fix initial proposal to make a clean copy of initial settings
before switching to another candidate device (bsc#1130392).
- Related to bsc#1102026 and bsc#1090383.
- 4.1.79
- Add support for installing over NFS with AutoYaST (bsc#1130256).
- 4.1.78
==== yast2-users ====
Version update (4.1.11 -> 4.1.12)
- AY creating user: Improved checking of already existing home
directories (bsc#1130158)
- 4.1.12
==== zlib ====
Subpackages: libminizip1 libz1 libz1-32bit
- Try to safely abort if we get NULL ptr bsc#1110304 bsc#1129576:
* zlib-power8-fate325307.patch
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0
Hi there,
I'm looking into adding several rust packages to OBS including
xidlehook (https://github.com/jD91mZM2/xidlehook) and vivid
(https://github.com/sharkdp/vivid)
>From what I recall, network connections cannot be made from within the
build service and this is an important part of how the "cargo build"
process in rust works. Is there any documentation for how to build
rust packages in OBS that I can reference?
Looking at the ripgrep package for inspiration
(https://build.opensuse.org/package/view_file/openSUSE:Factory/ripgrep/ripgr…)
it seems like you take a copy of the dependencies locally? Is this a
purely manual process or are there some tools to help?
Mike
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
3
3
28 Apr '19
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
ImageMagick (7.0.8.40 -> 7.0.8.41)
MozillaFirefox-branding-openSUSE (45 -> 60)
akonadi-calendar (18.12.3 -> 19.04.0)
akonadi-calendar-tools (18.12.3 -> 19.04.0)
akonadi-contact (18.12.3 -> 19.04.0)
akonadi-import-wizard (18.12.3 -> 19.04.0)
akonadi-mime (18.12.3 -> 19.04.0)
akonadi-notes (18.12.3 -> 19.04.0)
akonadi-search (18.12.3 -> 19.04.0)
akonadi-server (18.12.3 -> 19.04.0)
akregator (18.12.3 -> 19.04.0)
alsa
ark (18.12.3 -> 19.04.0)
baloo5-widgets (18.12.3 -> 19.04.0)
binutils
bzip2
calendarsupport (18.12.3 -> 19.04.0)
dolphin (18.12.3 -> 19.04.0)
dragonplayer (18.12.3 -> 19.04.0)
eventviews (18.12.3 -> 19.04.0)
fuse
glusterfs
grantleetheme (18.12.3 -> 19.04.0)
gwenview5 (18.12.3 -> 19.04.0)
incidenceeditor (18.12.3 -> 19.04.0)
kaccounts-integration (18.12.3 -> 19.04.0)
kaccounts-providers (18.12.3 -> 19.04.0)
kaddressbook (18.12.3 -> 19.04.0)
kalarmcal (18.12.3 -> 19.04.0)
kamera (18.12.3 -> 19.04.0)
kate (18.12.3 -> 19.04.0)
kcalc (18.12.3 -> 19.04.0)
kcalcore (18.12.3 -> 19.04.0)
kcalutils (18.12.3 -> 19.04.0)
kcharselect (18.12.3 -> 19.04.0)
kcolorchooser (18.12.3 -> 19.04.0)
kcontacts (18.12.3 -> 19.04.0)
kdav (18.12.3 -> 19.04.0)
kdenetwork4-filesharing (18.12.3 -> 19.04.0)
kdepim-addons (18.12.3 -> 19.04.0)
kdepim-apps-libs (18.12.3 -> 19.04.0)
kdepim-runtime (18.12.3 -> 19.04.0)
kdialog (18.12.3 -> 19.04.0)
khelpcenter5 (18.12.3 -> 19.04.0)
kidentitymanagement (18.12.3 -> 19.04.0)
kimap (18.12.3 -> 19.04.0)
kio-extras5 (18.12.3 -> 19.04.0)
kio_audiocd (18.12.3 -> 19.04.0)
kitinerary (18.12.3 -> 19.04.0)
kldap (18.12.3 -> 19.04.0)
kleopatra (18.12.3 -> 19.04.0)
kmag (18.12.3 -> 19.04.0)
kmail (18.12.3 -> 19.04.0)
kmail-account-wizard (18.12.3 -> 19.04.0)
kmailtransport (18.12.3 -> 19.04.0)
kmbox (18.12.3 -> 19.04.0)
kmime (18.12.3 -> 19.04.0)
kmousetool (18.12.3 -> 19.04.0)
knotes (18.12.3 -> 19.04.0)
kompare (18.12.3 -> 19.04.0)
konsole (18.12.3 -> 19.04.0)
kontact (18.12.3 -> 19.04.0)
kontactinterface (18.12.3 -> 19.04.0)
kopete (18.12.3 -> 19.04.0)
korganizer (18.12.3 -> 19.04.0)
kpimtextedit (18.12.3 -> 19.04.0)
kpkpass (18.12.3 -> 19.04.0)
kruler (18.12.3 -> 19.04.0)
ksmtp (18.12.3 -> 19.04.0)
ktnef (18.12.3 -> 19.04.0)
kwalletmanager5 (18.12.3 -> 19.04.0)
ldb (1.4.3 -> 1.5.4)
libdrm (2.4.97 -> 2.4.98)
libgravatar (18.12.3 -> 19.04.0)
libkcddb (18.12.3 -> 19.04.0)
libkcompactdisc (18.12.3 -> 19.04.0)
libkdcraw (18.12.3 -> 19.04.0)
libkdepim (18.12.3 -> 19.04.0)
libkexiv2 (18.12.3 -> 19.04.0)
libkgapi (18.12.3 -> 19.04.0)
libkipi (18.12.3 -> 19.04.0)
libkleo (18.12.3 -> 19.04.0)
libkomparediff2 (18.12.3 -> 19.04.0)
libksane (18.12.3 -> 19.04.0)
libksieve (18.12.3 -> 19.04.0)
libqt5-qtbase (5.12.2 -> 5.12.3)
libqt5-qtconnectivity (5.12.2 -> 5.12.3)
libqt5-qtdeclarative (5.12.2 -> 5.12.3)
libqt5-qtgraphicaleffects (5.12.2 -> 5.12.3)
libqt5-qtimageformats (5.12.2 -> 5.12.3)
libqt5-qtlocation (5.12.2 -> 5.12.3)
libqt5-qtmultimedia (5.12.2 -> 5.12.3)
libqt5-qtnetworkauth (5.12.2 -> 5.12.3)
libqt5-qtquickcontrols (5.12.2 -> 5.12.3)
libqt5-qtquickcontrols2 (5.12.2 -> 5.12.3)
libqt5-qtscript (5.12.2 -> 5.12.3)
libqt5-qtsensors (5.12.2 -> 5.12.3)
libqt5-qtserialport (5.12.2 -> 5.12.3)
libqt5-qtspeech (5.12.2 -> 5.12.3)
libqt5-qtsvg (5.12.2 -> 5.12.3)
libqt5-qttools (5.12.2 -> 5.12.3)
libqt5-qttranslations (5.12.2 -> 5.12.3)
libqt5-qtvirtualkeyboard (5.12.2 -> 5.12.3)
libqt5-qtwayland (5.12.2 -> 5.12.3)
libqt5-qtwebchannel (5.12.2 -> 5.12.3)
libqt5-qtwebengine (5.12.2 -> 5.12.3)
libqt5-qtwebsockets (5.12.2 -> 5.12.3)
libqt5-qtx11extras (5.12.2 -> 5.12.3)
libqt5-qtxmlpatterns (5.12.2 -> 5.12.3)
mailcommon (18.12.3 -> 19.04.0)
mailimporter (18.12.3 -> 19.04.0)
mbox-importer (18.12.3 -> 19.04.0)
messagelib (18.12.3 -> 19.04.0)
mobipocket (18.12.3 -> 19.04.0)
myspell-dictionaries (20181025 -> 20190423)
nodejs10 (10.15.2 -> 10.15.3)
okular (18.12.3 -> 19.04.0)
package-update-indicator
pim-data-exporter (18.12.3 -> 19.04.0)
pim-sieve-editor (18.12.3 -> 19.04.0)
pimcommon (18.12.3 -> 19.04.0)
pipewire
python-requests
quagga
samba (4.9.4+git.138.e50f45d83ad -> 4.10.2+git.78.0c89af72312)
signon-plugin-oauth2
spectacle (18.12.3 -> 19.04.0)
sssd (2.0.0 -> 2.1.0)
talloc (2.1.14 -> 2.1.16)
tdb (1.3.16 -> 1.3.18)
tevent (0.9.37 -> 0.9.39)
usbmuxd
vim (8.1.1137 -> 8.1.1198)
=== Details ===
==== ImageMagick ====
Version update (7.0.8.40 -> 7.0.8.41)
Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagick++-7_Q16HDRI4 libMagickCore-7_Q16HDRI6 libMagickWand-7_Q16HDRI6 perl-PerlMagick
- version update to 7.0.8.41
* Fixed a number of issues (reference
https://github.com/ImageMagick/ImageMagick/issues)
* Honor SOURCE_DATE_EPOCH environment variable (reference
https://github.com/ImageMagick/ImageMagick/pull/1496/)
* Standardize on UTC time for any image format timestamp.
* Add MagickAutoThresholdImage(), MagickCannyEdgeImage(),
MagickComplexImages(), MagickConnectedComponentsImage(),
MagickHoughLineImage(), MagickKuwaharaImage(), MagickLevelizeImageColors(),
MagickLevelImageColors(), MagickMeanShiftImage(), MagickPolynomialImage(),
MagickRangeThresholdImage(), MagickSetSeed(), MagickWaveletDenoiseImage()
methods to MagickWand API.
-bsc#1133110 - Remove jasper dependency from ImageMagick
==== MozillaFirefox-branding-openSUSE ====
Version update (45 -> 60)
- bump version to 60 for SLE compatibility (bsc#1128316)
- removed intl.locale.matchOS
* it's not used in recent versions and it was set in the general
openSUSE Firefox package since 2011
==== akonadi-calendar ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-calendar-lang akonadi-plugin-calendar libKF5AkonadiCalendar5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Fix crash due to using an attribute from a collection that went out of scope
* Workaround qt5.13 bug
- 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 compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Fix some clazy warning
* Remove QT_CHECK
==== akonadi-calendar-tools ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-calendar-tools-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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 minor Doxygen issues
* Remove space as it's not necessary now
* Remove kdelibs4support
* use nullptr
* Initialize pointer
==== akonadi-contact ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-contact-lang akonadi-plugin-contacts libKF5AkonadiContact5 libKF5ContactEditor5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* contact-editor/.../CMakeLists.txt - don't build in nicknamewidget
* Workaround qt5.13 bug
* Fix broken unittest
* Make attribute const
- 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:
* Reduce duplicate code
* Make it compile against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Add support for "PROFILE" web site as GMail has.
* Add support for QQ protocol
* Increase version here too
* Fix some clazy warning
* Remove QT_CHECK
* Minor: Fix string according to KDE HIG
==== akonadi-import-wizard ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-import-wizard-lang libKPimImportWizard5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Workaround qt5.13 bug
- 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:
* No code changes since 18.12.3
==== akonadi-mime ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-mime-lang akonadi-plugin-mime libKF5AkonadiMime5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* No code changes since 18.12.3
==== akonadi-notes ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-notes-lang libKF5AkonadiNotes5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* No code changes since 18.12.3
==== akonadi-search ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-search-lang libKF5AkonadiSearch
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- Bump versions in BuildRequires for KF5 libraries matching the
specified versions in CMakeLists.txt, to force correct build order.
- Add explicit BuildRequires for kdbusaddons-devel
- 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:
* Convert to camelcase include
* Make attribute const
- 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 some clazy watning
* Port Q_FOREACH
* Use KF5_MIN_VERSION instead of KF5_VERSION
* Remove QT_CHECK
* Make sure xapian.h is always included first
==== akonadi-server ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-server-lang akonadi-server-sqlite libKF5AkonadiAgentBase5 libKF5AkonadiCore5 libKF5AkonadiPrivate5 libKF5AkonadiWidgets5 libKF5AkonadiXml5
- 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:
* ItemSync: skip handling remote items if local changes failed
* autotests: remove unused variables
* Fix compiler warning about invalid varargs usage in macro
* Remove unused member fetchAllAttributes in CollectionFetchScope
* Fix the Akonadi detection with older CMake versions
* Add unittest for clearPayload. Unfortunately it passes :-)
- 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:
* Convert to camelcase include
* Don't install unexported class
* Fix handling of collectionChanged() in AgentBase (kde#403642)
* Fix unhandled exception from DataStream::operator<<
* Fix collection detaching at the wrong time in attribute()
- 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:
* Too many changes to list here
- Dropped patches, now upstream:
* fix-regression-when-updating-attributes.patch
* fix-collection-detaching.patch
==== akregator ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akregator-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
- 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:
* Too many changes to list here
==== alsa ====
Subpackages: libasound2 libasound2-32bit
- Move definition of _lto_cflags into %build.
- Disable LTO (boo#1133086).
==== ark ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ark-lang
- 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:
* Handle locked RAR archives (kde#368851)
- 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:
* clirar: Remove double backslashes in isPasswordPrompt()
* Fix progress info for CreateJob (kde#382599)
- 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:
* Too many changes to list here
- Refreshed patches:
* lower-libarchive-minimum-version.patch
==== baloo5-widgets ====
Version update (18.12.3 -> 19.04.0)
Subpackages: baloo5-widgets-lang
- 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:
* [tagsaction] Don't crash on multiple files (kde#401733)
- 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:
* Fix lengthy URLs in tooltips
- 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:
* Too many changes to list here
==== binutils ====
Subpackages: binutils-devel
- Add rx-gas-padding-pr24464.patch: fix for PR24464.
==== bzip2 ====
Subpackages: libbz2-1 libbz2-1-32bit libbz2-devel
- add bzip2-1.0.6-CVE-2016-3189.patch to fix a heap use after
free vulnerability that was reported in bzip2recover [bsc#985657]
[CVE-2016-3189]
==== calendarsupport ====
Version update (18.12.3 -> 19.04.0)
Subpackages: calendarsupport-lang libKF5CalendarSupport5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Make it compile without foreach
* Workaround qt5.13 bug
* Make Attribute const, in preparation for akonadi being stricter
- 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:
* Make it compile against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
==== dolphin ====
Version update (18.12.3 -> 19.04.0)
Subpackages: dolphin-part dolphin-part-lang libdolphinvcs5
- 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:
* Don't show "Open With" menu items for empty directories
* [DolphinMainWindowTest] Fix testNewFileMenuEnabled
- 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:
* Move Safely Remove down in places context menu
* When hovering over a file on the not-focus view panel, the information panel gets updated
* [InformationPanel] Hide the video when the preview is disabled, avoid computing the preview when it is disabled
* Revert "Create a global launch shortcut (Meta+E)"
* [PhononWidget] Fix layout warning
- 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:
* Too many changes to list here
==== dragonplayer ====
Version update (18.12.3 -> 19.04.0)
Subpackages: dragonplayer-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Port away from foreach
* Bump min deps to Qt 5.9 & KF 5.53
* Deploy ui.rc file via qrc
* Port away from deprecated QLayout::setMargin()
* Remove hardcoded spacing/margin from AdjustSizeButton
* Remove unused dragonlogo.png (also wrongly installed as kxmlgui data)
* Embed metadata json also with kparts plugin
* Remove outdated & usually ignored Version= entry from desktop file
* Enforce modern Qt API
* Use Qt-namespace signal/slot keywords
* Use consistently CamelCase includes for Qt classes
* Install kparts plugin into kf5/parts subdir
* Use more https in links
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Include phonon imclude dirs as SYSTEM, to avoid compiler checks
* Remove unused includes of cmake macros
* Use KF5_MIN_VERSION also for ECM, now that is part of KF
* Bump min cmake version to 3.0
* Use <gui> instead of deprecated <kpartgui>
* Use nullptr consistently
* Use override consistently
* Remove unneeded call of setOrganizationDomain, done by KAboutData later
* No need to repeat work of KAboutData::setupCommandLine()
==== eventviews ====
Version update (18.12.3 -> 19.04.0)
Subpackages: eventviews-lang libKF5EventViews5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Workaround qt5.13 bug
* Make Attributes const, to prepare for akonadi changes
* Fix misuse of QColor API, the return value was ignored so
these lines were no-ops
- 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 compile against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Remove QT_CHECK
==== fuse ====
Subpackages: libfuse2
- Move definition of _lto_cflags into %build.
- Disable LTO (boo#1133101).
==== glusterfs ====
Subpackages: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0
- Move definition of _lto_cflags into %build.
- Disable LTO (boo#1133088).
==== grantleetheme ====
Version update (18.12.3 -> 19.04.0)
Subpackages: grantleetheme-lang libKF5GrantleeTheme5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Workaround qt5.13 bug
- 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:
* No code changes since 18.12.3
==== gwenview5 ====
Version update (18.12.3 -> 19.04.0)
Subpackages: gwenview5-lang
- 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:
* Add HiDPI support for thumbnails
- Dropped patches, now upstream:
* 0001-Add-HiDPI-support-for-thumbnails.patch
- 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:
* HiDPI Support for Gwenview (kde#373178)
* Fix -Wreturn-type warning for jpeg version check
- Add upstream patch for HiDPI support in thumbnails (kde#373178):
* 0001-Add-HiDPI-support-for-thumbnails.patch
- 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 compilation in some systems
* Touch support for Gwenview
* Deprecated--
* Remove deprecated method
* [MainWindow] Navigate through mouse forward/back buttons
* Compile tests files with enabled exceptions, required for exiv2 0.27
* Allow Gwenview to be able to open .kra (Krita) files
* Set the same image mime types in all desktop files
* Add mime types for raw image formats to desktop file
* Create shortcut to focus navigator bar
* Use semantically correct restoration icon
* Use user-trash icon for Trash action (kde#391078)
* Port to new connect api
* Use Ctrl+i to trigger a name filter, which matches Dolphin (kde#386531)
* Ignore files
* Const'ify, add const'ref found by clazy
* Bump max thumbnail size to 512px
* Compile more files with enabled exceptions, required for exiv2 0.27
* Use forward declaration for Exiv2::Image, port to std::unique_ptr
* Use FlowLayout for Crop toolbar
* Fix mem leak found by asan
* [ThumbnailView] Fix mouse buttons handling
- Dropped patches, now upstream:
* 0001-Compile-more-files-with-enabled-exceptions-required-.patch
* 0002-Use-forward-declaration-for-Exiv2-Image-port-to-std-.patch
==== incidenceeditor ====
Version update (18.12.3 -> 19.04.0)
Subpackages: incidenceeditor-lang libKF5IncidenceEditor5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Compile without foreach
* Don't install unexported class
* Workaround qt5.13 bug
- 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:
* increase version
* KCombobox--
* Make it compile against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Fix some clazy warning
* Remove QT_CHECK
* Minor: Respect HIG for button title
* dialogdesktop: Add a lot more icons, fix layouts
* Fix minor EBN issues
* Fix minor typos and EBN issues
==== kaccounts-integration ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kaccounts-integration-lang libkaccounts1
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* No code changes since 18.12.3
==== kaccounts-providers ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kaccounts-providers-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* No code changes since 18.12.3
==== kaddressbook ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kaddressbook-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Too many changes to list here
==== kalarmcal ====
Version update (18.12.3 -> 19.04.0)
Subpackages: akonadi-plugin-kalarmcal kalarmcal-lang libKF5AlarmCalendar5
- 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:
* Fix the kholidays detection with older CMake versions.
* Add ignore file
- 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:
* Minor comment fixes
- 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:
* Turn nullptr into {} when initializing flags
* Use more nullptr
* Fix Doxygen list
* Fix minor Doxygen issues
* Replace nullptr which aren't pointers
* Minor: Use more nullptr
* Fix minor EBN issues and typo
==== kamera ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kamera-lang kio_kamera
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Remove deprecated method
==== kate ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kate-lang kate-plugins
- 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:
* improve comment
* fix handling of sub modules in git rely on ls-files --recurse-submodules, there since end of 2016
- 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
- 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:
* Too many changes to list here
- Refreshed patches:
* 0001-Defuse-root-block.patch
==== kcalc ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcalc-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kcalcore ====
Version update (18.12.3 -> 19.04.0)
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Fix compile, KCalCore doesn't depend on Qt5Widgets, so use Qt5Gui instead
* Workaround a Qt 5.13 bug
- 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:
* compile without foreach
* We use find_dependency, so we need to include CMakeFindDependencyMacro.
* Support static builds
* Add property for productId
* Fix some clazy warning
==== kcalutils ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcalutils-lang libKF5CalendarUtils5
- 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:
* Fix the frameworks detection with older CMake versions.
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* it compiles fine without foreach
* Fix minor typos and EBN issues
==== kcharselect ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcharselect-lang
- 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
- 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
- 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 compile without foreach
* Do not duplicate work done by KAboutData::setupCommandLine()
* Use <gui> instead of deprecated <kpartgui>
* It compiles fine with strict compile flags
* Fix some clazy warning
* Use https here
==== kcolorchooser ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcolorchooser-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* add appstream metainfo
- 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:
* Increase version
==== kcontacts ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kcontacts-lang libKF5Contacts5
- 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:
* Fix kf5 lib with old CMake version
- 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:
* Convert to camelcase include
* Make compile: kcontacts doesn't include widgets, so use Qt5Gui_VERSION
* Workaround qt5.13 bug
- 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:
* Compile without foreach
* Don't include newlines in address if only country is available
* Remove Q_REQUIRED_RESULT from assignment operator
* Increase version
* Use int here
* Fix minor typos and EBN issues
==== kdav ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdav-lang libKPimKDAV5
- 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:
* Fix kf5 lib with old CMake version
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Remove QT_CHECK
* Fix minor EBN issues and typos
==== kdenetwork4-filesharing ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdenetwork4-filesharing-lang
- 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
- 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
- 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:
* No code changes since 18.12.3
==== kdepim-addons ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdepim-addons-lang
- 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:
* Fix autotest
* Fix autotest
* Don't show a qwarning when we have an empty text
* Fix Bug 405434 - KMail crashes when trying to switch on add-blocker (kde#405434)
- 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:
* Allow to add text in subject too
* Fix insert special characters
* Allow to close grammar checker
* Convert to camelcase include
* Minor optimization
* Fix save adblock list name
* Fix Bug 405791 - Crash when clicking on a mail that contains vcard.vcf attachment (kde#405791)
* Workaround qt5.13 bug
- 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:
* Too many changes to list here
==== kdepim-apps-libs ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdepim-apps-libs-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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 compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Remove AkonadiCore from target include directories
* Remove unused void argument
==== kdepim-runtime ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdepim-runtime-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Revert the kalarm changes and fix the race condition differently.
* IMAPResource: Defer task if we get disconnected during login
* Fix constness of Attributes, in preparation for changes in Akonadi
* Update the comment.
* Allow running the pimkolab tests.
* Try to fix the FreeBSD build when ECM_ENABLE_SANITIZERS is enabled.
- 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:
* Too many changes to list here
==== kdialog ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kdialog-lang
- 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
- 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
- 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:
* Use CamelCase includes for KF headers
* Ensure modern Qt code
* Bump min cmake dep to 3.0
* Add --imgbox and --imginputbox support for KDialog
* Fix some clazy warning
* Set window icon with --icon argument
==== khelpcenter5 ====
Version update (18.12.3 -> 19.04.0)
Subpackages: khelpcenter5-lang
- 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
- 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:
* Bump version number
* Fix opening URL's to help files
- 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:
* Follow kde hig for the search field
* Add <launchable> entry to appdata
* No need to duplicate work done by KAboutData::setupCommandLine()
* Remove no longer used version header includes
* Respect BUILD_TESTING
* Use more https in links
* Use <gui> instead of deprecated <kpartgui>
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Fix clazy warning
==== kidentitymanagement ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kidentitymanagement-lang libKF5IdentityManagement5
- 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:
* Fix the kcoreaddons detection with older CMake versions.
- 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:
* Make it compile when we have kf5 < 5.57 (FOREACH)
* Convert to camelcase include
* Fix compile: replace foreach with std::remove_if + erase
* Workaround qt5.13 bug
- 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 compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Fix minor typos
* Fix whatsthis
* Fix some clazy warning
* Fix minor typos
==== kimap ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kimap-lang libKF5IMAP5
- 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:
* Fix the KF5CoreAddons detection with older CMake versions.
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Remove QT_CHECK
* Install NamespaceJob and RFCCodecs camelcase headers
==== kio-extras5 ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kio-extras5-lang libkioarchive5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kio_audiocd ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kio_audiocd-lang
- 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
- 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:
* Use the correct MIME type for CDDB information.txt (kde#405783)
- 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 stat to actually recognize the info dir exists
* Use more https in links
* Include KDECMakeSettings & KDECompilerSettings first
* Use KF_MIN_VERSION also for ECM, given it's released as part of KF now
* Bump min cmake version to 3.0
* Remove not existing include dir
* Install kio binary into kf5/kio subdir, like other kio binaries
* Fix minor typos
* Add Audiocd KCM docs
* Use override as suggested by compiler
* Use tabs consistently, add some initialization (do not know if it works).
* Add Opus support for KIO AudioCD (kde#313768)
* Use more loose permissions for the ripped files (kde#203183)
* Fix KCM installation
* Fix minor typos and antics
* Add Mainpage.dox to test Doxygen documentation with Krazy
==== kitinerary ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKPimItinerary5 libKPimItinerary5-lang
- 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:
* Fix extraction of arrival/departure time for Brussels Airlines
* Add airline IATA code as trigger criteria for Brussels Airlines too
- 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:
* Don't block airport name disambiguation on the "international" fragment
* Make the email parser handle all kinds of line breaks
* Normalize all place names, not just those of airports
* Extend Amadeus filter
* Support one more Lufthansa variation of this
* Support English BCD ical files too
* Fix compile, Qt5Widgets_VERSION isn't defined, use Qt5Core_VERSION instead
* Workaround qt5.13 bug
- 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:
* Too many changes to list here
==== kldap ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kldap-lang libKF5Ldap5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
- 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:
* It compiles fine without foreach
* Remove KCombobox
* Remove deprecated methods
* use isEmpty()
==== kleopatra ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kleopatra-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
- 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:
* Too many changes to list here
==== kmag ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmag-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* Too many changes to list here
==== kmail ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmail-application-icons kmail-lang ktnef
- 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:
* Fix autotest
* Fix crash in autotest
* Fix Bug 406324 - Messages detected as scam are deleted when moved to trash (kde#406324)
* Fix bug Bug 406324 - Messages detected as scam are deleted when moved to trash
- 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:
* Fix insert text even in subject
* Remove unused include
* When we double click on a message we must use the same settings
* Convert to camelcase include
* Fix Bug 405775 - 'Impossible to send email' notification is too intrusive (kde#405775)
* Allow to insert emoticon in subject too
* Workaround qt5.13 bug
- 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:
* Too many changes to list here
==== kmail-account-wizard ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmail-account-wizard-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Port to for(...:...)
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Update copyright
==== kmailtransport ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmailtransport-lang libKF5MailTransport5 libKF5MailTransportAkonadi5
- 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:
* Fix the kwallet detection with older CMake versions.
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Make it compile without foreach
* Make it compile against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Fix minor typos
* Fix minor EBN issues
* Remove QT_CHECK
==== kmbox ====
Version update (18.12.3 -> 19.04.0)
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Fix compile, Qt5Widgets_VERSION isn't defined, use Qt5Core_VERSION instead
* Workaround qt5.13 bug
- 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:
* Make it compile without foreach
* Fix minor typos
==== kmime ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmime-lang libKF5Mime5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
- 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:
* Increase version
* Allow to detect attachment when mail use alternative
* Add more autotest
* Export kmime_codecs.h.
* It seems that it 's not used
* Add missing override
* parsedatetimetest: Fix -Wunused-result warning
* parsedatetimetest: Reformat code
* Use nullptr
==== kmousetool ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kmousetool-lang
- 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
- 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
- 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 clazy warning
==== knotes ====
Version update (18.12.3 -> 19.04.0)
Subpackages: knotes-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Make it compiles against qt5.10
* They changed datastream for QFont...
* Fix constness of Attributes, in preparation for changes in akonadi
- 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:
* Too many changes to list here
==== kompare ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kompare-lang
- 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
- 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
- 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:
* Deploy ui.rc files via qrc files
* Port away from foreach
* Port away from deprecated QLayout::setMargin()
* Bump min deps to Qt 5.9 & KF 5.53
* Bump min Qt version to 5.6, as implied by KF min version 5.35
* Use KF5_MIN_VERSION also for ECM, now that it is released together
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Add JSON metadata to plugin binaries
* Install kparts plugins consistently to kf5/parts subdir
==== konsole ====
Version update (18.12.3 -> 19.04.0)
Subpackages: konsole-part konsole-part-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Fixes minor memory leaks
* Use QTEST_GUILESS_MAIN
- 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:
* Too many changes to list here
- Dropped patches, now upstream:
* Fix-bold-font.patch
* Add-special-support-for-block-characters.patch
* Extend-character-clipping-by-grouping-it-with-spaces.patch
* Improve-built-in-line_block-characters-drawing.patch
* Fix-ibeam-and-underline-cursor-rendering.patch
==== kontact ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kontact-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Workaround qt5.13 bug
- 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:
* Make it compiles against qt5.13
* USe QStringLiteral
* Update copyright
* Fix minor EBN issues and typo
==== kontactinterface ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kontactinterface-lang libKF5KontactInterface5
- 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:
* Fix kf5 lib with old CMake version
- 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:
* Make it compiles without foreach
* Convert to camelcase include
* Workaround qt5.13 bug
- 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 compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
==== kopete ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kopete-lang
- 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
- 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
- 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 minor Doxygen issues
* Fix minor typos
* Add caption to the screenshot
==== korganizer ====
Version update (18.12.3 -> 19.04.0)
Subpackages: korganizer-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Don't install unexported class
* Workaround qt5.13 bug
* Fix constness of Attributes, in preparation for changes in Akonadi
- 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:
* Too many changes to list here
==== kpimtextedit ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kpimtextedit-lang libKF5PimTextEdit5
- 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:
* Signal when there is a problem for loading emoticons
* Add missing emoticons
* Fix the ktextwidgets detection with older CMake versions.
* Add more emoticons
- 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:
* Too many changes to list here
- 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:
* Too many changes to list here
==== kpkpass ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKPimPkPass5
- 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:
* Fix kf5 lib with old CMake version
- 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:
* It compile fine without foreach
* Fix compile, Qt5Widgets_VERSION isn't defined, use Qt5Core_VERSION instead
* Workaround qt5.13 bug
- 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 some clazy warning
* Mark transitType property CONSTANT
==== kruler ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kruler-lang
- 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
- 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
- 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:
* Make it compile with qt5.13
* Bump min cmake dep to 3.0
==== ksmtp ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ksmtp-lang libKPimSMTP5
- 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:
* Fix the kcoreAddons detection with older CMake versions.
- 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:
* Workaround qt5.13 bug
- 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:
* it compiles fine without foreach
* Fix some clazy warning
* Remove QT_CHECK
==== ktnef ====
Version update (18.12.3 -> 19.04.0)
Subpackages: ktnef-lang libKF5Tnef5
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Add platform information to the metainfo file. This information is required within metainfo.yaml files when they are present, otherwise the CI system cannot perform necessary checks and builds will fail.
* Fix minor typos
==== kwalletmanager5 ====
Version update (18.12.3 -> 19.04.0)
Subpackages: kwalletmanager5-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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
- 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:
* it compiles fine without foreach
* Port to for(...:...)
* Use <gui> instead of deprecated <kpartgui>
* Remove deprecated method
* Silence some warnings
* remove some clazy warning
* Make it readable
* USe https here
==== ldb ====
Version update (1.4.3 -> 1.5.4)
Subpackages: libldb1 libldb1-32bit python3-ldb
- Update to 1.5.4
+ Fix standalone build of ldb.
+ C99 build fixes.
+ CVE-2019-3824 out of bounds read in wildcard compare (bug#13773)
- Update to 1.5.3
+ Avoid inefficient one-level searches (bug#13762)
+ The test api.py should not rely on order of entries in dict (bug#13772)
- Update to 1.5.2
+ dirsync: Allow arbitrary length cookies (bug #13686)
+ The build uses python3 by default: --extra-python would take
python2 now
+ To build with python2 only use:
PYTHON=python2 ./configure
PYTHON=python2 make
PYTHON=python2 make install
==== libdrm ====
Version update (2.4.97 -> 2.4.98)
Subpackages: libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1
- Update to version 2.4.98
* This release adds marketing names for AMDGPU devices, a
fallback path in drmDevice for devices lacking OF data
and drmIsMaster API, amongst other changes.
==== libgravatar ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5Gravatar5 libgravatar-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* compile without foreach
* Fix missing delete reply. Found by new Gammaray feature "network
* Fix forward declaration
* Install headers
* Fix autotests + split gravatarconfiguresettingsdialog
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
==== libkcddb ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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:
* No code changes since 18.12.3
==== libkcompactdisc ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5CompactDisc5 libkcompactdisc-lang
- 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
- 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:
* Add .arcconfig
* Define _BSD_SOURCE for strdup and timerclear
* Include <strings.h> for strcasecmp
- 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 minor EBN issues
==== libkdcraw ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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 the maintainer username.
==== libkdepim ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5Libkdepim5 libKF5LibkdepimAkonadi5 libkdepim-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Fix order item when we load the first time. Otherwise we can
change order
* Add parent to widget
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* update version
* Make it compile against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Fix bug found by david avoid <foo <bla(a)kde.org>>
* Fix check return value
* Extract widget.
* Remove QT_CHECK
==== libkexiv2 ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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 building against exiv2-0.27 (kde#402644)
- Drop D17799-Fix_building_against_exiv2-0.27.diff. Fixed upstream.
==== libkgapi ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKPimGAPICalendar5 libKPimGAPIContacts5 libKPimGAPICore5 libKPimGAPITasks5 libkgapi-lang sasl2-kdexoauth2
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Workaround qt5.13 bug
- 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:
* Too many changes to list here
==== libkipi ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5Kipi32_0_0 libkipi-data
- 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
- 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
- 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:
* Use CamelCase includes for KF headers
* Remove Qt module prefixes from includes
* Remove no longer existing subdir imageio from include_directories()
* Use nullptr
* Use consistently override, not Q_DECL_OVERRIDE
* Port ECMPackageConfigHelpers -> CMakePackageConfigHelpers
* Fix minor EBN issues and typos
==== libkleo ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5Libkleo5 libkleo-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Convert to camelcase include
* Port to for(...:...) here
- 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:
* Too many changes to list here
==== libkomparediff2 ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libkomparediff2-5 libkomparediff2-lang
- 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
- 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
- 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:
* Use modern cmake add_test() signature
* Use non-deprecated KDEInstallDirs variables
* Be more precise about deps in the public interface
* Port away from foreach
* Find package Qt5 with COMPONENTS
* Bump min deps to Qt 5.9 & KF 5.53
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
==== libksane ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5Sane5 libksane-lang
- 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
- 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
- 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:
* Bump version
* Fix zooming in/out with a touchpad
* Don't apply options change if scanning is in progress
* Static version of toQImageSilent()
* Fix mem leak found by asan
* Honor BUILD_TESTING
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Fix Windows CI build issues caused by startPreviewScan slot
* Minor fix to API docs
* Fix minor EBN issues and typos
* Export startPreviewScan slot
==== libksieve ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libksieve-lang
- 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:
* Fix the syntax-highlighting detection with older CMake versions.
- 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:
* Fix crash when we uncomment text
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Make it compiles against qt5.13
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* obsolete url
* Remove QT_CHECK
==== libqt5-qtbase ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-mysql libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.12.3/?h=v5.12.3
- Add fix-fixqt4headers.patch to use the include path used by our
Qt5 packages.
==== libqt5-qtconnectivity ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5Bluetooth5 libQt5Bluetooth5-imports libQt5Nfc5 libQt5Nfc5-imports libqt5-qtconnectivity-tools
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtconnectivity.git/plain/dist/changes-5.12.3/?h=v…
==== libqt5-qtdeclarative ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.3/?h=v5…
==== libqt5-qtgraphicaleffects ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtgraphicaleffects.git/plain/dist/changes-5.12.3/…
==== libqt5-qtimageformats ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtimageformats.git/plain/dist/changes-5.12.3/?h=v…
==== libqt5-qtlocation ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5Location5 libQt5Positioning5 libQt5PositioningQuick5
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtlocation.git/plain/dist/changes-5.12.3/?h=v5.12…
==== libqt5-qtmultimedia ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtmultimedia.git/plain/dist/changes-5.12.3/?h=v5.…
==== libqt5-qtnetworkauth ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtnetworkauth.git/plain/dist/changes-5.12.3/?h=v5…
==== libqt5-qtquickcontrols ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtquickcontrols.git/plain/dist/changes-5.12.3/?h=…
==== libqt5-qtquickcontrols2 ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.3/?h…
==== libqt5-qtscript ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtscript.git/plain/dist/changes-5.12.3/?h=v5.12.3
==== libqt5-qtsensors ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5Sensors5 libQt5Sensors5-imports
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtsensors.git/plain/dist/changes-5.12.3/?h=v5.12.3
==== libqt5-qtserialport ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtserialport.git/plain/dist/changes-5.12.3/?h=v5.…
==== libqt5-qtspeech ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5TextToSpeech5 libqt5-qtspeech-plugin-speechd
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.3/?h=v5.12.3
==== libqt5-qtsvg ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtsvg.git/plain/dist/changes-5.12.3/?h=v5.12.3
==== libqt5-qttools ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5Designer5 libQt5Help5 libqt5-qdbus libqt5-qtpaths
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.12.3/?h=v5.12.3
==== libqt5-qttranslations ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qttranslations.git/plain/dist/changes-5.12.3/?h=v…
==== libqt5-qtvirtualkeyboard ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5HunspellInputMethod5 libQt5VirtualKeyboard5 libqt5-qtvirtualkeyboard-hunspell
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtvirtualkeyboard.git/plain/dist/changes-5.12.3/?…
==== libqt5-qtwayland ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5WaylandClient5 libQt5WaylandCompositor5
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.12.3/?h=v5.12.3
==== libqt5-qtwebchannel ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5WebChannel5 libQt5WebChannel5-imports
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtwebchannel.git/plain/dist/changes-5.12.3/?h=v5.…
==== libqt5-qtwebengine ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.3/?h=v5.1…
- Refresh chromium-non-void-return.patch
==== libqt5-qtwebsockets ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5WebSockets5 libQt5WebSockets5-imports
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtwebsockets.git/plain/dist/changes-5.12.3/?h=v5.…
==== libqt5-qtx11extras ====
Version update (5.12.2 -> 5.12.3)
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtx11extras.git/plain/dist/changes-5.12.3/?h=v5.1…
==== libqt5-qtxmlpatterns ====
Version update (5.12.2 -> 5.12.3)
Subpackages: libQt5XmlPatterns5 libqt5-qtxmlpatterns-imports
- Update to 5.12.3:
* New bugfix release
* For more details please see:
* http://code.qt.io/cgit/qt/qtxmlpatterns.git/plain/dist/changes-5.12.3/?h=v5…
==== mailcommon ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5MailCommon5 mailcommon-lang
- 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:
* Fix the kcompletion detection with older CMake versions.
- 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:
* Convert to camelcase include
* Remove -DQT_NO_FOREACH
* Don't install unexported class
* Workaround qt5.13 bug
* Stricter constness for Attributes, in preparation for changes in akonadi
- 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:
* Too many changes to list here
==== mailimporter ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5MailImporter5 libKF5MailImporterAkonadi5 mailimporter-lang
- 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:
* Fix the karchive detection with older CMake versions.
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* No code changes since 18.12.3
==== mbox-importer ====
Version update (18.12.3 -> 19.04.0)
Subpackages: mbox-importer-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* It compile fine without foreach
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Update copyright
==== messagelib ====
Version update (18.12.3 -> 19.04.0)
Subpackages: messagelib-lang
- 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:
* We need GUI support
* Fix crash in autotest
- 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:
* Fix Bug 406208 - "#" in a title news then only a part of the
title is transmitted in subject of a mail (kde#406208)
* Try to fix string
* Add signal when we want to insert text
* Convert to camelcase include
* AttachmentUpdateJob needs to be exported even without BUILD_TESTING
* Fix includes
* Fix: no install not exported class
* Remove unused includes
* Don't install debug files + fix build
* Remove bad includes
* Don't install/export class when not necessary
* Don't install not exported symbol
* Make Attributes const in preparation for changes in akonadi
- 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:
* Too many changes to list here
==== mobipocket ====
Version update (18.12.3 -> 19.04.0)
- 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
- 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
- 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:
* No code changes since 18.12.3
==== myspell-dictionaries ====
Version update (20181025 -> 20190423)
Subpackages: myspell-cs_CZ myspell-da_DK myspell-de myspell-de_DE myspell-el_GR myspell-en myspell-en_GB myspell-en_US myspell-es myspell-es_ES myspell-fr_FR myspell-hu_HU myspell-it_IT myspell-lightproof-en myspell-lightproof-hu_HU myspell-lightproof-pt_BR myspell-lightproof-ru_RU myspell-pl_PL myspell-pt_BR myspell-ru_RU
- Update to 20190423:
* Serbian dictionary updated
* Update af_ZA hunspell
* Update Spanish dictionary
* Update Slovenian dictionary
* Update Breton dictionary
* Update Galician dictionary
==== nodejs10 ====
Version update (10.15.2 -> 10.15.3)
Subpackages: nodejs10-devel npm10
- Add _constraints file to avoid OOM errors
- flaky_test_rerun.patch: rework patch to account for tests that
end with an exception and are not actually re-run...
- New upstream LTS version 10.15.3
* http: fix error check in Execute()
* stream: fix end-of-stream for HTTP/2
- fix_ci_tests.patch: refreshed
==== okular ====
Version update (18.12.3 -> 19.04.0)
Subpackages: okular-lang okular-spectre
- 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:
* Update version
* Set Qt::AA_CompressTabletEvents attribute to avoid latency when scrolling with a tablet (kde#399208)
- 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
- 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:
* Too many changes to list here
==== package-update-indicator ====
Subpackages: package-update-indicator-lang
- Remove useless clang dependency
==== pim-data-exporter ====
Version update (18.12.3 -> 19.04.0)
Subpackages: pim-data-exporter-lang
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- 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:
* Make it compiles without foreach
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Export kleopatracertificateselectiondialogrc too
* Add missing texttospeechrc
* Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
* Update copyright
==== pim-sieve-editor ====
Version update (18.12.3 -> 19.04.0)
Subpackages: pim-sieve-editor-lang
- 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:
* Fix show "go to line" menu entry
- 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:
* Convert to camelcase include
* Workaround qt5.13 bug
- 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:
* Make it compiles against qt5.13
* Fix copyright
* Remove this obsolete line
==== pimcommon ====
Version update (18.12.3 -> 19.04.0)
Subpackages: libKF5PimCommon5 libKF5PimCommonAkonadi5 pimcommon-lang
- 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:
* Fix the kconfig detection with older CMake versions.
- 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:
* Fix crash when applying collection ACL changes (kde#405975)
* Make it compiles without foreach
* Remove extra margin
* Convert to camelcase include
* Fix: no install not exported class
* Workaround qt5.13 bug
* Stricter use of constness for Attribute, preparing for changes in akonadi
- 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:
* Too many changes to list here
==== pipewire ====
- Add patch to fix use of headers from C++:
* avoid-invalid-conversion-error-with-C++.patch
==== python-requests ====
- Do not hardcode version requirements in setup.py allowing us to
update and verify functionality on our own:
* requests-no-hardcoded-version.patch
==== quagga ====
Subpackages: libospf0 libospfapiclient0 libzebra1
- bsc#1130588: Require shadow instead of old pwdutils
==== samba ====
Version update (4.9.4+git.138.e50f45d83ad -> 4.10.2+git.78.0c89af72312)
Subpackages: libdcerpc-binding0 libdcerpc-binding0-32bit libdcerpc0 libdcerpc0-32bit libndr-krb5pac0 libndr-krb5pac0-32bit libndr-nbt0 libndr-nbt0-32bit libndr-standard0 libndr-standard0-32bit libndr0 libndr0-32bit libnetapi0 libnetapi0-32bit libsamba-credentials0 libsamba-credentials0-32bit libsamba-errors0 libsamba-errors0-32bit libsamba-hostconfig0 libsamba-hostconfig0-32bit libsamba-passdb0 libsamba-passdb0-32bit libsamba-policy0-python3 libsamba-util0 libsamba-util0-32bit libsamdb0 libsamdb0-32bit libsmbclient0 libsmbconf0 libsmbconf0-32bit libsmbldap2 libsmbldap2-32bit libtevent-util0 libtevent-util0-32bit libwbclient0 libwbclient0-32bit samba-client samba-client-32bit samba-doc samba-libs samba-libs-32bit samba-libs-python3 samba-python3 samba-winbind samba-winbind-32bit
- Update to samba-4.10.2:
+ CVE-2019-3870 (World writable files in
Samba AD DC private/ dir); (bso#13834).
+ CVE-2019-3880 (Save registry file outside share as
unprivileged user); (bso#13851).
+ py/kcc_utils: py2.6 compatibility; (bso#13837).
+ libcli: permit larger values of DataLength in
SMB2_ENCRYPTION_CAPABILITIES of negotiate response;
(bso#13869).
+ regfio: Improve handling of malformed registry hive files;
(bso#13840).
+ ctdb-version: Simplify version string usage; (bso#13789).
+ lib: Make fd_load work for non-regular files; (bso#13859).
+ dbcheck: in the middle of the tombstone garbage collection
causes replication failures,
dbcheck: add --selftest-check-expired-tombstones cmdline
option; (bso#13816).
+ ndr_spoolss_buf: Fix out of scope use of stack variable in
NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818).
+ s4/messaging: Fix undefined reference in linking
libMESSAGING-samba4.so; (bso#13854).
+ acl_read: Fix regression for empty lists; (bso#13836).
+ s4:dlz make b9_has_soa check dc=@ node; (bso#13841).
+ s3:client: Fix printing via smbspool backend with kerberos
auth; (bso#13832).
+ s4:librpc: Fix installation of Samba; (bso#13847).
+ s3:lib: Fix the debug message for adding cache entries;
(bso#13848).
+ s3:utils: Add 'smbstatus -L --resolve-uids' to show username;
(bso#13793).
+ s3:lib: Fix the debug message for adding cache entries;
(bso#13848).
+ s3:waf: Fix the detection of makdev() macro on Linux;
(bso#13853).
* ctdb-build: Drop creation of .distversion in tarball;
(bso#13789).
* ctdb-packaging: Test package requires tcpdump, ctdb package
should not own system library directory; (bso#13838).
- Update to samba-4.10.1:
+ py/kcc_utils: py2.6 compatibility; (bso#13837);
+ libcli: permit larger values of DataLength in
SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869);
+ regfio: Improve handling of malformed registry hive files; (bso#13840);
+ ctdb-version: Simplify version string usage; (bso#13789);
+ lib: Make fd_load work for non-regular files; (bso#13859);
+ dbcheck in the middle of the tombstone garbage collection causes
replication failures, dbcheck: add --selftest-check-expired-tombstones
cmdline option; (bso#13816);
+ ndr_spoolss_buf: Fix out of scope use of stack variable in
NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818);
+ s4/messaging: Fix undefined reference in linking
libMESSAGING-samba4.so; (bso#13854);
+ acl_read: Fix regression for empty lists; (bso#13836);
+ s4:dlz make b9_has_soa check dc=@ node; (bso#13841);
+ s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832);
+ s4:librpc: Fix installation of Samba; (bso#13847);
+ s3:lib: Fix the debug message for adding cache entries; (bso#13848);
+ s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793);
+ s3:lib: Fix the debug message for adding cache entries; (bso#13848);
+ s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853);
+ ctdb-build: Drop creation of .distversion in tarball; (bso#13789);
+ ctdb-packaging: Test package requires tcpdump, ctdb package
should not own system library directory; (bso#13838);
- Update to samba-4.10.0:
+ s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760);
+ access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812);
+ s4/scripting/bin: Open unicode files with utf8 encoding and write
+ unicode string.
+ sambaundoguididx: Use the right escaped oder unescaped sam ldb
files; (bso#13759);
+ Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813);
+ passdb: Update ABI to 0.27.2.
+ lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813);
+ lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);
- Update to samba-4.9.5
+ audit_logging: Remove debug log header and JSON Authentication:
prefix; (bso#13714);
+ Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760);
+ s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso#
CID: 1433607; (bso#11495);
+ smbd: uid: Don't crash if 'force group' is added to an existing
share connection; (bso#13690);
+ s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility
code; (bso#13770);
+ s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803);
+ s3:utils/smbget fix recursive download with empty source
directories; (bso#13199);
+ samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716);
+ s3:libsmb: cli_smb2_list() can sometimes fail initially on a
connection; (bso#13736);
+ join: Throw CommandError instead of Exception for simple errors; (bso#13747);
+ ldb: Avoid inefficient one-level searches; (bso#13762);
+ s3: libsmb: use smb2cli_conn_max_trans_size() in
cli_smb2_list(); (bso#13736);
+ tldap: Avoid use after free errors; (bso#13776);
+ Fix idmap xid2sid cache churn; (bso#13802);
+ access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812);
+ s3-smbd: Avoid assuming fsp is always intact after close_file
call; (bso#13720);
+ s3-vfs-fruit: Add close call; (bso#13725);
+ s3-smbd: Use fruit:model string for mDNS registration; (bso#13746);
+ s3-vfs: add glusterfs_fuse vfs module; (bso#13774);
+ printing: Check lp_load_printers() prior to pcap cache update; (bso#13766);
+ vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS)
ftruncate and fallocate; (bso#13807);
+ lib/audit_logging: Actually create talloc; (bso#13737);
+ netcmd/user: python[3]-gpgme unsupported and replaced by
python[3]-gpg; (bso#13728);
+ dns: Changing onelevel search for wildcard to subtree; (bso#13738);
+ samba-tool: Don't print backtrace on simple DNS errors; (bso#13721);
+ sambaundoguididx: Use the right escaped oder unescaped sam ldb
files; (bso#13759);
+ ctdb: Print locks latency in machinereadable stats; (bso#13742);
+ messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786);
+ audit_logging: auth_json_audit required auth_json; (bso#13715);
+ man pages: Document prefork process model; (bso#13765);
+ CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773);
+ s3:auth: ignore create_builtin_guests() failing without a valid
idmap configuration; (bso#13697);
+ s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC
without trusts; (bso#13722);
+ s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd
is not available; (bso#13723);
+ s4:server: Add support for 'smbcontrol samba shutdown' and
'smbcontrol <pid> debug/debuglevel'; (bso#13752);
+ Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616);
+ vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330);
+ s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774);
+ notifyd: Fix SIGBUS on sparc; (bso#13704);
+ waf: Check for libnscd; (bso#13787);
+ s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770);
+ lib/util: Count a trailing line that doesn't end in a newline; (bso#13717);
+ Recovery lock bug fixes; (bso#13800);
+ s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726);
+ s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727);
+ vfs_fileid: Fix get_connectpath_ino; (bso#13741);
+ vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);
==== signon-plugin-oauth2 ====
- Don't treat use of deprecated declarations as error to fix build
against Qt 5.13
==== spectacle ====
Version update (18.12.3 -> 19.04.0)
Subpackages: spectacle-lang
- 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:
* Change default compression quality from 90 to 89
- 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:
* Add missing QMimeData include to fix compilation on older Qt versions
* Make "Quit after copy" feature work (kde#393708)
* Change i18n of filename formatting options
- 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:
* Too many changes to list here
- Add 0001-Use-qdbus-qt5-instead-of-qdbus.patch to ensure the right
qdbus command is used by spectacle
==== sssd ====
Version update (2.0.0 -> 2.1.0)
Subpackages: libnfsidmap-sss libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-32bit sssd-krb5-common sssd-ldap
- Update to new upstream release 2.1.0
* Any provider can now match and map certificates to user
identities.
* pam_sss can now be configured to only perform Smart Card
authentication or return an error if this is not possible.
* pam_sss can also prompt the user to insert a Smart Card if,
during an authentication it is not available.
* A new configuration option ad_gpo_implicit_deny was added.
This option (when set to True) can be used to deny access to
users even if there is not applicable GPO.
* The dynamic DNS update can now batch DNS updates to include
all address family updates in a single transaction.
==== talloc ====
Version update (2.1.14 -> 2.1.16)
Subpackages: libtalloc2 libtalloc2-32bit python3-talloc
- Update to version 2.1.16
+ Fix standalone build of talloc.
- Update to version 2.1.15
+ Deprecate talloc_set_memlimit() and talloc_autofree_context()
+ Fix undefined behavior in talloc_memdup
+ The build uses python3 by default:
+ --extra-python would take python2 now
+ To build with python2 only use:
PYTHON=python2 ./configure
PYTHON=python2 make
PYTHON=python2 make install
==== tdb ====
Version update (1.3.16 -> 1.3.18)
Subpackages: libtdb1 libtdb1-32bit python3-tdb
- Update to 1.3.18
+ Fix build problems with older python versions.
+ C99 build fixes.
+ Fix standalone build of tdb.
- Update to 1.3.17
==== tevent ====
Version update (0.9.37 -> 0.9.39)
Subpackages: libtevent0 libtevent0-32bit python3-tevent
- Update to version 0.9.39
+ py_tevent: add_timer takes float argument
+ C99 build fixes.
+ Fix standalone build of tevent.
- Update to version 0.9.38
+ Deprecate tevent wrapper api again
+ Build fixes
+ The build uses python3 by default:
+ --extra-python would take python2 now
+ To build with python2 only use:
PYTHON=python2 ./configure
PYTHON=python2 make
PYTHON=python2 make install
==== usbmuxd ====
- bsc#1130588: Require shadow instead of old pwdutils
==== vim ====
Version update (8.1.1137 -> 8.1.1198)
Subpackages: gvim vim-data vim-data-common
- Updated to version 8.1.1198, fixes the following problems
* Xterm mouse wheel escape sequence is not tested.
* Plugins don't get notified when the popup menu changes.
* No test for what is fixed in patch 8.1.0716.
* Not easy to find out what neighbors a window has.
* Terminal winpos test fails with very large terminal. (Dominique Pelle)
* No test for dragging the window separators with the mouse.
* May pass weird strings to file name expansion.
* Too strict checking of the 'spellfile' option.
* Compiler warning for unused function. (Tony Mechelynck)
* Desktop file translations are requiring manual updates.
* CTRL-L with 'incsearch' does not pick up char under cursor. (Smylers)
* Building desktop files fails with older msgfmt.
* Generating desktop files not tested on Travis.
* Build fails when using shadow directory.
* Msgfmt complains about missing LINGUAS file. (Tony Mechelynck)
* Getting a newer msgfmt on Travis is too complicated.
* Termcodes tests can be improved.
* Unicode emoji and other image characters not recognized.
* Unicode tables are out of date.
* Json encoded string is sometimes missing the final NUL.
* Termcodes test would fail in a very big terminal.
* Unreachable code.
* Incorrect coverage information; typo in color name.
* Codecov does not report all the coverage information.
* Gettitle test is failing when server name differs. (Kenta Sato)
* No test for mouse clicks in the terminal tabpage line.
* Gettitle test can still fail when another Vim is running.
* No test for closing tab by click in tabline.
* Not all screen update code of the terminal window is executed in tests.
* Writing coverage info in a separate dir is not needed.
* Terminal ANSI color test does not cover all colors.
* Statusline test could fail in large terminal.
* Cursor properties were not fully tested.
* Suspend test has duplicated lines.
* No test for dragging a tab with the mouse and for creating a new tab by
double clicking in the tabline.
* Test for dragging a tab is flaky.
* .ts files are recognized as xml, while typescript is more common.
* When mouse click tests fails value of 'ttytype' is unknown.
* No test for mouse clicks in the fold column.
* Vim script debugger tests are old style.
* Tests for mouse clicks are a bit flaky when run in an interactive terminal.
* Some function prototypes are outdated.
* Typos in VisVim comments.
* Undo file left behind after running test.
* Mapping for CTRL-X is inconsistent.
* readdir() allocates list twice.
* Cannot recognize Pipfile.
* Not all Vim variables require the v: prefix.
* Mode is not cleared when leaving Insert mode.
* has('vimscript-3') does not work.
* Not all debug commands are covered by a test.
* Mode is not cleared when leaving Insert mode with mapped Esc.
* Typos and small problems in test files.
* Typos and small problems in source files.
* Vim script debugger functionality needs cleanup.
* Parallel build may fail.
* When starting with multiple tabs file messages is confusing.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0