Packages changed: Mesa Mesa-drivers apache2 (2.4.41 -> 2.4.43) elementary-xfce-icon-theme (0.15+git0.6fc555d6 -> 0.15+git6.098bd333) ffmpeg-4 file-roller gjs (1.58.5 -> 1.58.6) gnome-control-center (3.34.4 -> 3.34.5) gnome-desktop (3.34.4 -> 3.34.5) gnome-music (3.34.4 -> 3.34.5) gnome-shell (3.34.4+4 -> 3.34.5) gnu-unifont-bitmap-fonts (12.1.04 -> 13.0.01) iproute2 (5.5.0 -> 5.6.0) kernel-source (5.6.0 -> 5.6.2) libimobiledevice (1.2.0+git20200220.3d8d13f -> 1.2.0+git.20200330) libmanette (0.2.3 -> 0.2.4) libnetfilter_conntrack (1.0.7 -> 1.0.8) libnftnl (1.1.5 -> 1.1.6) live555 (2019.06.28 -> 2020.03.06) mariadb mutter (3.34.4 -> 3.34.5) nagios nftables (0.9.3 -> 0.9.4) pciutils (3.6.2 -> 3.6.4) perl-common-sense (3.74 -> 3.75) pipewire (0.3.1+48 -> 0.3.2) python-distro (1.4.0 -> 1.5.0) python-typing_extensions (3.7.4.1 -> 3.7.4.2) python-zope.component (4.6 -> 4.6.1) re2 (20200303 -> 20200401) rsibreak (0.12.12 -> 0.12.13) salt spacenavd (0.6 -> 0.7.1) speech-dispatcher xfce4-clipman-plugin (1.6.0 -> 1.6.1) === Details === ==== Mesa ==== Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch * Fix Weston launch on tumbleweed by backporting commit bfb9c08e ==== Mesa-drivers ==== Subpackages: Mesa-dri Mesa-dri-nouveau Mesa-gallium Mesa-libva libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_intel libvulkan_radeon libxatracker2 - U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch * Fix Weston launch on tumbleweed by backporting commit bfb9c08e ==== apache2 ==== Version update (2.4.41 -> 2.4.43) Subpackages: apache2-doc apache2-example-pages apache2-prefork apache2-utils - declare ap_sock_disable_nagle to fix loading mod_proxy_http2 (thanks to mliska@suse.com) - modified patches % httpd-visibility.patch (refreshed) - version update to 2.4.43 * ) mod_ssl: Fix memory leak of OCSP stapling response. [Yann Ylavic] * ) mod_proxy_http: Fix the forwarding of requests with content body when a balancer member is unavailable; the retry on the next member was issued with an empty body (regression introduced in 2.4.41). PR63891. [Yann Ylavic] * ) mod_http2: Fixes issue where mod_unique_id would generate non-unique request identifier under load, see . [Michael Kaufmann, Stefan Eissing] * ) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}. PR64140. [Renier Velazco ] * ) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info". PR64172. * ) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] * ) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] * ) mpm_event: avoid possible KeepAliveTimeout off by -100 ms. [Eric Covener, Yann Ylavic] * ) Add a config layout for OpenWRT. [Graham Leggett] * ) Add support for cross compiling to apxs. If apxs is being executed from somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett] * ) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github issue mod_md#172 (https://github.com/icing/mod_md/issues/172). [Michael Kaufmann , Stefan Eissing] * ) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+. [Graham Leggett] * ) mod_ssl: Support use of private keys and certificates from an OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile. [Anderson Sasaki , Joe Orton] * ) mod_md: - Prefer MDContactEmail directive to ServerAdmin for registration. New directive thanks to Timothe Litt (@tlhackque). - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now check all matching virtual hosts for protocol support. Thanks to @mkauf. - Corrected a check when OCSP stapling was configured for hosts where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm). - Softening the restrictions where mod_md configuration directives may appear. This should allow for use in and sections. If all possible variations lead to the configuration you wanted in the first place, is another matter. [Michael Kaufmann , Timothe Litt (@tlhackque), Michal Karm Babacek (@Karm), Stefan Eissing (@icing)] * ) test: Added continuous testing with Travis CI. This tests various scenarios on Ubuntu with the full test suite. Architectures tested: amd64, s390x, ppc64le, arm64 The tests pass successfully. [Luca Toscano, Joe Orton, Mike Rumph, and others] * ) core: Be stricter in parsing of Transfer-Encoding headers. [ZeddYu , Eric Covener] * ) mod_ssl: negotiate the TLS protocol version per name based vhost configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's SSLProtocol (from the first vhost declared on the IP:port) is now only relevant if no SSLProtocol is declared for the vhost or globally, otherwise the vhost or global value apply. [Yann Ylavic] * ) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script output. PR 64096. [Joe Orton] * ) config: Speed up graceful restarts by using pre-hashed command table. PR 64066. [Giovanni Bechis , Jim Jagielski] * ) mod_systemd: New module providing integration with systemd. [Jan Kaluza] * ) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table, r:notes_table, r:subprocess_env_table as read-only native table alternatives that can be iterated over. [Eric Covener] * ) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] * ) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env, r.headers_out, etc) to remove the key from the table. PR63971. [Eric Covener] * ) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct` always `on`, regardless of configuration. Found and reported by and . [Stefan Eissing] * ) mod_http2: Multiple field length violations in the same request no longer cause several log entries to be written. [@mkauf] * ) mod_ssl: OCSP does not apply to proxy mode. PR 63679. [Lubos Uhliarik , Yann Ylavic] * ) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 [Jim Jagielski] * ) mod_authn_socache: Increase the maximum length of strings that can be cached by the module from 100 to 256. PR 62149 [] * ) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 [Ruediger Pluem, Eric Covener] * ) core: On Windows, fix a start-up crash if is used with a path that is not valid (For example, testing for a file on a flash drive that is not mounted) [Christophe Jaillet] * ) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not acceptable". PR 58158 [Chistophe Jaillet] * ) mod_md v2.2.3: - Configuring MDCAChallenges replaces any previous existing challenge configuration. It had been additive before which was not the intended behaviour. [@mkauf] - Fixing order of ACME challenges used when nothing else configured. Code now behaves as documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this. - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik]. - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted "transfer-encoding" to POST requests. This failed in directy communication with Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing] * ) mod_md: Adding the several new features. The module offers an implementation of OCSP Stapling that can replace fully or for a limited set of domains the existing one from mod_ssl. OCSP handling is part of mod_md's monitoring and message notifications. If can be used for sites that do not have ACME certificates. The url for a CTLog Monitor can be configured. It is used in the server-status to link to the external status page of a certicate. The MDMessageCmd is called with argument "installed" when a new certificate has been activated on server restart/reload. This allows for processing of the new certificate, for example to applications that require it in different locations or formats. [Stefan Eissing] * ) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS protection. PR 63688. [Armin Abfalterer ] - deleted patches - apache2-load-private-keys-from-pkcs11.patch (upstreamed) - httpd-2.4.3-mod_systemd.patch (upstreamed) ==== elementary-xfce-icon-theme ==== Version update (0.15+git0.6fc555d6 -> 0.15+git6.098bd333) - Update to version 0.15+git6.098bd333: * Fix nm-applet vpn symbolic and 16px panel icons - Update to version 0.15+git4.5862aab7: * Fix text-editor and software-updater icons used in help dialogs * Fix xfce4-terminal and blueman icons used in help dialogs ==== ffmpeg-4 ==== Subpackages: libavcodec58 libavdevice58 libavfilter7 libavformat58 libavresample4 libavutil56 libpostproc55 libswresample3 libswscale5 - Add Samba support for Factory (as this needs a fix in Samba itself) Add --enable-libsmbclient to configure, add BR on pkgconfig(smbclient) - License is now GPLv3+ by default (--enable-version3) ==== file-roller ==== Subpackages: file-roller-lang - Add gcc-fno-common-fix.patch in order to fix boo#1160390. ==== gjs ==== Version update (1.58.5 -> 1.58.6) Subpackages: libgjs0 typelib-1_0-GjsPrivate-1_0 - Update to version 1.58.6: + Various backports: - Correctly handle vfunc inout parameters. - Fix failed redirect of output in CommandLine tests. - Avoid filename conflict when tests run in parallel. ==== gnome-control-center ==== Version update (3.34.4 -> 3.34.5) Subpackages: gnome-control-center-color gnome-control-center-goa gnome-control-center-lang gnome-control-center-user-faces - Update to version 3.34.5: + Remove some dead code. + Display: Fix resolution options getting stuck in a low resolution. + Network: - Print warning if failed to save to libsecret. - Handle security combo box being not selected correctly. - Fix small memory leaks. + Sharing: Fix small memory leak. + User Accounts: - Fix uninitialized variable. - Fix small memory leak. + Updated translations. ==== gnome-desktop ==== Version update (3.34.4 -> 3.34.5) Subpackages: gnome-desktop-lang gnome-version libgnome-desktop-3-18 libgnome-desktop-3_0-common typelib-1_0-GnomeDesktop-3_0 - Update to version 3.34.5: + Updated translations. ==== gnome-music ==== Version update (3.34.4 -> 3.34.5) Subpackages: gnome-music-lang - Update to version 3.34.5: + Restore smart playlists updates. + Various crash and bugfixes. + Bugs fixed: - Properly load tracker plugin. - Stop a deleted playlist if it is playing. - Fix crash in FlowBox allocations in SearchView. - Reset count of a smart playlist when all songs are removed. ==== gnome-shell ==== Version update (3.34.4+4 -> 3.34.5) Subpackages: gnome-shell-calendar gnome-shell-lang - Update to version 3.34.5: + Leave overview when locking the screen. + Avoid IO on the main thread. + Fix OSK layout fallback for unsupported variants. + Fix high-contrast/symbolic icon mix-up. + Misc. bug fixes and cleanups. + Updated translations. - Switch to using explicit released tag in _service. ==== gnu-unifont-bitmap-fonts ==== Version update (12.1.04 -> 13.0.01) - unifont 13.0.01: * New glyphs and updates to Arabic * Modifications to geometric shapes * Glyphs for Unicode 13.0.0 additions * Glyphs for various exotic scripts ==== iproute2 ==== Version update (5.5.0 -> 5.6.0) - Update to release 5.6 * ip link: show permanent hardware address * ip link: add support for STP xstats * ip link: bond: print LACP actor/partner oper states as strings * tc: Add support for ETS Qdisc * ip: xfrm: add espintcp encapsulation * tc: add support for FQ-PIE packet scheduler ==== kernel-source ==== Version update (5.6.0 -> 5.6.2) Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms - bpf: update jmp32 test cases to fix range bound deduction (bnc#1012628). - serial: sprd: Fix a dereference warning (bnc#1012628). - vt: selection, introduce vc_is_sel (bnc#1012628). - vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines (bnc#1012628). - vt: switch vt_dont_switch to bool (bnc#1012628). - vt: vt_ioctl: remove unnecessary console allocation checks (bnc#1012628). - vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console (bnc#1012628). - vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628). - platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table (bnc#1012628). - Linux 5.6.2 (bnc#1012628). - commit 8dfb75b - Linux 5.6.1 (bnc#1012628). - media: v4l2-core: fix a use-after-free bug of sd->devnode (bnc#1012628). - media: xirlink_cit: add missing descriptor sanity checks (bnc#1012628). - media: stv06xx: add missing descriptor sanity checks (bnc#1012628). - media: dib0700: fix rc endpoint lookup (bnc#1012628). - media: ov519: add missing endpoint sanity checks (bnc#1012628). - libfs: fix infoleak in simple_attr_read() (bnc#1012628). - ahci: Add Intel Comet Lake H RAID PCI ID (bnc#1012628). - staging: wfx: annotate nested gc_list vs tx queue locking (bnc#1012628). - staging: wfx: fix init/remove vs IRQ race (bnc#1012628). - staging: wfx: add proper "compatible" string (bnc#1012628). - staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback (bnc#1012628). - staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb (bnc#1012628). - staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table (bnc#1012628). - staging: kpc2000: prevent underflow in cpld_reconfigure() (bnc#1012628). - media: usbtv: fix control-message timeouts (bnc#1012628). - media: flexcop-usb: fix endpoint sanity check (bnc#1012628). - usb: musb: fix crash with highmen PIO and usbmon (bnc#1012628). - USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback (bnc#1012628). - USB: cdc-acm: restore capability check order (bnc#1012628). - USB: serial: option: add Wistron Neweb D19Q1 (bnc#1012628). - USB: serial: option: add BroadMobi BM806U (bnc#1012628). - USB: serial: option: add support for ASKEY WWHC050 (bnc#1012628). - bpf: Undo incorrect __reg_bound_offset32 handling (bnc#1012628). - commit 1675c56 - Refresh patches.suse/media-go7007-Fix-URB-type-for-interrupt-handling.patch. Update upstream status. - commit 96043ad - Refresh patches.suse/mac80211-fix-authentication-with-iwlwifi-mvm.patch. Update upstream status -- merged. - commit 26b6c02 ==== libimobiledevice ==== Version update (1.2.0+git20200220.3d8d13f -> 1.2.0+git.20200330) - Update to version 1.2.0+git.20200330: * Add idevicesetlocation tool * debugserver: Fix argv encoding * Update debug.c to consistently output to stderr * idevicedebug: Rename name-colliding debug_info() to log_debug() * debugserver: Fix whitespace error * debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT * introduces optional `idevice_connection_disable_ssl` with ability not to send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things * Increase timeout for service receive methods * idevicesyslog: Make sure CTRL+C works when waiting for passcode entry * configure.ac: Add checks to ensure libusbmuxd is up-to-date ==== libmanette ==== Version update (0.2.3 -> 0.2.4) - Update to version 0.2.4: + Build system changes: Add the 'introspection' and 'vapi' options, allowing to build without producing GObject Introspection or Vala bindings. + Support hot-plugging in the fallback backend. + Update the game controller mapping database. + Various code cleanups. ==== libnetfilter_conntrack ==== Version update (1.0.7 -> 1.0.8) - Update to release 1.0.8 * conntrack: support for IPS_OFFLOAD ==== libnftnl ==== Version update (1.1.5 -> 1.1.6) - Update to release 1.1.6 * add slave device matching * support for NFTNL_SET_EXPR ==== live555 ==== Version update (2019.06.28 -> 2020.03.06) Subpackages: libBasicUsageEnvironment1 libUsageEnvironment3 libgroupsock8 - Update to version 2020.03.06 (boo#1146283, CVE-2019-15232): + Fixed a problem in "H264or5VideoStreamFramer.cpp" that was allegedly causing problems compiling for Windows. - Changes from version 2020.02.25: + Added full support for the "LIVE555 HLS Proxy" - Changes from version 2020.02.24: + Commented out a line of code that was preventing "RTSPClientConnection" objects from being closed when a RTSP server handles a "TEARDOWN" command (on a RTP-over-TCP stream). - Changes from version 2020.02.23: + Updated our (unicast) RTSP server implementation to handle "PAUSE" commands by calling "stopGettingFrames()" on the input source. + Fixed a bug in "H264or5VideoStreamFramer" that was causing it to not update its presentation times properly following a pause. + Updated "openRTSP" to improve the handling of the "-R " option. - Changes from version 2020.02.11: + Added support for receiving SRTP (encrypted) RTSP streams. - For changes between 2019.06.28 and 2020.02.10, please see the http://www.live555.com/liveMedia/public/changelog.txt. - Rebase live555-fpic.patch. ==== mariadb ==== Subpackages: libmariadbd19 mariadb-client mariadb-errormessages - Add -Wl,-Bsymbolic -Wl,-Bsymbolic-functions to linker flags so that symbols are resolved locally if possible, this will avoid https://bugs.kde.org/show_bug.cgi?id=391362 ==== mutter ==== Version update (3.34.4 -> 3.34.5) Subpackages: libmutter-5-0 mutter-data mutter-lang - Update to version 3.34.5: + Fix visibility of initially hidden windows. + Fix hardware cursor on GPU hotplug. + Fix pasting images from wayland. + Fixed crashes. + Updated translations. - Switch to using explicit released tag in _service. ==== nagios ==== Subpackages: nagios-www - fix boo#1156309, CVE-2019-3698 : Symbolic Link (Symlink) following vulnerability in the cronjob allows local attackers to cause cause DoS or potentially escalate privileges by winning a race. - enhance systemd service: check nagios config before reloading - enable build for SLE11 by excluding some special macros and directories via 'sles_version != 11' condition - add nagios-archive.service and nagios-archive.timer as replacement for the script in cron.weekly: no need for cron on systemd systems - run set_permissions and verifyscript for /etc/cron.weekly on those distributions that need it - enhance rpmlint: ignore empty htpasswd file - enable php apache module and not php5 on newer distributions - try to harden the rcnagios script ==== nftables ==== Version update (0.9.3 -> 0.9.4) Subpackages: libnftables1 - Update to release 0.9.4 * Add a helper for concat expression handling. * Add "typeof" build/parse/print support. ==== pciutils ==== Version update (3.6.2 -> 3.6.4) Subpackages: libpci3 - Update to version 3.6.4: * A new back-end for the GNU Hurd was contributed by Joan Lledó. * When printing VPD item identifiers, non-ASCII characters are escaped. - Changes for version 3.6.3 * `lspci -t' (tree mode) can be combined with `-s' to show a sub-tree. We also fixed potential buffer overflows in the tree dumper. * Cleaned messy code for dumping of I/O, memory, and ROM regions. This helped fixing a bug, which caused some 64-bit regions to be reported as virtual. All flags are now printed after the address (previously, "[virtual]" and "[enhanced]" were before it for no good reason). * Added pci_find_cap_nr() to the library, which handles capabilities which occur multiple times in a single device. * Minor improvements in printing of PCIe capabilities. * We now decode the Multicast and Secondary PCI Express extended capabilities. * The list of capability names available to setpci was updated. * Minor bugs were fixed in FreeBSD and Solaris ports. * We now prefer HTTPS URLs in all documentation * The pci.ids file has a man page. * As usually, updated pci.ids to the current snapshot of the database. - Drop no longer relevant pciutils-3.2.0_update-dist.patch - Do not ship update-pciids script - they are provided via hwdata package and we dont want to override data by other packages ==== perl-common-sense ==== Version update (3.74 -> 3.75) - updated to 3.75 see /usr/share/doc/packages/perl-common-sense/Changes 3.75 Thu Apr 2 09:53:01 CEST 2020 - make build (more) reproducible. - removed "portable" from the warnngs list, as 32 bit perls (as opposed to 32 bit platforms) are practically extinct and it warns about a weird subset of operations, i.e. 64 bit hex() is not ok, 64 bit addition is fine, makes no sense. Moreso, other than hex/oct etc. harassment, there is nothing in this category that could be otherwise useful. ==== pipewire ==== Version update (0.3.1+48 -> 0.3.2) Subpackages: libpipewire-0_3-0 pipewire-modules pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Use the License rpm tag to specify that although most of pipewire is licensed under MIT, the pulseaudio replacement library is licensed under LGPL-2.1+. - Use gcc9 to build in SLE-15 / Leap 15, since at least gcc8 is needed now. - Update to version 0.3.2: + build fixes + Added support for data type negotiation. This makes it possible for a client to say that it can handle DMABuf and MemFd and then let the server select a compatible format. + Handle errors when enumerating parameters better. + Add support for rate, format, channels and period_bytes to the alsa config file to restrict what alsa apps can negotiate. + Fix JACK midi output. + Optimizations in common audio format conversions using AVX2. Small optimizations to plugins. + Change the vulkan compute example to an MIT licensed shader. + Remove some hardcoded defaults in the audio and video processing and use the values from the processing context. This also fixes the vulkan example. + Correct the documentation and defaults in the daemon config file. + Fix alsa and v4l2 buffer recycle. A paused client could cause the server to leak all buffers. + Remove some warnings that should be ignored. + Fix a crash in the bluez5 plugins. + Try to select higher quality formats first when negotiating a format with an audio device. + Fix an infinite loop in udev detection in some cases. + Add non-interactive mode to pw-cli. You can now just do "pw-cli ls Port" to get a listing of all ports. pw-cli will now also connect to the default server by default and has options to select a different server. + Allow the server to go up to the maximum quantum (8192 samples or ~=180ms) if a client explicitly wants this. ==== python-distro ==== Version update (1.4.0 -> 1.5.0) - Update to 1.5.0: * Backward Compatibility: + Keep output as native string so we can compatible with python2 interface * Bug Fixes: + Fix detection of RHEL 6 ComputeNode [#255] + Fix Oracle 4/5 lsb_release id and names [#250] + Ignore /etc/plesk-release file while parsing distribution ==== python-typing_extensions ==== Version update (3.7.4.1 -> 3.7.4.2) - update to version 3.7.4.2 * official support for Python 3.8 and 3.9 ==== python-zope.component ==== Version update (4.6 -> 4.6.1) - version update to 4.6.1 - Ensure the resolution order of ``BaseGlobalComponents`` is consistent. See `issue 45 `_. ==== re2 ==== Version update (20200303 -> 20200401) - Updat to version 2020-04-01: * Update Unicode data to 13.0.0 * Include the pattern length in "DFA out of memory" errorrs ==== rsibreak ==== Version update (0.12.12 -> 0.12.13) Subpackages: rsibreak-lang - Update to 0.12.13: * Fix crash in some configurations * Translation improvements * Minor code cleanup ==== salt ==== Subpackages: python3-salt salt-master salt-minion - Enable building and installation for Fedora - Disable python2 build on Tumbleweed We are removing the python2 interpreter from openSUSE (SLE16). As such disable salt building for python2 there. - Sanitize grains loaded from roster_grains.json cache during "state.pkg" - Added: * fix-load-cached-grain-osrelease_info.patch - Build: Buildequire pkgconfig(systemd) instead of systemd - Backport saltutil state module to 2019.2 codebase (bsc#1167556) - Add new custom SUSE capability for saltutil state module - Added: * backport-saltutil-state-module-to-2019.2-codebase.patch * add-new-custom-suse-capability-for-saltutil-state-mo.patch ==== spacenavd ==== Version update (0.6 -> 0.7.1) - Remove unnecessary _service file - Fix pidfile (/var/run -> /run) - Bugfix release 0.7.1 * fixed build on gcc 10 * fixed configure script which failed to detect the version number correctly in release 0.7, incorrectly trying to rely on git to do so. - remove support for pre-systemd openSUSE releases - remove patch spacenavd-add-blacklist-and-device-ids.patch - remove patch spacenavd-add-missing-usbid.patch - remove patch spacenavd-0.6+git3066072.patch - remove patch spacenavd-fix-pidfile.patch - Release 0.7 * implemented the ability to log to syslog. * ignore joystick devices when searching for USB devices (linux). * added code to attempt to wrestle devices from the X server. * added the new 3Dconnexion vendor id to the device matching logic. * made builds reproducible by linking in alphabetical order. * added option led = auto, to turn the LED on only when a client connects (linux). * implemented a blacklist of USB device ids that should be ignored. ==== speech-dispatcher ==== Subpackages: libspeechd2 python3-speechd speech-dispatcher-configure speech-dispatcher-module-espeak - Fix build; don't attempt remove %{_datadir}/info/dir if the build did not create it (can depend onn if other packages bring info into the buildroot). - Add -fcommon in order to fix boo#1160416. ==== xfce4-clipman-plugin ==== Version update (1.6.0 -> 1.6.1) Subpackages: xfce4-clipman-plugin-lang - Update to version 1.6.1 * Add translateable files to POTFILES (bxo#16608) * Bump libxfce4ui ifdef to 4.15.1 * Translation Updates