Packages changed:
  a2ps
  aqbanking (5.7.4beta -> 5.7.6beta)
  curl (7.54.0 -> 7.54.1)
  libqt5-qtbase
  lua
  python-Unidecode (0.04.20 -> 0.04.21)
  python-pycurl
  tei-roma
  util-linux (2.29.2 -> 2.30)
  util-linux-systemd (2.29.2 -> 2.30)
  xdg-desktop-portal (0.5 -> 0.8)
  xdg-desktop-portal-gtk (0.5 -> 0.7)

=== Details ===

==== a2ps ====

- Be more flexible in patching man/a2ps.1

==== aqbanking ====
Version update (5.7.4beta -> 5.7.6beta)
Subpackages: aqbanking-devel aqbanking-lang

- enable paypal back-end
- enable EBICS back-end (for openSUSE 42.3+)
- Update to 5.7.6beta
  + finally fix unclean TLS connection shutdown by HBCI servers
  + fix passing user flags to the http module
- Update to 5.7.5beta
  + support for ZKA cards (by Holger Magnussen)
  + updated bank information for German banks
  + some bugfixes
  + adapted and re-activated the paypal plugin (by Holger Magnussen)
  + HBCI: allow changing the server address in RDH and DDV mode

==== curl ====
Version update (7.54.0 -> 7.54.1)
Subpackages: libcurl-devel libcurl4

- Update License to 'curl' as per review on OBS sr#505976.
- Have the -mini packages conflict the real ones.
- Add curl-invalid-free.patch to fix an invalid free in
  curl_multi_setopt function.
- Update to 7.54.1
  Changes:
  * curl now shows release date in --version output
  Bugfixes:
  * Fixes CVE-2017-9502: default protocol drive letter
    buffer overflow bsc#1044243
  * openssl: fix memory leak in servercert
  * curl: set a 100K buffer size by default
  * nss: do not leak PKCS #11 slot while loading a key
  * nss: load libnssckbi.so if no other trust is specified
  * curl: use utimes instead of obsolescent utime when available
  * url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZE
  * CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size
  * curl: non-boolean command line args reject --no- prefixes
  * telnet: Write full buffer instead of byte-by-byte
  * curl: remove --environment and tool_writeenv.c
  * curl: generate the --help output
  * curl.1: clarify --config
  * curl.1: mention --oauth2-bearer's argument
  * ssh: fix memory leak in disconnect due to timeout
  * redirect: store the "would redirect to" URL when max redirs is reached
  * file: make speedcheck use current time for checks
  * urlglob: fix division by zero
- Create curl-mini for bootstrapping (boo#1042919)

==== libqt5-qtbase ====
Subpackages: libQt5Concurrent-devel 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-platformtheme-gtk3

- Use the correct (edited) version of the revert to not break ABI:
  * de63bbd2f806b0219a60775017899cedb121581f.patch
- Add upstream patch to fix version string of CMake modules (boo#1045102)
  * fix-cmake-module-version.patch

==== lua ====
Subpackages: liblua5_3 liblua5_3-32bit lua-devel

- Let package description adhere to guidelines: trim redundant
  or biased wording and strip future goals.

==== python-Unidecode ====
Version update (0.04.20 -> 0.04.21)

- update to Unidecode 0.04.21:
  * Add U+2116 NUMERO SIGN (thanks to Alan Davidson)
  * Add U+05BE HEBREW PUNCTUATION MAQAF (thanks to Micha Moskovic)

==== python-pycurl ====
Subpackages: python2-pycurl python3-pycurl

- Add increase_test_timeout.diff so tests don't fail when obs is
  overloaded and it takes more than 1 second to start a service.
- exclude http2 and ssh tests if curl(-mini) doesn't support it

==== tei-roma ====

- Add tei-roma-2.11-fix-race.patch to fix race condition during build

==== util-linux ====
Version update (2.29.2 -> 2.30)
Subpackages: libblkid-devel libblkid1 libblkid1-32bit libfdisk1 libmount1 libmount1-32bit libsmartcols1 libuuid-devel libuuid1 libuuid1-32bit

- don't conflict with sysvinit-tools in Tumblweed anymore. Needed for Leap 15
  which wants to use a different release number scheme (lp150.x which produces
  lower numbers than the conflict).
- Update to version 2.30:
  * Many changes and improvements, most notably:
  * The libblkid library has been improved for hybrid CDROM/DVD
    media.
  * The deprecated command tailf has been removed. Use "tail -f"
    from coreutils.
  * blkzone -- NEW COMMAND to run zone commands on block devices
    that support Zoned Block Commands (ZBC) or Zoned-device ATA
    Commands (ZAC).
  * fincore -- NEW COMMAND to count pages of file contents in
    core (memory).
  * lsmem -- NEW COMMAND to list the ranges of available memory
    with their online status.
  * The command fallocate -- supports an "insert range" operation
    now.
  * The command "column -t|--table" has been modified to use
    libsmartcols. It now provides nearly all of that library's
    functionality from the command line.
  * Security issues:
  * hwclock - no longer makes any internal permission checks. The
    System Administrator must set proper permissions to control
    user access to the RTC. It is NOT recommended to use SUID.
  * CVE-2016-2779 - This security issue is NOT FIXED yet.
  * More details at:
    https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
- Drop upstreamed patch
  arm64-lscpu-use-sysfs-for-table-access-if-available.patch
- Refreshed patch
  util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
- fix compiler warnings for mkzimage_cmdline
- When when hypervisor_decode_sysfw fails continue with other
  detection methods (bsc#1042991, bsc#1039360, bsc#1033718)
  + util-linux-lscpu-cleanup-DMI-detection-return-codes.patch

==== util-linux-systemd ====
Version update (2.29.2 -> 2.30)

- don't conflict with sysvinit-tools in Tumblweed anymore. Needed for Leap 15
  which wants to use a different release number scheme (lp150.x which produces
  lower numbers than the conflict).
- Update to version 2.30:
  * Many changes and improvements, most notably:
  * The libblkid library has been improved for hybrid CDROM/DVD
    media.
  * The deprecated command tailf has been removed. Use "tail -f"
    from coreutils.
  * blkzone -- NEW COMMAND to run zone commands on block devices
    that support Zoned Block Commands (ZBC) or Zoned-device ATA
    Commands (ZAC).
  * fincore -- NEW COMMAND to count pages of file contents in
    core (memory).
  * lsmem -- NEW COMMAND to list the ranges of available memory
    with their online status.
  * The command fallocate -- supports an "insert range" operation
    now.
  * The command "column -t|--table" has been modified to use
    libsmartcols. It now provides nearly all of that library's
    functionality from the command line.
  * Security issues:
  * hwclock - no longer makes any internal permission checks. The
    System Administrator must set proper permissions to control
    user access to the RTC. It is NOT recommended to use SUID.
  * CVE-2016-2779 - This security issue is NOT FIXED yet.
  * More details at:
    https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
- Drop upstreamed patch
  arm64-lscpu-use-sysfs-for-table-access-if-available.patch
- Refreshed patch
  util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
- fix compiler warnings for mkzimage_cmdline
- When when hypervisor_decode_sysfw fails continue with other
  detection methods (bsc#1042991, bsc#1039360, bsc#1033718)
  + util-linux-lscpu-cleanup-DMI-detection-return-codes.patch

==== xdg-desktop-portal ====
Version update (0.5 -> 0.8)
Subpackages: xdg-desktop-portal-lang

- Update to version 0.8:
  + Update po files.
- Changes from version 0.7:
  + notification: Fix copy+paste error.
  + notification: Subscribe to the right interface for signals.
  + If the random request ID creates a collision, pick a new random
    ID.
  + Add some rationale.
  + Fix a typo.
  + Update README.md.
  + OpenURI: Refuse to handle file: uris.
  + Add an OpenFile method.
  + OpenFile: Fix URI.
  + Cache entire flatpak info file for peer, not just app id.
  + Store the cached flatpak-info keyfile with the request.
  + OpenFile: Rewrite app paths in /usr and /app (and /newroot).
  + OpenFile: Ensure that passed O_PATH fd is correct.
  + Send more data to the appchooser.
  + Updated translations.
- Changes from version 0.6:
  + Remove what appears to be printing lines from a debugging
    session.
  + open-uri: Fix segfault crash when no content-type can be
    resolved.
  + account: Remove debug spew.
  + Update README.md.
  + Add an email portal.
  + Include the email portal in the docs.
  + build: No need to clean org.freedesktop.portal.Desktop.service
    twice.
  + Add a systemd user unit corresponding to the session service.
  + notifications: Add better debug and error messages.
  + device: Add more detail to error messages.
  + Handle g_variant_lookup failure.
  + Encode po/Makevars in UTF-8.
  + Initialize autofree string variable to NULL.
  + open-uri: Implement a more permissive policy for the OpenURI
    portal.
  + data: Fix typo in NetworkMonitor XML definition.
  + Updated translations.

==== xdg-desktop-portal-gtk ====
Version update (0.5 -> 0.7)
Subpackages: xdg-desktop-portal-gtk-lang

- Update to version 0.7:
  + appchooserdialog: Fix CSS loading.
  + Fix desktop file generation.
  + Do not dist generated file xdg-desktop-portal-gtk.desktop.in.
  + Clean and do not distribute generated source files.
  + .gitignore: Add many generated files.
  + .desktop: Tell users to not translate icon name.
  + notification: Fix ::handle-* return values.
  + notification: Fix 'icon' lookup.
  + notification: Use 'app-icon' instead of 'image-path' hint.
  + notification: Support raw data in 'image-data' hint.
  + Fix a bug in the app chooser.
  + Drop UI config.
  + Use a shorter name for apps.
  + Make the heading bigger.
  + Use the filename for the heading.
  + Fully implement the app picker mockup.
  + Update po files.
  + Updated translations.
- Changes from version 0.6:
  + Avoid gtk_label_set_xalign()
  + Avoid G_DECLARE_* macros
  + Avoid gtk_css_provider_load_from_resource()
  + Avoid gtk_entry_grab_focus_without_selecting()
  + Avoid gtk_search_entry_handle_event()
  + Avoid g_autoptr() with GtkPrint types
  + Avoid gtk_print_job_set_source_fd()
  + configure: Update GLib and GTK+ versions
  + appchooserrow: Remove gedit references from UI file
  + appchooserrow: Don't set NULL icons
  + Implement org.freedesktop.impl.portal.Email
  + Update for API changes
  + email: Support thunderbird
  + Add a systemd user unit corresponding to the session service
  + Force the icon size to be 48
  + notification: Add better debug and error messages
  + Encode po/Makevars in UTF-8
  + Some fixes for the filechooser preview
  + Set the program name to a fixed string
  + Redo the app chooser
  + Add an appchooser test
  + Add an empty state
  + Cosmetic changes
  + Make icons 64x64
  + Allow setting the default in testappchooser
  + app chooser: Focus the default choice initially
  + Install a desktop file
  + Fix POFILES
  + Updated translations.