Packages changed: ding-libs (0.1.0 -> 0.1.1) ed (1.12 -> 1.13) emacs irqbalance libzip (1.0.1 -> 1.1.2) libzypp-plugin-appdata nfs-utils pulseaudio python-base python3-setuptools (20.1.1 -> 20.2.1) === Details === ==== ding-libs ==== Version update (0.1.0 -> 0.1.1) Subpackages: libbasicobjects0 libcollection4 libdhash1 libini_config5 libpath_utils1 libref_array1 - Bump subpackage version numbers to match .pc files ==== ed ==== Version update (1.12 -> 1.13) - Update to 1.13 * buffer.c (put_sbuf_line): Fixed a memory leak. * io.c (read_file, write_file): Close file on error. ==== emacs ==== Subpackages: emacs-info emacs-nox emacs-x11 etags - Add a set of patches to avoid build error with binutils 2.28 emacs-24-0010-ELF-unexec-Correct-section-header-index.patch emacs-24-0011-ELF-unexec-Tidy-code.patch emacs-24-0012-ELF-unexec-Merge-Alpha-and-MIPS-COFF-debug-handling.patch emacs-24-0013-ELF-unexec-Symbol-table-patching.patch emacs-24-0014-ELF-unexec-_OBJC_-symbols-in-bss-sections.patch emacs-24-0015-ELF-unexec-R_-_NONE-relocs.patch emacs-24-0016-ELF-unexec-Drive-from-PT_LOAD-header-rather-than-sec.patch emacs-24-0017-ELF-unexec-Don-t-insert-a-new-section.patch emacs-24-0018-src-unexelf.c-NEW_PROGRAM_H-Remove-unused-macro-Bug-.patch emacs-24-0019-ELF-unexec-align-section-header.patch list previously identified in debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808347 ==== irqbalance ==== - fix-aarch64-support.patch: Fix AArch64 support ==== libzip ==== Version update (1.0.1 -> 1.1.2) Subpackages: libzip-devel libzip4 - update to 1.1.2 * Improve support for 3MF files * ziptool(1): command line tool to modify zip archives * Speedups for archives with many entries * Better APK support * Documentation improvements ==== libzypp-plugin-appdata ==== - Expand the InstallAppdata.sh so that it (re)builds the Xapian database for the available appdata. This Xapian database is required by the KDE tools (Muon/Discover) to show the installed software * Add Requires on AppStream package as that this provides the appstreamcli binary ==== nfs-utils ==== Subpackages: nfs-client nfs-doc nfs-kernel-server - 0001-Fix-protocol-minor-version-fall-back.patch (bnc#959211) - nfs.service: don't mount/unmount nfs filesystems. systemd does this automatically. Trying to do it here too causes timing races (boo#963616) ==== pulseaudio ==== Subpackages: libpulse-devel libpulse-mainloop-glib0 libpulse0 libpulse0-32bit pulseaudio-bash-completion pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-jack pulseaudio-module-lirc pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils - Disable flat-volumes by default with config disable_flat_volumes.conf Remedy for fate#310668. ==== python-base ==== Subpackages: libpython2_7-1_0 libpython2_7-1_0-32bit python-devel python-xml - Add python-2.7.10-overflow_check.patch to fix broken overflow checks. [bnc#964182] ==== python3-setuptools ==== Version update (20.1.1 -> 20.2.1) - specfile: * removed _markerlib from %files - update to version 20.2.1: * Issue #499: Restore compatiblity for legacy versions by bumping to packaging 16.4. - changes from version 20.2: * Changelog now includes release dates and links to PEPs. * Pull Request #173: Replace dual PEP 345 _markerlib implementation and PEP 426 implementation of environment marker support from packaging 16.1 and PEP 508. Fixes Issue #122. See also Pull Request #175, Pull Request #168, and Pull Request [#164]. Additionally: + "Requirement.parse" no longer retains the order of extras. + "parse_requirements" now requires that all versions be PEP-440 compliant, as revealed in #499. Packages released with invalid local versions should be re-released using the proper local version syntax, e.g. "mypkg-1.0+myorg.1".