Packages changed:
  branding-openSUSE (15.0 -> 84.87.20180403)
  cpupower (4.19 -> 5.1)
  libguestfs
  logrotate (3.14.0 -> 3.15.0)
  parole (1.0.1 -> 1.0.2)
  php7 (7.3.3 -> 7.3.4)
  plymouth
  python-Pillow (5.4.1 -> 6.0.0)
  python-lxml (4.3.2 -> 4.3.3)
  python-zope.event (4.2.0 -> 4.4)
  python-zope.interface (4.5.0 -> 4.6.0)
  ristretto (0.8.3 -> 0.8.4)

=== Details ===

==== branding-openSUSE ====
Version update (15.0 -> 84.87.20180403)
Subpackages: grub2-branding-openSUSE libreoffice-branding-openSUSE plymouth-branding-openSUSE wallpaper-branding-openSUSE xfce4-splash-branding-openSUSE yast2-qt-branding-openSUSE

- Rewrite the spec and makefile to make it easier to contibute
- Change the default plymouth theme to bgrt

==== cpupower ====
Version update (4.19 -> 5.1)
Subpackages: libcpupower0

- Update to latest kernel HEAD sources
  (5.1-rc4, 15ade5d2e7775667cf191cf2f94327a4889f8b9d)
  Patches included mainline:
  D cpupower_fix_compilation_and_sysfs_read_file_mess.patch
  D cpupower_bash-completion_for_cpupower_tool.patch
  Adjusted patches:
  M turbostat_makefile_fix_asm_header.patch
  M x86_perf_makefile_fix_asm_header.patch
  M rapl_monitor.patch
  M cpupower_rapl.patch

==== libguestfs ====
Subpackages: guestfs-data libguestfs0 python3-libguestfs

- Fixing issue with virt-customize uninstall and '-l'
  (bnc#1131342)
  Patches added:
    fd43730e-error-with-uninstall-option-on-SUSE.patch

==== logrotate ====
Version update (3.14.0 -> 3.15.0)

- Version update to 3.15.0:
  * timer unit: change trigger fuzz from 12h to 1h
  * service unit: only run if /var/log is mounted
  * preserve fractional part of timestamps when compressing
  * re-indent source code using spaces only
  * minage: avoid rounding issue while comparing the amount of seconds
  * never remove old log files if rotate -1 is specified
  * return non-zero exit status if a config file contains an error
  * make copytruncate work with rotate 0
  * warn user if both size and the time interval options are used
  * pass rotated log file name as the 2nd argument of the postrotate
    script when sharedscript is not enabled
  * rename logrotate-default to logrotate.conf
- Added asc file.

==== parole ====
Version update (1.0.1 -> 1.0.2)
Subpackages: parole-lang

- Spec file update: switch URL to new upstream docs
- Spec File cleanup:
  - Switched to %autosetup %make_build to ease spec file maintanance
  - Dropped obsolete macros
  - Moved COPYING to %license
- update to version 1.0.2
  * Bug Fixes
  - Added support for GST_INSTALL_PLUGINS_HELPER_MISSING when
    attempting to install missing codecs (bxo#14529)
  - Fixed compiler error -Wcast-function-type (GCC 8)
  - Fixed disabling vendor-enabled plugins
  - Fixed crash when disabling plugins (lp#1698540)
  - Fixed play button sensitivity items are added to playlist
    (bxo#13724, lp#1705243)
  - Fixed Appstream validation by removing em tags (bxo#14260)
  - Fixed plugin active state when reopening the Plugins dialog
  - Resolved g_type_class_add_private warnings (bxo#15014)
  * Translation Updates

==== php7 ====
Version update (7.3.3 -> 7.3.4)
Subpackages: apache2-mod_php7 php7-bcmath php7-bz2 php7-calendar php7-ctype php7-curl php7-dba php7-devel php7-dom php7-exif php7-fastcgi php7-ftp php7-gd php7-gettext php7-gmp php7-iconv php7-json php7-ldap php7-mbstring php7-mysql php7-odbc php7-openssl php7-pdo php7-pear php7-pgsql php7-shmop php7-snmp php7-sockets php7-sqlite php7-sysvsem php7-sysvshm php7-tidy php7-tokenizer php7-wddx php7-xmlreader php7-xmlwriter php7-xsl php7-zlib

- updated to 7.3.4: This is a security release which also contains
  several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.4

==== plymouth ====
Subpackages: libply-boot-client4 libply-splash-core4 libply-splash-graphics4 libply4 plymouth-dracut plymouth-plugin-label plymouth-plugin-label-ft plymouth-plugin-two-step plymouth-scripts

- Change default openSUSE theme to bgrt

==== python-Pillow ====
Version update (5.4.1 -> 6.0.0)
Subpackages: python2-Pillow python3-Pillow

- Update to 6.0.0:
  * Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk]
  * Add EXIF class #3625 [radarhere]
  * Add ImageOps exif_transpose method #3687 [radarhere]
  * Added warnings to deprecated CMSProfile attributes #3615 [hugovk]
  * Documented reading TIFF multiframe images #3720 [akuchling]
  * Improved speed of opening an MPO file #3658 [Glandos]
  * Update palette in quantize #3721 [radarhere]
  * Improvements to TIFF is_animated and n_frames #3714 [radarhere]
  * Fixed incompatible pointer type warnings #3754 [radarhere]
  * Improvements to PA and LA conversion and palette operations #3728 [radarhere]
  * Consistent DPI rounding #3709 [radarhere]
  * Change size of MPO image to match frame #3588 [radarhere]
  * Read Photoshop resolution data #3701 [radarhere]
  * Ensure image is mutable before saving #3724 [radarhere]
  * Correct remap_palette documentation #3740 [radarhere]
  * Promote P images to PA in putalpha #3726 [radarhere]
  * Allow RGB and RGBA values for new P images #3719 [radarhere]
  * Fixed TIFF bug when seeking backwards and then forwards #3713 [radarhere]
  * Cache EXIF information #3498 [Glandos]
  * Added transparency for all PNG greyscale modes #3744 [radarhere]
  * Fix deprecation warnings in Python 3.8 #3749 [radarhere]
  * Fixed GIF bug when rewinding to a non-zero frame #3716 [radarhere]
  * Only close original fp in __del__ and __exit__ if original fp is exclusive #3683 [radarhere]
  * Fix BytesWarning in Tests/test_numpy.py #3725 [jdufresne]
  * Add missing MIME types and extensions #3520 [pirate486743186]
  * Add I;16 PNG save #3566 [radarhere]
  * Add support for BMP RGBA bitfield compression #3705 [radarhere]
  * Added ability to set language for text rendering #3693 [iwsfutcmd]
  * Only close exclusive fp on Image __exit__ #3698 [radarhere]
  * Changed EPS subprocess stdout from devnull to None #3635 [radarhere]
  * Add reading old-JPEG compressed TIFFs #3489 [kkopachev]
  * Add EXIF support for PNG #3674 [radarhere]
  * Add option to set dither param on quantize #3699 [glasnt]
  * Add reading of DDS uncompressed RGB data #3673 [radarhere]
  * Correct length of Tiff BYTE tags #3672 [radarhere]
  * Add DIB saving and loading through Image open #3691 [radarhere]
  * Removed deprecated VERSION #3624 [hugovk]
  * Fix 'BytesWarning: Comparison between bytes and string' in PdfDict #3580 [jdufresne]
  * Do not resize in Image.thumbnail if already the destination size #3632 [radarhere]
  * Replace .seek() magic numbers with io.SEEK_* constants #3572 [jdufresne]
  * Make ContainerIO.isatty() return a bool, not int #3568 [jdufresne]
  * Add support to all transpose operations for I;16 modes #3563, #3741 [radarhere]
  * Deprecate support for PyQt4 and PySide #3655 [hugovk, radarhere]
  * Add TIFF compression codecs: LZMA, Zstd, WebP #3555 [cgohlke]
  * Fixed pickling of iTXt class with protocol > 1 #3537 [radarhere]
  * _util.isPath returns True for pathlib.Path objects #3616 [wbadart]
  * Remove unnecessary unittest.main() boilerplate from test files #3631 [jdufresne]
  * Exif: Seek to IFD offset #3584 [radarhere]
  * Deprecate PIL.*ImagePlugin.__version__ attributes #3628 [jdufresne]
  * Docs: Add note about ImageDraw operations that exceed image bounds #3620 [radarhere]
  * Allow for unknown PNG chunks after image data #3558 [radarhere]
  * Changed EPS subprocess stdin from devnull to None #3611 [radarhere]
  * Fix possible integer overflow #3609 [cgohlke]
  * Catch BaseException for resource cleanup handlers #3574 [jdufresne]
  * Improve pytest configuration to allow specific tests as CLI args #3579 [jdufresne]
  * Drop support for Python 3.4 #3596 [hugovk]
  * Remove deprecated PIL.OleFileIO #3598 [hugovk]
  * Remove deprecated ImageOps undocumented functions #3599 [hugovk]
  * Depends: Update libwebp to 1.0.2 #3602 [radarhere]
  * Detect MIME types #3525 [radarhere]
- Add dependency on libimagequant
- Fix fdupes

==== python-lxml ====
Version update (4.3.2 -> 4.3.3)
Subpackages: python-lxml-doc python2-lxml python3-lxml

- Update to 4.3.3:
  * Fix leak of output buffer and unclosed files in ``_XSLTResultTree.write_output()``.

==== python-zope.event ====
Version update (4.2.0 -> 4.4)

- update to version 4.4
  * Add support for Python 3.6 and 3.7.
  * Drop support for Python 3.3.

==== python-zope.interface ====
Version update (4.5.0 -> 4.6.0)

- update to version 4.6.0
  * Add support for Python 3.7
  * Fix verifyObject for class objects with staticmethods on Python 3.

==== ristretto ====
Version update (0.8.3 -> 0.8.4)
Subpackages: ristretto-lang

- Spec file update:
  * switched source and docs URL to https
  * changed docs URL according to upstream
- Update to version 0.8.4
  * Add missing field initializers
  * Instead of thumbnails, the same icons with a crossed red circle
    (bxo#13419)
  * Resolve g_type_class_add_private() deprecation
  * Glib-Critical errors to stdout: Source ID X was not found when
    attempting to remove it (bxo#15268)
  * Fix memory leak (bxo#12034)
  * Show file size in the status bar (bxo#14791)
  * Fix opening of PPM files (bxo#14709)
  * Translation updates:
- Spec file clean up: dropped obsolete macros