Packages changed:
  PackageKit (1.1.1 -> 1.1.3)
  aaa_base (13.2+git20160426.f25dcda -> 13.2+git20160807.7f4c8c4)
  apache2
  cairo
  gnome-control-center
  gnome-packagekit
  gtk2
  gtk3 (3.20.6 -> 3.20.8)
  links (2.12 -> 2.13)
  nano (2.6.2 -> 2.6.3)
  pam
  pam-config (0.89 -> 0.91)
  pango
  permissions (20160413 -> 20160807)
  transmission
  vsftpd
  webkitgtk
  webkitgtk3
  yast2-auth-client (3.3.8 -> 3.3.10)

=== Details ===

==== PackageKit ====
Version update (1.1.1 -> 1.1.3)
Subpackages: PackageKit-backend-zypp PackageKit-gstreamer-plugin PackageKit-gtk3-module libpackagekit-glib2-18 typelib-1_0-PackageKitGlib-1_0

- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus
  interface introduced with version 1.1.2 in order for PK-Qt to
  be able to build.
- Update to version 1.1.3:
  + Bugfixes:
  - backend job: Avoid emitting duplicates with parallel
    download.
  - Revert a patch that caused PackageKit to always request auth
    when installing packages.
  - Update the GPLv2 text in COPYING.
  + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on
    primary arch.
- Update to version 1.1.2:
  + This release adds a new backend for the Nix package manager.
  + New Features:
  - Add a test for offline distro upgrades.
  - Add PreparedUpgrade DBus property.
  + Bugfixes:
  - Make pk_console_get_prompt() big endian safe.
  - Require admin authorisation to trigger a distro upgrade.
  - build: Avoid g_simple_async_result deprecation warnings.
  - task: Fix only-trusted property notifications.
  - task: Honour the only_trusted property when setting up
    transactions.
  + Backends: fixes for alpm. aptcc, hif and katja.
- Add trusted key of Kalev Lember (8F62AF74) to the keyring.
- Fix update-alternatives usage.

==== aaa_base ====
Version update (13.2+git20160426.f25dcda -> 13.2+git20160807.7f4c8c4)
Subpackages: aaa_base-extras

- Update to version 13.2+git20160807.7f4c8c4:
  * switch IPv6 privacy extensions (use_tempaddr) back to 1
  * history see bsc#678066,bsc#752842,bsc#988023,bsc#990838
- Do not use the = sign for setenv in /etc/profile.d/lang.csh
- Follow the bash manual page that is respect --norc and --noprofile
- Update to version 13.2+git20160609.bf76b13:
  * Mark scripts /etc/init.d/{boot.,after-,halt.}local as deprecated
- lang.sh, lang.csh: if GDM_LANG equals system LANG then use system defaults
- Update to version 13.2+git20160530.bd5210c:
  + Let the ~/.i18n values parsed as well if GDM_LANG is set (boo#958295)
  + Remove spurious assignment to unknown variable term from /etc/inputrc
  + chkconfig: return 1 trying to list unknown service (bnc#971567)
  + chckconfig: add --no-systemctl option
  + fix typo in last patch (no-systemctl support for chkconfig)
  + lang.sh, lang.csh: allow GDM to override locale
  + There is no kde4 anymore
  + Removed '/usr/bin/X11' from PATH (boo #982185)

==== apache2 ====
Subpackages: apache2-devel apache2-doc apache2-example-pages apache2-prefork apache2-utils

- Remove the omc xml config. It is useless nowdays
- readd the support of multiple entries in APACHE_ACCESS_LOG
  [bsc#991032]

==== cairo ====
Subpackages: cairo-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-32bit

- Add back cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch
  (bsc#958844, fdo#93891). This is still not fixed upstream.
- Update to GNOME 3.20  Fate#318572
- Remove patch:
  cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch.
- Add cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch
  to fix mutex deadlocks on certain documents (bsc#958844).
- Update to version 1.15.2:
  + Fix xcb/xlib compilation and calls. Make image boxes behave
    when SHM is not available.
  + Fix various issues with printing and transparent images on
    Win32.
  + Fix thin lines that don't show up when printing in Inkscape due
    to overly aggressive culling (fdo#77298).
  + Fix broken printing via pdf when glyph 0 is used for rendering,
    resulting in missing spaces and letters (fdo#89082).
  + Fix crash for certain glyphs in opentype fonts (fdo#91902).
  + Fix incorrect rendering of SVG paths with more than one
    subpath. If more than one trap is passed in then it's
    guaranteed that the returned traps will have their left edge to
    the left of their right edge, but if only one trap is passed in
    then the function always returns without doing anything
    (fdo#90984).
  + Improve rendering with Quarts to better match pixman's blending
    and filtering behavior.
- Drop cairo-render-thin-lines.patch: Fixed upstream.
- Update to version 1.14.6:
  + Simple bugfix release to fix one Windows issue.
- Update to version 1.14.4:
  + Avoid appending empty slots to user data arrays. Fixes a memory
    consumption regression since commit 9341c254a.
  + Return a better error (file-not-found) when setting up pango on
    devices where the font files don't have read permissions.
  + Fix regression in the font size of canvas text in Inkscape when
    compiled with the Quartz backend (fdo#84324).
  + Fix _cairo_gl_shader_bind_matrix() to maintain compatibility
    with OpenGL ES 2.0. Manually transpose the matrix.
  + Fix incorrect font descriptor conversion when the font matrix
    yy is negative (fdo#90538).
  + Fix crash when using a complex path for clip and stroke due to
    discarding the intersection exactly at the top edge
    (fdo#74779).
  + Fix cairo_get_locale_decimal_point() on Android.
  + Fix compilation problem on AIX due to conflicting usage of
    symbol 'jmpbuf' (fdo#89339).
  + Fix broken rendering with XCB due to snapshotting of uploaded
    part of surfaces (fdo#67505).
  + Fix loss of alpha when copying a mask for a cairo recording
    surface, resulting in a double copy (fdo#73038, fdo#73901).
  + Fix incorrect recording of certain paths with script surfaces
    (fdo#91054).
  + Fix typo in definition of MAYBE_WARN in configure script
    (fdo#89750).
  + Fix use of filename variable after it's been freed (fdo#91206).
  + Fix out of bounds access when printing pattern (fdo#91266).
  + Fix incorrect size calculation in glyph cache unlocking for
    Cairo GL compositor (fdo#91321).
  + Fix memory leak in _cairo_gl_pattern_texture_setup()
    (fdo#91537).
  + Fix transparent images in win32-print (fdo#91835).
  + Fix _put_shm_image_boxes and _put_image_boxes when no SHM
    available with XCB.
- drop cairo-disable-lto.patch: lto was dropped upstream
- Update to version 1.14.2:
  + Features:
  - Improve xcb's handling of per-screen subpixel ordering. If
    no Xft.rgba property is specified, default to the screen's
    subpixel order.
  + Performance Optimizations:
  - Improve performance of cpu_to_be32 and be32_to_cpu, making
    truetype subsetting of large fonts run about 15% faster.
  + Bug fixes:
  - Fix unaligned access on sparc with the compact font format
    (CFF).
    Unlike truetype, all data in CFF is not aligned.
    (Debian bug #712836)
  - Fix unaligned access on sparc with tor-scan-converter's
    memory pool.
  - Fix crash when loading a PDF with a transformed image.
    (fdo bug #85151)
  - Fix regression on mingw for bigendian test due to removal of
    file extension for executables. (fdo bug #85120)
  - Fix handling of backslash in PDF interpreter (fdo bug #85662)
  - Fix crash in xlib and xcb renderers when swapping a 0-sized
    glyph
  - Fix bug with RTL text in PDF operators (fdo bug #86461)
  - Fix compilation 'cairo-path-stroke-traps.c' with MSVC8
    (fdo bug #84908)
  - Fix crash in _fill_xrgb32_lerp_opaque_spans when a span
    length is negative.
  - Fix valgrind error by releasing pattern created by
    cairo_pattern_create_rgb().
  - Fix valgrind errors when running cairo-test-suite.
  - Fix memory leak in recording surface replays (fdo bug #87898)
  - Fix destruction of fonts in api-special-cases test.
    (fdo bug #87567)
  - Fix duplicated surface push on similar-image, preventing
    trivial GTK3 program traces from being replayable, with an
    error message about invalid values for the size of the input.
    (fdo bug #73580)
  - Fix crash when win32 surface's image size does not cover the
    entire
    surface. (fdo bug #53121)
  - Fix crash due to obsolete CGFontGetGlyphPath call
    (fdo bug #84324)
  - Fix several build issues on AIX (fdo bugs #89338, #89340,
    [#89356], #89354)
  - Fix various documentation warnings and errors
- Remove cairo-tor-scan-convertor.patch. It was upstreamed.
- Spec-cleanify
- Remove the obsoletes for sle10 64bit subpackages on ppc
- Remove libtool archive always
- Add cairo-tor-scan-convertor.patch: tor-scan-converter: can't
  do_fullrow when intersection in row + 0.5subrow (fdo#85151).
- Update to version 1.14.0:
  + Features:
  - Filtering improvements for the image backend, in particular
    down-scaling of images produces filtered images that depend
    on all the pixels of the source.
  - Improve handling of device transformation and scaling,
    allowing Cairo to now support scaling at a device level,
    permitting easier, more transparent HiDPI support.
  - Support JBIG2 mime data in PDF.  This allows embedding of
    more compressed JPEG formats within PDF, rather than
    including the full uncompressed image. Also, reduce the
    number of transparency groups used by PDF to keep the file
    size small and viewing/printing of the PDF fast.
  - Expand the embedding section to include stencil mask support.
  - Reorder font declarations to be in natural order.
  - Update the Skia backend to build against current Skia.
  - Drop Link-Time Optimization (LTO) support from build system.
  - Optimize VBO size on GL to 1M and to 16k for EGL.
  + API changes:
  - cairo_surface_set_device_scale,
    cairo_surface_get_device_scale.
  - cairo_egl_device_get_display, cairo_egl_device_get_context.
  + Dependency changes:
  - Cairo now requires glib 2.14 for its gobject helper
    functions, and pixman 0.30 for downscaling.
  + Bug fixes:
  - Don't embed CMYK Jpeg images in svg.
  - Fix tests to place output in proper location.
  - Fix determination of alpha for all surfaces when recording.
  - Extend oversize check to cairo_gl_surface_create_for_texture,
    so an error surface is returned if the texture is too large
    to render to.
  - Fix embedding of mime data in PDF and PS files.
  - Remove useless error handling in *_reply() functions in XCB.
  - Fix a double-free exposed by multithreaded apps creating and
    destroying the same font concurrently (fdo#69470).
  - Fix corrupt stacks produced by bugs in operand emission for
    trace.
  - Fix out of bounds array access in format cache for xlib.
  - Don't rename glyphs used by seac operator (fdo#70364).
  - Fix crash on calling cairo_create with a finished surface.
  - Fix SSIZE_T definition problem when making with MSYS on
    Windows7.
  - Fix one off issue in gl context cleanup.
  - Fix usage of CAIRO_STACK_ARRAY_LENGTH.
  - Fix rectangle stroke with non rectilinear pen.
  - Fix imagemask with pattern source failure on some printers
    (fdo#69485).
  - Fix whitespace in font names.
  - Fix page size in generated PDFs (fdo#73452).
  - Fix path-currentpoint test by preserving current-point in
    copy_path()/append_path() sequence.
  - Fix generation of HTML in code docs for
    cairo-format-stride-for-width (fdo#63257).
  - Fix spelling of "tessellator" throughout code (fdo#50411).
  - Fix crash in pixman_image_composite32.
  - Fix crash when trying to modify a (const) all-clipped
    cairo_clip_t (fdo#75819).
  - Add check_composite method to all compositors, to fix crashes
    in the test suite.
  - Fix crash in Firefox when scrolling on certain pages.
  - Fix memory leaks found by static analysis.
  - Fix build of any2ppm if fork is not available.
  - Fix broken build for Qt backend, due to missing libstdc++.
  - Fix typo in two cairo_uint128 functions.  Fixes potential
    build issues on systems without a uint128 type.
  - Fix build when --enable-pdf=no.
  - Fix cache_frozen assertions for Win32 print.
  - Correctly check for xcb image surface for inplace upload.
  - Fix webkit-based web browser crashes due to empty boxes by
    skipping over them when tesselating.
  - Make pixman, libpng, and zlib paths commandline configurable
    for win32 builds.
  - Fix image scale on Win32 when GDI scale is not identity.
  - Fix float endian configure test when using clang -O4.
  - Fix compilation with Android bionic libc.
  - Don't try to build util/sphinx on Windows.
  - Fix loss of precision when emitting joins.
  - Fix loss of precision and associated rendering issues in
    cairo-tor-scan-converter from projection onto sample grid.
  - Fix pixman oversampling of neighbouring edges within a cell
    by eliminating self-intersections for the pixman traps
    compositor.
  - Fix multi-line string splitting in PDFs.
  - Various cleanups and fixes to warnings, documentation, tests,
    and build system. Improve error handling and return value
    checks. Cleanup XFAIL tests and reference images. Cover
    recently added functionality.
- Add cairo-xlib-endianness.patch: fix crash when client and server
  have different endianness [bnc#882951, fdo#63461]
- Add cairo-render-thin-lines.patch: Fix rendering of thin lines,
  so that inkscape can export 0.01mm lines again to PDF. Regression
  introduced with 1.12.3.
- Add cairo-disable-lto.patch to disable LTO on s390{x} to fix the
  build.
- Update to version 1.12.16:
  + Set the correct orientation for simple boxes with a negative
    scale factor.
  + Fix the creation of the shading dictionary in PDF.
  + Avoid upscaling bitmap fonts if possible.
  + Fix an assertion failure within the mempool allocator for
    shared memory.
  + Fix allocation size for CFF subsets.
  + Export cairo_matrix_t for GObject bindings.
  + Stop leaking the image data when loading PNGs.
  + Prevent an assertion failure when creating similar GL surfaces
    larger than supported by hardware.
  + Bugs fixed: fdo#61451, fdo#62885, fdo#61876, fdo#63196,
    fdo#697357, fdo#61592, fdo#68014, fdo#63787.
- Drop cairo-reduce-buddy-assertion.patch: fixed upstream.
- Add cairo-reduce-buddy-assertion.patch: Fix eog crash on
  assertion, after pressing Next (bnc#828074).
- Drop cairo-libpng16-v2.patch: in its current form, this patch
  causes issues as that cairo.ImageSurface.create_from_png errors
  out with 'MemoryError' in all cases (bnc#821766).
- Add cairo-libpng16-v2.patch: Fix png usage with libpng 1.6:
  call png_set_read_user_transform_fn() before
  png_read_update_info() (bnc#810701).
- Update to version 1.12.14:
  + Prevent user callbacks accessing user-data during destroy to
    prevent use-after-free bugs (mozilla#722975).
  + Use standard names for glyphs in subset fonts (PDF) (fdo#60248)
  + Fix detection of Win98. The logic for detecting Win98
    AlphaBlend() was inverted, disabling AlphaBlend() for everyone.
  + Prevent numeric overflow from extrapolating polygon edges to
    the clip boundary and causing severe render artifacts.
    (fdo#60489).
  + Fix computation of glyph string coordinates when breaking up
    runs for xlib.
  + Fix an assertion in the win32 backend for failing to clear its
    similar-images (fdo#60519).
- Changes from version 1.12.12:
  + Avoid replacing the entire image when uploading subimages
    (fdo#59635).
  + Force synchronisation for scratch SHM image buffers, so that we
    do not overwrite data as it is being read by X (fdo#59635).
  + Fix typos in detecting multisampling for the GL (MSAA) backend.
  + Fix a memory leak in the GL (MSAA) backend.
  + Fix a reference counting bug when mapping a GL surface to an
    image.
- Changes from version 1.12.10:
  + Append coincident elements to the recording's surface bbtree so
    that the list is not corrupted and the overlapping elements
    lost.
  + Fix cairo-trace to correctly record map-to-image/unmap-image
    and then replay them.
  + Ignore MappingNotifies when running the XCB testsuite as they
    are sent to all clients when the keyboard changes. The
    testsuite would detect the unexpected event and complain.
  + Handle very large images in the XCB backend.
  + Fix a memory leak in the xlib/shm layer, and prevent use of
    the SHM surfaces after the display is closed (fdo#58253).
  + Handle resizing of bitmap fonts, in preparation for a fix to
    fontconfig to correctly pass on the user request for scaling.
  + Always include subroutine 4 (hint replacement idion) when
    subsetting type 1 fonts in order to prevent a crash in
    cgpdftops on Mac OS/X.
  + Fix a couple of typos in the cairo-gobject.h header files for
    introspection.
  + Prevent a mutex deadlock when freeing a scaled-glyph containing
    a recording-surface that itself references another scaled-glyph
    (fdo#54950).
  + Make scaled-font cache actually thread-safe and prevent
    use-after-frees.
  + Restore support for older versions of XRender. A couple of
    typos and a few forgotten chunks prevented the xlib
    compositor from running correctly with XRender < 0.10.
- Enable building of the GL Backend.
- Update to version 1.12.8:
  + Expand the sanity checking for broken combinations of
    XSendEvent and ShmCompletionEvent.
  + Notice that "The X.Org Foundation" sometimes also identifies
    itself as "The Xorg Foundation".
  + Handle various ages of libXext and its Shm headers.
  + Fix the invalid clipping of the source drawable when using SHM
    transport to upload images (fdo#56547).
  + Handle all Type1 postscript operators for better font
    compatibility (fdo#56265).
  + Fix a couple of memory leaks in Type1 font subsetting
    (fdo#56566)
  + Tighten the evaluation of the start/stop pen vertices, and catch
    a few instances where we would use a fan instead of a bevel.
    (fdo#56432)
  + Fix assumption that geometric clipping always succeeds with the
    span-compositor (fdo#56574)
  + Fix call to spline intersection when evaluating whether a stoke
    is visible.
  + Remember to copy inferior sources when using SHM to readback the
    surface for use as a source.
- Changes from version 1.12.6:
  + Fix the recording surface to actually snapshot the source and
    so fix PDF drawing.
  + Calling XSendEvent with an XShmCompletionEvent is incompatabile
    with older Xorg servers.
  + Reorder CloseDisplay chain so that XShm is not reinstantiated
    after shutdown, causing a potential crash if the Display was
    immediately recreated using the same memory address.
  + Make sure that the Xserver has attached to the SHM segment
    before deleting it from the global namespace on systems that do
    not support deferred deletion.
  + Type1 subsetting support for PDF (and PS) was once again
    improved to work with a larger number of PDF readers.
  + GLESv2 build fixes and improved support for embedded GPUs.
  + Tweak the invisible pen detection for applications that are
    currently using too large values for geometric tolerance.
  + A build fix for older freetype libraries.
- Rebase cairo-modules-no-version.patch.
- Update to version 1.12.4:
  + Interior boxes were being dropped when amalgamating regions
    during tesselation (fdo#49446)
  + Allow building without gtk-doc installed
  + Invalid edge generation whilst reducing complex polygons
    (fdo#50852)
  + Stroking around tight cusps
  + Use locale correct formats for reading font subsetting and
    valid buffers (fdo#51443)
  + Ensure that the type1 subset includes all the glyph encodings
    (fdo#53040)
  + Upload the whole source for a repeating pattern (fdo#51910)
  + Fix damage tracking to handle continuation chunks corectly and
    so prevent crashes on win32 (fdo#53384)
  + Avoid emitting miter joins for degenerate line segments
    (fdo#407107)
  + Convert the relative path semgents into the backend coordinates
    and then back again to user coordinates (fdo#54732)
  + Fix extents computations for a degenerate path consisting only
    of a move-to (fdo#54549)
  + Prevent crashing on a degenerate project edge after polygon
    intersection (fdo#54822).
- Add pkgconfig(xext) BuildRequires: new verified dependency.
- Update to version 1.12.2:
  + Allow applications to create 0x0 xlib surfaces, such as used by
    LibreOffice (fdo#49118)
  + Trim composite extents for SOURCE/CLEAR operators to the mask.
  + Use fallback fonts in PDF for unhandled computed glyph widths
    (fdo#48349)
  + Handle snapshots of recording surfaces for analysing pattern
    extents. Fixes a regression of reporting the PDF bounding box
    as being the page size.
  + Fix allocation size for PDF pattern ids. (fdo#49089)
  + Fix emission of rectilinear dashed segments, with and without
    scaling, and application of degenerate line joins.
  + Clamp unbounded fixup polygons to the clip extents.
  + Prevent infinite loop due to rounding errors whilst
    incrementing along dashes.
  + Prevent overflow for inline a8 span filling.
  + Miscellaneous build fixes for Cygwin on Windows and Solaris.
- Drop cairo-fix-wrong-allocation.patch: fixed upstream.
- Add cairo-fix-wrong-allocation: fix wrong allocation in
  _cairo_pdf_surface_add_source_surface (bnc#758422).
- Update to version 1.12.0:
  + Introduction of a new procedural pattern: the mesh gradient.
  + New API to create a callback pattern:
    cairo_pattern_create_raster_source.
  + XCB is now a supported backend.
  + New common API to address any surface as an image and so allow
    direct modification of the raster data:
    cairo_surface_create_similar_image, cairo_surface_map_to_image,
    and cairo_surface_unmap_image.
  + Many performance improvements.
  + Introduction of new antialias hints (NONE, FAST, GOOD, BEST).
  + Introduction of a new observation architecture:
    cairo_surface_observer_t.
  + OpenGL backend has seen significant work including the port to
    GLESv2 and the exploitation of advanced hardware features.
- Enable build of XCB backend as it's now officially supported: set
  %build_xcb_backend macro to 1.
- Note that we don't build Xlib/XCB support as it's disabled by
  default upstream.
- Also add pkgconfig(xcb-shm) BuildRequires for XCB/SHM support.
- Drop cairo-fix-libs.patch: fixed upstream.
- Ship additional COPYING files that come with some utilities.
- Fix license of the tool subpackage: it is GPL-3.0+ (bnc#739748).
- Change the group of library subpackages from
  Development/Libraries/X11 to System/Libraries.
- fix license to be in spdx.org format
- add libtool as buildrequire to make the spec file more reliable
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
- Fix baselibs requires for cairo-devel and make it available
- Add cairo-fix-libs.patch: disable lto for cairo-sphinx as it
  breaks with -Wl,--as-needed.
- Add missing libcairo-gobject2 to baselibs.conf.
- Update to version 1.10.2:
  + fdo#31632: Fix embedding of grayscale jpegs in PS.
  + Fix the reported path of extents containing a curve.
  + Fix the compositing of unaligned boxes.
  + Reset the clipper in PDF upon finish.
  + Fix degenerates arcs to become a degenerate line.
  + Build support for autoconf 2.67
  + Fix painting of transformed patterns in PS
  + fdo#24688: Fix the EPS bounding box for PS and Fix the missing
    content for EPS
  + fdo#24691: Fix regression upon changing page size in PS/PDF
  + Only use ActualText with PDF-1.5 documents
  + Fix the bbox for type1 fallbacks.
  + fdo#31140: Reset the color after ending the context in PDF
  + fdo#31062: Fix the advance of subsetted type1 fonts
  + Fix handling of EXTEND_NONE gradients for PDF
  + Restrict in-place optimisation for a8 image masks with SOURCE
- Do not build the xcb backend: upstream recommends to not use it
  for now.
- Add a build_gl_backend define to easily enable the build of the
  gl backend, which will add a Mesa-devel BuildRequires. It's
  disabled by default.
- Add a build_xcb_backend define to easily enable the build of the
  xcb backend, which will add a pkgconfig(xcb) BuildRequires. It's
  disabled by default.
- Update to version 1.10.0:
  + Compared to 1.9.14, this version contains only small fixes.
  + The following is the major new changes in cairo 1.10, that were
    already in our previous packages of 1.9.
  + Inclusion of cairo-trace, a tracing utility.
  + Many performance improvements.
  + Better support for printing, including file size reductions
    when an image is included more than once in the document.
  + Resurrect RGB16 format.
  + Add cairo_region_t.
  + Better interoperation with acceleration architectures, thanks
    to the ability to share ardware resources through the new
    cairo_device_t.
- Update cairo-modules-no-version.patch to add use -avoid-versoin
  for cairo-sphinx too.
- Create a libcairo-gobject2 subpackage for a gobject integration
  library. Add pkgconfig(gobject-2.0) BuildRequires for this.
- Rename cairo-utils to cairo-tools, to follow informal packaging
  convention. Add appropriate Provides/Obsoletes.
- Explicitly pass --enable-fc, --enable-ft to configure.
- Pass --enable-tee to fix build for the fdr (flight data
  recorder), as well as the sphinx tool.
- Update to version 1.9.14:
  + fdo#29008: Clip doesn't work for text on the image backend
  + fdo#29114: Add explicit dependency for cxx
  + fdo#29120, fdo#29121, fdo#29122, fdo#29124, fdo#29125: Fix
    regressions in reporting clip extents
- Clean up update to 1.9.12.
- Split main package in libcairo2, libcairo-script-interpreter2 and
  cairo-utils subpackages, to follow the shared library policy.
  Note that libcairo2 provides/obsoletes cairo.
- Change freetype2-devel, libpng-devel, xorg-x11-devel,
  xorg-x11-libxcb-devel BuildRequires to pkgconfig() BuildRequires
  for: fontconfig, freetype2, libpng, pixman-1, x11, xcb, xrender.
- Remove Provides/Obsoletes for libpixman <= 0.1.1 (this was for
  very old versions of SUSE Linux).
- Remove fontconfig-devel, freetype2-devel, libpng-devel,
  xorg-x11-devel, xorg-x11-libX11-devel, xorg-x11-libXrender-devel,
  xorg-x11-libxcb-devel Requires of devel package: they're now all
  required with the automatically added pkgconfig().
- Fix self-obsoletion of cairo-doc.
- Update to version 1.9.12:
  + Various API additions (see NEWS for details).
  + Bug fixes.
  + Updated documentation.
- Remove gcc-c++ BuildRequires.
- Update to version 1.9.10:
  + Fix many bugs introduced in 1.9.x releases.
  + Add WGL interface for cairo-gl
  + Include the downstream patch to honour the user's LCD filtering
    preferences for subpixel rendering of fonts
- Changes from version 1.9.8:
  + Various API additions (see NEWS for details).
  + Backend-specific improvements:
  - cairo-gl: many changes
  - cairo-xlib:
    . access to the underlying connection to the Display is now
    thread-safe
    . attempt to use PolyModeImprecise when compositing
    trapezoids
  - cairo-svg: enable SVG to reference external image through the
    use an extended MIME data type.
- Changes from version 1.9.6:
  + Various API additions (see NEWS for details).
  + Completely drop cairo-glitz.
  + Many improvements for drawing of dashed strokes.
  + Optimize spans-based renderers for repeated rows.
  + Backend-specific improvements:
  - add cairo-drm backend
  - start using GLSL to accelerate many operations in cairo-gl
  - make cairo-image faster
  - cairo-quartz fixes
  - improvement to embedding jpeg/jpeg2000 data in cairo-pdf
  - fix printing of rotated user fonts in cairo-ps
- Changes from version 1.9.4:
  + Various API additions (see NEWS for details).
  + New cairo-test-trace utility.
  + Add server-side gradients to xlib backend.
  + New experimental backends: Qt, OpenVG, OpenGL.
  + Fix long-standing bug with self-intersecting strokes.
- Changes from version 1.9.2:
  + Various API additions (see NEWS for details).
  + New CairoScript experimental backend.
  + New cairo-trace and cairo-perf-trace utilities.
  + Test suite overhaul.
  + Add polygon rasterisation.
  + Add copy-on-write snapshot support.
  + Various bug fixes.
- Add gcc-c++ BuildRequires: one linker stage requires it.
- Add cairo-modules-no-version.patch to build the modules not as
  versioned shared objects
- Drop cairo-1.8.6-repeat-modes.patch and cairo-lcd-filter.patch,
  obsoleted by upstream changes.
- Update to version 1.8.10:
  + General Bug fixes:
  - Fix path construction for the case of cairo_curve_to
    immediately after cairo_new_sub_path followed at some point
    by cairo_close_path.
  - Fix for cairo_push_group or cairo_pop_group with a non-empty
    current path.
  - Fix to correctly report an error if
    cairo_surface_set_fallback_resolution is called with a value
    of 0 (in either axis) (fdo#23067).
  - Fix to handle a cairo_arc of radius 0 as equivalent to a
    cairo_line_to to the center coordinate.
  + cairo-xlib:
  - Fix to correctly copy from a Window source (fdo#12996).
  + cairo-ft:
  - Fix conversion of freetype index to UCS4 value.
  + cairo-pdf:
  - Fix Type 1 subsetting to avoid generating corrupt data
    (lp#419143).
  - Fix Type 1 subsetting to correctly identify binary eexec
    data.
  - Fix Type 1 subsetting to include fixed-content portion in the
    embedded font.
  - Fix Type 1 subsetting to append "cleartomark" operator for
    binary fonts that don't include it.
  + Build fixes:
  - Fix to compile on OpenBSD.
- Package baselibs.conf as a source
- Add baselib definitions for SPARC
- Go back to cairo 1.8.8, for maintenance reasons. Changes from
  1.8.6 that we had before:
  + build fixes
  + fix uninitialised status return within
    _cairo_clip_intersect_mask().
  + avoid transforming nearly-degenerate matrices into degenerate
    matrices (bmo#467423)
  + a few FreeType font handling bugs were fixed (fdo#21985,
    fdo#21706)
  + ensure win32 font backend sets the return value to -1
    (indicating the absent glyph) if the font index lookup for the
    unicode character fails (fdo#20255)
  + improved documentation (fdo#20095, fdo#20154, fdo#20180,
    fdo#20183, fdo#20182, fdo#20441)
- Drop cairo-missing-include-fdo22610.patch: not needed with this
  version.
- Add cairo-1.8.6-repeat-modes.patch: this is a patch used by
  Fedora and Ubuntu to improve performance.
- Add cairo-lcd-filter.patch, similar to the old
  cairo-lcd-filter-fdo10301.patch patch we had. But we're now using
  the Debian/Ubuntu/Mandriva version for better maintainability.
- Explicitly pass --enable-pdf to configure because we require PDF
  support.
- Fix packaging bug (Use %{_libdir}/cairo/*.so.* instead of
  %dir %{_libdir}/cairo/*.so.*)
- Update to version 1.9.2:
  + Many API changes, fixes and other updates. See NEWS for full
    details
  + New experimental backend: CairoScript
  + New utilities: cairo-trace and cairo-perf-trace
- Remove cairo-lcd-filter-fdo10301.patch. This patch was added to
  cairo, but later removed in commit
  5d887ad5dca5af0f8216830d1b04d08a5aba9bee
- Don't use autoreconf -f -i
- Enable CairoScript and svg backends with configure
- Add cairo-missing-include-fdo22610.patch to fix a missing
  include. Keeps OBS happy.

==== gnome-control-center ====
Subpackages: gnome-control-center-color gnome-control-center-goa gnome-control-center-user-faces

- Add gnome-control-center-disable-error-message-for-NM.patch:
  Improve the check whether NM or wicked is running, so it won't
  show an error about NM on systems where wicked instead of NM is
  being used (bsc#989801).

==== gnome-packagekit ====

- Add bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch
  (bsc#881245), bnc#939278-gnome-packagekit-asks-for-reboot-password-too-early.patch
  (bsc#939278), bnc-946886-install-signatures-in-viewer.patch (bsc#946886).

==== gtk2 ====
Subpackages: gtk2-data gtk2-devel gtk2-immodule-amharic gtk2-immodule-inuktitut gtk2-immodule-thai gtk2-immodule-vietnamese gtk2-immodule-xim gtk2-tools gtk2-tools-32bit libgtk-2_0-0 libgtk-2_0-0-32bit typelib-1_0-Gtk-2_0

- Fix update-alterntatives usage.

==== gtk3 ====
Version update (3.20.6 -> 3.20.8)
Subpackages: gtk3-data gtk3-devel gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0

- Fix update-alternatives usage.
- Update to version 3.20.8:
  + Revert an unintentional bump of the GLib requirement in 3.20.7.
- Update to version 3.20.7:
  + Bugs fixed: bgo#118959, bgo#674215, bgo#708148, bgo#745622,
    bgo#747206, bgo#764060, bgo#764203, bgo#765924, bgo#766120,
    bgo#766122, bgo#766341, bgo#766643, bgo#766782, bgo#767058,
    bgo#767468, bgo#767705, bgo#767766, bgo#767795, bgo#767848,
    bgo#767851, bgo#768016, bgo#768025, bgo#768082, bgo#768142,
    bgo#768177, bgo#768485, bgo#768657, bgo#768930, bgo#769003,
    bgo#769047.
  + Updated translations.
- Drop gtk3-gtkwindow-realize-toplevel-before-popover.patch: fixed
  upstream.

==== links ====
Version update (2.12 -> 2.13)

- links 2.13:
  * Page up and page down scroll slightly less than a page
  * Use domain list from publicsuffix.org to prevent setting
    cookies on public domains.
  * Fix bug that allowed bla.com to register cookie for la.com or a.com
  * Fixed a bug in the X driver that characters with unicode codes
    128-255 could not be entered with some locales
  * Security bug fixed: Use separate unix domain socket for anonymous
    instances, so that the anonymous instance won't connect to non-anonymous
    one [boo#992495]
  * <samp> element
  * In case of certification verification failure, don't pop up multiple
    dialog windows asking for the same server
  * Do not lookup .onion addresses directly, as specified by rfc7686
  * Updated Polish Translation
  * Security enhancement: Warn if the SSL/TLS method was downgraded

==== nano ====
Version update (2.6.2 -> 2.6.3)
Subpackages: nano-lang

- nano 2.6.3:
  * make Ctrl+Arrow keys work also on a Linux virtual console
  * take as verbatim only the very first keystroke after M-V
  * remove any lock files held when dying
  * do not abort when a word contains digits (with default speller)
  * fix a small sorting bug in the file browser
  * speed up searching case-insensitively in a UTF-8 locale
  * do not enter invalid bytes when holding down both Alt keys

==== pam ====
Subpackages: pam-32bit pam-devel

- Add doc directory to filelist.

==== pam-config ====
Version update (0.89 -> 0.91)

- Update to version 0.91
  - Adjust for Linux-PAM 1.3.0
  - Automatically replace obsolete PAM modules no longer installed
  - Extend error messages

==== pango ====
Subpackages: libpango-1_0-0 libpango-1_0-0-32bit pango-devel typelib-1_0-Pango-1_0

- Make libpango obsolete/provide pango-modules bsc#978972. Change
  by idonmez@suse.com.

==== permissions ====
Version update (20160413 -> 20160807)

- Update to version 20160807:
  * suexec2 is a symlink, no need for permissions handling
- Update to version 20160802:
  * list the newuidmap and newgidmap, currently 0755 until review is done (bsc#979282)
  * root:shadow 0755 for newuidmap/newgidmap
- adding qemu-bridge-helper mode 04750 (bsc#988279)

==== transmission ====
Subpackages: transmission-common transmission-gtk

- Add transmission-appdata.patch to add, translate and install
  metainfo files for gtk application.
- Patch touches autotool files, add BuildRequires on libtool and
  run autoreconf -fi before ./configure; workaround an issue where
  aclocal fails due to "won't overwrite defined macro:
  glib_DEFUN".
- Add and install metainfo for transmission-qt as a separate
  source file.

==== vsftpd ====

- Do not bother with omc xml configs, useless nowdays

==== webkitgtk ====
Subpackages: libjavascriptcoregtk-1_0-0 libwebkitgtk-1_0-0 libwebkitgtk-devel libwebkitgtk2-lang typelib-1_0-JavaScriptCore-1_0 typelib-1_0-WebKit-1_0

- Disable GCC's delete-null-pointer-checks optimization to fix
  various runtime issues (e.g. boo#987596)
- Toggle _withwk2 back to 0: WebKit2 has long been split into an
  own package and builds WebKit2 API 4.0.

==== webkitgtk3 ====
Subpackages: libjavascriptcoregtk-3_0-0 libwebkitgtk-3_0-0

- Disable GCC's delete-null-pointer-checks optimization to fix
  various runtime issues (e.g. boo#987596)
- Toggle _withwk2 back to 0: WebKit2 has long been split into an
  own package and builds WebKit2 API 4.0.

==== yast2-auth-client ====
Version update (3.3.8 -> 3.3.10)

- Continue with bsc#991855 by removing unnecessary default values.
  Add previously missing autofs parameters as well.
  Bump version to 3.3.10.
- Add missing search_base related attributes
  to auth-client ldap domain. (bsc#991855)
  Bump version to 3.3.9.