Changed packages: ==== MozillaThunderbird ==== Subpackages: MozillaThunderbird-translations-common - add mozilla-bug1024492.patch: * Fixes build against GCC 5.x ==== boost-devel ==== Subpackages: boost-license1_58_0 libboost_atomic1_58_0 libboost_chrono1_58_0 libboost_container1_58_0 libboost_context1_58_0 libboost_coroutine1_58_0 libboost_date_time1_58_0 libboost_filesystem1_58_0 libboost_graph1_58_0 libboost_graph_parallel1_58_0 libboost_iostreams1_58_0 libboost_locale1_58_0 libboost_log1_58_0 libboost_math1_58_0 libboost_mpi1_58_0 libboost_program_options1_58_0 libboost_python1_58_0 libboost_random1_58_0 libboost_regex1_58_0 libboost_serialization1_58_0 libboost_signals1_58_0 libboost_system1_58_0 libboost_test1_58_0 libboost_thread1_58_0 libboost_timer1_58_0 libboost_wave1_58_0 - Remove unneeded dependency on xorg-x11-devel ==== calligra ==== Version update (2.9.4 -> 2.9.5) Subpackages: calligra-doc calligra-extras-dolphin calligra-extras-okular calligra-stage calligra-words-common - Update to 2.9.5 Bugfixes in first place, but also various new features for krita Details: https://www.calligra.org/news/calligra-2-9-5-released/ ==== crash-kmp-default ==== Version update (7.1.0_k4.0.4_3 -> 7.1.1_k4.0.5_1) Subpackages: crash-kmp-desktop crash-kmp-xen - Upgrade to 7.1.1 from upstream. At the time of writing the only published changelog was supplied by e-mail list and is as follows - Fix for two minor issues with the "net" command. Without the patch, the "net -a" option appends its correct output with the command's "Usage:" message; and if either the "net -x" or "net -d" options are used without also specifying "-s" or "-S", the error message would indicate "net: illegal flag: 800000" or "net: illegal flag: 1000000" instead of showing the command's "Usage:" message. (anderson@redhat.com) - If the kernel (live or dumpfile) has the TAINT_LIVEPATCH bit set, or if the Red Hat "kpatch" module is installed, the tag "[LIVEPATCH]" will be displayed next to the kernel name in the initial system banner and by the "sys" command. This new tag replaces the "[KPATCH]" tag that was introduced in crash-7.0.7. (anderson@redhat.com) - Addressed three Coverity Scan complaints in vmware_vmss.c: 50:leaked_storage: Variable "fp" going out of scope leaks the storage it points to. 53:leaked_storage: Variable "fp" going out of scope leaks the storage it points to. 256:warning: Use of memory after it is freed (anderson@redhat.com) - Remove the LKCD-only "propeller spinner" seen when a dumpfile read requires more than 2048 page header accesses. This was put in place because of the non-random-access design of LKCD dumpfiles. Without the patch, the spinner display is intermingled with command output, which complicates the parsing of the output. (watters.sam@gmail.com) - Fix to support the Linux version increment from 3 to 4. Without the patch, both dumpfile and live sessions fail during initialization, issuing the message "WARNING: kernel version inconsistency between vmlinux and dumpfile" or "WARNING: kernel version inconsistency between vmlinux and live memory", followed by the nonsensical fatal error message "crash: incompatible arguments: vmlinux is not SMP -- vmcore is SMP" or "crash: incompatible arguments: vmlinux is not SMP -- live system is SMP". To prevent unexpected kernel version bumps in the future, support has been added for version 5. (anderson@redhat.com) - Add support for more than 16TB of physical memory space in the SADUMP dumpfile format. Without the patch, there is a limitation caused by several 32-bit members of dump_header structure, in particular the max_mapnr member, which overflows if the dumpfile contains more than 16TB of physical memory space. The header_version member of the dump_header structure has been increased from 0 to 1 in this extended new format, and the new 64-bit members will be used. (d.hatayama@jp.fujitsu.com) - Fix for command lines that are redirected to a pipe. Without the patch, if an external piped-to command contains a quoted string that includes a "|" character, the command fails with the message "crash: pipe operation failed". (anderson@redhat.com) - Fix for insecure temporary file usage in _rl_tropen() as reported by readline library CVE-2014-2524. (anderson@redhat.com) - When the gdb-.patch file has changed and a rebuild is done from within a previously-existing build tree, the "patch -N" option is used to ignore patches that have been previously applied; this patch also applies the "patch -r-" option to prevent unnecessary .rej files from being created. (anderson@redhat.com) - Fix to account for Xen hypervisor's "domain" structure member name change from "is_paused_by_controller" to "controller_pause_count". Without the patch, in Xen 4.2.5 and later, the crash session fails during initialization with the error message 'crash: invalid structure member offset: domain_is_paused_by_controller". (dietmar.hahn@ts.fujitsu.com) - During initialization, reject useless ARM64 "(A)" and "(a)" absolute symbols that are below the text region. Without the patch, several recently-introduced absolute symbols have been introduced into the kernel, which will be displayed by "sym -l" prior to the first kernel virtual address symbol, and will show up in command output where memory values are translated into kernel symbol references. (anderson@redhat.com) - Fix for ARM64 kernels to account for changes in the virtual memory layout introduced in Linux 3.17. The vmalloc region end address, and the vmemmap start and end addresses are now calculated at kernel build time, because they depend upon the size of a struct page. Accordingly, the crash utility needs to calculate those three address values dynamically, after the embedded gdb module has initialized. Without the patch, reads of page structures return invalid data due to incorrect virtual-to-physical translations of memory in the vmemmap range. This in turn causes commands that require page structure contents to fail or show invalid data, such as "kmem -p", "kmem -[sS]", and the "kmem -[fF]" options. (anderson@redhat.com) - Fix to support ELF vmcore dumpfiles whose PT_LOAD file offset values of their respective memory segments are not laid out sequentially from low to high in the dumpfile. This has only been seen in ELF dumpfiles created by VMware's "vmss2core -M" facility. Without the patch, the crash session may fail during initialization, either with the message "cannot malloc ELF header buffer", or "crash: : not a supported file format". (anderson@redhat.com) - Enhancement to the support of VMware .vmss suspended state dumpfiles. There may be holes in the memory address saved for PCI, etc. In such cases, the memory dump is divided into regions. With this patch, up to 3 memory regions are supported. (hfu@vmware.com) - Fortified the error handling of task gathering from the pid_hash[] chains during session initialization. If a chain has been corrupted, the patch prevents the sequence from entering an infinite loop, and the error messages associated with corrupt/invalid chains have been updated to report the pid_hash[] index number. (anderson@redhat.com) - Implemented a new STRDUPBUF() utility that will duplicate an existing string into a buffer allocated with GETBUF(). As is the case with any buffer allocated with GETBUF(), it is only meant to exist during the life-span of the current command. If it is not explicitly freed via FREEBUF(), then it will be freed automatically prior to the next command. (anderson@redhat.com) - Implemented a new fill_struct_member_data() function that gathers a bundle of data that describes a structure member. The function receives a pointer to a struct_member_data structure, in which the caller has initialized the "structure" and "member" name pointers: struct struct_member_data { char *structure; char *member; long type; long unsigned_type; long length; long offset; long bitpos; long bitsize; }; A gdb "printm" command is crafted using those two fields, and the output of the command is used to initialize the remaining six fields. Adapted from Qiao Nuohan's "pstruct" extension module. (anderson@redhat.com, qiaonuohan@cn.fujitsu.com) - Implemented a new "runq -c cpu(s)" option to display the run queue data of specified cpus. It can be used in conjunction with all runq command options. The cpus must be specified in a comma- and/or dash-separated list; for examples, "3", "1,8,9", "1-23", or "1,8-15". (anderson@redhat.com) - Build extension modules that utilize the generic extensions/Makefile with -g. In addition, build the snap.c extension module with -g. (rabinv@axis.com) - Several fixes, updates, and enhancements for 32-bit MIPS support: (1) The MIPS general purpose registers in the elf_gregset_t don't start at index 0 but at index 6. (2) Adjust for the kernel's pt_regs structure changes between kernel versions. For example, fields are inserted into the middle based on build time options, and the amount of padding at the head of the structure was changed relatively recently. To handle this, split the structure definition into two parts and get the offsets of these two parts dynamically. (3) Do not display each parsed kernel symbol during initialization when invoked with "crash -d8". (4) Add support for loading raw MIPS ramdump dumpfiles. (5) Add support for compressed kdump dumpfiles. (rabinv@axis.com) - Fix for a typo in "help foreach", and a fix for a spelling error in "help input". (weijg.fnst@cn.fujitsu.com) - Fix for "and and" and "the the" typos in the README file. (weijg.fnst@cn.fujitsu.com) - Fix to address the Xen 4.5.0 hypervisor symbol name change from "dom0" to "hardware_domain". Without the patch, the crash session fails with the error message "crash: cannot resolve: dom0". (dslutz@verizon.com) - Fix for a regression in crash-7.1.0 that causes failures when the "crash -t" option is run on a live system, and when analyzing remote Linux kernels. Without the patch, "crash -t" on a live system fails with the message "crash: cannot open remote memory source: /dev/mem", and attempts to analyze a Linux kernel remotely just shows the kernel timestamp and exits immediately. (dslutz@verizon.com, anderson@redhat.com) - Speed up the session invocation time of "flattened" format dumpfiles created by the makedumpfile(8) facility. When sorting the blocks of memory by their intended ELF or compressed kdump file offsets, the patch replaces the bubble-sort method that is currently used with an insertion sort method. (dslutz@verizon.com) - Remove the non-existent "-L" option from the "ps" command's mutually- exclusive options error message. (vvs@parallels.com) - Fix for the "irq", "mount", "kmem -p" and "kmem -v" commands when they are used in an input file. If more than one of any of those four commands are used in an input file, the output of the second and subsequent command instances will not display their respective command headers. (anderson@redhat.com) - Implemented a new "kmem -m" option that is similar to "kmem -p", but it allows the user to specify the page struct members to be displayed. The option takes a comma-separated list of one or more page struct members, which will be displayed following the page structure address. The "flags" member will always be expressed in hexadecimal format, and the "_count" and "_mapcount" members will always be expressed in decimal format. Otherwise, all other members will be displayed in hexadecimal format unless the current output radix is 10 and the member is a signed/unsigned integer. Members that are data structures may be specified by the data structure's member name, or expanded to specify a member of that data structure. For example, "-m lru" refers to a list_head data structure, in which case both the list_head.next and list_head.prev pointer values will be displayed; if "-m lru.next" is specified, just the list_head.next value will be displayed. (atomlin@redhat.com, anderson@redhat.com) - Support enhancement for the 32-bit MIPS architecture that retrieves the per-cpu registers from the NT_PRSTATUS notes stored in the header of compressed kdump dumpfiles. (rabinv@axis.com) - Fix to remove an invalid warning message on ARM64 if a crash session is invoked with the "-d" debug flag. Without the patch, the invalid message is "WARNING: SPARSEMEM_EX: questionable section values". (anderson@redhat.com) - Remove the leftover ".constructor" build file in the extensions subdirectory when "make extensions" is complete, and update the top-level .gitignore file to ignore post-build extensions subdirectory files. (anderson@redhat.com) - Fix for a segmentation violation generated by the "help -[n|D]" options on ARM64 compressed kdumps. (anderson@redhat.com) - Additional output for the "help [-D|-n]" options on ARM64. For ELF kdump vmcores and compressed kdumps, the elf_prstatus structure in each NT_PRSTATUS note will be translated. (anderson@redhat.com) - The "help -r" option has been extended to dump the ARM64 registers stored in each per-cpu NT_PRSTATUS note in compressed kdump and ELF kdump dumpfiles. (anderson@redhat.com) - Fix for the ARM64 page size determination on Linux 4.1 and later kernels. Without the patch, the crash session fails during initialization with the message "crash: invalid/unsupported page size: 98304" on kernels with 64K pages. On kernels with 4K pages, the message is "crash: invalid/unsupported page size: 6144". In addition, the "-p " command line override option had no effect on ARM64; that has been fixed as well. (anderson@redhat.com) - Fix for the DATE display in the initial system banner and by the "sys" command to account for the Linux 3.17 change that moved the "timekeeper" symbol and structure into a containing tk_core structure; the "shadow_timekeeper" timekeeper will be used as an alternative. Without the patch, the DATE shows something within a few hours of the Linux epoch, such as "Wed Dec 31 18:00:00 1969". (kmcmartin@redhat.com) - Fixes for the translation of ARM64 PTEs, as displayed by the "vm -p" and "vtop" commands. Without the patch, if "vm -p" references a swapped-out page on Linux 4.0 and later kernels, the SWAP location may indicate "(unknown swap location)", and will show an invalid OFFSET value; on Linux 3.13 and later kernels, running "vtop" on a user virtual address incorrectly translates the PTE contents of swapped out pages by showing a PHYSICAL address and FLAGS translation instead of the SWAP device and OFFSET. It is possible that there may be PTE bit translation errors on other kernel versions; the patch addresses the changes in ARM64 PTE bit definitions made in Linux 3.11, 3.13, and 4.0 kernels. (anderson@redhat.com) - Enhanced the "struct.member" display capability of the "struct", "union", "task", "list" and "tree" commands. If a specified structure member contains an embedded structure, the output may be restricted to just the embedded structure by expressing the .member argument as "member.member". If a specified structure member is an array, the output may be restricted to a single array element by expressing the .member argument as "member[index]". Furthermore, these embedded member specifications may extend beyond one level deep, for example, by expressing the member argument as "member.member.member", or "member[index].member". (Alexandr_Terekhov@epam.com, anderson@redhat.com) - Fix for any command that passes strings to gdb for evaluation, where the string contains a parentheses-within-parentheses expression along with a ">" or ">>" operator inside the outermost set of parentheses. Without the patch, a command such as the following fails like so: crash> p ((1+1) >> 1) p: gdb request failed: p ((1+1) crash> (anderson@redhat.com) - Fix for the handling of ARM64 kernel module per-cpu symbols. Without the patch, if the debuginfo data of an ARM64 kernel module that contains a per-cpu section is loaded by "mod -s " or "mod -S", commands such as "bt" or "sym" may incorrectly translate the module's virtual addresses to symbol names. (Jan.Karlsson@sonymobile.com) - 0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch: Dropped. Handling kernel 4.0 is now part of the upstream source. ==== freetype2-devel ==== Version update (2.5.5 -> 2.6) Subpackages: libfreetype6 libfreetype6-32bit - Update to version 2.6 * Thread safety improvements * Thai script support has been added to the auto-hinter. * Arabic script support has been added to the auto-hinter. * Following OpenType version 1.7, advance widths and side bearing values in CFFs (wrapped in an SFNT structure) are now always taken from the `hmtx' table. * Following OpenType version 1.7, the PostScript font name of a CFF font (wrapped in an SFNT structure) is now always taken from the `name' table. This is also true for OpenType Collections (i.e., TTCs using CFFs subfonts instead of TTFs), where it may have a significant difference. * Fonts natively hinted for ClearType are now supported, properly handling selector index 3 of the INSTCTRL bytecode instruction. * Major improvements to the GX TrueType variation font handling. - Merge with the version 2.5.5 from openSUSE:Factory - Removed patches: * CVE-2014-9656.patch * CVE-2014-9657.patch * CVE-2014-9658.patch * CVE-2014-9659.patch * CVE-2014-9660.patch * CVE-2014-9661.patch * CVE-2014-9662.patch * CVE-2014-9663.patch * CVE-2014-9664.patch * CVE-2014-9665.patch * CVE-2014-9666.patch * CVE-2014-9667.patch * CVE-2014-9668.patch * CVE-2014-9669.patch * CVE-2014-9670.patch * CVE-2014-9671.patch * CVE-2014-9672.patch * CVE-2014-9673.patch * CVE-2014-9674.patch * CVE-2014-9675.patch - Integrated in the 2.5.5 release - Modified patches: * don-t-mark-libpng-as-required-library.patch * bugzilla-308961-cmex-workaround.patch * freetype2-subpixel.patch * freetype2-bitmap-foundry.patch * overflow.patch - Adapt to the new version of sources - Modified patch: * CVE-2014-9671.patch - Adapt the code to correspond to the current git master of freetype2 (fixes bsc#933247) ==== ft2demos ==== Version update (2.5.5 -> 2.6) - Update to version 2.6 * ftgrid can now display GX and MM fonts. * Anti-aliasing rendering modes can now be selected (with keys F5 and F6). * The display of point numbers can be toggled with key `D'. * ftdump now display information on MM and GX variation axes. * ftmulti can now handle up to six MM or GX axes. - Refresh overflow.patch - Merge with the version 2.5.5 from openSUSE:Factory - Removed patches: * CVE-2014-9656.patch * CVE-2014-9657.patch * CVE-2014-9658.patch * CVE-2014-9659.patch * CVE-2014-9660.patch * CVE-2014-9661.patch * CVE-2014-9662.patch * CVE-2014-9663.patch * CVE-2014-9664.patch * CVE-2014-9665.patch * CVE-2014-9666.patch * CVE-2014-9667.patch * CVE-2014-9668.patch * CVE-2014-9669.patch * CVE-2014-9670.patch * CVE-2014-9671.patch * CVE-2014-9672.patch * CVE-2014-9673.patch * CVE-2014-9674.patch * CVE-2014-9675.patch - Integrated in the 2.5.5 release - Modified patches: * don-t-mark-libpng-as-required-library.patch * bugzilla-308961-cmex-workaround.patch * freetype2-subpixel.patch * freetype2-bitmap-foundry.patch * overflow.patch - Adapt to the new version of sources - Modified patch: * CVE-2014-9671.patch - Adapt the code to correspond to the current git master of freetype2 (fixes bsc#933247) ==== gegl-0_3 ==== Version update (0.3.0~20150218 -> 0.3.0) Subpackages: gegl-0_3-lang libgegl-0_3-0 - Update to version 0.3.0: + Improvements to thread safety and parallelism. + Lower overhead graph travesal due from rewrite of visitors. + OpenCL support now enabled by default when detected. + Experimental multithreading, enable by setting GEGL_THREADS= in the environment. + Experimental mipmap rendering, which permits transparent rendering of previews on smaller sized versions, enable by setting GEGL_MIPMAP_RENDERING=true in the environment. + Buffer: New default tile backend, doing disk writes in a separate thread. - Temp stop passing --enable-workshop=yes to configure as it break the build atm. ==== gpg2 ==== Version update (2.1.4 -> 2.1.5) - GnuPG 2.1.5: * Support for an external passphrase cache. * Support for the forthcoming version 3 OpenPGP smartcard. * Manuals now show the actual used file names. * Prepared for improved integration with Emacs. * Code cleanups and minor bug fixes. ==== gpgme ==== Version update (1.5.4 -> 1.5.5) Subpackages: libgpgme-devel libgpgme11 - gpgme 1.5.5: * Fixed crash in key listings for user ids with a backslash. * Fixed regression for GPGSM use with GnuPG < 2.1. * Properly set signature summary for revoked OpenPGP keys. ==== graphviz ==== - Remove pangocairo and lasi support as it introduces build cycle - Build with pangocairo and lasi support. ==== graphviz-gd ==== Subpackages: graphviz-gnome - Update gnome dependencies - Cleanup spec: * remove duplicate language binding files * fix fdupes invocation for doc files * remove statements without effect * silence warning messages on plugin deinstallation * fix %post/%pre Requires ==== gsl-devel ==== Subpackages: libgsl0 - Add gsl-sorting-complex-numbers.patch: fix in sorting of complex numbers (http://savannah.gnu.org/bugs/?39055). ==== gtk3-data ==== Version update (3.16.3 -> 3.16.4) Subpackages: gtk3-devel gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0 - Update to version 3.16.4: + Bugs fixed: bgo#693738, bgo#719683, bgo#745957, bgo#749451, bgo#749593, bgo#749893, bgo#750058, bgo#750384, bgo#750477, bgo#750505. + Updated translations. ==== i4l-isdnlog ==== Subpackages: libcapi20-3 libcapi20-3-32bit - Force gnu89 inline semantics - add isdn4k-utils-gcc5-fixes.patch: Fix build against GCC 5.x - remove arm-fix-va_arg-usage.diff: not needed anymore ==== kernel-default ==== Version update (4.0.4 -> 4.0.5) Subpackages: kernel-default-devel - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== kernel-desktop ==== Version update (4.0.4 -> 4.0.5) Subpackages: kernel-desktop-devel - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== kernel-docs ==== Version update (4.0.4 -> 4.0.5) - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== kernel-pv-devel ==== Version update (4.0.4 -> 4.0.5) - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== kernel-devel ==== Version update (4.0.4 -> 4.0.5) Subpackages: kernel-macros kernel-source - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== kernel-syms ==== Version update (4.0.4 -> 4.0.5) - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== kernel-xen ==== Version update (4.0.4 -> 4.0.5) Subpackages: kernel-xen-devel - Linux 4.0.5 (bnc#927786 bnc#931580). - Refresh patches.fixes/btrfs-revert-delete-chunk-allocation.patch. - Delete patches.fixes/drm-radeon-retry-dcpd-fetch.patch. - Delete patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock. - commit f4cd21b ==== libcacard0 ==== - Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.3 * Patches added: 0043-qcow2-Set-MIN_L2_CACHE_SIZE-to-2.patch - Patch queue updated from git://github.com/jirislaby/qemu.git opensuse-2.3 * Patches added: 0042-rules.mak-Force-CFLAGS-for-all-obje.patch ==== libQt5Concurrent-devel ==== Subpackages: libQt5Concurrent5 libQt5Core-devel libQt5Core-private-headers-devel libQt5Core5 libQt5DBus-devel libQt5DBus5 libQt5Gui-devel libQt5Gui-private-headers-devel libQt5Gui5 libQt5Network-devel libQt5Network5 libQt5OpenGL-devel libQt5OpenGL5 libQt5PlatformHeaders-devel libQt5PrintSupport-devel libQt5PrintSupport5 libQt5Sql-devel libQt5Sql5 libQt5Sql5-mysql libQt5Sql5-postgresql libQt5Sql5-sqlite libQt5Sql5-unixODBC libQt5Test-devel libQt5Test5 libQt5Widgets-devel libQt5Widgets5 libQt5Xml-devel libQt5Xml5 libqt5-qtbase-common-devel libqt5-qtbase-devel libqt5-qtbase-doc libqt5-qtbase-platformtheme-gtk2 - Add patches from upstream: 0001-Fix-QWidget-setWindowRole.patch 0002-xcb-Fix-getting-the-window-types-from-the-property-o.patch 0003-Fix-centering-dialogs.patch 0004-xcb-Set-_NET_WM_WINDOW_TYPE-from-a-single-place.patch 0005-Restore-documented-behavior-for-the-WA_X11NetWmWindo.patch 0006-xcb-set-SM_CLIENT_ID-property.patch ==== libusb-0_1-4 ==== Subpackages: libusb-compat-devel - Fix libusb-compat-hide-libusb-1_0.patch autoconf checks, especially with -Wl,--as-needed. - Use architecture-independent way to get libusb-1.0.so.0 rpm symbol. ==== libwmf-0_2-7 ==== Subpackages: libwmf-tools - Added patches: * libwmf-0.2.8.4-CVE-2015-0848.patch - Fix CVE-2015-0848: Heap overflow on libwmf0.2-7 (bsc#933109) * libwmf-0.2.8.4-badrle.patch - Fix: DecodeImage() does not check that the run-length "count" fits into the total size of the image, which can lead to a heap-based buffer overflow (bsc#933109) ==== libmono-2_0-1 ==== Version update (4.0.1.44 -> 4.0.2.4) Subpackages: libmono-2_0-devel libmonoboehm-2_0-1 libmonoboehm-2_0-devel libmonosgen-2_0-1 mono-core mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfxcore - Update to version 4.0.2.4: ==== obs-service-source_validator ==== Version update (0.5+git20150513.7c2f7ae -> 0.5+git20150611.b85a5d4) - Update to version 0.5+git20150611.b85a5d4: + unbreak source validator with packages using source services again * Not all _* files are xml * Don't complain about service generated files - Update to version 0.5+git20150527.6e08ec8: + baselibs.conf: ignore lines starting with #; comments might be welcome + baselibs.conf: 'arch' is also a valid keyword + Avoid trashing _service file ==== libopencv-qt55_4 ==== - opencv-gles.patch: support Qt5 built with GLES ==== perl-CPAN-Changes ==== Version update (0.30 -> 0.400001) - updated to 0.400001 see /usr/share/doc/packages/perl-CPAN-Changes/Changes 0.400001 - 2015-05-23 - accept either UTF-8 or ISO-8859-1 files and decode them - only treat bracketed text if it is on its own line with no other brackets - bump version.pm prereq to make sure it works properly - Let long tokens (like URLs) overflow rather than splitting them into multiple likes - Don't wrap on non-breaking spaces - Clean up packaging - Return undef for dates or notes that don't exist - Quote meta chars to fix a problem that clobbered dates with timezones due to the '+' char (GH #20) ==== perl-Error ==== Version update (0.17023 -> 0.17024) - updated to 0.17024 see /usr/share/doc/packages/perl-Error/ChangeLog May 30 2015 (Shlomi Fish) Error.pm #0.17024 - Add link to the VCS repository in META.yml ==== perl-IO-Socket-SSL ==== Version update (2.015 -> 2.016) - updated to 2.016 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes ==== pinentry ==== Version update (0.9.3 -> 0.9.4) Subpackages: pinentry-gtk2 pinentry-qt4 - build gui version with libsecret and text mode versions without to avoid pulling in dbus-x11 on minimal installs (bnc#934214) - pinentry 0.9.4: * Fix regression in GTK+ and curses pinentries [boo#934207] ==== libpython2_7-1_0 ==== Subpackages: libpython2_7-1_0-32bit python-base python-devel python-xml - add __python2 compatibility macro (used by Fedora) ==== python-cffi ==== Version update (0.9.2 -> 1.1.0) - update to version 1.1.0: * Out-of-line API mode: we can now declare integer types with typedef int... foo_t;. The exact size and signedness of foo_t is figured out by the compiler. * Out-of-line API mode: we can now declare multidimensional arrays (as fields or as globals) with int n[...][...]. Before, only the outermost dimension would support the ... syntax. * Out-of-line ABI mode: we now support any constant declaration, instead of only integers whose value is given in the cdef. Such ?new? constants, i.e. either non-integers or without a value given in the cdef, must correspond to actual symbols in the lib. At runtime they are looked up the first time we access them. This is useful if the library defines extern const sometype somename;. * ffi.addressof(lib, "func_name") now returns a regular cdata object of type ?pointer to function?. You can use it on any function from a library in API mode (in ABI mode, all functions are already regular cdata objects). To support this, you need to recompile your cffi modules. * Issue #198: in API mode, if you declare constants of a struct type, what you saw from lib.CONSTANT was corrupted. * Issue #196: ffi.set_source("package._ffi", None) would incorrectly generate the Python source to package._ffi.py instead of package/_ffi.py. Also fixed: in some cases, if the C file was in build/foo.c, the .o file would be put in build/build/foo.o. - additional changes from version 1.0.3: * Same as 1.0.2, apart from doc and test fixes on some platforms - additional changes from version 1.0.2: * Variadic C functions (ending in a ?...? argument) were not supported in the out-of-line ABI mode. This was a bug?there was even a (non-working) example doing exactly that! - additional changes from version 1.0.1: * ffi.set_source() crashed if passed a sources=[..] argument. Fixed by chrippa on pull request #60. * Issue #193: if we use a struct between the first cdef() where it is declared and another cdef() where its fields are defined, then this definition was ignored. * Enums were buggy if you used too many ?...? in their definition - additional changes from version 1.0.0: * The main news item is out-of-line module generation: + for ABI level, with ffi.dlopen() + for API level, which used to be with ffi.verify(), now deprecated - add python-cffi-rpmlintrc: cffi specifically installs C headers in site-packages - add new test dependency gcc-c++ - skip the tests on SLE11 since they fail on i586 ==== qemu ==== Subpackages: qemu-arm qemu-block-curl qemu-extra qemu-ipxe qemu-ksm qemu-kvm qemu-lang qemu-ppc qemu-s390 qemu-seabios qemu-sgabios qemu-tools qemu-vgabios qemu-x86 - Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.3 - Fix qemu2 cow caching (bsc#933132) * Patches added: 0043-qcow2-Set-MIN_L2_CACHE_SIZE-to-2.patch - Patch queue updated from git://github.com/jirislaby/qemu.git opensuse-2.3 * Patches added: 0042-rules.mak-Force-CFLAGS-for-all-obje.patch gcc5-ipxe-add-missing-const-qualifiers.patch gcc5-ipxe-ath9k-Remove-confusing-logic-inversion-in-an-ANI-var.patch ==== qemu-linux-user ==== - Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.3 * Patches added: 0043-qcow2-Set-MIN_L2_CACHE_SIZE-to-2.patch - Patch queue updated from git://github.com/jirislaby/qemu.git opensuse-2.3 * Patches added: 0042-rules.mak-Force-CFLAGS-for-all-obje.patch ==== rendercheck ==== Version update (1.4 -> 1.5) - Update to release 1.5 With his gradient fixes in Dave Airlie thought it could do with a release, since there was a bunch of other changes. ==== libgudev-1_0-0 ==== Subpackages: libgudev-1_0-devel libudev-devel libudev1 libudev1-32bit systemd systemd-32bit systemd-bash-completion systemd-logger systemd-sysvinit typelib-1_0-GUdev-1_0 udev - Remove libudev0 from baselibs.conf - Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077 - Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092 - Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165 - Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package. ==== gvim ==== Subpackages: vim vim-data - Make Perl support dynamic bsc#804070 ==== virtualbox ==== Subpackages: virtualbox-guest-kmp-default virtualbox-guest-kmp-desktop virtualbox-guest-tools virtualbox-guest-x11 virtualbox-host-kmp-default virtualbox-host-kmp-desktop virtualbox-qt - Enable building of for all supported kernel flavours * exclude also pv flavour - Disable multiversion_kernel support, taken from nvidia driver spec, should fix bnc#925663. - initial gcc5 support (it builds at least) * added: gcc5-support.patch (upstream) * added: gcc51-support.patch (upstream) * added: gcc5-real-support.patch ==== yast2-pkg-bindings ==== Version update (3.1.23 -> 3.1.24) - added support for the file conflicts callbacks (bnc#923590) - 3.1.24 ==== yast2-snapper ==== Version update (3.1.7 -> 3.1.8) - removed hardcoded require for libsnapper (see bsc#934249) - 3.1.8 Removed packages: bundle-lang-common-ko bundle-lang-gnome-nl calligra-l10n-cs > calligra-l10n-da > calligra-l10n-de > calligra-l10n-de-doc > calligra-l10n-el > calligra-l10n-en_GB > calligra-l10n-es > calligra-l10n-es-doc > calligra-l10n-fr > calligra-l10n-fr-doc > calligra-l10n-hu > calligra-l10n-it > calligra-l10n-it-doc > calligra-l10n-ja > calligra-l10n-pl > calligra-l10n-pt > calligra-l10n-pt-doc > calligra-l10n-pt_BR > calligra-l10n-pt_BR-doc > calligra-l10n-ru > calligra-l10n-ru-doc > calligra-l10n-zh_CN > calligra-l10n-zh_TW Added packages: bundle-lang-common-fi