Packages changed: NetworkManager-vpnc (1.2.4 -> 1.2.6) accountsservice (0.6.49 -> 0.6.50) acpid bind brotli curl (7.60.0 -> 7.61.0) devhelp (3.28.1 -> 3.30.0) device-mapper efivar emacs-apel enblend-enfuse eog (3.28.2 -> 3.28.3) file-roller fwupd (1.0.6 -> 1.1.0) gnome-bluetooth (3.28.0 -> 3.28.1) gnome-control-center gnome-dictionary gnome-disk-utility gnome-documents gnome-session gnome-settings-daemon gnome-shell (3.28.2+20180519.a52597ac5 -> 3.28.3+20180724.2a2f3c981) gnome-shell-extensions gstreamer (1.14.1 -> 1.14.2) gstreamer-editing-services (1.14.1 -> 1.14.2) gstreamer-plugins-bad (1.14.1 -> 1.14.2) gstreamer-plugins-base (1.14.1 -> 1.14.2) gstreamer-plugins-good (1.14.1 -> 1.14.2) gstreamer-plugins-libav (1.14.1 -> 1.14.2) gstreamer-plugins-ugly (1.14.1 -> 1.14.2) gstreamer-rtsp-server (1.14.1 -> 1.14.2) gstreamer-validate (1.14.1 -> 1.14.2) gtk3 gvfs installation-images-Kubic (14.378 -> 14.379) java-10-openjdk (10.0.1.0 -> 10.0.2.0) kernel-firmware (20180606 -> 20180717) kernel-source (4.17.9 -> 4.17.11) kmod kvm_stat (4.17.0 -> 4.17.10) libgphoto2 (2.5.18.1 -> 2.5.19) libreoffice (6.1.0.1 -> 6.1.0.2) libvirt (4.4.0 -> 4.5.0) libyui-ncurses-pkg (2.48.5 -> 2.48.7) libyui-qt-pkg (2.45.18 -> 2.45.19) linux-glibc-devel llvm6 (6.0.0 -> 6.0.1) lvm2 mailman (2.1.28 -> 2.1.29) make mariadb (10.2.15 -> 10.2.16) meanwhile mhvtl (1.53_release_k4.17.9_1 -> 1.53_release_k4.17.11_1) mozc mutter (3.28.2+20180526.abc7ad8e9 -> 3.28.3+20180719.62660bbd1) mxml (2.10 -> 2.11) openconnect openpgm oprofile (1.2.0 -> 1.3.0) pango (1.42.1 -> 1.42.2) patterns-base patterns-devel-base pcre2 perl-DBD-CSV (0.49 -> 0.53) perl-FileHandle-Unget (0.1628 -> 0.1634) perl-Mail-Mbox-MessageParser (1.5105 -> 1.5111) perl-Net-DNS (1.15 -> 1.17) perl-XML-LibXML perl-XML-SAX perl-XML-SAX-Expat polari (3.28.0 -> 3.28.1) publicsuffix (20180523 -> 20180719) python-gobject2 python-gst (1.14.1 -> 1.14.2) python-libvirt-python (4.4.0 -> 4.5.0) python-parso rubygem-mysql2 (0.4.10 -> 0.5.2) sddm sendmail spice totem (3.26.1 -> 3.26.2) virt-viewer (6.0 -> 7.0) woff2 xfsdump (3.1.6 -> 3.1.8) yast2-dns-server (4.0.3 -> 4.0.4) yast2-snapper (4.0.2 -> 4.0.4) yast2-update (4.0.17 -> 4.1.0) zeromq === Details === ==== NetworkManager-vpnc ==== Version update (1.2.4 -> 1.2.6) Subpackages: NetworkManager-vpnc-gnome NetworkManager-vpnc-lang - Updatet to version 1.2.6: + Fix for a local authenticated privileged escalation bug (CVE-2018-10900). All users are advised to upgrade. + The CA file is now hidden from the configuration dialog if hybrid auth is disabled. + Updated translations. ==== accountsservice ==== Version update (0.6.49 -> 0.6.50) Subpackages: accountsservice-lang libaccountsservice0 typelib-1_0-AccountsService-1_0 - Update to version 0.6.50: + Fix insufficient path check on user icon files. + Fix is-logged-in status for wayland sessions. + Fix user enumeration when system accounts are mixed in. - Drop upstream fixed patches: + accountsservice-missing-users-on-gdm-login.patch. + accountsservice-lib-treat-session-type-wayland-as-graphical-session.patch - Add accountsservice-lib-don-not-set-loaded-state-until-seat-fetched.patch: At the moment we set is-loaded on the user-manager object as soon as we start fetching the seat, but we should waiting until the seat is fetched, so that can_switch() will return the correct value if the caller waited until the loaded signal to use it. (boo#1100041 fdo#107298) ==== acpid ==== - Use noun phrase in summary. ==== bind ==== Subpackages: bind-chrootenv bind-doc bind-utils libbind9-160 libdns169 libirs160 libisc166 libisccc160 libisccfg160 liblwres160 python3-bind - Add bind.conf and bind-chrootenv.conf to install the default files in /var/lib/named and create chroot environment on systems using transactional-updates [bsc#1100369] [FATE#325524]. ==== brotli ==== Subpackages: libbrotlicommon1 libbrotlidec1 libbrotlienc1 - Add baselibs.conf, build 32bit library support. - Use cmake macros for building and tests ==== curl ==== Version update (7.60.0 -> 7.61.0) Subpackages: libcurl4 - Update to version 7.62.0 [bsc#1099793, CVE-2018-0500] Changes: * getinfo: add microsecond precise timers for seven intervals * curl: show headers in bold, switch off with --no-styled-output * httpauth: add support for Bearer tokens * Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS * curl: --tls13-ciphers and --proxy-tls13-ciphers * Add CURLOPT_DISALLOW_USERNAME_IN_URL * curl: --disallow-username-in-url Bugfixes: * CVE-2018-0500: smtp: fix SMTP send buffer overflow * schannel: disable client cert option if APIs not available * schannel: disable manual verify if APIs not available * tests/libtest/Makefile: Do not unconditionally add gcc-specific flags * openssl: acknowledge --tls-max for default version too * stub_gssapi: fix 'unused parameter' warnings * examples/progressfunc: make it build on both new and old libcurls * docs: mention it is HA Proxy protocol "version 1" * curl_fnmatch: only allow two asterisks for matching * docs: clarify CURLOPT_HTTPGET * configure: replace a AC_TRY_RUN with CURL_RUN_IFELSE * configure: do compile-time SIZEOF checks instead of run-time * checksrc: make sure sizeof() is used *with* parentheses * CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bit * schannel: make CAinfo parsing resilient to CR/LF * tftp: make sure error is zero terminated before printfing it * http resume: skip body if http code 416 (range error) is ignored * configure: add basic test of --with-ssl prefix * cmake: set -d postfix for debug builds * multi: provide a socket to wait for in Curl_protocol_getsock * content_encoding: handle zlib versions too old for Z_BLOCK * winbuild: only delete OUTFILE if it exists * winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST * schannel: add failf calls for client certificate failures * cmake: Fix the test for fsetxattr and strerror_r * curl.1: Fix cmdline-opts reference errors * cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options * cmake: check for getpwuid_r * configure: fix ssh2 linking when built with a static mbedtls * psl: use latest psl and refresh it periodically * fnmatch: insist on escaped bracket to match * KNOWN_BUGS: restore text regarding #2101 * INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib * configure: override AR_FLAGS to silence warning * os400: implement mime api EBCDIC wrappers * curl.rc: embed manifest for correct Windows version detection * strictness: correct {infof, failf} format specifiers * tests: update .gitignore for libtests * configure: check for declaration of getpwuid_r * fnmatch: use the system one if available * CURLOPT_RESOLVE: always purge old entry first * multi: remove a potentially bad DEBUGF() * curl_addrinfo: use same #ifdef conditions in source as header * build: remove the Borland specific makefiles * axTLS: not considered fit for use * cmdline-opts/cert-type.d: mention "p12" as a recognized type * system.h: add support for IBM xlc C compiler * tests/libtest: Add lib1521 to nodist_SOURCES * mk-ca-bundle.pl: leave certificate name untouched * boringssl + schannel: undef X509_NAME in lib/schannel.h * openssl: assume engine support in 1.0.1 or later * cppcheck: fix warnings * test 46: make test pass after year 2025 * schannel: support selecting ciphers * Curl_debug: remove dead printhost code * test 1455: unflakified * Curl_init_do: handle NULL connection pointer passed in * progress: remove a set of unused defines * mk-ca-bundle.pl: make -u delete certdata.txt if found not changed * GOVERNANCE.md: explains how this project is run * configure: use pkg-config for c-ares detection * configure: enhance ability to build with static openssl * maketgz: fix sed issues on OSX * multi: fix memory leak when stopped during name resolve * CURLOPT_INTERFACE.3: interface names not supported on Windows * url: fix dangling conn->data pointer * cmake: allow multiple SSL backends * system.h: fix for gcc on 32 bit OpenServer * ConnectionExists: make sure conn->data is set when "taking" a connection * multi: fix crash due to dangling entry in connect-pending list * CURLOPT_SSL_VERIFYPEER.3: Add performance note * netrc: use a larger buffer to support longer passwords * url: check Curl_conncache_add_conn return code * configure: Add dependent libraries after crypto * easy_perform: faster local name resolves by using *multi_timeout() * getnameinfo: not used, removed all configure checks * travis: add a build using the synchronous name resolver * CURLINFO_TLS_SSL_PTR.3: improve the example * openssl: allow TLS 1.3 by default * openssl: make the requested TLS version the *minimum* wanted * openssl: Remove some dead code * telnet: fix clang warnings * DEPRECATE: new doc describing planned item removals * example/crawler.c: simple crawler based on libxml2 * libssh: goto DISCONNECT state on error, not SESSION_FREE * CMake: Remove unused functions * darwinssl: allow High Sierra users to build the code using GCC * scripts: include _curl as part of CLEANFILES * examples: fix -Wformat warnings * curl_setup: include before * schannel: make more cipher options conditional * CMake: remove redundant and old end-of-block syntax * post303.d: clarify that this is an RFC violation - refreshed libcurl-ocloexec.patch ==== devhelp ==== Version update (3.28.1 -> 3.30.0) Subpackages: devhelp-lang emacs-plugin-devhelp gedit-plugin-devhelp vim-plugin-devhelp - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. - Update to version 3.30.0: + A few small improvements. + Updated translations. - Update to version 3.29.3: + Finally write a HACKING file. + Do not show a GtkInfoBar on error, use the WebKitWebView default implementation to simplify the code. + Code refactorings: from DhWindow extract DhNotebook, DhSearchBar and bind_sidebar_and_notebook() function, and delegate more work to DhWebView. + Make the following classes re-usable and move them to the libdevhelp: DhWebView, DhTab, DhTabLabel, DhNotebook and DhSearchBar. + And move dh_window_bind_sidebar_and_notebook() to the libdevhelp. + Flatpak: run Amtk and Devhelp unit tests after building those modules. + Application icons: rename filenames to org.gnome.Devhelp.*, to simplify the Flatpak manifest. + Build system: fix the remaining places where the libdevhelp API/major version was hardcoded, use the variable instead, to easily bump it in the future. + Other small improvements. + Updated translations. - Drop la files rm'ing, not needed as we are using meson buildsystem. - Pass flatpak_build=false to meson, ensure we build the features we want/need, currently following upstream defaults. - Use autosetup macro. - Update to version 3.29.2: + New and more flexible book management architecture for libdevhelp. + Port other Devhelp classes to DhProfile and DhBookList. + Listen to external changes to the "books-disabled" GSettings key. + Updated translations. - Update to version 3.29.1: + Update the license from GPLv2+ to GPLv3+. + Add a profile infrastructure in the library, for example to have a generic profile and a GNOME profile in the future. + Overhaul preferences dialog implementation. + Use the Amtk library to create the menus and the GtkShortcuts\ Window. It permits to avoid information duplication, and will permit to provide a higher-level libdevhelp API. + A few other small improvements. + Updated translations. - Add: + meson BuildRequires and replace configure/make/make_install macros/command with meson/meson_build/meson_install, following upstream port to Meson build system. + gtk-doc and pass gtk_doc option to meson as true now that pre-build documentation are not found anymore into the tarball. + pkgconfig(amtk-5) BuildRequires as a new dependency. ==== device-mapper ==== Subpackages: libdevmapper-event1_03 libdevmapper1_03 libdevmapper1_03-32bit - Fix issuing discard in test mode (bsc#1095960) + bug-1095960_dev_io-no-discard-in-testmode.patch ==== efivar ==== - Add reproducible.patch to initialize memory (boo#1061219) ==== emacs-apel ==== - Fix build with the latest emacs: apel-emacs-escape-fix.patch ==== enblend-enfuse ==== - Update RPM groups. ==== eog ==== Version update (3.28.2 -> 3.28.3) Subpackages: eog-lang - Update to version 3.28.3: + Add OARS and update gitlab URLs. + Add icns to mime types. + Fix memory leak when viewing many jpeg images. + build: it's enable_xmp not enable_exempi. + Updated translations. - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== file-roller ==== Subpackages: file-roller-lang - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== fwupd ==== Version update (1.0.6 -> 1.1.0) Subpackages: fwupd-lang libfwupd2 - Run %udev_rules_update in post as package install udev rules - Update to version 1.1.0: + New Features: - Add a initial Redfish support - Add a tool to mimic the original fwupdate CLI interface - Allow devices to assign a plugin from the quirk subsystem - Change the quirk file structure to be more efficient - Merge fwupdate functionality into fwupd - Run a plugin vfunc before and after all the composite devices are updated - Support more Wacom tablets + Bugfixes: - Add release information for locked devices - Allow building with older meson - Detect the EFI system partition location at runtime - Do not use 8bitdo bootloader commands after a successful flash - Enable accesing downloaded files in flatpak and snap - Fix a potential buffer overflow when applying a DFU patch - Fix downgrading older releases to devices - Fix flashing devices that require a manual replug - Fix several small memory leaks in various places - Fix the retrieval of Redfish version - Fix unifying failure to detach when using a slow host controller - Set the Wacom device status when erasing and writing firmware - Show errors in the CLI if unable to access directory - Use the parent device name for Wacom sub-modules - Removed enable_pkcs7_when_testing_only.patch - Update to version 1.0.8: + New Features (including version 1.0.7): - Add an plugin to update some future Wacom tablets - Add 'fwupdmgr get-topology' to show logical device tree - Add support for creating a flatpak - Add support for creating a snap - Add support for Motorola S-record files - Add the Linux Foundation public GPG keys for firmware and metadata - Show a translated warning when the server is limiting downloads - Add enable-remote and disable-remote commands to fwupdmgr - Add fu_plugin_add_compile_version() for libraries to use - Allow requiring specific versions of libraries for firmware updates - If no remotes are enabled try to enable the LVFS - Show a warning with interactive prompt when enabling a remote + Bugfixes (including version 1.0.7): - Add a firmware diagnostic tool called fwupdtool - Adjust all licensing to LGPL 2.1+ - Allow installing more than one firmware using 'fwupdmgr install' - Allow specifying hwids with OR relationships - Do not call fu_plugin_init() on blacklisted plugins - Do not require libcolorhug to build - Fix a crash in libfwupd where no device ID is set - Fix a potential DoS in libdfu by limiting holes to 1MiB - Fix a segfault that sometimes occurs during cleanup of USB plugins - Fix Hardware-ID{0,1,2,12} compatibility with Microsoft - Hide devices that aren't updatable by default in fwupdmgr - Search all UEFI GUIDs when matching hardware - Stop matching Nintendo Switch Pro in the 8bitdo plugin - Check that EFI system partition is mounted before update - Disable synapticsmst remote control on failure - Don't recoldplug thunderbolt to fix a flashing failure - Fix SQL error when running 'fwupdmgr clear-offline' - Improve the update report message - Only enumerate Dell Docks if the type is known - Only run certtool if a new enough gnutls is present - Prevent a client crash if the daemon somehow sends invalid data - Reboot after scheduling using logind not systemd - Use the right encoding for the label in make-images - Added/backported enable_pkcs7_when_testing_only.patch: + needed to disable pkcs7 test during build (can be removed for fwupd >= 1.0.9) ==== gnome-bluetooth ==== Version update (3.28.0 -> 3.28.1) Subpackages: gnome-bluetooth-lang libgnome-bluetooth13 typelib-1_0-GnomeBluetooth-1_0 - Help translation-update-upstream finding the right gettext domain name: pass "po gnome-bluetooth2" to the call. - Update to version 3.28.1: + Work-around a race in bluetoothd which would leave Bluetooth adapters discoverable even after the Settings panel closed cleanly. + Fix icons in Persian and Punjabi translations. + Updated translations. ==== gnome-control-center ==== Subpackages: gnome-control-center-color gnome-control-center-goa gnome-control-center-lang gnome-control-center-user-faces - Help translation-update-upstream finding the right gettext domain name: pass "po gnome-control-center-2.0" to the call. - Add gcc-user-accounts-Force-symlink-creation.patch: user-accounts: Force symlink creation. So that we can run Settings more than once in GNOME Builder. Without the -f flag, ln errs out after these symlinks are created, and Builder refuses to run after that (glgo#GNOME/gnome-control-center#107). ==== gnome-dictionary ==== Subpackages: gnome-dictionary-lang - Help translation-update-upstream finding the right gettext domain name: pass po %{name} to the call. ==== gnome-disk-utility ==== Subpackages: gnome-disk-utility-lang - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== gnome-documents ==== Subpackages: gnome-documents-lang gnome-documents_books-common gnome-shell-search-provider-documents - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== gnome-session ==== Subpackages: gnome-session-core gnome-session-default-session gnome-session-lang gnome-session-wayland - Help translation-update-upstream finding the right gettext domain name: pass "po gnome-session-3.0" to the call. ==== gnome-settings-daemon ==== Subpackages: gnome-settings-daemon-lang - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== gnome-shell ==== Version update (3.28.2+20180519.a52597ac5 -> 3.28.3+20180724.2a2f3c981) Subpackages: gnome-shell-browser-plugin gnome-shell-calendar gnome-shell-lang - Update to version 3.28.3+20180724.2a2f3c981 (bgo#776588): + workspaceThumbnail: Sync clone position changes with actor + workspace: Recompute bounding box on window 'position-changed' - Update to version 3.28.3+20180718.6ed21e1ce: + Bump version to 3.28.3. + events: Re-use event messages where possible. + workspaceThumbnail: - Don't keep stale clones in list. - Remove unused private win reference. + workspace: Don't keep stale clones in list. + keyboard: Implement standalone FocusTracker. + ui: Theme lookup should respect XDG_DATA_DIRS. + st-texture-cache: - Save cairo surfaces to a different map. - Don't add NULL textures to cache. + Change "const" to "var". + magnifier.js: Fix zoom juddering. + st-label: Unset clutter text instance on disposal. + Updated translations. ==== gnome-shell-extensions ==== Subpackages: gnome-shell-classic gnome-shell-extensions-common gnome-shell-extensions-common-lang - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== gstreamer ==== Version update (1.14.1 -> 1.14.2) Subpackages: gstreamer-lang gstreamer-utils libgstreamer-1_0-0 typelib-1_0-Gst-1_0 - Update to version 1.14.2: + Update docs. + basetransform: Do not check if NULL is an emtpy caps. + concat: Properly forward the SEGMENT seqnum. + gst: add some GIR array annotations. + meson: Fix detection of glib-mkenums under MSYS2. ==== gstreamer-editing-services ==== Version update (1.14.1 -> 1.14.2) Subpackages: libges-1_0-0 typelib-1_0-GES-1_0 - Update to version 1.14.2: + python: Fix GES.Timelineset_child_property. + Set GLib log domain to GES. + group: Fix handling clips that are added to a layer. ==== gstreamer-plugins-bad ==== Version update (1.14.1 -> 1.14.2) 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 - Update to version 1.14.2: + Update docs. + find_codec_preferences: use received caps. + player: Avoid trying to join the player thread from itself. + decklink: Fix warning about HRESULT not being unsigned int. + pitch: Flush only if there are unprocessed samples. + pitch: preserve seek event seqnums. + pitch: fix latency reporting. + pitch: Fix single input buffer followed by EOS. + videoaggregator: Fix string leak. + videoaggregator: log an ERROR if we're going to return a flow error. + dvb: Fix typo in comment termination. + dvb: camconditionalaccess: fix wrong license headers. + webrtc: Fix memory leak. + webrtc: Clean up and fix transportsendbin. + webrtc: Move dtlssrtpenc state management. + webrtc/dtlstransport: Add more debug. Rename category. + webrtc: Clean up pad block allocs on dispose. + webrtc: Move the transportsendbin pad block removal. + webrtc: Fix wrong parent classes for DTLSTransport and ICETransport. + webrtc: Explicitly initialise mutex and condition. + webrtc: Don't deadlock on block pads on shutdown. + webrtcbin: copy sticky events on our ghostpads. + webrtcbin: rtpstorage takes a 64-bit integer for "size-time" property. + webrtcbin: implement support for FEC and RTX. + player: Fix duration-changed CRITICAL warning if duration did not actually change. + gst_webrtc_session_description_new: fix annotations. + tsdemux: Don't set invalid seqnum on segment event. + tsdemux: Don't query duration if program isn't active. + mpegtsdemux: Fix SEGMENT seqnum propagation. + codecparsers: mpeg2: don't mess the StartCode only packets. + wasapisink: fix a rounding error when calculating the buffer frame count. + wasapisink: fix missing unlock in case IAudioClient_Start fails. + wasapi: use FAILED to detect errors. + wasapi: Don't pass CoTaskMemFree to g_clear_pointer. ==== gstreamer-plugins-base ==== Version update (1.14.1 -> 1.14.2) 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 - Update to version 1.14.2: + Update docs. + xvimage: Fix symbol redefine build error. + glcolorbalance: Support OES textures for input/passthrough. + meson: gl: fix backported patch. + gl/build: fixed failed compilation due to missing EGLuint64KHR typedef. + parsebin: Don't try to continue autoplugging a parser if we got raw caps. + audiobasesrc: Round down segsize to an integer number of samples. + discoverer: Don't crash when running with -v if channel-mask==0 and >7 channels. + gldownloadelement: fix build with msvc. + subparse: Don't read beyond array. + ogg: Avoid undefined granule shift. + libs: g-ir-scanner: do not hardcode libtool path. + rawvideoparse: fix typo in 'plane-offsets' description. + video: fix some GIR array annotations. + audio: fix some GIR array annotations. + meson: gl: remove non-headers from gl_prototype_headers. + meson: install the man pages for the command line tools. + meson: Fix detection of glib-mkenums under MSYS2. ==== gstreamer-plugins-good ==== Version update (1.14.1 -> 1.14.2) Subpackages: gstreamer-plugins-good-extra gstreamer-plugins-good-jack gstreamer-plugins-good-lang - Update to version 1.14.2: + qmlgl: Fix conflicting declaration of type GLsync for non-android. + souphttpsrc: Protect input stream with lock. + splitmuxsrc: Make sure events are writable before setting their seqnum. + Various v4l2 fixes. + scaletempo: Mark as Audio in classification. ==== gstreamer-plugins-libav ==== Version update (1.14.1 -> 1.14.2) - Update to version 1.14.2: + Update docs. + libav: Fix symbol redefine build error. + avdemux: fix memory leaks. - Rebase gst-libav-port-ffmpeg4.patch with quilt. ==== gstreamer-plugins-ugly ==== Version update (1.14.1 -> 1.14.2) Subpackages: gstreamer-plugins-ugly-lang - Update to version 1.14.2: + Update docs. + asfdemux: Remove 0.10 code. + asfdemux: Only send flush event on seeking flushes. ==== gstreamer-rtsp-server ==== Version update (1.14.1 -> 1.14.2) - Update to version 1.14.2: + rtsp-media: - unref clock (if set) when finalizing. - add gst_rtsp_media_*_set_clock to docs. + media-factory: - unref old clock when setting new clock. - unref clock in finalize. + rtsp-onvif-media: - fix g-ir-scanner warnings. - export gst_rtsp_onvif_media_factory_requires_backchannel. + client: Strip transport parts as whitespaces could be around commas. + rtsp-stream: avoid pushing data on unlinked udpsrc pad during setup. + rtspclientsink: fix waiting for multiple streams. ==== gstreamer-validate ==== Version update (1.14.1 -> 1.14.2) Subpackages: libgstvalidate-1_0-0 typelib-1_0-GstValidate-1_0 - Update to version 1.14.2: + launcher: - Allow retrieving coredumps from within flatpak. - Fix the --forever switch. + Update all gitignore. ==== gtk3 ==== Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-lang gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0 - Add gtk3-fix-wayland-csd-announce.patch: This fixes libreoffice under kwin, which would remove it's own headers as per the manager's request but not inform kwin leaving it in the even more broken state of having none. (boo#1099991) ==== gvfs ==== Subpackages: gvfs-backend-afc gvfs-backend-samba gvfs-backends gvfs-fuse gvfs-lang - Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. ==== installation-images-Kubic ==== Version update (14.378 -> 14.379) - merge gh#openSUSE/installation-images#256 - etc: update module.config to match 4.18 - 14.379 ==== java-10-openjdk ==== Version update (10.0.1.0 -> 10.0.2.0) Subpackages: java-10-openjdk-headless - OpenJDK 10.0.2 (July 2018 CPU) * Security fixes: + S8197925: Better stack walking (CVE-2018-2940, bsc#1101645) + S8199547: Exception to Pattern Syntax (CVE-2018-2952, bsc#1101651) + S8200332: Improve GCM counting (CVE-2018-2972, bsc#1101655) + S8200666: Improve LDAP support (CVE-2018-2973, bsc#1101656) * Security-In-Depth fixes: + S8191239: Improve desktop file usage + S8193419: Better Internet address support * Fixes + S8187577: JVM crash during gc doing concurrent marking + S8193802: NullPointerException from JarFileSystem.getVersionMap() + S8194554: filterArguments runs multiple filters in the wrong order + S8195096: Exception printed on console with custom LogManager on starting Apache Tomcat + S8196224: Even better Internet address support + S8199910: Compiler crashes with -g option and variables of intersection type inferred by `var` + S8200118: [TESTBUG] String concat tests should test toString() application order + S8200355: local variable inference regression test generates classfile in test folder + S8200359: (tz) Upgrade time-zone data to tzdata2018d + S8200556: AArch64: assertion failure in slowdebug builds + S8200640: Change version number to 10.0.2 + S8200641: Update milestone to ea for 10.0.2 + S8201433: Fix potential crash in BufImg_SetupICM + S8201495: [Zero] Reduce limits of max heap size for boot JDK on s390 + S8201509: Zero: S390 31bit atomic_copy64 inline assembler is wrong + S8201788: Number of make jobs wrong for bootcycle-images target + S8202210: jlink uses little-endian for big-endian cross-compilation targets + S8202262: libjsig.so not linked with extra linker flags from configure + S8202522: Switch to 'fcs' milestone for July CPU 2018 release + S8202540: Zero build is broken after JDK-8189871 (Refactor GC barriers to use declarative semantics) + S8202588: JDK 10.0.2 l10n resource file update + S8202784: generated-configure.sh changes missing in 8201495 + S8203233: (tz) Upgrade time-zone data to tzdata2018e + S8203305: PPC64: Improve TM detection for enabling RTM on Linux / POWER9 + S8203367: Upgrade to Freetype 2.9.1 + S8203368: ObjectInputStream filterCheck method throws NullPointerException + S8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9" + S8204322: += applied to String operands can provoke side effects + S8205491: adjust reflective access checks - Removed patch: * bootcycle_jobs.patch + Fixed upstream ==== kernel-firmware ==== Version update (20180606 -> 20180717) Subpackages: ucode-amd - Remove useless check_whence.py that leads to unnecessary python dependency (bsc#1101818); also removing the python3 hack at prep, too - Update to version 20180717: * amdgpu: update copyright date * amdgpu: add initial VegaM firmware * amdgpu: sync up vega10 firmware with 18.20 release * amdgpu: sync up raven firmware with 18.20 release * amdgpu: sync up polaris12 firmware with 18.20 release * amdgpu: sync up polaris11 firmware with 18.20 release * amdgpu: sync up polaris10 firmware with 18.20 release * amdgpu: sync up verde firmware with 18.20 release * amdgpu: sync up pitcairn firmware with 18.20 release * amdgpu: sync up tahiti firmware with 18.20 release * amdgpu: sync up oland firmware with 18.20 release * amdgpu: sync up hainan firmware with 18.20 release * amdgpu: sync up kaveri firmware with 18.20 release * amdgpu: sync up mullins firmware with 18.20 release * amdgpu: sync up kabini firmware with 18.20 release * amdgpu: sync up hawaii firmware with 18.20 release * amdgpu: sync up bonaire firmware with 18.20 release * WHENCE: Fix typo Version * cxgb4: update firmware to revision 1.20.8.0 ==== kernel-source ==== Version update (4.17.9 -> 4.17.11) Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms - Linux 4.17.11 (bnc#1012628). - can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking can.ctrlmode (bnc#1012628). - can: m_can: Fix runtime resume call (bnc#1012628). - can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr only (bnc#1012628). - can: xilinx_can: fix RX overflow interrupt not being enabled (bnc#1012628). - can: xilinx_can: fix incorrect clear of non-processed interrupts (bnc#1012628). - can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting (bnc#1012628). - can: xilinx_can: fix device dropping off bus on RX overrun (bnc#1012628). - can: xilinx_can: fix recovery from error states not being propagated (bnc#1012628). - can: xilinx_can: fix power management handling (bnc#1012628). - can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK (bnc#1012628). - driver core: Partially revert "driver core: correct device's shutdown order" (bnc#1012628). - ACPICA: AML Parser: ignore dispatcher error status during table load (bnc#1012628). - usb: gadget: f_fs: Only return delayed status when len is 0 (bnc#1012628). - usb: gadget: Fix OS descriptors support (bnc#1012628). - usb: xhci: Fix memory leak in xhci_endpoint_reset() (bnc#1012628). - usb: dwc2: Fix DMA alignment to start at allocated boundary (bnc#1012628). - usb: core: handle hub C_PORT_OVER_CURRENT condition (bnc#1012628). - usb: cdc_acm: Add quirk for Castles VEGA3000 (bnc#1012628). - staging: speakup: fix wraparound in uaccess length check (bnc#1012628). - Revert "staging:r8188eu: Use lib80211 to support TKIP" (bnc#1012628). - tcp: add tcp_ooo_try_coalesce() helper (bnc#1012628). - tcp: call tcp_drop() from tcp_data_queue_ofo() (bnc#1012628). - tcp: detect malicious patterns in tcp_collapse_ofo_queue() (bnc#1012628). - tcp: avoid collapses in tcp_prune_queue() if possible (bnc#1012628). - tcp: free batches of packets in tcp_prune_ofo_queue() (bnc#1012628). - vxlan: fix default fdb entry netlink notify ordering during netdev create (bnc#1012628). - vxlan: make netlink notify in vxlan_fdb_destroy optional (bnc#1012628). - vxlan: add new fdb alloc and create helpers (bnc#1012628). - rtnetlink: add rtnl_link_state check in rtnl_configure_link (bnc#1012628). - net/mlx5: Adjust clock overflow work period (bnc#1012628). - net/mlx5e: Fix quota counting in aRFS expire flow (bnc#1012628). - net/mlx5e: Don't allow aRFS for encapsulated packets (bnc#1012628). - net/ipv6: Fix linklocal to global address with VRF (bnc#1012628). - multicast: do not restore deleted record source filter mode to new one (bnc#1012628). - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv (bnc#1012628). - sock: fix sg page frag coalescing in sk_alloc_sg (bnc#1012628). - nfp: flower: ensure dead neighbour entries are not offloaded (bnc#1012628). - net/mlx5e: Refine ets validation function (bnc#1012628). - net/mlx5e: Only allow offloading decap egress (egdev) flows (bnc#1012628). - net/mlx5e: Add ingress/egress indication for offloaded TC flows (bnc#1012628). - tls: check RCV_SHUTDOWN in tls_wait_data (bnc#1012628). - r8169: restore previous behavior to accept BIOS WoL settings (bnc#1012628). - net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_mode (bnc#1012628). - tcp: do not delay ACK in DCTCP upon CE status change (bnc#1012628). - tcp: do not cancel delay-AcK on DCTCP special ACK (bnc#1012628). - tcp: helpers to send special DCTCP ack (bnc#1012628). - tcp: fix dctcp delayed ACK schedule (bnc#1012628). - net: skb_segment() should not return NULL (bnc#1012628). - net-next/hinic: fix a problem in hinic_xmit_frame() (bnc#1012628). - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper (bnc#1012628). - net: dsa: mv88e6xxx: fix races between lock and irq freeing (bnc#1012628). - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull (bnc#1012628). - ip: hash fragments consistently (bnc#1012628). - bonding: set default miimon value for non-arp modes if not set (bnc#1012628). - clk: meson-gxbb: set fclk_div2 as CLK_IS_CRITICAL (bnc#1012628). - drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs (bnc#1012628). - drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit() (bnc#1012628). - KVM: PPC: Check if IOMMU page is contained in the pinned physical page (bnc#1012628). - xen/PVH: Set up GS segment for stack canary (bnc#1012628). - clk: aspeed: Support HPLL strapping on ast2400 (bnc#1012628). - clk: aspeed: Mark bclk (PCIe) and dclk (VGA) as critical (bnc#1012628). - clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz to 1.2GHz (bnc#1012628). - MIPS: Fix off-by-one in pci_resource_to_user() (bnc#1012628). - MIPS: ath79: fix register address in ath79_ddr_wb_flush() (bnc#1012628). - Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent()" (bnc#1012628). - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR (bnc#1012628). - commit d626dd8 - Revert "Revert "Pass x86 as architecture on x86_64 and i386 (bsc#1093118)."" This reverts commit f604b8a2baa6f01a438c2d495a34820ed722aef5. - commit b5ab6f7 - Update config files. - commit c195a0c - Revert "Pass x86 as architecture on x86_64 and i386 (bsc#1093118)." This reverts commit 5f24fb07e56ac11cd19527c51f5a547f1d0946d4. It breaks all i586 builds. - commit f604b8a - Linux 4.17.10 (bnc#1012628). - xhci: Fix perceived dead host due to runtime suspend race with event handler (bnc#1012628). - cxl_getfile(): fix double-iput() on alloc_file() failures (bnc#1012628). - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open() (bnc#1012628). - alpha: fix osf_wait4() breakage (bnc#1012628). - net: usb: asix: replace mii_nway_restart in resume path (bnc#1012628). - ipv6: make DAD fail with enhanced DAD when nonce length differs (bnc#1012628). - net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite (bnc#1012628). - net/mlx4_en: Don't reuse RX page when XDP is set (bnc#1012628). - net: aquantia: vlan unicast address list correct handling (bnc#1012628). - hv_netvsc: Fix napi reschedule while receive completion is busy (bnc#1012628). - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT (bnc#1012628). - sctp: introduce sctp_dst_mtu (bnc#1012628). - net: ip6_gre: get ipv6hdr after skb_cow_head() (bnc#1012628). - tg3: Add higher cpu clock for 5762 (bnc#1012628). - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails (bnc#1012628). - rhashtable: add restart routine in rhashtable_free_and_destroy() (bnc#1012628). - qmi_wwan: add support for Quectel EG91 (bnc#1012628). - ptp: fix missing break in switch (bnc#1012628). - net: phy: fix flag masking in __set_phy_supported (bnc#1012628). - net/ipv6: Do not allow device only routes via the multipath API (bnc#1012628). - net/ipv4: Set oif in fib_compute_spec_dst (bnc#1012628). - skbuff: Unconditionally copy pfmemalloc in __skb_clone() (bnc#1012628). - net: Don't copy pfmemalloc flag in __copy_skb_header() (bnc#1012628). - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort (bnc#1012628). - lib/rhashtable: consider param->min_size when setting initial table size (bnc#1012628). - ipv6: ila: select CONFIG_DST_CACHE (bnc#1012628). - ipv6: fix useless rol32 call on hash (bnc#1012628). - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns (bnc#1012628). - gen_stats: Fix netlink stats dumping in the presence of padding (bnc#1012628). - drm/nouveau: Avoid looping through fake MST connectors (bnc#1012628). - drm/nouveau: Use drm_connector_list_iter_* for iterating connectors (bnc#1012628). - drm/nouveau: Remove bogus crtc check in pmops_runtime_idle (bnc#1012628). - Revert "drm/amd/display: Don't return ddc result and read_bytes in same return value" (bnc#1012628). - drm/i915: Fix hotplug irq ack on i965/g4x (bnc#1012628). - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3) (bnc#1012628). - powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle) (bnc#1012628). - stop_machine: Disable preemption when waking two stopper threads (bnc#1012628). - vfio/spapr: Use IOMMU pageshift rather than pagesize (bnc#1012628). - vfio/pci: Fix potential Spectre v1 (bnc#1012628). - cpufreq: intel_pstate: Register when ACPI PCCH is present (bnc#1012628). - mm/huge_memory.c: fix data loss when splitting a file pmd (bnc#1012628). - mm: memcg: fix use after free in mem_cgroup_iter() (bnc#1012628). - ARC: mm: allow mprotect to make stack mappings executable (bnc#1012628). - ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs (bnc#1012628). - ARC: Fix CONFIG_SWAP (bnc#1012628). - ARCv2: [plat-hsdk]: Save accl reg pair by default (bnc#1012628). - ALSA: hda: add mute led support for HP ProBook 455 G5 (bnc#1012628). - ALSA: hda/realtek - Yet another Clevo P950 quirk entry (bnc#1012628). - ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk (bnc#1012628). - ALSA: rawmidi: Change resized buffers atomically (bnc#1012628). - fat: fix memory allocation failure handling of match_strdup() (bnc#1012628). - x86/MCE: Remove min interval polling limitation (bnc#1012628). - x86/events/intel/ds: Fix bts_interrupt_threshold alignment (bnc#1012628). - x86/apm: Don't access __preempt_count with zeroed fs (bnc#1012628). - x86/kvmclock: set pvti_cpu0_va after enabling kvmclock (bnc#1012628). - x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks (bnc#1012628). - KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled (bnc#1012628). - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer (bnc#1012628). - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel (bnc#1012628). - scsi: qla2xxx: Fix NULL pointer dereference for fcport search (bnc#1012628). - scsi: qla2xxx: Fix kernel crash due to late workqueue allocation (bnc#1012628). - scsi: qla2xxx: Fix inconsistent DMA mem alloc/free (bnc#1012628). - scsi: sd_zbc: Fix variable type and bogus comment (bnc#1012628). - commit 0a7f415 - rpm/kernel-source.spec.in: Add more stuff to Recommends ... and move bc to Recommends as well. All these packages are needed for building a kernel manually from scratch with kernel-source files. - commit 6fcec9a - Revert "rpm/kernel-source.spec.in: require bc for kernel-source" This reverts commit 2fa4028b0f8fcb4b6a9f2bd2a401a71181e0cdcd. Why would kernel-source need bc? The discussion is ongoing on opensuse-kernel. See: 7230252.SMnhE4Fjuc@alaris - commit 7144bb1 ==== kmod ==== Subpackages: kmod-compat libkmod2 - Add enum.patch. ==== kvm_stat ==== Version update (4.17.0 -> 4.17.10) - Add a qemu package conflicts directive since SLE releases provided the kvm_stat script via the qemu package, while older openSUSE releases had provided it through qemu-kvm, which is already handled. (bsc#1102746 related) - Change package to be noarch. kvm_stat is written in python, and is useful to multiple architectures which have kvm support. - Drop the kernel README and CREDITS files, since they don't really represent this package in any meaningful way. - Minor spec file tweaks performed. ==== libgphoto2 ==== Version update (2.5.18.1 -> 2.5.19) Subpackages: libgphoto2-6 libgphoto2-6-lang - updated to 2.5.19 release - ptp2: * Canon EOS: handle OLC versions of newer models, which gave incorrect aperture/shutterspeed values * Fuji X series capture improvements. * Fuji X series live view support added. * Panasonic GH5 liveview and capture support. (Needs camera firmware 2.3 or newer) * Olympus E-M5 Mark II and E-M1 Mark II liveview and capture support added. * USB IDs added: * Sony Alpha A99 M2, A7 III, A9 * Nikon Coolpix A900 * Panasonic GH5 * Olympus E-M1 Mark 2 * Fuji X-H1, X-M1, X70, X30 - all: various fixes for warnings from compilers and the coverity scanner ==== libreoffice ==== Version update (6.1.0.1 -> 6.1.0.2) 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 - Reenable firebird integration - Add new language Kabyle - Version update to 6.1.0.2: * RC2 of the 6.1 series ==== libvirt ==== Version update (4.4.0 -> 4.5.0) Subpackages: libvirt-client libvirt-daemon libvirt-daemon-config-network libvirt-daemon-config-nwfilter libvirt-daemon-driver-interface libvirt-daemon-driver-libxl libvirt-daemon-driver-lxc libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-storage-core libvirt-daemon-driver-storage-disk libvirt-daemon-driver-storage-gluster libvirt-daemon-driver-storage-iscsi libvirt-daemon-driver-storage-logical libvirt-daemon-driver-storage-mpath libvirt-daemon-driver-storage-rbd libvirt-daemon-driver-storage-scsi libvirt-daemon-driver-uml libvirt-daemon-driver-vbox libvirt-daemon-lxc libvirt-daemon-qemu libvirt-daemon-xen libvirt-libs - Update to libvirt 4.5.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 67c56f6e-libxl-logfd-leak-fix.patch - spec: use more macros in file paths - libxl: Implement virDomainBlockResize 0001-libxl-add-support-for-BlockResize-API.patch FATE#325467, bsc#1094325, bsc#1094725 ==== libyui-ncurses-pkg ==== Version update (2.48.5 -> 2.48.7) - Fixes for file systems >8EiB (bsc#991090): - Do not display "out of disk space" error at start when such a large disk is present in the system - Fixed displaying negative disk sizes in the disk usage dialog - 2.48.7 - Added new "Services" filter, displayed only when at least one repository service is present (FATE#321043) - use long long instead of int for free disk space with MiB base - 2.48.6 ==== libyui-qt-pkg ==== Version update (2.45.18 -> 2.45.19) - Fixes for file systems >8EiB (bsc#991090): - Do not display "out of disk space" error at start when such a large disk is present in the system - Fixed displaying negative disk sizes in the disk usage dialog - 2.45.19 - Added new "Services" view, displayed only when at least one repository service is present (FATE#321043) - Display the busy cursor while package filtering is in progress ==== linux-glibc-devel ==== - Don't do any expansion on the version.h contents - Don't embed build system's kernel version in rpm to make package build reproducible (boo#1101107) ==== llvm6 ==== Version update (6.0.0 -> 6.0.1) Subpackages: libLLVM6 libclang6 - Update to llvm 6.0.1 * This release contains bug-fixes for the LLVM 6.0.0 release. It is API and ABI compatible with 6.0.0. - Remove no longer needed llvm6-fix-InstCombine.patch - Add lldb-fix-build-with-python-3.7.patch * Fix build with python 3.7 ==== lvm2 ==== Subpackages: liblvm2app2_2 liblvm2cmd2_02 - Fix issuing discard in test mode (bsc#1095960) + bug-1095960_dev_io-no-discard-in-testmode.patch ==== mailman ==== Version update (2.1.28 -> 2.1.29) - update to 2.1.29: * Fixed the listinfo and admin overview pages that were broken ==== make ==== Subpackages: make-lang - pselect-non-blocking.patch: Use a non-blocking read with pselect to avoid hangs (bsc#1100504) ==== mariadb ==== Version update (10.2.15 -> 10.2.16) Subpackages: libmysqld19 mariadb-client mariadb-errormessages - update to 10.2.16 GA * notable changes: * MDEV-13122: mariabackup now supports MyRocks * MDEV-13779 - InnoDB fails to shut down purge workers, causing hang * MDEV-16267 - Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.\ TABLE_NAME * MDEV-13834 - Upgrade failure from 10.1 innodb_encrypt_log * MDEV-16283 - ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffer pool * MDEV-16376 - ASAN: heap-use-after-free in gcol.innodb_virtual_debug * MDEV-15824 - innodb_defragment=ON trumps innodb_optimize_fulltext_only=ON in OPTIMIZE TABLE * MDEV-16124 - fil_rename_tablespace() times out and crashes server during table-rebuilding ALTER TABLE * MDEV-16416 - Crash on IMPORT TABLESPACE of a ROW_FORMAT=COMPRESSED table * MDEV-16456 - InnoDB error "returned OS error 71" complains about wrong path * MDEV-13103 - Deal with page_compressed page corruption * MDEV-16496 - Mariabackup: Implement --verbose option to instrument InnoDB log apply * MDEV-16087 - Inconsistent SELECT results when query cache is enabled * MDEV-15114 - ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_equal (fix for indexed virtual columns) * fixes for the following security vulnerabilities: none * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10216-release-notes https://mariadb.com/kb/en/library/mariadb-10216-changelog - refresh mariadb-5.5.28-install_db-quiet.patch - refresh mariadb-10.2.9-galera_cnf.patch - pack wsrep_sst_rsync_wan file to galera subpackage - update suse_skipped_tests.list ==== meanwhile ==== - Add meanwhile-1.0.2-add-status-flags.patch: Add flag in status enum for mobile users, by Christopher O'Brien. - Add meanwhile-use-libtommath.patch: Use LibTomMath as an MPI instead of the bundled code (boo#1086826, deb#764494). - Add meanwhile-fix-warnings.patch: Fix various warnings, including a find by Torrey McMahon (a function that is declared void but yet returns a value). - Add meanwhile-fix-groupchat.patch: Fix for group chat crashes with IBM Notes version 8.5.1, by Jonathan Rice (pidgin#12637). - Add meanwhile-fix-filetransfer.patch: Fix file transfers with recent Sametime servers, by Mikael Berthe. - Add meanwhile-workaround-status-timestamp.patch: Fix Awareness status timestamps with recent Sametime clients, by Mikael Berthe. - Disable mw_debug_mailme output. - Move the Changelog file to the main package. - Spec cleanup. ==== mhvtl ==== Version update (1.53_release_k4.17.9_1 -> 1.53_release_k4.17.11_1) - Remove redundant %clean section. Replace unnecessary %__ macro indirections. Fix erroneous description (was copy-pasted from open-iscsi?) - Update SPEC file to correctly handle lib64 vs lib for ppc ==== mozc ==== Subpackages: fcitx-mozc ibus-mozc ibus-mozc-candidate-window mozc-gui-tools - add gcc-8.1-ZeroQueryDict-iterator.patch * fix a build error with gcc 8 - add excludearch for ppc/ppc64/s390/s390x as the code assumes little endian all over the place (bsc#1086763) - update 2.18.2612.102 * fixed unexpected size bloat of the APK * fixed duplicate candidates after undo * fixed suggestion-only user dictionary entry may not work * fixed abbreviation user dictionary entry may not work * fixed suppression word may not work * fixed single character noun user dictionary entry may not work - fcitx-mozc updated to 2.18.2612.102 * dropped patch: fcitx-mozc-2.17.2102.102.1.patch * added patch: fcitx-mozc-2.18.2612.102.1.patch - protobuf updated to 3.1.0 * dropped patch: protobuf-atomic.patch, upstreamed * dropped patch: protobuf-generic-atomic.patch, upstreamed - gyp updated to latest master@940a15e - added patch: mozc-gen_zip_code_seed_py.patch - Disable fcitx on SLE again. - fix unnecessary "BuildRequires: protobuf-devel" - remove ExcludeArch as related failure caused by workaround - remove workaround https://llvm.org/bugs/show_bug.cgi?id=22248 in spec as now using gcc not clang. remove mozc-stack-protector.patch - Add mozc-build-gcc.patch, Force mozc build with gcc(g++). Exclude PPC, PPC64, PPC64LE and AARCH64 build target.(bsc#990844) - Update Japanese zip code / address table (June 2016) - Upstream update to 2.17.2313.102 * "-j" option is deprecated * Calculator supports inputs starting with "=" * ibus-mozc supports "icon_prop_key" and input mode labels are shown on tray icon * Minor updates and refactoring - Update ibus-provide-layout-variations.patch - Update mozc-ninja-verbose-build.patch - Upstream update to 2.17.2123.102 * Update system dictionary * Support rule-based zero query suggestion in 2.16.2080.102 * GYP repository is switched from code.google.com to chromium.googlesource.com * Fix: ibus predict window is shown at the previous cursor position * Fix: Preedit and candidate changes buffer modification flag * Fix a typo * Fix: Possible build failure due to missing dependency on commands_proto from key_info_util * Fix: ibus-mozc should enable undo-commit if and only if IBUS_CAP_SURROUNDING_TEXT is set * ibus-mozc no longer tries to align suggestion window to the left edge of the composing text - add fcitx-mozc-2.17.2102.102.1.patch - remove fcitx-mozc-2.16.2037.102.2.patch - Specify GYP_DEFINES="use_libzinnia=1" to link to system-installed Zinnia - Fix ibus-mozc does not allow to remove tha last character of preedit text on Qt5 application * workaround for the Qt5 bug (boo#947013) * Add ibus-qt5-hide_preedit_text-workaround.patch - Enable PowerPC builds. * Add generic atomics on Power (protobuf-generic-atomic.patch , protobuf-atomic.patch) * Workaround llvm bug https://llvm.org/bugs/show_bug.cgi?id=22248 (mozc-stack-protector.patch) - ExcludeArch ppc ppc64 ppc64le because no support in third_party/protobuf/src/google/protobuf/stubs/ atomicops - add fcitx-mozc-2.16.2037.102.2.patch - add mozc-ninja-verbose-build.patch - update gyp 20150628 - use-libprotobuf=0 for internal protobuf to workaround system one's symbol undefined errors caused by gcc-5 - Upstream update to 2.16.2037.102 * Fix: Inconsistency between suggestion candidates and conversion candidates * add llvm-clang as build dependence - Upstream update to 2.16.2020.102 * Fix Noisy candidate "itsumo" due to language aware conversion * Fix AssertionError in gen_zip_code_seed.py - Upstream update to 2.16.2003.102 * Updated main dictionary, Emoji dictionary, emoticon dictionary, and single kanji dictionary * Fix IME crashes when using US International hardware keyboard * Fix ibus-mozc + XIM: preedit text is not cleared after preedit commit triggered by focus change * Fix An empty word can be suggested in the candidate list - Remove boo906143-revert-session.patch: Merged by upstream - Update gyp to r2012 - Add boo906143-revert-session.patch * Fix pre-edit is not reset after focus lost (boo#906143) - Upstream update to 1.15.1917.102 * Fix Warning message from keymap editor should be updated - Upstream update to 1.15.1895.102 * Fix Partial suggestion for numbers are not annotated by - Upstream update to 1.15.1868.102 * Fix 'Set input mode to X' commands do not work during "Direct Input" mode - Upstream update to 1.15.1856.102 * Several internal changes and changes for other platforms - Upstream update to 1.15.1834.102 * Use Ninja for building - Upstream update to 1.15.1814.102 * Fix wring key mapping for Numpad-End in mozc.el * Fix dropping candidats unexpectedly * Fix preceding text is not correctly extracted by ibus-mozc * Fix undo-commit (MS IME keybind) is not functional in ibus-mozc - Update fcitx-mozc - Update gyp to r1957 - Upstream update to 1.15.1785.102 * Change fcitx-mozc-1.13.1651.102.1.patch to a tar.bz2 archive * Fix wrong event handling in emacs-mozc and improve LEIM support - Drop fix-initial-input-mode.patch * merged by upstream - Enable the zip-code dictionary feature - Upstream update to 1.13.1651.102 * Refactor placeholder management * Fix specify _NET_WM_WINDOW_TYPE to mozc_renderer * Fix header-line-format breaks candidate window on Emacs 24 - Upstream update to 1.12.1599.102 * Fix Wrong conversion caused by number rewriter * Reduce the file size of connection.txt * Fix a crash issue in keyevent handling at mozc.el * Remove Chromium OS specific code from ibus-mozc * Support gyp r1667 and later * Support IBus 1.5.4 * Update dictionary * Support Adobe Reader and Adobe Flash running under protected mode on Windows * Extend "did you mean" feature as pseudo direct mode - Update fcitx-mozc - Drop support-input-purpose.patch * merged by upstream - Refresh patches * ibus-provide-layout-variations.patch * fix-initial-input-mode.patch - Update gyp to r1829 - Fix typed password is shown on GNOME lock screen bnc#847718 * Add support-input-purpose.patch - Fix config button is disabled on GNOME Control Center rh#904625 - Change initial input mode of ibus-mozc to direct input Issue#201 * Add fix-initial-input-mode.patch - Enables keyboard layout variations for ibus-mozc * Add ibus-provide-layout-variations.patch * Supplements the fix above - Upstream update to 1.11.1522.102 * Enable to customize ibus-mozc * Add session command for ConvertPrevPage and ConvertNextPage - Update fcitx-mozc * Support usage of conversion candidates * Support paging - Add a source archive of gyp removed from the Mozc tree - Clean up the spec file - Upstream update to 1.11.1502.102 * Fixes cursor movement issue on Emacs 24 * Support numpad keys in mozc.el * Support GCC 4.8.0 * Fix build failure when use_libprotobuf=1 is specified * Support Emacs 24 in mozc.el * Support surrounding text * Enable to configure document directory and/or Zinnia model file path * Update dictionary - Update fcitx-mozc * Add Germany translation - Drop patches merged by upstream * mozc-gcc48.patch * fix-use_libprotobuf.patch - fixed build with gcc 4.8 * mozc-gcc48.patch - upstream update to 1.10.1390.102 * mozc_renderer now checks physycal monitor area * add missing properties for gnome-shell - update fcitx-mozc * bug fixes and usability improvement * new patch: fix-use_libprotobuf.patch absolute path of protobuf, or mozc can't recognize - fix fcitx mozc icons. * Defaults look too ugly that even lose face for openSUSE. - update fcitx-mozc patch to 1.6.1187.102.3 * The license of the patch is changed to BSD-3-Clause (bnc#797954) * Note: the license of Fcitx have exception that add-ons of Fcitx need not obey GPL * update translation * update key translate - Wrap description at 70 cols - Remove unnecessary ldconfig call for fcitx-mozc (it is a plugin without any SONAME links) - add provides locale to make ibus-mozc and fcitx-mozc default packages for Japanese - clean up the spec file - add Recommends ibus-mozc-candidate-window - update to version 1.6.1187.102 * scim_mozc is removed * 'Preference' button is added on the setup dialog of IBus * minor updates and refactoring - activate mozc_renderer and add new package ibus-mozc-candidate-window - remove unneeded BuildRequires - update to version 1.5.1090.102 * Add a workaround against QTBUG-25536 ( Issue 158 ) * 'mozc_renderer' on Linux (a.k.a. 'gtk_renderer') ( Issue 145 ): * Experimental option (--enable_gtk_renderer) has been deprecated and 'mozc_renderer' is now enabled by default on Linux. You can still remove the dependencies to mozc_renderer as follows. GYP_DEFINES=enable_gtk_renderer=0 python build_mozc.py gyp - update to version 1.5.1053.102 * 'libcurl4-openssl-dev' is replaced with 'libssl-dev' in the build dependencies on Linux. * 'emacs-mozc' now works correctly even when the Homonym dictionary is enabled. ( Issue 146 ) * 'mozc_renderer' on Linux (a.k.a. 'gtk_renderer') (Issue 145): - 'libgtk2.0-dev' is now required to build 'mozc_renderer' on Linux. - 'ibus-mozc' now checks if 'mozc_renderer' exists along with 'mozc_server' or not. If 'mozc_renderer' does not exist, 'ibus-mozc' behaves as if - -enable_gtk_renderer was not specified. - Now 'mozc_renderer' can be built with GLib >=2.31.0. - Now 'mozc_renderer' automatically adjusts its window location on the edge of the display. - Now 'mozc_renderer' uses custom font settings of IBus-panel if available. - The position of candidate window no longer be disturbed by some background applications such as GNU Emacs23, which periodically issue set_cursor_position message even when they are background. - Now 'ibus-mozc' uses IBus candidate window if the application does not have the capability to show preedit string such as Emacs23 or xterm. - clean up the spec file - remove an unnecessary patch - Upstream update (1.4.1033.102) * supports Hiragana and Katakana key * mozc.el supports PageUp and PageDown key - add fcitx im framework support. * %if %{with_fcitx} makes it conditional. - Upstream update (1.4.1003.102) * support IBus 1.4.1 * fix some minor bugs - Upstream update (1.3.975.102) * fix bug IME_ON/OFF are not displayed on a key map window * fix crash bugs triggered by commit - Upstream update (1.3.930.102) * fix memory leak in scim-mozc * fix bugs of reconversion - Upstream update (1.3.911.102) * New: undo, reconversion for IBus * improve the menus on IBus language bar * change ibus-mozc rank to 80; mozc can be preloaded by default * fix Eisu toggle key issue for emacs * fix crash problem on scim - Upstream update * New: romaji spelling correction * New: search feature in the dictionary tool * fixed some minor bugs - Removed build dependency on "gtest". - Packaged an emacs macro and separated gui tools into a subpackage - Upstream update (1.1.773.102) - Initial import * Upstream version: 1.1.758 * I refered to kazukado's and xkitty68's packages. ==== mutter ==== Version update (3.28.2+20180526.abc7ad8e9 -> 3.28.3+20180719.62660bbd1) Subpackages: libmutter-2-0 mutter-data mutter-lang - Update to version 3.28.3+20180719.62660bbd1: + gpu-kms: Don't crash if drmModeGetResources returns NULL. + Bump version to 3.28.3. + monitor-manager: Add back warning messages. + screen-cast-src: Allow negotiating the framerate. + contraints: Do not constrain modals without parent. + backends: - Add logical monitor -> monitor -> output -> crtc ref chain. - Move MetaOutput::crtc field into private struct. + renderer-native: Don't crash if the FB surface can't be locked. + device-manager-evdev: - Add main seat to seats by default. - Free the main seat on finalize. - Set and unset the stage for the main seat too. + clutter-device-evdev: Get devices from main seat if no real seat is set. + clutter-seat-evdev: Add function to get device by id. ==== mxml ==== Version update (2.10 -> 2.11) Subpackages: libmxml1 - Update to version 2.11: * CDATA nodes now omit the trailing "]]" for convenience (gh#michaelrsweet/mxml#170). * Fixed a memory leak in mxmlDelete (gh#michaelrsweet/mxml#183) * mxmlElementSetAttrf did not work with some versions of Visual Studio (gh#michaelrsweet/mxml#184) * Added mxmlElementGetAttrByIndex and mxmlELementGetAttrCount functions (gh#michaelrsweet/mxml#185) * The configure script now properly supports cross-compilation (gh#michaelrsweet/mxml#188) * The mxmldoc utility now supports generation of EPUB files (gh#michaelrsweet/mxml#189) * The mxmldoc utility now supports the SOURCE_DATE_EPOCH environment variable for reproducible builds (gh#michaelrsweet/mxml#193) * The mxmldoc utility now supports Markdown (gh#michaelrsweet/mxml#194) * Fixed writing of custom data values (gh#michaelrsweet/mxml#201) * Added mxmlNewOpaquef and mxmlSetOpaquef functions to add and set formatted opaque string values. * The mxmldoc utility scanned and loaded descriptive text differently, causing the detailed descriptions ("discussion") to be lost in generated documentation. * The mxmldoc utility now supports @exclude format@ comments to exclude documentation based on the output format. The format string can be all to exclude documentation for all formats or a comma-delimited list such as @exclude man,html@. - Drop upstreamed patches: * reproducible.path * mxml-2.3-nobinstrip.patch - Clean spec file. ==== openconnect ==== Subpackages: openconnect-lang - Modified spec file: only add this BuildRequires on Leap/SLE 15+ (fate#325553). > BuildRequires: pkgconfig(libpskc) ==== openpgm ==== - Add baselibs.conf: build -32bit packages, which are needed by zeromq's -32bit implementation. ==== oprofile ==== Version update (1.2.0 -> 1.3.0) Subpackages: libopagent1 - Update to version 1.3.0 - New/updated Processor Support for Intel Goldmont Plus - Minor bug fixes Release notes: http://oprofile.sourceforge.net/release-notes/oprofile-1.3.0 ==== pango ==== Version update (1.42.1 -> 1.42.2) Subpackages: libpango-1_0-0 libpango-1_0-0-32bit typelib-1_0-Pango-1_0 - Update to version 1.42.2: + Require harfbuzz 1.4.2. + Restore scaling of CoreText fonts. + Speed up font face enumeration. + Add a pango-list utility. - Drop pango-use-non_deprecated-libthai-API.patch: Fixed upstream. ==== patterns-base ==== Subpackages: patterns-base-apparmor patterns-base-apparmor_opt patterns-base-base patterns-base-basesystem patterns-base-console patterns-base-enhanced_base patterns-base-enhanced_base_opt patterns-base-minimal_base patterns-base-minimal_base_conflicts patterns-base-sw_management patterns-base-transactional_base patterns-base-x11 patterns-base-x11_opt patterns-base-x86 - Make transactional_base pattern available for SLE (fate#326327) ==== patterns-devel-base ==== Subpackages: patterns-devel-base-devel_basis patterns-devel-base-devel_kernel patterns-devel-base-devel_rpm_build patterns-devel-base-devel_web - correctly source the files for 32bit patterns - obsolete old SLES/SLED development patterns (bsc#1070151) ==== pcre2 ==== Subpackages: libpcre2-16-0 libpcre2-8-0 - Drop conditions for old distributions - Do profile guided build ==== perl-DBD-CSV ==== Version update (0.49 -> 0.53) - updated to 0.53 0.53 - 2018-05-20, H.Merijn Brand * No folder scanning during automated tests * Fix col_names set to empty [] incorrectly skipping first row (issue#6) (Ronald Schmidt) * Small doc fix (Ronald Schmidt) * Tested on FreeBSD 0.52 - 2018-04-05, H.Merijn Brand * Dot-in-inc (cpantesters) - I missed two 0.51 - 2018-03-24, H.Merijn Brand * Dot-in-inc (cpantesters) ==== perl-FileHandle-Unget ==== Version update (0.1628 -> 0.1634) - updated to 0.1634 see /usr/share/doc/packages/perl-FileHandle-Unget/CHANGES Version 0.1634: - Fix Makefile.PL warning - Fix deleting of inc during release process - Better fix for AutomatedTester warning Version 0.1632: - Updating META.yml Version 0.1632: - Switch to File::Slurper - updated to 0.1631 see /usr/share/doc/packages/perl-FileHandle-Unget/CHANGES - updated to 0.1629 see /usr/share/doc/packages/perl-FileHandle-Unget/CHANGES ==== perl-Mail-Mbox-MessageParser ==== Version update (1.5105 -> 1.5111) - updated to 1.5111 see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES Version 1.5111: - Ensure that temp file is created in temp dir - Fix Makefile.PL warning - Fix deleting of inc during release process - Better fix for AutomatedTester warning Version 1.5110: - Updating META.yml Version 1.5109: - Switch to File::Slurper Version 1.5108: - Trying once again to fix the compile test on windows Version 1.5107: - Check in standard tests, including one that skips the compile check on Windows - updated to 1.5106 see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES ==== perl-Net-DNS ==== Version update (1.15 -> 1.17) - updated to 1.17 see /usr/share/doc/packages/perl-Net-DNS/Changes - updated to 1.16 see /usr/share/doc/packages/perl-Net-DNS/Changes ==== perl-XML-LibXML ==== - add parser to ParserDetails.ini ==== perl-XML-SAX ==== - Install a %ghost ParserDetails.ini and add pureperl to it ==== perl-XML-SAX-Expat ==== - install the parser into ParserDetails.ini ==== polari ==== Version update (3.28.0 -> 3.28.1) Subpackages: polari-lang typelib-1_0-Polari-1_0 - Update to version 3.28.1: + Add Rizon to list of predefined networks. + Misc. bug fixes. + Updated translations. ==== publicsuffix ==== Version update (20180523 -> 20180719) - Update to version 20180719: * Remove .IWC * Update Kuwait's ccTLD (.kw) * htts://www.transip.nl => https://www.transip.nl * Remove MEO and SAPO ==== python-gobject2 ==== - Use python_sitearch instead of deprecated py_sitedir. ==== python-gst ==== Version update (1.14.1 -> 1.14.2) - Update to version 1.14.2: + No changes, versionbump only. ==== python-libvirt-python ==== Version update (4.4.0 -> 4.5.0) - Update to 4.5.0 - Add all new APIs and constants in libvirt 4.5.0 ==== python-parso ==== - Drop dependency on tox, not really needed ==== rubygem-mysql2 ==== Version update (0.4.10 -> 0.5.2) - updated to version 0.5.2 see installed CHANGELOG.md - updated to version 0.5.1 see installed CHANGELOG.md - updated to version 0.5.0 see installed CHANGELOG.md ==== sddm ==== Subpackages: sddm-branding-openSUSE - Disable ReuseSession=true for now (boo#1102832, kde#391253) ==== sendmail ==== Subpackages: libmilter1_0 - Replace exec rm by delete/print. ==== spice ==== - Avoid buffer overflow on image lz cheks (CVE-2018-10893, bsc#1101295) Added patches: 0001-lz-Avoid-buffer-reading-overflow-checking-for-image-.patch 0002-lz-More-checks-on-image-sizes.patch ==== totem ==== Version update (3.26.1 -> 3.26.2) Subpackages: nautilus-totem totem-lang totem-plugins - Update to version 3.26.2: + Fix OpenSubtitles dialogue not opening. + Fix error early in build when vala is not available. ==== virt-viewer ==== Version update (6.0 -> 7.0) - Update to virt-viewer version 7.0 virt-viewer-7.0.tar.gz - Require spice-gtk >= 0.35 - Clarify error message when no running VM is found - Improve check for libgovirt requirements - Support "-" as a URI for input connection file - Remove support for spice controller interface - Misc man page fixes - Lookup win32 translations relative to install dir - Position connect window in center not top-left - Misc fixes for ovirt foreign menu support - Drop 140cb84c-remote-viewer-remove--spice-controller.patch bf39970a-virt-viewer.spec.in-fix-build-after-spice-xpi-client-removal.patch virtview-fix-configure-after-spice-controller-removal.patch ==== woff2 ==== Subpackages: libwoff2common1_0_2 libwoff2dec1_0_2 - Add woff2-fix-overflow-when-decoding-glyf.patch: Check for overflow when decoding glyf. - Add libwoff2dec1_0_2 and libwoff2enc1_0_2 to baselibs.conf too. ==== xfsdump ==== Version update (3.1.6 -> 3.1.8) - xfsdump: rename READ/WRITE macros in rmtlib (bsc#1093014). * Added xfsdump-rename-READ-WRITE-macros-in-rmtlib.patch. - Updated source location and keyring to kernel.org archives - Requires dependency on xz for SLE11 - Update to version 3.1.8: - common/main.c: Include - common/types.h: explicitly define NBBY (bits per byte) - cleanup: Kill __[u]int*_t types - dump/var.c: Include for PATH_MAX - librmt/rmtopen: Prefer over - common/main.c: Replace nonstandard SIGCLD by SIGCHLD - dump/content.c: Include for XATTR_LIST_MAX - invutil/invidx: include for O_CREAT - Update to version 3.1.7: - xfsdump: fix race condition between lseek() and read()/write() - xfsdump: Fix memory leak - fix build on 32-bit platforms * Removed xfsdump-fix-build-on-32-bit-platforms.patch - xfsdump: handle bind mount targets ==== yast2-dns-server ==== Version update (4.0.3 -> 4.0.4) - Reload the configuration only if the service is running but do not restart the service. (bsc#1102235) - 4.0.4 ==== yast2-snapper ==== Version update (4.0.2 -> 4.0.4) - Use the correct snapshot number when restoring selected massively (bsc#956955) - 4.0.4 - Do not translate items of snapshot combo box. (bsc#1086633) - 4.0.3 ==== yast2-update ==== Version update (4.0.17 -> 4.1.0) - Wrong fstype "Windows Data Partition" will not be shown anymore for partition which are suggested for upgrade. (bsc#1079034) - 4.1.0 ==== zeromq ==== Subpackages: libzmq5 zeromq-tools - Add baselibs.conf: build libzmq5-32bit, as it is a required dependency to libavfilter7-32bit (i.e ffmpeg 4).