Changed packages:

==== GraphicsMagick-devel ====

- Fix devel package dependencies

==== MozillaThunderbird ====
Version update (31.1.0 -> 31.1.1)
Subpackages: MozillaThunderbird-translations-common

- update to Thunderbird 31.1.1
  * Fixed an issue where mailing lists with spaces in their names
    couldn't be autocompleted (bmo#1060901)
  * Fixed an occasional startup crash (bmo#1005336)

==== libaa1 ====

- Use pkgconfig(x11) not metapackage xorg-x11-devel

==== amor ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libanalitza0 ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ark ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkerfuffle4

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== autoyast2 ====
Version update (3.1.58 -> 3.1.60)
Subpackages: autoyast2-installation

- If keyboard tag is missing in profile, try to infer the layout
  from the language tag (bnc#891808).
- Updated dependency from yast2-country (>= 3.1.13) with
  improved Keyboard.Import
- 3.1.60
- Trying to mount CD only if the device has been defined.
  (bnc#895670)
- 3.1.59

==== baloo-core ====
Version update (4.14.0 -> 4.14.1)
Subpackages: baloo-file baloo-kioslaves baloo-pim baloo-tools libbaloofiles4 libbaloopim4 libbalooqueryparser4

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== blinken ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== bluez ====
Version update (5.22 -> 5.23)
Subpackages: bluez-cups bluez-devel libbluetooth3

- update to version 5.23
  This is mostly a bug-fix release with fixes for concurrent
  authorization attempts (for untrusted devices), HID, uHID, OBEX,
  MAP and AVRCP. We now also have better support for AVCTP/AVRCP
  decoding with btmon.
  (no other packaging changes besides version bump)

==== bovo ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== cervisia ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== cmake ====
Version update (3.0.1 -> 3.0.2)

- Update to version 3.0.2
  * ExternalProject: Avoid infinite loop on file download
    hash mismatch
  * CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior
  * CMP0022: Fix version documented to support
    LINK_PUBLIC/LINK_PRIVATE
  * cmListFileLexer: Fix lexing of single '[' character (#15092)
  * Fix finding binutils when cross-compiling with Clang
  * QtAutogen: Use the basename for resource files.
  * QtAutogen: Fix use of multiple ui files in a single target.

==== cryptsetup ====
Version update (1.6.5 -> 1.6.6)
Subpackages: libcryptsetup4 libcryptsetup4-32bit

- version 1.6.6
  * LUKS: Fix keyslot device access for devices which
    do not support direct IO operations. (Regression in 1.6.5.)
  * LUKS: Fallback to old temporary keyslot device mapping method
    if hash (for ESSIV) is not supported by userspace crypto
    library. (Regression in 1.6.5.)
  * Properly activate device with discard (TRIM for SSDs)
    if requested even if dm_crypt module is not yet loaded.
    Only if discard is not supported by the old kernel then
    the discard option is ignored.
  * Fix some static analysis build warnings (scan-build).
  * Report crypto lib version only once (and always add kernel
    version) in debug output.

==== dbus-1-devel ====
Version update (1.8.6 -> 1.8.8)
Subpackages: libdbus-1-3 libdbus-1-3-32bit

- Update to 1.8.8:
  + Security fixes:
  - Do not accept an extra fd in the padding of a cmsg message,
    which could lead to a 4-byte heap buffer overrun. (CVE-2014-3635,
    fdo#83622, bnc#896453; Simon McVittie)
  - Reduce default for maximum Unix file descriptors passed per
    message from 1024 to 16, preventing a uid with the default maximum
    number of connections from exhausting the system bus' file
    descriptors under Linux's default rlimit. Distributors or system
    administrators with a more restrictive fd limit may wish to reduce
    these limits further.
    Additionally, on Linux this prevents a second denial of service
    in which the dbus-daemon can be made to exceed the maximum number
    of fds per sendmsg() and disconnect the process that would have
    received them. (CVE-2014-3636, fdo#82820, bnc#896453; Alban Crequy)
  - Disconnect connections that still have a fd pending unmarshalling
    after a new configurable limit, pending_fd_timeout (defaulting to
    150 seconds), removing the possibility of creating an abusive
    connection that cannot be disconnected by setting up a circular
    reference to a connection's file descriptor. (CVE-2014-3637,
    fdo#80559, bnc#896453; Alban Crequy)
  - Reduce default for maximum pending replies per connection from
    8192 to 128, mitigating an algorithmic complexity
    denial-of-service attack (CVE-2014-3638, fdo#81053, bnc#896453;
    Alban Crequy)
  - Reduce default for authentication timeout on the system bus from
    30 seconds to 5 seconds, avoiding denial of service by using up
    all unauthenticated connection slots; and when all unauthenticated
    connection slots are used up, make new connection attempts block
    instead of disconnecting them. (CVE-2014-3639, fdo#80919,
    bnc#896453; Alban Crequy)
  + Other fixes:
  - Check for libsystemd from systemd >= 209, falling back to the
    older separate libraries if not found (Umut Tezduyar Lindskog,
    Simon McVittie)
  - On Linux, use prctl() to disable core dumps from a test executable
    that deliberately raises SIGSEGV to test dbus-daemon's handling
    of that condition (fdo#83772, Simon McVittie)
  - Fix compilation with --enable-stats (fdo#81043, Gentoo #507232;
    Alban Crequy)
  - Improve documentation for running tests on Windows (fdo#41252,
    Ralf Habacker)

==== dbus-1 ====
Version update (1.8.6 -> 1.8.8)
Subpackages: dbus-1-x11

- Update to 1.8.8:
  + Security fixes:
  - Do not accept an extra fd in the padding of a cmsg message,
    which could lead to a 4-byte heap buffer overrun. (CVE-2014-3635,
    fdo#83622, bnc#896453; Simon McVittie)
  - Reduce default for maximum Unix file descriptors passed per
    message from 1024 to 16, preventing a uid with the default maximum
    number of connections from exhausting the system bus' file
    descriptors under Linux's default rlimit. Distributors or system
    administrators with a more restrictive fd limit may wish to reduce
    these limits further.
    Additionally, on Linux this prevents a second denial of service
    in which the dbus-daemon can be made to exceed the maximum number
    of fds per sendmsg() and disconnect the process that would have
    received them. (CVE-2014-3636, fdo#82820, bnc#896453; Alban Crequy)
  - Disconnect connections that still have a fd pending unmarshalling
    after a new configurable limit, pending_fd_timeout (defaulting to
    150 seconds), removing the possibility of creating an abusive
    connection that cannot be disconnected by setting up a circular
    reference to a connection's file descriptor. (CVE-2014-3637,
    fdo#80559, bnc#896453; Alban Crequy)
  - Reduce default for maximum pending replies per connection from
    8192 to 128, mitigating an algorithmic complexity
    denial-of-service attack (CVE-2014-3638, fdo#81053, bnc#896453;
    Alban Crequy)
  - Reduce default for authentication timeout on the system bus from
    30 seconds to 5 seconds, avoiding denial of service by using up
    all unauthenticated connection slots; and when all unauthenticated
    connection slots are used up, make new connection attempts block
    instead of disconnecting them. (CVE-2014-3639, fdo#80919,
    bnc#896453; Alban Crequy)
  + Other fixes:
  - Check for libsystemd from systemd >= 209, falling back to the
    older separate libraries if not found (Umut Tezduyar Lindskog,
    Simon McVittie)
  - On Linux, use prctl() to disable core dumps from a test executable
    that deliberately raises SIGSEGV to test dbus-daemon's handling
    of that condition (fdo#83772, Simon McVittie)
  - Fix compilation with --enable-stats (fdo#81043, Gentoo #507232;
    Alban Crequy)
  - Improve documentation for running tests on Windows (fdo#41252,
    Ralf Habacker)

==== dhcpcd ====

- Update homepage URL

==== dragonplayer ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== farstream-data ====
Subpackages: gstreamer-plugins-farstream libfarstream-0_2-2

- Add baselibs.conf: provide multi-arch packages.

==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi grub2-x86_64-xen

- grub2-mkconfig-aarch64.patch: Look for Image-* instead of vmlinuz-* on
  aarch64
- add grub2-glibc-2.20.patch - fix build with glibc 2.20+
  (use _DEFAULT_SOURCE to avoid warning)
- fix xen pvops kernel not appear on menu (bnc#895286)
  * refresh grub2-fix-menu-in-xen-host-server.patch
- fix extraneous comma in printf shell command (bnc#895884)
  * refresh grub2-btrfs-04-grub2-install.patch

==== gwenview ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== juk ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kalgebra ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kalzium ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kio_kamera ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kanagram ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kapptemplate ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kate ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kate-devel kate-python-plugins kwrite libktexteditor

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== katomic ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kbd ====

- added /usr/bin/kbd, a simple userfriedly keymap switcher.
  From https://github.com/jnweiger/kbd-wrapper

==== kblackbox ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kblocks ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kbounce ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kbreakout ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kbruch ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kcachegrind ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kcalc ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kcharselect ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kcolorchooser ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kcron ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kde-mplayer-thumbnailer ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kde4-print-manager ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdeartwork4-decorations ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kdeartwork4-screensaver

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== dolphin ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kdebase4-libkonq kdebase4-nsplugin kdepasswd kdialog keditbookmarks konqueror konqueror-plugins libkonq-devel libkonq5 plasmoid-folderview

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdebase4-runtime ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdebindings-smokegen ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libsmokegen-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libsmokekde-devel ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libsmokekde3

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libsmokeqt ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libsmokeqt-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdelibs4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kdelibs4-core kdelibs4-doc libkde4 libkde4-devel libkdecore4 libkdecore4-devel libksuseinstall-devel libksuseinstall1

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdenetwork4-filesharing ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== akonadi ====
Version update (4.14.0 -> 4.14.1)
Subpackages: akregator blogilo kaddressbook kalarm kdepim4 kjots kmail knode knotes kontact korganizer ktimetracker ktnef libkdepim4

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdepim4-runtime ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php
- Removed upstreamed patch detect-invalid-UIDNEXT.patch
- Added detect-invalid-UIDNEXT.patch to resolve kde#338186

==== kdepimlibs4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libakonadi4 libkdepimlibs4 libkdepimlibs4-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kio_svn ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdesdk-strigi-analyzers ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdesdk4-scripts ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kfilereplace ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kimagemapeditor klinkstatus

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdf ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kwikdisk

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdiamond ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdnssd ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kfilemetadata ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kfloppy ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kgamma ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kgeography ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kget ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kgoldrunner ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kgpg ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== khangman ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkhangmanengine4

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kig ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kio_audiocd ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kiriki ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== fonts-KanjiStrokeOrders ====
Version update (4.14.0 -> 4.14.1)
Subpackages: kiten

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kiwi-config-openSUSE ====

- buildrequire the fixed control.xml
- more cleanup of old usb stuff
- Fix langset.service to start on boot by adding install section
  in langset.service

==== kjumpingcube ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== klettres ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmag ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmahjongg ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmines ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmix ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmousetool ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmouth ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kmplot ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== knavalbattle ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== knetwalk ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kolf ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kollision ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kolourpaint ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kompare ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== konquest ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== konsole ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kopete ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php
- Drop upstream'ed patch giflib510-support.patch

==== kpat ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kppp ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kqtquickcharts ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== krdc ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kremotecontrol ====
Version update (4.14.0 -> 4.14.1)
Subpackages: liblibkremotecontrol1

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kreversi ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== krfb ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kruler ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ksaneplugin ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kscd ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kshisen ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ksirk ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ksnapshot ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kspaceduel ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ksquares ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kstars ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ksudoku ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ksystemlog ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kteatime ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ktimer ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ktouch ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kturtle ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ktux ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kubrick ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kwalletmanager ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kwordquiz ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libavc1394-0 ====

- Just like the companion librawxxx, this package has screwed
  symbol names, fix them by exporting only the public API.
  (libavc-fix-symbolexports.patch)

==== libbaloowidgets4 ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libfm-extra4 ====

- spec file clean up
- new libfm bootstrap package

==== libgdiplus-devel ====
Version update (2.10.9 -> 3.8)
Subpackages: libgdiplus0

- Update to version 3.8
- Removed upstreamed patch libgdiplus0-libpng15.patch
- Removed upstreamed patch use-recommended-freetype-include.patch
- Use pkgconfig build dependencies where possible
- Always use system cairo
- Fixed rpmlint error: devel-file-in-non-devel-package

==== libgpg-error-devel ====
Version update (1.13 -> 1.15)
Subpackages: libgpg-error0 libgpg-error0-32bit

- update to 1.15:
  * This releases fixes problems with the use of off_t and ssize_t by
  the estream functions introduced with 1.14.  Although this is
  technically an ABI break on some platforms, we take this as a
  simple bug fix for 1.14.  The new functions are very unlikely in
  use by any code and thus no breakage should happen.  The 1.14
  tarball will be removed from the archive.
  * Add type gpgrt_off_t which is guaranteed to be 64 bit.
  * Add type gpgrt_ssize_t to make use on Windows easier.  On Unix
  platforms this is an alias for ssize_t.
- update to 1.14:
  * Added gpgrt_lock_trylock.
  * Added the estream library under the name gpgrt and a set of macros
  to use them with their "es_" names.
  * Interface changes relative to the 1.13 release:
  GPG_ERR_KEY_DISABLED         NEW.
  gpgrt_*, GPGPT_*             NEW.

==== libkcddb4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkcddb4-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkcompactdisc4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkcompactdisc4-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkdcraw-devel ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkdcraw23

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkdeedu4-data ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkdeedu4-devel libkeduvocdocument4

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== kdegames4-carddecks-default ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkdegames libkdegames-devel libkdegames6

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkexiv2-11 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkexiv2-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkipi-devel ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkipi11

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkmahjongg ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libkmahjongg-devel libkmahjongglib4

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libkomparediff2-4 ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libksane-devel ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libksane0

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libQt5Core5 ====
Version update (5.3.2~git20140904 -> 5.3.2)
Subpackages: libQt5DBus5 libQt5Gui5 libQt5Widgets5

- Update to 5.3.2 final
  * No changes since previous snapshot
  * Use official tars

==== libqt5-qtimageformats ====
Version update (5.3.2~git20140904 -> 5.3.2)

- Update to 5.3.2 final
  * No changes since previous snapshot
  * Use official tars

==== libQt5X11Extras5 ====
Version update (5.3.2~git20140904 -> 5.3.2)

- Update to 5.3.2 final
  * No changes since previous snapshot
  * Use official tars

==== libraw1394-11 ====
Subpackages: libraw1394-devel

- libraw1394-exports.patch: Only symbols prefixed with
  raw1394_ are part of the public API, everything else
  is private.

==== libsamplerate-devel ====
Subpackages: libsamplerate0

- Add obsoletes/provides to baselibs.conf.

==== libsolv-devel ====
Version update (0.6.4 -> 0.6.5)
Subpackages: libsolv-tools perl-solv python-solv

- support DUCHANGES_ONLYADD flag in diskusage calculation
  [bnc#783100]
- add whatmatchesdep to bindings
- support pool->considered in testcases
- always call selection_filelist if SELECTION_FILELIST is set
- support yum style obsolete handling for package splits
- bump version to 0.6.5

==== libstorage-ruby ====
Version update (2.25.14 -> 2.25.15)
Subpackages: libstorage5

- fixed using DM disks for LVM (bnc#896729)
- 2.25.15

==== libvirt ====
Subpackages: libvirt-client libvirt-daemon libvirt-daemon-config-network libvirt-daemon-config-nwfilter libvirt-daemon-driver-interface libvirt-daemon-driver-libxl libvirt-daemon-driver-lxc libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-uml libvirt-daemon-driver-vbox libvirt-daemon-driver-xen libvirt-daemon-qemu libvirt-daemon-xen

- spec: do not require dmidecode on older code 11
- Wait for ntp service before running libvirt-guests
  libvirt-guests-wait-for-ntp.patch
  bnc#895194
- Canonicalize host arch name ppc64le to ppc64
  ppc64le-canonical-name.patch
  bnc#894956

==== libzypp ====
Version update (14.28.0 -> 14.29.0)

- DiskUsageCounter: Support setting 'growonly' partition hint
  (bnc#896176)
- version 14.29.0 (29)

==== lokalize ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== lskat ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== liblua5_2 ====
Subpackages: lua lua-devel

- the %dir is still needed.

==== lxappearance-obconf ====
Version update (0.2.1 -> 0.2.2)

- new upstream version 0.2.2
  * Include autogen.sh into distribution
  * Update .gitignore file - remove redudant entries
  * Remove unused file config.rpath
  * Fix crash in preview of theme with zero window border width
  * Fix compilation warnings
  * Remove autogenerated files from GIT tree
  * Add --enable-debug option to configure script
  * Use macro AM_MAINTAINER_MODE correct way - with ([enable])
  * New files added from LXDE Pootle server based on templates
  * Translation updates
- split lang package

==== lxinput ====
Version update (0.3.2 -> 0.3.3)

- new upstream version 0.3.3
  * Add missing lxinput.desktop.in into distro tarball, it breaks
    'make check'
  * Fix incorrect autostart file: should be NoDisplay=true, not
    Hidden=true
  * Add AC_CONFIG_MACRO_DIR to configure.ac and ACLOCAL_AMFLAGS to
    Makefile.am
  * Use macro AM_MAINTAINER_MODE correct way - with ([enable])
  * Run xset via shell (may not work otherwise)
  * Replace obsolete variable INCLUDES with AM_CPPFLAGS
  * Save settings into ~/.config/autostart/LXInput-autostart as
    well
  * Eliminate compilation warnings
  * Add --enable-debug option to configure script
  * Remove call from libtoolize from autogen.sh, it's not library
  * Remove unused xml-purge subprogram
  * Make mouse threshold able to set values such as 2
  * Use correct parameters for AC_INIT and AM_INIT_AUTOMAKE macros
  * Rename configure.in into configure.ac
  * Fix autogen.sh for daily build
  * Fix autogen.sh with recent automake version
  * Fix typo in desktop file
  * Fix categories for consistency and the upcoming LXDE Control
    Center; use NotShowIn instead of OnlyShowIn
- Translation updates
- spec file cleanup
- split lang package

==== lxtask ====
Version update (0.1.4 -> 0.1.5)

- new upstream version 0.1.5
  * Fix compilation warning on 64 bit arch
  * Fix wrapping on 32-bit architectures: CPU timers may exceed 32
    bit so use 64 bit
  * Fixing FTBFS on kfreebsd (bug #585969 in Debian)
  * use nprocs() function instead of /proc/cpuinfo
  * [SF#620]Fix parsing command line containing ')'
  * Update memory sizes to 64 bit and fix compilation warnings
  * Add manual page lxtask.1
  * Replace deprecated macro AC_PROG_INTLTOOL with IT_PROG_INTLTOOL
  * [SF#607]Add AC_CONFIG_MACRO_DIR to configure.ac and ACLOCAL_
    AMFLAGS to Makefile.am
  * Use macro AM_MAINTAINER_MODE correct way - with ([enable])
  * Add .gitignore file
  * Move lxtask.desktop.in into data/ subdirectory
  * Add --enable-debug option to configure script
  * Don't use libtoolize in autogen.sh, lxtask is not a library
  * Generate po/LINGUAS on the fly instead of manual generating
  * Fix Makefile.am warning
  * Remove gtk-doc stuff in autogen
  * Fix autogen with new versions of automake
  * Fix -1% CPU for processes on armhf
  * Fix sort tasks by clicking the User Name
  * Don't stop lxtask self
  * Remove an unneccesary initilize
  * Debian: Use ./autogen.sh before dh_auto_configure
  * Fix integer overflow in memory show
  * Remove column auto resize
  * Support to show full cmdline
  * Translation updates
- disabled lxtask-automake-1.12.diff patch
  * no autogen.sh present in the package
- spec file cleanup
- Split lang package
- Added lxtask-0.1.5-fix-license-in-copying-file.patch
  * Fix wrong FSF address

==== libastro1 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: libmarblewidget19 marble marble-data marble-devel marble-doc

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== mcelog ====

- Fixed the architecture tag to %{ix86} as suggested by:
  Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de>
- fixed the architecture tag to %ix86

==== mdadm ====

- Add cron job to run 'mdcheck' regularly to
  verify all md arrays. (bnc#869261)

==== mobipocket ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== mono-kde4 ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libqyoto2 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: mono-qt4 mono-qt4-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== myspell-cs_CZ ====
Version update (20140507 -> 20140911)
Subpackages: myspell-da_DK myspell-de myspell-dictionaries myspell-el_GR myspell-en myspell-es myspell-fr_FR myspell-hu_HU myspell-it_IT myspell-pl_PL myspell-pt_BR myspell-ru_RU

- package lightproof files [bnc#890735]
- package all doc files
- update to 20140911

==== nano ====
Version update (2.3.2 -> 2.3.6)
Subpackages: nano-lang

- Update to version 2.3.6:
  * Fix for installing internationalization files.
  * Documentation (in particular man page) fixes.
  * Few touch ups to syntax highlighting definitions.
  From version 2.3.5:
  * Many visible and under-the-hood fixes for components such as file locking,
    more fixes to the undo system, and you no longer have to explicitly ask
    nano to have undo/redo support as it now defaults to being enabled.
  * Better handling of --tempfile mode.
  * Better handling of command line arguments when also attempting to specify
    +<line number>.
  From version 2.3.4:
  * Small number of fixes, but in particular allows nano to compile on non-UTF8
    curses implementations (i.e. libncursesw).
  * Small fixes to the undo implementation.
  * Small fixes to the default syntax config.
  From version 2.3.3:
  * Many improvements to the core system, including substantial improvements to
    the undo/redo code, UTF-8 handling, the configure script, and display of
    shortcuts on very wide terminals.
  * Ability to read named pipes (--noread), as well as linter support (see the
    nanorc man page for details).
  * Much improved syntax highlighting code, and configurations for JSON,
    texinfo, Go, and a default syntax for catch all highlighting.
  * Ability to set the color of the title bar, status bar, and shortcut keys
    (e.g. "^X") and their descriptions (see the nanorc man page for details).
  * Lots of other fixes.
- Added new build requirements groff-full, makeinfo and pkg-config.

==== libsnmp30 ====
Subpackages: libsnmp30-32bit net-snmp net-snmp-devel perl-SNMP snmp-mibs

- added net-snmp-5.7.2-fix-snmptrapd-remote-denial-of-service.patch:
  fix remote denial of service problem inside snmptrapd when started
  with the "-OQ" option (CVE-2014-3565)(bnc#894361)
- added net-snmp-5.7.2-fix-perl-trap-handler.patch: fix potential
  remote denial of service problem inside the snmptrapd Perl trap
  handler (CVE-2014-2285)(bnc#866942)

==== nfs-client ====
Subpackages: nfs-doc nfs-kernel-server

- nfsserver.init: allow $NFSD_V4_GRACE to set the lease
  time if NFSV4LEASETIME is not set, as some documentation
  suggests this.
  Also set NFSv4 and NLM grace time to make the NFSv4 lease time
  as having them different at boot time doesn't make sense.
  (bnc#892809)

==== okteta ====
Version update (4.14.0 -> 4.14.1)
Subpackages: okteta-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== okular ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== openbox ====

- Cleanup BuildRequires so only exactly what is required is
  pulled for build, in particular avoid using metapackage
  xorg-x11-dev.
- Enable verbose build.
- Use --disable-static instead of just removing the libraries.
- removed unused openbox-no_nb.patch patch

==== parley ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== patterns-openSUSE-apparmor ====
Subpackages: patterns-openSUSE-apparmor_opt patterns-openSUSE-base patterns-openSUSE-books patterns-openSUSE-console patterns-openSUSE-devel_C_C++ patterns-openSUSE-devel_basis patterns-openSUSE-devel_gnome patterns-openSUSE-devel_ide patterns-openSUSE-devel_java patterns-openSUSE-devel_kde patterns-openSUSE-devel_kernel patterns-openSUSE-devel_mono patterns-openSUSE-devel_perl patterns-openSUSE-devel_python patterns-openSUSE-devel_qt4 patterns-openSUSE-devel_rpm_build patterns-openSUSE-devel_ruby patterns-openSUSE-devel_tcl patterns-openSUSE-devel_web patterns-openSUSE-dhcp_dns_server patterns-openSUSE-directory_server patterns-openSUSE-enhanced_base patterns-openSUSE-enhanced_base_opt patterns-openSUSE-file_server patterns-openSUSE-fonts patterns-openSUSE-fonts_opt patterns-openSUSE-games patterns-openSUSE-gateway_server patterns-openSUSE-gnome patterns-openSUSE-gnome_admin patterns-openSUSE-gnome_basis patterns-openSUSE-gnome_basis_opt patterns-openSUSE-gnome_games patterns-openSUSE-gnome_ide patterns-openSUSE-gnome_imaging patterns-openSUSE-gnome_imaging_opt patterns-openSUSE-gnome_internet patterns-openSUSE-gnome_laptop patterns-openSUSE-gnome_multimedia patterns-openSUSE-gnome_multimedia_opt patterns-openSUSE-gnome_office patterns-openSUSE-gnome_office_opt patterns-openSUSE-gnome_utilities patterns-openSUSE-gnome_yast patterns-openSUSE-imaging patterns-openSUSE-imaging_opt patterns-openSUSE-kde patterns-openSUSE-kde4_admin patterns-openSUSE-kde4_basis patterns-openSUSE-kde4_edutainment patterns-openSUSE-kde4_games patterns-openSUSE-kde4_ide patterns-openSUSE-kde4_imaging patterns-openSUSE-kde4_internet patterns-openSUSE-kde4_laptop patterns-openSUSE-kde4_multimedia patterns-openSUSE-kde4_office patterns-openSUSE-kde4_utilities patterns-openSUSE-kde4_utilities_opt patterns-openSUSE-kde4_yast patterns-openSUSE-kvm_server patterns-openSUSE-lamp_server patterns-openSUSE-laptop patterns-openSUSE-lxde patterns-openSUSE-lxde_laptop patterns-openSUSE-lxde_office patterns-openSUSE-mail_server patterns-openSUSE-minimal_base patterns-openSUSE-minimal_base-conflicts patterns-openSUSE-misc_server patterns-openSUSE-multimedia patterns-openSUSE-multimedia_opt patterns-openSUSE-network_admin patterns-openSUSE-non_oss patterns-openSUSE-non_oss_opt patterns-openSUSE-office patterns-openSUSE-office_opt patterns-openSUSE-print_server patterns-openSUSE-remote_desktop patterns-openSUSE-rest_dvd patterns-openSUSE-sw_management patterns-openSUSE-sw_management_gnome patterns-openSUSE-sw_management_kde4 patterns-openSUSE-tabletpc patterns-openSUSE-technical_writing patterns-openSUSE-x11 patterns-openSUSE-x11_opt patterns-openSUSE-x11_yast patterns-openSUSE-xen_server patterns-openSUSE-xfce patterns-openSUSE-xfce_basis patterns-openSUSE-xfce_laptop patterns-openSUSE-xfce_office patterns-openSUSE-yast2_basis patterns-openSUSE-yast2_install_wf

- Added new leechcraft plugins; deleted p100q (obsoleted).

==== perl-Bootloader ====
Version update (0.821 -> 0.822)
Subpackages: perl-Bootloader-YAML

- join byid and kern maps instead of picking one (bnc #896665)
- 0.822

==== perl-Capture-Tiny ====
Version update (0.24 -> 0.25)

- updated to 0.25
  Prereqs:
  - Amended recommended modules to list Inline::C rather than Inline

==== perl-Class-Date ====
Version update (1.1.10 -> 1.1.15)

- updated to 1.1.15
  - Move Date/Const.pm to lib/Calss/Date/
  - Move Class::Date::Invalid and Class::Date::Rel to their own files in lib/Class/Date/
  - Require Scalar::Util and remove work-around lack of Scalar::Util
  - Require Env::C
  1.1.13 Fri May  2 08:32:15 2014
  - Use Test::More for testing
  1.1.12 Wed Apr 30 08:44:29 2014
  - Fixing MANIFEST.SKIP to include Makefile.PL and exclue MYMETA files.
  1.1.11 Wed Apr 30 06:56:24 2014
  - Convert the pod to UTF8 and add =encoding RT #94657
  - Minumum version of perl is not 5.006
  - Makefile updated
  - New maintainer: Gabor Szabo
- remove Class-Date-1.1.10.diff

==== perl-Compress-Bzip2 ====
Version update (2.17 -> 2.18)

- updated to 2.18
  - [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar to the
    fix in 2.11. Not a EUMM bug.
  - require constant 1.04 (since 5.8) to accept hashrefs.
  - add META to MANIFEST

==== perl-Config-General ====
Version update (2.52 -> 2.56)

- updated to 2.56
  2.54   - fixed rt.cpan.org#39814. changed the order of pre-processing
    in _read(): 1) remove comments, 2) check for continuation,
    3) remove empty lines.
  2.53    - applied patch rt.cpan.org#68153, which adds a find() method to
    Config::General::Extended.
  - fixed rt.cpan.org#79869 (in fact it has been fixed in 2.52
    but I forgot to mention it here).
  - applied spelling fixes rt.cpan.org 87072+87080.
  - fixed rt.cpan.org#89379

==== perl-Devel-GlobalDestruction ====
Version update (0.12 -> 0.13)

- updated to 0.13
  * include README
  * include minimum perl version 5.6 in metadata

==== perl-Glib ====
Version update (1.304 -> 1.305)

-A updated to 1.305
  * Disable the warning message when handing callbacks over to the main loop.

==== perl-Net-HTTP ====
Version update (6.06 -> 6.07)

- updated to 6.07
  Jason Fesler (1):
    Opportunistically use IO::Socket::IP or IO::Socket::INET6.
    Properly parse IPv6 literal addreses with optional port numbers. [RT#75618]

==== perl-Perl-Tidy ====
Version update (20130922 -> 20140711)

- updated to 20140711
  - Fixed RT #94902: abbreviation parsing in .perltidyrc files was not
    working for multi-line abbreviations.  Thanks to Eric Fung for
    supplying a patch.
  - Fixed RT #95708, misparsing of a hash when the first key was a perl
    keyword, causing a semicolon to be incorrectly added.
  - Fixed RT #94338 for-loop in a parenthesized block-map.  A code block within
    parentheses of a map, sort, or grep function was being mistokenized.  In
    rare cases this could produce in an incorrect error message.  The fix will
    produce some minor formatting changes.  Thanks to Daniel Trizen
    discovering and documenting this.
  - Fixed RT #94354, excess indentation for stacked tokens.  Thanks to
    Colin Williams for supplying a patch.
  - Added support for experimental postfix dereferencing notation introduced in
    perl 5.20. RT #96021.
  - Updated documentation to clarify the behavior of the -io flag
    in response to RT #95709.  You can add -noll or -l=0 to prevent
    long comments from being outdented when -io is used.
  - Added a check to prevent a problem reported in RT #81866, where large
    scripts which had been compressed to a single line could not be formatted
    because of a check for VERSION for MakeMaker. The workaround was to
    use -nvpl, but this shouldn't be necessary now.
  - Fixed RT #96101; Closing brace of anonymous sub in a list was being
    indented.  For example, the closing brace of the anonymous sub below
    will now be lined up with the word 'callback'.  This problem
    occured if there was no comma after the closing brace of the anonymous sub.
    This update may cause minor changes to formatting of code with lists
    of anonymous subs, especially TK code.

==== perl-Tie-Cache ====
Version update (0.17 -> 0.21)

- updated to 0.21
  + fixed internal $VERSION number
  + added cleaner ref() checking for data size calculations when using a MaxBytes cache, to address bug
    https://rt.cpan.org/Public/Bug/Display.html?id=69976
  + updated test.pl to "use Tie::Cache" to prevent test conflicts with Cache.pm
- removed outdated Tie-Cache-0.17.diff

==== perl-XML-Twig ====
Version update (3.46 -> 3.48)

- updated to 3.48
  - fixed: missing entities when parsing HTML
  RT #93604 https://rt.cpan.org/Public/Bug/Display.html?id=93604
  - fixed: tests failed when using a version of HTML::TreeBuilder with a non-numeric version
  - fixed in twig_handlers, '=' in regexps on attributes are turned into 'eq'
  RT #94295 https://rt.cpan.org/Public/Bug/Display.html?id=94295
  - fixed: test failed on Windows

==== perl-qt4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: perl-qt4-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== pesign-obs-integration ====

- fall back to project cert in the followup spec if it
  exists

==== plasma-addons ====
Version update (4.14.0 -> 4.14.1)
Subpackages: plasma-addons-akonadi plasma-addons-lancelot plasma-addons-marble

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libpodofo-devel ====
Subpackages: libpodofo0_9_3 podofo

- Just use "lua-devel" as BuildRequires current versions
  support lua 5.2

==== kde4-l10n-devel ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== libpulse-devel ====
Subpackages: libpulse-mainloop-glib0 libpulse0 libpulse0-32bit pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-jack pulseaudio-module-lirc pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils

- Add user pulse to audio group - see bnc#896846

==== python-ecdsa ====
Version update (0.10 -> 0.11)

- update to version 0.11:
  * update NEWS for 0.11 release
  * VerifyingKey.from_string(): add validate_point= argument
  * Merge pull request #17 from trezor/master
  * README: stop claiming py2.5 compatibility.
  * Merge pull request #18 from alex/patch-2
  * Merge pull request #16 from alex/patch-1
  * Remove Python 2.5 from travis.
  * Added trove classifiers showing versions supported
  * canonical versions of sigencode methods these enforce low S values,
    by negating the value (modulo the order) if above order/2
  * Remove Python 2.5 from travis.
  * Run tests under PyPy

==== python-httplib2 ====
Version update (0.8 -> 0.9)

- update to version 0.9
  * Release 0.9. The heartbleed release.
  * Add an updated cacerts.txt file and fix some tests. Turns out nginx doesn't support etags on gzip'd content.
  * Merge pull request #259 from snarfed/master
  * use socket.getdefaulttimeout() on App Engine as well as off, take 2
  * Merge pull request #258 from snarfed/master
  * use socket.getdefaulttimeout() on App Engine as well as off
  * Update README.md
  * whitespace fix
  * Remove redundant README
  * Remove unused files.
  * Update README.md
  * Merge ../httplib2.current
  * Update README.md
  * Last fixed for markdown.
  * Update README.md
  * Markdown fixes.
  * Moving README over to README.md
  * Pass method by name, not positionally. Fixes issue #252. Reviewed in https://codereview.appspot.com/7987046/.
  * Fix handling of BadStatusLine. Fixes issue #250. Review in https://codereview.appspot.com/7529045/.
  * Clean up tags
  * Added tag 0.8 for changeset 427a4ff7b7e4

==== python-kde4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: python-kde4-akonadi python-kde4-devel python-kde4-khtml python-kde4-knewstuff python-kde4-phonon python-kde4-plasma

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== python-matplotlib ====
Subpackages: python-matplotlib-tk

- downgrade Recommends for texlive (and other big packages) to Suggests
  (this means texlive is not pulled in by default zypper settings)
- Dependency and spec file cleanups
- Remove unneeded use-setuptools.diff

==== python-six ====
Version update (1.7.3 -> 1.8.0)

- update to version 1.8.0:
  * Issue #90: Add six.moves.shlex_quote.
  * Issue #59: Add six.moves.intern.
  * Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).
  * Issue #88: Fix add_metaclass when the class has __slots__ containing
  "__weakref__" or "__dict__".
  * Issue #89: Make six use absolute imports.
  * Issue #85: Always accept *updated* and *assigned* arguments for wraps().
  * Issue #86: In reraise(), instantiate the exception if the second argument is
  None.
  * Pull request #45: Add six.moves.email_mime_nonmultipart.
  * Issue #81: Add six.urllib.request.splittag mapping.
  * Issue #80: Add six.urllib.request.splituser mapping.

==== rsyslog ====

- added firewall template file

==== ruby-kde4 ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== ruby-qt4 ====
Version update (4.14.0 -> 4.14.1)
Subpackages: ruby-qt4-devel

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== sblim-sfcb ====

- call service_add_pre unconditionally

==== step ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== sweeper ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== swig ====

- Fix syntax error in find command

==== libgudev-1_0-0 ====
Subpackages: libgudev-1_0-devel libudev-devel libudev1 libudev1-32bit systemd systemd-32bit systemd-bash-completion systemd-logger systemd-sysvinit typelib-1_0-GUdev-1_0 udev

- Add upstream patches as real fixes
  0001-activate-fix-fd-leak-in-do_accept.patch
  0002-analyze-avoid-a-null-dereference.patch
  0003-analyze-fix-mem-leak.patch
  0004-backlight-Avoid-error-when-state-restore-is-disabled.patch
  0005-bus-avoid-using-m-kdbus-after-freeing-it.patch
  0006-bus-unref-buscreds-on-failure.patch
  0007-core-fix-a-potential-mem-leak.patch
  0008-core-smack-setup-Actually-allow-for-succesfully-load.patch
  0009-journal-do-not-leak-mmaps-on-OOM.patch
  0010-manager-use-correct-cleanup-function.patch
- Intergrate the work of Robert and rename the patch
  1068-udev-remove-userspace-firmware-loading-support.patch
  to 1078-udev-remove-userspace-firmware-loading-support.patch
  Also add patch
  1079-udev-remove-userspace-firmware-loading-support.patch
  to apply the same change for opensuse 13.2 and above
- Add upstream patch
  0001-systemctl-allow-to-change-the-default-target-without.patch
  to allow to override default target without --force (bnc#896664)
- Add upstream patches for udev
  1068-udev-net_setup_link-export-the-.link-filename-applie.patch
  1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch
  1070-rules-net-setup-link-remove-stray-linebreak.patch
  1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch
  1072-udev-netif_rename-don-t-log-to-kmsg.patch
  1073-udev-drop-print_kmsg.patch
  1074-udev-fix-copy-paste-error-in-log-message.patch
  1075-udev-timeout-increase-timeout.patch (bnc#889297)
  1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch (bnc#889297)
  1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch (bnc#889297)
- udev: remove userspace firmware loading support (bnc#889297).
  Add 1068-udev-remove-userspace-firmware-loading-support.patch
- udev: always resolve correctly database names on 'change' event (bnc#864745).
  Add 1067-udev-always-resolve-correctly-database-names-on-chan.patch
- Add upstream patch 0009-hwdb-update.patch

==== umbrello ====
Version update (4.14.0 -> 4.14.1)

- Update to 4.14.1
  * KDE 4.14.1 SC Bugfix Release
  * See http://www.kde.org/announcements/announce-4.14.1.php

==== gvim ====
Version update (7.4.429.hg.6187 -> 7.4.442.hg.6214)
Subpackages: vim vim-data

- Updated apparmor.vim (taken from AppArmor 2.8.96)
- Updated to revision 442, fixes the following problems
  * test_listlbr fails when compiled with normal features.
  * Compiler warning.
  * When the startup code expands command line arguments, setting
    'encoding' will not properly convert the arguments.
  * gettabvar() is not consistent with getwinvar() and getbufvar().
  * Line formatting behaves differently when 'linebreak' is set.
    (mvxxc)
  * ml_get error for autocommand that moves the cursor of the current
    window.
  * New and old regexp engine are not consistent.
  * Cached values for 'cino' not reset for ":set all&".
  * Duplicate message in message history.  Some quickfix messages
    appear twice. (Gary Johnson)
  * Omni complete popup drawn incorrectly.
  * Endless loop and other problems when 'cedit' is set to CTRL-C.
  * Using unitinialized variable.

==== libwicked-0-6 ====
Version update (0.6.7 -> 0.6.9)
Subpackages: wicked wicked-service

- version 0.6.9
- ifstatus: address status reporting improvements, adding --verbose
  parameter
- addrconf: correctly fetch lease info flags, disarmed old auto6
  code, added prerequires (bnc#894885)
- fsm: Do not destroy schema requirements on rearm
- ipv6: added accept-ra sysctl support, auto6 code clean-up
- ifconfig: fixed lease updater allocation
- version 0.6.8
- ifup,reload,status: return setup-in-progress code,
  fix exit code override when systemd in picture and
  disable pulling device status from addresses
- ifstatus: report slaves device as enslaved
- fixed to not reset master device name on success
- lower printout of debug messages (bnc#891036)
- nanny: correctly initialize timeout variable to
  busy wait instead to wasting cpu using poll with
  a 0 timeout (bnc#895970)

==== wireshark ====
Subpackages: wireshark-ui-gtk

- Current versions support lua 5.2, so just use "lua-devel"
  in BuildRequires.
- Enable verbose build, rpmlint counts on that.

==== libxapian22 ====

- Add baselibs.conf, needed by baloo 32bit libraries

==== xf86-video-ati ====

- U_Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
  * Handle CRTC DPMS from output DPMS hooks (bnc#896378)

==== xfce4-panel-plugin-power-manager ====
Version update (1.3.2 -> 1.4.0)
Subpackages: xfce4-power-manager xfce4-power-manager-lang

- add xfce4-power-manager-fix-lid-switch-logic.patch in order to
  fix the logic of the lid switch handling setting (backported from
  upstream git)
- update to version 1.4.0
  - conditionally use xfce_dialog_show_help_with_version
  - add support for lxpanel 0.7+
  - Yves-Alexis Perez fixed the logic of xfconf logind inhibition
  keys
  - plugin: update desktop file install location
  - plugin: Fix crash when devices (dis)connect
  - point to versioned help docs
  - add DragonflyBSD to host check
  - only use batteries for current charge state that are
  used for power supply
  - fix minor build warnings
  - sync the brightness slider with blank and DPMS settings
  - plugin: Use the brightness-slider-min-level for the scroll
  wheel
  - draw a bubble with a question mark if the device state is
  unknown
  - keep blank and DPMS timeout settings in order
  - fix typos in debug messages
  - update AppData info about the panel plugins
  - never try to display the -missing icons
  - add timestamp for 1.3.2 release to AppData
  - add trailing colons in labels for Comboboxes and Spinbuttons
  - translation updates
- drop obsolete xfce4-power-manager-lxpanel-0.7-support.patch
- remove dependency on udisks since udisks support has been removed

==== yast2 ====
Version update (3.1.105 -> 3.1.107)
Subpackages: yast2-devel-doc

- Checking nil for repository name. (bnc#896466)
- 3.1.107
- Added an extra help message when authentication against a
  registration server fails while refreshing repositories
  (bnc#895719)
- 3.1.106

==== yast2-country ====
Version update (3.1.12 -> 3.1.13)
Subpackages: yast2-country-data

- Added support for inferring the missing keyboard layout from the
  language in autoyast profile (bnc#891808).
- 3.1.13

==== yast2-http-server ====
Version update (3.1.3 -> 3.1.4)

- AutoYaST: Using HostIP which is given in the host name
  (e.g. *:443/sleposbuilder3.suse.cz.conf) values in order to set
  VirtualHost in /etc/apache2/vhosts.d/<hostname> correctly.
  (bnc#895127)
- 3.1.4

==== yast2-network ====
Version update (3.1.95 -> 3.1.99)

- Do not check for / install packages in inst-sys (bnc#888130)
- 3.1.99
- Remote administration adjusted to warn users that they need to
  restart display manager manually if it's needed (bnc#893606)
- 3.1.98
- bnc#894089
  - update udev rules correctly when changing device names for more
    than one net device
- 3.1.97
- Changed the remote administration module to get the list of
  required packages from yast2-packager (bnc#896178).
- 3.1.96

==== yast2-packager ====
Version update (3.1.46 -> 3.1.47)

- Improved automatic selection of packages for remote
  administration (VNC) and for installation with remote X11.
  Fixes bnc#896185 and bnc#895070.
- Enabled access to those selections from other yast modules.
  First step to fix bnc#896178.
- 3.1.47

==== yast2-ruby-bindings ====
Version update (3.1.23 -> 3.1.24)

- GC-guard some Ruby values to prevent a crash in slideshow
  (bnc#895964)
- 3.1.24
Removed packages:
  esound-daemon
  udisks


Added packages:
  libGraphicsMagick-Q16-3
   > libGraphicsMagickWand-Q16-2
  hdjmod-kmp-default
   > hdjmod-kmp-desktop
   > hdjmod-kmp-xen
  lxappearance-obconf-lang
  lxinput-lang
  lxtask-lang
  myspell-lightproof-en
   > myspell-lightproof-hu_HU
   > myspell-lightproof-pt_BR
   > myspell-lightproof-ru_RU
  pulseaudio-esound-compat