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…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
ffmpeg-3
ffmpeg-4
gjs
grub2
libproxy
libproxy-plugins
libqt5-qtwayland
mutter
polkit-default-privs
sddm
xdg-desktop-portal-kde (5.13.2 -> 5.13.3)
=== Details ===
==== ffmpeg-3 ====
Subpackages: libavcodec57 libavfilter6 libavformat57 libavresample3 libavutil55 libpostproc54 libswresample2 libswscale4
- Fix typo in swresample name
- Conditionalize vidstab so it gets working on Leap
- full_build only on Leap 42 and 15, not on TW
- Add macros to allow conflicting with all other devel projects
to ensure we always install only one specific ffmpeg
- Enable vidstab on tumbleweed
- Conditionalize pkgconfig(libopenjpeg) and pkgconfig(sdl2)
BuildRequires: Fix build for SLE 12 SP3.
- Enable pkgconfig(vidstab) BuildRequires unconditionally, now
available in openSUSE.
- Conditionalize zimg for Leap 42.3
- Split out the develpkgs again
- Use %autopatch
- Sync with ffmpeg-4
==== ffmpeg-4 ====
Subpackages: libavcodec58 libavdevice58 libavfilter7 libavformat58 libavresample4 libavutil56 libpostproc55 libswresample3 libswscale5
- Fix typo in swresample name
- Conditionalize full build to be primary only on Leap15+
- Add macros to allow conflicting with all other devel projects
to ensure we always install only one specific ffmpeg
- Conditionalize the vidstab build to not pull it on old releases
- Conditionalize srt support to not pull it on older releases
- ------------------------------------------------------------------
==== gjs ====
Subpackages: libgjs0 typelib-1_0-GjsPrivate-1_0
- Add gjs-ensure-force_gc-flag-use.patch: context: Ensure force_gc
flag is not lost if the idle is scheduled (glgo#GNOME/gjs#150).
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi grub2-x86_64-xen
- Marked %{_sysconfdir}/grub.d/40_custom as (noreplace)
[bsc#1079332, grub2.spec]
==== libproxy ====
- Drop favor_gtk2 conditional.
==== libproxy-plugins ====
Subpackages: libproxy1-config-gnome3 libproxy1-config-kde libproxy1-networkmanager libproxy1-pacrunner-webkit
- Drop favor_gtk2 conditional.
- Use %license (boo#1082318)
- Update descriptions and RPM categories.
- Update to version 0.4.15:
+ Port to, and require, SpiderMonkey 38.
+ Fix "NetworkManager plugin not being built"
(gh#libproxy/libproxy#53).
+ Fix "networkmanager plugin not working
(gh#libproxy/libproxy#58).
+ Fix "Invalid read after free" (gh#libproxy/libproxy#59).
+ Fix intermittent unit test failures.
- Replace pkgconfig(mozjs185) buildRequires with
pkgconfig(mozjs-38), following upstream.
- Have libproxy1-config-kde require libqt5-qtpaths instead of
libqt5-qttools on openSUSE > 13.2 / openSUSE > Leap 42.x
(boo#988808).
- Update to version 0.4.14:
+ Parallel build support for python2 and python3.
- DWITH_PYTHON has been replaced with -DWITH_PYTHON2 and
- DWITH_PYTHON3 to have full control over this. Default is
ON for both (gh#libproxy/libproxy#22).
+ Minor fixes to the PAC retriever code
(gh#libproxy/libproxy#40).
+ Fallback to mcs instead of gmcs for the mono bindings
(gh#libproxy/libproxy#37).
+ Fix build using cmake 3.7.
+ Fix deprecation warnings of pxgsettings with glib 2.46.
+ Improve the get-pac test suite (gh#libproxy/libproxy#47).
- Drop update-from-svn.sh: The script has not been usable for
years, since libproxy is no longer hosted in this svn repo.
- Drop upstream merged patches:
+ libproxy-cmake-3.7.patch
+ libproxy-FindMono-4.6.patch
+ libproxy-gnome-waitpid.patch
+ libproxy-python3-support.patch
- Re-enable the test suite: with the upstream changes this should
now be more reliable.
- Add libproxy-cmake-3.7.patch: Fix build with cmake 3.7.
- Add libproxy-FindMono-4.6.patch: Fall back to mcs if gmcs cannot
be found. Fixes issues with mono 4.6, which no longer ships the
wrapper by default.
- Add libproxy-python3-support.patch: Allow to build PYTHON2 and
PYTHON3 bindings during the same build phase.
- Create new subpackage python3-libproxy.
- Add python3-devel BuildRequires when not building core.
- Add libproxy-gnome-waitpid.patch: GNOME3: Wait for pxgsettings to
vanish while destroying the plugin (boo#967601).
- Update to GNOME 3.20.2 (Fate#318572, bnc#980527)
- Require libqt5-qttools by libproxy1-config-kde: the plugin spawns
qtpaths to find the right config files (boo#979232).
- Trigger libproxy1-config-kde for installation when
plasma5-session and libproxy1 are installed.
- Fix condition to not build KDE plugin for SLE.
- Update to version 0.4.13:
+ Allow linking webkit pacrunner against javascriptcore-4.0
(webkit2).
+ Allow to disable building of the KDE module
(-DWITH_KDE=ON/OFF).
+ Fix compilation errors with CLang on MacOSX.
+ bindings: perl: Add an option to explicitly link against
libperl.so. Some distributions want to do it, other prefer not
to, the library is anyway in context of perl.
+ config_kde: Add a basic cache and invalidation: performance
improvement for the KDE module.
- Pass -DWITH_KDE=OFF to cmake when building core.
- Replace pkgconfig(webkitgtk-3.0) BuildRequires with
pkgconfig(javascriptcoregtk-4.0): make use of the WebKit2 port.
- Update to GNOME 3.20 Fate#318572
- Disable building libproxy-config-kde on SLE.
- Update to version 0.4.12:
+ Move development to github.com/libproxy/libproxy.
+ Fix fd leak in get_pac (Bug #185).
+ Detect running MATE session (Bug #186, Part1).
+ Fix linking of perl bindings to pthread (Bug #182).
+ Correctly detect spidermonky (mozjs185) (Bug #188).
+ Stop pxgsettings from segfaulting on exit (Bug #192).
+ Fix test #10 (Bug #189).
+ Fix build on Mac OS X (Bug #183).
+ Add a generic KDE Config module (fix crashes of Qt5 based
apps) (issue#4).
- Drop upstream fixed patches:
+ libproxy-pxgsettings-crash.patch
+ libproxy-no-libperl.patch
+ libproxy-pxgsettings-signals.patch
- Rename libproxy1-config-kde4 subpackage to libproxy-config-kde,
following upstreams introduction of the generic config loader.
- Require libKF5ConfigCore5 from libproxy1-config-kde (we don't
really need the library, but kreadconfig5 in this package).
- Replace libkde4-devel and libqt4-devel BuildRequires with
libKF5ConfigCore5: the new KDE config parser interacts directly
with kreadconfig5 and does not link to Qt.
- Add libproxy-pxgsettings-signals.patch: Fix for pxgsettins not
actively monitoring gsetting changes. Due to recent changes in
GLib, only values are being monitored, that are read AFTER the
signal handler is attached.
- Adjust baselibs.conf to match what is currenly being built.
- Change Supplements to install libproxy1-config-gnome3 only if
gnome-session-core is installed to reduce minimal install size
(bnc#885455).
- Add libproxy-no-libperl.patch: do not link the perl module
against libperl. We do not want a dependency on the libperl
library, as that would make as depend on the specific version of
perl. As the bindings are running in perl context, libperl can
be assumed to be loaded by that time.
- Use perl_requires if it is defined.
- Add libproxy-pxgsettings-crash.patch: fix crash in pxgsettings
when it's closing down (bnc#836576).
- Build mono, perl and python sub package while building -plugins
instead of the main package. This helps keeping the build deps
for the main package minimal.
- Use build conditional (gcond) for enabling/disabling mono
bindings instead of static defines. This allows for osc build
and rpmbuild to be used more flexible.
- Remove mono support for aarch64 for now.
- Update to version 0.4.11:
+ Build fixes with cmake 2.8.10+.
+ Quick release without built binaries / files (bug#184).
- Drop cmake-2.8.10-compat.diff: fixed upstream.
- Add cmake-2.8.10-compat.diff: fixes a CMake error with
CMake >= 2.8.10 (bnc#789219).
- Update to version 0.4.10:
+ Fix http chunk encoded PAC that was broken in previous release.
+ Add HTTP client unit test.
+ Fix more coding style issues.
- Disable test suite for now: the new http client test fails for
weird reasons in the build bot (but works locally).
- Add explicit netcfg BuildRequires for the test suite.
- Update to version 0.4.9:
+ Fixed buffer overflow when downloading PAC (CVE-2012-4504).
+ Fix infinite loop uppon network errors.
- Update to version 0.4.8:
+ Only support standalone mozjs185 as mozilla js engine.
+ Support building with javascritpcoregtk 1.5
+ Support sending multiple results.
* Issues fixed:
- #166: Libproxy does not parse NO_PROXY correct when the line
contains spaces
- #164: If gconf's value is an empty list, pxgconf will make
/usr/bin/proxy wait forever
- #60: use lib js for embedded solutions
- #160: strdup and gethostbyname not declared on OSX 10.7
- #168: .pc file should be installed under OSX as well.
- #170: Also check for "Transfer-Encoding: chunked".
- #171: mozjs pacrunner: Fix parameters of dnsResolve_()
- #172: Allow to forcibly build pacrunner as module
- #173: Libproxy doesn't build with gcc 4.7
- #147: Use ${CMAKE_DL_LIBS} instead of assuming libdl is correct.
- #176: python bindings: guard the destructor.
- #177: Speed up importing of libproxy in python.
- Drop upstream fixed patches:
+ libproxy-javascriptcoregtk.patch
+ libproxy-mozjs185.patch
+ libproxy-trim-ignores.patch
+ libproxy-gcc47.patch
+ libproxy-force-bipr.patch
- Add libproxy-force-bipr.patch: Force building pacrunner as module
This is required as libproxy, when building only one pacrunner,
links the module internal. But as we only temporarly disable
the mozjs, we do need to keep the webkit runner as an external
module.
- Also pass -DBIPR=0 to cmake, to enable the patch above.
- Temporaryly disable the mozjs pacrunner: it casues crashes due
to symbol conflicts in Firefox (bnc#759123):
+ Introduce build_mozjs defines, currently set to 0
+ Conditionally build the pacrunner-mozjs package
+ Conditionally buildrequire pkgconfig(mozjs185)
+ When not building mozjs pacrunner, obsolete the package by
libproxy1.
- Add libproxy-gcc47.patch: Fix build with gcc 4.7.
- Add libproxy-trim-ignores.patch: Trim strings in ignore list.
Fix bnc#739069.
- remove mono dependency also for ppc64
- remove mono dependency for %%arm
- Build against js instead of xulrunner:
+ Add libproxy-mozjs185.patch: taken from upstream, detect
mozjs185 instead of xulrunner in the build system.
+ Add pkgconfig(mozjs185) BuildRequires and remove
mozilla-xulrunner-devel BuildRequires.
+ Change Supplements of libproxy1-pacrunner-mozjs to use
libmozjs185-1_0 instead of mozilla-xulrunner.
- Change Supplements of libproxy1-pacrunner-webkit to appropriately
use libjavascriptcoregtk-1_0-0/libjavascriptcoregtk-3_0-0
(depending on %favor_gtk2) instead of libwebkitgtk-0.
- Add libproxy-javascriptcoregtk.patch: Fix build with
webkitgtk-3.0 version 1.5.1: javascriptcoregtk became independent
and can be used on it's own now and is actually what libproxy
depends on. Patch taken from upstream svn, r816.
- Update to version 0.4.7:
+ Support/require xulrunner 2.0+
+ Support linking againgst libwebkit-gtk3 (-DWITH_WEBKIT3=ON)
+ Port to gsettings for gnome3. (-DWITH_GNOME3=ON[default])
+ Issues closed:
- #149: always test for the right python noarch module path
- #155: Cannot compile with Firefox 4
- #156: libproxy should build against webkitgtk-3.0
- #158: Won't compile w/ xulrunner 2.0 final
- #159: libproxy fails with autoconfiguration
"http://proxy.domain.com"
- #131: GSettings-based GNOME plugin
- #150: SUSE sysconfig/proxy config support
- Drop patches included upstream:
+ libproxy-sysconfig-support.patch
+ libproxy-xul2.patch
+ libproxy-backports.patch
- Package gnome3 module instead of gnome module, if favor_gtk2 is
not set (in the project metadata).
- Add gnome3 module to baselibs.conf and fixup the various
Supplements in baselibs.conf (pointed to the pre -config names).
- When building for gnome3 (favor_gtk2 = 0), add BuildRequires:
pkgconfig(gio-2.0) >= 2.26, pkgconfig(gobject-2.0) and
pkgconfig(webkitgtk-3.0)
- When building for gnome2, add BuildRequires:
pkgconfig(gconf-2.0), pkgconfig(gobject-2.0) and replace
libwebkit-devel with pkgconfig(webkit-1.0).
- Update baselibs.conf.
- Add libproxy-backports.patch: Backport critical fixes from
upstream codestream.
- Add libproxy-xul2.patch: Add compatibility to build against
xulrunner 2.0. Patch submitted upstream, issue#155.
- Use xulrunner 2.0 on openSUSE 11.4.
- Add libproxy-sysconfig-support.patch, to support the proxy
configuration from sysconfig. Part of bnc#655483.
Patch written by Duncan Mac-Vicar <dmacvicar(a)novell.com>.
- Update to version 0.4.6:
+ Fixed a crash in the URL parser
+ Fixed build issues with Visual Studio
+ Updated the INSTALL file
+ Install Python binding in prefix path if site-packages exists
- Mono bindings are not available for all supported platforms,
thus wrapping it in a if have_mono [...] endif.
- Check for build_snapshot: the svn snapshot project contains
unversioned tarballs.
- Update to version 0.4.5:
+ C# bindings are installable (-DWITH_DOTNET=ON)
+ C# bindings installation path can be changed using -DGAC_DIR=
+ Internal libmodman build fixed
+ Installation dirs are now all relative to CMAKE_INSTALL_PREFIX
+ Fixed test while using --as-needed linker flag
+ Fixed generation of libproxy-1.0.pc
+ Basic support for Mingw added (not yet 100% functional)
+ Ruby binding implemented (not yet in the build system)
+ Fixed modules not being found caused by relative
LIBEXEC_INSTALL_DIR
+ Fixed bug with builtin plugins (Issue 133)
+ Vala bindings installation path can be changed using
- DVAPI_DIR=
+ Python bindings installation path can be changed using
- DPYTHON_SITEPKG_DIR=
+ Perl bindings can be installed in vendor directory
(-DPERL_VENDORARCH=ON)
+ Perl bindings installation path can be change using
- DPX_PERL_ARCH=
+ Unit test now builds on OSX
- Changes from version 0.4.4:
+ Add support for optionally building using a system libmodman
+ Rework build system to be cleaner
+ Fix two major build system bugs: 127, 128
- Add mono-devel BuildRequires to install the csharp bindings.
- Initial work to support win32 cross building.
- Use external libmodman: add libmodman-devel BuildRequires.
- Drop libmodman0 subpackage
- Enable build on other distributions than openSUSE, wrapping
openSUSE rpm tags like Recommends and Supplements in %if
statements.
- Update to version 0.4.3:
+ Test can now be out-compiled using BUILD_TESTING=OFF
+ Fixed python binding not handling NULL pointer
+ Pyhton binding now support Python version 3
+ Rewrote URL parser to comply with unit test (bnc#612007)
+ Username and password are now URL encoded
+ Scheme comparison is now non-case sensitive
+ Fixed deadlock using WebKit as PAC runner
+ Fixed OS X compilation of Perl bindings
- libmodman0_0_0 is now correctly called libmodman0, follow this
change also in baselibs.conf
- Update to version 0.4.2:
+ Fixed python bindings
+ Workaround cmake bug with dynamic libraries in non-standard
folders.
- Update to version 0.4.1:
+ Improved cross-platform build
+ Added Perl and Vala bindings
+ Fix multiple infinite loop bugs
+ Fix random crash with Gnome backend
+ Standardized Gnome backend based on Mozilla and Chrome behavior
+ Removed dependency to X11 in Gnome backend
+ Allow disabling features at build time using WITH_* cmake
options
+ Module path can now be altered using PX_MODULE_PATH environment
+ pxgconf helper location can be altered using PX_GCONF
environment
+ Removed proxy scheme filtering, we now trust config modules
+ socks5:// and socks4:// is now allowed
+ Fix crash when password is empty string
+ Complete list of bug fixes:
- #19, #59, #65, #86, #87, #88, #89, #90, #91, #92, #93, #97,
[#98], #99, #100, #101, #102, #103, #106, #108, #110
+ Known issues:
+ #109 - Scheme comparison is case sensitive
+ #112 - Username and password are not URI encoded
- Update to svn snapshot 626
+ No longer require xlib to detect session.
- Remove xorg-x11-libXmu-devel BuildRequires.
- Build against mozilla-xulrunner192-devel on openSUSE > 11.2.
- Update to svn snapshot 621 in order to fix some serious crashes
in config_gnome. This is close to what will be the 0.4.1 release.
- Drop all patches as they came from upstream and are included
in this snapshot already.
- Do not forcibly require libmodman from the tools package. It's
pulled in by library dependencies.
- add libmodman0_0_0 to baselibs.conf
- Add libproxy-gcc45.patch to fix build with gcc 4.5. Patch comes
from upstream svn, rev 599.
- Update to version 0.4.0:
+ C++ rewrite
+ Small API change (px_proxy_factory_get_proxy() can now return
NULL)
+ SOVERSION bump
+ libmodman is now a separate library
+ Migrate to cmake
+ Windows support (config_w32reg, ignore_hostname; VC++ support)
+ MacOSX support (config_macosx, ignore_hostname)
+ Built-in modules support
+ Support for chunked encoding
+ Move to hidden visibility by default
+ KDE's KConfig semantics are fully supported
+ Removeal of all PX_* env variables (no longer needed)
+ Symbol based detection of relevant pacrunner
+ Reworked config_gnome to not suck (its *much* faster)
+ Many other things I can't remember
- BuildRequire cmake, gccc-++ and zlib-devel
- Add libproxy-pysitelib.patch, as the python bindings are are
arch-independent
- Add libproxy-libexecpatch.patch to move library helpers to proper
libexecdir.
- Build the python-package as noarch
- sonum bump to 1, thus changing name to libproxy1
- Split out libmodman (will not follow the versioning of libproxy
in the long run).
- Add libproxy-pkgconfig.patch to also install the .pc file.
- Package baselibs.conf
- Update to version 0.3.1
+ Bugfixes
- config file parser reads all sections
- KDE session detection based on environment varibales,
as suggested by KDE upstream.
+ KDE configuration module is the first module in C++ and
now links to libkdecore4 in order to properly detect the
configuration folder for kde.
+ At the moment we're not compatible with KDE3. Sorry.
+ .NET bindings can now properly be installed and it should
be possible for packagers to provide them.
- Add gcc-c++, libkde4-devel and libqt4-devel for updated kde mod.
- This update solves bnc#546199.
- Update to version 0.3.0
+ WARNING!!! Slight API change!!! see docs for
px_proxy_factory_get_proxies()
+ Credentials support (see API change above)
+ A complete rewrite of the module manager
+ file:// as valid PAC URLs
+ Sample Mono application
+ Automake 1.11 shaved output
+ gnome backend rewrite (now w/o thread issues)
+ Test suite base functionality exists
+ Many solaris build fixes
+ Seamonkey support as JS pacrunner
+ Bugfixes
+ Compiles for MS Windows using Mingw
- Split additional modules out in separate packages.
- Use new python macros on openSUSE <= 11.1
- use new python macros
- Add libproxy-svn-303_as-needed.patch to successfully build with
- -as-needed
- Extend baselibs.conf
We also need the plugins 32bit. The 32bit plugin get's installed
as soon as the 32bit librarz is installed. Same featureset is
recommended, bnc#485543
- Tag patches.
- Build libproxy-plugins against mozilla-xulrunner191 on
openSUSE > 11.1.
- Change Name to libproxy-plugins in libproxy-plugins.spec.
- Split the build in two steps, libproxy and libproxy-plugins, to
avoid a build loop: libproxy depends on libwebkit which depends
on libsoup which depends on libproxy. So we now have a new spec
file for libproxy-plugins where the libwebkit dependency is.
- Review changes.
- use correct mozilla/xulrunner dependencies
==== libqt5-qtwayland ====
Subpackages: libQt5WaylandClient5 libQt5WaylandCompositor5
- Remove patch as it causes a regression with resizing windows:
* 0001-Handle-maximize-minimize-fullscreen-xdgshellv6.patch
==== mutter ====
Subpackages: libmutter-2-0 mutter-data mutter-lang
- Add pkgconfig(libpipewire-0.1) BuildRequires and pass
enable-remote-desktop to configure, build remote-desktop support,
now that pipewire is available.
==== polkit-default-privs ====
- polkit-default-privs: whitelist incremental libvirt actions (bnc#1100328)
- polkit-default-privs: group together the large blocks of libvirt rules
- polkit-default-privs: whitelist switchboard-plug-* (bsc#1088472)
==== sddm ====
Subpackages: sddm-branding-openSUSE
- Fix 0001-Support-both-X11-XDisplay-Wayland-and-WaylandDisplay.patch
* Corrected section name for Wayland
==== xdg-desktop-portal-kde ====
Version update (5.13.2 -> 5.13.3)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Create stream once we are supposed to start a stream
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
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…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
attica-qt5 (5.47.0 -> 5.48.0)
baloo5 (5.47.0 -> 5.48.0)
bluez-qt (5.47.0 -> 5.48.0)
breeze5-icons (5.47.0 -> 5.48.0)
efivar (36 -> 35)
frameworkintegration (5.47.0 -> 5.48.0)
kactivities-stats (5.47.0 -> 5.48.0)
kactivities5 (5.47.0 -> 5.48.0)
karchive (5.47.0 -> 5.48.0)
kauth (5.47.0 -> 5.48.0)
kbookmarks (5.47.0 -> 5.48.0)
kcmutils (5.47.0 -> 5.48.0)
kcodecs (5.47.0 -> 5.48.0)
kcompletion (5.47.0 -> 5.48.0)
kconfig (5.47.0 -> 5.48.0)
kconfigwidgets (5.47.0 -> 5.48.0)
kcoreaddons (5.47.0 -> 5.48.0)
kcrash (5.47.0 -> 5.48.0)
kdbusaddons (5.47.0 -> 5.48.0)
kdeclarative (5.47.0 -> 5.48.0)
kded (5.47.0 -> 5.48.0)
kdelibs4support (5.47.0 -> 5.48.0)
kdesu (5.47.0 -> 5.48.0)
kdewebkit (5.47.0 -> 5.48.0)
kdnssd-framework (5.47.0 -> 5.48.0)
kdoctools (5.47.0 -> 5.48.0)
kemoticons (5.47.0 -> 5.48.0)
kernel-source (4.17.6 -> 4.17.7)
kfilemetadata5 (5.47.0 -> 5.48.0)
kglobalaccel (5.47.0 -> 5.48.0)
kguiaddons (5.47.0 -> 5.48.0)
kholidays (5.47.0 -> 5.48.0)
khtml (5.47.0 -> 5.48.0)
ki18n (5.47.0 -> 5.48.0)
kiconthemes (5.47.0 -> 5.48.0)
kidletime (5.47.0 -> 5.48.0)
kimageformats (5.47.0 -> 5.48.0)
kinit (5.47.0 -> 5.48.0)
kio (5.47.0 -> 5.48.0)
kirigami2 (5.47.0 -> 5.48.0)
kitemmodels (5.47.0 -> 5.48.0)
kitemviews (5.47.0 -> 5.48.0)
kjobwidgets (5.47.0 -> 5.48.0)
kjs (5.47.0 -> 5.48.0)
kjsembed (5.47.0 -> 5.48.0)
knewstuff (5.47.0 -> 5.48.0)
knotifications (5.47.0 -> 5.48.0)
knotifyconfig (5.47.0 -> 5.48.0)
kpackage (5.47.0 -> 5.48.0)
kparts (5.47.0 -> 5.48.0)
kpeople5 (5.47.0 -> 5.48.0)
kplotting (5.47.0 -> 5.48.0)
kpty (5.47.0 -> 5.48.0)
kross (5.47.0 -> 5.48.0)
krunner (5.47.0 -> 5.48.0)
kservice (5.47.0 -> 5.48.0)
ktexteditor (5.47.0 -> 5.48.0)
ktextwidgets (5.47.0 -> 5.48.0)
kunitconversion (5.47.0 -> 5.48.0)
kwallet (5.47.0 -> 5.48.0)
kwayland (5.47.0 -> 5.48.0)
kwidgetsaddons (5.47.0 -> 5.48.0)
kwindowsystem (5.47.0 -> 5.48.0)
kxmlgui (5.47.0 -> 5.48.0)
kxmlrpcclient5 (5.47.0 -> 5.48.0)
libKF5ModemManagerQt (5.47.0 -> 5.48.0)
libKF5NetworkManagerQt (5.47.0 -> 5.48.0)
oxygen5-icon-theme (5.47.0 -> 5.48.0)
patterns-kde
plasma-framework (5.47.0 -> 5.48.0)
prison-qt5 (5.47.0 -> 5.48.0)
purpose (5.47.0 -> 5.48.0)
python-Pygments
python-cryptography (2.2.2 -> 2.3)
python-pycurl (7.43.0.1 -> 7.43.0.2)
python-requests
python-urllib3
qalculate (2.5.0 -> 2.6.1)
rubygem-sass (3.5.6 -> 3.5.7)
solid (5.47.0 -> 5.48.0)
sonnet (5.47.0 -> 5.48.0)
syntax-highlighting (5.47.0 -> 5.48.0)
threadweaver (5.47.0 -> 5.48.0)
=== Details ===
==== attica-qt5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Attica5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
* Port remaining uses of qDebug() to qcDebug(ATTICA)
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
* Add debug output for all network requests
* Fix checking invalid provider url
* Unbreak building tests on Windows
* Add provider auto test
* Fix broken url to API specification
==== baloo5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: baloo5-file baloo5-file-lang baloo5-imports baloo5-imports-lang baloo5-kioslaves baloo5-kioslaves-lang baloo5-tools baloo5-tools-lang libKF5Baloo5 libKF5BalooEngine5 libKF5BalooEngine5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove unused entry X-KDE-DBus-ModuleName from the kded plugin metadata
* [tags_kio] The url query should be a key-value pair.
* The power state signal should only be emitted when the power state changes.
* baloodb: Make changes to cmdline arg description after rename prune -> clean
* Clearly show duplicate filenames in tag folders.
==== bluez-qt ====
Version update (5.47.0 -> 5.48.0)
Subpackages: bluez-qt-imports bluez-qt-udev libKF5BluezQt6
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Update D-Bus xml files to use "Out*" for signal type Qt annotations
* Add signal for devices's address changing
==== breeze5-icons ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use the broom-style icon for edit-clear-all too
* Use a broom-style icon for edit-clear-history
* Revert "BUG 391855 update clear icon with broom"
* BUG 391855 update clear icon with broom
* change 24px view-media-artist icon
==== efivar ====
Version update (36 -> 35)
- Downgrade to 35
+ 36 rewrote the linux interface parsers and caused several
problems in efibootmgr. Downgrade the version before the change
to avoid the failure of boot variable creation
(boo#1100077, boo#1101023)
- Refresh libefiboot-export-disk_get_partition_info.patch
==== frameworkintegration ====
Version update (5.47.0 -> 5.48.0)
Subpackages: frameworkintegration-plugin libKF5Style5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kactivities-stats ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Fix off by one error in Cache::clear (kde#396175)
* Fix ResultModel item moving (kde#396102)
* Use more nullptr
* Use consistently override
==== kactivities5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kactivities5-imports libKF5Activities5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== karchive ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kauth ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Auth5 libKF5Auth5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
==== kbookmarks ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Bookmarks5 libKF5Bookmarks5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kcmutils ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5KCMUtils5 libKF5KCMUtils5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kcodecs ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Codecs5 libKF5Codecs5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kcompletion ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Completion5 libKF5Completion5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove unneeded moc include
* Make sure KLineEdit::clearButtonClicked is emitted
==== kconfig ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kconf_update5 libKF5ConfigCore5 libKF5ConfigCore5-lang libKF5ConfigGui5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove unused include
==== kconfigwidgets ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5ConfigWidgets5 libKF5ConfigWidgets5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kcoreaddons ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kcoreaddons-lang libKF5CoreAddons5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings
* Make sure that it compiles with strict compile flags
* Remove unused key X-KDE-DBus-ModuleName from test servicetype metadata
==== kcrash ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Reduce QT_DISABLE_DEPRECATED_BEFORE to minimum dep of Qt
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings
* Make sure to build with strict compile flags
* Use override
==== kdbusaddons ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kdbusaddons-tools libKF5DBusAddons5 libKF5DBusAddons5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kdeclarative ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kdeclarative-components libKF5CalendarEvents5 libKF5Declarative5 libKF5Declarative5-lang libKF5QuickAddons5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
* check the node actually has a valid texture (kde#395554)
==== kded ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kded-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* KDEDModule servicetype definition: remove unused key X-KDE-DBus-ModuleName
==== kdelibs4support ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kdelibs4support-lang libKF5KDELibs4Support5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Set QT_USE_FAST_OPERATOR_PLUS ourselves
* Don't export kf5-config to the CMake config file
* Remove unused entry X-KDE-DBus-ModuleName from the kded plugin metadata
* Use override
==== kdesu ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Su5 libKF5Su5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kdewebkit ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Port KRun::runUrl() & KRun::run() to undeprecated API
* Port KIO::Job::ui() -> KIO::Job::uiDelegate()
==== kdnssd-framework ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5DNSSD5 libKF5DNSSD5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
* Use override
==== kdoctools ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kdoctools-lang libKF5DocTools5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kemoticons ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kernel-source ====
Version update (4.17.6 -> 4.17.7)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- mm: don't do zero_resv_unavail if memmap is not allocated
(stable fix).
- commit 9c2de41
- Linux 4.17.7 (bnc#1012628).
- bpf: reject passing modified ctx to helper functions
(bnc#1012628).
- MIPS: Call dump_stack() from show_regs() (bnc#1012628).
- MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
(bnc#1012628).
- MIPS: Fix ioremap() RAM check (bnc#1012628).
- drm/etnaviv: Check for platform_device_register_simple()
failure (bnc#1012628).
- drm/etnaviv: Fix driver unregistering (bnc#1012628).
- drm/etnaviv: bring back progress check in job timeout handler
(bnc#1012628).
- mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz
pinctrl states (bnc#1012628).
- mmc: dw_mmc: fix card threshold control configuration
(bnc#1012628).
- mmc: renesas_sdhi_internal_dmac: Cannot clear the RX_IN_USE
in abort (bnc#1012628).
- ibmasm: don't write out of bounds in read handler (bnc#1012628).
- staging: rtl8723bs: Prevent an underflow in
rtw_check_beacon_data() (bnc#1012628).
- staging: r8822be: Fix RTL8822be can't find any wireless AP
(bnc#1012628).
- ata: Fix ZBC_OUT command block check (bnc#1012628).
- ata: Fix ZBC_OUT all bit handling (bnc#1012628).
- mei: discard messages from not connected client during power
down (bnc#1012628).
- mtd: spi-nor: cadence-quadspi: Fix direct mode write timeouts
(bnc#1012628).
- tracing/kprobe: Release kprobe print_fmt properly (bnc#1012628).
- vmw_balloon: fix inflation with batching (bnc#1012628).
- ahci: Add Intel Ice Lake LP PCI ID (bnc#1012628).
- ahci: Disable LPM on Lenovo 50 series laptops with a too old
BIOS (bnc#1012628).
- thunderbolt: Notify userspace when boot_acl is changed
(bnc#1012628).
- USB: serial: ch341: fix type promotion bug in ch341_control_in()
(bnc#1012628).
- USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
(bnc#1012628).
- USB: serial: keyspan_pda: fix modem-status error handling
(bnc#1012628).
- USB: yurex: fix out-of-bounds uaccess in read handler
(bnc#1012628).
- USB: serial: mos7840: fix status-register error handling
(bnc#1012628).
- usb: quirks: add delay quirks for Corsair Strafe (bnc#1012628).
- xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
(bnc#1012628).
- Fix up non-directory creation in SGID directories (bnc#1012628).
- mm: zero unavailable pages before memmap init (bnc#1012628).
- ALSA: hda/realtek - two more lenovo models need fixup of
MIC_LOCATION (bnc#1012628).
- ALSA: hda - Handle pm failure during hotplug (bnc#1012628).
- mm: do not drop unused pages when userfaultd is running
(bnc#1012628).
- fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
(bnc#1012628).
- x86/purgatory: add missing FORCE to Makefile target
(bnc#1012628).
- fs, elf: make sure to page align bss in load_elf_library
(bnc#1012628).
- mm: do not bug_on on incorrect length in __mm_populate()
(bnc#1012628).
- tracing: Reorder display of TGID to be after PID (bnc#1012628).
- kbuild: delete INSTALL_FW_PATH from kbuild documentation
(bnc#1012628).
- acpi, nfit: Fix scrub idle detection (bnc#1012628).
- arm64: neon: Fix function may_use_simd() return error status
(bnc#1012628).
- tools build: fix # escaping in .cmd files for future Make
(bnc#1012628).
- IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
(bnc#1012628).
- i2c: tegra: Fix NACK error handling (bnc#1012628).
- i2c: recovery: if possible send STOP with recovery pulses
(bnc#1012628).
- iw_cxgb4: correctly enforce the max reg_mr depth (bnc#1012628).
- xen: remove global bit from __default_kernel_pte_mask for pv
guests (bnc#1012628).
- xen: setup pv irq ops vector earlier (bnc#1012628).
- bsg: fix bogus EINVAL on non-data commands (bnc#1012628).
- crypto: x86/salsa20 - remove x86 salsa20 implementations
(bnc#1012628).
- uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
(bnc#1012628).
- netfilter: nf_queue: augment nfqa_cfg_policy (bnc#1012628).
- crypto: don't optimize keccakf() (bnc#1012628).
- netfilter: x_tables: initialise match/target check parameter
struct (bnc#1012628).
- loop: add recursion validation to LOOP_CHANGE_FD (bnc#1012628).
- xfs: fix inobt magic number check (bnc#1012628).
- PM / hibernate: Fix oops at snapshot_write() (bnc#1012628).
- RDMA/ucm: Mark UCM interface as BROKEN (bnc#1012628).
- loop: remember whether sysfs_create_group() was done
(bnc#1012628).
- kvm: vmx: Nested VM-entry prereqs for event inj (bnc#1012628).
- f2fs: give message and set need_fsck given broken node id
(bnc#1012628).
- f2fs: avoid bug_on on corrupted inode (bnc#1012628).
- f2fs: sanity check on sit entry (bnc#1012628).
- f2fs: sanity check for total valid node blocks (bnc#1012628).
- ARM: dts: armada-38x: use the new thermal binding (bnc#1012628).
- commit 7a74fb0
==== kfilemetadata5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kfilemetadata5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Avoid compiler warnings for taglib headers
* PopplerExtractor: use directly QByteArray() args instead of 0 pointers
* Use more nullptr
* taglibextractor: Restore extracting audio props without tags existing
* OdfExtractor: deal with non-common prefix names
* Don't add -ltag to the public link interface.
* implement the lyrics tag for taglibextractor
* OdfExtractor: fix typo with dc:language
* automatic tests: do not embed EmbeddedImageData already in the library
* add ability to read embedded cover files
* implement reading of rating tag
* check for needed version of libavcode, libavformat and libavutil
==== kglobalaccel ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kglobalaccel5 libKF5GlobalAccel5 libKF5GlobalAccel5-lang libKF5GlobalAccelPrivate5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* [API dox] Use more nullptr
* Update D-Bus xml file to use "Out*" for signal type Qt annotations
==== kguiaddons ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kholidays ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Holidays5 libKF5Holidays5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
* holidays/plan2/holiday_jp_* - add missing metainfo
* updated Japanese holidays (in Japanese and English) BUG: 365241 FIXED-IN: 5.48.0 (kde#365241)
* holidays/plan2/holiday_th_en-gb - updated Thailand (UK English) for 2018 BUG: 393770 FIXED-IN: 5.48.0 (kde#393770)
* add Venezula holidays (Spanish) BUG: 334305 FIXED-IN: 5.48.0 (kde#334305)
==== khtml ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5KHtml5 libKF5KHtml5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== ki18n ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5I18n5 libKF5I18n5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* In cmake macro file use CMAKE_CURRENT_LIST_DIR consequently instead of mixed use with KF5I18n_DIR
* KF5I18NMacros: Don't install an empty dir when no po files exist
* Add missing override
* Use override
==== kiconthemes ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5IconThemes5 libKF5IconThemes5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Support choosing .ico files in custom icon file chooser (kde#233201)
* Support Icon Scale from Icon naming specification 0.13 (kde#365941)
==== kidletime ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== kimageformats ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== kinit ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kinit-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kio ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kio-core kio-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Too many changes to list here
- Refreshed patches:
* 0001-Revert-Support-NTFS-hidden-files.patch
==== kirigami2 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kirigami2-lang libKF5Kirigami2-5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Too many changes to list here
==== kitemmodels ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kitemviews ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5ItemViews5 libKF5ItemViews5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kjobwidgets ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5JobWidgets5 libKF5JobWidgets5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kjs ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5JS5 libKF5JSApi5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== kjsembed ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5JsEmbed5 libKF5JsEmbed5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== knewstuff ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5NewStuff5 libKF5NewStuff5-lang libKF5NewStuffCore5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* [KMoreTools] Enable installing tools via appstream url
* Remove KNS::Engine d-pointer hack
==== knotifications ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Notifications5 libKF5Notifications5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
- Enable text to speech support in the package
==== knotifyconfig ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5NotifyConfig5 libKF5NotifyConfig5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kpackage ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kpackage-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
==== kparts ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Parts5 libKF5Parts5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== kpeople5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kpeople5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kplotting ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== kpty ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Pty5 libKF5Pty5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kross ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kross-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== krunner ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kservice ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kservice-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove unused key X-KDE-DBus-ModuleName from test service metadata
* Add missing override
* Use override
==== ktexteditor ====
Version update (5.47.0 -> 5.48.0)
Subpackages: ktexteditor-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* use nullptr, not 0
* add missing const qualifiers
* guard updateConfig for disabled status bars
* add context menu to statusbar to toggle show total lines/word count
* Implemented displaying of total lines in kate (kde#387362)
* Make menu-bearing toolbar buttons show their menus with normal click rather than click-and-hold (kde#353747)
* CVE-2018-10361: privilege escalation
* Fix caret width (kde#391518)
==== ktextwidgets ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5TextWidgets5 libKF5TextWidgets5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kunitconversion ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5UnitConversion5 libKF5UnitConversion5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
==== kwallet ====
Version update (5.47.0 -> 5.48.0)
Subpackages: kwallet-tools kwallet-tools-lang kwalletd5 kwalletd5-lang libKF5Wallet5 libkwalletbackend5-5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
* Use more override
==== kwayland ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Fix some of cppcheck warnings
* [server] Send frame event instead of flush on relative pointer motion (kde#395815)
* Fix XDGV6 popup test
* Fix stupid copy paste bug in XDGShellV6 Client
* Do not cancel old clipboard selection if it is same as the new one. (kde#395366)
* Fix compiler warning about hidden virtual overloads
* Honor BUILD_TESTING
* Fix some spelling issues suggested by new linter tool
* Add the arclint file in kwayland
* Fix 'unused parameter' warnings
* Documentation fix
* [server] Small code cleanup in SurfaceInterface
* Fixup @since for skip switcher API
- Dropped patches, now upstream:
* 0001-Do-not-cancel-old-clipboard-selection-if-it-is-same-.patch
- Add patch to fix copy-paste from GTK3 applications (boo#1097606):
* 0001-Do-not-cancel-old-clipboard-selection-if-it-is-same-.patch
==== kwidgetsaddons ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5WidgetsAddons5 libKF5WidgetsAddons5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
* [KMessageWidget] Update stylesheet when palette changes
* Update kcharselect-data to Unicode 11.0
* [KCharSelect] Port generate-datafile.py to Python 3
* Revert "Update kcharselect-data to Unicode 11.0"
* Update kcharselect-data to Unicode 11.0
* [KCharSelect] Prepare translations for Unicode 11.0 update
==== kwindowsystem ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5WindowSystem5 libKF5WindowSystem5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use consistently nullptr
* Use consistently override
==== kxmlgui ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5XmlGui5 libKF5XmlGui5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== kxmlrpcclient5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5XmlRpcClient5 libKF5XmlRpcClient5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== libKF5ModemManagerQt ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
* Implement support for the Voice and Call interfaces
* Don't set custom domain filter rules
==== libKF5NetworkManagerQt ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
==== oxygen5-icon-theme ====
Version update (5.47.0 -> 5.48.0)
Subpackages: oxygen5-icon-theme-large
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Show an icon for hidden files in Dolphin (kde#395963)
==== patterns-kde ====
Subpackages: patterns-kde-kde patterns-kde-kde_edutainment patterns-kde-kde_games patterns-kde-kde_ide patterns-kde-kde_imaging patterns-kde-kde_internet patterns-kde-kde_multimedia patterns-kde-kde_office patterns-kde-kde_pim patterns-kde-kde_plasma patterns-kde-kde_utilities patterns-kde-kde_utilities_opt patterns-kde-kde_yast
- Make kde_pim visible
==== plasma-framework ====
Version update (5.47.0 -> 5.48.0)
Subpackages: plasma-framework-components plasma-framework-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use more nullptr
* FrameSvg: Update mask frame if image path has been changed
* FrameSvg: Do not wreck shared mask frames
* FrameSvg: Simplify updateSizes
* Icons for Keyboard Indicator T9050
* fix color for media icon
* FrameSvg: Recache maskFrame if enabledBorders has been changed (kde#382324, kde#390632, kde#391659)
* FrameSvg: Draw corners only if both borders in both directions are enabled
* Teach ContainmentInterface::processMimeData how to handle Task Manager drops
* FrameSVG: Delete redundant checks
* FrameSVG: Fix QObject include
* Use QDateTime for interfacing with QML (kde#394423)
- Dropped patches, now upstream:
* upstream patch use-qdatetime-with-qml.patch
- Remove update-alternatives for input.svgz - not used anymore?
- Fix %_kf5_bugfix_version
- Merge -private into plasma-framework
- Split off main library as separate package
==== prison-qt5 ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Prison5 prison-qt5-imports
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== purpose ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Purpose5 libKF5PurposeWidgets5 purpose-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Add Share action to Dolphin context menu
* Properly reset plugins
* Filter out duplicate plugins
==== python-Pygments ====
- add python_37.diff - fixes build with python-3.7+
==== python-cryptography ====
Version update (2.2.2 -> 2.3)
Subpackages: python2-cryptography python3-cryptography
- update to 2.3:
* SECURITY ISSUE: finalize_with_tag() allowed tag truncation by default
which can allow tag forgery in some cases. The method now enforces the
min_tag_length provided to the GCM constructor.
* Added support for Python 3.7.
* Added extract_timestamp() to get the authenticated timestamp of a Fernet token.
* Support for Python 2.7.x without hmac.compare_digest has been deprecated.
We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next
cryptography release.
* Fixed multiple issues preventing cryptography from compiling
against LibreSSL 2.7.x.
* Added get_revoked_certificate_by_serial_number for quick
serial number searches in CRLs.
* The RelativeDistinguishedName class now preserves the order of attributes.
Duplicate attributes now raise an error instead of silently discarding duplicates.
* aes_key_unwrap() and aes_key_unwrap_with_padding() now raise InvalidUnwrap
if the wrapped key is an invalid length, instead of ValueError.
==== python-pycurl ====
Version update (7.43.0.1 -> 7.43.0.2)
Subpackages: python2-pycurl python3-pycurl
- Update to 7.43.0.2:
* Added perform_rb and perform_rs methods to Curl objects to
return response body as byte string and string, respectively.
* Added OPT_COOKIELIST constant for consistency with other
option constants.
* PycURL is now able to report errors triggered by libcurl
via CURLOPT_FAILONERROR mechanism when the error messages are
not decodable in Python's default encoding (GitHub issue #259).
* Added getinfo_raw method to Curl objects to return byte strings
as is from libcurl without attempting to decode them
(GitHub issue #493).
* When adding a Curl easy object to CurlMulti via add_handle,
the easy objects now have their reference counts increased so that
the application is no longer required to keep references to them
to keep them from being garbage collected (GitHub issue #171).
* PycURL easy, multi and share objects can now be weak referenced.
* set_ca_certs now accepts byte strings as it should have been
all along.
* Use OpenSSL 1.1 and 1.0 specific APIs for controlling thread locks
depending on OpenSSL version (patch by Vitaly Murashev).
* Fixed a crash when closesocket callback failed (patch by
Gisle Vanem and toddrme2178).
* Added CURLOPT_PROXY_SSLCERT, CURLOPT_PROXY_SSLCERTTYPE,
CURLOPT_PROXY_SSLKEY, CURLOPT_PROXY_SSLKEYTYPE,
CURLOPT_PROXY_SSL_VERIFYPEER (libcurl 7.52.0+,
patch by Casey Miller).
* Added CURLOPT_PRE_PROXY (libcurl 7.52.0+, patch by ziggy).
* Added SOCKET_BAD constant and it is now recognized as a valid
return value from OPENSOCKET callback.
==== python-requests ====
- -test subpackage must be empty
- make multibuild package to resolve circular deps on tests
==== python-urllib3 ====
- Drop not needed devel and nose deps
==== qalculate ====
Version update (2.5.0 -> 2.6.1)
- Update to 2.6.1. Changes since 2.5.0:
* Support for searching matching functions
* Lunar phase functions
* Interpret 5m 7cm as 5m+7cm, and 3h 52min 20s as 3h+52min+20s, and similar
* Calendar conversion
* Fix display of addition with negative non-integer number
Check https://qalculate.github.io/news.html for the complete changelog
==== rubygem-sass ====
Version update (3.5.6 -> 3.5.7)
- updated to version 3.5.7
no changelog found
==== solid ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5Solid5 libKF5Solid5-lang solid-imports solid-tools
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Fix device label with unknown size
* Use more nullptr
* Use consistently override
==== sonnet ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5SonnetCore5 libKF5SonnetCore5-lang libKF5SonnetUi5
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
==== syntax-highlighting ====
Version update (5.47.0 -> 5.48.0)
Subpackages: libKF5SyntaxHighlighting5 libKF5SyntaxHighlighting5-lang
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Fixes for Java comments
* Highlight Gradle files with Groovy syntax too
* CMake: Fix highlighting after strings with a single `@` symbol
* CoffeeScript: add extension .cson
* Improve CMake syntax
* Rust: Add keywords & bytes, fix identifiers, and other improvements/fixes
* Awk: fix regex in a function and update syntax for gawk
* Pony: fix single quote escape and a possible infinite loop with #
* Update CMake syntax for the upcoming release 3.12.
==== threadweaver ====
Version update (5.47.0 -> 5.48.0)
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* None
- Remove patch kill_not_needed_stuff.diff: it is a maintenance
cost for very little benefit
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
I just upgraded my Dell Inspiron 5566 to latest tumbleweed using
"zypper dup" and now as soon as I get past grub i get an immediate
kernel panic, I tried updating the machine bios to see if that helped
but still same results. Anyone have any ideas what is going wrong
here? sorry for the screenshot only way i could easily capture the
error at the moment.
http://nebadon2025.com/tumbleweed/dell_inspiron_5566_tumbleweed_crash_01.jpg
--
Michael Emory Cerquoni
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Any reason why there is no official info about this release?
--
opensuse:tumbleweed:20180720
Qt: 5.11.1 KDE Frameworks: 5.47.0 - KDE Plasma: 5.13.3 - kwin 5.13.3
kmail2 5.8.3 - akonadiserver 5.8.3 - Kernel: 4.17.6-1-default
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
I will try, but i suspect network is not even initializing at this
point, it literally kernel panics as soon as I make selection on grub
menu, about 1 second after grub menu goes away, since this machine is
also DHCP i would not be accessible at this point from the network, I
do not have any USB serial adapters to connect via serial at this
point, hence I took a picture with my cell phone.
On Sun, Jul 22, 2018 at 3:16 PM, John Paul Adrian Glaubitz
<adrian.glaubitz(a)suse.com> wrote:
> Hi Michael!
>
> On Jul 22, 2018, at 8:39 PM, Michael Emory Cerquoni <nebadon2025(a)gmail.com>
> wrote:
>
> I just upgraded my Dell Inspiron 5566 to latest tumbleweed using
> "zypper dup" and now as soon as I get past grub i get an immediate
> kernel panic, I tried updating the machine bios to see if that helped
> but still same results. Anyone have any ideas what is going wrong
> here? sorry for the screenshot only way i could easily capture the
> error at the moment.
>
>
> If you have a second machine running on the same network, you can use
> netconsole to get a text console to be able to dump the full kernel log,
> see:
>
>> https://wiki.archlinux.org/index.php/Netconsole
>
> Adrian
--
Michael Emory Cerquoni
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
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…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
Mesa (18.1.3 -> 18.1.4)
Mesa-drivers (18.1.3 -> 18.1.4)
MozillaThunderbird (52.9.0 -> 52.9.1)
NetworkManager (1.10.8 -> 1.10.10)
a2ps
accountsservice
akonadi-calendar (18.04.2 -> 18.04.3)
akonadi-calendar-tools (18.04.2 -> 18.04.3)
akonadi-contact (18.04.2 -> 18.04.3)
akonadi-import-wizard (18.04.2 -> 18.04.3)
akonadi-mime (18.04.2 -> 18.04.3)
akonadi-notes (18.04.2 -> 18.04.3)
akonadi-search (18.04.2 -> 18.04.3)
akonadi-server (18.04.2 -> 18.04.3)
akregator (18.04.2 -> 18.04.3)
analitza (18.04.2 -> 18.04.3)
apache2-mod_perl
ark (18.04.2 -> 18.04.3)
baloo5-widgets (18.04.2 -> 18.04.3)
bash
blinken (18.04.2 -> 18.04.3)
bovo (18.04.2 -> 18.04.3)
calendarsupport (18.04.2 -> 18.04.3)
ccache
ceph (13.2.0.39+geb7f429568 -> 13.2.0.210+g0e990e900d)
cervisia (18.04.2 -> 18.04.3)
dolphin (18.04.2 -> 18.04.3)
dragonplayer (18.04.2 -> 18.04.3)
eventviews (18.04.2 -> 18.04.3)
evolution (3.28.3 -> 3.28.4)
evolution-data-server (3.28.3 -> 3.28.4)
evolution-ews (3.28.3 -> 3.28.4)
ffmpegthumbs (18.04.2 -> 18.04.3)
file-roller (3.28.0 -> 3.28.1)
gnome-logs (3.28.3 -> 3.28.5)
gnome-shell-extensions
gnustep-base
gpg2 (2.2.8 -> 2.2.9)
grantleetheme (18.04.2 -> 18.04.3)
grilo (0.3.4 -> 0.3.5)
grilo-plugins (0.3.5 -> 0.3.6)
gwenview5 (18.04.2 -> 18.04.3)
haveged
incidenceeditor (18.04.2 -> 18.04.3)
juk (18.04.2 -> 18.04.3)
kaccounts-integration (18.04.2 -> 18.04.3)
kaccounts-providers (18.04.2 -> 18.04.3)
kaddressbook (18.04.2 -> 18.04.3)
kalarmcal (18.04.2 -> 18.04.3)
kalgebra (18.04.2 -> 18.04.3)
kalzium (18.04.2 -> 18.04.3)
kamera (18.04.2 -> 18.04.3)
kanagram (18.04.2 -> 18.04.3)
kapptemplate (18.04.2 -> 18.04.3)
kate (18.04.2 -> 18.04.3)
katomic (18.04.2 -> 18.04.3)
kblackbox (18.04.2 -> 18.04.3)
kblocks (18.04.2 -> 18.04.3)
kbounce (18.04.2 -> 18.04.3)
kbreakout (18.04.2 -> 18.04.3)
kbruch (18.04.2 -> 18.04.3)
kcachegrind (18.04.2 -> 18.04.3)
kcalc (18.04.2 -> 18.04.3)
kcalcore (18.04.2 -> 18.04.3)
kcalutils (18.04.2 -> 18.04.3)
kcharselect (18.04.2 -> 18.04.3)
kcolorchooser (18.04.2 -> 18.04.3)
kcontacts (18.04.2 -> 18.04.3)
kcron (18.04.2 -> 18.04.3)
kdav (18.04.2 -> 18.04.3)
kde-print-manager (18.04.2 -> 18.04.3)
kdeedu-data (18.04.2 -> 18.04.3)
kdegraphics-thumbnailers (18.04.2 -> 18.04.3)
kdenetwork4-filesharing (18.04.2 -> 18.04.3)
kdepim-addons (18.04.2 -> 18.04.3)
kdepim-apps-libs (18.04.2 -> 18.04.3)
kdepim-runtime (18.04.2 -> 18.04.3)
kdf (18.04.2 -> 18.04.3)
kdialog (18.04.2 -> 18.04.3)
kdiamond (18.04.2 -> 18.04.3)
kernel-source (4.17.5 -> 4.17.6)
kgeography (18.04.2 -> 18.04.3)
kget (18.04.2 -> 18.04.3)
kgoldrunner (18.04.2 -> 18.04.3)
khangman (18.04.2 -> 18.04.3)
khelpcenter5 (18.04.2 -> 18.04.3)
kidentitymanagement (18.04.2 -> 18.04.3)
kig (18.04.2 -> 18.04.3)
kimagemapeditor (18.04.2 -> 18.04.3)
kimap (18.04.2 -> 18.04.3)
kio-extras5 (18.04.2 -> 18.04.3)
kio_audiocd (18.04.2 -> 18.04.3)
kiriki (18.04.2 -> 18.04.3)
kiten (18.04.2 -> 18.04.3)
kjumpingcube (18.04.2 -> 18.04.3)
kldap (18.04.2 -> 18.04.3)
kleopatra (18.04.2 -> 18.04.3)
klettres (18.04.2 -> 18.04.3)
klines (18.04.2 -> 18.04.3)
kmag (18.04.2 -> 18.04.3)
kmahjongg (18.04.2 -> 18.04.3)
kmail (18.04.2 -> 18.04.3)
kmail-account-wizard (18.04.2 -> 18.04.3)
kmailtransport (18.04.2 -> 18.04.3)
kmbox (18.04.2 -> 18.04.3)
kmime (18.04.2 -> 18.04.3)
kmines (18.04.2 -> 18.04.3)
kmousetool (18.04.2 -> 18.04.3)
kmouth (18.04.2 -> 18.04.3)
kmplot (18.04.2 -> 18.04.3)
knavalbattle (18.04.2 -> 18.04.3)
knetwalk (18.04.2 -> 18.04.3)
knotes (18.04.2 -> 18.04.3)
kolf (18.04.2 -> 18.04.3)
kollision (18.04.2 -> 18.04.3)
kolourpaint (18.04.2 -> 18.04.3)
kompare (18.04.2 -> 18.04.3)
konquest (18.04.2 -> 18.04.3)
konsole (18.04.2 -> 18.04.3)
kontact (18.04.2 -> 18.04.3)
kontactinterface (18.04.2 -> 18.04.3)
kopete (18.04.2 -> 18.04.3)
korganizer (18.04.2 -> 18.04.3)
kpat (18.04.2 -> 18.04.3)
kpimtextedit (18.04.2 -> 18.04.3)
kqtquickcharts (18.04.2 -> 18.04.3)
krdc (18.04.2 -> 18.04.3)
kreversi (18.04.2 -> 18.04.3)
krfb (18.04.2 -> 18.04.3)
krita (4.1.0 -> 4.1.1)
kruler (18.04.2 -> 18.04.3)
kshisen (18.04.2 -> 18.04.3)
ksirk (18.04.2 -> 18.04.3)
ksmtp (18.04.2 -> 18.04.3)
kspaceduel (18.04.2 -> 18.04.3)
ksquares (18.04.2 -> 18.04.3)
ksudoku (18.04.2 -> 18.04.3)
ksystemlog (18.04.2 -> 18.04.3)
kteatime (18.04.2 -> 18.04.3)
ktimer (18.04.2 -> 18.04.3)
ktnef (18.04.2 -> 18.04.3)
ktouch (18.04.2 -> 18.04.3)
ktuberling (18.04.2 -> 18.04.3)
kturtle (18.04.2 -> 18.04.3)
kubrick (18.04.2 -> 18.04.3)
kwalletmanager5 (18.04.2 -> 18.04.3)
kwordquiz (18.04.2 -> 18.04.3)
libgit2 (0.27.0 -> 0.27.3)
libgpg-error (1.31 -> 1.32)
libgphoto2 (2.5.18 -> 2.5.18.1)
libgravatar (18.04.2 -> 18.04.3)
libkcddb (18.04.2 -> 18.04.3)
libkcompactdisc (18.04.2 -> 18.04.3)
libkdcraw (18.04.2 -> 18.04.3)
libkdegames (18.04.2 -> 18.04.3)
libkdepim (18.04.2 -> 18.04.3)
libkeduvocdocument (18.04.2 -> 18.04.3)
libkexiv2 (18.04.2 -> 18.04.3)
libkgapi (18.04.2 -> 18.04.3)
libkipi (18.04.2 -> 18.04.3)
libkleo (18.04.2 -> 18.04.3)
libkmahjongg (18.04.2 -> 18.04.3)
libkomparediff2 (18.04.2 -> 18.04.3)
libksane (18.04.2 -> 18.04.3)
libksieve (18.04.2 -> 18.04.3)
libsodium
lokalize (18.04.2 -> 18.04.3)
lskat (18.04.2 -> 18.04.3)
mailcommon (18.04.2 -> 18.04.3)
mailimporter (18.04.2 -> 18.04.3)
mbox-importer (18.04.2 -> 18.04.3)
messagelib (18.04.2 -> 18.04.3)
mobipocket (18.04.2 -> 18.04.3)
mutt (1.10.0 -> 1.10.1)
myspell-dictionaries (20180403 -> 20180704)
nfsidmap (0.26 -> 0.27)
okular (18.04.2 -> 18.04.3)
ovmf (2018+git1528497654.eb5943134630 -> 2018+git1531464032.ae08ea246fe9)
pam
parley (18.04.2 -> 18.04.3)
perl-Text-CSV_XS (1.35 -> 1.36)
perl-libwww-perl (6.34 -> 6.35)
pigz (2.3.3 -> 2.4)
pim-data-exporter (18.04.2 -> 18.04.3)
pim-sieve-editor (18.04.2 -> 18.04.3)
pimcommon (18.04.2 -> 18.04.3)
plasma-browser-integration (5.13.2 -> 5.13.3)
polkit (0.114 -> 0.115)
python-PyYAML (3.12 -> 3.13)
python-keyring (13.0.0 -> 13.2.1)
python-setuptools (39.2.0 -> 40.0.0)
python-urllib3 (1.22 -> 1.23)
rsync
sendmail
shotwell (0.28.3 -> 0.28.4)
spectacle (18.04.2 -> 18.04.3)
srt (1.3.0 -> 1.3.1)
step (18.04.2 -> 18.04.3)
sweeper (18.04.2 -> 18.04.3)
syndication (18.04.2 -> 18.04.3)
tracker (2.0.3 -> 2.0.4)
umbrello (18.04.2 -> 18.04.3)
vala (0.40.7 -> 0.40.8)
vim (8.1.0115 -> 8.1.0179)
woff2
xdm
xf86-input-libinput (0.27.1 -> 0.28.0)
xinit
zimg (2.7.4 -> 2.7.5)
=== Details ===
==== Mesa ====
Version update (18.1.3 -> 18.1.4)
Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 libwayland-egl1
- update to 18.1.4
* Several fixes for i965
* Several fixes for anv
* A few fixes each for radeonsi, glx, the glsl compiler, the
autotools build, nir, st/dri, and r600
- Make build verbose as outlined in openSUSE:Specfile guidelines
https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
==== Mesa-drivers ====
Version update (18.1.3 -> 18.1.4)
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 18.1.4
* Several fixes for i965
* Several fixes for anv
* A few fixes each for radeonsi, glx, the glsl compiler, the
autotools build, nir, st/dri, and r600
- Make build verbose as outlined in openSUSE:Specfile guidelines
https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
==== MozillaThunderbird ====
Version update (52.9.0 -> 52.9.1)
Subpackages: MozillaThunderbird-translations-common
- update to Thunderbird 52.9.1
* Deleting or detaching attachments corrupted messages under certain
circumstances (bmo#1473893, bsc#1100780)
==== NetworkManager ====
Version update (1.10.8 -> 1.10.10)
Subpackages: NetworkManager-lang libnm0 typelib-1_0-NM-1_0
- Update to version 1.10.10:
+ Fix crash during reapply of connection settings.
+ Minor bugfixes.
==== a2ps ====
- Add reproducible.patch to fix build date (boo#1047218)
- Run build non-parallelized and with make -B because of
poorly specified make build dependencies to make build reproducible
==== accountsservice ====
Subpackages: accountsservice-lang libaccountsservice0 typelib-1_0-AccountsService-1_0
- Add accountsservice-lib-treat-session-type-wayland-as-graphical-session.patch:
When user session type is wayland, act_user_is_logged_in can
return TRUE if the user is logged in (boo#1095918 fdo#106855).
- Make build verbose to see full command lines.
==== akonadi-calendar ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-calendar-lang akonadi-plugin-calendar libKF5AkonadiCalendar5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-calendar-tools ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-calendar-tools-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-contact ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-contact-lang akonadi-plugin-contacts libKF5AkonadiContact5 libKF5ContactEditor5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-import-wizard ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-import-wizard-lang libKPimImportWizard5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-mime ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-mime-lang akonadi-plugin-mime libKF5AkonadiMime5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-notes ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-notes-lang libKF5AkonadiNotes5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-search ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-search-lang libKF5AkonadiSearch
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== akonadi-server ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-server-lang akonadi-server-sqlite libKF5AkonadiAgentBase5 libKF5AkonadiCore5 libKF5AkonadiPrivate5 libKF5AkonadiWidgets5 libKF5AkonadiXml5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix a crash due to access of temporary object
* Fix MariaDB initialization when mysql_install_db is missing (kde#392948)
* akInit: improve error message when renaming old logfiles fails
* StorageJanitor: handle external parts DB entries with missing filename (kde#395743)
* Server: handle race condition on connection shutdown (kde#394071)
* ActionStateManager: separate selected collections from favorites.
* Document the hidden mechanism by which these methods are called...
* Resourcebase docu: don't call changeCommitted from itemRemoved.
* Fix caption/text
==== akregator ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akregator-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== analitza ====
Version update (18.04.2 -> 18.04.3)
Subpackages: analitza-lang libAnalitza5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== apache2-mod_perl ====
- restore process name after sv_setpv_mg() call [bsc#1091625]
+ apache2-mod_perl-prctl-short-name.patch
==== ark ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ark-lang libkerfuffle18
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* libzip: fix extraction of folders without zip entry (kde#394542)
==== baloo5-widgets ====
Version update (18.04.2 -> 18.04.3)
Subpackages: baloo5-widgets-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== bash ====
Subpackages: bash-doc bash-lang
- Add bash-memmove.patch to make bash.html build reproducible (boo#1100488)
==== blinken ====
Version update (18.04.2 -> 18.04.3)
Subpackages: blinken-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== bovo ====
Version update (18.04.2 -> 18.04.3)
Subpackages: bovo-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== calendarsupport ====
Version update (18.04.2 -> 18.04.3)
Subpackages: calendarsupport-lang libKF5CalendarSupport5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ccache ====
- Enable testsuite
==== ceph ====
Version update (13.2.0.39+geb7f429568 -> 13.2.0.210+g0e990e900d)
Subpackages: librados2 librbd1
- Update to v13.2.0-210-g0e990e900d:
+ based on upstream mimic 4ed78ecf2f27aae1e9eb27f83611285ec7445ebd
* bsc#1099162, CVE-2018-10861
* bsc#1096748, CVE-2018-1128, CVE-2018-1129
+ increase memory constraint for build workers after builds started
failing on workers with exactly 8G of RAM ("free -h" reports
7.8 GiB for these workers)
==== cervisia ====
Version update (18.04.2 -> 18.04.3)
Subpackages: cervisia-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== dolphin ====
Version update (18.04.2 -> 18.04.3)
Subpackages: dolphin-part dolphin-part-lang libdolphinvcs5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix loop of FocusIn events
* [KBalooRolesProvider] Support properties of type QStringList (kde#395033)
==== dragonplayer ====
Version update (18.04.2 -> 18.04.3)
Subpackages: dragonplayer-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== eventviews ====
Version update (18.04.2 -> 18.04.3)
Subpackages: eventviews-lang libKF5EventViews5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== evolution ====
Version update (3.28.3 -> 3.28.4)
Subpackages: evolution-lang evolution-plugin-bogofilter evolution-plugin-pst-import evolution-plugin-spamassassin
- Update to version 3.28.4:
+ Update links to GNOME git repositories in flatpak files.
+ [EContactEditor] Do not store empty values in vCard.
+ Correct memory leak of object returned by
atk_object_ref_relation_set().
+ Try also with the From address when looking up correct From
account for composer.
+ Properly wrap text in 'Security Information' dialog.
+ Add 4px bottom margin to secure button table.
+ [Composer] Message generated twice when using 'Send through
Outbox'.
+ Update couple HTML editor tests.
+ Help: Update meeting invitation process due to UI changes.
+ Bugs fixed: bgo#796174, bgo#757504, bgo#548681, bgo#750636,
glgo#GNOME/evolution#31, glgo#GNOME/evolution#32,
glgo#GNOME/evolution#13, glgo#GNOME/evolution#43,
glgo#GNOME/evolution#55, glgo#GNOME/evolution#69.
+ Updated translations.
==== evolution-data-server ====
Version update (3.28.3 -> 3.28.4)
Subpackages: evolution-data-server-lang libcamel-1_2-61 libebackend-1_2-10 libebook-1_2-19 libebook-contacts-1_2-2 libecal-1_2-19 libedata-book-1_2-25 libedata-cal-1_2-28 libedataserver-1_2-23 libedataserverui-1_2-2
- Update to version 3.28.4:
+ Make sure errors reported from backends are valid UTF-8
strings.
+ [CamelSMIMEContext] Fix a memory leak.
+ [IMAPx] Search for whole word "Cyrus" when parsing version from
the server response.
+ Bugs fixed: bgo#796174, bgo#702127,
glgo#GNOME/evolution-data-server#12,
glgo#GNOME/evolution-data-server#13,
glgo#GNOME/evolution-data-server#14.
==== evolution-ews ====
Version update (3.28.3 -> 3.28.4)
Subpackages: evolution-ews-lang
- Update to version 3.28.4:
+ Bugs fixed: bgo#796297, glgo#GNOME/evolution-ews#12,
glgo#GNOME/evolution-ews#4, glgo#GNOME/evolution-ews#5,
glgo#GNOME/evolution-ews#2, glgo#GNOME/evolution-ews#7.
==== ffmpegthumbs ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== file-roller ====
Version update (3.28.0 -> 3.28.1)
Subpackages: file-roller-lang
- Update to version 3.28.1:
+ Bugs fixed: Keep "create" button disabled until a file name is
entered (bgo#789766).
+ Updated translations.
==== gnome-logs ====
Version update (3.28.3 -> 3.28.5)
Subpackages: gnome-logs-lang
- Update to version 3.28.5:
+ Fix typo in data/meson.build.
- Changes from version 3.28.4:
+ Fix build error in meson build system.
- Switch to meson buildsystem, add meson BuildRequires and
corresponding macros.
- Add gnome-logs-fix-appdata-meson.patch: Fix appdata installfolder
when using meson build system.
==== gnome-shell-extensions ====
Subpackages: gnome-shell-classic gnome-shell-extensions-common gnome-shell-extensions-common-lang
- Update sle-classic(a)suse.com.tar.gz. After sle-classic extension
is disabled, can't show clone window in overview mode
(bsc#1095325).
==== gnustep-base ====
- Remove dependencies on insserv, not used.
==== gpg2 ====
Version update (2.2.8 -> 2.2.9)
Subpackages: gpg2-lang
- GnuPG 2.2.9:
* dirmngr: Fix recursive resolver mode and other bugs in the
libdns code
* dirmngr: When using libgpg-error 1.32 or later a GnuPG build
with NTBTLS support does not anymore block for dozens of
seconds before returning data.
* gpg: Fix bug in --show-keys which actually imported revocation
certificates
* gpg: Ignore too long user-ID and comment packets
* gpg: Fix crash due to bad German translation. Improved printf
format compile time check.
* gpg: Handle missing ISSUER sub packet gracefully in the presence of
the new ISSUER_FPR
* gpg: Allow decryption using several passphrases in most cases.
* gpg: Command --show-keys now enables the list options
show-unusable-uids, show-unusable-subkeys, show-notations and
show-policy-urls by default.
* gpg: Command --show-keys now prints revocation certificates.
* gpg: Add revocation reason to the "rev" and "rvs" records of the
option --with-colons. [#1173]
* gpg: Export option export-clean does now remove certain expired
subkeys; export-minimal removes all expired subkeys.
* gpg: New "usage" property for the drop-subkey filters.
==== grantleetheme ====
Version update (18.04.2 -> 18.04.3)
Subpackages: grantleetheme-lang libKF5GrantleeTheme5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== grilo ====
Version update (0.3.4 -> 0.3.5)
Subpackages: grilo-lang libgrilo-0_3-0 libgrlnet-0_3-0 libgrlpls-0_3-0 typelib-1_0-Grl-0_3
- Update to version 0.3.5:
+ Bugs fixed: glgo#GNOME/grilo!10, glgo#GNOME/grilo!9,
glgo#GNOME/grilo#4, glgo#GNOME/grilo#2.
+ Updated translations.
==== grilo-plugins ====
Version update (0.3.5 -> 0.3.6)
Subpackages: grilo-plugin-tracker grilo-plugin-youtube grilo-plugins-lang
- Update to version 0.3.6:
+ Gravatar plugin: Fix memory leak.
+ Opensubtitles: Fix memory leak.
+ Lua-Factory:
- Replace assert() with critical messages.
- Apple trailers - Fix warnings.
- itunes podcast - Fix maximum items.
- The Games DB:
. Add support to TurboGrafx-CD
. Add support to Neo-Geo Pocket Color
. Add support to WonderSwan and WonderSwan Color
. Add support to Famicom
. Add support to Atari Lynx
. Add support to Virtual Boy
. Fix multiple Genres per game
+ Magnatue: Add cover art support.
+ Updated translations.
==== gwenview5 ====
Version update (18.04.2 -> 18.04.3)
Subpackages: gwenview5-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix external application menu occasionally slowing down startup (kde#395925)
* Fix issues with cursors and unwanted actions when right-clicking
* Reset zoom cursor more reliably
* Fix QFileDialog::selectUrl() setting initial directory
* Enable AutoErrorHandling for rename job (kde#395890)
==== haveged ====
Subpackages: libhavege1
- Add patch change-sysroot.patch to
move forward to socket communication within private network
- Add haveged-switch-root.service which send the new root location
to running haveged process
- Make haveged survive switch root within initrd (boo#1075359)
added change-sysroot.patch
haveged-switch-root.service
==== incidenceeditor ====
Version update (18.04.2 -> 18.04.3)
Subpackages: incidenceeditor-lang libKF5IncidenceEditor5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== juk ====
Version update (18.04.2 -> 18.04.3)
Subpackages: juk-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* use KDE_INSTALL_METAINFODIR
==== kaccounts-integration ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kaccounts-integration-lang libkaccounts1
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kaccounts-providers ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kaccounts-providers-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kaddressbook ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kaddressbook-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kalarmcal ====
Version update (18.04.2 -> 18.04.3)
Subpackages: akonadi-plugin-kalarmcal kalarmcal-lang libKF5AlarmCalendar5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kalgebra ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kalgebra-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kalzium ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kalzium-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kamera ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kamera-lang kio_kamera
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kanagram ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kanagram-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kapptemplate ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kapptemplate-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kate ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kate-lang kate-plugins
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix if to actually have a comparison
* Fix QuickOpen with Qt 5.11 (kde#395039)
- Dropped patches, now upstream:
* 0002-Fix-QuickOpen-with-Qt-5.11.patch
- Refreshed patches:
* 0001-Defuse-root-block.patch
==== katomic ====
Version update (18.04.2 -> 18.04.3)
Subpackages: katomic-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kblackbox ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kblackbox-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kblocks ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kblocks-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kbounce ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kbounce-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kbreakout ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kbreakout-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kbruch ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kbruch-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcachegrind ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcachegrind-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcalc ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcalc-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcalcore ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcalutils ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcalutils-lang libKF5CalendarUtils5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcharselect ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcharselect-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcolorchooser ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcolorchooser-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcontacts ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcontacts-lang libKF5Contacts5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kcron ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kcron-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdav ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdav-lang libKPimKDAV5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kde-print-manager ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kde-print-manager-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdeedu-data ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdegraphics-thumbnailers ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdenetwork4-filesharing ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdenetwork4-filesharing-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdepim-addons ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdepim-addons-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdepim-apps-libs ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdepim-apps-libs-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdepim-runtime ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdepim-runtime-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Don't try to EXPUNGE read-only mailboxes (kde#395417)
* IMAP: pre-fill current password in the password dialog (kde#395964)
==== kdf ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdf-lang kwikdisk
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdialog ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdialog-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kdiamond ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdiamond-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kernel-source ====
Version update (4.17.5 -> 4.17.6)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Linux 4.17.6 (bnc#1012628).
- userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait()
pte access (bnc#1012628).
- mm: hugetlb: yield when prepping struct pages (bnc#1012628).
- mm: teach dump_page() to correctly output poisoned struct pages
(bnc#1012628).
- PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
(bnc#1012628).
- ACPICA: Drop leading newlines from error messages (bnc#1012628).
- ACPI / battery: Safe unregistering of hooks (bnc#1012628).
- drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
(bnc#1012628).
- tracing: Avoid string overflow (bnc#1012628).
- tracing: Fix missing return symbol in function_graph output
(bnc#1012628).
- scsi: sg: mitigate read/write abuse (bnc#1012628).
- scsi: aacraid: Fix PD performance regression over incorrect
qd being set (bnc#1012628).
- scsi: target: Fix truncated PR-in ReadKeys response
(bnc#1012628).
- drbd: fix access after free (bnc#1012628).
- vfio: Use get_user_pages_longterm correctly (bnc#1012628).
- ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl (bnc#1012628).
- ARM: dts: omap3: Fix am3517 mdio and emac clock references
(bnc#1012628).
- ARM: dts: dra7: Disable metastability workaround for USB2
(bnc#1012628).
- cifs: Fix use after free of a mid_q_entry (bnc#1012628).
- cifs: Fix memory leak in smb2_set_ea() (bnc#1012628).
- cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE
setting (bnc#1012628).
- cifs: Fix infinite loop when using hard mount option
(bnc#1012628).
- drm: Use kvzalloc for allocating blob property memory
(bnc#1012628).
- drm/udl: fix display corruption of the last line (bnc#1012628).
- drm/amdgpu: Add amdgpu_atpx_get_dhandle() (bnc#1012628).
- drm/amdgpu: Dynamically probe for ATIF handle (v2)
(bnc#1012628).
- jbd2: don't mark block as modified if the handle is out of
credits (bnc#1012628).
- ext4: add corruption check in ext4_xattr_set_entry()
(bnc#1012628).
- ext4: always verify the magic number in xattr blocks
(bnc#1012628).
- ext4: make sure bitmaps and the inode table don't overlap with
bg descriptors (bnc#1012628).
- ext4: always check block group bounds in
ext4_init_block_bitmap() (bnc#1012628).
- ext4: only look at the bg_flags field if it is valid
(bnc#1012628).
- ext4: verify the depth of extent tree in ext4_find_extent()
(bnc#1012628).
- ext4: include the illegal physical block in the bad map
ext4_error msg (bnc#1012628).
- ext4: clear i_data in ext4_inode_info when removing inline data
(bnc#1012628).
- ext4: never move the system.data xattr out of the inode body
(bnc#1012628).
- ext4: avoid running out of journal credits when appending to
an inline file (bnc#1012628).
- ext4: add more inode number paranoia checks (bnc#1012628).
- ext4: add more mount time checks of the superblock
(bnc#1012628).
- ext4: check superblock mapped prior to committing (bnc#1012628).
- HID: i2c-hid: Fix "incomplete report" noise (bnc#1012628).
- HID: hiddev: fix potential Spectre v1 (bnc#1012628).
- HID: debug: check length before copy_to_user() (bnc#1012628).
- HID: core: allow concurrent registration of drivers
(bnc#1012628).
- i2c: core: smbus: fix a potential missing-check bug
(bnc#1012628).
- i2c: smbus: kill memory leak on emulated and failed DMA SMBus
xfers (bnc#1012628).
- fs: allow per-device dax status checking for filesystems
(bnc#1012628).
- dax: change bdev_dax_supported() to support boolean returns
(bnc#1012628).
- dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
(bnc#1012628).
- dm: prevent DAX mounts if not supported (bnc#1012628).
- mtd: cfi_cmdset_0002: Change definition naming to retry write
operation (bnc#1012628).
- mtd: cfi_cmdset_0002: Change erase functions to retry for error
(bnc#1012628).
- mtd: cfi_cmdset_0002: Change erase functions to check chip
good only (bnc#1012628).
- netfilter: nf_log: don't hold nf_log_mutex during user access
(bnc#1012628).
- staging: comedi: quatech_daqp_cs: fix no-op loop
daqp_ao_insn_write() (bnc#1012628).
- Revert mm/vmstat.c: fix vmstat_update() preemption BUG
(bnc#1012628).
- commit 8a8b6ec
==== kgeography ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kgeography-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kget ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kget-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kgoldrunner ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kgoldrunner-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== khangman ====
Version update (18.04.2 -> 18.04.3)
Subpackages: khangman-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== khelpcenter5 ====
Version update (18.04.2 -> 18.04.3)
Subpackages: khelpcenter5-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kidentitymanagement ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kidentitymanagement-lang libKF5IdentityManagement5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kig ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kig-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kimagemapeditor ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kimagemapeditor-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kimap ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kimap-lang libKF5IMAP5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* SELECT: handle READ-ONLY result
* Re-enable and update the LoginJobTest
* Fix STARTTLS support detection (kde#395249)
==== kio-extras5 ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kio-extras5-lang libkioarchive5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* fix sftp links with new uds implementation
==== kio_audiocd ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kio_audiocd-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kiriki ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kiriki-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kiten ====
Version update (18.04.2 -> 18.04.3)
Subpackages: fonts-KanjiStrokeOrders kiten-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kjumpingcube ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kjumpingcube-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kldap ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kldap-lang libKF5Ldap5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kleopatra ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kleopatra-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== klettres ====
Version update (18.04.2 -> 18.04.3)
Subpackages: klettres-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== klines ====
Version update (18.04.2 -> 18.04.3)
Subpackages: klines-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmag ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmag-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix HiDPI support (kde#394308)
* Fix "Stays On Top" toggling
==== kmahjongg ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmahjongg-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmail ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmail-application-icons kmail-lang ktnef
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix Bug 395353 - kmail doesn't honor Subject and In-Reply-To in mailto: links (kde#395353)
* KMail: don't move the mainwindow to the current desktop when invoking a composer
* Fix typo in argument name
* Allow to make working as an email when we forward message as attachment
- Add explicit requires for pimcommon libraries (libKF5PimCommon5 and
libKF5PimCommonAkonadi5) and for messagelib
==== kmail-account-wizard ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmail-account-wizard-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmailtransport ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmailtransport-lang libKF5MailTransport5 libKF5MailTransportAkonadi5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmbox ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmime ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmime-lang libKF5Mime5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmines ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmines-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmousetool ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmousetool-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmouth ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmouth-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kmplot ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kmplot-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== knavalbattle ====
Version update (18.04.2 -> 18.04.3)
Subpackages: knavalbattle-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== knetwalk ====
Version update (18.04.2 -> 18.04.3)
Subpackages: knetwalk-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== knotes ====
Version update (18.04.2 -> 18.04.3)
Subpackages: knotes-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Apply patch from Robert Hoffmann
* Apply patch from Robert Hoffmann (kde#358973)
==== kolf ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kolf-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kollision ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kollision-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kolourpaint ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kolourpaint-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kompare ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kompare-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== konquest ====
Version update (18.04.2 -> 18.04.3)
Subpackages: konquest-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== konsole ====
Version update (18.04.2 -> 18.04.3)
Subpackages: konsole-part konsole-part-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Only consider startDragDistance for drag-n-drop tabs
==== kontact ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kontact-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kontactinterface ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kontactinterface-lang libKF5KontactInterface5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* PimUniqueApplication: make newInstance virtual.
==== kopete ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kopete-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix pipes plugin build (missing moc include)
==== korganizer ====
Version update (18.04.2 -> 18.04.3)
Subpackages: korganizer-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kpat ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kpat-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kpimtextedit ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kpimtextedit-lang libKF5PimTextEdit5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix default size
==== kqtquickcharts ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== krdc ====
Version update (18.04.2 -> 18.04.3)
Subpackages: krdc-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kreversi ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kreversi-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== krfb ====
Version update (18.04.2 -> 18.04.3)
Subpackages: krfb-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== krita ====
Version update (4.1.0 -> 4.1.1)
Subpackages: krita-lang
- Update to 4.1.1:
* See https://krita.org/en/item/krita-4-1-1-released/
* Fix loading PyKrita when using PyQt 5.11 (kde#396381)
* Fix possible crashes with vector objects (kde#396145)
* Fix an issue when resizing pixel brushes in the brush editor
(kde#396136)
* Don't show the unimplemented color picker button in the vector
object tool properties docker (kde#389525)
* Fix activation of the autosave time after a modify, save,
modify cycle (kde#393266)
* Fix out-of-range lookups in the cross-channel curve filter
(kde#396244)
* Fix an assert when pressing PageUp into the reference images
layer
* Avoid a crash when merging layers in isolated mode (kde#395981)
* Fix loading files with a transformation mask that uses the box
transformation filter (kde#395979)
* Fix activating the transform tool if the Box transformation
filter was selected (kde#395979)
* Fix a crash when hiding the last visible channel (kde#395301)
* Make it possible to load non-conforming GPL palettes like
https://lospec.com/palette-list/endesga-16
* Simplify display of the warp transformation grid
* Re-add the Invert Selection menu entry (kde#395764)
* Use KFormat to show formatted numbers
* Hide the color sliders config page
* Don't pick colors from fully transparent reference images
(kde#396358)
* Fix a crash when embedding a reference image
* Fix some problems when saving and loading reference images
(kde#396143)
* Fix the color picker tool not working on reference images
(kde#396144)
* Extend the panning range to include any reference images
- Add fix-build-with-Qt5.6.patch to make it compile on Leap 42.3
(kde#396594)
==== kruler ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kruler-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kshisen ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kshisen-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ksirk ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ksirk-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ksmtp ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ksmtp-lang libKPimSMTP5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kspaceduel ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kspaceduel-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ksquares ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ksquares-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ksudoku ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ksudoku-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ksystemlog ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ksystemlog-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kteatime ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kteatime-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ktimer ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ktimer-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ktnef ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ktnef-lang libKF5Tnef5
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ktouch ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ktouch-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== ktuberling ====
Version update (18.04.2 -> 18.04.3)
Subpackages: ktuberling-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kturtle ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kturtle-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kubrick ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kubrick-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kwalletmanager5 ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kwalletmanager5-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== kwordquiz ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kwordquiz-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libgit2 ====
Version update (0.27.0 -> 0.27.3)
- libgit2 0.27.3:
* CVE-2018-10887 (bsc#1100613), CVE-2018-10888 (bsc#1100612):
Specially crafted delta object in packfiles could trigger an
integer overflow, bypassing input validation and causing the
object database to contain copies of system memory. This may
allow denial of service or, potentially, an information leak
- includes changes from 0.27.2:
* various API and correctnes fixes
* Fixes related to handling of .gitmodules
- includes changes from 0.27.1:
* CVE-2018-11235: insufficient validation of submodule names from
.gitmodules allowed writes to arbitrary paths (bsc#1095219)
* disallow .gitmodules files as symlinks.
==== libgpg-error ====
Version update (1.31 -> 1.32)
Subpackages: libgpg-error0 libgpg-error0-32bit
- Update to 1.32:
* Fixes a problem with gpgrt_fflush and gpgrt_fopencookie
* Fixes a problem with the C11 header stdnoreturn.h
==== libgphoto2 ====
Version update (2.5.18 -> 2.5.18.1)
Subpackages: libgphoto2-6 libgphoto2-6-lang
- updated to a 2.5.18.1 snapshot after Hackweek:
- newer EOS cameras better OLC information support
- better support for Fuji X series cameras, liveview and capture
==== libgravatar ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5Gravatar5 libgravatar-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkcddb ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkcompactdisc ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5CompactDisc5 libkcompactdisc-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkdcraw ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkdegames ====
Version update (18.04.2 -> 18.04.3)
Subpackages: kdegames-carddecks-default libkdegames-lang libkf5kdegames6
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkdepim ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5Libkdepim5 libKF5LibkdepimAkonadi5 libkdepim-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkeduvocdocument ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKEduVocDocument5 libkeduvocdocument-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkexiv2 ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkgapi ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKPimGAPICalendar5 libKPimGAPIContacts5 libKPimGAPICore5 libKPimGAPITasks5 libkgapi-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkipi ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5Kipi32_0_0 libkipi-data
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkleo ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5Libkleo5 libkleo-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkmahjongg ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5KMahjongglib5 libkmahjongg-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libkomparediff2 ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libkomparediff2-5 libkomparediff2-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libksane ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5Sane5 libksane-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== libksieve ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libksieve-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix show new email
* Fix create script job
* Fix bug found by David.
* Fix found active or not vacation script
* Fix close dialogbox
* Fix generate USER script
==== libsodium ====
- Add baselibs.conf: build libsodium23-32bit, which is required by
zeromq's -32bit packages.
- Add gpg signature
- Modernise spec file with spec-cleaner
==== lokalize ====
Version update (18.04.2 -> 18.04.3)
Subpackages: lokalize-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== lskat ====
Version update (18.04.2 -> 18.04.3)
Subpackages: lskat-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== mailcommon ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5MailCommon5 mailcommon-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* FolderSettings: Fix "no resource found in collection" assert.
==== mailimporter ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5MailImporter5 libKF5MailImporterAkonadi5 mailimporter-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== mbox-importer ====
Version update (18.04.2 -> 18.04.3)
Subpackages: mbox-importer-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== messagelib ====
Version update (18.04.2 -> 18.04.3)
Subpackages: messagelib-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Avoid to display all message in preview
* Fix dnd attachment with qt5.11
- Dropped patches, now upstream:
* 0001-Fix-dnd-attachment-with-qt5.11.patch
==== mobipocket ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== mutt ====
Version update (1.10.0 -> 1.10.1)
Subpackages: mutt-doc mutt-lang
- Update to mutt 1.10.1 (boo#1101428)
This is an important bug-fix release, fixing a code injection
and a couple path traversal vulnerabilities.
This also covers
* CVE-2018-14363 bnc#1101566
* CVE-2018-14362 bnc#1101567
* CVE-2018-14361 bnc#1101568
* CVE-2018-14360 bnc#1101569
* CVE-2018-14359 bnc#1101570
* CVE-2018-14358 bnc#1101571
* CVE-2018-14357 bnc#1101573
* CVE-2018-14356 bnc#1101576
* CVE-2018-14355 bnc#1101577
* CVE-2018-14354 bnc#1101578
* CVE-2018-14353 bnc#1101581
* CVE-2018-14352 bnc#1101582
* CVE-2018-14351 bnc#1101583
* CVE-2018-14350 bnc#1101588
* CVE-2018-14349 bnc#1101589
- Modified patches
* bug-676388-largefile.patch
* mutt-1.5.15-wrapcolumn.diff
* mutt-1.5.20-sendgroupreplyto.diff
* mutt-1.5.23-carriage-return.path
* mutt-1.6.1-opennfs.dif
* patch-1.5.24.vk.pgp_verbose_mime
* truncate.patch
==== myspell-dictionaries ====
Version update (20180403 -> 20180704)
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 20180704:
* Indonesian hyphenation added
* English updates
* Croatian updates
* Bulgarian files converted to UTF8 in order to avoid bugs
==== nfsidmap ====
Version update (0.26 -> 0.27)
- --with-pic is pointless in conjunction with --disable-static.
Remove it.
- Update to version 0.27
* No changelog available
- Refresh patches:
* fix-prototype.patch
* libnfsidmap-export-symbols.patch
- Modernise spec file with spec-cleaner
==== okular ====
Version update (18.04.2 -> 18.04.3)
Subpackages: okular-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Do not crash on right-click on TOC item with no associated page
==== ovmf ====
Version update (2018+git1528497654.eb5943134630 -> 2018+git1531464032.ae08ea246fe9)
Subpackages: qemu-ovmf-x86_64
- Update to 2018+git1531464032.ae08ea246fe9
+ ArmVirtPkg/ArmVirtQemu: enable the IPv6 stack
+ SecurityPkg: Fix assert when setting key from eMMC/SD/USB
+ UefiCpuPkg/MpInitLib: Avoid calling PEI services from AP
+ NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message
body
+ SecurityPkg/OpalPassword: Fixed input correct password not
works issue
+ SecurityPkg/TcgStorageOpalLib: Return AUTHORITY_LOCKED_OUT error
+ OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Restore C-bit when SEV
is active
+ OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Do not expose MMIO in
SMM build
+ OvmfPkg/QemuFlashFvbServicesRuntimeDxe: mark Flash memory
range as MMIO
+ MdeModulePkg/Variable: Check EFI_MEMORY_RUNTIME attribute
before setting it
+ MdeModulePkg SataControllerDxe: Calculate ChannelCount based
on PI value
+ SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match
the one in lib
+ MdeModulePkg UsbBusDxe: Fix wrong buffer length used to read
hub desc
+ SecurityPkg: Tpm2DeviceLib: Enable CapCRBIdleBypass support
+ SecurityPkg: Cache TPM interface type info
+ FatPkg/FatPei: Add the recognition of recovery capsule on NVME
device
+ MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo
support
+ MdeModulePkg: Add definitions for EDKII PEI NVME host
controller PPI
+ ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table base
+ ArmPkg/ArmMmuLib ARM: assume page tables are in writeback
cacheable memory
+ ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping
contents
+ MdeModulePkg: Enable SATA Controller PCI mem space
+ MdeModulePkg/NetworkPkg: Checking for NULL pointer before use
+ MdeModulePkg/Core: remove SMM check for Heap Guard feature
detection
+ UefiCpuPkg/CpuDxe: allow accessing (DXE) page table in SMM mode
+ BaseTools/tools_def IA32: drop -no-pie linker option for GCC49
+ SecurityPkg/SecureBootConfigDxe: Fix invalid NV data issue
+ ArmVirtPkg: add QemuRamfbDxe
+ OvmfPkg: add QemuRamfbDxe
+ BaseTools/tools_def IA32: disable PIE code generation explicitly
+ MdePkg UefiLib: Use comparison logic to check UINTN parameter
+ ArmVirtPkg: switch to KVM safe IoLib implementation
+ MdePkg/BaseIoLibIntrinsic: make BaseIoLibIntrinsic safe for
ArmVirt/KVM
+ ArmPkg/CompilerIntrinsicsLib: fix GCC8 warning for
__aeabi_memcpy aliases
- The IP6 stack of AAVMF is enabled
==== pam ====
Subpackages: pam-32bit pam-devel
- Install empty directory /etc/security/namespace.d for
pam_namespace.so iscript.
==== parley ====
Version update (18.04.2 -> 18.04.3)
Subpackages: parley-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== perl-Text-CSV_XS ====
Version update (1.35 -> 1.36)
- updated to 1.36
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.36 - 2018-06-26, H.Merijn Brand
* Now also tested on FreeBSD-11.1
* Update to Devel::PPPort-3.42
* Fixed memory leak (Thanks DaveM)
* Add undef_str attribute
* Tested against perl-5.28.0
* Move from DynaLoader to XSLoader
* Tested on Synology DSM
==== perl-libwww-perl ====
Version update (6.34 -> 6.35)
- updated to 6.35
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.35 2018-07-16 04:48:54Z
- fix file descriptor leak in LWP::Protocol (introduced in version 6.17)
that occurs for perl versions earlier than 5.18. (GH #296)
==== pigz ====
Version update (2.3.3 -> 2.4)
- Update to version 2.4:
* Generate Zip64 format .zip files when the output is greater
than or equal to 4 GiB.
* Improved gzip options processing and return code compatibility
* Some bug fixes
- Drop no longer needed patches:
* pigz-fix-missing-linker.patch
* pigz-fix-wrong-include.patch
- Update to 2.3.4:
* no upstream changelog provided
==== pim-data-exporter ====
Version update (18.04.2 -> 18.04.3)
Subpackages: pim-data-exporter-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* Fix Bug 395911 - pimsettingsexporter "contacts" directory path incorrect (kde#395911)
==== pim-sieve-editor ====
Version update (18.04.2 -> 18.04.3)
Subpackages: pim-sieve-editor-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== pimcommon ====
Version update (18.04.2 -> 18.04.3)
Subpackages: libKF5PimCommon5 libKF5PimCommonAkonadi5 pimcommon-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== plasma-browser-integration ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma-browser-integration-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Monitor document title (kde#395393)
==== polkit ====
Version update (0.114 -> 0.115)
Subpackages: libpolkit0 typelib-1_0-Polkit-1_0
- Update to version 0.115:
- Fix CVE-2018-1116: Trusting client-supplied UID (bsc#1099031)
- jsauthority: pass "%s" format string to remaining report function
(obsoletes polkit-jsauthority-pass-format-string.patch)
==== python-PyYAML ====
Version update (3.12 -> 3.13)
Subpackages: python2-PyYAML python3-PyYAML
- update to 3.13
* fix compactibility with python 3.7
==== python-keyring ====
Version update (13.0.0 -> 13.2.1)
- Update to 13.2.1:
* #335: Fix regression in command line client.
* Keyring command-line interface now reads the password
directly from stdin if stdin is connected to a pipe.
* #329: Improve output of ``keyring --list-backends``.
==== python-setuptools ====
Version update (39.2.0 -> 40.0.0)
Subpackages: python2-setuptools python3-setuptools
- update to version 40.0.0:
* #1342: Drop support for Python 3.3.
* #1366: In package_index, fixed handling of encoded entities in
URLs.
* #1383: In pkg_resources VendorImporter, avoid removing packages
imported from the root.
* #1379: Minor doc fixes after actually using the new release
process.
* #1385: Removed section on non-package data files.
* #1403: Fix developer's guide.
* #1404: Fix PEP 518 configuration: set build requirements in
pyproject.toml to ["wheel"].
==== python-urllib3 ====
Version update (1.22 -> 1.23)
- update to 1.23
- add 1414.patch - fix tests with new tornado
- refresh python-urllib3-recent-date.patch
- drop urllib3-test-no-coverage.patch
* Allow providing a list of headers to strip from requests when redirecting
to a different host. Defaults to the Authorization header. Different
headers can be set via Retry.remove_headers_on_redirect.
* Fix util.selectors._fileobj_to_fd to accept long
* Dropped Python 3.3 support.
* Put the connection back in the pool when calling stream()
or read_chunked() on a chunked HEAD response.
* Fixed pyOpenSSL-specific ssl client authentication issue when clients
attempted to auth via certificate + chain
* Add the port to the connectionpool connect print
* Don't use the uuid module to create multipart data boundaries.
* read_chunked() on a closed response returns no chunks.
* Add Python 2.6 support to contrib.securetransport
* Added support for auth info in url for SOCKS proxy
==== rsync ====
- Don't require systemd explicit, spec file can handle both cases
correct and in containers we don't have systemd [bsc#1100786].
==== sendmail ====
Subpackages: libmilter1_0
- Remove left over from last patch
- Group daemon is required
==== shotwell ====
Version update (0.28.3 -> 0.28.4)
Subpackages: shotwell-lang
- Update to version 0.28.4:
+ Fix slideshow settings dialog.
+ Fix Google login sequence.
+ Fix MTP device unmounting.
+ Work-around issue where PTP cameras would not be recognized
anymore.
+ Bugs fixed: bgo#796370, glgo#GNOME/shotwell#12.
+ Updated translations.
==== spectacle ====
Version update (18.04.2 -> 18.04.3)
Subpackages: spectacle-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== srt ====
Version update (1.3.0 -> 1.3.1)
- Update to version 1.3.1:
+ Various bugfixes.
- Update summaries.
==== step ====
Version update (18.04.2 -> 18.04.3)
Subpackages: step-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== sweeper ====
Version update (18.04.2 -> 18.04.3)
Subpackages: sweeper-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== syndication ====
Version update (18.04.2 -> 18.04.3)
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== tracker ====
Version update (2.0.3 -> 2.0.4)
Subpackages: libtracker-common-2_0 libtracker-control-2_0-0 libtracker-miner-2_0-0 libtracker-sparql-2_0-0 tracker-lang typelib-1_0-Tracker-2_0 typelib-1_0-TrackerControl-2_0
- Update to version 2.0.4:
+ libtracker-miner:
- Fix event emission order of the root folder when a recursive
directory is found through monitor events.
- Improvements to attribute-only update handling.
+ libtracker-data: Perform VACUUM only past a database file size
limit.
- Drop:
+ update-desktop-files BuildRequires and suse_update_desktop_file
macro: they are no longer needed.
+ glib2_gsettings_schema_requires macro: it is not required
anymore since RPM file triggers (version 4.13).
==== umbrello ====
Version update (18.04.2 -> 18.04.3)
Subpackages: umbrello-lang
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
==== vala ====
Version update (0.40.7 -> 0.40.8)
Subpackages: libvala-0_40-0
- Update to version 0.40.8:
+ Various improvements and bug fixes:
- Fix links in the Manual.
- libvaladoc: Change link to Valadoc wiki page for HTML doclet.
- valadoc: Use HTML5 doctype in HTML doclet.
- codegen: Let methods return -1 on error by default if
possible.
- Allow TypeModule subclasses as parameter-type in
module-init-method.
- girparser: Allow changing the type of constants using
metadata.
- girwriter: Add boolean GIR visible attribute to allow
skipping symbols.
- vala: Report error for error-domains without any code.
- parser: Accept "empty" enums/error-domains.
- codewriter: Output bodies of code-blocks if in VAPIGEN mode.
+ Bindings:
- gobject-2.0: Add lower_case_csuffix attributes to Type*
symbols.
- gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423.
- gio-2.0: Add custom IOError.from_errno() to make it work as
expected.
- gtk+-4.0: Update to 3.94.0+bf5f27c6.
- gstreamer-rtsp-server-1.0: Update from 1.14+ git master.
==== vim ====
Version update (8.1.0115 -> 8.1.0179)
Subpackages: gvim vim-data vim-data-common
- update to 8.1.0179
- add u_lua53_on_32bit.patch - fix lua53 support on 32bit
* Redundant condition for boundary check
- update to 8.1 revision 8.1.0178
- refresh disable-unreliable-tests.patch
vim-7.3-filetype_changes.patch
vim-7.3-filetype_ftl.patch
vim-7.3-filetype_spec.patch
vim-7.3-help_tags.patch
vim-7.3-name_vimrc.patch
vim-7.4-filetype_apparmor.patch
* Warning for passing pointer to non-pointer argument.
* Overlapping string argument for strcpy().
* Marks test fails in very wide window
* After paging up and down fold line is wrong.
* 'viminfofile' option does not behave like a file name.
* Typing CTRL-W n in a terminal window causes ml_get error.
* Invalid memory use with complicated pattern.
* Calling message_filtered() a bit too often.
* output of :marks is too short with multi-byte chars
* lock flag in new dictitem is reset in many places
* using dict_add_nr_str() is clumsy
* :clist output can be very long.
* luaeval('vim.buffer().name') returns an error.
* Danish and German man pages are not installed.
* Buffer not updated with 'autoread' set if file was deleted.
* completion for user names does not work for a prefix.
* GUI: input() fails if CTRL-C was pressed before
* Evim.man missing from the distribution.
* Crash with "set smarttab shiftwidth=0 softtabstop=-1".
* Build with SHADOWDIR fails.
* session is wrong with multiple tabs when :lcd was used
* Memory leak when using :tcl expr command.
* Compiler warning when building with Python 3.7.
* Matchit and matchparen don't handle E363.
* Xterm and vt320 builtin termcap missing keypad keys.
* cexpr no longer jumps to the first error.
* Recording into a register has focus events.
* Negative value of 'softtabstop' not used correctly.
* Undo message delays screen update for CTRL-O u.
* Lua interface does not support funcref.
* tagfiles() can have duplicate entries
* ":profdel func" does not work if func was called already
* still some xterm-like terminals get a stray "p"
* Build failure when disabling the session feature.
* Various problems with 'vartabstop'.
* Virtual edit replace with multi-byte fails at end of line.
* has('vcon') returns true even for non-win32 terminal.
* Crash when using ballooneval related to 'vartabstop'.
* Buffer 'modified' set even when :sort has no changes.
* Duplicate error message for put command.
* URL in install program still points to SourceForge.
* display problem with 'vartabstop' and 'linebreak'
==== woff2 ====
Subpackages: libwoff2common1_0_2 libwoff2dec1_0_2
- Add baselibs.conf, build 32bit support libs.
==== xdm ====
Subpackages: xdm-xsession
- Change /etc/X11/xdm/scripts/10-gpg-agent to get it work with
every gpg version 2.1 and up (boo#1062105)
- Update xdm.tar.bz2, no longer create / update /var/lib/X11/X
symlink, it is no used anymore (FATE#325524).
==== xf86-input-libinput ====
Version update (0.27.1 -> 0.28.0)
- Update to version 0.28.0
* This version adds a feature to expose the touch count for touch
devices through the X device. It makes it possible for clients
to adjust their UI based on the number of supported touches by
this device.
* Also, the draglock code had a bug and would call memset with
an invalid size, causing memory corruption. You're advised to
update, especially if you expect someone to use the draglock
options.
==== xinit ====
- Do not check /var/lib/X11/X anymore, it is obsolete
(FATE#325524).
==== zimg ====
Version update (2.7.4 -> 2.7.5)
- Update to 2.7.5:
* depth: fix SSE2 byte->float when width+4 is mod16
* resize: allow downsampling to very low resolutions
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
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…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
enblend-enfuse
freeipmi (1.5.7 -> 1.6.2)
llvm6
python-keyring (10.5.0 -> 13.0.0)
squid (4.0.25 -> 4.1)
xdg-desktop-portal-kde
=== Details ===
==== enblend-enfuse ====
- Switched to cmake build
* Removed patch for autotools: enblend-latex-optional.patch
- Added enblend-enfuse-4.2-add-missing-cmakelists.patch
- Enabled support for OpenMP
- Enabled support for SSE2
- Turn on optimizations again
- Info pages are no longer available
- Added PDF documentation for enblend and enfuse
==== freeipmi ====
Version update (1.5.7 -> 1.6.2)
Subpackages: libfreeipmi17 libipmiconsole2 libipmidetect0 libipmimonitoring6
- Update to 1.6.2
o Fix error in bridging where bridged requests were sent to the
wrong LUN.
o Fix command parsing bugs in legacy ipmi-config scripts
(i.e. bmc-config, ipmi-pef-config, etc.)
o Do not output full path of daemons in syslog, output only the
daemon name (i.e. output "ipmidetected" instead of
"/usr/sbin/ipmidetectd").
o Update channel range from 0-7 to 0-11, per errata IPMI update.
- Update to 1.6.1
o Add IPv6 hostname support to FreeIPMI, all of FreeIPMI can now take
IPv6 addresses as inputs to "host" parameters, options, or inputs.
o Support significant portions of IPMI IPv6 configuration in
libfreeipmi.
o Add --no-session option in ipmi-raw.
o Add SDR cache options to ipmi-config.
o Legacy -f short option for --flush-cache and -Q short option for
quiet-cache. Backwards compatible for tools that supported it
before.
o In ipmi-oem, support Gigabyte get-bmc-services and
set-bmc-services.
o Various performance improvements:
- Remove excessive calls to secure_memset to clear memory.
- Remove excessive memsets and clears of data.
- Remove unnecessary "double input checks".
- Remove expensive input checks in libfreeipmi fiid library.
Fallout from this may include FIID_ERR_FIELD_NOT_FOUND
errors in different fiid functions.
- Remove unnecessary input checks in libfreeipmi fiid library.
- Add recent 'lookups' of fields in fiid library to internal
cache.
o Various minor fixes/improvements
- Update libfreeipmi core API to use poll() instead of select(), to
avoid issues with applications with a high number of threads.
- As a side point, while IPv6 networking support has been added, IPv6
configuration in ipmi-config & bmc-config is not supported in this
release.
==== llvm6 ====
Subpackages: libLLVM6 libclang6
- llvm6-fix-gdb-index-crash.patch
* From upstream, fix lld --gdb-index crash.
==== python-keyring ====
Version update (10.5.0 -> 13.0.0)
- Version update to 13.0.0:
* #327: In kwallet backend, if the collection or item is
locked, a ``KeyringLocked`` exception is raised. Clients
expecting a None response from ``get_password`` under
this condition will need to catch this exception.
Additionally, an ``InitError`` is now raised if the
connection cannot be established to the DBus.
* #298: In kwallet backend, when checking an existing
handle, verify that it is still valid or create a new
connection.
* Fixed issue in SecretService. Ref #226.
* #322: Fix AttributeError when ``escape.__builtins__``
is a dict.
* Deprecated ``keyring.util.escape`` module. If you use
this module or encounter the warning (on the latest
release of your packages), please `file a ticket
<https://github.com/jaraco/keyring/issues/new>`_.
* Unpin SecretStorage on Python 3.5+. Requires that
Setuptools 17.1 be used. Note that the special
handling will be unnecessary once Pip 9 can be
assumed (as it will exclude SecretStorage 3 in
non-viable environments).
* #310: Keyring now loads all backends through entry
points.
* #312: Use ``entrypoints`` instead of pkg_resources to
avoid performance hit loading pkg_resources. Adds
a dependency on ``entrypoints``.
* #294: No longer expose ``keyring.__version__`` (added
in 8.1) to avoid performance hit loading pkg_resources.
* #299: Keyring exceptions are now derived from a base
``keyring.errors.KeyringError``.
* #296: Prevent AttributeError on import when Debian has
created broken dbus installs.
==== squid ====
Version update (4.0.25 -> 4.1)
- New upstream stable version 4.1:
+ Fix --with-netfilter-conntrack error message
+ Supply ALE for force_request_body_continuation ACL
==== xdg-desktop-portal-kde ====
Subpackages: xdg-desktop-portal-kde-lang
- Enable screencast support for TW
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
good morning,
i just noticed that velum [0] has gotten unresolvable because of a
rubygem-mysql2 minor version bump (from 0.4 to 0.5)
as i could find out in a github issue [1], rails 4.2.x probably won't
update the requirement to mysql 0.5.x anymore. the only way to avoid
patching rails in this regard would be to stick with 0.4.x (i think)
what would be the best thing to do here?
can we add a rubygem-mysql2_0_4 package?
thanks
--
Maximilian Meister
[0] https://build.opensuse.org/package/show/openSUSE:Factory/velum
[1] https://github.com/brianmario/mysql2/issues/950
-----------------------------------------------------------------------
Software Engineer (Container Technologies)
SUSE LINUX GmbH, Maxfeldstr. 5, D-90409 Nuernberg
T: +49 (0) 911 74053 0
F: +49 (0) 911 74053575 - e-mail: mmeister(a)suse.de
-----------------------------------------------------------------------
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton,
HRB 21284 (AG Nürnberg)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
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…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
MozillaFirefox (61.0 -> 61.0.1)
alsa-plugins
babl (0.1.50 -> 0.1.52)
bluedevil5 (5.13.2 -> 5.13.3)
breeze (5.13.2 -> 5.13.3)
breeze-gtk (5.13.2 -> 5.13.3)
breeze4-style (5.13.2 -> 5.13.3)
ca-certificates-mozilla (2.22 -> 2.24)
claws-mail
discover (5.13.2 -> 5.13.3)
dri3proto (1.0 -> 1.2)
drkonqi5 (5.13.2 -> 5.13.3)
elfutils (0.172 -> 0.173)
emacs
file (5.32 -> 5.33)
gdk-pixbuf
gegl (0.4.2 -> 0.4.4)
gimp (2.10.2 -> 2.10.4)
glusterfs (3.12.3 -> 4.0.2)
grub2
gstreamer
gstreamer-plugins-bad
gstreamer-plugins-base
hwdata (0.312 -> 0.313)
installation-images-Kubic (14.377 -> 14.378)
java-10-openjdk
json-glib
kactivitymanagerd (5.13.2 -> 5.13.3)
kbproto
kcm_sddm (5.13.2 -> 5.13.3)
kde-cli-tools5 (5.13.2 -> 5.13.3)
kde-gtk-config5 (5.13.2 -> 5.13.3)
kde-user-manager (5.13.2 -> 5.13.3)
kernel-source (4.17.4 -> 4.17.5)
kgamma5 (5.13.2 -> 5.13.3)
khotkeys5 (5.13.2 -> 5.13.3)
kinfocenter5 (5.13.2 -> 5.13.3)
kmenuedit5 (5.13.2 -> 5.13.3)
kscreen5 (5.13.2 -> 5.13.3)
kscreenlocker (5.13.2 -> 5.13.3)
ksshaskpass5 (5.13.2 -> 5.13.3)
ksysguard5 (5.13.2 -> 5.13.3)
kwayland-integration (5.13.2 -> 5.13.3)
kwin5 (5.13.2 -> 5.13.3)
libXScrnSaver (1.2.2 -> 1.2.3)
libXinerama (1.1.3 -> 1.1.4)
libXxf86misc (1.0.3 -> 1.0.4)
libinput (1.11.1 -> 1.11.2)
libkdecoration2 (5.13.2 -> 5.13.3)
libkscreen2 (5.13.2 -> 5.13.3)
libksysguard5 (5.13.2 -> 5.13.3)
libreoffice (6.1.0.0.beta2 -> 6.1.0.1)
libsndfile
libstorage-ng (3.3.312 -> 3.3.316)
milou5 (5.13.2 -> 5.13.3)
nbd (3.16.2 -> 3.17)
nfs-utils
nghttp2 (1.31.1 -> 1.32.0)
oath-toolkit
okteta (0.25.0 -> 0.25.1)
oxygen5 (5.13.2 -> 5.13.3)
patterns-kde (20170319 -> 20180709)
perl-Bootloader (0.919 -> 0.921)
plasma-nm5 (5.13.2 -> 5.13.3)
plasma5-addons (5.13.2 -> 5.13.3)
plasma5-desktop (5.13.2 -> 5.13.3)
plasma5-integration (5.13.2 -> 5.13.3)
plasma5-openSUSE
plasma5-pa (5.13.2 -> 5.13.3)
plasma5-workspace (5.13.2 -> 5.13.3)
polkit-kde-agent-5 (5.13.2 -> 5.13.3)
powerdevil5 (5.13.2 -> 5.13.3)
presentproto (1.1 -> 1.2)
python-cairocffi (0.8.0 -> 0.8.1)
python-dbus-python (1.2.4 -> 1.2.8)
python-idna (2.6 -> 2.7)
python-jedi (0.12.0 -> 0.12.1)
python-kiwi (9.15.2 -> 9.16.2)
python-parso (0.2.0 -> 0.3.1)
qemu
qemu-linux-user
randrproto (1.5.0 -> 1.6.0)
renderproto
ruby-common
rubygem-byebug (10.0.0 -> 10.0.2)
rubygem-fast_gettext (1.6.0 -> 1.7.0)
rubygem-ruby-dbus (0.14.0 -> 0.15.0)
systemd
systemsettings5 (5.13.2 -> 5.13.3)
tftp
wxWidgets-3_0
wxWidgets-3_0-nostl
xfsprogs (4.15.1 -> 4.16.1)
zypp-plugin
=== Details ===
==== MozillaFirefox ====
Version update (61.0 -> 61.0.1)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 61.0.1:
* Fix missing content on the New Tab Page and the Home section of
the Preferences page (bmo#1471375)
* Fixed loss of bookmarks under rare circumstances when upgrading
from Firefox 60 (bmo#1472127)
* Improved playback of Twitch 1080p video streams (bmo#1469257)
* Web pages no longer lose focus when a browser popup window is
opened (bmo#1471415)
* Re-allowed downloading files from FTP sites via the "Save Link
As" option when linked from HTTP pages (bmo#1470295)
* Fixed extensions being unable to override the default homepage
in certain situations (bmo#1466846)
==== alsa-plugins ====
Subpackages: alsa-plugins-pulse alsa-plugins-pulse-32bit
- Use ffmpeg3 versions of pkgconfig(libav*)
==== babl ====
Version update (0.1.50 -> 0.1.52)
- Update to version 0.1.52:
+ Concurrency fixes and fixes to handling of 0/1 entry palettes.
+ Do not pre-equalize XYZ conversion matrices for sRGB.
+ Internal clean-ups.
+ Pre-define ACES2065-1 and ACEScg BablSpaces.
+ Add R~G~B~ set of spaces, which for all BablSpaces mean use
sRGB TRC.
==== bluedevil5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: bluedevil5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== breeze ====
Version update (5.13.2 -> 5.13.3)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== breeze-gtk ====
Version update (5.13.2 -> 5.13.3)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== breeze4-style ====
Version update (5.13.2 -> 5.13.3)
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== ca-certificates-mozilla ====
Version update (2.22 -> 2.24)
- Updated to 2.24 state of the Mozilla NSS Certificate store. (bsc#1100415)
- Removed CAs:
* S-TRUST_Universal_Root_CA:2.16.96.86.197.75.35.64.91.100.212.237.37.218.217.214.30.30.crt
* TC_TrustCenter_Class_3_CA_II:2.14.74.71.0.1.0.2.229.160.93.214.63.0.81.191.crt
* T�RKTRUST_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?_H5:2.7.0.142.23.254.36.32.129.crt
==== claws-mail ====
Subpackages: claws-mail-lang
- Replace enchant-devel with pkgconfig(enchant), current version
does not support enchant-2. Fixed upstream for next version.
- Replace NetworkManager-devel with pkgconfig(libnm), align with
what configure looks for.
==== discover ====
Version update (5.13.2 -> 5.13.3)
Subpackages: discover-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* PK: Make sure we resolve the transaction application if it fails (kde#395994)
* KNS: don't start searches before initializing (kde#395966)
* Report a progressing change when we finish to set up and there's nothing pending
* Recheck fetching after we remove a backend
* flatpak: don't crash if we get null updates (kde#394713)
* Don't set property twice
* Trigger a refresh when appstream data isn't available when on aptcc
* Don't catch unneeded value in lambda
* Fix warning: use the right API to get the component desktop id
==== dri3proto ====
Version update (1.0 -> 1.2)
- n_dri3proto-1.2-2018.4.patch
* update to version 1.2 (patch generated from
xorgproto-2018.4 sources)
==== drkonqi5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: drkonqi5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
- Recommend gdb for useful backtraces (moved from the pattern)
==== elfutils ====
Version update (0.172 -> 0.173)
Subpackages: elfutils-lang libasm1 libdw1 libebl-plugins libelf-devel libelf1
- Update to version 0.173
More fixes for crashes and hangs found by afl-fuzz. In particular various
functions now detect and break infinite loops caused by bad DIE tree cycles.
readelf: Will now lookup the size and signedness of constant value types
to display them correctly (and not just how they were encoded).
libdw: New function dwarf_next_lines to read CU-less .debug_line data.
dwarf_begin_elf now accepts ELF files containing just .debug_line
or .debug_frame sections (which can be read without needing a DIE
tree from the .debug_info section).
Removed dwarf_getscn_info, which was never implemented.
backends: Handle BPF simple relocations.
The RISCV backends now handles ABI specific CFI and knows about
RISCV register types and names.
- add cfi-fix.patch: make build green on arm target
==== emacs ====
Subpackages: emacs-info emacs-nox emacs-x11 etags
- xwidget.patch: Make xwidget-webkit-execute-script safe against GC
- Re-enable Xwidgets on 32bit architectures
==== file ====
Version update (5.32 -> 5.33)
Subpackages: file-magic libmagic1
- Update to file version 5.33
* extend the support for ${x?:} expansions for magic descriptions
* add support for ${x?:} in mime types to handle
pie binaries.
* add support for negative offsets (offsets from the end of file)
* close the file on error when writing magic (Steve Grubb)
* seccomp support (Paul Moore)
- Rename patch file-5.32.dif to file-5.33.dif
- Remove patch file-5.32-ncurses-6.1.patch now upstream
- Modify and port patches
* file-5.12-zip.dif
* file-5.16-ocloexec.patch
* file-5.17-option.dif
* file-5.19-biorad.dif
* file-5.19-printf.dif
* file-5.19-zip2.0.dif
* file-5.22-elf.dif
* file-5.24-nitpick.dif
- Add patch file-a642587a9c.patch for bsc#1096974, bsc#1096984, and
CVE-2018-10360 -- Avoid reading past the end of buffer
==== gdk-pixbuf ====
Subpackages: gdk-pixbuf-lang gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32bit gdk-pixbuf-thumbnailer libgdk_pixbuf-2_0-0 libgdk_pixbuf-2_0-0-32bit typelib-1_0-GdkPixbuf-2_0
- Pass all options to meson, ensure we build gdk-pixbuf with the
features we want.
==== gegl ====
Version update (0.4.2 -> 0.4.4)
Subpackages: gegl-0_4 gegl-0_4-lang libgegl-0_4-0
- Update to version 0.4.4:
+ Core:
- Point filters with need for format conversion of input are
now parallel.
- Added swap-reading, swap-writing, swap-read-total and
swap-write-total properties to GeglStats.
+ Buffer:
- Trim tile-cache when shrinking.
- Added reading locks to tiles further improving concurrent
access tolerance of GeglBuffer.
+ Operations:
- threshold: operating format changed from linear to
perceptual.
- unsharp-mask: add rename standard-deviation and scale
properties to 'Radius' and 'Amount', add 'Threshold'
property.
- recursive-transform now supports applying multiple
transformations simultanously.
- Fixed integer overflow due to logic error in pixelize.
- New operation: gegl:abs which negates negative values.
- New operation in workshop: selective-hue-saturation.
==== gimp ====
Version update (2.10.2 -> 2.10.4)
Subpackages: gimp-lang gimp-plugin-aa gimp-plugins-python libgimp-2_0-0 libgimpui-2_0-0
- fix build error for Leap 42.3
- add missing requires
- bump versions in BR according to the configure.ac
- move library requires in libgimp to %requires_ge and also force
the libgegl update
- update to 2.10.4 bug fix release
Core:
- Remove gimp_display_shell_draw_background() and all clipping
hacks for drawing the canvas background. This optimizes away
one entire step of drawing of image size, for each expose.
- Font loading does not block startup anymore. Only consequence
is that the Text tool may not be usable immediately if fonts
are not fully loaded yet (and will output an appropriate error
if you do so). All non-text related activities can be performed
right away.
- Change of the URL from bugzilla to gitlab where appropriate.
- New tool option manager to better keep track of user context
and paint options in a consistent manner.
User Interface:
- The Dashboard dockable dialog now has a 'Memory' group that
shows memory-usage information: the currently used memory size,
the available physical memory size, and the total physical
memory size. It can also show the tile-cache size, for
comparison against the other memory stats. Note that the
upper-bound of the meter is the physical memory size, so the
memory usage may be over 100% when GIMP uses the swap.
- The Dashboard dockable dialog now has "read" and "written"
fields in the dashboard swap group, which report the total
amount of data read-from/written-to the tile swap, respetively.
Additionally, the swap busy indicator (used as the meter's LED)
has been improved, so that it's active whenever data has been
read-from/written-to the swap during the last sampling
interval, rather than at the point of sampling.
- Fonts can now be tagged. The user interface is the same as for
brushes, patterns etc.
- Some icons fixed: larger spacing between broken chains and
gimp-tool-ellipse-select made symmetrical.
Usability:
- When a plug-in cannot be applied to an image because of
mismatch in image types (e.g. layer has no alpha or image is
greyscale), GIMP now displays a message listing supported image
types for this plug-in.
Tools:
- The Measurement tool now has an "Auto straighten" option
allowing to rotate the active drawable (layer, channel?) so
that the measurement line is used as horizon. As other
transform tools, the feature will work on linked drawables as
well.
- The Smudge tool now paints correctly on images with a color
profile other than the GIMP's built-in one.
Build:
- Installer: set compatibility options to run Python plugins in
HiDPI-aware mode.
- Put back compatibility DLLs for really old plugins.
- Install binary tool `gimp-test-clipboard` on the system to
allow people to help us debug clipboard bugs.
- --enable-bundled-mypaint-brushes renamed
- -enable-relocatable-bundle and also make WMF fonts looked up
on the runtime prefix of GIMP (instead of the build-time path)
when this build option was set.
Plug-ins:
- gimptool-2.0 binary now accepts source files with non-standard
extensions if it can try to guess appropriate language from the
compiler being used. It will also properly quote arguments for
shell usage.
- Run explicitly Python 2 as Python plug-in interpreter to
prevent breakage on systems where Python 3 is the default.
- raw_input()'s argument in Python console is now optional, and
input() support has been added.
File Formats:
- The PSD loader now provides an option to load "merged",
pre-composited version of the images that becomes available
when a PSD file was saved with "Maximize Compatibility" option
enabled in Photoshop. This is useful when loading PSD files
that use features that GIMP doesn't currently support, and
therefore can't render correctly, such as adjustment layers.
When loading the merged image version, we avoid loading certain
additional data from the file, such as channels, paths, and
guides, while still loading metadata. This option is currently
exposed as an additional file type ("Photoshop image
(merged)"), which has to be explicitly selected from the
file-type list when opening the image.
- Embedding GIMP's built-in sRGB color profile to exported files
is now optional. The default choice can be set in the
Preferences dialog.
Translations:
- Updated translations: Catalan, Czech, Danish, Dutch, Finnish,
Greek, Hungarian, Italian, Latvian, Polish, Romanian, Russian,
Spanish, Swedish, Ukrainian.
==== glusterfs ====
Version update (3.12.3 -> 4.0.2)
Subpackages: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0
- Update to new upstream release 4.0.2
* GlusterD2 (GD2) is a new management daemon for Gluster-4.0,
glustercli is the command-line interface for it.
It is a preview release. GD2 is not backwards compatible with
the older GlusterD. Heterogeneous clusters running both GD2
and GlusterD are not possible.
* Not all commands from GlusterD have been implemented for GD2.
* GD2 does not (yet) work well in 2-node clusters.
* Self Heal feature integrated for the new Volumes created
using Glusterd2.
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi grub2-x86_64-xen
- Fix install on xfs error (bsc#1101283)
* 0001-xfs-Accept-filesystem-with-sparse-inodes.patch
- grub2.spec: change %config to %config(noreplace)
Don't overwrite user changes to config files on upgrades.
==== gstreamer ====
Subpackages: gstreamer-lang gstreamer-utils libgstreamer-1_0-0 typelib-1_0-Gst-1_0
- Update gstreamer.macros and gstreamer.prov to be compatible with
file 5.33, which differently idenfies executables from libraries.
==== gstreamer-plugins-bad ====
Subpackages: gstreamer-plugins-bad-lang libgstadaptivedemux-1_0-0 libgstbadaudio-1_0-0 libgstbadvideo-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstphotography-1_0-0 libgsturidownloader-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0
- Conditionalize pkgconfig(libopenmpt) and pkgconfig(lilv-0)
BuildRequires: fix build for SLE 12 SP3.
==== gstreamer-plugins-base ====
Subpackages: gstreamer-plugins-base-lang libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstriff-1_0-0 libgstrtp-1_0-0 libgstrtsp-1_0-0 libgstsdp-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 typelib-1_0-GstAudio-1_0 typelib-1_0-GstPbutils-1_0 typelib-1_0-GstTag-1_0 typelib-1_0-GstVideo-1_0
- Conditionalize orc and pkgconfig(wayland-egl) BuildRequires and
enable-orc call, fix build for SLE 12 SP3.
==== hwdata ====
Version update (0.312 -> 0.313)
- Update to version 0.313:
* Updated pci, usb and vendor ids.
==== installation-images-Kubic ====
Version update (14.377 -> 14.378)
- merge gh#openSUSE/installation-images#255
- add pinctrl-* modules (bsc#1095796)
- 14.378
==== java-10-openjdk ====
Subpackages: java-10-openjdk-headless
- Remove the alternative for java before reinstalling it, if idlj
is its slave (bsc#1096420)
- Move idlj to *-devel package (bsc#1096420)
==== json-glib ====
Subpackages: json-glib-lang libjson-glib-1_0-0 typelib-1_0-Json-1_0
- Set gettext domain explicitly in translation-update-upstream,
as it does not support complex meson.build expressions
(bsc#1087076#c21).
==== kactivitymanagerd ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kactivitymanagerd-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kbproto ====
- kbproto-devel requires pkgconfig(xproto)
==== kcm_sddm ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kcm_sddm-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kde-cli-tools5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kde-cli-tools5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kde-gtk-config5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kde-gtk-config5-gtk2 kde-gtk-config5-gtk3 kde-gtk-config5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Don't have two methods called the same in parent and children class without relation
* --warning
* Don't display duplicate icon themeicon theme entries
* Keep Cursor and Icon themes lists sorted (kde#368600)
==== kde-user-manager ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kde-user-manager-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kernel-source ====
Version update (4.17.4 -> 4.17.5)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Linux 4.17.5 (bnc#1012628).
- ARM: dts: imx6q: Use correct SDMA script for SPI5 core
(bnc#1012628).
- x86/mm: Don't free P4D table when it is folded at runtime
(bnc#1012628).
- ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
(bnc#1012628).
- netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in
nft_do_chain() (bnc#1012628).
- netfilter: xt_connmark: fix list corruption on rmmod
(bnc#1012628).
- netfilter: ip6t_rpfilter: provide input interface for route
lookup (bnc#1012628).
- drm/i915: Enable provoking vertex fix on Gen9 systems
(bnc#1012628).
- drm/i915: Turn off g4x DP port in .post_disable() (bnc#1012628).
- drm/i915: Disallow interlaced modes on g4x DP outputs
(bnc#1012628).
- drm/i915: Fix PIPESTAT irq ack on i965/g4x (bnc#1012628).
- drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI
(bnc#1012628).
- drm/amd/display: release spinlock before committing updates
to stream (bnc#1012628).
- drm/amdgpu: Count disabled CRTCs in commit tail earlier
(bnc#1012628).
- drm/amdgpu: GPU vs CPU page size fixes in
amdgpu_vm_bo_split_mapping (bnc#1012628).
- drm/amdgpu: Update pin_size values before unpinning BO
(bnc#1012628).
- drm/amdgpu: Make amdgpu_vram_mgr_bo_invisible_size always
accurate (bnc#1012628).
- drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
(bnc#1012628).
- drm/amdgpu: Use kvmalloc_array for allocating VRAM manager
nodes array (bnc#1012628).
- drm/amdgpu: Don't default to DC support for Kaveri and older
(bnc#1012628).
- Revert "drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE"
(bnc#1012628).
- drm/atmel-hlcdc: check stride values in the first plane
(bnc#1012628).
- drm/qxl: Call qxl_bo_unref outside atomic context (bnc#1012628).
- drm/i915/dp: Send DPCD ON for MST before phy_up (bnc#1012628).
- drm/amd/display: Clear connector's edid pointer (bnc#1012628).
- drm/sti: Depend on OF rather than selecting it (bnc#1012628).
- drm/amdgpu: fix clear_all and replace handling in the VM (v2)
(bnc#1012628).
- drm/amdgpu: Grab/put runtime PM references in
atomic_commit_tail() (bnc#1012628).
- drm/amdgpu: fix the missed vcn fw version report (bnc#1012628).
- drm/amdgpu: Add APU support in vi_set_vce_clocks (bnc#1012628).
- drm/amdgpu: Add APU support in vi_set_uvd_clocks (bnc#1012628).
- vt: prevent leaking uninitialized data to userspace via
/dev/vcs* (bnc#1012628).
- serdev: fix memleak on module unload (bnc#1012628).
- serial: 8250_pci: Remove stalled entries in blacklist
(bnc#1012628).
- iio: mma8452: Fix ignoring MMA8452_INT_DRDY (bnc#1012628).
- staging: android: ion: Return an ERR_PTR in ion_map_kernel
(bnc#1012628).
- n_tty: Access echo_* variables carefully (bnc#1012628).
- n_tty: Fix stall at n_tty_receive_char_special() (bnc#1012628).
- xhci: Fix kernel oops in trace_xhci_free_virt_device
(bnc#1012628).
- usb: typec: ucsi: Fix for incorrect status data issue
(bnc#1012628).
- usb: typec: ucsi: acpi: Workaround for cache mode issue
(bnc#1012628).
- acpi: Add helper for deactivating memory region (bnc#1012628).
- usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log
is re-entered (bnc#1012628).
- usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt
hub (bnc#1012628).
- USB: serial: cp210x: add Silicon Labs IDs for Windows Update
(bnc#1012628).
- USB: serial: cp210x: add CESINEL device ids (bnc#1012628).
- usb: cdc_acm: Add quirk for Uniden UBC125 scanner (bnc#1012628).
- commit 3ff6a16
- ACPICA: Clear status of all events when entering S5
(bsc#1099930).
- commit 0c3e49d
- Update patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch (bsc#951844 bsc#1024015 bsc#1099745).
Refresh and update for Tumbleweed. No better patch version yet.
- commit 12954e1
==== kgamma5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kgamma5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== khotkeys5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: khotkeys5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kinfocenter5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kinfocenter5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kmenuedit5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kmenuedit5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kscreen5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kscreen5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kscreenlocker ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== ksshaskpass5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: ksshaskpass5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== ksysguard5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: ksysguard5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kwayland-integration ====
Version update (5.13.2 -> 5.13.3)
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== kwin5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: kwin5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Link clipboard sync helper to kcrash
* Avoid potential assert in SM saving (kde#395712)
==== libXScrnSaver ====
Version update (1.2.2 -> 1.2.3)
Subpackages: libXss1 libXss1-32bit
- Update to version 1.2.3:
* Fixes a 25+-year-old bug in correctly filling in the ::root
member of the ScreenSaverNotify event.
* supersedes U_libXScrnSaver_copy_root_field.patch
==== libXinerama ====
Version update (1.1.3 -> 1.1.4)
Subpackages: libXinerama1 libXinerama1-32bit
- Update to version 1.1.4
* Contains some tiny bugfixes sitting in git unreleased for too long.
==== libXxf86misc ====
Version update (1.0.3 -> 1.0.4)
- libXxf86misc 1.0.4
* Several error paths in this library would fail to unlock libX11
when they returned, which would eventually cause the client to
deadlock. This release fixes that bug.
* supersedes libXxf86misc-xcb.diff
==== libinput ====
Version update (1.11.1 -> 1.11.2)
Subpackages: libinput-udev libinput10
- Update to version 1.11.2:
* Add a trackpoint range entry for the Lenovo X270.
* Better lid handling for the Lenovo Thinkpad Yoga models.
* Fixed touchpad palm detection on the Lenovo X1 Carbon 6th.
* Change pressure ranges for the XPS13 9333.
==== libkdecoration2 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private6
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== libkscreen2 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: libKF5Screen7 libkscreen2-plugin
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Fix uninstalled run unit tests: set LIBRARY_OUTPUT_DIRECTORY for plugins
==== libksysguard5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: libksysguard5-helper libksysguard5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== libreoffice ====
Version update (6.1.0.0.beta2 -> 6.1.0.1)
Subpackages: libreoffice-branding-upstream libreoffice-calc libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-gtk3 libreoffice-icon-themes libreoffice-impress libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-en_GB libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-pt_BR libreoffice-l10n-ru libreoffice-l10n-zh_CN libreoffice-l10n-zh_TW libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-qt5 libreoffice-writer libreofficekit
- Added patch:
* 0001-call-System.runFinalizersOnExit-by-reflection-since-.patch
+ Call the System.runFinalizersOnExit method by reflection,
since it is removed in jdk11
- Version update to 6.1.0.1 release
==== libsndfile ====
- Fix buffer overflow in sndfile-deinterlace, which isn't really a
security issue (bsc#1100167, CVE-2018-13139):
sndfile-deinterlace-channels-check.patch
==== libstorage-ng ====
Version update (3.3.312 -> 3.3.316)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#544
- work on creating and deleting bcaches
- updated swig catches
- added unit tests
- added integration tests
- reuse code
- cleanup
- 3.3.316
- merge gh#openSUSE/libstorage-ng#543
- use sysfs path in find_by_any_name()
- 3.3.315
- merge gh#openSUSE/libstorage-ng#542
- added support for f2fs (fate#325755)
- added integration test
- removed unused code
- removed obsolete documentation
- 3.3.314
- merge gh#openSUSE/libstorage-ng#541
- handle Intel Rapid Start Technology Partition ID (fate#325885)
- extended documentation
- coding style
- 3.3.313
==== milou5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: milou5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== nbd ====
Version update (3.16.2 -> 3.17)
- Update to version 1.17.0:
* proto: add xNBD command NBD_CMD_CACHE to the spec
* server: do not crash when handling child name
* server: Close socket pair when fork fails
==== nfs-utils ====
Subpackages: nfs-client nfs-doc nfs-kernel-server
- Create files in /var/lib/nfs via tmpfiles.d [bsc#1100404],
[FATE#325524]
==== nghttp2 ====
Version update (1.31.1 -> 1.32.0)
- Update to version 1.32.0:
* lib: Ignore all input after calling session_terminate_session
* lib: Fix treatment of padding
* lib: Don't allow 101 HTTP status code because HTTP/2 removes
HTTP Upgrade
* build: add ENABLE_STATIC_LIB option to build static lib
* third-party: Upgrade neverbleed to the latest master
* asio: Support client side SNI
* src: Compile with libressl 2.7.2
* src: Allow building without NPN
* h2load: -r and --duration are mutually exclusive
==== oath-toolkit ====
- Add patch 0003-pam_oath-assign-safe-default-to-alwaysok-config-memb.patch:
- fix potential security issue in low memory situation (bsc#1089114)
==== okteta ====
Version update (0.25.0 -> 0.25.1)
Subpackages: okteta-lang
- Update to 0.25.1
* Remove extra margins from config dialog pages of the Structures
tool
* Remove debug log "register count: %d, destroy count %d:" from
normal build
* Translations improved (id, it, nn, zh_CN)
==== oxygen5 ====
Version update (5.13.2 -> 5.13.3)
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== patterns-kde ====
Version update (20170319 -> 20180709)
Subpackages: patterns-kde-kde patterns-kde-kde_edutainment patterns-kde-kde_games patterns-kde-kde_ide patterns-kde-kde_imaging patterns-kde-kde_internet patterns-kde-kde_multimedia patterns-kde-kde_office patterns-kde-kde_plasma patterns-kde-kde_utilities patterns-kde-kde_utilities_opt patterns-kde-kde_yast
- Update devel_kde_frameworks packagelist
- Update devel_qt5 packagelist
- Merge devel_kde into devel_kde_frameworks
- Don't require breeze5-wallpapers, only recommend it
- Split out PIM into a separate pattern:
* Use kleopatra instead of kgpg
* Remove 5 suffix
- Don't recommend kmozillahelper, it has a supplements already
- Slim down kde_plasma, move applications to kde
- Call it "KDE Plasma 5 Desktop Base" to make it more obvious that
only the base desktop is installed
- Improve descriptions of kde_plasma and kde
- Move gdb recommendation to drkonqi5
- Use %2F instead of - where necessary
- Remove kppp, rekonq and smb4k
- Use libreoffice-qt5 instead of libreoffice-kde4
- Only suggest cervisia
- Recommend skanlite in kde, not kde_imaging as well
==== perl-Bootloader ====
Version update (0.919 -> 0.921)
- merge gh#openSUSE/perl-bootloader#116
- add --get-option to pbl (bsc#1033776, bsc#1050349)
- 0.921
- merge gh#openSUSE/perl-bootloader#115
- Avoid undefined var warning
- 0.920
==== plasma-nm5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== plasma5-addons ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma5-addons-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* [Media Frame] Fix history length property
==== plasma5-desktop ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma5-desktop-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* [Icons KCM] Clip delegate during animation
* [Icons KCM] Load preview pixmaps for animation on-demand and cache them
* [Font Management KCM] Only show on xcb platform (kde#364746)
* [Fonts KCM] Generate font rendering previews only on X (kde#396214)
* Correct Folder View sizing and representation switch behavior (kde#395477)
* [Splash Screen KCM] Fix "no thumbnail" icon for "None"
* Fix crash on post-initial refresh()
* [Icons KCM] Also set minimum width for icon preview
- Remove patches, now upstream:
* Correct-Folder-View-sizing-and-representation-switch-behavior.patch
- Add upstream patch to fix too tiny popups of Folderview widgets
in the panel (boo#1097992, kde#395477):
* Correct-Folder-View-sizing-and-representation-switch-behavior.patch
==== plasma5-integration ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* [QDBusMenuBar] Guard m_window with a QPointer (kde#376340,kde#379719)
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.13.3
==== plasma5-pa ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma5-pa-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Fix wrong availability of profiles and ports.
==== plasma5-workspace ====
Version update (5.13.2 -> 5.13.3)
Subpackages: plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Don't block startplasma sending DBus call to KSplash
* [Places Runner] Add place category as subtext
* [Places Runner] Fix opening search and timeline URLs
* [Places Runner] Fix opening devices
- Refresh 0001-Rename-qdbus-in-startkde.patch
==== polkit-kde-agent-5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* Remove empty Category from desktop file
* Add a window icon for authentication dialog under Wayland.
==== powerdevil5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: powerdevil5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== presentproto ====
Version update (1.1 -> 1.2)
- n_presentproto-1.2-2018.4.patch
* update to version 1.2 (patch generated from
xorgproto-2018.4 sources)
==== python-cairocffi ====
Version update (0.8.0 -> 0.8.1)
- update to version 0.8.1:
* Add cairo library name provided by pygobjectwin32
* Update docstrings to list width and height params
* Add width and height options to decode_to_image_surface
==== python-dbus-python ====
Version update (1.2.4 -> 1.2.8)
Subpackages: python2-dbus-python python3-dbus-python
- Version update to version 1.2.8:
* Python 2.7 required or 3.4 respectively
* Tests use tap.py functionality
* Upstream dropped epydoc completely
* See NEWS for more
- Use requires_ge instead of the rpm calls
==== python-idna ====
Version update (2.6 -> 2.7)
Subpackages: python2-idna python3-idna
- specfile:
* update copyright year
- update to version 2.7:
* Update to Unicode 10.0.0.
* No longer accepts dot-prefixed domains (e.g. ".example") as
valid. This is to be more conformant with the UTS 46 spec. Users
should strip dot prefixes from domains before processing.
==== python-jedi ====
Version update (0.12.0 -> 0.12.1)
- specfile:
* require parso >= 0.3.0
* remove python-devel requirement
- update to version 0.12.1:
* This release forces you to upgrade parso. If you don't, nothing
will work anymore. Otherwise changes should be limited to bug
fixes. Unfortunately Jedi still uses a few internals of parso that
make it hard to keep compatibility over multiple releases. Parso
>=0.3.0 is going to be needed.
==== python-kiwi ====
Version update (9.15.2 -> 9.16.2)
- Bump version: 9.16.1 ? 9.16.2
- Simplify configfile loading
prefix and root variables are correctly set, thus calling
the "normal" command has the same effect than the explicit
call for "configfile"
- Prevent building custom efi image
If the distribution provides a prebuilt efi image kiwi
should use it instead of building its own image.
- Bump version: 9.16.0 ? 9.16.1
- Avoid module loading in grub config template
This patch is two fold. First part replaces the import of
dedicated video modules in the grub image by the all_video
module. Second part avoids runtime module insertion which
requires access to the boot filesystem which is not
guaranteed on sophisticated rootfs structures like btrfs
plus readonly snapshots and what not. Thus we make sure
all boot code is embedded into the grub image(s) and no
extra loading of modules at runtime will be needed.
This Fixes bsc#1096937
- Fix for bsc#1094788
This is just an empty commit to include the bugfix reference in
the repository history.
The bugfix for bsc#1094788 was actually commited in:
commit 835cebfe5c488515dfbcdf33dab6262613ca5508
Author: Marcus Sch�fer <ms(a)suse.de>
Date: Tue May 29 16:42:55 2018 +0200
- Complete GUID change from signed to unsigned
Follow up fix to complete the binary packing of the GUID
format to use unsigned types. Missed to move short source
from signed to unsigned. This Fixes bsc#1095267
- Bump version: 9.15.4 ? 9.16.0
- Move fedora integration test build to fc28 distro
- Use the versioned Python interpreter path to run build helper scripts
The kiwi build process mostly does the right thing in terms of executing
with the correct Python interpreter throughout the build process, with
the exception of the Makefile not correctly locating the versioned Python
interpreter executable path, and the bash completion generator being executed
using '/usr/bin/python' without regard for what the target environment was.
This is a problem when a build environment complying with PEP 394 as it
stands today does not have Python 2 installed, such as when kiwi is being
built as a Python 3-only package in Fedora. Thus, the Makefile has been
adjusted to not only correctly locate the versioned Python interpreter, but
to also execute 'completion_helper' with the correct interpreter.
Additionally, a trivial change to the shebang to 'completion_helper'
was made to be consistent with other Python-based build helper scripts.
This is part of the overall effort to eliminate the dependencies on
Python 2 in Fedora.
Reference: https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
- Bump version: 9.15.3 ? 9.15.4
- Fixup move_to_root method
move_to_root is called to check each element of a given list
and changes any path specification to a valid path if the given
root path would be it's root(/). This tranformation implied the
creation of paths containing double slashes like //foo which
was considered harmless. However it has turned out that the dnf
package manager makes a difference here which requires to fix
the resulting paths. This Fixes #761
- Adding license tag under description tag in schema
This license tag does not effect the resulting image in any way. The tag
is just included to state the license of the kiwi image sources in case
they are distributed.
Fixes #728
- Make sure profile env is included in live images
For all images which boots via dracut the .profile file is included
except for live iso's because no information is needed from that file
to boot or customize the boot. However the .profile contains the
kiwi_revision information which is useful for any image type.
This Fixes #755
- Add config-cdroot to description import list
During the prepare step the image description and mandatory
files needed in the create step are copied into the image
root system below the image/ directory. In case of the
optional config-cdroot archive this copy action was missing
which lead to the problem that the archive was not present
if the kiwi system create command is sequence is used.
This Fixes #756
- Added true module to grub image list
When kiwi creates a grub image a list of modules are embedded.
For the purpose of snapshot boot the true module seems to be
used but was not included at build time when kiwi created
the grub image. This Fixes bsc#1093917
- Changed GUID format from signed to unsigned
With reference to Microsoft Guid constructors it seems unsigned
values are allowed which could exceed the value range of the
binary unpack used in kiwi. This Fixes bsc#1095267
- Fix SC2164 complain of shellcheck
- Updating shellcheck call from tox
Recent shellcheck versions are more strict and complain about
backslashes "\" used in literals claiming it is preferred to use
double backslashes "\\". As is just a styling advise and we use
backslashes in multiple commands (echo, sed, etc) I believe this
can be ignored.
- Relax runtime check for ISO images using dmsquash
This commit relaxes the dracut-kiwi-live module requirement if
dmsquash dracut module is selected in flags attribute.
- omit multipath module in live iso initrd
The multipath module creates device maps which puts the device
in a busy state and prevents the creation of a persistent write
partition. As multipath seems never useful for the root of a live
iso image we generally omit this module from being included
- Fixup LOADER_LOCATION in sysconfig/bootloader
By default we always set LOADER_LOCATION=mbr which is wrong
if EFI is in use. This patch updates the value to be correct.
It also seems that this variable is only consumed by the
yast2 bootloader module from past days. Thus we consider
it obsolete and on the to be droped list in future releases.
This Fixes #746
- Bump version: 9.15.2 ? 9.15.3
- Fix setup of LOADER_TYPE in sysconfig/bootloader
LOADER_TYPE value for the grub2 bootloader depends on
the use of EFI. This Fixes bsc#1094883
- Added documentation for config-cdroot archive
- Added support for config-cdroot archive
The image description now allows an optional file named:
config-cdroot.tar[.compression_postfix]. The file gets
unpacked as user data for live and install ISO images.
This allows users to add e.g license files or reference
documentation to the ISO image. This Fixes #737
- Verify file does not exist before creating symlink
- Add service dependencies in generators
Correctly adding the initrd-root-fs.target service dependency to
auto generated sysroot.mount for kiwi-live and kiwi-overlay dracut
modules.
Fixes #741
- Do not create static dev nodes in root init
For compatibility reasons kiwi created a set of static device
nodes when initializing a new image root system. With the
presence of devtmpfs this should no longer be needed. In addition
the static dev node setup now also causes problems on filesystems
like btrfs which was the reason to delete this code now.
This Fixes bsc#1087104
- Do not delete uncompressed base docker images
Fixes #739
==== python-parso ====
Version update (0.2.0 -> 0.3.1)
- specfile:
* make sure tests are run
- update to version 0.3.1:
* Bugfixes in the diff parser and keyword-only arguments
- update to version 0.3.0:
* Rewrote the pgen2 parser generator.
==== qemu ====
Subpackages: qemu-arm qemu-block-curl qemu-block-dmg qemu-block-gluster qemu-block-iscsi qemu-block-rbd qemu-block-ssh qemu-extra qemu-guest-agent qemu-ipxe qemu-ksm qemu-kvm qemu-lang qemu-ppc qemu-s390 qemu-seabios qemu-sgabios qemu-tools qemu-ui-curses qemu-ui-gtk qemu-ui-sdl qemu-vgabios qemu-x86
- Remove linux-user patch which is no longer needed (bsc#1098056)
* Patches dropped:
0011-linux-user-XXX-disable-fiemap.patch
* Patches renamed:
0036-Remove-problematic-evdev-86-key-fro.patch
- > 0011-Remove-problematic-evdev-86-key-fro.patch
0037-configure-Modify-python-used-for-io.patch
- > 0036-configure-Modify-python-used-for-io.patch
0038-qemu-io-tests-comment-out-problemat.patch
- > 0037-qemu-io-tests-comment-out-problemat.patch
0039-tests-test-thread-pool-is-racy-add-.patch
- > 0038-tests-test-thread-pool-is-racy-add-.patch
0040-device_tree-Increase-FDT_MAX_SIZE-t.patch
- > 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch
0041-vnc-fix-use-after-free.patch
- > 0040-vnc-fix-use-after-free.patch
0042-ccid-Fix-dwProtocols-advertisement-.patch
- > 0041-ccid-Fix-dwProtocols-advertisement-.patch
0043-tcg-arm-Fix-memory-barrier-encoding.patch
- > 0042-tcg-arm-Fix-memory-barrier-encoding.patch
0044-s390-ccw-force-diag-308-subcode-to-.patch
- > 0043-s390-ccw-force-diag-308-subcode-to-.patch
0045-nbd-client-fix-nbd_negotiate_simple.patch
- > 0044-nbd-client-fix-nbd_negotiate_simple.patch
0046-migration-block-dirty-bitmap-fix-me.patch
- > 0045-migration-block-dirty-bitmap-fix-me.patch
0047-nbd-client-Fix-error-messages-durin.patch
- > 0046-nbd-client-Fix-error-messages-durin.patch
0048-nbd-client-Relax-handling-of-large-.patch
- > 0047-nbd-client-Relax-handling-of-large-.patch
0049-qxl-fix-local-renderer-crash.patch
- > 0048-qxl-fix-local-renderer-crash.patch
0050-tcg-Limit-the-number-of-ops-in-a-TB.patch
- > 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch
0051-target-arm-Clear-SVE-high-bits-for-.patch
- > 0050-target-arm-Clear-SVE-high-bits-for-.patch
0052-cpus-tcg-fix-never-exiting-loop-on-.patch
- > 0051-cpus-tcg-fix-never-exiting-loop-on-.patch
0053-s390x-css-disabled-subchannels-cann.patch
- > 0052-s390x-css-disabled-subchannels-cann.patch
0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch
- > 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch
0055-virtio-ccw-common-reset-handler.patch
- > 0054-virtio-ccw-common-reset-handler.patch
0056-s390x-ccw-make-sure-all-ccw-devices.patch
- > 0055-s390x-ccw-make-sure-all-ccw-devices.patch
0057-blockjob-expose-error-string-via-qu.patch
- > 0056-blockjob-expose-error-string-via-qu.patch
0058-blockjob-Fix-assertion-in-block_job.patch
- > 0057-blockjob-Fix-assertion-in-block_job.patch
0059-qemu-io-Use-purely-string-blockdev-.patch
- > 0058-qemu-io-Use-purely-string-blockdev-.patch
0060-qemu-img-Use-only-string-options-in.patch
- > 0059-qemu-img-Use-only-string-options-in.patch
0061-nfs-Remove-processed-options-from-Q.patch
- > 0060-nfs-Remove-processed-options-from-Q.patch
0062-i386-define-the-ssbd-CPUID-feature-.patch
- > 0061-i386-define-the-ssbd-CPUID-feature-.patch
0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch
- > 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch
0064-i386-define-the-AMD-virt-ssbd-CPUID.patch
- > 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch
0065-ahci-fix-PxCI-register-race.patch
- > 0064-ahci-fix-PxCI-register-race.patch
0066-ccid-card-passthru-fix-regression-i.patch
- > 0065-ccid-card-passthru-fix-regression-i.patch
0067-xen-add-block-resize-support-for-xe.patch
- > 0066-xen-add-block-resize-support-for-xe.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12
- Fix build failure of skiboot with gcc8 compiler
skiboot-hdata-i2c.c-fix-building-with-gcc8.patch
- Tweak build service constraints information to avoid failures
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12
* Patches added:
0067-xen-add-block-resize-support-for-xe.patch
- Tweak patch file generation to be more git version agnostic.
Also change update_git.sh to not reformat spec file by default.
==== qemu-linux-user ====
- Remove linux-user patch which is no longer needed (bsc#1098056)
* Patches dropped:
0011-linux-user-XXX-disable-fiemap.patch
* Patches renamed:
0036-Remove-problematic-evdev-86-key-fro.patch
- > 0011-Remove-problematic-evdev-86-key-fro.patch
0037-configure-Modify-python-used-for-io.patch
- > 0036-configure-Modify-python-used-for-io.patch
0038-qemu-io-tests-comment-out-problemat.patch
- > 0037-qemu-io-tests-comment-out-problemat.patch
0039-tests-test-thread-pool-is-racy-add-.patch
- > 0038-tests-test-thread-pool-is-racy-add-.patch
0040-device_tree-Increase-FDT_MAX_SIZE-t.patch
- > 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch
0041-vnc-fix-use-after-free.patch
- > 0040-vnc-fix-use-after-free.patch
0042-ccid-Fix-dwProtocols-advertisement-.patch
- > 0041-ccid-Fix-dwProtocols-advertisement-.patch
0043-tcg-arm-Fix-memory-barrier-encoding.patch
- > 0042-tcg-arm-Fix-memory-barrier-encoding.patch
0044-s390-ccw-force-diag-308-subcode-to-.patch
- > 0043-s390-ccw-force-diag-308-subcode-to-.patch
0045-nbd-client-fix-nbd_negotiate_simple.patch
- > 0044-nbd-client-fix-nbd_negotiate_simple.patch
0046-migration-block-dirty-bitmap-fix-me.patch
- > 0045-migration-block-dirty-bitmap-fix-me.patch
0047-nbd-client-Fix-error-messages-durin.patch
- > 0046-nbd-client-Fix-error-messages-durin.patch
0048-nbd-client-Relax-handling-of-large-.patch
- > 0047-nbd-client-Relax-handling-of-large-.patch
0049-qxl-fix-local-renderer-crash.patch
- > 0048-qxl-fix-local-renderer-crash.patch
0050-tcg-Limit-the-number-of-ops-in-a-TB.patch
- > 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch
0051-target-arm-Clear-SVE-high-bits-for-.patch
- > 0050-target-arm-Clear-SVE-high-bits-for-.patch
0052-cpus-tcg-fix-never-exiting-loop-on-.patch
- > 0051-cpus-tcg-fix-never-exiting-loop-on-.patch
0053-s390x-css-disabled-subchannels-cann.patch
- > 0052-s390x-css-disabled-subchannels-cann.patch
0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch
- > 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch
0055-virtio-ccw-common-reset-handler.patch
- > 0054-virtio-ccw-common-reset-handler.patch
0056-s390x-ccw-make-sure-all-ccw-devices.patch
- > 0055-s390x-ccw-make-sure-all-ccw-devices.patch
0057-blockjob-expose-error-string-via-qu.patch
- > 0056-blockjob-expose-error-string-via-qu.patch
0058-blockjob-Fix-assertion-in-block_job.patch
- > 0057-blockjob-Fix-assertion-in-block_job.patch
0059-qemu-io-Use-purely-string-blockdev-.patch
- > 0058-qemu-io-Use-purely-string-blockdev-.patch
0060-qemu-img-Use-only-string-options-in.patch
- > 0059-qemu-img-Use-only-string-options-in.patch
0061-nfs-Remove-processed-options-from-Q.patch
- > 0060-nfs-Remove-processed-options-from-Q.patch
0062-i386-define-the-ssbd-CPUID-feature-.patch
- > 0061-i386-define-the-ssbd-CPUID-feature-.patch
0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch
- > 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch
0064-i386-define-the-AMD-virt-ssbd-CPUID.patch
- > 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch
0065-ahci-fix-PxCI-register-race.patch
- > 0064-ahci-fix-PxCI-register-race.patch
0066-ccid-card-passthru-fix-regression-i.patch
- > 0065-ccid-card-passthru-fix-regression-i.patch
0067-xen-add-block-resize-support-for-xe.patch
- > 0066-xen-add-block-resize-support-for-xe.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12
- Tweak build service constraints information to avoid failures
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12
* Patches added:
0067-xen-add-block-resize-support-for-xe.patch
- Tweak patch file generation to be more git version agnostic.
Also change update_git.sh to not reformat spec file by default.
==== randrproto ====
Version update (1.5.0 -> 1.6.0)
- n_randrproto-1.6.0-2018.4.patch
* update to version 1.6.0 (patch generated from
xorgproto-2018.4 sources)
- xrandrproto-devel requires pkgconfig(xproto) and
pkgconfig(renderproto) to be usable
==== renderproto ====
- renderproto-devel must require pkgconfig(xproto) but
this dependency was not autogenerated nor explicit.
==== ruby-common ====
- rename the gem_packages template from opensuse.spec.erb to
gem_packages.spec.erb
- add support for binary_map flag in gem2rpm.yml
- This can be used to rename the _unversioned_ symlink of the
binaries in /usr/bin/ to avoid conflicts with other packages
- gem_packages.spec.erb: sync with file in gem2rpm
==== rubygem-byebug ====
Version update (10.0.0 -> 10.0.2)
- updated to version 10.0.2
see installed CHANGELOG.md
[#]# 10.0.2 - 2018-03-30
* Error when using byebug with `debase` gem (#447, @tzmfreedom)
- updated to version 10.0.1
see installed CHANGELOG.md
[#]# 10.0.1 - 2018-03-21
[#]## Fixed
* Error when using byebug with `debase` gem (#443, @tzmfreedom)
==== rubygem-fast_gettext ====
Version update (1.6.0 -> 1.7.0)
- updated to version 1.7.0
see installed CHANGELOG
==== rubygem-ruby-dbus ====
Version update (0.14.0 -> 0.15.0)
- updated to version 0.15.0
see installed NEWS.md
[#]# Ruby D-Bus 0.15.0 - 2018-04-30
API:
* Accessing an unknown interface will raise instead of returning nil ([#74]).
Bug fixes:
* Fixed a conflict with activesupport 5.2 ([#71])
[#71]: https://github.com/mvidner/ruby-dbus/issues/71
[#74]: https://github.com/mvidner/ruby-dbus/pull/74
- 0.14.1
Bug fixes:
* Allow registering signal handlers while a signal is being handled
(gh#mvidner/ruby-dbus#70, Jan Biniok).
==== systemd ====
Subpackages: libsystemd0 libsystemd0-32bit libudev-devel libudev1 libudev1-32bit systemd-32bit systemd-coredump systemd-logger systemd-sysvinit udev
- Drop runtime dependency on dracut (bsc#1098569)
Otherwise systemd pulls in tools to generate the initrd even in
container/chroot installations that don't have a kernel anyways.
For environments where initrd matters, dracut should be pulled via a
pattern.
==== systemsettings5 ====
Version update (5.13.2 -> 5.13.3)
Subpackages: systemsettings5-lang
- Update to 5.13.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.3.php
- Changes since 5.13.2:
* None
==== tftp ====
- Don't require systemd explicit, spec file can handle both cases
correct and in containers we don't have systemd.
==== wxWidgets-3_0 ====
Subpackages: libwx_baseu-suse3_0_4 libwx_baseu_net-suse3_0_4 libwx_baseu_xml-suse3_0_4 libwx_gtk2u_adv-suse3_0_4 libwx_gtk2u_aui-suse3_0_4 libwx_gtk2u_core-suse3_0_4 libwx_gtk2u_gl-suse3_0_4 libwx_gtk2u_html-suse3_0_4 libwx_gtk2u_qa-suse3_0_4 libwx_gtk2u_xrc-suse3_0_4 wxWidgets-lang
- Update relax-abi.diff for new upstream patch.
==== wxWidgets-3_0-nostl ====
Subpackages: libwx_baseu-suse-nostl3_0_4 libwx_baseu_net-suse-nostl3_0_4 libwx_baseu_xml-suse-nostl3_0_4 libwx_gtk2u_adv-suse-nostl3_0_4 libwx_gtk2u_core-suse-nostl3_0_4 libwx_gtk2u_html-suse-nostl3_0_4 libwx_gtk2u_qa-suse-nostl3_0_4
- Update relax-abi.diff for new upstream patch.
==== xfsprogs ====
Version update (4.15.1 -> 4.16.1)
- Require %libname in the develpackage to not have dangling symlink
and actually work
- Fix build for SLE11 again
- Use %license instead of %doc [bsc#1082318]
- Do not probe for lto on older GCCs as it exposes errors that
might cause random runtime issues
- Do not distribute static libraries they are not needed
- Remove the crazy part about avoiding shared library policies
it does work on SLE11 even if it is not mandated
- Make sure to run only proper parts of services on reloads for
xfs unitfiles
- Remove xfsprogs.spec useless blunder (bsc#1092843)
- Fix OpenSUSE Tumbleweed package build (bsc#1091300) due to the libhandle1
library shared object (so) name expectations, this is documented here:
https://en.opensuse.org/openSUSE:Shared_library_packaging_policy
- Move systemd check to use a macro, to make it clear when the check is
used and for what purpose exactly. Perhaps this should be moved later
into a generic OpenSUSE/SUSE macro as a generic check as I suspect tons
of other rpms will likely need the same.
- Address -Werror errors on old compilers, for the life of me I can't see
how xfsprogs is at fault, so just disable -Werror on older compilers for
now. In the future we can consider adding a work around for the compiler
instead of disabling -Werror entirely, but for now this is the best I can
come up with.
- Drop make_xfs_scrub_interp_explicit.patch, this is now upstream
- Update to v4.16.1 (using verbiage from xfsprogs/doc/CHANGES now):
* fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
* platforms: warn of impending deprecation of irix, freebsd, darwin
* mkfs.xfs : enable sparse inodes by default (Darrick Wong)
* fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
* xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
* xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
* xfs_repair: remove old dead code (Eric Sandeen)
* xfs_io: fix operation time reporting (Dave Chinner)
* xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
* xfs_io: support a basic extent swap command (Brian Foster)
* xfs_scrub: Many updates, still experimental (Darrick Wong)
* xfs_db: print transaction reservation type information
* libxfs: framework to detect memory leaks (Eric Sandeen)
* misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
* misc: enable link time optimization, if requested (Darrick Wong)
* misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
==== zypp-plugin ====
- Provide python3-zypp-plugin down to SLE12 (bsc#1081596)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Recently, VirtualBox builds started failing with messages like
[ 4886s] virtualbox-qt.i586: E: non-position-independent-executable (Badness:
10000) /usr/lib/virtualbox/VirtualBox
[ 4886s] This executable must be position independent. Check that it is built with
[ 4886s] -fPIE/-fpie in compiler flags and -pie in linker flags.
[ 4886s]
[ 4886s] (none): E: badness 60000 exceeds threshold 1000, aborting.
It seems a recent change in rpmlint has caused these failures.
The global CFLAGS for the kernel module builds does have a "-fno-pie" option;
however, when I remove it, the build fails with the following:
cc1: error: code model kernel does not support PIC mode
I will try to fix this error, but until I do, VirtualBox will not be available
for Factory and Tumbleweed.
Is there any way to change rpmlint's behavior while this problem is being fixed?
Larry
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org