Packages changed:
  kernel-source
  open-iscsi ERROR: no changelog
  pciutils (3.4.0 -> 3.4.1)
  php5 (5.6.16 -> 5.6.17)
  python-numpy (1.10.1 -> 1.10.4)
  re2c (0.14.3 -> 0.15.3)
  sqlite3 (3.9.2 -> 3.10.0)
  swig (3.0.7 -> 3.0.8)
  telepathy-qt5
  v4l-utils (1.8.0 -> 1.8.1)
  xf86-input-evdev (2.10.0 -> 2.10.1)

=== Details ===

==== kernel-source ====
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms

- Btrfs: fix fitrim discarding device area reserved for boot
  loader's use (bsc#960910).
- commit 95610af- ethernet/atheros/alx: sanitize buffer sizing and padding
  (boo#952621).
- commit d89492e- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
- commit a1b48ad

==== pciutils ====
Version update (3.4.0 -> 3.4.1)
Subpackages: libpci3 pciutils-devel

- Version update to 3.4.1:
  * New capabilities decoded: Process Address Space, Page Request
    Interface, Enhanced Allocation. Thanks to David Daney and
    David Woodhouse.
  * DevCap SlotPowerLimit is now decoded for all components with
    upstream ports.

==== php5 ====
Version update (5.6.16 -> 5.6.17)
Subpackages: apache2-mod_php5 php5-bcmath php5-bz2 php5-calendar php5-ctype php5-curl php5-dba php5-devel php5-dom php5-exif php5-fastcgi php5-ftp php5-gd php5-gettext php5-gmp php5-iconv php5-imap php5-json php5-ldap php5-mbstring php5-mcrypt php5-mysql php5-odbc php5-openssl php5-pdo php5-pear php5-pear-Archive_Tar php5-pgsql php5-shmop php5-snmp php5-sockets php5-sqlite php5-suhosin php5-sysvsem php5-sysvshm php5-tidy php5-tokenizer php5-wddx php5-xmlreader php5-xmlwriter php5-xsl php5-zip php5-zlib

- updated to 5.6.17: This is a security release. Several security
  bugs were fixed in this release.

==== python-numpy ====
Version update (1.10.1 -> 1.10.4)

- update to version 1.10.4:
  * see https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst
  * There is no 1.10.3 due to packaging issues.
- update to version 1.10.2:
  * see https://github.com/numpy/numpy/blob/master/doc/release/1.10.2-notes.rst

==== re2c ====
Version update (0.14.3 -> 0.15.3)

- Version update to 0.15.3:
  * Syntax expansion and various updates
  * See CHANGELOG for in-depth details
- Rebase patch to apply:
  * re2c-nogenerationdatedefault.patch

==== sqlite3 ====
Version update (3.9.2 -> 3.10.0)
Subpackages: libsqlite3-0 libsqlite3-0-32bit sqlite3-devel sqlite3-doc

- update to 3.10.0
- spec-cleaned
  * Added support for LIKE, GLOB, and REGEXP operators on virtual tables.
  * Added the colUsed field to sqlite3_index_info for use by the
  sqlite3_module.xBestIndex method.
  * Enhance the PRAGMA cache_spill statement to accept a 32-bit integer parameter
  which is the threshold below which cache spilling is prohibited.
  * On unix, if a symlink to a database file is opened, then the corresponding
  journal files are based on the actual filename, not the symlink name.
  * Added the "--transaction" option to sqldiff.
  * Added the sqlite3_db_cacheflush() interface.
  * Added the sqlite3_strlike() interface.
  * When using memory-mapped I/O map the database file read-only so that stray
  pointers and/or array overruns in the application cannot accidently modify
  the database file.
  * Added the experimental sqlite3_snapshot_get(), sqlite3_snapshot_open(), and
  sqlite3_snapshot_free() interfaces. These are subject to change or removal in
  a subsequent release.
  * Enhance the 'utc' modifier in the date and time functions so that it is a no-op
  if the date/time is known to already be in UTC. (This is not a compatibility
  break since the behavior has long been documented as "undefined" in that case.)
  * Added the json_group_array() and json_group_object() SQL functions in the json
  extension.
  * Added the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option.
  * Many small performance optimizations.
  + Enhancements to the command-line shell:
  * Added the ".changes ON|OFF" and ".vfsinfo" dot-commands.
  + Important fixes:
  * Fix inconsistent integer to floating-point comparison operations that could
  result in a corrupt index if the index is created on a table column that
  contains both large integers and floating point values of similar magnitude.
  * Fix an infinite-loop in the query planner that could occur on malformed common
  table expressions.
  * Various bug fixes in the sqldiff tool.

==== swig ====
Version update (3.0.7 -> 3.0.8)

- Add swig308-Fix-li_boost_array-test.patch to fix boost::array
  test on PPC.- Update to 3.0.8
  - pdf documentation enhancements.
  - Various Python 3.5 issues fixed.
  - std::array support added for Ruby and Python.
  - shared_ptr support added for Ruby.
  - Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.

==== telepathy-qt5 ====

- Do not require libtelepathy-qt5-farstream if it does not build- Partial revert the last commit, do not disable the farstream subpackage
  for ppc64le on all version, just disabled it on SLE12.

==== v4l-utils ====
Version update (1.8.0 -> 1.8.1)
Subpackages: libv4l libv4l-devel libv4l1-0 libv4l1-0-32bit libv4l2-0 libv4l2-0-32bit libv4l2rds0 libv4lconvert0 libv4lconvert0-32bit

- Version update to 1.8.1:
  * See changelog file for in-depth decription of the fixes

==== xf86-input-evdev ====
Version update (2.10.0 -> 2.10.1)

- Update to version 2.10.1
  Only one change over 2.10, affecting some devices with absolute axes but not
  ABS_X/ABS_Y. Previously, those devices had the first to axes mapped to axes
  0 and 1 and thus some random axes was interpreted as x/y coordinate. With
  this release, axes 0 and 1 are reserved for x/y axes only.