Packages changed: MozillaThunderbird bluedevil5 (5.5.3 -> 5.5.4) breeze (5.5.3 -> 5.5.4) breeze4-style (5.5.3 -> 5.5.4) cmake (3.3.2 -> 3.4.3) coreutils (8.24 -> 8.25) cryptsetup (1.6.8 -> 1.7.0) diffutils dracut ffmpeg (2.8.5 -> 2.8.6) gstreamer (1.6.2 -> 1.6.3) gstreamer-plugins-bad (1.6.2 -> 1.6.3) gstreamer-plugins-base (1.6.2 -> 1.6.3) gstreamer-plugins-good (1.6.2 -> 1.6.3) gstreamer-plugins-ugly (1.6.2 -> 1.6.3) gupnp-av (0.12.7 -> 0.12.8) hugin kate kcm_sddm (5.5.3 -> 5.5.4) kde-cli-tools5 (5.5.3 -> 5.5.4) kde-gtk-config5 (5.5.3 -> 5.5.4) kde-user-manager (5.5.3 -> 5.5.4) kdepimlibs kgamma5 (5.5.3 -> 5.5.4) khotkeys5 (5.5.3 -> 5.5.4) kinfocenter5 (5.5.3 -> 5.5.4) krb5 kscreen5 (5.5.3 -> 5.5.4) kscreenlocker (5.5.3 -> 5.5.4) ksshaskpass5 (5.5.3 -> 5.5.4) ksysguard5 (5.5.3 -> 5.5.4) kwayland (5.5.3 -> 5.5.4) kwin5 (5.5.3 -> 5.5.4) libdc1394 (2.2.3 -> 2.2.4) libdrm libkdecoration2 (5.5.3 -> 5.5.4) libkscreen2 (5.5.3 -> 5.5.4) libksysguard5 (5.5.3 -> 5.5.4) libosinfo (0.2.12 -> 0.3.0) libtirpc libxklavier mariadb mcelog (1.20 -> 1.29) mercurial (3.6.2 -> 3.7.1) milou5 (5.5.3 -> 5.5.4) mono-core (4.2.1 -> 4.2.2) nbd opus oxygen5 (5.5.3 -> 5.5.4) pixman (0.33.6 -> 0.34.0) plasma-nm5 (5.5.3 -> 5.5.4) plasma5-addons (5.5.3 -> 5.5.4) plasma5-desktop (5.5.3 -> 5.5.4) plasma5-openSUSE plasma5-pa (5.5.3 -> 5.5.4) plasma5-session (5.5.3 -> 5.5.4) plasma5-workspace (5.5.3 -> 5.5.4) polkit-kde-agent-5 (5.5.3 -> 5.5.4) powerdevil5 (5.5.3 -> 5.5.4) powertop release-notes-openSUSE (84.87.20151207.e808957 -> 84.87.20160127.f5d262b) rng-tools swig systemsettings5 (5.5.3 -> 5.5.4) unixODBC vte (0.42.1 -> 0.42.3) === Details === ==== MozillaThunderbird ==== Subpackages: MozillaThunderbird-translations-common - Using -g for CFLAGS is controlled via project settings, it should not be enforced by the mozilla buildsystem. ==== bluedevil5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: bluedevil5-lang - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== breeze ==== Version update (5.5.3 -> 5.5.4) Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-wallpapers - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== breeze4-style ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== cmake ==== Version update (3.3.2 -> 3.4.3) - update to 3.4.3 * Do not fail on Windows 10 with VS 2015 if no SDK is available - update to 3.4.2 * cmSystemTools: Add VersionCompareEqual helper * FindJava: Fix typos in IdlJ and JarSigner component implementation - Version update to 3.4.1: * Fix auto export symbols for Dlls containing /bigobj for 64bit builds. * Cray: Implement Fortran compiler version detection (#15845) * MSVC: Fix linking with /MANIFEST:NO option * Make C and C++ default dialect detection robust to advanced optimizations * FindGTest: Refactor test type checks to avoid cases triggering CMP0064 * Android: Restore generation of non-versioned soname (#15851) * Project: Guess default standard dialect if compiler was forced (#15852) * Revert "Disable shared library support when compiler links statically" * (#15855) * Tests: Add case for add_subdirectory inside a function * Tests: Add case for unmatched cmake_policy({PUSH,POP}) * Tests: Add case for package version file unmatched policy scope * cmState: Skip variable scope snapshots to avoid call stack duplicates * cmMakefile: Clarify purpose of method that pops a scope snapshot * cmMakefile: Remove unused PolicyPushPop interfaces * cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes * cmState: Enforce policy scope balancing around variable scopes * cmLinkedTree: Rename 'Extend' method to 'Push' * cmLinkedTree: Add Pop method * cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line * cmState: Avoid accumulating policy stack storage for short-lived scopes * cmState: Avoid accumulating snapshot storage for short-lived scopes * cmOrderDirectories: Factor out directory comparison * cmOrderDirectories: Reduce repeat realpath() calls * Include `sys/types.h` header to get `mode_t` * Add NIOS2 CPU support * cmELF: Avoid divide by zero if there are no dynamic section entries - With all the cnages we dont need cmake.rules anymore, so try to remove them completely and lets see what fails - Fixup rules as FLAGS and INCLUDES were split in 3.4 - Remove special paths for version 1110 and 1140 - Revert removal of CMAKE_INSTALL_LIBDIR declaration from the macros. - Update to 3.4.0 * The "if()" command learned a new "TEST" operator that evaluates to true if a given test name has been defined by the "add_test()" command. See policy "CMP0064". * The "install(DIRECTORY)" command "DESTINATION" option learned to support "generator expressions". * The "install(FILES)" command "DESTINATION" option learned to support "generator expressions". * CMake learned to honor "*.manifest" source files with MSVC tools. Manifest files named as sources of ".exe" and ".dll" targets will be merged with linker-generated manifests and embedded in the binary. Full changelog see http://kitware.com/blog/home/post/1002 - Drop patche included in upstream * cmake-3.3.1-FindPkgConfig_remove_variable_dereference.patch - Remove CMAKE_INSTALL_LIBDIR declaration from the macros. rh#795542 * It is unfortunate but SOME packages will now have to define it themselves because in some cases it is relative path while in others it is absolute one. ==== coreutils ==== Version update (8.24 -> 8.25) - Update to 8.25 (for details see included NEWS file) - coreutils.spec (%description): Add base32, a new utility. - Remove now-upstream patch: * coreutils-tests-avoid-FP-of-ls-stat-free-color.patch - Refresh/merge all other patches: * coreutils-build-timeout-as-pie.patch * coreutils-disable_tests.patch * coreutils-i18n.patch * coreutils-invalid-ids.patch * coreutils-misc.patch * coreutils-ocfs2_reflinks.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-test_without_valgrind.patch * coreutils-tests-shorten-extreme-factor-tests.patch ==== cryptsetup ==== Version update (1.6.8 -> 1.7.0) Subpackages: libcryptsetup4 libcryptsetup4-32bit - update to 1.7.0: * The cryptsetup 1.7 release changes defaults for LUKS, there are no API changes. * Default hash function is now SHA256 (used in key derivation function and anti-forensic splitter). * Default iteration time for PBKDF2 is now 2 seconds. * Fix PBKDF2 iteration benchmark for longer key sizes. * Remove experimental warning for reencrypt tool. * Add optional libpasswdqc support for new LUKS passwords. * Update FAQ document. ==== diffutils ==== - Make building more verbose - Move info page removal to preun - Cleanup spec file with spec-cleaner - Update provides/obsoletes ==== dracut ==== - Fix 0208-no_forced_virtnet.patch: - On non-QEMU systems it returned non-zero, causing dracut to fail - Fixed boo#965477 - dracut.spec: Remove 90qemu-net entirely instead of disabling - running_in_qemu was broken (reading output of >/dev/null) ==== ffmpeg ==== Version update (2.8.5 -> 2.8.6) Subpackages: libavcodec56 libavformat56 libavutil54 libswresample1 libswscale3 - Update to version 2.8.6 * avcodec/jpeg2000dec: More completely check cdef * avutil/opt: check for and handle errors in av_opt_set_dict2() * avcodec/flacenc: fix calculation of bits required in case of custom sample rate * avformat: Document urls a bit * avformat/libquvi: Set default demuxer and protocol limitations * avformat/concat: Check protocol prefix * doc/demuxers: Document enable_drefs and use_absolute_path * avcodec/mjpegdec: Check for end for both bytes in unescaping * avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer() * avformat/avformat: Replace some references to filenames by urls * avcodec/wmaenc: Check ff_wma_init() for failure * avcodec/mpeg12enc: Move high resolution thread check to before initializing threads * avformat/img2dec: Use AVOpenCallback * avformat/avio: Limit url option parsing to the documented cases * avformat/img2dec: do not interpret the filename by default if a IO context has been opened * avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get() * mov: Add an option to toggle dref opening * avcodec/gif: Fix lzw buffer size * avcodec/put_bits: Assert buf_ptr in flush_put_bits() * avcodec/tiff: Check subsample & rps values more completely * swscale/swscale: Add some sanity checks for srcSlice* parameters * swscale/x86/rgb2rgb_template: Fix planar2x() for short width * swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper() * swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper() * avcodec/aacenc: Check both channels for finiteness * asfdec_o: check for too small size in asf_read_unknown * asfdec_o: break if EOF is reached after asf_read_packet_header * asfdec_o: make sure packet_size is non-zero before seeking * asfdec_o: prevent overflow causing seekback * asfdec_o: check avio_skip in asf_read_simple_index * asfdec_o: reject size > INT64_MAX in asf_read_unknown * asfdec_o: only set asf_pkt->data_size after sanity checks * Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896' * dca: fix misaligned access in avpriv_dca_convert_bitstream * brstm: fix missing closing brace * brstm: also allocate b->table in read_packet * brstm: make sure an ADPC chunk was read for adpcm_thp * vorbisdec: reject rangebits 0 with non-0 partitions * vorbisdec: reject channel mapping with less than two channels * ffmdec: reset packet_end in case of failure * avformat/ipmovie: put video decoding_map_size into packet and use it in decoder * avformat/brstm: fix overflow ==== gstreamer ==== Version update (1.6.2 -> 1.6.3) Subpackages: gstreamer-devel gstreamer-utils libgstreamer-1_0-0 libgstreamer-1_0-0-32bit typelib-1_0-Gst-1_0 - Update to version 1.6.3: + Fix regression in GL library that made glimagesink unsable on Android. + Integer arithmetic overflow in queue2 element that could break buffering or cause crashes due to NULL pointer dereference. + Fix crash in AAC/ADTS typefinder caused by reading more memory than is available. + Stop ignoring encoder errors in the VP8/VP9 encoders. + Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It's redudant and was never actually implemented. + Ensure to store the correct video info in GstVideoBufferPool. + Fix caps in rtspsrc when doing SRTP over interleaved TCP. + Fix crash in pcap parser on 0-sized packets. + Clear EOS flag in appsrc to allow reuse after EOS and flushing. + Ignore flushing streams in streamsynchronizer during stream switches to fix problems caused by this in gst-editing-services. + Ignore tags and other metadata in WAV files after the "data" chunk in PUSH mode to prevent them from being interpreted as audio. + Correctly use colorimetry in v4l2 only for YUV color formats. + Set reserved bits in MPEG TS muxer to 1s. + Fix calculation of SBC frame lengths. + Fix output of the RTP JPEG2000 depayloader to have one frame per buffer and crash in the OpenJPEG decoder on incomplete frames. + Update ffmpeg snapshot in gst-libav to 2.8.5. + Memory leak fixes in scaletempo, the raw video RTP depayloader, and in playsink related to audio/video filters. + Fixes for error handling in the OSX audio plugin. + Various gobject-introspection annotation fixes and additions. + Compiler warning fixes for latest clang compiler. - Change source URL to http://gstreamer.freedesktop.org/ instead of http://download.gnome.org/; the former seems to be more frequently updated. ==== gstreamer-plugins-bad ==== Version update (1.6.2 -> 1.6.3) Subpackages: libgstadaptivedemux-1_0-0 libgstbadbase-1_0-0 libgstbadvideo-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstgl-1_0-0 libgstmpegts-1_0-0 libgstphotography-1_0-0 libgsturidownloader-1_0-0 libgstwayland-1_0-0 - Add libgstadaptivedemux-1_0-0 to baselibs.conf. - Update to version 1.6.3: + Fix regression in GL library that made glimagesink unsable on Android. + Integer arithmetic overflow in queue2 element that could break buffering or cause crashes due to NULL pointer dereference. + Fix crash in AAC/ADTS typefinder caused by reading more memory than is available. + Stop ignoring encoder errors in the VP8/VP9 encoders. + Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It's redudant and was never actually implemented. + Ensure to store the correct video info in GstVideoBufferPool. + Fix caps in rtspsrc when doing SRTP over interleaved TCP. + Fix crash in pcap parser on 0-sized packets. + Clear EOS flag in appsrc to allow reuse after EOS and flushing. + Ignore flushing streams in streamsynchronizer during stream switches to fix problems caused by this in gst-editing-services. + Ignore tags and other metadata in WAV files after the "data" chunk in PUSH mode to prevent them from being interpreted as audio. + Correctly use colorimetry in v4l2 only for YUV color formats. + Set reserved bits in MPEG TS muxer to 1s. + Fix calculation of SBC frame lengths. + Fix output of the RTP JPEG2000 depayloader to have one frame per buffer and crash in the OpenJPEG decoder on incomplete frames. + Update ffmpeg snapshot in gst-libav to 2.8.5. + Memory leak fixes in scaletempo, the raw video RTP depayloader, and in playsink related to audio/video filters. + Fixes for error handling in the OSX audio plugin. + Various gobject-introspection annotation fixes and additions. + Compiler warning fixes for latest clang compiler. ==== gstreamer-plugins-base ==== Version update (1.6.2 -> 1.6.3) Subpackages: gstreamer-plugins-base-devel libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstaudio-1_0-0-32bit libgstfft-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 libgsttag-1_0-0-32bit libgstvideo-1_0-0 libgstvideo-1_0-0-32bit typelib-1_0-GstAllocators-1_0 typelib-1_0-GstApp-1_0 typelib-1_0-GstAudio-1_0 typelib-1_0-GstFft-1_0 typelib-1_0-GstPbutils-1_0 typelib-1_0-GstRtp-1_0 typelib-1_0-GstRtsp-1_0 typelib-1_0-GstSdp-1_0 typelib-1_0-GstTag-1_0 typelib-1_0-GstVideo-1_0 - Update to version 1.6.3: - Fix regression in GL library that made glimagesink unsable on Android. - Integer arithmetic overflow in queue2 element that could break buffering or cause crashes due to NULL pointer dereference. - Fix crash in AAC/ADTS typefinder caused by reading more memory than is available. - Stop ignoring encoder errors in the VP8/VP9 encoders. - Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It's redudant and was never actually implemented. - Ensure to store the correct video info in GstVideoBufferPool. - Fix caps in rtspsrc when doing SRTP over interleaved TCP. - Fix crash in pcap parser on 0-sized packets. - Clear EOS flag in appsrc to allow reuse after EOS and flushing. - Ignore flushing streams in streamsynchronizer during stream switches to fix problems caused by this in gst-editing-services. - Ignore tags and other metadata in WAV files after the "data" chunk in PUSH mode to prevent them from being interpreted as audio. - Correctly use colorimetry in v4l2 only for YUV color formats. - Set reserved bits in MPEG TS muxer to 1s. - Fix calculation of SBC frame lengths. - Fix output of the RTP JPEG2000 depayloader to have one frame per buffer and crash in the OpenJPEG decoder on incomplete frames. - Update ffmpeg snapshot in gst-libav to 2.8.5. - Memory leak fixes in scaletempo, the raw video RTP depayloader, and in playsink related to audio/video filters. - Fixes for error handling in the OSX audio plugin. - Various gobject-introspection annotation fixes and additions. - Compiler warning fixes for latest clang compiler. - Change source URL to http://gstreamer.freedesktop.org/ instead of http://download.gnome.org/; the former seems to be more frequently updated. ==== gstreamer-plugins-good ==== Version update (1.6.2 -> 1.6.3) Subpackages: gstreamer-plugins-good-extra - Update to version 1.6.3: - Fix regression in GL library that made glimagesink unsable on Android. - Integer arithmetic overflow in queue2 element that could break buffering or cause crashes due to NULL pointer dereference. - Fix crash in AAC/ADTS typefinder caused by reading more memory than is available. - Stop ignoring encoder errors in the VP8/VP9 encoders. - Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It's redudant and was never actually implemented. - Ensure to store the correct video info in GstVideoBufferPool. - Fix caps in rtspsrc when doing SRTP over interleaved TCP. - Fix crash in pcap parser on 0-sized packets. - Clear EOS flag in appsrc to allow reuse after EOS and flushing. - Ignore flushing streams in streamsynchronizer during stream switches to fix problems caused by this in gst-editing-services. - Ignore tags and other metadata in WAV files after the "data" chunk in PUSH mode to prevent them from being interpreted as audio. - Correctly use colorimetry in v4l2 only for YUV color formats. - Set reserved bits in MPEG TS muxer to 1s. - Fix calculation of SBC frame lengths. - Fix output of the RTP JPEG2000 depayloader to have one frame per buffer and crash in the OpenJPEG decoder on incomplete frames. - Update ffmpeg snapshot in gst-libav to 2.8.5. - Memory leak fixes in scaletempo, the raw video RTP depayloader, and in playsink related to audio/video filters. - Fixes for error handling in the OSX audio plugin. - Various gobject-introspection annotation fixes and additions. - Compiler warning fixes for latest clang compiler. - Switch to using http://gstreamer.freedesktop.org/ as the source URL instead of http://download.gnome.org/; the former seems to be updated more frequently. ==== gstreamer-plugins-ugly ==== Version update (1.6.2 -> 1.6.3) - Update to version 1.6.3: + Fix regression in GL library that made glimagesink unsable on Android. + Integer arithmetic overflow in queue2 element that could break buffering or cause crashes due to NULL pointer dereference. + Fix crash in AAC/ADTS typefinder caused by reading more memory than is available. + Stop ignoring encoder errors in the VP8/VP9 encoders. + Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It's redudant and was never actually implemented. + Ensure to store the correct video info in GstVideoBufferPool. + Fix caps in rtspsrc when doing SRTP over interleaved TCP. + Fix crash in pcap parser on 0-sized packets. + Clear EOS flag in appsrc to allow reuse after EOS and flushing. + Ignore flushing streams in streamsynchronizer during stream switches to fix problems caused by this in gst-editing-services. + Ignore tags and other metadata in WAV files after the "data" chunk in PUSH mode to prevent them from being interpreted as audio. + Correctly use colorimetry in v4l2 only for YUV color formats. + Set reserved bits in MPEG TS muxer to 1s. + Fix calculation of SBC frame lengths. + Fix output of the RTP JPEG2000 depayloader to have one frame per buffer and crash in the OpenJPEG decoder on incomplete frames. + Update ffmpeg snapshot in gst-libav to 2.8.5. + Memory leak fixes in scaletempo, the raw video RTP depayloader, and in playsink related to audio/video filters. + Fixes for error handling in the OSX audio plugin. + Various gobject-introspection annotation fixes and additions. + Compiler warning fixes for latest clang compiler. ==== gupnp-av ==== Version update (0.12.7 -> 0.12.8) Subpackages: libgupnp-av-1_0-2 - Update to version 0.12.8: + Remove gnome-common. + Use -Wno-unused-parameter. + Make DIDL-Lite check less restrictive. + Distribute VAPI file. + Bugs fixed: bgo#740266, bgo#751102, bgo#753382. ==== hugin ==== - Added hugin.appdata.patch to fix appdata.xml and desktop file consistency. see boo#952324 and boo#962214 - Added find-hugin-provides.prov to enable hugin to provide appdata.xml and desktop files to fix installation system problems. hugin didn't provide them due to the internal dependency generator having to be disabled to deal with complex wxWidget requires. ==== kate ==== Subpackages: kate-plugins kwrite - Kwrite does not require kate, so lets not put the kwrite icon in the kate package. ==== kcm_sddm ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kde-cli-tools5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kde-gtk-config5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kde-user-manager ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kdepimlibs ==== Subpackages: akonadi-contact akonadi5 kio-pimlibs libKF5AkonadiMime5 libKF5AkonadiNotes5 - Split out the libraries from akonadi-contact and akonadi-socialutils. ==== kgamma5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== khotkeys5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: khotkeys5-devel - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kinfocenter5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== krb5 ==== Subpackages: krb5-32bit krb5-client krb5-devel - Fix CVE-2015-8629: krb5: xdr_nullstring() doesn't check for terminating null character with patch 0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch (bsc#963968) - Fix CVE-2015-8631: krb5: Memory leak caused by supplying a null principal name in request with patch 0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch (bsc#963975) - Fix CVE-2015-8630: krb5: krb5 doesn't check for null policy when KADM5_POLICY is set in the mask with patch 0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch (bsc#963964) ==== kscreen5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kscreenlocker ==== Version update (5.5.3 -> 5.5.4) Subpackages: libKScreenLocker5 - Added 0001-greeter-Dont-quit-when-last-window-closes.patch (boo#964548, kde#358125) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== ksshaskpass5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== ksysguard5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kwayland ==== Version update (5.5.3 -> 5.5.4) Subpackages: kwayland-devel - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== kwin5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: kwin5-devel - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== libdc1394 ==== Version update (2.2.3 -> 2.2.4) - Update to 2.2.4: - Add USB IDs for some Point Grey cameras - Re-activate the EdgeSense debayering algorithm (patent has expired) - USB-captured frames now have a valid timestamp - Look for USB enpoints on all interfaces ==== libdrm ==== Subpackages: libdrm-devel libdrm2 libdrm2-32bit libdrm_amdgpu1 libdrm_amdgpu1-32bit libdrm_intel1 libdrm_intel1-32bit libdrm_nouveau2 libdrm_nouveau2-32bit libdrm_radeon1 libdrm_radeon1-32bit libkms1 - Disable valgrind support for all architectures if not explicitely enabled by a macro (boo#963979). ==== libkdecoration2 ==== Version update (5.5.3 -> 5.5.4) Subpackages: libkdecoration2-devel libkdecorations2-5 libkdecorations2private5 - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== libkscreen2 ==== Version update (5.5.3 -> 5.5.4) Subpackages: libKF5Screen6 libkscreen2-devel libkscreen2-plugin - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== libksysguard5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: libksysguard5-devel libksysguard5-helper - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== libosinfo ==== Version update (0.2.12 -> 0.3.0) Subpackages: libosinfo-1_0-0 typelib-1_0-Libosinfo-1_0 - Switch Tarball back to .gz which is provided by upstream. - Add initial support for sles12sp2. This patch is preliminary and will be updated when sle12sp2 is actually released. add-sle12sp2-support.patch - Update to version 0.3.0 - Ditch custom udev rule since udev/blkid already expose ISO9660 properties. - New layout for database to facilitate local admin customization. Refer to docs/database-layout.txt for full details. - Many build-related fixes. - Plug many memory leaks. - Drop redundant information on PCI devices. - Fix the URI format for install scripts. - Memory corruption fixes. - Massive refactoring/cleanup of database. - Fixes to tests. - osinfo_loader_process_*() now expect a directory argument. Regular files are still supported but this support is deprecated. - Ensure Linux install scripts install qemu-guest-agent. This allows applications to do things like resyncing the clock of guest with that of host. - Add/improve/fix data on: - Alt Linux - CentOS - Debian - Fedora - FreeBSD - GNOME - KVM - Microsoft Windows 7, 8, 10 and Server 2012 - Novell Netware - OpenBSD - openSUSE - PCI and PS/2 devices - Qemu - Red Hat Enterprise Linux - Red Hat Linux - Solaris - Ubuntu - Xen - Many internal cleanups. - Drop 1d08a23c-add-opensuse-13.2-support.patch 7b31e3ac-add-qemu-2.3-support.patch 6c3ddecb-add-rhel7.1-support.patch a563ad22-fix-fedora-unknown-regexp.patch - Avoid using wget to download ids file ids.tar.bz2 - bsc#956756 - Correct typo in sles12 sp1 definition, which which prevents sles12 from being displayed in OS list - bsc#946157 - The mouse cursor doesn't work during Guest OS installation in KVM Mode Fix_derives-from_and_add_tablet_item.patch - Use correct name for openSUSE Leap 42.1 ==== libtirpc ==== - Split the netconfig configuration file and manual page off into an own RPM. Else it is not possible to install the old and new libtirpc libraries in parallel. ==== libxklavier ==== Subpackages: libxklavier-devel libxklavier16 typelib-1_0-Xkl-1_0 - Pass --with-xkb-bin-base=%{_bindir} to configure: we know that xkbcomp is installed there (boo#964360). - Add xkbcomp Requires to libxklavier16: the xkbcomp binary is required for proper functioning of the library. ==== mariadb ==== Subpackages: libmysqlclient-devel libmysqlclient18 libmysqlclient18-32bit libmysqlclient_r18 libmysqld18 mariadb-client mariadb-errormessages - fix information leak via mysql-systemd-helper script [CVE-2015-5969], [bnc#957174] ==== mcelog ==== Version update (1.20 -> 1.29) - Update to latest version 1.29. Mostly little bug fixes. - Update to version v124. Adds skylake CPU support and some bug fixes. ==== mercurial ==== Version update (3.6.2 -> 3.7.1) Subpackages: mercurial-lang - update to 3.7.1 This addresses an urgent regression in compilation on Solaris and metadata handling for conversions. + amend: don't preserve most extra fields + graft: don't preserve most extra fields + histedit: fix typo in documentation + osutil: disable compilation of recvfds() on unsupported platforms + osutil: do not abort loading pure module just because libc has no recvmsg() + rebase: backout changeset 986d04b9fedd + rebase: backout changeset d755a9531fce + rebase: don't preserve most extra fields - update to v3.7 * Features + Generaldelta: the original Mercurial compression format had an inefficient way of storing history in very branchy repositories. Generaldelta addresses this weakness. As a result, depending on the repository, this can improve the size of the history up to a factor of 10. Mercurial 1.9 was the first release to support generaldelta (behind a feature flag), but Mercurial 3.7 also allows pulling a mixture of non-generaldelta and generaldelta history without having to recompute everything, which avoids overloading servers. As a result, generaldelta is now enabled by default. You can convert a repository to generaldelta using: `hg clone -U --config format.generaldelta=1 --pull originalrepo generaldeltarepo` + Clonebundles: this is an server-side extension. It allows using a pre-generated bundle for an initial Mercurial clone. Clients will automatically use clonebundles if a server advertises them. Clonebundles allows much faster initial clones and reduces the load on a central server significantly. Mercurial 3.6 was the first version to include experimental clonebundles support, it's now been marked non-experimental. You can find out more using: `hg help clonebundles`. + Filesets now support 'missing()', to specify all files missing according to `hg status`. + Interactive committing (`hg commit -i`) and amending (`hg commit --amend`) can now be used together. + Merging can now handle collisions between untracked and tracked files, configurable according to the config option `merge.checkunknown`. + Default 'histedit' destination: it's now possible to run `hg histedit` without specifying a base revision. Mercurial will try to determine an appropriate base automatically. The revset used for this is "`reverse(only(.) and not public() and not ::merge())`", which specifies the first ancestor of the current changeset that is not public and does not have any descendants that are merges. + The '*.orig' files created by revert can now be stored in a different location, specified by the config option `ui.origbackuppath`. + `hg shelve` now supports storing untracked files. + `hg unshelve` now supports using a custom merge tool. + `hg backout` now commits by default if no conflicts were encountered. + hgweb now supports rendering sub-topics. + Server operators can now limit interaction with legacy clients speaking an outdated wire protocol. This is useful for preventing excessive CPU use when the server is using generaldelta repositories. See the various `bundle1` options in `hg help config.server`. + Python wheel packages are now available for Windows on PyPI + `[paths]` entries can now define a separate URL for pushes. See `hg help config.paths` for more. * Improvements This release includes many improvements, including (but not limited to): + performance improvements (speedup for '`hg log `') + many documentation improvements (clarification, additional examples (see `hg help --verbose`), ...) + improved PyPy support + `hg clone --uncompressed` is now 3-4x faster on Windows. See the `backgroundclose*` options in `hg help config.worker` for more. ==== milou5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== mono-core ==== Version update (4.2.1 -> 4.2.2) Subpackages: libmono-2_0-1 libmono-2_0-devel libmonoboehm-2_0-1 libmonoboehm-2_0-devel libmonosgen-2_0-1 mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfxcore - update to 4.2.2.30 (maintenance release) bug fixes: C# Compiler * bxc#33341 - Set null operator barrier between invocation instance and its arguments Class Libraries * bxc#35857 - [System.Data] Implement CommandBehavior.SequentialAccess support for GetValues method * bxc#28693 - [System] Remove arbitrary debugging limit from FileSystemWatcher on OSX * bxc#36003 - [corlib] Invalid DateTime format for Finnish and DateTime parser not supporting same separator for date and time (edit) * bxc#37171 - [System.Runtime.Serialization] XmlObjectSerializer: fix ISerializable * [System.Runtime.Serialization] Static serializer calls directly into internal APIs to fix 4.2.1 * [corlib] Fix multicast delegate remove behavior * [corlib] Fix multicast Method property * [System.XML] Fix endless recursion in XmlCompiledTransform on mobile Runtime * bxc#35828 - [runtime] Fix Thread.CurrentThread in non-root appdomains by setting the tls slot in start_wrapper, otherwise Thread.CurrentThread would create a new Thread object so there would be two * bxc#20186 - [runtime] Make sure ptr-to-structure and structure-and-ptr wrappers are unique, this is needed by full aot * bxc#36292 - [jit] Avoid a verification error in gsharedvt code with ldarga + gshared types * bxc#36256 - [aot] Cache inflated methods loaded from aot images to avoid repeating an expensive search * bxc#35545 - [runtime] Implement native-to-managed marshalling of byref delegate arguments * bxc#36383 - [gsharedvt] Fix support for constrained calls on interfaces. * bxc#36566 - [jit] Increase the buffer size used by the dyncall data structures to 512. * threadpool] Fix get min and available threads icalls. * [verifier] Fix the verifiers to handle Roslyn style fixed blocks. Garbage Collector * Multiple fixes for rare crashes in sgen: * Fix marking of cards on 64bit * Don?t hardcode the nursery size in aot write barriers * Fix race between block allocation and concurrent sweep * Make sure we scan aligned memory regions Profiler * Avoid a crash at shutdown by installing the assembly unload hook for the ?start_unload? event instead of the ?end_un - update to 4.2.1.124: * Bugfixes ==== nbd ==== Subpackages: nbd-doc - autoload nbd module ==== opus ==== - Disable SSE2 in SLE_11 due to code or compiler bugs. - Enable tests during package build - Cleanup spec file with spec-cleaner - Drop not needed libtool dependency for build ==== oxygen5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: oxygen5-cursors oxygen5-decoration oxygen5-devel oxygen5-lang oxygen5-sounds oxygen5-style - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== pixman ==== Version update (0.33.6 -> 0.34.0) Subpackages: libpixman-1-0 libpixman-1-0-32bit libpixman-1-0-devel - Update to version 0.34.0: + No changes from last version, stable version release only. ==== plasma-nm5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== plasma5-addons ==== Version update (5.5.3 -> 5.5.4) Subpackages: plasma5-addons-kimpanel - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== plasma5-desktop ==== Version update (5.5.3 -> 5.5.4) - adapt spec file to Plasma 5.5.4 - Drop upstreamed 0001-fix-font-preview-colors.patch (kde#336089) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== plasma5-openSUSE ==== Subpackages: plasma5-desktop-branding-openSUSE plasma5-workspace-branding-openSUSE - Also obsolete the non-existent kdebase4-runtime-branding-openSUSE. - Bump Plasma (Build)Requires to 5.5.4 ==== plasma5-pa ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== plasma5-session ==== Version update (5.5.3 -> 5.5.4) - Disable build of wayland subpackage for Leap and older distros: they don't have XWayland - Add correct requires to the wayland subpackage - Bump to 5.5.4 ==== plasma5-workspace ==== Version update (5.5.3 -> 5.5.4) Subpackages: drkonqi5 plasma5-workspace-devel plasma5-workspace-libs - Added reset-the-model-on-list-always-shown-hide-change.patch (kde#357627, kde#352055) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php - Drop xembedsniproxy-check-for-null-geometry.patch, upstreamed ==== polkit-kde-agent-5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== powerdevil5 ==== Version update (5.5.3 -> 5.5.4) - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== powertop ==== Subpackages: powertop-lang - Remove patch powertop-1.98-always-create-params.patch: * No mention why this is needed. I don't see any reason for having it. - Make building more verbose - Use optflags when building ==== release-notes-openSUSE ==== Version update (84.87.20151207.e808957 -> 84.87.20160127.f5d262b) - Update to version 84.87.20160127.f5d262b: + Make sure building PO files fails when the document is invalid - Added four fonts for Chinese/Japanese pdf (bnc#965462) ==== rng-tools ==== - 90-hwrng.rules: Improve udev rule, autostart rngd only when there are hwrng drivers available and one is actually bound to the device. ==== swig ==== - Add swig308-isfinite.diff to fix isfinite issue with new glibc. ==== systemsettings5 ==== Version update (5.5.3 -> 5.5.4) Subpackages: systemsettings5-devel - Update to 5.5.4: * Bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php ==== unixODBC ==== Subpackages: unixODBC-32bit - dropped obsolete unixODBC-2.3.1-uninitialized.patch and unixODBC-nonvoid.patch ==== vte ==== Version update (0.42.1 -> 0.42.3) Subpackages: glade-catalog-vte libvte-2_91-0 typelib-1_0-Vte-2.91 vte-devel - Update to version 0.42.3: + widget: - Fix missing braces. - Fix the adjustment's upper boundary. + app: Disable menubar accel. - Changes from version 0.42.2: + Updated translations.