Packages changed:
  ccache (3.3.1 -> 3.3.3)
  kernel-source (4.9.3 -> 4.9.4)
  ktoblzcheck (1.36 -> 1.48)
  perl-GDGraph (1.48 -> 1.54)

=== Details ===

==== ccache ====
Version update (3.3.1 -> 3.3.3)

- Update to version 3.3.3
  * ccache now detects usage of .incbin assembler directives in
    the source code and avoids caching such compilations.
- Changes for version 3.3.2:
  * Fixed a regression in ccache 3.3 related to potentially bad
    content of dependency files when compiling identical source
    code but with different source paths.
  * Fixed a regression in ccache 3.3.1: ccache could get confused
    when using the compiler option -Wp, to pass multiple options
    to the preprocessor, resulting in missing dependency files
    from direct mode cache hits.

==== kernel-source ====
Version update (4.9.3 -> 4.9.4)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms

- Linux 4.9.4 (bnc#1012628).
- commit ddcc4a0
- Enable CMA DMA on AArch64 (boo#1020021)
- commit 1a627d7
- reiserfs: fix race in prealloc discard (bsc#987576).
- commit 0467a6d

==== ktoblzcheck ====
Version update (1.36 -> 1.48)

- update to 1.48
  * format spec file
  * add libsoname
  * rename devel pkg (name-devel) and add Provides/Obsoletes

==== perl-GDGraph ====
Version update (1.48 -> 1.54)

- remove GDGraph-trim_miter.diff as still not upstream
- updated to 1.54
  see /usr/share/doc/packages/perl-GDGraph/CHANGES
  1.54 21 Nov 2016
  - Disable two Y axes alignment when any y[12]_{min,max}_value is defined
    RT#62665
- updated to 1.53
  see /usr/share/doc/packages/perl-GDGraph/CHANGES
  1.53 08 Jul 2016
  - Fix 'Illegal division by zero' when x_min_value and x_max_value
    are defined and x_tick_number set to 'auto' RT#73185
    Thanks to Bob Rogers, https://github.com/ruz/GDGraph/pull/12
- updated to 1.52
  see /usr/share/doc/packages/perl-GDGraph/CHANGES
  1.52 28 Jan 2016
  - y1_min_range and y2_min_range instead of min_range_1 and min_range_2,
    niether were documented before.
  - Update documentation in regards to all *_min_range options available.
- updated to 1.51
  see /usr/share/doc/packages/perl-GDGraph/CHANGES
- updated to 1.49
  see /usr/share/doc/packages/perl-GDGraph/CHANGES
  1.49
  - fix to Z-axis color filling in 3D pie charts (Debian Bug #489184)
  - bump ExtUtils::MakeMaker dependency
  - tiny improvement in the code of the samples