Packages changed:
  CoreFreq (1.81.7+git20201028_k5.10.3_1 -> 1.82.2+git20201229_k5.10.3_1)
  hdjmod
  rubygem-grape (1.4.0 -> 1.5.1)
  rubygem-net-ldap (0.16.3 -> 0.17.0)
  rubygem-yajl-ruby
  xapps (2.0.0 -> 2.0.4)

=== Details ===

==== CoreFreq ====
Version update (1.81.7+git20201028_k5.10.3_1 -> 1.82.2+git20201229_k5.10.3_1)

- updated to git 20201229.
  See commits on https://github.com/cyring/CoreFreq/commits/master
  for changes list

==== hdjmod ====

- Make package conform to spec-cleaner
- Drop support for ancient openSUSE versions

==== rubygem-grape ====
Version update (1.4.0 -> 1.5.1)

updated to version 1.5.1
  1.5.1 (2020/11/15)
  Fixes
- #2129: Fix validation error when Required Array nested inside an optional array, for Multiparam validators - @dwhenry.
- #2128: Fix validation error when Required Array nested inside an optional array - @dwhenry.
- #2127: Fix a performance issue with dependent params - @dnesteryuk.
- #2126: Fix warnings about redefined attribute accessors in AttributeTranslator - @samsonjs.
- #2121: Fix 2.7 deprecation warning in validator_factory - @Legogris.
- #2115: Fix declared_params regression with multiple allowed types - @stanhu.
- #2123: Fix 2.7 deprecation warning in middleware/stack - @Legogris.
  1.5.0 (2020/10/05)
  Fixes
- #2104: Fix Ruby 2.7 keyword deprecation warning - @stanhu.
- #2103: Ensure complete declared params structure is present - @tlconnor.
- #2099: Added truffleruby to Travis-CI - @gogainda.
- #2089: Specify order of mounting Grape with Rack::Cascade in README - @jonmchan.
- #2083: Set Cache-Control header only for streamed responses - @stanhu.
- #2092: Correct an example params in Include Missing doc - @huyvohcmc.
- #2091: Fix ruby 2.7 keyword deprecations - @dim.
- #2097: Skip to set default value unless meets_dependency? - @wanabe.
- #2096: Fix redundant dependency check - @braktar.
- #2096: Fix nested coercion - @braktar.
- #2102: Fix retaining setup blocks when remounting APIs - @jylamont.

==== rubygem-net-ldap ====
Version update (0.16.3 -> 0.17.0)

updated to version 0.17.0
- Added private recursive_delete as alternative to DELETE_TREE #268
- Test suite updates #373 #376 #377
- Use Base64.strict_encode64 and SSHA256 #303
- Remove deprecated ConnectionRefusedError #366
- Added method to get a duplicate of the internal Hash #286
- remove a circular require #380
- fix LdapServerAsnSyntax compile #379
- Implement '==' operator for entries #381
- fix for undefined method for write exception #383

==== rubygem-yajl-ruby ====

- added silence-gcc-warnings.patch
  silence gcc warnings

==== xapps ====
Version update (2.0.0 -> 2.0.4)
Subpackages: libxapp1 typelib-1_0-XApp-1_0 xapps-common xapps-common-lang

- Update to version 2.0.4.
  * Change shebang path
- Update to version 2.0.3
  * fix "build/install: Make the favorite gtk module's xinit file
    executable."
  * Add shebang to 80xapp-gtk3-module.sh
  * l10n: Update translations
- Update to version 2.0.2
  * Add an extra icon for favorites
- Update to version 2.0.1
  * Update docs
  * fix xorg-server startup variable
  * favorites: Make sure initializing favorites also initializes
    the uri scheme.
  * xapp-favorites.c: Add a note about the favorites uri in the
    class description.
  * build/install: Make the favorite gtk module's xinit file
    executable.
  * build: update some dependencies.
  * xapp-gtk3-module.c: Override GObject's constructed vfunc to
    inject the favorites uri into GtkPlacesSidebars rather than
    hooking onto a signal.
  * build: use buildtype=debugoptimized by default.
  * sn-item.c: Fix typo.
  * various: Fix some previously missed build warnings.
  * xapp-gtk3-module.c: Don't add a favorites section if there
    aren't any favorites.
  * favorite-vfs-file.c: Don't assume a GError was passed in for
    file_query_info.
  * favorite-vfs-file-enumerator.c: Fix a couple more places where
    an error was assumed.
  * change favorite icons
  * favorite-vfs-file.c: Don't free priv->uri until finalize.
  * favorites: Fix some leaks revealed by valgrind.
- Remove fix_sn-item_control_reaches_end_of_non-void_function.patch
  and xapps-void-return-no-return.patch, fixed