Packages changed: AppStream (0.9.6 -> 0.10.0) MozillaFirefox bash-completion bluedevil5 (5.8.1 -> 5.8.2) branding-openSUSE breeze (5.8.1 -> 5.8.2) breeze-gtk (5.8.1 -> 5.8.2) breeze4-style (5.8.1 -> 5.8.2) dbus-1-glib (0.104 -> 0.108) desktop-file-utils diffutils (3.5 -> 3.3) dracut ethtool (4.6 -> 4.8) gfxboot (4.5.15 -> 4.5.18) ghostscript glib2-branding-openSUSE gstreamer-plugins-bad guile (2.0.12 -> 2.0.13) hwinfo (21.31 -> 21.32) installation-images-openSUSE (14.272 -> 14.275) kactivitymanagerd (5.8.1 -> 5.8.2) kcm_sddm (5.8.1 -> 5.8.2) kde-branding-openSUSE kde-cli-tools5 (5.8.1 -> 5.8.2) kde-gtk-config5 (5.8.1 -> 5.8.2) kde-user-manager (5.8.1 -> 5.8.2) kgamma5 (5.8.1 -> 5.8.2) khotkeys5 (5.8.1 -> 5.8.2) kinfocenter5 (5.8.1 -> 5.8.2) kleopatra5 kmenuedit5 (5.8.1 -> 5.8.2) kscreen5 (5.8.1 -> 5.8.2) kscreenlocker (5.8.1 -> 5.8.2) ksshaskpass5 (5.8.1 -> 5.8.2) ksysguard5 (5.8.1 -> 5.8.2) kwin5 (5.8.1 -> 5.8.2) libkdecoration2 (5.8.1 -> 5.8.2) libkscreen2 (5.8.1 -> 5.8.2) libksysguard5 (5.8.1 -> 5.8.2) milou5 (5.8.1 -> 5.8.2) mono-core openldap2 oxygen5 (5.8.1 -> 5.8.2) patterns-openSUSE php5 (5.6.26 -> 5.6.27) plasma-nm5 (5.8.1 -> 5.8.2) plasma5-addons (5.8.1 -> 5.8.2) plasma5-desktop (5.8.1 -> 5.8.2) plasma5-integration (5.8.1 -> 5.8.2) plasma5-openSUSE plasma5-pa (5.8.1 -> 5.8.2) plasma5-session (5.8.1 -> 5.8.2) plasma5-workspace (5.8.1 -> 5.8.2) polari polkit-kde-agent-5 (5.8.1 -> 5.8.2) powerdevil5 (5.8.1 -> 5.8.2) python-httplib2 python3-numpy python3-setuptools (28.5.0 -> 28.6.1) spice (0.12.7 -> 0.12.8) sqlite3 (3.14.2 -> 3.15.0) sssd (1.14.1 -> 1.14.2) systemsettings5 (5.8.1 -> 5.8.2) valgrind vim (8.0.3 -> 8.0.45) xf86-input-libinput yast2-installation (3.2.4 -> 3.2.5) yast2-nis-client (3.1.14 -> 3.2.0) === Details === ==== AppStream ==== Version update (0.9.6 -> 0.10.0) - Use a define for the so version and fix -devel requiring the old libappstream3 - Update to version 0.10.0 - Disable stemming support until we have libstemmer packaged. - Generate libappstream4 packages since AppStream changes the ABI in 0.10.0 Notes: * This release breaks API/ABI in order to support multiple metadata sets describing the same component (needed for bundling support), moving away from the database as central data store and general cleanup. * Porting is relatively straightforward, if you were using AsDatabase, you should switch to AsPool now (AsDatabase has been a wrapper around AsPool for a while anyway). * Many methods became private API with this release, file a bug if you miss anything. * The 'categories.xml' file is gone - please account for that if you were reading it directly, and consider using AsCategory instead, which offers the same functionality. Features: * Remove the AsDatabase class (Matthias Klumpp) * Use cmakedefine for compile-time features (Matthias Klumpp) * Rename AsDataPool -> AsPool (Matthias Klumpp) * Add placeholder enum for web applications (Matthias Klumpp) * qt: Implement Appstream::Release for the Qt interface (Aleix Pol) * Recognize the "Pantheon" desktop for Elementary (Matthias Klumpp) * Get rid of the menu parser and make AsCategory more useful instead (Matthias Klumpp) * Allow AsComponent to automatically check for list-value duplicates (Matthias Klumpp) * Give bundles their own class (Matthias Klumpp) * Stop shipping the categories.xml file (Matthias Klumpp) * Allow multiple metadata sets in the pool to describe a component (Matthias Klumpp) * Name AppStream metadata styles consistently (Matthias Klumpp) * Allow the 'C' description fallback to be turned off (Iain Lane) * Make AsScreenshot return localized images by default (Matthias Klumpp) * Allow to compare AsRelease versions easily (Matthias Klumpp) * Make get_icon_repository_paths private API (Matthias Klumpp) * ascli: Allow dumping metadata as YAML (Matthias Klumpp) * Use GVariant instead of ProtoBuf based cache (Matthias Klumpp) * Enable stemming by default (Matthias Klumpp) * Make components directly reference their addons, avoiding to query twice (Matthias Klumpp) * Refactor data pool metadata loading (Matthias Klumpp) * Allow setting the AppStream format version when (de)serializing data (Matthias Klumpp) * Always write modern metadata, unless a lower format version is requested explicitly (Matthias Klumpp) * Also find components in searches which have the search keyword in an addon (Matthias Klumpp) * ascli: Add function to convert XML to YAML and vice versa (Matthias Klumpp) * Consistent naming for metadata format and style (Matthias Klumpp) Specification: * spec: Add hint on how the keywords tag should be localized (Matthias Klumpp) Bugfixes: * Resolve unit test failures on arm and mips (Matthias Klumpp) * gir: Correctly annotate ownership transference of GPtrArrays (Matthias Klumpp) * l10n: Drop languages without translations (Matthias Klumpp) * Don't hide symbols in public headers (Matthias Klumpp) * Properly validate desktop-environment strings (Matthias Klumpp) * validator: Fix name/summary check in validate-tree (Matthias Klumpp) * xml: Properly write localized keywords (Matthias Klumpp) * Avoid watching superfluous directories for metadata (Matthias Klumpp) * Update architecture diagrams and optimize PNGs (Matthias Klumpp) * Get rid of Xapian-isms (Matthias Klumpp) - Update to version 0.9.8 Features: * qt: Different approach for storing the icon size and url relation (Aleix Pol) * Strictly validate AppStream IDs (Matthias Klumpp) * Add AsSuggested class (Lucas Moura) * tests: Test merges for suggestions (Lucas Moura) * Add functions handling SPDX license ids and expressions (Matthias Klumpp) * validator: Include a line-hint in the issue report (Matthias Klumpp) * Implement console-application component type (Matthias Klumpp) * validator: Validate files following the new cid scheme properly (Matthias Klumpp) * validator: Validate metadata_license for permissiveness (Matthias Klumpp) * Compress cache data (Matthias Klumpp) * Implement "translate" URL type (Matthias Klumpp) * xml: Implement the suggests tag (Matthias Klumpp) * yaml: Implement reading and writing of Suggests field (Matthias Klumpp) * Consider merge components valid if they have at least an ID (Matthias Klumpp) * yaml: Read/write merge components (Matthias Klumpp) Specification: * spec: Add console-application component type (Matthias Klumpp) * spec: Streamline the requirements for component-ids (Matthias Klumpp) * spec: Define a "translate" URL type (Matthias Klumpp) * spec: Specify the suggests tag (Matthias Klumpp) * spec: Describe the merge property (Matthias Klumpp) * spec: Proofreading fixes (Philip Withnall) Bugfixes: * Make searching for multiple terms work properly again (Matthias Klumpp) * Don't fail on invalid search terms (Matthias Klumpp) * Don't re-instantiate stemmer on each use (Matthias Klumpp) * ascli: Line-wrap unicode texts properly on the console (Matthias Klumpp) * Add missing docs to the API reference (Matthias Klumpp) * tests: Add test description to each test (Matthias Klumpp) * Sort search results by default (Matthias Klumpp) * Fix a few issues with merging (Matthias Klumpp) - From version 0.9.7 Features: * Don't fall back to Debian screenshots server if none is specified for the distro (Matthias Klumpp) * Split out distro-specific helpers (Matthias Klumpp) * Implement Xapian-less search (Matthias Klumpp) * Use a pure PB cache instead of Xapian (Matthias Klumpp) * qt: Don't rely on Xapian for searches (Matthias Klumpp) * Deprecate AsDatabase (Matthias Klumpp) * Hide internal symbols from the symbols table (Matthias Klumpp) * Allow injecting components into the pool and unittest the cache (Matthias Klumpp) * Add by-category filter to AsDataPool (Matthias Klumpp) * Validate Freedesktop category names (Matthias Klumpp) * Allow building AppStream with stemming support (Matthias Klumpp) * Cache search tokens (Matthias Klumpp) Specification: * docs/quickstart: Clarify the role of releases/provides (Matthias Klumpp) * docs/quickstart: Screenshot images don't need to define width/height (Matthias Klumpp) Bugfixes: * qt: Properly expose enums for introspection (Aleix Pol) * qt: Make it possible to easily output data types using QDebug (Aleix Pol) * xml: Fix formatting of tag (Matthias Klumpp) * xml: Work around non-threadsafe behavior of libxml2 (Matthias Klumpp) * xml: Properly write provides tag (Matthias Klumpp) * Fix code documentation for as_component_get_id (Lucas Moura) * Fix some xmldata methods documentation (Lucas Moura) * cli: Create metainfo directory if it is missing and respect DESTDIR (Matthias Klumpp) ==== MozillaFirefox ==== Subpackages: MozillaFirefox-translations-common - Drop mozilla-gtk3_20.patch; obsoleted by Firefox version 49.0 and fixes have been incorporated by upstream. ==== bash-completion ==== - Mark the documentation as noarch ==== bluedevil5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== branding-openSUSE ==== Subpackages: gfxboot-branding-openSUSE grub2-branding-openSUSE plymouth-branding-openSUSE wallpaper-branding-openSUSE xfce4-splash-branding-openSUSE - Change version back to 13.3 - Update from git to get yast theme updates (pr#60) ==== breeze ==== Version update (5.8.1 -> 5.8.2) Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-wallpapers - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== breeze-gtk ==== Version update (5.8.1 -> 5.8.2) Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== breeze4-style ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php - Update to 5.8.1 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.1.php ==== dbus-1-glib ==== Version update (0.104 -> 0.108) Subpackages: dbus-1-glib-32bit dbus-1-glib-devel - Update to version 0.108: + Use dbus-run-session instead of dbus-launch for tests. - Changes from version 0.106: + Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and wasn't meant to be API anyway. Instead, rely on "static inline" doing the right thing. On pre-C99 compilers, this relies on defining inline to __inline, __inline__ or the empty string if the compiler requires it, which it has done since 2000. (fdo#93513). + Stop calling g_mem_profile() in the tests, which no longer does anything and caused the tests to fail by issuing a warning. + Slightly modernize build system, and remove a weird cross-directory dependency which was breaking distcheck. + Stop distributing generated marshallers in the tarball. - Run spec-clean, modernize spec-file macros and also drop a no longer conditional dbus-1-glib-64bit Obsoletes. ==== desktop-file-utils ==== - Use standardized patch tags as documented at https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines. ==== diffutils ==== Version update (3.5 -> 3.3) - Make building more verbose - Move info page removal to preun - Cleanup spec file with spec-cleaner - Update provides/obsoletes - add gnulib-perl522.patch from gnulib upstream - build with PIE - Diffutils has a testsuite so run it. - disable gpg key checking to avoid build cycles. will be done by source service - add gpg key checking, keyring from savannah - Update to 3.3: * add --no-dereference * -N works with - (stdin) as input * many fixes * many cleanups (in docco too) - remove: config-guess-sub-update.patch - remove: diffutils-stdio.in.patch - Added url as source. Please see http://en.opensuse.org/SourceUrls - Update config.guess/sub for aarch64 - Fix build with missing gets declaration (glibc 2.16) - Update to 3.2: * diff: --ignore-file-name-case now applies at top level too * diff, sdiff: new option --ignore-trailing-space * maint: avoid new "make sytnax-check" failure - Remove redundant tags/sections from specfile (cf. packaging guidelines) - Update to 3.1: + Bug fixes - diff no longer reports spurious differences merely because two entries in the same directory have names that compare equal in the current locale, or compare equal because --ignore-file-name-case was given. - Update to version 3.0: + Bug fixes - diff once again prints the required "\ No newline at end of file" line when at least one input lacks a newline-at-EOF and the final hunk plus context-length aligns exactly with the end of the newline-lacking file. [bug introduced between 2.8.7 and 2.9] + Changes in behavior - In context-style diffs, diff prints a portion of a preceding "function" line for each hunk, with --show-function-line=RE (-F) or --show-c-function (-p). Now, it trims leading blanks from such lines before extracting a prefix. This is useful especially when a function line is so far indented that the name itself would be truncated or not included in the limited-width substring that diff appends. - diff once again reports a difference with the diagnostic "Binary files A and B differ" when at least one of the files appears to be binary. From 2.8.4 through diffutils-2.9, it printed "Files A and B differ". - Changes from version 2.9: + New features - New diff option --suppress-blank-empty. - Bring back support for `diff -NUM', where NUM is a number, even when conforming to POSIX 1003.1-2001. This change reverts to the behavior of GNU diff 2.7 and earlier. This is a change only when conforming to POSIX 1003.1-2001; there is no effect when conforming to older POSIX versions. - sdiff now understands '1' and '2' as synonyms for 'l' and 'r'. + Changes in behavior - sdiff and diff3 now invoke diff, not $(bindir)/diff + Administrivia - updated gnulib support - Drop diffutils-no_binary_mode.patch: fixed upstream. - Drop diffutils-2.8.1-i18n-0.2.patch: this doesn't apply anymore, the only reference I can guess about it goes back to 2004, and commit 8983b8d9 upstream is about handling multibyte characters in side-by-side format. So I'm assuming it's fixed. This also means we can drop the call to autoreconf. - Drop diffutils-2.8.7-autoconf.patch: this is not needed anymore. - Remove AutoReqProv: it's default now. - Stop touching the main pages in %build. - Use %configure and %makeinstall macros. - Only do freopen if O_BINARY is true. - use %_smp_mflags - fix stack limit autoconf check - enable parallel building ==== dracut ==== - Add missing rules file for previous patch * modify 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch - 90mdraid: Use stock MD rules to assemble RAID arrays (bsc#998860) * add 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch ==== ethtool ==== Version update (4.6 -> 4.8) - Update to new upstream release 4.8 * Feature: QSFP Plus/QSFP28 Diagnostics Information Support * Feature: Enhancing link mode bits to support 25G/50G/100G * Feature: add support for 1000BaseX and missing 10G link mode * Fixes: address Coverity issues 1363118 - 1363125 ==== gfxboot ==== Version update (4.5.15 -> 4.5.18) - Update ca.po - Update lt.po - 4.5.18 - fix bug calculating video and xvideo options (bsc#780621) - 4.5.17 - implement enhanced menu layout engine - rework video mode menu - adjust to new menu engine - adjust to new menu engine - use new functions to pass on video menu settings to bootloader - again updated sound samples - one more text to sample - ensure sound samples are loaded only once - re-rendered font - adjust to changed sox syntax - updated texts that are run through espeak - updated sound samples - 4.5.16 ==== ghostscript ==== Subpackages: ghostscript-devel ghostscript-x11 - CVE-2013-5653 (getenv and filenameforall ignore -dSAFER) is fixed in the Ghostscript 9.20 upstream sources see http://bugs.ghostscript.com/show_bug.cgi?id=694724 (bsc#1001951). - CVE-2016-7976.patch fixes that various userparams allow %pipe% in paths, allowing remote shell command execution see http://bugs.ghostscript.com/show_bug.cgi?id=697178 (bsc#1001951). - CVE-2016-7977.patch fixes that .libfile doesn't check PermitFileReading array, allowing remote file disclosure see http://bugs.ghostscript.com/show_bug.cgi?id=697169 (bsc#1001951). - CVE-2016-7978.patch fixes that reference leak in .setdevice allows use-after-free and remote code execution see http://bugs.ghostscript.com/show_bug.cgi?id=697179 (bsc#1001951). - CVE-2016-7979.patch fixes that type confusion in .initialize_dsc_parser allows remote code execution see http://bugs.ghostscript.com/show_bug.cgi?id=697190 (bsc#1001951). - CVE-2016-8602.patch fixes a NULL dereference in .sethalftone5 see http://bugs.ghostscript.com/show_bug.cgi?id=697203 (bsc#1004237). ==== glib2-branding-openSUSE ==== - Enable freedesktop sound theme by default (boo#1004919): + Set org.gnome.desktop.sound/theme-name to 'freedesktop' for openSUSE. + Recommend sound-theme-freedesktop by gio-branding-openSUSE. - Introdue @@IF_LEAP@@ logic into the .gschema.override.in file: IF_LEAP is true if building for 'openSUSE' and sle_version is set in prjconf. Apply IF_LEAP to the GNOME Software update notifications. - Once again disable GNOME Software update notifications (automatic download of patches; openSUSE relies on gnome-settings-daemon's internal update plugin for update notifications) (boo#997572). ==== gstreamer-plugins-bad ==== Subpackages: libgstadaptivedemux-1_0-0 libgstbadaudio-1_0-0 libgstbadbase-1_0-0 libgstbadvideo-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstgl-1_0-0 libgstmpegts-1_0-0 libgstphotography-1_0-0 libgsturidownloader-1_0-0 libgstwayland-1_0-0 - Fix conditional for pkgconfig(tiger) to only apply for Tumbleweed. ==== guile ==== Version update (2.0.12 -> 2.0.13) Subpackages: guile-modules-2_0 libguile-2_0-22 - Update to version 2.0.13 * Security fixes + CVE-2016-8606: REPL server now protects against HTTP inter-protocol attacks + CVE-2016-8605: 'mkdir' procedure no longer calls umask(2) * Several bugfixes and improvements (for details see NEWS file) - Fetch keyring from savannah - Use https for all urls ==== hwinfo ==== Version update (21.31 -> 21.32) Subpackages: hwinfo-devel - aarch64: fix detection of usb controllers (bsc#1005428) - 21.32 ==== installation-images-openSUSE ==== Version update (14.272 -> 14.275) - add dwc3 driver (bsc#1005007) - 14.275 - Added susehmc.ins and parmfile.hmc files to allow installation from the DVD reader in the HMC without a network connection. (bsc#1002974) - 14.274 - pass on Screenmode option to yast (bsc#780621) - 14.273 ==== kactivitymanagerd ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kcm_sddm ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kde-branding-openSUSE ==== Subpackages: kdelibs4-branding-openSUSE ksplash-qml-branding-openSUSE ksplashx-branding-openSUSE - Update from git to get yast theme updates (pr#60) ==== kde-cli-tools5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kde-gtk-config5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kde-user-manager ==== Version update (5.8.1 -> 5.8.2) - Add do-not-request-root-password-when-changing-avatar.diff When the user only changes the avatar, there's no need to save all data that wasn't modified and requires the root password. This allows users to modify their avatar without getting a request for the root password. - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kgamma5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== khotkeys5 ==== Version update (5.8.1 -> 5.8.2) Subpackages: khotkeys5-devel - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kinfocenter5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kleopatra5 ==== - Conflict with kdepim4, there are file overlaps as this contains the KDE4 version (boo#1005835) ==== kmenuedit5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kscreen5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kscreenlocker ==== Version update (5.8.1 -> 5.8.2) Subpackages: libKScreenLocker5 - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== ksshaskpass5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== ksysguard5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== kwin5 ==== Version update (5.8.1 -> 5.8.2) Subpackages: kwin5-devel - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== libkdecoration2 ==== Version update (5.8.1 -> 5.8.2) Subpackages: libkdecoration2-devel libkdecorations2-5 libkdecorations2private5 - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== libkscreen2 ==== Version update (5.8.1 -> 5.8.2) Subpackages: libKF5Screen7 libkscreen2-devel libkscreen2-plugin - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== libksysguard5 ==== Version update (5.8.1 -> 5.8.2) Subpackages: libksysguard5-devel libksysguard5-helper - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== milou5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== mono-core ==== Subpackages: libmono-2_0-1 libmono-2_0-devel libmonosgen-2_0-1 libmonosgen-2_0-devel mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfxcore - Update to 4.6.1.5 re-release from 4.6.1.3 (no public changelog) ==== openldap2 ==== Subpackages: libldap-2_4-2 libldap-2_4-2-32bit libldap-data openldap2-client openldap2-devel - Add more details in the comments of slapd.conf concerning file permission and StartTLS capability. ==== oxygen5 ==== Version update (5.8.1 -> 5.8.2) Subpackages: oxygen5-cursors oxygen5-decoration oxygen5-devel oxygen5-lang oxygen5-sounds oxygen5-style - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== patterns-openSUSE ==== Subpackages: patterns-openSUSE-apparmor patterns-openSUSE-apparmor_opt patterns-openSUSE-base patterns-openSUSE-books patterns-openSUSE-console patterns-openSUSE-devel_C_C++ patterns-openSUSE-devel_basis patterns-openSUSE-devel_ide patterns-openSUSE-devel_java patterns-openSUSE-devel_kde patterns-openSUSE-devel_kde_frameworks patterns-openSUSE-devel_kernel patterns-openSUSE-devel_osc_build patterns-openSUSE-devel_perl patterns-openSUSE-devel_python patterns-openSUSE-devel_qt5 patterns-openSUSE-devel_rpm_build patterns-openSUSE-devel_ruby patterns-openSUSE-devel_web patterns-openSUSE-dhcp_dns_server patterns-openSUSE-directory_server patterns-openSUSE-enhanced_base patterns-openSUSE-enhanced_base_opt patterns-openSUSE-file_server patterns-openSUSE-fonts patterns-openSUSE-fonts_opt patterns-openSUSE-games patterns-openSUSE-gateway_server patterns-openSUSE-generic_server patterns-openSUSE-gnome patterns-openSUSE-gnome_admin patterns-openSUSE-gnome_basis patterns-openSUSE-gnome_basis_opt patterns-openSUSE-gnome_games patterns-openSUSE-gnome_ide patterns-openSUSE-gnome_imaging patterns-openSUSE-gnome_imaging_opt patterns-openSUSE-gnome_internet patterns-openSUSE-gnome_laptop patterns-openSUSE-gnome_multimedia patterns-openSUSE-gnome_multimedia_opt patterns-openSUSE-gnome_office patterns-openSUSE-gnome_office_opt patterns-openSUSE-gnome_utilities patterns-openSUSE-gnome_yast patterns-openSUSE-imaging patterns-openSUSE-imaging_opt patterns-openSUSE-kde patterns-openSUSE-kde_edutainment patterns-openSUSE-kde_games patterns-openSUSE-kde_ide patterns-openSUSE-kde_imaging patterns-openSUSE-kde_internet patterns-openSUSE-kde_multimedia patterns-openSUSE-kde_office patterns-openSUSE-kde_plasma patterns-openSUSE-kde_telepathy patterns-openSUSE-kde_utilities patterns-openSUSE-kde_utilities_opt patterns-openSUSE-kde_yast patterns-openSUSE-kvm_server patterns-openSUSE-lamp_server patterns-openSUSE-laptop patterns-openSUSE-lxde patterns-openSUSE-lxde_laptop patterns-openSUSE-lxde_office patterns-openSUSE-mail_server patterns-openSUSE-minimal_base patterns-openSUSE-minimal_base-conflicts patterns-openSUSE-misc_server patterns-openSUSE-multimedia patterns-openSUSE-multimedia_opt patterns-openSUSE-network_admin patterns-openSUSE-non_oss patterns-openSUSE-non_oss_opt patterns-openSUSE-office patterns-openSUSE-office_opt patterns-openSUSE-print_server patterns-openSUSE-remote_desktop patterns-openSUSE-rest_dvd patterns-openSUSE-sw_management patterns-openSUSE-sw_management_gnome patterns-openSUSE-sw_management_kde patterns-openSUSE-tabletpc patterns-openSUSE-technical_writing patterns-openSUSE-x11 patterns-openSUSE-x11_opt patterns-openSUSE-x11_yast patterns-openSUSE-xen_server patterns-openSUSE-xfce patterns-openSUSE-xfce_basis patterns-openSUSE-xfce_laptop patterns-openSUSE-xfce_office patterns-openSUSE-yast2_basis patterns-openSUSE-yast2_install_wf - The DVD is exploding in size: + Drop devel_qt4 pattern from the DVD; the world has moved to Qt5. The pattern stays available in the online repos. + Drop the devel_gnome pattern: serious GNOME devs won't be using this from the DVD: most rely on jhbuild or at least on the content of the online repo. - boo#1005324: adding pavucontrol-qt without pulseaudio does not make sense. ==== php5 ==== Version update (5.6.26 -> 5.6.27) Subpackages: apache2-mod_php5 php5-bcmath php5-bz2 php5-calendar php5-ctype php5-curl php5-dba php5-devel php5-dom php5-exif php5-fastcgi php5-ftp php5-gd php5-gettext php5-gmp php5-iconv php5-imap php5-json php5-ldap php5-mbstring php5-mcrypt php5-mysql php5-odbc php5-openssl php5-pdo php5-pear php5-pear-Archive_Tar php5-pgsql php5-shmop php5-snmp php5-sockets php5-sqlite php5-suhosin php5-sysvsem php5-sysvshm php5-tidy php5-tokenizer php5-wddx php5-xmlreader php5-xmlwriter php5-xsl php5-zip php5-zlib - updated to 5.6.27: This is a security release. Several security bugs were fixed in this release. ==== plasma-nm5 ==== Version update (5.8.1 -> 5.8.2) Subpackages: plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== plasma5-addons ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== plasma5-desktop ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== plasma5-integration ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== plasma5-openSUSE ==== Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php - Use preview.png instead of breeze.jpg - Update to 5.8.1 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.1.php - Provide/Obsolete kdebase4-openSUSE-lang too, to prevent cases where the branding won't be installed on updates/upgrades ==== plasma5-pa ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== plasma5-session ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== plasma5-workspace ==== Version update (5.8.1 -> 5.8.2) Subpackages: drkonqi5 plasma5-workspace-devel plasma5-workspace-libs - Added fix-sddm-theme-logic.diff so sddm offers the text entry boxes by default (instead of an empty user list) when the userlist model is empty (boo#1003742) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== polari ==== Subpackages: typelib-1_0-Polari-1_0 - Add polari-run-as-background-service.patch: Fix launching through mission-control (bgo#770749, boo#1001553). When other Telepathy clients (e.g. Empathy) query dbus for potential channel handlers polari failed to startup and reply. This resulted in Empathy waiting for the timeout before opening any chat window. ==== polkit-kde-agent-5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== powerdevil5 ==== Version update (5.8.1 -> 5.8.2) - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== python-httplib2 ==== - Project moved from code.google.com to GitHub, fix the url accordingly ==== python3-numpy ==== - Add openBLAS support. This can improve performance in many situations. ==== python3-setuptools ==== Version update (28.5.0 -> 28.6.1) - update to version 28.6.1: * #816: Fix manifest file list order in tests. - changes from version 28.6.0: * #629: When scanning for packages, pkg_resources now ignores empty egg-info directories and gives precedence to packages whose versions are lexicographically greatest, a rough approximation for preferring the latest available version. ==== spice ==== Version update (0.12.7 -> 0.12.8) - Update to version 0.12.8: + Fixes for CVE-2016-0749 and CVE-2016-2150. ==== sqlite3 ==== Version update (3.14.2 -> 3.15.0) Subpackages: libsqlite3-0 libsqlite3-0-32bit sqlite3-devel sqlite3-doc - SQLite 3.15.0 * Added support for row values. * Allow deterministic SQL functions in the WHERE clause of a partial index. * Added the "modeof=filename" URI parameter on the unix VFS * Added support for SQLITE_DBCONFIG_MAINDBNAME. * Added the ability to VACUUM an ATTACH-ed database. * Enhancements to the command-line shell: + Add the ".testcase" and ".check" dot-commands. + Added the --new option to the ".open" dot-command, causing any prior content in the database to be purged prior to opening. * Enhance the fts5vocab virtual table to handle "ORDER BY term" efficiently. * Miscellaneous micro-optimizations reduce CPU usage by more than 7% on common workloads. Most optimization in this release has been on the front-end (sqlite3_prepare_v2()). * The multiply operator now correctly detects 64-bit integer overflow and promotes to floating point in all corner-cases. Fix for ticket 1ec41379c9c1e400. * Correct handling of columns with redundant unique indexes when those columns are used on the LHS of an IN operator. Fix for ticket 0eab1ac759. * Skip NULL entries on range queries in indexes on expressions. Fix for ticket 4baa46491212947. * Ensure that the AUTOINCREMENT counters in the sqlite_sequence table are initialized doing "Xfer Optimization" on "INSERT ... SELECT" statements. Fix for ticket 7b3328086a5c116c. * Make sure the ORDER BY LIMIT optimization (from check-in 559733b09e) works with IN operators on INTEGER PRIMARY KEYs. Fix for ticket 96c1454c ==== sssd ==== Version update (1.14.1 -> 1.14.2) Subpackages: libnfsidmap-sss libsss_idmap0 libsss_nss_idmap0 libsss_simpleifp0 sssd-32bit sssd-krb5-common sssd-ldap - Update to new upstream release 1.14.2 * Several more regressions caused by cache refactoring to use qualified names internally were fixed, including a regression that prevented the krb5_map_user option from working correctly. * A regression when logging in with a smart card using the GDM login manager was fixed * SSSD now removes the internal timestamp on startup cache when the persistent cache is removed. This enables admins to follow their existing workflow of just removing the persistent cache and start from a fresh slate * Several fixes to the sssd-secrets responder are present in this release * A bug in the autofs responder that prevented automounter maps from being returned when sssd_be was offline was fixed * A similar bug in the NSS responder that prevented netgroups from being returned when sssd_be was offline was fixed * Disabling the netlink integration can now be done with a new option disable_netlink. Previously, the netlink integration could be disabled with a sssd command line switch, which is being deprecated in this release. * The internal watchdog no longer kills sssd processes in case time shifts during sssd runtime * The fail over code is able to cope with concurrent SRV resolution requests better in this release * The proxy provider gained a new option proxy_max_children that allows the administrator to control the maximum number of child helper processes that authenticate users with auth_provider=proxy * The InfoPipe D-Bus responder exports the UUIDs of user and group objects through a uniqueID property ==== systemsettings5 ==== Version update (5.8.1 -> 5.8.2) Subpackages: systemsettings5-devel - Update to 5.8.2 * New bugfix release * For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php ==== valgrind ==== - add vex-r3213.diff (kde#356393) ==== vim ==== Version update (8.0.3 -> 8.0.45) Subpackages: gvim vim-data - Updated to revision 45, fixes the following problems * Cannot use overlapping positions with matchaddpos(). * No completion for ":messages". * Order of matches for 'omnifunc' is messed up. (Danny Su) * Detecting that a job has finished may take a while. * Get E924 when switching tabs. * OPEN_CHR_FILES not defined for FreeBSD using Debian userland files. * When Vim 8 reads an old viminfo and exits, the next time marks are not read from viminfo. (Ned Batchelder) * Whole line highlighting with matchaddpos() does not work. * When using Insert mode completion but not actually inserting anything an undo item is still created. (Tommy Allen) * When using Insert mode completion with 'completeopt' containing "noinsert" change is not saved for undo. (Tommy Allen) * When using Insert mode completion with 'completeopt' containing "noinsert" with CTRL-N the change is not saved for undo. (Tommy Allen) * In diff mode the cursor may end up below the last line, resulting in an ml_get error. * Calling job_stop() right after job_start() does not work. - Updated to revision 32, fixes the following problems * getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) * A string argument for function() that is not a function name results in an error message with NULL. (Christian Brabandt) * Netbeans test fails with Python 3. (Jonathonf) * ":lb" is interpreted as ":lbottom" while the documentation says it means ":lbuffer". * Vim 7.4 is still mentioned in a few places. * Popup complete test is disabled. * Unnecessary workaround for AppVeyor. * Crash when editing file that starts with crypt yeader. (igor2x) * On OSX Test_pipe_through_sort_all() sometimes fails. * Typos in comments. * Missing comma in list. * Crypt tests are old style. * Can't tell which part of a channel has "buffered" status. * Build fails. * Cannot get the number of the current quickfix or location list. * When using ":sleep" channel input is not handled. * Test_command_count is old style. * The regexp engines are not reentrant. * In the GUI when redrawing the cursor it may be on the second half of a double byte character. * If a channel in NL mode is missing the NL at the end the remaining characters are dropped. * "gd" and "gD" may find a match in a comment or string. * When the netbeans channel closes, "DETACH" is put in the output part. (Ozaki Kiichi) * Inconsistent use of spaces vs tabs in gd test. * Error format with %W, %C and %Z does not work. (Gerd Wachsmuth) * A channel is closed when reading on stderr or stdout fails, but there may still be something to read on another part. * Superfluous semicolons. * Code for MS-Windows is complicated because of the exceptions for old systems. * Mouse mode is not automatically detected for tmux. * After ":bwipeout" 'fileformat' is not set to the right default. ==== xf86-input-libinput ==== - Add upstream patch to fix touchpad when lmr option is used: U_xf86-input-libinput-Fix_tap_button_map_option_handling.patch. Fixes fdo#97989. ==== yast2-installation ==== Version update (3.2.4 -> 3.2.5) - more robust password filtering in y2start.log (bsc#798966) - 3.2.5 ==== yast2-nis-client ==== Version update (3.1.14 -> 3.2.0) - report error if ypdomainname failed instead of silent ignoring (bsc#994530) - 3.2.0