Changed packages: ==== Mesa ==== Version update (10.6.3 -> 10.6.4) Subpackages: Mesa-32bit Mesa-devel Mesa-dri-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libEGL1-32bit Mesa-libGL-devel Mesa-libGL1 Mesa-libGL1-32bit Mesa-libGLESv1_CM-devel Mesa-libGLESv1_CM1 Mesa-libGLESv2-2 Mesa-libGLESv2-devel Mesa-libglapi-devel Mesa-libglapi0 Mesa-libglapi0-32bit libOSMesa-devel libOSMesa9 libgbm-devel libgbm1 libgbm1-32bit libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libwayland-egl-devel libwayland-egl1 libxatracker2 - update to 10.6.4 * In this release we have a few GL specific fixes (in both dri drivers and the EGL loader), an updated mesa.icd file and a crashfix for the standalone glcpp tool. ==== acpica ==== Version update (20150410 -> 20150717) - Update to version 20150717 - Use download Url as source - Remove depreciated AUTHORS section ==== bash-completion ==== - Add patch backtick-completion-boo940835.patch to allow correct backtick completion (boo#940835) - Correct typo in patch ls-completion-boo889319.patch ==== cairo-devel ==== Subpackages: libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-32bit - drop cairo-disable-lto.patch: lto was dropped upstream ==== cmake ==== Version update (3.3.0 -> 3.3.1) - cmake 3.3.1: * ctest: fix add_subdirectory() crash * add_subdirectory: Fix error message on missing CMakeLists.txt * Fortran: Store detected compiler version persistently - verify source signatures ==== curl ==== Version update (7.43.0 -> 7.44.0) Subpackages: libcurl-devel libcurl4 - update to 7.44.0 http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA examples: added http2-serverpush.c http2: added curl_pushheader_byname() and curl_pushheader_bynum() docs: added CODE_OF_CONDUCT.md curl: Add --ssl-no-revoke to disable certificate revocation checks libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS makefile: Added support for VC14 - dropped unexpire-test46.patch (upstream) ==== dnsmasq ==== Version update (2.72 -> 2.75) - Update to 2.75, announce message: Fix reversion on 2.74 which caused 100% CPU use when a dhcp-script is configured. Thanks to Adrian Davey for reporting the bug and testing the fix. - Update to 2.74, announce message: Fix reversion in 2.73 where --conf-file would attempt to read the default file, rather than no file. Fix inotify code to handle dangling symlinks better and not SEGV in some circumstances. DNSSEC fix. In the case of a signed CNAME generated by a wildcard which pointed to an unsigned domain, the wrong status would be logged, and some necessary checks omitted. - Update to 2.73, announce message: Fix crash at startup when an empty suffix is supplied to - -conf-dir, also trivial memory leak. Thanks to Tomas Hozza for spotting this. Remove floor of 4096 on advertised EDNS0 packet size when DNSSEC in use, the original rationale for this has long gone. Thanks to Anders Kaseorg for spotting this. Use inotify for checking on updates to /etc/resolv.conf and friends under Linux. This fixes race conditions when the files are updated rapidly and saves CPU by noy polling. To build a binary that runs on old Linux kernels without inotify, use make COPTS=-DNO_INOTIFY Fix breakage of --domain=,,local - only reverse queries were intercepted. THis appears to have been broken since 2.69. Thanks to Josh Stone for finding the bug. Eliminate IPv6 privacy addresses and deprecated addresses from the answers given by --interface-name. Note that reverse queries (ie looking for names, given addresses) are not affected. Thanks to Michael Gorbach for the suggestion. Fix crash in DNSSEC code with long RRs. Thanks to Marco Davids for the bug report. Add --ignore-address option. Ignore replies to A-record queries which include the specified address. No error is generated, dnsmasq simply continues to listen for another reply. This is useful to defeat blocking strategies which rely on quickly supplying a forged answer to a DNS request for certain domains, before the correct answer can arrive. Thanks to Glen Huang for the patch. Revisit the part of DNSSEC validation which determines if an unsigned answer is legit, or is in some part of the DNS tree which should be signed. Dnsmasq now works from the DNS root downward looking for the limit of signed delegations, rather than working bottom up. This is both more correct, and less likely to trip over broken nameservers in the unsigned parts of the DNS tree which don't respond well to DNSSEC queries. Add --log-queries=extra option, which makes logs easier to search automatically. Add --min-cache-ttl option. I've resisted this for a long time, on the grounds that disbelieving TTLs is never a good idea, but I've been persuaded that there are sometimes reasons to do it. (Step forward, GFW). To avoid misuse, there's a hard limit on the TTL floor of one hour. Thansk to RinSatsuki for the patch. Cope with multiple interfaces with the same link-local address. (IPv6 addresses are scoped, so this is allowed.) Thanks to Cory Benfield for help with this. Add --dhcp-hostsdir. This allows addition of new host configurations to a running dnsmasq instance much more cheaply than having dnsmasq re-read all its existing configuration each time. Don't reply to DHCPv6 SOLICIT messages if we're not configured to do stateful DHCPv6. Thanks to Win King Wan for the patch. Fix broken DNSSEC validation of ECDSA signatures. Add --dnssec-timestamp option, which provides an automatic way to detect when the system time becomes valid after boot on systems without an RTC, whilst allowing DNS queries before the clock is valid so that NTP can run. Thanks to Kevin Darbyshire-Bryant for developing this idea. Add --tftp-no-fail option. Thanks to Stefan Tomanek for the patch. Fix crash caused by looking up servers.bind, CHAOS text record, when more than about five --servers= lines are in the dnsmasq config. This causes memory corruption which causes a crash later. Thanks to Matt Coddington for sterling work chasing this down. Fix crash on receipt of certain malformed DNS requests. Thanks to Nick Sampanis for spotting the problem. Note that this is could allow the dnsmasq process's memory to be read by an attacker under certain circumstances, so it has a CVE, CVE-2015-3294 Fix crash in authoritative DNS code, if a .arpa zone is declared as authoritative, and then a PTR query which is not to be treated as authoritative arrived. Normally, directly declaring .arpa zone as authoritative is not done, so this crash wouldn't be seen. Instead the relevant .arpa zone should be specified as a subnet in the auth-zone declaration. Thanks to Johnny S. Lee for the bugreport and initial patch. Fix authoritative DNS code to correctly reply to NS and SOA queries for .arpa zones for which we are declared authoritative by means of a subnet in auth-zone. Previously we provided correct answers to PTR queries in such zones (including NS and SOA) but not direct NS and SOA queries. Thanks to Johnny S. Lee for pointing out the problem. Fix logging of DHCPREPLY which should be suppressed by quiet-dhcp6. Thanks to J. Pablo Abonia for spotting the problem. Try and handle net connections with broken fragmentation that lose large UDP packets. If a server times out, reduce the maximum UDP packet size field in the EDNS0 header to 1280 bytes. If it then answers, make that change permanent. Check IPv4-mapped IPv6 addresses when --stop-rebind is active. Thanks to Jordan Milne for spotting this. Allow DHCPv4 options T1 and T2 to be set using --dhcp-option. Thanks to Kevin Benton for patches and work on this. Fix code for DHCPCONFIRM DHCPv6 messages to confirm addresses in the correct subnet, even of not in dynamic address allocation range. Thanks to Steve Hirsch for spotting the problem. Add AddDhcpLease and DeleteDhcpLease DBus methods. Thanks to Nicolas Cavallari for the patch. Allow configuration of router advertisements without the "on-link" bit set. Thanks to Neil Jerram for the patch. Extend --bridge-interface to DHCPv6 and router advertisements. Thanks to Neil Jerram for the patch. ==== e2fsprogs ==== Subpackages: e2fsprogs-devel libcom_err-devel libcom_err2 libcom_err2-32bit libext2fs-devel libext2fs2 - spec: add static library dependencies - enable static build and package static libraries - e2fsprogs-1.41.1-splash_support.patch: Drop it, this patch depends on the old in kernel "bootsplash" patches that were removed after the introduction of plymouth. - Update to 1.42.13 * fix potential buffer overflow while closing a filesystem * fix deadlock which occurs when using systemd and e2fsck.conf's logging feature * make tune2fs clear journal superblock backup when removing journal * fix use after free bugs in resize2fs and e2fsck * fix endianity bugs in libext2fs ... - Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream - e2fsck-fix-free-pointer-dereferences.patch: Fix use after free (bnc#912229) - Update to 1.42.12 * fix e2fsck bugs when repairing bigalloc filesystems * fix rare e2fsck bugs discovered by fs fuzzing * resize2fs will use less memory when resizing large filesystems ... - Remove e2fsck.conf since we don't need the changed default anymore. e2fsck handles this type of problems automatically now and broken_system_clock has other undesired sideeffects like skipped periodic checks (bnc#866283) - Update to 1.42.11 * fix aborted journal replay in e2fsck with bigalloc * make mke2fs refuse insane flex_bg sizes * automatically fix last mount time and last write time in e2fsck * fix mke2fs to properly create large filesystems on 32-bit systems * mke2fs asks before wiping preexisting filesystem * mke2fs can create filesystems with all metadata in the beginning * fix resize2fs shrink operation in some corner cases ... - Remove filefrag-print-shared-extent-flag.patch: Merged upstream - Add filefrag-print-shared-extent-flag.patch: lets filefrag print shared extent flag when it gets it. Helps with fate#316317 / bnc#868847. Patch sent to upstream 4/17/2014. - Removed "-mini" spec file for now as it is causing troubles in Factory and according to Coolo may not be needed after all. - update to 1.42.9 * fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle bigalloc filesystems * fix rehashing of extent mapped directory in e2fsck * fix e2fsck not to add lost+found in read-only mode * fix buffer overruns in e2image * fix tune2fs to properly update all backup superblocks when disabling quota feature * e2image support for efficient copying of filesystems * fix complaint about uninitialized extents beyond EOF in e2fsck * fix resize2fs to not corrupt filesystem in some corner cases * fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB ... - Created "-mini" version of package which doesn't build "info" and so doesn't depend on makeinfo, texinfo, and all of tex. This should allow packages in the bootstrap cycle (such as krb5-mini) to build-depends of libraries from here. - update to 1.42.8 * e2fsck: detect and fix invalid extents at leaf block tails * e2fsck: allow checking ro root fs with external journal * fix offline resizing of fs with flex_bg && !resize_inode * fix resize2fs to not leave bitmaps beyond fs end * fixed e2image for large (>32-bit) filesystems * debugfs fixes - Removed upstreamed patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch resize-bigalloc_check-should-have-return-type-void.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch - Fix compilation for Fedora targets in Build Service - Fix compilation warnings by patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch resize-bigalloc_check-should-have-return-type-void.patch - update to 1.42.7 * Fix various off-line resizing bugs * New filefrag options to improve output formatting * mke2fs improvements for bigalloc filesystems * Fix e2fsck to properly detect corruption of internal extent tree nodes * Improve CPU efficiency of e2fsck * Various debugfs improvements ... - refreshed e2fsprogs-1.41.1-splash_support.patch - Install the correct source file as /etc/e2fsck.conf. - update to 1.42.6 * Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock * Various resize2fs fixes * Various quota related fixes * Fixed filefrag so that it correctly reports the number of extents * Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc * Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock. * Fixed a bug in how e2fsck would uniquify directory entry names * Manpage updates ... - removed e2fsprogs-1.42-voidreturn_value_declared.patch because it makes no longer any sence due to upstream changes - add makeinfo as explicit buildrequire - Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix first part of bnc#775268 - update to 1.42.4 * Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which could corrupt file systems * Fixed e2fsck's handling of how errors propagate from the journal to the file system superblock * Fixed a false positive complaint from e2fsck if all of the extents in the last extent block are uninitialized and located after the end of the file. * dumpe2fs will display the journal's error indicator in the superblock if it is set * Fixed a bug which caused e2fsck to incorrectly use O_EXCLUSIVE in some corner cases. * Fix truncation of extent-mapped inodes in e2fsck and libext2fs * Fixed i_blocks accounting in bigalloc file systems. * Add support for btrfs's No_COW flag to lsattr and chattr * Debugfs interprets the date strings of the form "@ddd" as ddd seconds after the epoch * Updated/fixed various man pages (Closes: #674453, #674694) - Updated to 1.42.3 - Fix a bug in the Unix I/O manager which could cause corruption of file systems with more than 16TB when e2fsprogs is compiled in 32-bit mode. - Improve the support for integrated quota files. - Fixed a regression introduced in 1.42.2 which would cause applications outside of e2fsprogs which did not pass the EXT2_FLAG_64BIT to crash. - Fix a bug which would cause mke2fs to fail creating the journal if /etc/mtab and /proc/mounts are missing. - Updated/fixed various man page. - Updated translations. - Added dependency of e2fsprogs package on particular versions of libext2fs and libcom_err to avoid problems with missing symbols - Update to 1.42.2: * resize2fs uses much less CPU and is much faster for very large fs. * The seti and freei commands in debugfs can now take an optional length argument to set and clear a contiguous range of inodes. * E2fsck will now make explicit checks for the EOFBLOCKS_FL, since we plan to remove support for it from the kernel file system driver. * mke2fs can now use direct I/O via "mke2fs -D" * E2fsck was needlessly closing and re-opening the file system as a side effect of adding Multiple Mount Protection (MMP). This isn't necessary for non-MMP file systems, so drop it. * E2fsck will now abort if there are memory allocation failures when the file system is initially opened and during the block group descriptor checks. * e2fsck will now report the incorrect and corrected checksum values for incorrect block groups. * e2fsck can now write log files containing the details of the problems that were found and fixed directly, via configuration parameters in /etc/e2fsck.conf. * The number of messages reported by e2fsck for a given problem type can be limited. * dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which noticably reduces memory consumption for large file systems. * E2fsck now checks for extents with a zero length. * Fixed a number of bugs relating to discard. * E2fsck's CPU utilization in pass 5 has been optimized. * E2image will now skip copying uninitialized bitmap and inode table blocks. * Fixed mke2fs -S so it does not corrupt the first block group's information. * E2fsck will now check the new sysfs interface to determine if we are using the battery or AC mains. - Add up-to-date german messages - Remove the obsolete german messages. - place binaries and libraries into the /usr tree (UsrMerge project) - SPARC: avoid retention of libquota.a - Remove redundant tags/sections from specfile - removed dumpe2fs-add-man-page-warning-about-mounted-fil.patch deprecated by this release - refreshed e2fsprogs-1.41.1-splash_support.patch - added several patches to fix warnings generated by the check_gcc_output and rpmlint - update to 1.42 * this release has support for file systems >16TB. online resize requires kernel support which will hopefully be in kernel version 3.2. offline support is not yet available for >16TB, but will be coming * this release has support for clustered allocation, which reduces the number of block (now cluster) bitmaps by allocating and deallocating space in contiguous power-of-2 collections of blocks, which are called clustered. This is a filesystem level feature called 'bigalloc', which must be enabled when the filesystem is inititally formatted. It is not backwards compatible with older kernels. * added support for the Multi-Mount Protection (MMP) feature * The mke2fs and e2fsck programs now tries to use the punch hole command as a "discard" when operating on normal files. * The resize2fs program now has support for a new online resize ioctl that can support file systems > 16TB, once it arrives in v3.x kernels. * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl. * Added support for journals larger than 2GB. * Added internationalization support for libcom_err error table strings. * Fixed various spelling mistakes found in various output strings found by I18N translators. * Update translations: French, Chinese, Germany, Indonesian, Swedish, Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985, [#620659]) * Updated/clarified man pages. (Addresses Debian Bugs: #639411, #642193, [#634883]) * various bug fixes and enhancements (see RELEASE-NOTES) - add autoconf as buildrequire to avoid implicit dependency - Added dumpe2fs.8 manpage fix - Fix typo in package summary - Fix licenses in spec file to match those specified in COPYING file - Fix the last untranslated entry in the message catalog. - Add an updated german translation that has also been sent upstream. - Call 'make update-po' in po/ to sync translations and original messages. - Update to 1.14.14 * Many bugfixes * Resize2fs -P will now refuse to print a minimum size if the file system is not clean. * 2fsck will check for cases where the EOFBLOCKS_FL is set when it is not needed, and offer to clear it * The mke2fs program now queries the kernel for the physical as well as the logical sector size, and will not allow a blocksize below the logical, and will strongly encourage a blocksize at least as big as the physical blocksize * E2fsck now will completely skip time-based checks if the system clock looks insane or the option broken_system_clock is set in /etc/e2fsck.conf * E2fsck now tests for extents that begin at physical block 0 and rejects them as invalid. * The tune2fs program can now set the uninit_bg feature without requiring an fsck * The tune2fs, dumpe2fs, and debugfs programs now support the new ext4 default mount options settings which were added in 2.6.35 * The resize2fs program now handles devices which are exactly 16T see more changes in RELEASE-NOTES - Use upstream de translations (regenerated in 1.41.13) - revert pth's %configure to fix build - Do package libext2fs.a (BuildRequired for silo) on SPARC - use %_smp_mflags - Regenerate patch so that it applies without fuzz. - Fix spec file. - Bring german message catalog up-to-date. - update to 1.41.11: * E2fsck will correctly fix directories that are have an inaccurate i_size as well as other problems in a single pass, instead of requiring two e2fsck runs before the file system is fully fixed. * Fix e2fsck so it will correctly find and detect duplicate directory entries for non-indexed directories * Mke2fs will use BLKDISCARD to pre-discard all blocks on an SSD or thinly-provisioned storage device. This can be disabled using the -K option. * Mke2fs now will obtain get device topology information from blkid and use it to populate the superblock stride and stripe sizes. It will also warn if the block device is misaligned see more changes in RELEASE-NOTES - add baselibs.conf as a source - libcom_err-devel shoudl require glibc-devel - Axe static libraries and see how it goes.. - fix possible massive fdleak when fsck is invoked with options - R -A -M -a -t noopts=nofail in boot.localfs [bnc#503008] - fix the super block even if someone mounted the file system in wrong timezone in between (bnc#537542) - update to 1.41.9: "All users of e2fsprogs are urged to upgrade to the 1.41.9 version as soon as possible" * Fix a bug in e2fsck routines for reallocating an inode table which could cause it to loop forever on an ext4 filesystem with the FLEX_BG filesystem feature with a relatively rare (and specific) filesystem corruption. This fix causes e2fsck to try to find space for a new portion of the inode table in the containing flex_bg, and if that fails, the new portion of the inode table will be allocated in any free space available in the filesystem. * Make e2fsck less annoying by only asking for permission to relocate a block group's inode table once, instead of for every overlapping block. Similarly, only ask once to recompute the block group checksums, instead of once for each corrupted block group's checksum. see more changes in RELEASE-NOTES - added Supplements for ext4 - look for libreadline.so.6 too - refresh patches to avoid fuzz - update to 1.41.8 - Fix resize2fs's online resizing, fixing a regression which in e2fpsrogs 1.41.7. - Fix resize2fs bugs when shrinking ext4 filesystems - If the resize2fs operation fails, the user will be told to fix up the filesystem using e2fsck -fy. - do not install disabled uuid binary and man page - Fix filefrag program for files that have more than 144 extents. - allow V=1 to disable silent build - enable verbose build again (V=1 merged upstream) - move awk scripts from libcom_err2 to libcom_err2-devel - moved baselibs.conf changes to util-linux. - update to 1.41.7 - disable libuuid and libblkid packages (moved to util-linux) - drop libvolume_id support (util-linux's libblkid will work) - removed patches: e2fsprogs-libvolume_id-support.patch e2fsprogs-no_cmd_hiding.patch e2fsprogs-base_devt.patch e2fsprogs-mdraid.patch - Fix errors in German messages. ==== eog-plugins ==== Version update (3.16.0 -> 3.16.1) Subpackages: eog-plugins-lang - Updated to version 3.16.1: + Updated translations. ==== fonts-config ==== - fonts-config: fix use of $ENV vars ==== gedit ==== Version update (3.16.2 -> 3.16.3) Subpackages: python3-gedit - Update to version 3.16.3: + Various bug fixes. + Updated translations. ==== libgfbgraph-0_2-0 ==== Version update (0.2.2 -> 0.2.3) Subpackages: typelib-1_0-GFBGraph-0_2 - Update to version 0.2.3: + The major update in this version is the support of the version 2.3 of the Facebook Graph API. + The changes include: - The tests has been improved to use the Facebook test API (creating a test user). - A node now can be linked to other (if allowed). This allow to publish data to Facebook! For the moment just albums and photos. - bgo#752380: Updated the API of Facebook Graph to version 2.3 due deprecation of 1.0. - The documentation has been polished and now respect parallel installations. ==== gitg ==== Subpackages: gitg-lang libgitg-1_0-0 libgitg-ext-1_0-0 - Add typelib-1_0-Peas-1_0 and typelib-1_0-PeasGtk-1_0 Requires: as those dependencies are inside an elf binary, we do not yet have a scanner to detect them (boo#929581). ==== gnome-keyring ==== Subpackages: gnome-keyring-32bit gnome-keyring-pam gnome-keyring-pam-32bit libgck-modules-gnome-keyring - Remove postun handling from baselibs.conf. If one uninstalls gnome-keyring-pam-32bit it has the effect that gnome-keyring-pam gets unregistered (boo#941736). ==== gnome-shell ==== Subpackages: gnome-shell-browser-plugin gnome-shell-calendar gnome-shell-wayland - Add gnome-shell-Fix-nb-translation.patch: Fix translation for Norwegian Bokmål (bgo#740906). ==== gpg2 ==== Version update (2.1.6 -> 2.1.7) - GnuPG 2.1.7: * gpg: Support encryption with Curve25519 if Libgcrypt 1.7 is used. * gpg: In the --edit-key menu: Removed the need for "toggle", changed how secret keys are indicated, new commands "fpr *" and "grip". * gpg: More fixes related to legacy keys in a keyring. * gpgv: Does now also work with a "trustedkeys.kbx" file. * scd: Support some feature from the OpenPGP card 3.0 specs. * scd: Improved ECC support * agent: New option --force for the DELETE_KEY command. * Dropped deprecated gpgsm-gencert.sh * Various other bug fixes. ==== libhdf5-10 ==== Subpackages: libhdf5_hl10 - Add hdf5-cpp-compilation-errors.patch: Reverts a change from v1.8.15 to H5api_adpt.h that caused compilation errors for C++ HDF5 applications; patch taken from upstream svn. ==== iso-codes ==== Version update (3.59 -> 3.60) - Update to version 3.60: + Correct name for AOK (Angolan Kwanza). + Updated translations for ISO 4217, ISO 639-5, ISO 639-3, ISO 3166, ISO 639 and ISO 3166-2. ==== kernel-default ==== Version update (4.1.4 -> 4.1.5) Subpackages: kernel-default-devel - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== kernel-desktop ==== Version update (4.1.4 -> 4.1.5) Subpackages: kernel-desktop-devel - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== kernel-docs ==== Version update (4.1.4 -> 4.1.5) - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== kernel-pv-devel ==== Version update (4.1.4 -> 4.1.5) - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== kernel-devel ==== Version update (4.1.4 -> 4.1.5) Subpackages: kernel-macros kernel-source - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== kernel-syms ==== Version update (4.1.4 -> 4.1.5) - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== kernel-xen ==== Version update (4.1.4 -> 4.1.5) Subpackages: kernel-xen-devel - config: enable IPV6_SIT_6RD on all flavors The option was initially disabled because it was labeled experimental. - commit 83fbd4e - Linux 4.1.5. - Refresh patches.xen/xen-x86-EFI. - commit efe368a ==== libdrm-devel ==== Version update (2.4.62 -> 2.4.63) Subpackages: libdrm2 libdrm2-32bit libdrm_intel1 libdrm_intel1-32bit libdrm_nouveau2 libdrm_nouveau2-32bit libdrm_radeon1 libdrm_radeon1-32bit libkms1 - update baselibs.conf for AMDGPU - update to version 2.4.6.3 * This release adds AMDGPU driver, adds new AMD OLAND PCIids ==== libgxps2 ==== Version update (0.2.2 -> 0.2.3.1) - Update to version 0.2.3.1: + This is a follow up release to fix the build in some cases due to libpng undefined symbols. - Update to version 0.2.3: + API changes: Add API to get Core Properties of a XPS file. + New features: - Support ImageBrush Viewbox and rotation/shearing matrices (bgo#751357). - Add support for JPEG images with GRAYSCALE color space (bgo#744120). - Add support for interleaved zip archives. + Bugs fixed: - Fix transformation for VisualBrush elements (bgo#742630). - Fix parsing of dash array with negative values (bgo#715023). - Make gxps_dash_array_parse fail for an odd number of dashes (bgo#715023). - Fix parsing of dash array when it has trailing or leading whitespaces (bgo#715023). - Fix the build with libpng16. - Fix parsing of real numbers containing e[+-]number. - Fix a crash in documents containing nested FixedDocument (bgo#685741). - Drop obsolete xz BuildRequires: We now support xz tarballs by default. - Drop libgxps-libpng16.patch: Fixed upstream. ==== libpng12-0 ==== Subpackages: libpng12-0-32bit libpng12-compat-devel libpng12-devel - build in build section ==== libpng16-16 ==== Subpackages: libpng16-16-32bit libpng16-devel - drop unknown configure switch ==== libwacom-data ==== Version update (0.13 -> 0.15) Subpackages: libwacom2 - Update to version 0.15 * Support added for ISDv4 0x4800 (Dell Venue 10 5050 Android tablet) * Bustype i2c is now supported - Changes from version 0.14 * Support added for Cintiq 13HD touch * Fixes to the udev rule set to tag uinput devices correctly too * Integrated tabled are not marked as ID_INPUT_TOUCHPAD anymore now ==== fcitx-mozc ==== Subpackages: ibus-mozc ibus-mozc-candidate-window mozc mozc-gui-tools - Enable PowerPC builds. * Add generic atomics on Power (protobuf-generic-atomic.patch , protobuf-atomic.patch) * Workaround llvm bug https://llvm.org/bugs/show_bug.cgi?id=22248 (mozc-stack-protector.patch) ==== openvpn ==== - Add revert-daemonize.patch, looks like under systemd the stdin and stdout are not TTYs by default. This reverts to previous behaviour fixing bsc#941569 ==== libpurple-plugin-sipe ==== Subpackages: pidgin-sipe - Port to GStreamer 1.0 (follow pidin's port): + Add pidgin-sipe-gstreamer-1.0.patch + Replace pkgconfig(gstreamer-0.10) BuildRequires with pkgconfig(gstreamer-1.0). + Add autoreconf call, as the patch touches the buildsystem. + Pass --with-vv to configure, to ensure we do not lose Voice & Video support. ==== libpoppler-cpp0 ==== Version update (0.34.0 -> 0.35.0) Subpackages: libpoppler-devel libpoppler-glib8 poppler-tools - Update to version 0.35.0: + core: - Fix assert in broken file (fdo#91344). - Adjust memory layout computation of GooString. - Make SplashBitmap XBGR transfer alpha channel. - Splash: Fix wrong writes on non rgb outputs (fdo#90570). - Splash: remove ifndef in Windows code. - GlobalParamsWin bugfixes (fdo#91053). + qt4: - Switch default image format. - Add IgnorePaperColor render flag. + qt5: - Improve efficiency of Poppler::Page::renderToImage. - Switch default image format. - Add IgnorePaperColor render flag. + build system: - Allow configuring SPLASH_CMYK support. + Add configure --enable-build-type (fdo#90796). + glib: - Explicitly link against pthread. - Deprecation fixes. + utils: pdftocairo: Fix cast to pointer from integer of different size on win64. - Bump soname following upstream changes. ==== libpoppler-qt4-4 ==== Version update (0.34.0 -> 0.35.0) - Update to version 0.35.0: + core: - Fix assert in broken file (fdo#91344). - Adjust memory layout computation of GooString. - Make SplashBitmap XBGR transfer alpha channel. - Splash: Fix wrong writes on non rgb outputs (fdo#90570). - Splash: remove ifndef in Windows code. - GlobalParamsWin bugfixes (fdo#91053). + qt4: - Switch default image format. - Add IgnorePaperColor render flag. + qt5: - Improve efficiency of Poppler::Page::renderToImage. - Switch default image format. - Add IgnorePaperColor render flag. + build system: - Allow configuring SPLASH_CMYK support. + Add configure --enable-build-type (fdo#90796). + glib: - Explicitly link against pthread. - Deprecation fixes. + utils: pdftocairo: Fix cast to pointer from integer of different size on win64. - Bump soname following upstream changes. ==== libpoppler-qt5-1 ==== Version update (0.34.0 -> 0.35.0) Subpackages: libpoppler-qt5-devel - Update to version 0.35.0: + core: - Fix assert in broken file (fdo#91344). - Adjust memory layout computation of GooString. - Make SplashBitmap XBGR transfer alpha channel. - Splash: Fix wrong writes on non rgb outputs (fdo#90570). - Splash: remove ifndef in Windows code. - GlobalParamsWin bugfixes (fdo#91053). + qt4: - Switch default image format. - Add IgnorePaperColor render flag. + qt5: - Improve efficiency of Poppler::Page::renderToImage. - Switch default image format. - Add IgnorePaperColor render flag. + build system: - Allow configuring SPLASH_CMYK support. + Add configure --enable-build-type (fdo#90796). + glib: - Explicitly link against pthread. - Deprecation fixes. + utils: pdftocairo: Fix cast to pointer from integer of different size on win64. - Bump soname following upstream changes. ==== pragha ==== Subpackages: pragha-lang pragha-plugins - Remove BuildRequires: rygel-devel because of hardcoded version, see gh#pragha-music-player/pragha#82. ==== python-Pillow ==== Version update (2.8.1 -> 2.9.0) - Update to 2.9.0: * Added test for GimpPaletteFile #1324 * Fixed ValueError in Python 2.6 #1315 #1316 * Fixed tox test script path #1308 * Added width and height properties #1304 * Update tiff and tk tcl 8.5 versions #1303 * Add functions to convert: Image <-> QImage; Image <-> QPixmap #1217 * Remove duplicate code in gifmaker script #1294 * Multiline text in ImageDraw #1177 * Automated Windows CI/build support #1278 * Removed support for Tk versions earlier than 8.4 #1288 * Fixed polygon edge drawing #1255 (fixes #1252) * Check prefix length in _accept methods #1267 * Register MIME type for BMP #1277 * Adjusted ImageQt use of unicode() for 2/3 compatibility #1218 * Identify XBM file created with filename including underscore #1230 (fixes #1229) * Copy image when saving in GifImagePlugin #1231 (fixes #718) * Removed support for FreeType 2.0 #1247 * Added background saving to GifImagePlugin #1273 * Provide n_frames attribute to multi-frame formats #1261 * Add duration and loop set to GifImagePlugin #1172, #1269 * Ico files are little endian #1232 * Upgrade olefile from 0.30 to 0.42b #1226 * Setting transparency value to 0 when the tRNS contains only null byte(s) #1239 * Separated out feature checking from selftest #1233 * Style/health fixes * Update WebP from 0.4.1 to 0.4.3 #1235 * Release GIL during image load (decode) #1224 * Added icns save #1185 * Fix putdata memory leak #1196 * Keep user-specified ordering of icon sizes #1193 * Tiff: allow writing floating point tag values #1113 - Update to 2.8.2: * Bug fix: Fixed Tiff handling of bad EXIF data - Remove 0001-Ico-files-are-little-endian-ref-1204.patch: merged upstream - Remove fix-textsize-equal.patch: merged upstream - fix build and dependencies for RHEL/CentOS 7 ==== python-Twisted ==== - change dep from python-asn1 to python-pyasn1 (renamed long ago) ==== python-boto ==== - Fix update-alternatives usage. - Implement update-alternatives to allow for python 3 version, which is now supported upstream. - specfile cleanups ==== python-dateutil ==== Version update (2.2 -> 2.4.2) - update url in specfile - use sed to eliminate MS-DOS style end of lines - update to version 2.4.2: * Updated zoneinfo to 2015b. * Fixed issue with parsing of tzstr on Python 2.7.x; tzstr will now be decoded if not a unicode type. gh #51 (lp:1331576), gh pr #55. * Fix a parser issue where AM and PM tokens were showing up in fuzzy date stamps, triggering inappropriate errors. gh #56 (lp: 1428895), gh pr #63. * Missing function "setcachsize" removed from zoneinfo __all__ list by @ryanss, fixing an issue with wildcard imports of dateutil.zoneinfo. (gh pr #66). * (PyPi only) Fix an issue with source distributions not including the test suite. - changes from version 2.4.1: * Added explicit check for valid hours if AM/PM is specified in parser. (gh pr #22, issue #21) * Fix bug in rrule introduced in 2.4.0 where byweekday parameter was not handled properly. (gh pr #35, issue #34) * Fix error where parser allowed some invalid dates, overwriting existing hours with the last 2-digit number in the string. (gh pr [#32], issue #31) * Fix and add test for Python 2.x compatibility with boolean checking of relativedelta objects. Implemented by @nimasmi (gh pr [#43]) and Céic Krier (lp: 1035038) * Replaced parse() calls with explicit datetime objects in unit tests unrelated to parser. (gh pr #36) * Changed private _byxxx from sets to sorted tuples and fixed one currently unreachable bug in _construct_byset. (gh pr #54) * Additional documentation for parser (gh pr #29, #33, #41) and rrule. * Formatting fixes to documentation of rrule and README.rst. * Updated zoneinfo to 2015a. - changes from version 2.4.0: * Fix an issue with relativedelta and freezegun (lp:1374022) * Fix tzinfo in windows for timezones without dst (lp:1010050, gh [#2]) * Ignore missing timezones in windows like in POSIX * Fix minimal version requirement for six (gh #6) * Many rrule changes and fixes by @pganssle (gh pull requests #13 [#14] #17), including defusing some infinite loops (gh #4) - changes from version 2.3: * Cleanup directory structure, moved test.py to dateutil/tests/test.py * Changed many aspects of dealing with the zone info file. Instead of a cache, all the zones are loaded to memory, but symbolic links are loaded only once, so not much memory is used. * The package is now zip-safe, and universal-wheelable, thanks to changes in the handling of the zoneinfo file. * Fixed tzwin silently not imported on windows python2 * New maintainer, together with new hosting: GitHub, Travis, Read-The-Docs ==== libdcerpc-binding0 ==== Subpackages: libdcerpc-binding0-32bit libdcerpc0 libdcerpc0-32bit libgensec0 libgensec0-32bit libndr-krb5pac0 libndr-krb5pac0-32bit libndr-nbt0 libndr-nbt0-32bit libndr-standard0 libndr-standard0-32bit libndr0 libndr0-32bit libnetapi0 libnetapi0-32bit libregistry0 libsamba-credentials0 libsamba-credentials0-32bit libsamba-hostconfig0 libsamba-hostconfig0-32bit libsamba-passdb0 libsamba-passdb0-32bit libsamba-util0 libsamba-util0-32bit libsamdb0 libsamdb0-32bit libsmbclient-devel libsmbclient-raw0 libsmbclient-raw0-32bit libsmbclient0 libsmbconf0 libsmbconf0-32bit libsmbldap0 libsmbldap0-32bit libtevent-util0 libtevent-util0-32bit libwbclient0 libwbclient0-32bit samba samba-32bit samba-client samba-client-32bit samba-doc samba-libs samba-libs-32bit samba-winbind samba-winbind-32bit - Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284). ==== libnfsidmap-sss ==== Subpackages: libsss_idmap0 libsss_nss_idmap0 sssd sssd-32bit sssd-krb5-common sssd-ldap - Kill unused libsss_sudo-devel solvable. - Obsolete/provide libsss_sudo in sssd main package. Sudo capability is an integral feature in SSSD and the library is not supposed to be used separately. ==== sudo ==== - No need to buildrequire an sssd plugin (libsss_sudo) - Pass --enable-tmpfiles.d=%{_tmpfilesdir} to configure: let's be specific about this feature, and not randomly rely on the presence/absence of /usr/lib/tmpfiles.d/systemd.conf. - Add systemd-rpm-macros BuildRequires to ensure %_tmpfilesdir is defined. - Add relevant %tmpfiles_create call to post scriptlet. ==== tuned ==== Version update (2.5.0 -> 2.5.1) - Update to 2.5.1 * plugin_scheduler: work with nohz_full (rhbz#1247184) * fixed realtime-virtual-guest/host profiles packaged twice (rhbz#1249028) * fixed requirements of realtime and nfv profiles * fixed tuned-gui not starting (boo#937647) * various other minor fixes ==== xdm ==== - Replaced font resources for login screen with font face names. Since xdm is now built with Xft support, it uses face names for client side rendered fonts. The settings for screen widths >= 800 are the xdm defaults. For smaller screens the sizes are reduced so they fit the screen better (bsc#940263). - Avoid confusion of user: add '-' to font names in etc/X11/xdm/Xresources. This is not required for the font names used in the file but some others. (bsc#940263). ==== yast2-bootloader ==== Version update (3.1.140 -> 3.1.141) - avoid bootloader module stuck caused by parted prompt (bnc#941510) - 3.1.141 Removed packages: bundle-lang-common-nl libmysqlcppconn6 libpoppler53 libsss_sudo Added packages: bundle-lang-common-sv libmysqlcppconn7 libpoppler54