------------------------------------------------------------------ --- Changelog.all ----------- Sun Jul 7 17:58:19 UTC 2013 ------ ------------------------------------------------------------------ ------------------------------------------------------------------ ------------------ 2013-7-5 - Jul 5 2013 ------------------- ------------------------------------------------------------------ ++++ cryptsetup-mkinitrd: - add vchange and vgscan as initrd deps (bnc#800699) ++++ insserv-compat: - print warning if a sysv init script is masked by a systemd service (bnc#798510, bnc#804273) ++++ mozilla-nss: - fix 32bit requirement, it's without () actually ++++ p11-kit: - fix 32bit provides of libnssckbi.so - repace p11-kit-extract-trust with update-ca-certificates ++++ xf86-video-ati: - Update to 7.1.0_git20130705 snapshot: + radeon/kms: add kabini pci ids + radeon/kms: add bonaire pci ids + radeon: update cursor handling for CIK + radeon: add family ids for CIK + radeon: add family ids for CIK + radeon: fix a memory leak in get_modes() callback. + handfull of DRI2 fixes + radeon: add Hainan pci ids + radeon: add hainan chip family + radeon: add new richland pci ids + radeon: add new SI pci ids + radeonsi: add 2d tiling support + glamor: Only enable for depth >= 24 + glamor: Enable by default on SI + radeon: add Richland pci ids + radeon: add oland chip family ------------------------------------------------------------------ ------------------ 2013-7-4 - Jul 4 2013 ------------------- ------------------------------------------------------------------ ++++ ethtool: - Update to new upstream release 3.10 * Displaying of support for 10000BASE-KR link mode was implemented. * Support for new versions of ixgbe register dump was added. * The private flags print output was beautified. - More robust make install call - Optional signature verification ++++ filesystem: - change license to MIT as GPL doesn't make sense for a package that only contains directories. Also include a LICENSE.txt with the sources (bnc#822602). ++++ gnutls: - use pkcs11 interface to fetch the system's CA certificates (fate#314991). Add patch gnutls-3.2.1-pkcs11.diff to fix doing that, obsoletes gnutls-implement-trust-store-dir.diff. ++++ polkit-default-privs: - temporary whitelist powerdevil (bnc#825256) ++++ xorg-x11-Xvnc: - N_tigervnc_level3switch.patch * Use correct keycode for level3 shift. (bnc#809844) ++++ yast2-core: - Prevent invalid XML by filtering out vertical tab and form-feed in xml output gh#yast/yast-core#25 - Fixed "Non constant value in case statement" parse error for `case -1:` with enabled comments parsing - 2.24.6 ++++ yast2-users: - update testedfiles in tests (lslezak) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-7-3 - Jul 3 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - fix build on ARM (/-g/ matches /-grecord-switches/) ++++ gcc48: - fix typo in last change ++++ freetype2: - Update to version 2.5.0.1 * The cache manager function `FTC_Manager_Reset' didn't flush the cache. * Behdad Esfahbod (on behalf of Google) contributed support for color embedded bitmaps (eg. color emoji). * The old FreeType CFF engine is now disabled by default. * All code related to macro FT_CONFIG_OPTION_OLD_INTERNALS has been removed. * The property API (`FT_Property_Get' and `FT_Property_Set') is now declared as stable. * Another round of TrueType subpixel hinting fixes. * 64bit compilation of the new CFF engine was buggy. * Some fixes to improve robustness in memory-tight situations. - Add dependency on libpng-devel for color emoji support. - Drop freetype-new-cff-engine.patch, upstream now. ++++ ft2demos: - Update to version 2.5.0 * ftview has been updated to support color embedded bitmaps. * The 'ttdebug' program has been further improved. In particular, it accepts a new command line option `-H' to select the hinting engine. ++++ gmime: - Update to version 2.6.16: + rfc2047_encode: Respect the new GMIME_ENABLE_USE_ONLY_USER_CHARSETS initialization flag. + New internal function that replaces the older header_fold() function. This new one uses the rfc2047 tokenizer so that we share the same rfc2047 workaround logic in the tokenizer (bgo#697407). + Disable g_warnings unless warnings are enabled in the build. - Add gobject-introspection-devel BuildRequires in order to build the introspected bindings. - Split typelib in typelib-1_0-GMime-2_6 subpackage. ++++ lcms2: - Update to version 2.5 * Maintenance update + Focused on incorrect path and error handling. It also updates the black point compensation algorithm to match the ICC including the new black point compensation algorithm actually being standarized by TC130, ICC and ISO. ++++ libXi: - Update to version 1.7.2: Only one minor change since the RC. Again, this release contains the fixes for CVE-2013-1998, CVE-2013-1984 and CVE-2013-1995 so you're encouraged to update. + Remove check that can never be true. ++++ libffi48: - fix typo in last change ++++ mozilla-nss: - update to 3.15.1 * TLS 1.2 (RFC 5246) is supported. HMAC-SHA256 cipher suites (RFC 5246 and RFC 5289) are supported, allowing TLS to be used without MD5 and SHA-1. Note the following limitations: The hash function used in the signature for TLS 1.2 client authentication must be the hash function of the TLS 1.2 PRF, which is always SHA-256 in NSS 3.15.1. AES GCM cipher suites are not yet supported. * some bugfixes and improvements ++++ libgcj48: - fix typo in last change ++++ tracker: - No longer build tracker-miner-firefox, it doesn't work for months, there is no point in shipping it for now. - Own /usr/share/mozilla and /usr/share/mozilla/extensions directories in tracker-miner-thunderbird subpackage. ++++ libyui-ncurses-pkg: - remove webpin search from configuration menu (bnc#821866), catch exception of sysconfig write (bnc #827608) - Version 2.44.1 ++++ mkinitrd: - Purge old kernels with low I/O priority As this is run directly at startup, it competes for I/O with the other boot processes. ++++ tracker-extras: - No longer build tracker-miner-firefox, it doesn't work for months, there is no point in shipping it for now. - Own /usr/share/mozilla and /usr/share/mozilla/extensions directories in tracker-miner-thunderbird subpackage. ++++ python-keyring: - update to 1.5: * SecretService: allow deleting items created using previous python-keyring versions. * Use secretstorage.get_default_collection if it's available. * Switch GnomeKeyring backend to use native libgnome-keyring via GObject Introspection, not the obsolete python-gnomekeyring module * Use the SecretStorage library to implement the Secret Service backend (instead of using dbus directly) * Now the keyring supports prompting for and deleting passwords - do not unconditionally recommend python-kde4 - python-gnomekeyring is not needed anymore ++++ release-notes-openSUSE: - 13.1.0: * Set Copyright to "SUSE LLC" (bnc#809347). * Start resetting for 13.1 and add CHECKIT markers. ++++ xorg-x11-Xvnc: - N_xorg-server-xdmcp.patch * Do not send local-link ipv6 addresses over xdmcp. (bnc#808490) ------------------------------------------------------------------ ------------------ 2013-7-2 - Jul 2 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Update to Mesa 9.1.4: * [bisected i965] Bus error (core dumped) on oglc texdecaltile (fdo#37871) * egl/opengles1/tri_x11 renders wrong (fdo#42182) * [SNB IVB HSW] mesa demo test texleak bus error (fdo#44958) * [snb] crash in texsubimage to a large atlas in clutter (fdo#53494) * glDrawElements segfault when compiled into display list (fdo#60518) * src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h (fdo#61821) * r300g regression (RV380): Strange rendering of light sources in Penumbra (bisected) (fdo#63520) * [HSW] support new haswell graphics [8086:0a2e] (fdo#63701) * [gm45, bisected] some piglit glsl 1.10 built-in-functions tests crash (fdo#64727) * [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374 (fdo#64745) * [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363 (fdo#64934) * segfault in _mesa_get_format_datatype and _mesa_get_color_read_type when state dumping with glretrace (fdo#65173) - Droped llvm-3.3.patch, it's included in this release ++++ branding-openSUSE: - Utilize the new variable _kde_branding_version for the provides/ requires of the KDE branding packages ++++ cryptsetup: - cryptsetup 1.6.1 * Fix loop-AES keyfile parsing. * Fix passphrase pool overflow for too long TCRYPT passphrase. * Fix deactivation of device when failed underlying node disappeared. - There is a bug in the released tarball, due to HAVE_BYTESWAP_H and HAVE_ENDIAN_H not properly handled by the buildsystem. A patch with permanent solution was sent and accepted upstream and will appear in the next release, for now an spec file workaround is in place, remove in the next update. ++++ gdm: - Update X11-displaymanager-gdm (bnc#827236): Override PIDFILE=/run/gdm/gdm.pid in gdm_vars(). ++++ gedit: - Update to version 3.9.3: + Various bugfixes and improvements to the filebrowser and the external tools plugins. + Fix clicking on replace dialog buttons. + Misc bugfixes. + Updated translations. - Remove --disable-scrollkeeper configure parameter, which has not been known since version 3.3.4, when the documentation infratructure changed from gnome-doc-utils to yelp-tools. - Temporary disable python3-gedit subpackage, as building of the bindings is currently broken (define _with_gi_python 0). ++++ gnome-control-center: - Rebase gnome-control-center-allow-yast-in-shell.patch. to prevent it from crash. ++++ jpackage-utils: - drop javapackages from jpackage-utils - don't own /usr/share/java (owned by filesystem) ++++ kernel-default: - Update Xen patches to 3.10-final. - commit c5ad3f9 ++++ kernel-desktop: - Update Xen patches to 3.10-final. - commit c5ad3f9 ++++ kernel-pae: - Update Xen patches to 3.10-final. - commit c5ad3f9 ++++ kiwi: - v5.05.23 released - follow up fix for parted invocation: * I broke the index counter in the flag setup - fixed pxePartitionInputGeneric(): * it's required to pass the partition ID when setting the partition type * set lxboot instead of lxroot as partition name for the boot partition - Unfortunately suse's parted doesn't understand the set call 'set ... swap on|off' even though the man page explicitly say so thus I disabled this flag setup for now - removed use of grub2-efi for openSUSE 13.1, the package was dropped and instead the following grub2 packaging schema exists: grub2 => grub tools grub2-x86_64-efi => grub efi modules 64bit grub2-i386-efi => grub efi modules 32bit grub2-i386-pc => grub bios modules - fixed return value of setupBTRFSSubVolumes if no volumes are configured ++++ libdrm: - Update to version 2.4.46: + radeon: add CIK chip families + radeon: add Bonaire pci ids + radeon: add kabini pci ids + intel/aub: Sync the AUB defines with mesa's + intel/aub: Return early if we disable aub dumps + intel/aub: Implement a way to specify the output .aub filename + drm: add hotspot cursor interface support. + radeon: correct RADEON_GEM_WAIT_IDLE use + freedreno: add handle and name tracking + freedreno: add some asserts + freedreno: also remove from name table on bo delete + intel: Fix Haswell GT3 names. + intel: Adding more reserved PCI IDs for Haswell. + modetest: Make RGB565 pwetty too ++++ opencc: - update version 0.4.3 * add interface: `opencc_convert_utf8_free` * fix memeory leak problem for nodejs plugin ++++ openssl: - Don't use the legacy /etc/ssl/certs directory anymore but rather the p11-kit generated /var/lib/ca-certificates/openssl one (fate#314991, openssl-1.0.1e-truststore.diff) ++++ samba: - PIDL: fix parsing linemarkers in preprocessor output; (bso#9636). ++++ libvisio: - Bump version to 0.0.29 * Avoid NAN in NURBS code - fixes some freehand curves * Fix generation of doxygen documentation * Fix several parser errors due to padding zeros after chunks ++++ mailx: - Do not pseudo detect Latin nor UTF-8 in binary attachments (bnc#827010) - Add patch mailx-12.5-parentheses.dif, that is try to tranquilize gcc due warning about parentheses (please check!) ++++ virtualbox: - install 1.14 vboxvideo driver on openSUSE 13.1 (bnc#826326) ++++ rpm: - extend the armv7hl hack also to armv6hl ++++ sudo: - restore accidentally dropped suse-specific patches ++++ xorg-x11-server: - Update to version 1.14.2: + Bugfix release, changes include: + dix: fix device scaling to use a [min,max[ range. + dix: pre-scale x by the screen:device:resolution ratio + os: Reset input buffer's 'ignoreBytes' field + dix: don't overwrite proximity/focus classes + dix: plug memory leak in freeing TouchClass + os: Use ErrorFSigSafe from FatalError and it's friends + dix: send the current axis value in DeviceChangedEvents (fdo#62321) + Xi: Use correct destination when swapping barrier events + xf86: don't hotplug output devices while VT switched. ------------------------------------------------------------------ ------------------ 2013-7-1 - Jul 1 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - avoid suse-release, it moves NM behind java in bootstrap and all features that configure.ac enabled for suse-release are enabled with --with anyway ++++ binutils: - aarch64-dynamic-placement.patch: Correct placement of &_DYNAMIC ++++ cryptsetup-mkinitrd: - pass return value correctly ++++ curl: - avoid cycle between curl and krb5 by using krb5-mini-devel ++++ kernel-default: - Update to 3.10-final. - commit f080c74 ++++ kernel-desktop: - Update to 3.10-final. - commit f080c74 ++++ kernel-pae: - Update to 3.10-final. - commit f080c74 ++++ kiwi: - fixed ec2 image md5 file creation * after the ec2 format code has changed the contents of the image it's required to rebuild the md5 sum - v5.05.22 released - switched from perl-Test-Unit to perl-Test-Unit-Lite openSUSE 13.1 will not provide it anymore and also the author of perl-Test-Unit recommended to switch to the lite version: http://cpanratings.perl.org/dist/Test-Unit - fixed parted invocation: * don't use the suse only extension which allows to set the partition type by its hex ID, instead use the flags parted natively supports ++++ flac: - Update to final upstream release 1.3.0 * No user-visible changes - More robust make install call ++++ util-linux: - Correct condition for Conflicts of sysvinit-tools. - Correct version in source URL path. ++++ libcamgm: - sort dumper output to make testsuite reproducible ++++ systemd: - Replace parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch patch with insserv-generator.patch: no longer patch systemd main binary but generate systemd drop-in files using a generator, for insserv.conf compatibility. - systemd-mini doesn't need dbus-1, only dbus-1-devel ++++ m17n-lib: - update version 1.6.4 * no change, just update version number ++++ libotf: - update version 0.9.13 * configure.ac: Add AM_CONDITIONAL for X11_UNAVAILABLE. * example/Makefile.am (bin_PROGRAMS): Add otfview conditionally. * example/otfdump.c (indent_spaces): Delete it. (IPRINT): Do not use indent_spaces. (dump_anchor): Do nothing if anchor->offset is zero. * src/otfopen.c (read_anchor_array): Do not read an anchor if its offset is zero. (read_ligature_attach): Fix return code on error. (read_ligature_array): Do not read an anchor if its offset is zero. (read_lookup_subtable_gpos): Fix typo. * src/otfdrive.c (get_class_def_auto): Return 0 if C is negative. ++++ sensors: - sensors is required for pacemaker and libdlm, and as such we should not buildrequire systemd ++++ samba: - Use SLE as product prefix for SUSE Linux Enterprise, oS for openSUSE, and OBS for any other operating system to define the vendor string while build. ++++ linux-glibc-devel: - Update to kernel headers from 3.10 final. ++++ m17n-db: - update version 1.6.4 * MIM/am-sera.mim: Correct the mapping of "a" from U+12A3 to U+12A0. * MIM/si-wijesekera.mim: Add alt-gr mappings (G- ) to correspond to alt mappings (A- ). ++++ openssh: - avoid the build cycle between curl, krb5, libssh2_org and openssh by using krb5-mini-devel ++++ perl-RPC-XML: - add RPC-XML-0.77-fixtest.dif to make sure the serialization is reproducible even with hash randomization in perl 5.18 (RT#86187) ++++ reiserfs: - Update to 3.6.23. - Includes previous packaged fixes. - Mostly build/warning fixes. ++++ xf86-video-intel: - Update to version 2.21.11: An eventful week. What started with a regression with some builds of firefox on some machines lead ultimately to the discovery of an older kernel bug. Aside from the work to fix the image bug and a few other older bugs that were reported and resolved this week, there is also a (hopefully) subtle change to the initial configuration of displays. In the absence of user overrides in xorg.conf, the DDX will try to preserve the same display configuration as used by the kernel, which hopefully will be the same configuration as setup by the BIOS. The result should be a boot sequence that does not resize at all (aka fastboot) - until the display manager takes over and loads a completely different configuration! + Add reference counting of drmMaster for ZaphodHeads https://bugs.freedesktop.org/show_bug.cgi?id=66041 + Add a GPU flush before changing blend modes on Ironlake https://bugs.freedesktop.org/show_bug.cgi?id=51422 + Fix occasional missing images for inplace uploads [regression from 2.21.10] https://bugs.freedesktop.org/show_bug.cgi?id=66059 + Add missing utility files to the tarball and remove a few unused ones + Initialise PolyPoint operand state before calling miWideDash https://bugs.freedesktop.org/show_bug.cgi?id=66104 + Fix redirection handling for rendering into large surfaces https://bugs.freedesktop.org/show_bug.cgi?id=66168 https://bugs.freedesktop.org/show_bug.cgi?id=66249 + Fix compilation of UXA with xorg-xserver < 1.10 [regression from 2.20.0] + Fix consideration of gradients for deciding when to migrate render operations [performance regression from 2.21.10, the bug itself is older] https://bugs.freedesktop.org/show_bug.cgi?id=66297 ++++ yast2-perl-bindings: - Removed useless BuildRequires: curl-devel and rpm-devel - 2.24.4 ++++ yast2-samba-client: - sort array keys to have deterministic test output - 2.24.2 ++++ yast2-samba-server: - sort arrays so the test output is deterministic - 2.24.1 ++++ yast2-storage: - version 2.24.5 - increase proposed size for /boot to 400M (bnc#826981) ------------------------------------------------------------------ ------------------ 2013-6-30 - Jun 30 2013 ------------------- ------------------------------------------------------------------ ++++ exempi: - Update to version 2.2.1: + fdo#54011: Use POSIX API for files on MacOS. + fdo#58175: Replace OS X FlatCarbon headers. + Added a manpage for exempi(1). + Added the -n option to the command line for arbitrary namespaces. ++++ python-base: - Disable test_multiprocessing in QEmu build ++++ spice-gtk: - Update to version 0.20: + Adaptive video streaming support (sync with PulseAudio backend only). + Add spice_usb_device_manager_get_devices_with_filter(). + Add --spice-secure-channels to explicitely specify secure channels. + Multi-monitor, win32, USB redir fixes. + Add basic gtk+ wayland and broadway backend support. + Removed the GnomeRR code. ++++ libyui: - git describe and git --tags do not always return a git hash to avoid cmake failure a check has been introduced with a warning message - skipping also .kdev4 when building source package ++++ virtualbox: - updated to virtualbox 4.2.14 * VMM: another TLB invalidation fix for non-present pages * VMM: fixed a performance regression (4.2.8 regression; bug #11674) * GUI: fixed a crash on shutdown * GUI: prevent stuck keys under certain conditions on Windows hosts (bugs #2613, #6171) * VRDP: fixed a rare crash on the guest screen resize * VRDP: allow to change VRDP parameters (including enabling/disabling the server) if the VM is paused * USB: fixed passing through devices on Mac OS X host to a VM with 2 or more virtual CPUs (bug #7462) * USB: fixed hang during isochronous transfer with certain devices (4.1 regression; Windows hosts only; bug #11839) * USB: properly handle orphaned URBs (bug #11207) * BIOS: fixed function for returning the PCI interrupt routing table (fixes NetWare 6.x guests) * BIOS: don't use the ENTER / LEAVE instructions in the BIOS as these don't work in the real mode as set up by certain guests (e.g. Plan 9 and QNX 4) * DMI: allow to configure DmiChassisType (bug #11832) * Storage: fixed lost writes if iSCSI is used with snapshots and asynchronous I/O (bug #11479) * Storage: fixed accessing certain VHDX images created by Windows 8 (bug #11502) * Storage: fixed hang when creating a snapshot using Parallels disk images (bug #9617) * 3D: seamless + 3D fixes (bug #11723) * 3D: version 4.2.12 was not able to read saved states of older versions under certain conditions (bug #11718) * Main/Properties: don't create a guest property for non-running VMs if the property does not exist and is about to be removed (bug #11765) * Main/Properties: don't forget to make new guest properties persistent after the VM was terminated (bug #11719) * Main/Display: don't lose seamless regions during screen resize * Main/OVF: don't crash during import if the client forgot to call Appliance::interpret() (bug #10845) * Main/OVF: don't create invalid appliances by stripping the file name if the VM name is very long (bug #11814) * Main/OVF: don't fail if the appliance contains multiple file references (bug #10689) * Main/Metrics: fixed Solaris file descriptor leak * Settings: limit depth of snapshot tree to 250 levels, as more will lead to decreased performance and may trigger crashes * VBoxManage: fixed setting the parent UUID on diff images using sethdparentuuid * Linux hosts: work around for not crashing as a result of automatic NUMA balancing which was introduced in Linux 3.8 (bug #11610) * Windows installer: force the installation of the public certificate in background (i.e. completely prevent user interaction) if the --silent command line option is specified * Windows Additions: fixed problems with partial install in the unattended case * Windows Additions: fixed display glitch with the Start button in seamless mode for some themes * Windows Additions: Seamless mode and auto-resize fixes * Windows Additions: fixed trying to to retrieve new auto-logon credentials if current ones were not processed yet * Windows Additions installer: added the /with_wddm switch to select the experimental WDDM driver by default * Linux Additions: fixed setting own timed out and aborted texts in information label of the lightdm greeter * Linux Additions: fixed compilation against Linux 3.2.0 Ubuntu kernels (4.2.12 regression as a side effect of the Debian kernel build fix; bug #11709) * X11 Additions: reduced the CPU load of VBoxClient in drag'and'drop mode * OS/2 Additions: made the mouse wheel work (bug #6793) * Guest Additions: fixed problems copying and pasting between two guests on an X11 host (bug #11792) ------------------------------------------------------------------ ------------------ 2013-6-29 - Jun 29 2013 ------------------- ------------------------------------------------------------------ ++++ gcc48: - add armv6hl support (Tune for arm1176jzfs) - Update armv7hl tuning target to Cortex A15 - Remove temporary armv7l target ++++ kernel-default: - arm: cubox, use timer initialization directly in the machine descriptor Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. - commit d522780 ++++ kernel-desktop: - arm: cubox, use timer initialization directly in the machine descriptor Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. - commit d522780 ++++ kernel-pae: - arm: cubox, use timer initialization directly in the machine descriptor Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. - commit d522780 ++++ libevent: - update to 2.0.21 * see ChangeLog for details. ++++ libffi48: - add armv6hl support (Tune for arm1176jzfs) - Update armv7hl tuning target to Cortex A15 - Remove temporary armv7l target ++++ libgcj48: - add armv6hl support (Tune for arm1176jzfs) - Update armv7hl tuning target to Cortex A15 - Remove temporary armv7l target ++++ gtkmm2: - Update to version 2.24.4: + Respinned tarball with matching gmmproc version (bgo#697835). - Drop gtkmm2-includes.patch: this was needed to work around tarball issues. - Remove --enable-maintainer-mode and --enable-documentation configure parameters: as we can use the tarball again, we don't have to do the entire bootstrapping on our own. - Drop perl(XML::Parser), graphviz, doxygen and xsltproc BuildRequires, which were only used to bootstrap. - Stop packaging INSTALL file as it is not needed. ++++ openssl: - Build enable-ec_nistp_64_gcc_128, ecdh is many times faster but only works in x86_64. According to the openSSL team "it is superior to the default in multiple regards (speed, and also security as the new implementations are secure against timing attacks)" It is not enabled by default due to the build system being unable to detect if the compiler supports __uint128_t. ++++ seamonkey: - update to SeaMonkey 2.19 (bnc#825935) * removed obsolete patches + mozilla-gstreamer-760140.patch * GStreamer support does not build on 12.1 anymore (build only on 12.2 and later) * MFSA 2013-49/CVE-2013-1682/CVE-2013-1683 Miscellaneous memory safety hazards * MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686 Memory corruption found using Address Sanitizer * MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823) Privileged content access and execution via XBL * MFSA 2013-52/CVE-2013-1688 (bmo#873966) Arbitrary code execution within Profiler * MFSA 2013-53/CVE-2013-1690 (bmo#857883) Execution of unmapped memory through onreadystatechange event * MFSA 2013-54/CVE-2013-1692 (bmo#866915) Data in the body of XHR HEAD requests leads to CSRF attacks * MFSA 2013-55/CVE-2013-1693 (bmo#711043) SVG filters can lead to information disclosure * MFSA 2013-56/CVE-2013-1694 (bmo#848535) PreserveWrapper has inconsistent behavior * MFSA 2013-57/CVE-2013-1695 (bmo#849791) Sandbox restrictions not applied to nested frame elements * MFSA 2013-58/CVE-2013-1696 (bmo#761667) X-Frame-Options ignored when using server push with multi-part responses * MFSA 2013-59/CVE-2013-1697 (bmo#858101) XrayWrappers can be bypassed to run user defined methods in a privileged context * MFSA 2013-60/CVE-2013-1698 (bmo#876044) getUserMedia permission dialog incorrectly displays location * MFSA 2013-61/CVE-2013-1699 (bmo#840882) Homograph domain spoofing in .com, .net and .name ++++ transmission: - Update to version 2.80: + All Platforms: - Support renaming a transfer's files and folders. - Remove the most frequent thread locks in libtransmission (ie, fewer beachballs). - Show the free disk space available when adding torrent. - Faster reading and parsing of local data files. - Better use of the OS's filesystem cache. - Lengthen the prefetch cache for data sent to peers. - Other small speedups. - Replace the previous JSON parser with jsonsl to resolve DFSG licensing issue. - Fix fails-to-build when compiling with - Werror=format-security. - Improved unit tests in libtransmission. - Tarballs are now released only in .xz format. + Mac Client: - Use VDKQueue for watching for torrent files. + GTK+ Client: - Simplify the tracker filter pulldown's interface (now matches the Qt client). - Synced preferences text & shortcuts. - Remove deprecated calls to gdk_threads_enter(). - Silence a handful of console warnings. + Qt Client: - More efficient updates when receiving information from the server. - Add an option to play a sound when a torrent finishes downloading. - Add an option to start up iconified into the notification area. - Fix an issue with the tray icon preventing hibernation/logout. - Other CPU speedups. - Open the correct folder when clicking on single-file torrents. - Synced preferences text & shortcuts. - Fix non Latin-1 unit strings. + Daemon: - Add support for specifying recently-active torrents in transmission-remote. + Web Client: - Extend the cookie lifespan so that settings like sort order don't get lost. + Utils: - Support user-defined piece sizes in transmission-create. - Replace systemd BuildRequires with pkgconfig(libsystemd-daemon) to match what configure is checking for. - Drop transmission-fix-qt-translations-dir.patch: fixed upstream. ------------------------------------------------------------------ ------------------ 2013-6-28 - Jun 28 2013 ------------------- ------------------------------------------------------------------ ++++ aaa_base: - 'mountpoint' was moved to /usr ++++ cups: - Fix endless loop if IPP server does not accect job (bnc#827418) see also https://www.cups.org/str.php?L4190 (STR#4190, patch str4190.patch) ++++ filesystem: - bump version to 13.1 ++++ glibc: - add ld-linux.so.3 compat symlink also for armv6hl - remove deprecated armv7l ++++ glibc: - add ld-linux.so.3 compat symlink also for armv6hl - remove deprecated armv7l ++++ gnome-settings-daemon: - Drop rpmlintrc, as the polkit privileges were approved for Factory (final security review pending). ++++ kiwi: - fix test in factory + fix logic error in XML processing, only mark the first type found as the first type. While the flag indicator was set to 0 at the end of the loop it was re-initialized with 1 at the beginning of the loop - fix latent test bug + the order of calls was incorrect, thus when a file system tool was not present the test reacted to the output from the test itself, rather than from the code under test - fixed use of uninitialized value in string eq at KIWIBoot.pm - update rhel-06.0 JeOS template - update suse-oem-preload example * still use legacy grub not grub2 for the split example because grub2 tools are not prepared for splitted up root filesystem - DB: rebuild documentation - DB: fixed documentation: wrong kiwi commandline call - fixed use of uninitialized value $record{"filesystem"} in pattern match (m//) at KIWIXML.pm ++++ libXi: - Update to version 1.7.1.901: First and likely only RC for libXi 1.7.2. This one has a bunch of changes for CVE-2013-1998, CVE-2013-1984 and CVE-2013-1995. These relate to various integer overflows and other corruption that happens if we trust the server a bit too much on the data we're being sent. On top of those fixes, the sequence number in XI2 events is now set propertly too (#64687). ++++ audit: - remove libcap-ng too from audit.spec as it's only needed for plugins (and libcap-ng itself needs python to build bindings) ++++ util-linux: - Fix Provides and Obsoletes of eject. - Conflict with old coreutils and sysvinit-tools with conflicting files to guarantee seamless upgrade. - Remove Provides and Obsoletes of packages that do not exist since SuSE Linux 8. - Include upstreamed patch from SUSE eject package: Check eject host_status and driver_status when using SG_IO (eject-scsi-check-host_status-and-driver_status.patch, bnc#358033). ++++ mozilla-nss: - require libnssckbi instead of mozilla-nss-certs so p11-kit can conflict with the latter (fate#314991) ++++ graphite2: - Add baselibs.conf and provide libgraphite2-3-32bit, which is at this moment required by harfbuzz. ++++ p11-kit: - provide libnssckbi.so to replace mozilla-nss-certs ++++ samba: - Remove ldapsmb from the main spec file. ++++ pkg-config: - fix filelist glob for armv6hl/armv6hl (which is a gnueabi target) ++++ polkit-default-privs: - Added gnome-settings-daemon new policy org.gnome.settings-daemon.plugins.wacom.wacom-oled-helper (bnc#822405) ++++ splashy: - add splashy-missing-current-theme-in-font-path.patch (bnc#779048) - add splashy-fix-error-no-create-window-support.patch (bnc#779048) ++++ yast2: - bnc#817797 - data imported into NetworkInterfaces cannot be overwritten by subsequent Read anymore - 2.24.3 ++++ yast2-core: - enabled ignoring language bindings (yast2-ruby-bindings, yast2-perl-bindings, yast2-python-bindings) by setting the environment variable Y2DISABLELANGUAGEPLUGINS (gh#yast/yast-core#20) - 2.24.5 ++++ yast2-firewall: - added Start / Stop commands into CLI - 2.24.1 ++++ yast2-perl-bindings: - testsuite: filter out yast2-core messages from tests, make the tests less sensitive to changes in yast2-core - 2.24.3 ------------------------------------------------------------------ ------------------ 2013-6-27 - Jun 27 2013 ------------------- ------------------------------------------------------------------ ++++ audit-secondary: - Eliminate build cycles. audit.spec now builds only libs/devel. Remainder (including daemon) built from audit-secondary.spec - Add patch 'audit-fix-implicit-defn.patch' to fix implicit definition warning. ++++ ca-certificates: - disable generating ca-bundle for now again so people don't submit new packages that use this file. ++++ ca-certificates-mozilla: - use certdata2pem.py from Fedora to extract all certs ++++ e2fsprogs: - update to 1.42.8 * e2fsck: detect and fix invalid extents at leaf block tails * e2fsck: allow checking ro root fs with external journal * fix offline resizing of fs with flex_bg && !resize_inode * fix resize2fs to not leave bitmaps beyond fs end * fixed e2image for large (>32-bit) filesystems * debugfs fixes - Removed upstreamed patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch resize-bigalloc_check-should-have-return-type-void.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch ++++ gnutls: - Disable all ECC algorithms. - gnutls-32bit.patch: upstream patch to make test work with 32bit time_t. - gnutls-implement-trust-store-dir.diff currently not yet forward ported. - Updated to GnuTLS 3.2.1 * * libgnutls: Allow ECC when in SSL 3.0 to work-around a bug in certain openssl versions. * * libgnutls: Fixes in interrupted function resumption. Report and patch by Tim Kosse. * * libgnutls: Corrected issue when receiving client hello verify requests in DTLS. * * libgnutls: Fixes in DTLS record overhead size calculations. * * libgnutls: gnutls_handshake_get_last_in() was fixed. Reported by Mann Ern Kang. - Updated to GnuTLS 3.2.0 * * libgnutls: Use nettle's elliptic curve implementation. * * libgnutls: Added Salsa20 cipher * * libgnutls: Added UMAC-96 and UMAC-128 * * libgnutls: Added ciphersuites involving Salsa20 and UMAC-96. As they are not standardized they are defined using private ciphersuite numbers. * * libgnutls: Added support for DTLS 1.2. * * libgnutls: Added support for the Application Layer Protocol Negotiation (ALPN) extension. * * libgnutls: Removed support for the RSA-EXPORT ciphersuites. * * libgnutls: Avoid linking to librt (that also avoids unnecessary linking to pthreads if p11-kit isn't used). - Updated to GnuTLS 3.1.10 (released 2013-03-22) * * certtool: When generating PKCS #12 files use by default the ARCFOUR (RC4) cipher to be compatible with devices that don't support AES with PKCS #12. * * libgnutls: Load CA certificates in android 4.x systems. * * libgnutls: Optimized CA certificate loading. * * libgnutls: Private keys are overwritten on deinitialization. * * libgnutls: PKCS #11 slots are scanned only when needed, not on initialization. This speeds up gnutls initialization when smart cards are present. * * libgnutls: Corrected issue in the (deprecated) external key signing interface, when used with TLS 1.2. Reported by Bjorn H. Christensen. * * libgnutls: Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr. * * libgnutls-dane: Updated DANE verification options. * * configure: Trust store file must be explicitly set or unset when cross compiling. - Updated to GnuTLS 3.1.9 (released 2013-02-27) * * certtool: Option --to-p12 will now ask for a password to generate a PKCS #12 file from an encrypted key file. Reported by Yan Fiz. * * libgnutls: Corrected issue in gnutls_pubkey_verify_data(). * * libgnutls: Corrected parsing issue in XMPP within a subject alternative name. Reported by James Cloos. * * libgnutls: gnutls_pkcs11_reinit() will reinitialize all PKCS #11 modules, and not only the ones loaded via p11-kit. * * libgnutls: Added function to check whether the private key is still available (inserted). * * libgnutls: Try to detect fork even during nonce generation. - Updated to GnuTLS 3.1.8 (released 2013-02-10) * * libgnutls: Fixed issue in gnutls_x509_privkey_import2() which didn't return GNUTLS_E_DECRYPTION_FAILED in all cases, and affect certtool operation with encrypted keys. Reported by Yan Fiz. * * libgnutls: The minimum DH bits accepted by priorities NORMAL and PERFORMANCE was set to previous defaults 727 bits. Reported by Diego Elio Petteno. * * libgnutls: Corrected issue which prevented gnutls_pubkey_verify_hash() to operate with long keys. Reported by Erik A Jensen. - Updated to GnuTLS 3.1.7 (released 2013-02-04) * * certtool: Added option "dn" which allows to directly set the DN in a template from an RFC4514 string. * * danetool: Added options: --dlv and --insecure. Suggested by Paul Wouters. * * libgnutls-xssl: Added a new library to simplify GnuTLS usage. * * libgnutls-dane: Added function to specify a DLV file. * * libgnutls: Heartbeat code was made optional. * * libgnutls: Fixes in server side of DTLS-0.9. * * libgnutls: DN variable 'T' was expanded to 'title'. * * libgnutls: Fixes in record padding parsing to prevent a timing attack. Issue reported by Kenny Paterson and Nadhem Alfardan. * * libgnutls: Added functions to directly set the DN in a certificate or request from an RFC4514 string. * * libgnutls: Optimizations in the random generator. The re-seeding of it is now explicitly done on every session deinit. * * libgnutls: Simplified the DTLS sliding window implementation. * * libgnutls: The minimum DH bits accepted by a client are now set by the specified priority string. The current values correspond to the previous defaults (727 bits), except for the SECURE128 and SECURE192 strings which increase the minimum to 1248 and 1776 respectively. * * libgnutls: Added the gnutls_record_cork() and uncork API to enable buffering in sending application data. * * libgnutls: Removed default random padding, and added a length-hiding interface instead. Both the server and the client must support this extension. Whether length-hiding can be used on a given session can be checked using gnutls_record_can_use_length_hiding(). Contributed by Alfredo Pironti. * * libgnutls: Added the experimental %NEW_PADDING priority string. It enables a new padding mechanism in TLS allowing arbitrary padding in TLS records in all ciphersuites, which makes length-hiding more efficient and solves the issues with timing attacks on CBC ciphersuites. * * libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD ciphers (i.e., AES-GCM). Reported by William McGovern. - Updated to GnuTLS 3.1.6 (released 2013-01-02) * * libgnutls: Fixed record padding parsing issue. Reported by Kenny Patterson and Nadhem Alfardan. * * libgnutls: Several updates in the ASN.1 string handling subsystem. * * libgnutls: gnutls_x509_crt_get_policy() allows for a list of zero policy qualifiers. * * libgnutls: Ignore heartbeat messages when received out-of-order, instead of issuing an error. * * libgnutls: Stricter RSA PKCS #1 1.5 encoding and decoding. Reported by Kikuchi Masashi. * * libgnutls: TPM support is disabled by default because GPL programs cannot link with it. Use --with-tpm to enable it. * * libgnutls-guile: Fixed parallel compilation issue. * * gnutls-cli: It will try to connect to all possible returned addresses before failing. - Updated to GnuTLS 3.1.5 (released 2012-11-24) * * libgnutls: Added functions to parse the certificates policies extension. * * libgnutls: Handle BMPString (UCS-2) encoding in the Distinguished Name by translating it to UTF-8 (works on windows or systems with iconv). * * libgnutls: Added PKCS #11 key generation function that returns the public key on generation. * * libgnutls: Corrected bug in priority string parsing, that mostly affected combined levels. Patch by Tim Kosse. * * certtool: The --pubkey-info option can be combined with the - -load-privkey or --load-request to print the corresponding public keys. * * certtool: It is able to set certificate policies via a template. * * certtool: Added --hex-numbers option which prints big numbers in an easier to parse format. * * p11tool: After key generation, outputs the public key (useful in tokens that do not store the public key). * * danetool: It is being built even without libgnutls-dane (the - -check functionality is disabled though). - Updated to GnuTLS 3.1.4 (released 2012-11-10) * * libgnutls: gnutls_certificate_verify_peers2() will set flags depending on the available revocation data validity. * * libgnutls: Added gnutls_certificate_verification_status_print(), a function to print the verification status code in human readable text. * * libgnutls: Added priority string %VERIFY_DISABLE_CRL_CHECKS. * * libgnutls: Simplified certificate verification by adding gnutls_certificate_verify_peers3(). * * libgnutls: Added support for extension to establish keys for SRTP. Contributed by Martin Storsjo. * * libgnutls: The X.509 verification functions check the key usage bits and pathlen constraints and on failure output GNUTLS_CERT_SIGNER_CONSTRAINTS_FAILURE. * * libgnutls: gnutls_x509_crl_verify() includes the time checks. * * libgnutls: Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAIN and made GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN the default. * * libgnutls: Always tolerate key usage violation errors from the side of the peer, but also notify via an audit message. * * gnutls-cli: Added --local-dns option. * * danetool: Corrected bug that prevented loading PEM files. * * danetool: Added --check option to allow querying and verifying a site's DANE data. * * libgnutls-dane: Added pkg-config file for the library. - Updated to GnuTLS 3.1.3 (released 2012-10-12) * * libgnutls: Added support for the OCSP Certificate Status extension. * * libgnutls: gnutls_certificate_verify_peers2() will use the OCSP certificate status extension in verification. * * libgnutls: Bug fixes in gnutls_x509_privkey_import_openssl(). * * libgnutls: Increased maximum password length in the PKCS #12 functions. * * libgnutls: Fixed the receipt of session tickets during session resumption. Reported by danblack at http://savannah.gnu.org/support/?108146 * * libgnutls: Added functions to export structures in an allocated buffer. * * libgnutls: Added gnutls_ocsp_resp_check_crt() to check whether the OCSP response corresponds to the given certificate. * * libgnutls: In client side gnutls_init() enables the session ticket and OCSP certificate status request extensions by default. The flag GNUTLS_NO_EXTENSIONS can be used to prevent that. * * libgnutls: Several updates in the OpenPGP code. The generating code is fully RFC6091 compliant and RFC5081 support is only supported in client mode. * * libgnutls-dane: Added. It is a library to provide DANE with DNSSEC certificate verification. * * gnutls-cli: Added --dane option to enable DANE certificate verification. * * danetool: Added tool to generate DANE TLSA Resource Records (RR). - Updated to GnuTLS 3.1.2 (released 2012-09-26) * * libgnutls: Fixed bug in gnutls_x509_trust_list_add_system_trust() and gnutls_x509_trust_list_add_trust_mem() that prevented the loading of certificates in the windows platform. * * libgnutls: Corrected bug in OpenPGP subpacket encoding. * * libgnutls: Added support for DTLS/TLS heartbeats by Olga Smolenchuk. (the work was done during Google Summer of Code). * * libgnutls: Added X.509 certificate verification flag GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN. This flag allows the verification of unsorted certificate chains and is enabled by default for TLS certificate verification (if gnutls_certificate_set_verify_flags() does not override it). * * libgnutls: Prints warning on certificates that contain keys of an insecure level. If the %COMPAT priority flag is not specified the TLS connection fails. * * libgnutls: Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the retrasmition of handshake data. * * libgnutls: Better mingw32 support (patch by LRN). * * libgnutls: The %COMPAT keyword, if specified, will tolerate key usage violation errors (they are far too common to ignore). * * libgnutls: Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init(), which provides a tool to counter compression-related attacks where parts of the data are controlled by the attacker _and_ are placed in separate records (use with care - do not use compression if not sure). * * libgnutls: Depends on libtasn1 2.14 or later. * * certtool: Prints the number of bits of the public key algorithm parameter in a private key. - Updated to GnuTLS 3.1.1 (released 2012-09-02) * * gnutls-serv: Listens on IPv6. Patch by Bernhard R. Link. * * certtool: Changes in password handling of certtool. Ask password when required and only if the '--password' option is not given. If the '--password' option is given during key generation then assume the PKCS #8 file format, instead of ignoring the password. * * tpmtool: No longer asks for key password in registered keys. * * libgnutls: Elliptic curve code was optimized by Ilya Tumaykin. wmNAF is now used for point multiplication and other optimizations. (the major part of the work was done during Google Summer of Code). * * libgnutls: The default pull_timeout_function only uses select instead of a combination of select() and recv() to prevent issues when used in stream sockets in some systems. * * libgnutls: Be tolerant in ECDSA signature violations (e.g. using SHA256 with a SECP384 curve instead of SHA-384), to interoperate with openssl. * * libgnutls: Fixed DSA and ECDSA signature generation in smart cards. Thanks to Andreas Schwier from cardcontact.de for providing me with ECDSA capable smart cards. - Updated to GnuTLS 3.1.0 (released 2012-08-15) * * libgnutls: Added direct support for TPM as a cryptographic module in gnutls/tpm.h. TPM keys can be used in functions accepting files using URLs of the following types: tpmkey:file=/path/to/file tpmkey:uuid=7f468c16-cb7f-11e1-824d-b3a4f4b20343;storage=user * * libgnutls: Priority string level keywords can be combined. For example the string "SECURE256:+SUITEB128" is now allowed. * * libgnutls: requires libnettle 2.5. * * libgnutls: Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and signatures. * * libgnutls: Added GNUTLS_CERT_SIGNATURE_FAILURE to differentiate between generic errors and signature verification errors in the verification functions. * * libgnutls: Added gnutls_pkcs12_simple_parse() as a helper function to simplify parsing in most PKCS #12 use cases. * * libgnutls: gnutls_certificate_set_x509_simple_pkcs12_file() adds the whole certificate chain (if any) to the credentials structure, instead of only the end-user certificate. * * libgnutls: Key import functions such as gnutls_pkcs12_simple_parse() and gnutls_x509_privkey_import_pkcs8(), return consistently GNUTLS_E_DECRYPTION_FAILED if the input structure is encrypted but no password was provided. * * libgnutls: Added gnutls_handshake_set_timeout() a function that allows to set the maximum time spent in a handshake. * * libgnutlsxx: Added session::set_transport_vec_push_function. Patch by Alexandre Bique. * * tpmtool: Added. It is a tool to generate private keys in the TPM. * * gnutls-cli: --benchmark-tls was split to --benchmark-tls-kx and --benchmark-tls-ciphers * * certtool: generated PKCS #12 structures may hold more than one private key. Patch by Lucas Fisher. * * certtool: Added option --null-password to generate/decrypt keys that use a NULL password (in schemas that distinguish between NULL an empty passwords). * * minitasn1: Upgraded to libtasn1 version 2.13. - Library is now LGPL-2.1+, extras and tools are still GPL-3.0 ++++ kernel-default: - Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch. - Refresh patches.suse/ovl05-overlay-filesystem.patch. - commit 0e47df9 - Revert "overlayfs: api: do_splice_direct has changed." This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7. This does not work as new_file->f_pos will not get updated so the file position will never advance. - commit 93bc660 - overlayfs: api: do_splice_direct has changed. - commit 6cbfbd0 - arm: build lpae kernel as zImage - commit 0fcc327 ++++ kernel-desktop: - Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch. - Refresh patches.suse/ovl05-overlay-filesystem.patch. - commit 0e47df9 - Revert "overlayfs: api: do_splice_direct has changed." This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7. This does not work as new_file->f_pos will not get updated so the file position will never advance. - commit 93bc660 - overlayfs: api: do_splice_direct has changed. - commit 6cbfbd0 - arm: build lpae kernel as zImage - commit 0fcc327 ++++ kernel-pae: - Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch. - Refresh patches.suse/ovl05-overlay-filesystem.patch. - commit 0e47df9 - Revert "overlayfs: api: do_splice_direct has changed." This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7. This does not work as new_file->f_pos will not get updated so the file position will never advance. - commit 93bc660 - overlayfs: api: do_splice_direct has changed. - commit 6cbfbd0 - arm: build lpae kernel as zImage - commit 0fcc327 ++++ kiwi: - renew partition creation code in KIWIBoot. make it more readable, reduce duplicate code and allow efi images without forcing a boot partition - zfs integration, make sure pool is exported on shutdown * added /run/initramfs/shutdown script compatible to dracut see: https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html section: #_dracut_on_shutdown for reference ++++ audit: - Eliminate build cycles. audit.spec now builds only libs/devel. Remainder (including daemon) built from audit-secondary.spec ++++ libkdcraw: - Update to 4.10.90 * KDE 4.11 Beta 1 release * See http://www.kde.org/announcements/announce-4.11-beta2.php ++++ libkexiv2: - Update to 4.10.90 * KDE 4.11 Beta 1 release * See http://www.kde.org/announcements/announce-4.11-beta2.php ++++ libksane: - Update to 4.10.90 * KDE 4.11 Beta 1 release * See http://www.kde.org/announcements/announce-4.11-beta2.php ++++ plymouth: - Require pigz instead of gzip - ensure plugin requires are versioned. ++++ libselinux: - change the source url to the official 2.1.13 release tarball ++++ libsemanage: - change the source url to the official 2.1.10 release tarball ++++ libsepol: - change the source url to the official 2.1.9 release tarball ++++ libyui-ncurses-pkg: - Show and handle multiple versions of packages correctly (bnc #822962) - Version 2.44.0 ++++ openmpi: - Update to 1.7.2: * Updated default SRQ parameters for the openib BTL. * Major VampirTrace update to 5.14.4.2. * Fix to set flag==1 when MPI_IPROBE is called with MPI_PROC_NULL. * Set the Intel Phi device to be ignored by default by the openib BTL. * Decrease the internal memory storage used by intrinsic MPI datatypes for Fortran types. Thanks to Takahiro Kawashima for the initial patch. * Fix total registered memory calculation for Mellanox ConnectIB and OFED 2.0. * Fix possible data corruption in the MXM MTL component. * Remove extraneous -L from hwloc's embedding. Thanks to Stefan Friedel for reporting the issue. * Fix contiguous datatype memory check. Thanks to Eric Chamberland for reporting the issue. * Make the openib BTL more friendly to ignoring verbs devices that are not RC-capable. * Fix some MPI datatype engine issues. Thanks to Thomas Jahns for reporting the issue. * Add INI information for Chelsio T5 device. * Integrate MXM STREAM support for MPI_ISEND and MPI_IRECV, and other minor MXM fixes. * Improved alignment for OpenFabrics buffers. * Fix to not show amorphous "MPI was already finalized" error when failing to MPI_File_close an open file. Thanks to Brian Smith for reporting the issue. - Modify spec so that openmpi can be compiled without UDAPL support but with support for IB verbs. - Simplify macros so that the build service parser understands them. - Add openmpi-no_date_and_time.patch to not use __DATE__. ++++ rpcbind: - rpcbind-systemd-notify.patch make systemd service type "notify" this is almost the same as the default but with the difference that the daemon now is able to to notify systemd when it finished startup hence avoiding a race condition in where startup is faster than the process finishing its own internal setup routines. ++++ rpm: - add support for armv6hl target ++++ sudo: - Update to upstream release 1.8.7 * remove CVE-2013-1775 * remove CVE-2013-1776 * The non-Unix group plugin is now supported when sudoers data is stored in LDAP. * User messages are now always displayed in the user's locale, even when the same message is being logged or mailed in a different locale. * Log files created by sudo now explicitly have the group set to group ID 0 rather than relying on BSD group semantics (which may not be the default). * A new exec_background sudoers option can be used to initially run the command without read access to the terminal when running a command in a pseudo-tty. * Sudo now produces better error messages when there is an error in the sudo.conf file. * Two new settings have been added to sudo.conf to give the admin better control of how group database queries are performed. * There is now a standalone sudo.conf manual page. * New support for specifying a SHA-2 digest along with the command in sudoers. Supported hash types are sha224, sha256, sha384 and sha512. See the description of Digest_Spec in the sudoers manual or the description of sudoCommand in the sudoers.ldap manual for details. * Fixed potential false positives in visudo's alias cycle detection. * Sudo now only builds Position Independent Executables (PIE) by default on Linux systems and verifies that a trivial test program builds and runs. ++++ wireshark: - fix factory builds, prevent build failures with pod2man: wireshark-1.10.0-authors-pod2man.patch wireshark-1.10.0-pod-characters.patch ++++ yast2: - show gpg key info in a term that allows copying the text (bnc#611456) - 2.24.2 ++++ yast2-core: - Allow parsing and exporting comments and whitespaces to XML if Y2PARSECOMMENTS is set - 2.24.4 ++++ yast2-storage: - installation - if /mnt/proc and /mnt/sys directories do not exist then create them before mounting (gh#yast/yast-storage#5) - 2.24.4 ------------------------------------------------------------------ ------------------ 2013-6-26 - Jun 26 2013 ------------------- ------------------------------------------------------------------ ++++ arabic-fonts: - new font: Amiri 0.106 [bnc#825961] ++++ binutils: - add armv6l to target list ++++ cups: - Changed Source0 URL from http://ftp.easysw.com/pub/cups/1.5.4/cups-1.5.4-source.tar.bz2 to its currently valid location http://www.cups.org/software/1.5.4/cups-1.5.4-source.tar.bz2 so that the factory-auto check script does no longer error out with "Failed to download ... Source URLs are not valid." - Use BuildRequires krb5-mini-devel to avoid this build cycle: cups -> krb5 -> python-Jinja2 -> vim -> gtk2 -> cups (according to OBS request 180870). Because krb5-mini-devel is not available for SLE11 krb5-devel must still be used for SLE11 builds (required addition to OBS request 180870). ++++ fcitx-chewing: - update version 0.2.1 * Fix space selection * Fix layout configuration * Automatically commit existing buffer when losing focus. * Add support of change selection key * Add new chewing icon. ++++ gnome-session: - Fix gnome-session-kdm-support.patch: gcc 4.8 became stricter in the use of snprintf. ++++ grub2: - updated existent translations and include new ones (es, lt, pt_BR, sl, tr) ++++ kernel-default: - Update to 3.10-rc7. - Eliminated 1 patch. - commit 888aa58 - arm: fix cubox build by reverting removal of mach-types - commit ff0165e ++++ kernel-desktop: - Update to 3.10-rc7. - Eliminated 1 patch. - commit 888aa58 - arm: fix cubox build by reverting removal of mach-types - commit ff0165e ++++ kernel-pae: - Update to 3.10-rc7. - Eliminated 1 patch. - commit 888aa58 - arm: fix cubox build by reverting removal of mach-types - commit ff0165e ++++ kiwi: - fixed installBootLoader() to allow skipping the installation of the legacy bios grub2 loader if the system doesn't have the bios grub2 modules installed but EFI is selected as firmware - improve EC2 initrd creation * consider filesystem used, do not blindly assume ext3 * create a "monster" initrd to avoid the mkinitrd code from probing into the device tree. The device tree is different on the build machine than the target EC2 infrastructure - exit early if no EC2 account credentials are defined * if no credentials are defined we cannot create a bundle, exit after initrd creation if no credentials exist ++++ giflib: - Update to new upstream release 5.0.4 * Fix for a rare misrendering bug when a GIF overruns the decompression-code table. - Make patches have -p1, as requested by http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines ++++ systemd: - Re-add fixed udev MSFT compability rules (bnc#805059, bnc#826528). add: 1008-add-msft-compability-rules.patch - Drop 1007-add-msft-compability-rules.patch, breaks boot and links in /dev/disk/by-id, will need proper rework (bnc#826528). ++++ opencv: - build with LFS_CFLAGS in 32 bit archs. ++++ procps: - Add tow upstream patches 0001-top-trade-two-groff_mdoc-macros-for-groff-equivalent.patch 0002-library-for-atexit-support-fix-fileutils-for-EPIPE.patch ++++ samba: - Adjust ldapsmb and nmbstatus man page syntax required by a newer pod2man. ++++ tiff: - tiff2pdf: introduced warning when the compression isn't lzw or none [bnc#819142] - tiff2pdf: fixed crash [bnc#821872] ++++ libwebp: - Update to new upstream release 0.3.1 * Add incremental decoding support for images containing ALPH and ICCP chunks. - Enable libwebpmux, libwebpdemux ++++ libyui-gtk-pkg: - Removed webpin search (bnc#821866) - Version 2.42.8 ++++ libyui: - Fixed build of libyui-qt-graph examples - Version 3.0.8 ++++ perl-Mail-SPF: - add fix_pod.patch to fix pod syntax for perl 5.18 ++++ rsyslog: - Use --enable-cached-man-pages configure option on SLES-11, where rst2man is not available and removed prebuilt man pages. ++++ yast2-core: - YCP parser: fixed an endless loop for EOF in a string (gh#yast/yast-core#21) - 2.24.3 ++++ yast2-storage: - fix encrypted volumes on multiple disks via autoyast (bnc#826384) ------------------------------------------------------------------ ------------------ 2013-6-25 - Jun 25 2013 ------------------- ------------------------------------------------------------------ ++++ brltty: - Adjust the patch application to be same like with other patches. ++++ capi4hylafax: - fix build with gcc 4.8 * capi4hylafax-gcc48.diff ++++ dbus-1-x11: - to avoid a cycle with systemd, build the daemon in dbus-x11.spec. It would be wise to rename dbus-1.spec to dbus-1-libs.spec and dbus-1-x11.spec to dbus-1.spec, but I first wanted to hear feedback ++++ gettext-runtime: - add gettext-fix-tcl-u-escape-sequences.patch in order to fix the handling of Tcl \u escape sequences (bnc#826422) ++++ gnome-vfs2: - Replace $(srcdir) for TESTS in Makefile.am with .. (breaks out of tree builds, but we don't care that much). - Cleanup other obsolete version checks: + Make -doc package unconditionally noarch (was > 11.2) + No longer mess with incomplete languages (was <= 11.2) + Drop hal-devel BuildRequires (was < 11.3) ++++ groff: - move man.local and mdoc.local from groff-full to groff * fixes libssh2.org testsuite ++++ groff-full: - move man.local and mdoc.local from groff-full to groff * fixes libssh2.org testsuite ++++ kiwi: - keep a copy of the initrd in /run/initramfs to allow systemd the jump back to the initrd. This is what a dracut initrd would do as well and it also allows operations after the root filesystem is umounted, e.g export the zfs pool - update root=... variable correctly if zfs is used ++++ latex2html: - use \g syntax for \8 and \9 regexp backrefs to work around a bug in perl-5.18 - add latex2html-fix-defined.patch from debian bug tracker to avoid a warning - add apparmor's tex docu for better %check: testfile.tex ++++ dbus-1: - to avoid a cycle with systemd, build the daemon in dbus-x11.spec. It would be wise to rename dbus-1.spec to dbus-1-libs.spec and dbus-1-x11.spec to dbus-1.spec, but I first wanted to hear feedback ++++ libnettle: - Update to version 2.7.1 * Fixed ecc_modp_mul call, to avoid invalid overlap of arguments to mpn_mul_n. Problem tracked down by Magnus Holmgren. * ARM fixes. - reference gpg signatures and keyring. checking not enabled as to avoid cycles. ++++ samba: - Don't bzip2 the main tar ball, use the upstream gziped one instead. ++++ snapper: - also call initgroups in pam_snapper (bnc#815383) ++++ libtasn1: - remove gpg source checking again to avoid this cycle: libtasn1 -> libssh2_org -> openssh -> krb5 -> python-Jinja2 -> vim -> libtasn1 ++++ liferea: - Update to version 1.8.15: + Added an option to convert Google Reader subscriptions to local feeds. + sf#1080: segfault opening attachment due to incorrect g_free(). + sf#1075: GLib warnings of "string != NULL" assertion failure. + Fixes search folders including comment items. ++++ mailx: - buildrequire groff explicitly ++++ python-setuptools: - Update to version 0.7.4: + Issue #20: Fix comparison of parsed SVN version on Python 3. - Changes from version 0.7.3: + Issue #1: Disable installation of Windows-specific files on non-Windows systems. + Use new sysconfig module with Python 2.7 or >=3.2. - Changes from version 0.7.2: + Issue #14: Use markerlib when the `parser` module is not available. + Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. - Changes from version 0.7.1: + Fix NameError (Issue #3) again - broken in bad merge. - Changes from version 0.7: + Merged Setuptools and Distribute. See docs/merge.txt for details. + Index URL now defaults to HTTPS. + Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. + Added support for SSL certificate validation when installing packages from an HTTPS service. - Use upstream URL, SDPX style licenses - Provide/obsolete python-distribute, which merged into setuptools-0.7.x ++++ yast2-installation: - adapt control.xml to offical Factory one: added e17 desktop, enabled online repositories - 2.24.8 ------------------------------------------------------------------ ------------------ 2013-6-24 - Jun 24 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaThunderbird: - update to Thunderbird 17.0.7 (bnc#825935) * MFSA 2013-49/CVE-2013-1682 Miscellaneous memory safety hazards * MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686 Memory corruption found using Address Sanitizer * MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823) Privileged content access and execution via XBL * MFSA 2013-53/CVE-2013-1690 (bmo#857883) Execution of unmapped memory through onreadystatechange event * MFSA 2013-54/CVE-2013-1692 (bmo#866915) Data in the body of XHR HEAD requests leads to CSRF attacks * MFSA 2013-55/CVE-2013-1693 (bmo#711043) SVG filters can lead to information disclosure * MFSA 2013-56/CVE-2013-1694 (bmo#848535) PreserveWrapper has inconsistent behavior * MFSA 2013-59/CVE-2013-1697 (bmo#858101) XrayWrappers can be bypassed to run user defined methods in a privileged context ++++ arabic-fonts: - arabic-fonts splitted into subpackages [bnc#825954] - new font: KacstOne 5.0 [bnc#825955] - %if-0-out Haydar and Nesf2 family because of missing license specification ++++ bind: - Updated to 9.9.3-P1 Various bugfixes and some feature fixes. (see CHANGES files) Security and maintenance issues: - [security] Caching data from an incompletely signed zone could trigger an assertion failure in resolver.c [RT #33690] - [security] Support NAPTR regular expression validation on all platforms without using libregex, which can be vulnerable to memory exhaustion attack (CVE-2013-2266). [RT #32688] - [security] RPZ rules to generate A records (but not AAAA records) could trigger an assertion failure when used in conjunction with DNS64 (CVE-2012-5689). [RT #32141] - [bug] Fixed several Coverity warnings. Note: This change includes a fix for a bug that was subsequently determined to be an exploitable security vulnerability, CVE-2012-5688: named could die on specific queries with dns64 enabled. [RT #30996] - [maint] Added AAAA for D.ROOT-SERVERS.NET. - [maint] D.ROOT-SERVERS.NET is now 199.7.91.13. - Updated to current rate limiting + rpz patch from http://ss.vix.su/~vjs/rrlrpz.html - moved dnssec-* helpers to bind-utils package. bnc#813911 ++++ ca-certificates: - Explicitly require p11-kit, otherwise trusted certificates won't be generated - update manpage ++++ curl: - update to 7.31.0 * includes fix for CVE-2013-2174 (bnc#824517) * SECURITY VULNERABILITY: curl_easy_unescape() may parse data beyond the end of the input buffer [26] * Changes: darwinssl: add TLS session resumption darwinssl: add TLS crypto authentication imap/pop3/smtp: Added support for ;auth= in the URL imap/pop3/smtp: Added support for ;auth= to CURLOPT_USERPWD usercertinmem.c: add example showing user cert in memory url: Added smtp and pop3 hostnames to the protocol detection list imap/pop3/smtp: Added support for enabling the SASL initial response curl -E: allow to use ':' in certificate nicknames ++++ enscript: - Make spaces in file name work (bnc#824441) ++++ glib2: - Update to version 2.37.3: + Add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE. + Fix timestamps in tarball to prevent automake from being required to build the unmodified source. + Add new D-Bus API for async property handling. + Add back fsync() on ext4 for g_file_set_contents() after it was discovered that despite statements in the ext4 documentation suggesting that this is safe, it is not safe. + Bugs fixed: bgo#698375, bgo#700350, bgo#701560, bgo#700035. + Updated translations. ++++ kiwi: - fixed editbootconfig/editbootinstall * make sure these options are evaluated for the iso type too * make sure absolute paths specified with commandline options are checked and used if the file exists - make sure FBOK also works if isconsole helper doesn't exist - use zfs set mountpoint instead of mount --move ++++ krb5: - install and enable systemd service files also in -mini package ++++ systemd: - 0160-mount-when-learning-about-the-root-mount-from-mounti.patch Another case where we are trying to umount the root directory at shutdown. - 0185-core-only-attempt-to-connect-to-a-session-bus-if-one.patch only attempt to connect to a session bus if one likely exists ++++ webkitgtk: - Add webkitgtk-gtk2-buildfix.patch: Re-establish compatibility with GTK+ 2.0. ++++ webkitgtk3: - Add webkitgtk-gtk2-buildfix.patch: Re-establish compatibility with GTK+ 2.0. ++++ libmspack: - Avoid Source URL for http://www.cabextract.org.uk/ as this does not work ++++ p11-kit: - add p11-kit-nss-trust subpackage that serves as drop-in replacement for mozilla-nss-certs ++++ pulseaudio: - add SUSEfirewall service definition (bnc#607614) ++++ libssh2_org: - ignore groff-full to remove factory build cycle - add groff to build requires to make tests passing ++++ libyui: - fixed the use of -DGIT_VERSION=on - Version 3.0.7 ++++ yast2-perl-bindings: - testsuite: forward compatibility with YCP to Ruby conversion, all modules have to start with an uppercase letter (Ruby convention for module names) - 2.24.2 ------------------------------------------------------------------ ------------------ 2013-6-23 - Jun 23 2013 ------------------- ------------------------------------------------------------------ ++++ gbrainy: - Update to version 2.2.1: + Mono 3.0 compatibility. + 2 bug fixes. + Updated translations. - Drop gbrainy-2.1.5-CSharpCompiler.patch, fixed upstream. ++++ gnome-clocks: - Update to version 3.9.2: + Use latest libgweather (new search entry). + Misc bugfixes. + Updated translations. ++++ libgsf: - Update to version 1.14.27: + Perform some range checking in + gsf_timestamp_load_from_string to avoid crashing in glib (bgo#702671). + Introspection fixes. + Property documentation fixes. + I18n fixes for property strings. + I18n fixes for error strings. + Fix uncompress problem with bzip'd files. + Add modtime support for GsfInput, GsfInputStdio, GsfInputGzip, GsfInfileZip, GsfInfileTar, GsfInfileMSOle, GsfOutput, GsfOutputStdio, GsfOutputGzip, GsfOutfileZip, GsfOutfileMSOle. + Enhance gsf tool to print modtime and create archives with modtime. + Improve handling of broken OLE2 files. + Plug leaks. ++++ gtk3: - Update to version 3.9.6: + GtkListBox: - Handle double-clicks properly. - Add an example in gtk3-demo. + Bugs fixed: bgo#390048, bgo#560337, bgo#649390, bgo#679930, bgo#698183, bgo#701174, bgo#702598, bgo#702695, bgo#702763. + Updated translations. ++++ libXv: - Update to version 1.0.9: This quick fix release corrects an issue with the security fix from 1.0.8, in which, if the size checks did determine the response from the X server was too large to fit in the buffer it had allocated, XvQueryPortAttributes could return a pointer to the caller that pointed to uninitialized memory where the caller expected a nil-terminated string. ++++ poppler: - Update to version 0.22.5: + core: - PSOutputDev: Make sure that Title: doesn't contain \n or \r (fdo#63862). - Fix slowlyness reading malformed files (fdo#46703). - Fix infinite loop while feeding wrong data in stdin (fdo#64967). - Fix crash on malformed file (fdo#65221). - Fix mismatched delete (fdo#65553). + qt4: Fix mismatched delete (fdo#65551). + utils: pdftohtml: Fix memory leak. ++++ poppler-qt: - Update to version 0.22.5: + core: - PSOutputDev: Make sure that Title: doesn't contain \n or \r (fdo#63862). - Fix slowlyness reading malformed files (fdo#46703). - Fix infinite loop while feeding wrong data in stdin (fdo#64967). - Fix crash on malformed file (fdo#65221). - Fix mismatched delete (fdo#65553). + qt4: Fix mismatched delete (fdo#65551). + utils: pdftohtml: Fix memory leak. ++++ samba: - Explicitly BuildRequire cyrus-sasl-devel, libattr-devel, and libopenssl-devel. ++++ rpm: - psm-errno.patch: avoid losing errno from failures to unpack archive ++++ shared-desktop-ontologies: - Update to 0.11: * Added new properties to NMM: nmm:albumArtist nmm:albumProducer nmm:albumConductor * Make nco:emailAddress a subPropertyOf nao:identifier * Change the range of nfo:fileSize from int to long From 0.10.1: * Fixed range of nmm:musicBrainzTrackID: xsd:string instead of xsd:integer - Removed gcc-c++ build requirement (not needed). ++++ shotwell: - Add shotwell-build-with-LibRaw-0.15.patch, fix build with LibRaw-0.15. ++++ telepathy-gabble: - Update to version 0.17.5: + Dependencies: GLib 2.32 is now directly required. It was already indirectly required by telepathy-glib 0.19.x. + Fixes: - update Wocky: . fdo#65131: interoperate with non-XMPP-Core-compliant Jingle IQs sent by Google's webmail UI. . Improve reference-counting for better stability. - fdo#65296: initialize libdbus for thread-safety. - fdo#64285: avoid running the same commands twice in parallel when doing a highly parallel build. - fdo#49595: disable an unreliable test-case. ++++ xdpyinfo: - Update to version 1.3.1: + Mark num_known_extensions as a const, since the size is fixed at compile time. + Convert sprintf calls to snprintf. + Rename i & count in inner loop to avoid shadowing same named vars in outer loop. + Add xrandr to SEE ALSO section of man page. + Add -version option to print version number. + Combine usage messages into a single string. + Declare 'len' as size_t to avoid unneccessary back-and-forth conversions, fixes clang warnings. + Mark usage() as _X_NORETURN. + Include Xwindows.h on WIN32 to avoid type clashes. + Add pkgconfig(xproto) BuildRequires: new dependency. ++++ xf86-video-intel: - Update to version 2.21.10: Fixes missing support for Xv (with the textured video adaptor) on Haswell, and an old bug with wide monitors on various generation. Along with a few other regression fixes and performance tweaks for various corner cases. + Do not lose track of fast pageflips across mode changes [regression from 2.20.8] + Fix listing of Visuals for Xv [regression from 2.21.8] https://bugs.freedesktop.org/show_bug.cgi?id=65479 + Improve coherency of concurrent CPU accesses to a pixmap https://bugs.freedesktop.org/show_bug.cgi?id=61628 + Set sampler swizzling for textured video on Haswell https://bugs.freedesktop.org/show_bug.cgi?id=65699 + Apply scanout stride limits https://bugs.freedesktop.org/show_bug.cgi?id=65099 + Undo the self-copy for cloned pixmaps for loimpress's animations [regression from 2.21.7] https://bugs.freedesktop.org/show_bug.cgi?id=65665 ++++ xfontsel: - Update to version 1.0.5: + Use C99 struct initializer for parseRec in GetFontNames(). + When font fails to load, grey out text instead of unmapping text widget. + Prevent memory leak in GetFontNames if no fonts are matched. + Combine usage message strings. ------------------------------------------------------------------ ------------------ 2013-6-22 - Jun 22 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - update to Firefox 22.0 (bnc#825935) * removed obsolete patches + mozilla-qcms-ppc.patch + mozilla-gstreamer-760140.patch * GStreamer support does not build on 12.1 anymore (build only on 12.2 and later) * MFSA 2013-49/CVE-2013-1682/CVE-2013-1683 Miscellaneous memory safety hazards * MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686 Memory corruption found using Address Sanitizer * MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823) Privileged content access and execution via XBL * MFSA 2013-52/CVE-2013-1688 (bmo#873966) Arbitrary code execution within Profiler * MFSA 2013-53/CVE-2013-1690 (bmo#857883) Execution of unmapped memory through onreadystatechange event * MFSA 2013-54/CVE-2013-1692 (bmo#866915) Data in the body of XHR HEAD requests leads to CSRF attacks * MFSA 2013-55/CVE-2013-1693 (bmo#711043) SVG filters can lead to information disclosure * MFSA 2013-56/CVE-2013-1694 (bmo#848535) PreserveWrapper has inconsistent behavior * MFSA 2013-57/CVE-2013-1695 (bmo#849791) Sandbox restrictions not applied to nested frame elements * MFSA 2013-58/CVE-2013-1696 (bmo#761667) X-Frame-Options ignored when using server push with multi-part responses * MFSA 2013-59/CVE-2013-1697 (bmo#858101) XrayWrappers can be bypassed to run user defined methods in a privileged context * MFSA 2013-60/CVE-2013-1698 (bmo#876044) getUserMedia permission dialog incorrectly displays location * MFSA 2013-61/CVE-2013-1699 (bmo#840882) Homograph domain spoofing in .com, .net and .name ++++ anjuta: - Update to version 3.9.3: + sourceview: - fix compile warnings. + message-view: don't manually free private structure. + snippets-manager: fix compile warnings. + git: - Add a context menu to the log pane. - Add a context menu to the Branches pane. - Add a popup menu to the Remotes pane. - Check box action fixes in Push and Pull panes. - Add a popup menu to the Stash pane. - Fix a warning. + libanjuta: - Improve symbol-db behavior on cut, paste, undo, redo and when multiple files are modified. - Move scoped and descoped signal on AnjutaProfile object. - Replace AnjutaPluginDescription by AnjutaPluginHandle in API. - Move anjuta_profile_manager_load_profile function in anjuta_profile. - Always keep plugins in the system profile. - Allow to enable only a set of plugins defined in the profile file. - Keep dynamic allocation data in AnjutaPluginDescription. - Allow to change plugin description key from profile. + Allow to select different profile on the command line. + Add a sample custom profile keeping only the editor. + document-manager: Automatically open an empty file if starter plugin is not used. + symbol-db: Update symbol database on editor changes without saving. + language-support-cpp-jave: Fix memory leak. + Bugs fixed: bgo#701443, bgo#701207, bgo#700383 + Updated translations. ++++ cantarell-fonts: - Update to version 0.0.13: + Many l/rbearking tweaks. + Extra symbols for Shell (bgo#657957). + Balanced shape for s and S. + Balanced shape for 6 and 9. + Balanced 2 and 3. + Improved hints. + OT anchors for accents. + Contrast tweaks to bold (b, B, e). ++++ dbus-1-x11: - Update to 1.7.4 + CVE-2013-2168: Fix misuse of va_list that could be used as a denial of service for system services. + It should now be safe to call dbus_threads_init_default() from any thread, at any time + In dbus-daemon, don't crash if a .service file starts with key=value + Fix an assertion failure if we try to activate systemd services before systemd connects to the bus (fdo#50199) - Adjusted dbus-do-autolaunch.patch for this release - Remove the override that was added in solving bnc#802525, as it causes similar situation when upgrading dbus and systemd simultaneously. - Adjusted rc.boot.dbus script so it uses /run instead of /var/run ++++ gdk-pixbuf: - Update to version 2.29.2: + Install some tests. + ANI: Set an error if we fail to produce an animation. + Updated translations. ++++ gedit: - Update to version 3.9.2: + Many bugfixes and improvements to the filebrowser, quickopen and external tools plugins. + Misc bugfixes. + Updated translations. ++++ gimp: - Update to version 2.8.6: + Core: - Fix saving to URIs, it was broken to only allow exporting, and fix save/export of compressed files. - Fix brush spacing for drawing in any direction. - Increase the maximum size of clipboard brushes and patterns to 1024x1024. - Make sure data objects are saved when only their name was changed. + GUI: - Don't allow single-window docks to shrink smaller than their requisition. - Make sure a single-window's right docks keep their size across sessions. - Allow to change the spacing of non-generated brushes again. - In single-window mode, make Escape move the focus to the canvas, and beep if the focus is already there. - Be smarter about unavailable fonts, and don't crash. - Make clicking the single-window's close button quit GIMP. - Make view-close (Ctrl+W) only close image windows and tabs, not docks. + Libgimp: Add SIGNED_ROUND() which also rounds negative values correctly. + Plug-ins: - Make GIMP_PLUGIN_DEBUG work again after GLib changed logging. - Fix zealous crop for transparent borders. + Installer: Add Hungarian translation. + Data: Add a default "Color from Gradient" dynamics and tool preset. + General: Lots of bug fixes. + Updated translations. ++++ iso-codes: - Update to version 3.43: + ISO 3166: - Update ISO-3166 after publication of ISO-3166 maintenance agency Newsletter VI-15 dated 2013-05-10: . Change name for Papua New Guinea + ISO 3166-2: - Fix spelling of a Sewdish region: Jämtlande län -> Jämtlands län (alioth#31428). + Updated translations for ISO 639, ISO 3166, ISO 3166-2 and ISO 15924. ++++ dbus-1: - Update to 1.7.4 + CVE-2013-2168: Fix misuse of va_list that could be used as a denial of service for system services. + It should now be safe to call dbus_threads_init_default() from any thread, at any time + In dbus-daemon, don't crash if a .service file starts with key=value + Fix an assertion failure if we try to activate systemd services before systemd connects to the bus (fdo#50199) - Adjusted dbus-do-autolaunch.patch for this release - Remove the override that was added in solving bnc#802525, as it causes similar situation when upgrading dbus and systemd simultaneously. - Adjusted rc.boot.dbus script so it uses /run instead of /var/run ++++ iodbc: - Set proper extension for tar archive ++++ libmspack: - Update to version 0.4alpha: + This release adds support for the Microsoft Exchange Offline Address Book (OAB) format, both compressed and incremental variants. ++++ pango: - Update to version 1.35.0: + Requires cairo 1.12.10. + Add a --with-cairo option. + Handle invalid utf8 better (bgo#700577). + Install some tests. + Don't change fonts for space (bgo#701652). ++++ libsepol: - Build with LFS_CFLAGS for 32 bit archs ++++ telepathy-glib: - Update to version 0.21.1: + Fixes: - Fix a wrong introspection annotation on tp_debug_client_get_messages_finish() that would lead to use-after-free (fdo#65518). - Isolate regression tests better (fdo#63119). - Explicitly annotate tp_account_update_parameters_finish()'s 'unset_parameters' argument to be a NULL-terminated string array. It was previously incorrectly inferred to be a string, for some reason. - Always flag delivery reports with Non_Text_Content. (fdo#61254). - Don't announce legacy Group channels twice (fdo#52011). - Don't crash if a broken connection manager signals a TLSCertificate with no CertificateChainData, just invalidate the channel (fdo#61616). - Adjust regression tests so we can distcheck under Automake 1.13, and various other build-system updates (fdo#65517). ++++ wavpack: - update to WavPack 4.70-beta (packaged as 4.60.99) * 4GB file support on 32-bit OS * memcpy() not always used correctly (Linux targets) * unsigned char issue (ARM targets) * use temporary files for safer overwriting ++++ zeitgeist: - Update to version 0.9.14: + Libzeitgeist: Fix managing and tracking registered Monitors. ++++ orca: - Update to version 3.9.3: + Add structural navigation support for Evince documents (bgo#701787). + Fix for traceback when switching back to English profile. + Fix the accessible apps commandline option. + Orca's word echo does not echo first word typed in an empty libreoffice writer document (bgo#701743). + orca-autostart.desktop unconditionally enables speech and braille (bgo#701549). + Add mapping from gnome-terminal-server to gnome-terminal. + Remove the braille-monitor checkbox from the GUI. + Orca doesn't announce the AltGr key (bgo#671755). + "Screen reader preferences"; not "Orca preferences" (bgo#701166). + "Screen reader settings"; not "Orca settings" (bgo#701187). + And a number of similar changes (e.g. the name of the Orca modifier, along with various other places where "Orca" was being used instead of "screen reader") + Misc refactoring and cleanup. + Updated translations. ++++ rsyslog: - update to 7.4.1 [v7.4-stable]: - imjournal: add ratelimiting capability - bugfix imzmq3: potential segfault on startup - includes changes from 7.4.0 [v7.4-stable]: - doc bugfix: ReadMode wrong in imfile doc, two values were swapped - imjournal: no longer do periodic wakeup - bugfix: potential hang *in debug mode* on rsyslogd termination - bugfix: $template statement with multiple spaces lead to invalid tpl name - 0mq fixes - includes changes from version 7.3.15 - bugfix: problem in build system (especially when cross-compiling) - bugfix: imjournal had problem with systemd journal API change - imjournal: now obtain and include PID - bugfix: .logsig files had tlv16 indicator bit at wrong offset - bugfix: omrelp legacy config parameters set a timeout of zero which lead the legacy config to be unusable. - bugfix: segfault on startup if a disk queue was configure without file name - bugfix: invalid addressing in string class (recent regression) - packaging changes: - rebase rsyslog-unit.patch - move libee/liblognorm dependencies to mmnormalize conditional ------------------------------------------------------------------ ------------------ 2013-6-21 - Jun 21 2013 ------------------- ------------------------------------------------------------------ ++++ ModemManager: - Update to version 0.7.991: + Bug fixes and improvements on the road to 0.8.0. ++++ NetworkManager: - Update to version 0.9.8.2: + Memory leak fixes. + Ensure the ifcfg-rh plugin saves the bridging STP setting correctly. + Also request static routes from DHCP servers. + Fix crash when dbus-daemon restarts. + Look harder for the machine ID and don't crash if we don't have one. + Copy DHCP leasefiles from the previous location if necessary. + Wait up to 120 seconds for modems to connect. + Don't crash for PPPoE connections with no wired setting. + Fix AvailableConnections for some WiFi connections. + Ensure new available connections generate the PropertiesChanged signal. + Ensure the keyfile plugin reads all-default VLAN connections correctly. + Suppress the kernel's automatic creation of bond0. + Make the SecretAgent API introspectable for bindings. + Ensure ActiveConnections get torn down when device is unavailable. + Ensure ifupdown plugin rechecks unmanaged devices on interface changes. + Don't prematurely think IPv6 has succeeded due to left-over addresses. + Fix various systemd issues and add service file for the dispatcher. + Updates for new ModemManager API changes. + Fix crash on Wi-Fi when IP configuration times out. - Rebase systemd-network-config.patch. ++++ NetworkManager-gnome: - Update to version 0.9.8.2: + Conversion from gnome-keyring to libsecret; libsecret is now required to build. + Editor no longer overwrites master interface name with the master UUID. + Fix crashes when using ModemManager 0.7/0.8. + Fix allowed values for VLAN ID and MTU in the editor. + Preserve existing PPP LCP echo failure and interval values. + Ensure Bridge STP checkbox values are saved. + Hide BSSID for Wi-Fi Ad-Hoc connections (it's autocreated by the kernel). + Ensure IPv6 next-hop/gateway values are sane. + Fix problems with the MAC address combo box on various pages. + Only request secrets from the user when allowed to. + Fix running with GTK+ 2.x. + Fix signal icons to work with newer libpng. + Don't show Wi-Fi Security combo when not required. + Improve applet icon size handling. + Show more helpful errors when VPN plugins are not installed. + Updated translations. - Replace gnome-keyring-devel BuildRequires with pkgconfig(libsecret-unstable), following upstreams port to libsecret. ++++ NetworkManager-openvpn: - Update to version 0.9.8.2: + Use full paths for auth dialog and properties plugin. + Handle multiple domain names. + Updated translations. ++++ NetworkManager-pptp: - Update to version 0.9.8.2: + Use full paths for auth dialog and properties plugin. + Updated translations. ++++ NetworkManager-vpnc: - Update to version 0.9.8.2: + Use full paths for auth dialog and properties plugin. ++++ accountsservice: - Update to version 0.6.34: + Try to sanitize automatic login setting when user account is deleted or disabled (fdo#54506). + Fix build. - Changes from version 0.6.33: + Keep track of non-graphical sessions (fdo#65160). + Forget obsolete sessions (fdo#65159). + Monitor wtmp for changes (fdo#63159). + Ignore non-user sessions (fdo#701514). + Rework system account handling (fdo#64769). - Never treat cached users as system accounts. - Add gdm, gnome-initial-setup users to blacklist. - Store system-account bit in key file. - Cache newly-created users explicitly. - Rebase accountsservice-filter-suse-accounts.patch. ++++ at-spi2-atk: - Update to version 2.9.3: + Fix reentrancy issues with gnome-shell (bgo#681276). ++++ at-spi2-core: - Update to version 2.9.3: + Add atspi_is_initialized (bgo#681276). ++++ atk: - Update to version 2.9.3: + Removed pads from interfaces. + Bugs fixed: bgo#697968, bgo#701503. ++++ ca-certificates-mozilla: - use correct 'anchors' subdirectory ++++ cheese: - Update to version 3.9.3: + Add documentation for CheeseCamera signals. + Remove unused Cheese.MainWindow.get_data_file_dir. + Make the flash background white. + Fix assertion failures when taking a photo. + Fix updating sensitivity of device selection combo. + Downscale image for effects-preview pipeline. + Do not block the main valve while recording. + Only add videoconvert elements where necessary. + Drop unused preview_caps variable. + Simplify returned GstCaps. + Fix cheese_camera_device_get_best_format memleak. + Fix cheese_camera_device_filter_caps warning. + Remove unused GstCameraBinFlags enum. + Fix video-source memleak when switching cameras. + Improve error handling in CheeseCamera. + Fix no-video-after-switching-resolution problem. + Remove extranous csp_post_balance element. + Add a capsfilter to the video-source bin. + Remove nautilus-sendto sharing support. + Avoid assert when taking avatar photos too quickly. + Updated translations. - Remove nautilus-sendto recommends: the functionality has been dropped. ++++ dialog: - Require terminfo-base and suggest terminfo to have on many or on mostly all terminals valid line graphics (bnc#826171) ++++ diffutils: - disable gpg key checking to avoid build cycles. will be done by source service ++++ empathy: - Update to version 3.9.3: + Bugs fixed: bgo#680778, bgo#698742, bgo#701281, bgo#701891, bgo#701914. + Updated translations. ++++ eog: - Update to version 3.9.1: + Integrate more modern job system from Evince with proper cancellation support in preparation for further refactoring. + Bugs fixed: bgo#563538, bgo#630512, bgo#699043. + Updated translations. ++++ evince: - Update to version 3.9.3: + Make the history behave more like a web browser + Add a fallback implementation of text selection for backends that implement get_selection_region but not render_selection (bgo#669022). + Initial implementation of caret navigation added to libview (bgo#638905, bgo#702076, bgo#702068). + Add a GSetting to set a custom page cache size (bgo#642683). + Use horzontal/vertical GtkBoxes instead of deprecated GtkHBox/GtkVBox. + Fix runtime critical warning for links with NULL action. + Fix -Wstrict-prototypes warnings. + Remove obsolete g_type_init calls. + Bugs fixed: bgo#697397, bgo#702406, bgo#683172, bgo#701900, bgo#701302. + Updated translations. ++++ evolution: - Update to version 3.9.3: + Rename some base libraries to libevolution-$FOO. + Use F9 to toggle sidebar visibility. + Update Quick Reference Card to show F12 shortcut. + Remove Evolution icon from header section. + Make EAlertDialog non-resizable. + Ask for a Smart Card password with a token name too. + GnomeCalendar: Get rid of the async message dispatcher. + Make the "Headers" print dialog tab actually work. + Reimplement the main toolbar's prefer-item feature. + Fix various causes for crashes after closing a 2nd Evolution window. + Heavily refactor MessageList and ETreeModel. + Remove lots of unused legacy APIs. + Bugs fixed: bgo#250046, bgo#555130, bgo#684302, bgo#700277, bgo#700812, bgo#701669. + Updated translations. ++++ gdm: - Update to version 3.8.3.1: + Add back fallback greeter. - Changes from version 3.8.3: + Drop configure flag that doesn't do anything (--with-incomplete-locales). + Fix warning on shutdown. + ConsoleKit fix. + Support logind without systemd. + Stop setting KRB5CCNAME again. + Various gnome-initial-setup fixes. + Updated translations. ++++ glade: - Update to version 3.15.2: + Add GtkPlacesSidebar to GTK+ catalog. + New icon for GtkMenuButton. + GTK+ catalog version now bumped to 3.10, include new translatable enumeration values and updated new versions and deprecations. + Added --enable-debug option and some debug flags to be set with GLADE_DEBUG environment variable. + Enable word wrapping in combo boxes (used to edit enumeration properties). + Split up the GTK+ plugin into mini source files, each one implementing it's own widget adaptor code (instead of one huge glade-gtk.c file). + Fix GtkIconFactory sources editor. + Allow setting the "id" attributes of items set in a GtkComboBoxText. + Avoid calling gtk_stock_list_ids() when gdk_display_get_default() is NULL, allows GIRs to build on some build machines. + Avoid updating the inspector treeview if the same project is set twice. + Escape key cancels a query dialog instead of approves creation of the new widget. + Many minor bugs and random crasher bugs also fixed. + Alsmost all widget types have their own custom editors now. - Changes from version 3.15.1: + Much UI fixing and refactoring. + Added new --css and --screenshot options to glade-preview. + Fix main window shortcuts (bgo#695866). + Implemented Project Properties dialog with Glade as a composite tempalte. + Support editing the GtkWidget:name property (useful for CSS theming). + Improved project inter-widget dependancy calculation and project serialization ordering, object output ordering (and signal ordering) is now consistent and sorted. + GtkButton: response-id for dialogs is now optional (allowing adding dialog buttons that have no dialog response). + GtkImage: Support the new "resource" property. + GTK+ catalog updated to cover widgets in GTK+ 3.8. + Now show warnings in the UI for deprecated properties and signals. + Now show warnings in the Inspector view if any deprecated widgets, signals or properties are used (or if anything is used which is not available in the project's target version). + Optional properties are now always saved if they are enabled, allowing to explicitly set them to the default value (eg. GtkWidget:hexpand/vexpand). + Inspector search entry: Restore completions to work nicely again and filter the treeview with a search-in-text algorithm. + Inspector: Add a feature to expand-all. + Property editor title-bar is now optional in the View menu. + Fixed many deprecation warnings in Glade's compile. + Added Glade's first 2 ever unit tests. + Fixed Devhelp doc search for properties. + Make Drag'n'Drop work on regular clicks without entering Drag Mode and restored old Drag/Resize functionality when SHIFT is pressed. + Improved Drag/Resize which has been rather broken for a while. + Added Autosave and Automatic backup of previous file features, configurable in Glade's preferences Dialog. + Support Composite GtkBuilder template editing (mark a toplevel GtkWidget as the "composite template" widget in the Project Properties dialog or property editor). + Support editing of the project domain in the project properties dialog. + Properties in the Project Properties dialog are now undoable. + GladeSignalEditor: Automatically expand rows which have signal callbacks assigned when loading a widget. + Add options to decide what types of warnings should be presented at project save time, configurable in Glade's preferences dialog. + Added new property editor components GladePropertyLabel, GladePropertyShell and GladeEditorSkeleton, allowing us to create custom property editors using Glade. + Add "Grid" option to "Add parent" menu. + Added Gladeui catalog for IDE's and embedders to design Glade frontends with Glade. + Added private catalog to allow the GTK+ plugin to embed editors that it provides. + Added new GladeEpropCheck boolean property editor, to be used in some cases for boolean properties. + Added new adaptor methods GladeWidgetAdaptor->write_widget_after() and GladeWidgetAdaptor->destroy_object(). + Automatically generate gladeui's enum types with glib-mkenums. + Modified properties now show up in italic letering instead of bold, bold lettering is reserved for title labels in custom property editors. + New components that now use GtkBuilder Composite Templates (and have had a basic review and rework of their UIs): GladePreferences (Glade's preferences dialog), GladeEditor (the property editor), GladeProjectProperties (the project properties dialog) and custom property editors: GladeActivatableEditor, GladeButtonEditor, GladeEntryEditor, GladeImageEditor, GladeLabelEditor, GladeWidgetEditor. + And many various bugfixes and UI fixes. ++++ glib2: - Update gtk-doc.m4 from gtk-doc 1.19. - Update to version 2.37.2: + The GLib test utilities have grown some file-related APIs to support tests that can be used installed and uninstalled. + Installing properties after class initialization is deprecated, and will trigger a warning. + GApplication: - Support org.freedesktop.Application, including D-Bus activation from desktop files. - Set prgname to appid for services. + Bugs fixed: bgo#549783, bgo#692848, bgo#698018, bgo#698614, bgo#699259, bgo#699959, bgo#700123, bgo#700725, bgo#701401, bgo#701456, bgo#701474, bgo#701560, bgo#701680, bgo#701878. + Updated translations. - Rebase glib2-bgo569829-gettext-gkeyfile.patch. - Rebase glib2-fate300461-gettext-gkeyfile-suse.patch. ++++ gnome-bluetooth: - Update to version 3.9.3: + Fix possible assertion with newer kernels on some hardware. + Port to BlueZ 5. + API documentation fixes. + Send-To: - Fix "Retry" button. - Set the From label as soon as we create the window. - Clear the progress bar text when there's an error. - Remove duplicate header label. - Show when all the transfers have completed. + Wizard: - Fix buttons when "retry" is clicked. - Only enable "PIN options" button if device is selected. - Hide PIN options dialogue if the selected device changes. - Rename libgnome-bluetooth11 subpackage to libgnome-bluetooth12, following upstreams soname change. ++++ gnome-control-center: - Update to version 3.9.3: + All: - Make a number of dialogues non-resizable. + Background: - show explanation of why pictures source might be empty. + Bluetooth: - Port to BlueZ 5. + Mouse: - Rename "Content sticks to fingers" to "Natural Scrolling". + Power: - Update UI strings to follow the HIG. + Region: - Make sure not to display an empty input sources list. + Region, Wacom, Shell: - Set button arrow icons according to locale's text direction. + Sharing: - Retrieve the mDNS hostname from Avahi, if available. + Sound, Background: - Ensure dialogs are closed if panel changed. + Shell: - Raise the existing window when already opened. - Go back to overview when setting panel to NULL. + User Accounts: - Don't let user disable own account. - Don't show heading for other accounts if there are none. - Hide 'Add Account' dialog when panel goes away. - After the add account dialog is cancelled, discard results. - Remove autologin when an account is deleted. - Avoid problems with automatic login and disabled accounts. - Prevent the only Administrator from being demoted. - Prevent the only admin from being deleted or disabled. - User friendly password hints. - "Add user account" and password dialogs redesign. - Set the password mode to regular immediately. - Fix possible crashes when changing the language in the region panel if done after the user panel was opened. + Wacom: - Add command line argument support for choosing the tablet. - Add command line support for calibration. - Fix discrepancy when switching monitors from g-c-c. - Changes from version 3.9.2.1: + Fix compilation failure due to missing files in tarball. + Updated translations. - Drop gnome-control-center-remove-password-options.patch: no longer needed. ++++ gnome-documents: - Update to version 3.9.3: + Revamp Organize Collections view for new designs. + Port to GtkListBox. + Add tooltips for preview navbar buttons. + Add page navigation with Left/Right buttons. + Port the search provider to use serialized GIcons. + Port to GtkHeaderBar, GtkStack and GtkRevealer. - Changes from version 3.8.3.1: + Ignore Google documents without a thumbnail URI. - Changes from version 3.8.3: + Show thumbnails for Google Documents. + Add a manual page. + Don't forward key events to search bar on error. + Fix crash when trying to load links on a document that does not support them. + Fix crash when trying to search into a document that does not support it. + Fix hang when going back to overview after disabling a GOA account while previewing or editing. + Fix stray unoconv process when loading is cancelled in-flight. + Fix a not working in overview. + Fix user input being incorrectly overwritten with the lowercase version used internally. - Drop gnome-documents-WebKit-3.0.patch: fixed upstream. - Add gtk-doc BuildRequires: needed for the man page generation. ++++ gnome-icon-theme-symbolic: - Update to version 3.8.3: + Add audio-speakers. + Add a new playback order type: consecutive. + Add airplane mode. + vpn: vertically align with network-wireless-acquiring. ++++ gnome-settings-daemon: - Update to version 3.9.3: + Color: - Bump colord dependency. + Daemon: - Fix possible crash on start when calling setenv() after starting threads. + Keyboard: - Don't show on the bus before we're fully initialised. + Power: - Fix non-transient notifications sticking around. - Simplify composite battery as advertised in the D-Bus API. + Updates: - Make sure only one notification appears. + Wacom: - Fix calling for calibration from the notification. - Add configure button to the OSD window. - Rebase gnome-settings-daemon-notify-idle-resumed.patch. - Drop gnome-settings-daemon-disabled-ibus.patch: fixed upstream. ++++ gnome-shell-extensions: - Update to version 3.9.3: + Classic mode mini extensions were replaced with a GSettings override specified in the .json file. + Styling of classic mode improved. + Native-window-placement is back working on 3.9. + Misc bug fixes. + Updated translations. ++++ nautilus: - Update to version 3.9.3: + Shade rubberbands on the desktop using the wallpaper color. + Port to GtkPlacesSidebar. + Check for available mail clients before enabling sendto extension. + Enter location bar upon entering "~". + Add a menu item to open parent folder of search/recent items. + Use Shift+Ctrl+Z, not Ctrl+Y, for Redo. + Remove multicontext menu items from editable entries. - Changes from version 3.8.2: + Don't grab focus to search entry needlessly. + Increase default size to fit 4 columns of icons. + Remove no-longer-existing keys from GConf conversion. + Change 'x-nautilus-search:' To 'Search' in tooltips. + Updated tranlsations. ++++ gnome-themes-standard: - Update to version 3.9.3: + Wallpaper update for 3.10 + Add HC icon for system-software-update + GTK3: - Initial support for GTK client side decorations. - Adapt to changes in GTK master state propagation. - Add support for activity on top of GdMainView cells. - Improve theming for GEdit, Baobab. ++++ gsettings-desktop-schemas: - Update to version 3.9.3: + Updated translations. ++++ gtk3: - Update to version 3.9.4: + GtkSearchBar: a toolbar that will popup automatically when searches should be started, and dismissed when they are finished. + GtkListBox a vertical container that can sort and filter its children. + GtkStack has gained position dependent transitions (left-right and up-down). + The Broadway GDK backend can be built on Windows now. + Bugs fixed: bgo#593079, bgo#692638, bgo#699673, bgo#700185, bgo#700444, bgo#700779, bgo#701463, bgo#701840, bgo#702370. + Updated translations. ++++ kernel-default: - Update Xen patches to 3.10-rc6 and c/s 1235. - commit 20cc894 ++++ kernel-desktop: - Update Xen patches to 3.10-rc6 and c/s 1235. - commit 20cc894 ++++ kernel-pae: - Update Xen patches to 3.10-rc6 and c/s 1235. - commit 20cc894 ++++ kiwi: - v5.05.21 released - fixed profile setup, don't set lvm variable if zfs or btrfs is used ++++ krb5: - remove fstack-protector-all from CFLAGS, just use the lighter/fast version already present in %optflags - Use LFS_CFLAGS to build in 32 bit archs. ++++ libQtWebKit4: - build with large file support in 32 bit archs ++++ gtksourceview: - Update to version 3.9.2: + dd syntax highlighting for the Julia, mediawiki and Scala languages. + Improvements to the word completion provider. + Add the GtkSourceCompletionWords:activation property. + More compact completion popup window. + Misc bugfixes. + Updated translations. - Drop gtksourceview-as-needed.patch: fixed upstream. - Drop gnome-common BuildRequires and call to gnome-autogen.sh, as we no longer carry any patch. ++++ systemd: - Automatically online CPUs/Memory on CPU/Memory hotplug add events (bnc#703100, fate#311831). add: 1008-physical-hotplug-cpu-and-memory.patch ++++ libgweather: - Update to version 3.9.3: + ABI break: GWeatherLocationEntry now is a subclass of GtkSearchEntry. + Location database fixes. + Updated translations. - Rename libgweather-3-3 subpackage to libgweather-3-5, following upstreams soname change (also in baselibs.conf). ++++ webkitgtk: - Update to version 2.1.2: + Set the subresources load priority using new libsoup API available in 2.43. + Do not use X11 WidgetBackingStore implementation in Wayland. + Support using GLContext from multiple threads. + Make sure gstreamer source element is thread-safe. + Prevent race condition when pad caps is set on gstreamer player. + Invalidate the ProcessLauncher when the process is terminated before it has finished launching + Use custom cairo code instead of Pango API for highlighting misspelled words. + Respect PKG_CONFIG env variable when generating gtk-doc. + Fix a crash due to an assert in gstreamer backend when seeking. + Fix memory leak when web process is terminated. + Updated translations. - Rename typelib-1_0-JSCore-(1.0|3.0) subpackage to typelib-1_0-JavaScriptCore-(1.0|3.0), following upstreams name change. - Add webkitgtk-typelib-sharelib-link.patch: JavaScriptCore-3.0 typelib is not fully automatically processed (manual .gir file), and as a result does not contain the correct library name registered, which we need in turn for the g-i-dep-scanner to work reliably. ++++ webkitgtk3: - Update to version 2.1.2: + Set the subresources load priority using new libsoup API available in 2.43. + Do not use X11 WidgetBackingStore implementation in Wayland. + Support using GLContext from multiple threads. + Make sure gstreamer source element is thread-safe. + Prevent race condition when pad caps is set on gstreamer player. + Invalidate the ProcessLauncher when the process is terminated before it has finished launching + Use custom cairo code instead of Pango API for highlighting misspelled words. + Respect PKG_CONFIG env variable when generating gtk-doc. + Fix a crash due to an assert in gstreamer backend when seeking. + Fix memory leak when web process is terminated. + Updated translations. - Rename typelib-1_0-JSCore-(1.0|3.0) subpackage to typelib-1_0-JavaScriptCore-(1.0|3.0), following upstreams name change. - Add webkitgtk-typelib-sharelib-link.patch: JavaScriptCore-3.0 typelib is not fully automatically processed (manual .gir file), and as a result does not contain the correct library name registered, which we need in turn for the g-i-dep-scanner to work reliably. ++++ ncurses: - Add some more terminfo entries to terminfo-base (bnc#826171) ++++ libpipeline: - Use LFS_CFLAGS properly for 32 bit archs. ++++ libpng16: - Build with LFS_CFLAGS in 32 bit archs otherwise calls such as png_image_begin_read_from_file() or png_image_write_to_file() will fail to read/write huge images. - Build with Full RELRO as this library is a possible consumer of malicuous images/files. ++++ procps: - Add upstream patch to use pecific libnuma.so.1 shared libray for top instead of the devel version libnuma.so ++++ libpwquality: - Update to version 1.2.2: + Manual page fixes. + Make it possible to set the maxsequence configuration value. + Updated translations. ++++ samba: - Update to 3.6.16. + Fix crash bug during Win8 sync; (bso#9822). + Properly handle Oplock breaks in compound requests; (bso#9722). - Fix crash bug during Win8 sync; (bso#9822). - Check for system libtevent and link dbwrap_tool and dbwrap_torture against it; (bso#9881). - errno gets overwritten in call to check_parent_exists(); (bso#9927). - Fix a bug of drvupgrade of smbcontrol; (bso#9941). ++++ snapper: - allow whitespace in ALLOW_USERS and ALLOW_GROUPS ++++ taglib: - Added-check-if-file-is-open-before-attempting-to-rea.patch: Added check if file is open before attempting to read tags (bnc#826228) - Fixed Urls in .spec ++++ utempter: - remove gpg offline checking to avoid buildloops. will be done by source service. ++++ vcdimager: - Build with large file support in 32 bit archs - remove leftover debug statement in the spec file ++++ libyui-gtk-pkg: - Fixed exiting without committing updates (bnc#824289) ++++ perl-Crypt-DES: - add svupgrade.patch from RT#82943 ++++ python-atspi: - Update to version 2.9.3: + Add some examples (bgo#701063). + Removed setting of AT_SPI_CLIENT, as it is no longer used as of at-spi2-core 2.9.3. ++++ python3-atspi: - Update to version 2.9.3: + Add some examples (bgo#701063). + Removed setting of AT_SPI_CLIENT, as it is no longer used as of at-spi2-core 2.9.3. ++++ subversion: - require krb5-devel to fix factory build - remove unrequired BuildIgnore - update keyring - change swig tarball to pristine upstream file ++++ w3m: - attempting to download a large file will end in total fail on 32bit archs, use LFS_CFLAGS to fix that problem. ++++ yast2-core: - y2base: handle interleaved -I and -M options, as used by Makefiles of rubified modules. - 2.24.2 - re-enabled tests of ag_background - fixed the apparently harmless segfault when YaST finishing. - 2.24.1 ++++ yast2-installation: - only show desktops for which their defined patterns are known (needed when desktop defined in control file is only available via some optional installation source - fate#315061) - 2.24.7 ------------------------------------------------------------------ ------------------ 2013-6-20 - Jun 20 2013 ------------------- ------------------------------------------------------------------ ++++ at: - at.sleep move away from pm-utils to systemd-sleep ++++ ca-certificates: - use p11-kit to generate the files ++++ claws-mail: - Update to version 3.9.2: + New big icon for compose windows. + Never decode multipart/ or message/ parts, as RFC states. + Add missing check for libperl. + Fix check for libsoup - it is not obligatory. + Do not try to destroy a NULL session after an unsuccesful NNTP connect attempt. + The extraheaderrc format doesn't allow data after the header colon. Other OSes may insert extra characters other than \n, so, remove them all. + Fix undoing file insertion. + Fix check for python. + Fix detection of account in --compose and --compose-from-file where the From value contains a name + email. + Bugs fixed: claws#2923, claws#2927. ++++ cmake: - Added upstream patch cmake-fix-ImageMagick6.patch FindImageMagick: Find v6 include dir (#14174) The header files of ImageMagick are now located at /include/ImageMagick-6 instead of /include/ImageMagick. ++++ libdb-4_5: - Let libdb-4_5-devel explicit conflict with libdb-4_8-devel ++++ file-roller: - Update to version 3.9.3: + 'Add files' dialog: use a GtkPlacesSidebar for the sidebar. + Bugs fixed: - Do not allow to create a second 'New Archive' dialog (bgo#701992). - New dialog: use correct method to get the selected directory (bgo#701297). - libarchive: sanitize filenames before extracting. + Updated translations. ++++ gnome-calculator: - Update to version 3.9.3: + Updated translations. ++++ gnome-shell: - Update to version 3.9.3: + Don't push window thumbs when workspace switcher is hidden (bgo#701167). + Tweak timeout for activating windows during XDND (bgo#700150). + Fix ellipsization in control buttons in app picker (bgo#696307). + Fix DND to empty dash (bgo#684618). + Fix OSD window appearing below system modal dialogs (bgo#701269). + Clear clipboard on screen lock to prevent information leak (bgo#698922). + Allow session mode specific overrides schema (bgo#701717). + window-switcher: Only show windows from current workspace by default (bgo#701214). + logout dialog: Show the correct text right away (bgo#702056). + bluetooth: Port to bluez 5 (bgo#700891). + dateMenu: Allow events to span multiple lines (bgo#701231). + gdm: Clear message queue when no more messages are pending (bgo#702458). + Misc bug fixes and cleanups: bgo#693836, bgo#700972, bgo#701386, bgo#700877, bgo#701755, bgo#698918, bgo#701224, bgo#702125, bgo#701954, bgo#701849, bgo#702121. + Updated translations. ++++ icedtea-web: - fix bnc#825880: icedtea-web broken by last openjdk security update icedtea-web-AppContext.patch ++++ kiwi: - mount EFI (fat) jump partition to /boot/efi and not boot/EFI this is required to let suse tools work correctly (bnc #825221) - fixed legacy BIOS/CSM support for oem images * for some reason it's required to toggle the bios_grub flag after install and repart of an oem image to fix the EFI boot * use grub2-bios-setup directly instead of grub2-install because grub2-install for an EFI image does not install anything - removed the four primary partition limit in the oem repart code - fixed updatePartitionTable * if the disk geometry has changed parted's fix is to write a gpt_sync_mbr and destroy the gpt with it. In that case kiwi has to rewrite the entire table with a new GPT label This is related to (bnc #825221) - added grub2-efi by default for openSUSE 12.3 JeOS template ++++ mutter: - Update to version 3.9.3: + Ensure events are always reported to the grab window (bgo#701219). + Use new clutter_stage_set_paint_callback() function to prevent dropping frames with frame synced toolkits (bgo#698794). ++++ openssl: - pick openssl-fix-pod-syntax.diff out of the upstream RT to fix build with perl 5.18 ++++ libosip2: - Update to 4.0.0: * reduce path len // remove path in front of logs. * accept only SIP/D.D format message. * fix bug when releasing request with missing major headers. * fix minor memory leak // remove limitation on fifo size. * use system independant time for osip_gettimeofday on unix platform. * To compile/use osip based application in multi threaded env, you don't need to define -DOSIP_MT any more. Instead, if you wish to disable the feature, you can compile with - DOSIP_MONOTHREAD. * A few other clean up were made inside osip to avoid any define to appear in include files. Also to avoid conflict, config.h has been renamed to osip-config.h. - Patches updated. - Spec cleanup. ++++ libtasn1: - updated to libtasn1 3.3 * Noteworthy changes in release 3.3 (released 2013-03-23) [stable] - More precise overflow checks using gnulib's intprops module. - Updates to compile in Android systems. * Noteworthy changes in release 3.2 (released 2012-11-30) [stable] - Corrected buffer overflow in the error reporting of the parser (reported by Andreas Metzler). * Noteworthy changes in release 3.1 (released 2012-11-24) [stable] - Completed rename of types: ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t) - Added new types: VisibleString, NumericString, IA5String, TeletexString, PrintableString, UniversalString, BMPString, UTF8String. When re-defined a warning is being print instead of failing. - Parser outputs more detailed syntax error messages. - Added asn1_decode_simple_der() and asn1_encode_simple_der(). - Added asn1_read_value_type() to return value and type. - Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME - added gpg source checking ++++ rpm: - use gettext-devel instead of real package name gettext-tools to use the (for bootstrapping) preferred gettext-tools-mini - add systemd-rpm-macros to essential list ++++ wget: - add wget-fix-pod-syntax.diff to fix build with perl 5.18 ++++ xf86-input-wacom: - Update to version 0.21.0: + Handle DEVICE_ABORT on input ABI 19.1 + Add support for touchscreens direct touch devices + Add support for Fujitsu Lifebook T902 - Remove U_Consolidate-calls-to-wcmEvent-into-one-statement.patch and U_Consolidate-calls-to-wcmEvent-into-one-statement.patch (merged). - Simplify wacom udev rules (based on Fedora) ++++ xfce4-panel-plugin-xkb: - update to version 0.5.6 - don't reset xkb settings on panel's save signal - check that current group number is sensible - fix crash in xkb_util_normalize_group_name - window title reflects if layout is added/edited - don't overwrite XKB options we don't control - disable Edit layout button if no layout is selected - fix compiler warning - use nicer looking flag dimensions in tooltips ++++ yast2-ca-management: - version 2.23.1 - fix creation of certificates via commandline (bnc#609449) ++++ yast2-network: - bnc#808490 - set securitytypes=none for Xvnc when remote administration is allowed. Required due to different default value in currently used Xvnc implementation (TigerVNC). - Remote Administration module opens ports in firewall when requested by user - 2.25.5 ++++ yast2-storage: - Ruby transition compatibility (removed unnecessary *.exp files, removed y2internal() from finishParameters) - 2.24.3 ------------------------------------------------------------------ ------------------ 2013-6-19 - Jun 19 2013 ------------------- ------------------------------------------------------------------ ++++ ca-certificates-mozilla: - new location of CA certificate anchors is /usr/share/ca-certificates/anchors ++++ gcc: - Package gcc-ar, gcc-nm and gcc-ranlib wrapping ar, nm and ranlib in a plugin-aware fashion. ++++ libdb-4_5: - Explicit add a conflict to other providers of /usr/lib/libdb.so and /usr/lib/libdb-4.so ++++ gettext-runtime: - move the provides of gettext-devel to gettext-tools-mini too ++++ glibc: - rely on systemd-rpm-macros instead of the full thing ++++ glibc: - rely on systemd-rpm-macros instead of the full thing ++++ kiwi: - support element for volume capable filesystems * The kiwi supported filesystems btrfs and zfs support their own volume management system. Because of this reason kiwi evaluates the contents of the optional systemdisk volumes for those filesystems by the native filesystem support and not via LVM - fixes for the zfs support * fixed handling of options in fsmountoptions passed to zpool * added support for zfs resize in resizeFilesystem - fixed regression in cylinder count detection in partedInit the unix device name is required to parse the parted output correctly but it might happen that the udev device name is passed to the function ++++ util-linux: - rely on systemd-rpm-macros instead of the full thing ++++ libdb-4_8: - Explicit add a conflict to other providers of /usr/lib/libdb.so and /usr/lib/libdb-4.so ++++ systemd: - Dropped backward compatibility - Added check for upstream rpm macros changes ++++ p11-kit: - use /etc/pki/trust and /usr/share/pki/trust as system CA certificate store ++++ libstorage: - version 2.24.1 - adapt to changed functionality of losetup (bnc#825503) ++++ openssh: - Recommend xauth, X11-forwarding won't work if it is not installed ++++ perl-X500-DN: - don't set $Parse::RecDescent::skip to 'undef' (bnc#799660) * X500-DN-dont_set_skip_to_undef.patch ++++ python-sip: - update to 4.14.7: - The internal API version is increased to 10.0 requiring the regeneration of all modules. - Added the /Sequence/ function annotation. - %ConvertFromTypeCode can now be specified for classes. - Added sipEnableAutoconversion() to the C API. - Added sipSetDestroyOnExit() to the C API. - Bug fixes. ++++ xorg-x11-server: - Packaging changes: + Added patch240: U_revert_dri2_realloc_dri2_drawable_if-pixmap_serial_changes.patch For detailed information visit: http://cgit.freedesktop.org/xorg/xserver/commit/?id=77e51d5bbb97eb5c9d9dbff9a7c44d7e53620e68 ++++ yast2-installation: - make check for sshd more robust (bnc#825160) - 2.24.6 ------------------------------------------------------------------ ------------------ 2013-6-18 - Jun 18 2013 ------------------- ------------------------------------------------------------------ ++++ acl: - remove gpg-offline calls from bootstrap package ++++ apache2: - apache-20-22-upgrade: still no cookie, module authn_file is ok and must not be disabled on update. authn_core must however be enabled too. - fix apache_mmn spec macro, otherwise all modules down the chain will have broken dependencies - remove After=mysql.service php-fpm.service postgresql.service which were added in the previous change, those must be added as Before=apache2.service in the respective services. ++++ php5: - Explicitly specify cyrus-sasl build dependency ++++ at: - at-makefile-deps.patch: fix makefile dependencies ++++ attr: - remove gpg-offline from bootstrap packages ++++ brltty: - Add brltty-speechd.diff to avert packaging failure and take into account changed speechd location. - More robust make install call. Remove redundant %clean section. ++++ elfutils: - elfutils-sizeof-pointer-memaccess.patch: Fix sizeof-pointer-memaccess warnings ++++ filesystem: - Add systemd %_unitdir ++++ gettext-runtime: - more conflicts between the minis - make gettext-runtime conflict with gettext-runtime-mini - Add gettext-runtime-mini.spec that reverts to using the included library sources ++++ gnome-screenshot: - Update to version 3.9.3: + Determine image format from extension. + Update the manual page. + Updated translations. ++++ icoutils: - Update to 0.31.0. * Change placement of libintl dependency. * Man page improvements. - Remove gpg verification from bootstrap packages. ++++ java-1_7_0-openjdk: - update to icedtea-2.4.0 (based on oracle jdk7u40) * OpenJDK (see NEWS for full listing) - PR1209, S7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field. - PR1206, S7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK * Backports - PR1197, S8003120, RH868136: ResourceManager.getApplicationResources() does not close InputStreams - S8014618, RH962568: Need to strip leading zeros in TlsPremasterSecret of DHKeyAgreement * Bug fixes - PR1212: IcedTea7 fails to build because Resources.getText() is no longer available for code to use - Add NSS (commented out) to other platforms. - Allow multiple PKCS11 library initialisation to be a non-critical error. - Complete switch from local zlib patch to upstream version. - Include defs.make in buildtree.make so ZERO_BUILD is recognised and JVM_VARIANT_ZERO set. - Provide support for using PKCS11 provider with NSS - Remove file apparently removed as part of upstreaming of Zero. - Revert 7060849 - Set UNLIMITED_CRYPTO=true to ensure we use the unlimited policy. - PR473: Set handleStartupErrors to ignoreMultipleInitialisation in nss.cfg - PR716: IcedTea7 should bootstrap with IcedTea6 - Expand java.security.cert.* imports to avoid conflict when building with OpenJDK 6. - Fix indentation on Makefile block not executed when STRIP_POLICY=no_strip is set - Fix invalid XSL stylesheets and DTD introduced as part of JEP 167. - Include defs.make in buildtree.make so ZERO_BUILD is recognised and JVM_VARIANT_ZERO set. - Make sure libffi cflags and libs are used. - PR1378: Add AArch64 support to Zero - PR1170: Ensure unlimited crypto policy is in place. - RH513605, PR1280: Updating/Installing OpenJDK should recreate the shared class-data archive - PR1358: Make XRender mandatory - PR1360: Check for /usr/lib64 JVMs and generic JPackage alternative - PR1435, D657854: OpenJDK 7 returns incorrect TrueType font metrics - PR728: GTKLookAndFeel does not honor gtk-alternative-button-order * JamVM - JSR 335: (lambda expressions) initial hack - JEP 171: Implement fence methods in sun.misc.Unsafe - Fix invokesuper check in invokespecial opcode - Fix non-direct interpreter invokespecial super-class check - When GC'ing a native method don't try to free code - Do not free unprepared Miranda method code data - Set anonymous class protection domain - JVM_IsVMGeneratedMethodIx stub - Dummy implementation of sun.misc.Perf natives - separate vm for zero is no longer needed - drop java-1.7.0-openjdk-aarch64.patch (upstream: PR1378) ++++ kiwi: - fixed suse-12.3/suse-ec2-guest template * module-init-tools must be installed early as part of bootstrap * kernel-ec2-base conflicts with kernel-ec2 ++++ libdb-4_8: - Try to change baselibs.conf to fit coolo's comment hopefully ++++ libgpg-error: - remove gpg verification from bootstrap packages ++++ systemd: - Split out RPM macros into separate package to simplify dependencies - 0001-journal-letting-interleaved-seqnums-go.patch and 0002-journal-remember-last-direction-of-search-and-keep-o.patch fix possible infinite loops in the journal code, related to bnc #817778 ++++ ldapcpplib: - Explicitly specify required cyrus-sasl-devel dependency ++++ libopensync: - libopensync-wrong-memset.patch: fix build with gcc 48 wrong use of memset. ++++ libseccomp: - Update to new upstream release 2.1.0 * Add support for the x32 and ARM architectures * More verbose PFC output, including translation of syscall numbers to names * Several assorted bugfixes affecting the seccomp BPF generation * The syscall number/name resolver tool is now installed * Fixes for the x86 multiplexed syscalls * Additions to the API to better support non-native architecures * Additions to the API to support multiple architecures in one filter * Additions to the API to resolve syscall name/number mappings - Remove 0001-build-use-ac-variables-in-pkgconfig-file.patch (merged into 0001-build-use-autotools-as-build-system.patch) ++++ samba: - Document idmap_ad rfc2307 attribute requirements; (bso#9880); (bnc#820531). ++++ libyui-ncurses: - NCTable multi selection mode: deselect all items correctly, return ValueChanged event on Return - version 2.44.0 ++++ ltrace: - Don't warn about unused local typedefs ++++ make: - remove gpg verification from bootstrap packages ++++ perl-SQL-Statement: - updated to 1.405 [Bug fixes] * INSERT now expands incomplete rows (Thanks to H.Merijn Brand) Version 1.404, released May 23, 2013 - ------------------------------------------------ [Bug fixes] * re-enable cleanup test_output* after test done * recommend Text::Soundex and do soundex-test only when have it, because it's going to be removed from core for Perl 5.19 (thank Merijn) Version 1.403, released May 22, 2013 - ------------------------------------------------ [Bug fixes] * fix documentation (rt#84889 - thanks Xavier Guimard and Florian, rt#85257 - thanks Andreas Koenig) Version 1.402, released December 19, 2012 - ------------------------------------------------ [Misc] * add Math::Complex 1.56 as recommendation (RT#81926, Sam Ferencik) * add Math::BigInt 1.88 as recommendation (RT#81927, Sam Ferencik) * clarify Test::Simple 1.90 is required for building (RT#81925, Sam Ferencik) [Bug fixes] * fix leaking reference to open tables outside SQL::Statement::execute (fixes RT#81523) * looks_like_number identifies 'nan' as number sometimes (add regex to t/06virtual.t) ++++ subversion: - Apache Subversion 1.8.0 - Major new features * working copy records moves as first-class operation * merge uses reintegrate mode automatically when needed * FSFS: Packing of revision property shards * support inheritable properties * repository can suggest config for autoprops and ignores * support gpg-agent for password caching * authz rules can be stored inside the repository - concerns when upgrading from earlier versions * Upgrading the Working Copy 1.8 introduces a new working copy format. One-time execution of "svn upgrade" required. After that, clients earlier than 1.8 will be unable to use the working copy. Working copy must have been created using 1.6 or 1.7. For details, please see: https://subversion.apache.org/docs/release-notes/1.8.html#wc-upgrade * Upgrading the Repository 1.8 can read and write repositories created by earlier versions. "svnadmin upgrade" may be used to upgrade to FSFS format 6 of 1.8, after which the repository will be no longer be usable for 1.7 servers. An optional dump/load cycle may be used to apply FSFS improvements to past revisions. https://subversion.apache.org/docs/release-notes/1.8.html#compatibility https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements * Required configuration changes when using mod_dav_svn with Apache httpd2: The MaxKeepAliveRequests option in httpd.conf needs to be increased from 100 (the default) to at least 1000 (there is no reason why it could not be 10000). This will improve performance by allowing serf clients to use fewer TCP connections to the server. Clients using neon will also work fine with this configuration. - many minor features and improvements listed in: https://subversion.apache.org/docs/release-notes/1.8.html http://svn.apache.org/repos/asf/subversion/tags/1.8.0/CHANGES - Deprecations: * require serf as client-side http library (neon support removed) * deprecate the Berkeley DB FS backend (libsvn_fs_base) - packaging changes: * ra_serf is now the only http library * remove neon dependency, ra_neon removed upstream * update in-tree sqlite to recommended version 3.7.15.1 * build with sqlite amalgamation for openSUSE 12.2 and earlier * dropped patches, accepted upstream: subversion-1.7.4-ruby-1.9-RbConfig.patch subversion-1.7.8-TestHarness_run_py_test_exit_code.patch * dropped patches, no longer required: subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch Also setting LD_LIBRARY_PATH no longer required for tests. * dropped patches, feature removed upstream: subversion-neon-systemproxy.patch * updated patches for upstream changes: subversion-no-build-date.patch subversion-swig-perl-install_vendor.patch subversion.libtool-verbose.patch subversion.perl.LD_RUN_PATH.patch subversion.libtool-pie-flags.patch * update tools installation, svnmucc is now a first order tool * updated build requirements: + python >= 2.5 + serf >= 1.2.1 + ruby 1.8.x, >= 1.8.2 or 1.9.3 * build ruby bindings again for openSUSE 12.3 and Factory * fix detection of ruby sitelib directory * remove obsolete tool svnmerge.py * update contrib package to r1485350 ++++ update-desktop-files: - Add Categories introduced in the new Desktop Menu Specification (map-desktop-category.sh, bnc#443364), map removed PuzzleGame. ++++ yast2-perl-bindings: - set the source location when calling YaST functions outside Perl, fixes wrong location in y2log - 2.24.1 ++++ yast2-storage: - remove obsolete check about not using btrfs for /boot ++++ yast2-ycp-ui-bindings: - fix overloaded method matching (BNC#825263) - decrease log verbosity for cached component instances - 2.24.0 - Fix for bnc#811842: segfault in ncurses because of uninitialized variable ------------------------------------------------------------------ ------------------ 2013-6-17 - Jun 17 2013 ------------------- ------------------------------------------------------------------ ++++ DirectFB: - Update to version 1.6.3. There is a large list of changes see Changelog for details - Remove DirectFB-1.6.1-mesa-libgbm-stridefix.patch; fixed by upstream ++++ ImageMagick: - use AllCompliance instead of X11Compliance to cover also 'None' [bnc#825151] * adjusted no-XPMCompliance.patch ++++ aaa_base: - move sysctl directories to filesystem rpm ++++ alsa: - Backport upstream fixes for plug-in API rewind, a possible memory leak in direct plugins, chmap buffer overflow and some segfaults: 0003-Allow-specifying-the-max-number-of-cards.patch 0004-pcm_hw-Remove-unused-fields-in-struct.patch 0005-pcm_plugin-Fix-return-value-of-snd_pcm_rewind.patch 0006-pcm_direct-fix-the-memory-leak-when-parsing-the-slav.patch 0007-chmap-Always-succeed-setting-the-map-to-what-it-alre.patch 0008-pcm_hw-Fix-buffer-overflow-in-chmap.patch 0009-pcm_direct-fix-SEGFAULT-when-getgrnam_r-returns-0-an.patch ++++ alsa-utils: - Backport upstream fixes wrt chmap handling: 0006-amixer-Print-TLV-of-channel-map-controls.patch 0007-speaker-test-Fix-wrong-wave-file-played-back-in-chma.patch ++++ automake: - Update to 1.13.4: - Fix a minor regression introduced in Automake 1.13.3: when two or more user-defined suffix rules were present in a single Makefile.am, automake would needlessly include definition of some make variables related to C compilation in the generated Makefile.in (bug#14560). - Adapt automake-SuSE.patch to changed config.guess. ++++ ed: - revert the use gpg-offline for bootstrap packages ++++ ekiga: - boost-configure.patch: fix boost configure check ++++ filesystem: - move sysctl directories here ++++ git: - updated to version 1.8.3.1: *  bug fixes and documentation updates more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.1.txt ++++ glibc: - nscd-netgroup.patch: Fix handling of netgroup cache in nscd (bnc#819524) ++++ glibc: - nscd-netgroup.patch: Fix handling of netgroup cache in nscd (bnc#819524) ++++ gpg2: - revert usage of gpg-offline to avoid cycles - add gnupg-2.0.20-automake113.diff to fix build with automake 1.13 ++++ groff: - Take care of mmroff.1.gz as well as of mmroff perl script - Move important non-graphical macros from groff-full back to groff as otherwise many packages do not build anymore ++++ groff-full: - Take care of mmroff.1.gz as well as of mmroff perl script - Move important non-graphical macros from groff-full back to groff as otherwise many packages do not build anymore ++++ gtk2: - Update to version 2.24.19: + Bugs fixed: bgo#432386, bgo#575767, bgo#694273, bgo#698614, bgo#700578. + Updated translations. ++++ haveged: - update to 1.7c * Correct additional run-time test aligment problems on mips. * Correct run-time test aligment problems on sparc and mips. * Correct ppc detection in build deprecates haveged-ppc.patch - use correct Group for libhavege1 - haveged-devel requires libhavege1 ++++ kernel-default: - config: update vanilla configs for -rc6. - commit ca41cec - Update to 3.10-rc6. - commit dbed8c7 ++++ kernel-desktop: - config: update vanilla configs for -rc6. - commit ca41cec - Update to 3.10-rc6. - commit dbed8c7 ++++ kernel-pae: - config: update vanilla configs for -rc6. - commit ca41cec - Update to 3.10-rc6. - commit dbed8c7 ++++ kiwi: - fixed creation of iso persistent write partition (bnc #825172) * fixed detection of cylinder count for isohybrid tables * use isohybrid EFI bootable image by default, the partition table written in this case allows standard partition device (e.g /dev/sda1) for EFI and protective MBR thus works in both worlds correctly and allows the creation of additional partitions without problems * don't use a fixed partition number, use the next one free * always create a filesystem on the write partition with the 'hybrid' label, even if the used overlay technique does not urgently requires this. The label helps to identify the write device on reboot * use parted instead of fdisk. fdisk is not suitable when adding partitions to the GPT, use kiwi's createPartitionerInput method * fixed clicfs cow file check, check clicfs only if clicfs is used, with the move to overlayfs there is a choice now * search for persistent write partition by a blkid label search and don't actually mount/umount the partition by label * syslinux >= 4.04 is required to make all this work correctly ++++ libgcrypt: - avoid gpg-offline in bootstrap packages ++++ webkitgtk: - Update to version 2.1.1: + Bugs fixed: webkit#104672, webkit#106242, webkit#107248, webkit#109061, webkit#109439, webkit#109932, webkit#109989, webkit#110512, webkit#110582, webkit#110699, webkit#110944, webkit#111028, webkit#111042, webkit#111112, webkit#111234, webkit#111266, webkit#111289, webkit#111382, webkit#111398, webkit#111738, webkit#111756, webkit#111813, webkit#111817, webkit#111830, webkit#111877, webkit#111899, webkit#111903, webkit#111929, webkit#111936, webkit#111980, webkit#112055, webkit#112079, webkit#112114, webkit#112194, webkit#112277, webkit#112368, webkit#112405, webkit#112435, webkit#112464, webkit#112506, webkit#112546, webkit#112688, webkit#112778, webkit#112808, webkit#112947, webkit#113254, webkit#113282, webkit#113391, webkit#113436, webkit#113494, webkit#113562, webkit#113627, webkit#113645, webkit#113685, webkit#113767, webkit#113808, webkit#113851, webkit#113927, webkit#113994, webkit#113995, webkit#113999, webkit#114016, webkit#114029, webkit#114065, webkit#114130, webkit#114141, webkit#114164, webkit#114168, webkit#114243, webkit#114265, webkit#114285, webkit#114473, webkit#114483, webkit#114490, webkit#114493, webkit#114520, webkit#114554, webkit#114556, webkit#114613, webkit#114710, webkit#114750, webkit#114819, webkit#114835, webkit#114915, webkit#114931, webkit#114983, webkit#115339, webkit#115374, webkit#115459, webkit#115635, webkit#115712, webkit#115714, webkit#115718, webkit#115732, webkit#115921, webkit#115965, webkit#115967, webkit#116128, webkit#116142, webkit#116210, webkit#116227, webkit#116237, webkit#116372, webkit#116415, webkit#116428, webkit#116430, webkit#116448, webkit#116452, webkit#116732, webkit#89875, webkit#94792, webkit#97324. - Drop webkit-gir-fixup.patch: No longer needed. - Drop webkitgtk-double2ints.patch: fixed upstream. - Rebase webkitgtk-aarch64.patch. ++++ webkitgtk3: - Update to version 2.1.1: + Bugs fixed: webkit#104672, webkit#106242, webkit#107248, webkit#109061, webkit#109439, webkit#109932, webkit#109989, webkit#110512, webkit#110582, webkit#110699, webkit#110944, webkit#111028, webkit#111042, webkit#111112, webkit#111234, webkit#111266, webkit#111289, webkit#111382, webkit#111398, webkit#111738, webkit#111756, webkit#111813, webkit#111817, webkit#111830, webkit#111877, webkit#111899, webkit#111903, webkit#111929, webkit#111936, webkit#111980, webkit#112055, webkit#112079, webkit#112114, webkit#112194, webkit#112277, webkit#112368, webkit#112405, webkit#112435, webkit#112464, webkit#112506, webkit#112546, webkit#112688, webkit#112778, webkit#112808, webkit#112947, webkit#113254, webkit#113282, webkit#113391, webkit#113436, webkit#113494, webkit#113562, webkit#113627, webkit#113645, webkit#113685, webkit#113767, webkit#113808, webkit#113851, webkit#113927, webkit#113994, webkit#113995, webkit#113999, webkit#114016, webkit#114029, webkit#114065, webkit#114130, webkit#114141, webkit#114164, webkit#114168, webkit#114243, webkit#114265, webkit#114285, webkit#114473, webkit#114483, webkit#114490, webkit#114493, webkit#114520, webkit#114554, webkit#114556, webkit#114613, webkit#114710, webkit#114750, webkit#114819, webkit#114835, webkit#114915, webkit#114931, webkit#114983, webkit#115339, webkit#115374, webkit#115459, webkit#115635, webkit#115712, webkit#115714, webkit#115718, webkit#115732, webkit#115921, webkit#115965, webkit#115967, webkit#116128, webkit#116142, webkit#116210, webkit#116227, webkit#116237, webkit#116372, webkit#116415, webkit#116428, webkit#116430, webkit#116448, webkit#116452, webkit#116732, webkit#89875, webkit#94792, webkit#97324. - Drop webkit-gir-fixup.patch: No longer needed. - Drop webkitgtk-double2ints.patch: fixed upstream. - Rebase webkitgtk-aarch64.patch. ++++ openldap2-client: - For now, avoid automatic use of libdb-6_0 by explicitly selecting libdb-4_8 as BuildRequire. ++++ libsolv: - add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE for better problem reporting - start with library documentation - adapt to obsoletes handling of new rpm versions ++++ man: - Just be able to print manual pages, that is require groff-full - Be second owner of /usr/share/groff/site-tmac ++++ openldap2: - For now, avoid automatic use of libdb-6_0 by explicitly selecting libdb-4_8 as BuildRequire. ++++ polkit-default-privs: - track nepomuk rights (bnc#825262) ++++ postfix: - fix for warning * unused parameter: virtual_create_maildirsize=yes * unused parameter: virtual_mailbox_extended=yes * rework main.cf.patch - fix rcpostfix for sysvinit systems * /etc/postfix/system/update_postmaps: No such file or directory - rebase patches * vda-v11-2.9.5 -> vda-v11-2.9.6 - fix file postfix-SuSE.tar.gz * made a tar.gz ++++ systemd-rpm-macros: - New package with systemd rpm macros to avoid unnecessary build time dependencies ++++ vim: - add explicit buildrequire on krb5-mini to avoid cycles ------------------------------------------------------------------ ------------------ 2013-6-16 - Jun 16 2013 ------------------- ------------------------------------------------------------------ ++++ acl: - Update to new upstream release 2.2.52 * This release fixes a few build system issues that were found and merges in a tree walking bug fix. - Remove acl-fiximplicit.patch (merged upstream), config-guess-sub-update.diff (no longer applies) - Sync baselibs.conf with in-.spec obsoletes/provides. ++++ attr: - Update to new upstream release 2.4.47 * This release fixes two functional bugs related to tree walking and the return code from getfattr. Also, a number of build system problems were fixed. - Remove config-guess-sub-update.patch (no longer applies), attr-syscalls.patch (resolved differently upstream), builddefs.in.diff (replaced by logic in specfile) - Signature verification ++++ autofs: - Explicitly specify cyrus-sasl-devel and openssl-devel which were implicit before ++++ libarchive: - Explicitly list libattr-devel as BuildRequires (and sort those) ++++ btrfsprogs: - Make requirement on libattr-devel explicit ++++ colord: - Update to version 1.0.1: + Add 0.1.34 to 1.0.0 deprecated methods to preserve ABI. + Do not unconditionally enable BPC on the color transform. + Fix profile created time for non-UTC timezones. + Record the gamma table in the session helper error message. ++++ coreutils: - Explicitly list libattr-devel as BuildRequires - More robust make install call ++++ cups-pk-helper: - Update to version 0.2.5: + Revert "Be stricter when validating printer names". + Updated translations. ++++ ekiga: - Add explicit cyrus-sasl-devel BuildRequires: It used to be pulled in by openldap-devel. ++++ evolution-data-server: - Update to version 3.9.3: + EBookQuery: Added regex query API. + Be able to debug SMTP provider separately. + Make the statements explicit when using ternary if + Bugs fixed: bgo#649420, bgo#672837, bgo#699448, bgo#701797, bgo#701838. + Updated translations. - Update to version 3.9.2: + Make camel_mime_message_dump() dump message contents. + IMAPX: Recognize RFC 5530 response codes. + EBookClientView/ECalClientView: Make D-Bus signal handlers thread-safe. + ECalBackendWeather: e_weather_source_new() is failable. + google: Remove environment variable check for debugging. + IMAPX: Support IMAP MOVE extension. + IMAPX: Set real Trash/Junk folder type as expected. + Camel MH provider can deadlock on folder creation. + CamelGpgContext: Report decrypt error only if no data was decrypted. + Make CamelPOP3Store a bit more thread-safe. + Make CamelNNTPStore a bit more thread-safe. + Improve error handling in imapx_command_fetch_message_done(). + Bugs fixed: bgo#697859, bgo#698725, bgo#699024, bgo#699160, bgo#699223, bgo#699461, bgo#699597, bgo#699811, bgo#699909. + Updated translations. ++++ fuse: - add aarch64-build-fix.patch ++++ gnome-clocks: - Update to version 3.9.1: + Use client-side decorations for the window close button. + Reworked selection design. + Use latest gtk (ui templates, drop libgd). + Updated translations. ++++ gnome-terminal: - Update to version 3.8.3: + Reduce environmental pollution. + Critical bug fixes: rh#966713, rh#968140. + Bug fixes: bgo#640727. + Updated translations. - Stop passing obsolete --disable-schemas-install and - -disable-scrollkeeper to configure. ++++ gnome-user-docs: - Update to version 3.8.2: + Updates to GNOME Help. + Updated translations. ++++ grub2: - update to current upstream trunk rev 5042 * drop upstream patches - grub2-correct-font-path.patch - grub2-fix-mo-not-copied-to-grubdir-locale.patch - grub2-stdio.in.patch - grub2-fix-build-error-on-flex-2.5.37.patch - grub2-quote-messages-in-grub.cfg.patch - 30_os-prober_UEFI_support.patch - grub2-fix-enumeration-of-extended-partition.patch - grub2-add-device-to-os_prober-linux-menuentry.patch - grub2-fix-tftp-endianness.patch - efidisk-ahci-workaround - grub2-grub-mount-return-failure-if-FUSE-failed.patch * rediff - rename-grub-info-file-to-grub2.patch - grub2-linux.patch - use-grub2-as-a-package-name.patch - grub2-iterate-and-hook-for-extended-partition.patch - grub2-secureboot-add-linuxefi.patch - grub2-secureboot-no-insmod-on-sb.patch - grub2-secureboot-chainloader.patch * add - grub2-linguas.sh-no-rsync.patch + disable rsync in linguas.sh so it can be used during RPM build + disable auto-generated catalogs, they fail at the moment due to missing C.UTF-8 locale * update Makefile.util.am and Makefile.core.am * grub2-mknetdir is now in /usr/bin * generate po/LINGUAS for message catalogs using distributed linguas.sh * remove po/stamp-po during setup to trigger message catalogs rebuild * package bootinfo.txt on PPC (used by grub2-mkrescue) ++++ gvfs: - Update to version 1.17.2: + metadata: Fix write regression. + smb: Allow specifying custom port. + tests: Various fixes. + http: Don't do network i/o when reading just the thumbnail path. + goa: Make shadowed mounts work. ++++ libburnia: - Explicitly list libattr-devel as BuildRequires - Remove redundant %clean section. ++++ cfitsio: - aarch64-support.patch: Add support for aarch64 ++++ libgcrypt: - Library must by built with large file support in 32 bit archs. ++++ systemd: - Explicitly list libattr-devel as BuildRequires - More robust make install call. Remove redundant %clean section. ++++ webkitgtk: - Update to version 2.0.3: + Fix rendering of WebKitWebView child widgets with recent GTK+. + Use the inner node frame instead of the target frame to calculate the point of a hit test result in WebKit1. + Fix a crash when terminating a process that has not been fully launched. + Fix race conditions closing the socket descriptor when the web process crashes. + Fix a crash when a web page is closed. + Fix a crash when child iframe is removed during beforeload. + Fix parallel build when gtk-doc is enabled. + Fix build with MinGW compiler because of invalid cast. + Fix the build with WebAudio enabled. + Respect PKG_CONFIG env variable when generating gtk-doc. + Fix memory leak in WebKitBackForwardList. + Fix memory leak when web process is terminated. + Updated translations. ++++ webkitgtk3: - Update to version 2.0.3: + Fix rendering of WebKitWebView child widgets with recent GTK+. + Use the inner node frame instead of the target frame to calculate the point of a hit test result in WebKit1. + Fix a crash when terminating a process that has not been fully launched. + Fix race conditions closing the socket descriptor when the web process crashes. + Fix a crash when a web page is closed. + Fix a crash when child iframe is removed during beforeload. + Fix parallel build when gtk-doc is enabled. + Fix build with MinGW compiler because of invalid cast. + Fix the build with WebAudio enabled. + Respect PKG_CONFIG env variable when generating gtk-doc. + Fix memory leak in WebKitBackForwardList. + Fix memory leak when web process is terminated. + Updated translations. ++++ liborcus: - boost-configure.patch: fix boost configure check ++++ libpeas: - Update to version 1.9.0: + Misc bugfixes. + Updated translations. ++++ plymouth: - own %{_localstatedir}/log/boot.log and %{_localstatedir}/spool/plymouth/boot.log (as %ghost s) ++++ libpst: - Update to version 0.6.60: + Add AC_USE_SYSTEM_EXTENSIONS. + Add readpst -a option for attachment stripping. - Drop libpst-system-extensions.patch, fixed upstream. - Drop libtool BuildRequires and call to autoreconf, as we do not carry any patches. ++++ libpt2: - Add explicit cyrus-sasl-devel and libopenssl-devel BuildRequires: They used to be pulled in by openldap-devel. ++++ patterns-openSUSE: - Stephan Kulow (1): remove limal-perl from required packages Commit: 9e30f6d5 ++++ perl-DBI: - updated to 1.627 Fixed VERSION regression in DBI::SQL::Nano [Tim Bunce] Fixed pod text/link was reversed in a few cases RT#85168 Handle aliasing of STORE'd attributes in DBI::DBD::SqlEngine Updated repository URI to git [Jens Rehsack] Fixed skip() count arg in t/48dbi_dbd_sqlengine.t [Tim Bunce] Fixed heap-use-after-free during global destruction RT#75614 thanks to Reini Urban. Fixed ignoring RootClass attribute during connect() by DBI::DBD::SqlEngine reported in RT#84260 by Michael Schout Fixed Gofer for hash randomization in perl 5.17.10+ RT#84146 Clarify docs for can() re RT#83207 Fixed RT#64330 - ping wipes out errstr (Martin J. Evans). Fixed RT#75868 - DBD::Proxy shouldn't call connected() on the server. Fixed RT#80474 - segfault in DESTROY with threads. Fixed RT#81516 - Test failures due to hash randomisation in perl 5.17.6 thanks to Jens Rehsack and H.Merijn Brand and feedback on IRC Fixed RT#81724 - Handle copy-on-write scalars (sprout) Fixed unused variable / self-assignment compiler warnings. Fixed default table_info in DBI::DBD::SqlEngine which passed NAMES attribute instead of NAME to DBD::Sponge RT72343 (Martin J. Evans) Corrected a spelling error thanks to Chris Sanders. Corrected typo in DBI->installed_versions docs RT#78825 thanks to Jan Dubois. Refactored table meta information management from DBD::File into DBI::DBD::SqlEngine (H.Merijn Brand, Jens Rehsack) Prevent undefined f_dir being used in opendir (H.Merijn Brand) Added logic to force destruction of children before parents during global destruction. See RT#75614. Added DBD::File Plugin-Support for table names and data sources (Jens Rehsack, #dbi Team) Added new tests to 08keeperr for RT#64330 ++++ postfix: - postfix.spec forces the use of SSL and SASL libraries, so make sure the BuildRequires are there ++++ rsync: - Explicitly list libattr-devel as BuildRequires - More robust make install call. Remove redundant %clean section. ++++ sfftobmp: - Set BOOST_FILESYSTEM=3 in .spec file to be able to build with boost-1.53 - Remove sfftobmp-linking.patch (unused) ++++ yast2-ldap-server: - fixed build in Factory/openSUSE-13.1: added cyrus-sasl-devel to BuildRequires ------------------------------------------------------------------ ------------------ 2013-6-15 - Jun 15 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa-demo: - Enable build of gles{1,2} and egl info, and symlink them to %_bindir - Split egl dir into separate subpackage ++++ emacs: - Fix connection problem to Typhoon nntp servers. Instead of CAPABILITIES use HELP * emacs-24.3-nntp-typhoon-fix.patch ++++ gettext-runtime: - Add glib2-devel libcroco-devel libxml2-devel to build requires to avoid using the included copies. - gettext-configure.patch: Fix syntax in libxml check to avoid spurious failure ++++ vte: - Update to version 0.34.6: + vte.sh bugfix. + Add new flag for vte_terminal_fork_command_full() to not copy the parent environment. + Allow the empty string to OSC 6 and OSC 7 to unset a previously set value. ++++ libical: - Build with %{optflags} ++++ icu: - Add icu-versioning.diff: Treat each minor release as a new SONAME (bnc#824262) ++++ redland: - Add redland-db6.diff to make it look for libdb 6.0 - Implement shlib packaging guidelines (rename libredland0 -> librdf0) ++++ perl-common-sense: - updated to 3.6 - work around more 5.16 breakage - $^H doesn't work as nicely as p5p make you to believe. - add features: unicode_strings current_sub fc evalbytes. - disable features: array_base. ++++ subversion: - fix build for 12.3 x86_64 due to choice for libjpeg-devel needed by libmng-devel: libjpeg62-devel libjpeg8-devel ------------------------------------------------------------------ ------------------ 2013-6-14 - Jun 14 2013 ------------------- ------------------------------------------------------------------ ++++ apache2: - Include mod_systemd for more complete integration with systemd, turn the service to Typé=notify as required - Disable SSL NPN patch for now, it is required for mod_spdy but mod_spdy does not support apache 2.4 ++++ cyrus-sasl: - Add cyrus-sasl-db6.diff to fix compile abort with db >= 5 - Simpler delete of .la files with find ++++ evolution-data-server: - Remove explicit Requires for libical0 and libsoup: this should not be needed, and libical is now at libical1. ++++ kiwi: - v5.05.20 released ++++ libXaw: - Add proper bit-type symbols for sparc64 ++++ libXrender: - Update to version 0.9.8: This bugfix release delivers the fixes for the recently announced security issue CVE-2013-1987. ++++ libXvMC: - Update to version 1.0.8: This bug fix release provides the fixes for the recently announced security issues CVE-2013-1990 & CVE-2013-1999, and the fixes for the bugs introduced in the initial set of patches for those security issues. ++++ hdf5: - increase hdf5_libver to 8 ++++ polkit: - Update to 0.111 + Both js185 and mozjs17 versions of SpiderMonkey are supported + The JavaScript interpreter is now mandatory + Fixed various memory leaks + Respect SUID_CFLAGS and SUID_LDFLAGS + Set process environment from pam_getenvlist() + Fix the build with automake 1.13 - Drop polkit-suid_flags.patch and automake-113.patch, those patches are included in this release ++++ popt: - fix popt-libc-updates.patch to work also with automake 1.13 ++++ samba: - Don't package the SWAT man page while its build is disabled; (bnc#816647). ++++ perl: - Add perl-db6.diff to bring the DB_File module up to version 1.828 where it supports building with libdb-6.0. ++++ polkit-default-privs: - gnome-system-monitor: track its permissions as they are found (bnc#822011) ++++ postfix: - Add postfix-db6.diff to fix compile abort with libdb-6.0 ++++ rsyslog: - Required version of pkgconfig(relp) is >= 1.0.3 - Requires version of libsystemd-journal is >= 197 - Notify systemd on sucessful startup of the daemon to avoid confusing behaviour such as : http://lists.opensuse.org/opensuse/2013-06/msg00603.html ++++ yast2-bootloader: - remove limal reference - 2.24.1 ++++ yast2-hardware-detection: - removed obsolete dependencies on blocxx and openssl - 2.24.0 ++++ yast2-ldap-client: - bring back fields for editing user and group search bases (bnc#815506) - 2.24.1 ++++ yast2-perl-bindings: - Removed BloCXX support (FATE#313242). - 2.24.0 ++++ yast2-pkg-bindings: - removed obsolete BuildRequires (blocxx, libgcrypt, doxygen, perl-XML-Writer) ------------------------------------------------------------------ ------------------ 2013-6-13 - Jun 13 2013 ------------------- ------------------------------------------------------------------ ++++ php5: - updated to 5.4.16 - Core: . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode, CVE 2013-2110). (Stas) . Fixed bug #64853 (Use of no longer available ini directives causes crash on TS build). (Anatol) . Fixed bug #64729 (compilation failure on x32). (Gustavo) . Fixed bug #64720 (SegFault on zend_deactivate). (Dmitry) . Fixed bug #64660 (Segfault on memory exhaustion within function definition). (Stas, reported by Juha Kylmänen) - Calendar: . Fixed bug #64895 (Integer overflow in SndToJewish). (Remi) - Fileinfo: . Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anatol) - FPM: . Ignore QUERY_STRING when sent in SCRIPT_FILENAME. (Remi) . Fixed some possible memory or resource leaks and possible null dereference detected by code coverity scan. (Remi) . Log a warning when a syscall fails. (Remi) . Add --with-fpm-systemd option to report health to systemd, and systemd_interval option to configure this. The service can now use Type=notify in the systemd unit file. (Remi) - MySQLi . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed). (Laruence) - Phar . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with non std tmp dir). (Pierre) - SNMP: . Fixed bug #64765 (Some IPv6 addresses get interpreted wrong). (Boris Lytochkin) . Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin) - Streams: . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64). (Anatol) - Zend Engine: . Fixed bug #64821 (Custom Exceptions crash when internal properties overridden). (Anatol) ++++ dosfstools: - Update to new upstream release 3.0.20 * This release updates default sectors per cluster for FAT32. - Remove ppc-reserved-sectors-fix.patch (implemented upstream) (use -a switch to disable aligning structures) - Signature verification; more robust make install call ++++ kiwi: - return early from setupBootPartitionPXE if $imageRootDevice is empty. This is the case when the netboot code checks the update case - moved __checkPackageUnique() test from an error message to a warning message. for the package manager this is not an error condition too so it shouldn't be one for kiwi - added isconsole helper program which checks the linux console mode with the KDGETMODE ioctl. The program is used in a new shell function named FBOK to check the framebuffer/console capabilities better in order to know if we can run fbiterm there or not - add elilo package to suse-SLE11-JeOS template for the uefi profiles ++++ akonadi-runtime: - Update to 1.9.80 * Update item access time less often. * Don't try to start akonadiserver if mysqld is not installed * Allow to fetch available items even if there are errors in some of the items. * Properly restrict the external part removal to the deleted collection. * Support checking the cache for payloads in the FETCH command. * Add infrastructure to track client capabilities. * Allow to disable the cache verification on retrieval. * fsck: move orphaned pim items to lost+found, delete orphaned pim item flags. * Introduce NotificationMessageV2 that supports batch operations on set of entities. * Fix build with Boost >= 1.53. * Fix a runtime issue with MySQL >= 5.6 (MySQL >= 5.1.3 is now the minimum version). - Drop mysql56.diff, patch is included in this release ++++ attica: - Update to version 0.4.2 * Do HTTP basic authentication the right way * Add API to get the URL for registering an account from the providers file * Qt5 build fixes ++++ libdb-4_8: - Rename db_ binaries to db48_ to make room for libdb-6_0 - Add conflict markers against libdb-4_5 (overlapping files) ++++ systemd: - Cleanup NumLock setting code (handle-numlock-value-in-etc-sysconfig-keyboard.patch). ++++ libkdcraw: - Update to 4.10.80 * KDE 4.11 Beta 1 release * See http://www.kde.org/announcements/announce-4.11-beta1.php ++++ libkexiv2: - Update to 4.10.80 * KDE 4.11 Beta 1 release * See http://www.kde.org/announcements/announce-4.11-beta1.php ++++ libksane: - Update to 4.10.80 * KDE 4.11 Beta 1 release * See http://www.kde.org/announcements/announce-4.11-beta1.php ++++ pcre: - Update to new upstream release 8.33 * The Just-In-Time compiler (JIT) now supports all pattern features, including callouts and the backtracking verbs. In addition, some bugs are fixed and there are minor performance enhancements. - More robust make install call. Provide signature verification files (avoid depending on gpg-offline due to bootstrap cycle). ++++ pulseaudio: - require the same liborc version which was used to build against ++++ python3-base: - update to 3.3.2 * bugfix-only release * fixes several regressions introduced in 3.3.1 - switch to xz compression - move _lzma module to python3-base - python-3.3.2-no-REUSEPORT.patch to fix build on kernels without SO_REUSEPORT ++++ sg3_utils: - Implement shlib packaging guidelines; rename sg3_utils-devel to libsgutils-devel (upstream recommendation) - More robust make install call; remove redundant %clean section; simplify file lists ++++ smp_utils: - Update to new upstream release 0.95 * mpt: cope with mpt2 ioctl that uses a different magic number - Update to new upstream release 0.96 * New utilities: smp_conf_zone_perm_tbl, smp_conf_zone_man_pass, smp_conf_zone_phy_info, smp_ena_dis_zoning, smp_rep_broadcast, smp_rep_phy_event, smp_rep_phy_event_list, smp_rep_self_conf_stat, smp_rep_zone_man_pass, smp_rep_zone_perm_tbl, smp_zone_activate, smp_zoned_broadcast, smp_zone_lock, smp_zone_unlock: * Allow specifying --phy= IDs up to 254 - Update to new upstream release 0.97 * New utilitiy: smp_conf_phy_event * Synchronize to SPL-2 r03 * smp_rep_phy_event, smp_rep_phy_event_list: add --enumerate option to list Phy Event Source names - Now builds using autotools, changed %build/%install accordingly. - Remove smp_utils-Makefile.diff (no longer applicable), smp_utils-compile-fixes (no longer applies) - Simplify filelists. Remove redundant %clean section. ++++ soprano: - Update to 2.9.2 * Fix a crash in ServerCore on shutdown * Do no require X11 - not needed for compilation * Generate tag file for API docs - Drop add-a-stop-method-which-closes-all-servers.patch, fix is included in this release ++++ lsscsi: - Update to new upstream release 0.24 * FC transport syntax changes (colon to slash) - Update to new upstream release 0.25 * add sas_port and fc_remote_ports transport information * print enclosure_device entry * add a "--size" option to show size of disks * add a "--protmode" option to show protection information mode - Update to new upstream release 0.26 * add a "fcoe" transport indicator * add a "--wwn" option and datamine /dev/disk/by-id/wwn* - Update to new upstream release 0.27 * Accept large (64-bit) LUNs * add a "--lunhex" option and recognition of LSSCSI_LUNHEX_OPT environment variable for displaying LUNs in hex - Normalized build/install procedure; remove redundant %clean section ++++ mdadm: - assemble-EXCL-race.fix: avoid some races during array assembled- particularly at boot (bnc#793954) - boot.md: make sure systemd-udev-trigger runs before boot.md to avoid races: bnc#793954 - mdmon@.service - new file plus patches to allow mdmon to be started by systemd, so it doesn't kill it (bnc#321366) ++++ python3: - update to 3.3.2 - switch to xz compression - move _lzma module to python3-base ++++ quota: - last changes are compatible again with openSUSE < 12.3 - update to 4.01 - Changes in quota-tools from 4.00 to 4.01: * fix compilation failure with --enable-bsd_behaviour=no * fix quota(1) for NFS mountpoints * fix reporting of huge quota limits over rpc * fix repquota to report all users on XFS * fixed edquota(8) for more users (Jan Kara) * remove fixed limit on number of autofs mount points * add quota type names to message catalogue * typo fixes, message changes for easier i18n * created Czech translation * store PID of quota_nld into lock file * warnquota: Fix manpage formatting * warnquota: Allow specifying of filesystems to check * add support for quotas on ext4 in system files * quotaon: Remove duplicated check for hasquota() * quotacheck: Fix warning about journaled quota for 3.0 and newer kernels * edquota: Fix localication of time units (Jan Kara) * rip out ALTFORMAT config option (Jan Kara) * add support for dynamic RPC block to support larger quotas * check set limits fit into the range supported by RPC transport * do not report missing utmp record to syslog ++++ soprano-backend-virtuoso: - Update to 2.9.2 * Fix a crash in ServerCore on shutdown * Do no require X11 - not needed for compilation * Generate tag file for API docs - Drop add-a-stop-method-which-closes-all-servers.patch, fix is included in this release ++++ strace: - Update to new upstream release 4.8 * This is a stable release, with the usual bugfixes, enhanced support for fresh Linux kernels, and other improvements. - Signature verification; remove redundant %clean section - Remove strace-aarch64.diff (merged) ++++ yast2: - updated the testsuite to make the transition to Ruby easier ------------------------------------------------------------------ ------------------ 2013-6-12 - Jun 12 2013 ------------------- ------------------------------------------------------------------ ++++ automake: - Update to 1.13.3: * Documentation fixes: - The documentation no longer mistakenly reports that the obsolete 'AM_MKDIR_PROG_P' macro and '$(mkdir_p)' make variable are going to be removed in Automake 2.0. * Bugs fixed: - Byte-compilation of Emacs lisp files could fail spuriously on Solaris, when /bin/ksh or /usr/xpg4/bin/sh were used as shell. - If the same user-defined suffixes were transformed into different Automake-known suffixes in different Makefile.am files in the same project, automake could get confused and generate inconsistent Makefiles (automake bug#14441). For example, if 'Makefile.am' contained a ".ext.cc:" suffix rule, and 'sub/Makefile.am' contained a ".ext.c:" suffix rule, automake would have mistakenly placed into 'Makefile.in' rules to compile "*.c" files into object files, and into 'sub/Makefile.in' rules to compile "*.cc" files into object files --- rather than the other way around. This is now fixed. - Several spurious failures have been fixed (they hit especially MinGW/MSYS builds). See automake bugs #14493, #14494, #14495, [#14498], #14499, #14500, #14501, #14517 and #14528. - Some other minor miscellaneous changes and fixlets. - Patches updated to they apply cleanly and with no offset. ++++ dosfstools: - update to 3.0.19: * This release fixes a segfault with fortify. - removed dosfstools-system_id-overflow.patch ++++ ft2demos: - Add conflict to package dtc for /usr/bin/ftdump as the two tools are different, dtc: ftdump -- Flat Tree dumping utility ft2demos: ftdump -- Simple font dumper ++++ kiwi: - grub setup secure boot fixes: * don't use insmod when in uefi secure boot mode * don't use graphics, grub terminal is the console in this mode ++++ util-linux: - util-linux.spec: remove previously added "moving-su-trickery" again as a su-less coreutils packet is in Base:Build and Factory now. ++++ systemd: - Only apply 1007-add-msft-compability-rules.patch when not building systemd-mini. ++++ hdf5: - use host config "linux-gnu" for arm (linux-gnueabi) to get useful H5_CFLAGS too - add hdf5-1.8.11-abort_unknown_host_config.patch, to get noticed if hdf5 doesn' t know our host - minimize hdf5-non_void_return.patch, false positives doesn't make problems anymore since now we have always -Wmissing-noreturn - make verbose - gcc 4.6.x needs -O0 on some systems ++++ libraw: - remove libraw-gcc27.patch, it is upstreamed yet ++++ permissions: - utempter helper binary moved in new version to /usr/lib/utempter/utempter (bnc#823302) ++++ xf86-video-modesetting: - Update to version 0.8.0: + modesetting: fix adjust frame crash + support 32 bpp pixmaps when 24 bpp fb is used. + modesetting: probe only succeeds if connectors are detected ++++ xfs: - license update: HPND This is HPND, not MIT (absence of express sublicensing permission etc) ++++ xorg-x11-Xvnc: - N_tigervnc_enable-glx.patch * Build with GLX extension. (bnc#823625) ++++ xorg-x11-driver-video-nouveau: - Update to version 1.0.8: + nve0: explicitly ask kernel for copy2 object + nvf0: recognise as supported chipset + nvc0-nve0: split shader code from their headers + nvc0-nve0: decompile shaders into their source, add basic build system + nve0: envyas isn't overly clever.. avoid short-form instructions + nouveau: attempt to fix zaphod since dri1 code removal + nouveau: clean up nv entity index declarations. + configure: require xorg-macros 1.8 + nouveau: stop using dri1 function DRICreatePCIBusID + nouveau: Do not load dri {sub,}module + dri1: purge the final references + nouveau: mandate dri2 build + configure: printout the configuration info + nouveau_xv: Avoid reading off the end of the source image on NV50+ + nouveau: enable support for normal optimus configuration + fix a xfree from previous patch + update makefiles for make distcheck + nouveau: Allow 3D accelerators with output ports ++++ yast2-runlevel: - Showing the current service status using Service module instead of reading from /etc/init.d/ which doesn't work (bnc#808317) - 2.24.1 ------------------------------------------------------------------ ------------------ 2013-6-11 - Jun 11 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - Fix qcms altivec include (mozilla-qcms-ppc.patch) ++++ at: - updated to upstream 3.1.13 - ported patches to new source code in session with Stefan Seyfried - removed unnecessary patches ++++ binutils: - add aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff - add aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff ++++ dosfstools: - update to 3.0.18: * Adding initial i18n support for manpages with po4a. * Renaming tools to sane namespace and keeping legacy symlinks in place. | dosfslabel becomes fatlabel, | dosfsck becomes fsck.fat, | and mkdosfs becomes mkfs.fat. * Correcting spelling typo in boot.c. * dosfslabel: Do not read beyond string length (Closes: #709587). - refreshed both dosfstools-suse-dirs.patch and ppc-reserved-sectors-fix.patch - added dosfstools-system_id-overflow.patch ++++ kernel-default: - arm: topology: export cpu_topology - commit e3dca27 ++++ kernel-desktop: - arm: topology: export cpu_topology - commit e3dca27 ++++ kernel-pae: - arm: topology: export cpu_topology - commit e3dca27 ++++ kiwi: - added setupBootPartitionPXE() to check and setup the boot partition if any in case of a pxe image. The pxe image type offers different boot scenarios than the other kiwi supported image types. Thus it got its own function now and I could also cleanup the pxe specific hacks we had in the base setupBootPartition() function - Better integration of ZFS: * moved from kiwiroot to kiwipool as zfs pool name * evaluate fsmountoptions in zpool create * added function setupZFSPoolVolumes() which creates the zfs pool layout as suggested by the community ++++ adns: - remove debug statement in the spec file, leftover from previous change. ++++ mozilla-nss: - update to 3.15 * Packaging + removed obsolete patches * nss-disable-expired-testcerts.patch * bug-834091.patch * New Functionality + Support for OCSP Stapling (RFC 6066, Certificate Status Request) has been added for both client and server sockets. TLS client applications may enable this via a call to SSL_OptionSetDefault(SSL_ENABLE_OCSP_STAPLING, PR_TRUE); + Added function SECITEM_ReallocItemV2. It replaces function SECITEM_ReallocItem, which is now declared as obsolete. + Support for single-operation (eg: not multi-part) symmetric key encryption and decryption, via PK11_Encrypt and PK11_Decrypt. + certutil has been updated to support creating name constraints extensions. * New Functions in ssl.h SSL_PeerStapledOCSPResponse - Returns the server's stapled OCSP response, when used with a TLS client socket that negotiated the status_request extension. SSL_SetStapledOCSPResponses - Set's a stapled OCSP response for a TLS server socket to return when clients send the status_request extension. in ocsp.h CERT_PostOCSPRequest - Primarily intended for testing, permits the sending and receiving of raw OCSP request/responses. in secpkcs7.h SEC_PKCS7VerifyDetachedSignatureAtTime - Verifies a PKCS#7 signature at a specific time other than the present time. in xconst.h CERT_EncodeNameConstraintsExtension - Matching function for CERT_DecodeNameConstraintsExtension, added in NSS 3.10. in secitem.h SECITEM_AllocArray SECITEM_DupArray SECITEM_FreeArray SECITEM_ZfreeArray - Utility functions to handle the allocation and deallocation of SECItemArrays SECITEM_ReallocItemV2 - Replaces SECITEM_ReallocItem, which is now obsolete. SECITEM_ReallocItemV2 better matches caller expectations, in that it updates item->len on allocation. For more details of the issues with SECITEM_ReallocItem, see Bug 298649 and Bug 298938. in pk11pub.h PK11_Decrypt - Performs decryption as a single PKCS#11 operation (eg: not multi-part). This is necessary for AES-GCM. PK11_Encrypt - Performs encryption as a single PKCS#11 operation (eg: not multi-part). This is necessary for AES-GCM. * New Types in secitem.h SECItemArray - Represents a variable-length array of SECItems. * New Macros in ssl.h SSL_ENABLE_OCSP_STAPLING - Used with SSL_OptionSet to configure TLS client sockets to request the certificate_status extension (eg: OCSP stapling) when set to PR_TRUE * Notable changes + SECITEM_ReallocItem is now deprecated. Please consider using SECITEM_ReallocItemV2 in all future code. + The list of root CA certificates in the nssckbi module has been updated. + The default implementation of SSL_AuthCertificate has been updated to add certificate status responses stapled by the TLS server to the OCSP cache. * a lot of bugfixes ++++ systemd: - Add udev MSFT compability rules (bnc#805059). add: 1007-add-msft-compability-rules.patch - Add sg3_utils requires, need it by 61-msft.rules (bnc#805059). - Clean-up spec file, put udev patches after systemd patches. - Rebase patches so they would apply nicely. - 0004-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch fixes : * systemd-journald[347]: Failed to set ACL on /var/log/journal/11d90b1c0239b5b2e38ed54f513722e3/user-1000.journal, ignoring: Invalid argument - 006-systemctl-core-allow-nuking-of-symlinks-to-removed-u.patch systemctl disable should remove dangling symlinks. - 0008-service-don-t-report-alien-child-as-alive-when-it-s-.patch alien childs are reported as alive when they are really dead. ++++ hdf5: - Update to 1.8.11, changes documented here: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html - remove hdf5-fix_printf.patch, fixed by upstream - use default CFLAGS (-O2) again if possible ++++ jack: - add aarch64.patch ++++ plymouth: - Add plymouth-close: do not try to close negative fd. - Add plymouth-close-unredirect.patch: do not leak fd when stopping redirection of /dev/console (bnc#811185) - Add plymouth-redirect-null.patch: redirect plymouth standard io to /dev/null (bnc#811185) - Add plymouth-exit-code.patch: ignore exit code in ExecStartPost. - Add plymouth-terminal-session-close.patch: do no try to close terminal session fd if already closed. ++++ libraw: - Update to new upstream release 0.15.2 * Fixed possible double-free() on error recovery on damaged full-color (Foveon, sRAW) files. (CVE-2013-2126, bnc#822665) * fixed wrong data maximum calculation for Panasonic files * check for possible buffer overrun in exposure correction code (CVE-2013-2127, bnc#822665) - Add 0001-build-fix-return-of-random-data.patch ++++ sg3_utils: - Update to version 1.36 - sg_vpd: Protocol-specific port information VPD page for SAS SSP, persistent connection (spl3r2), power disable (spl3r3) - block device characteristics: add FUAB bit - sg_xcopy: handle more descriptor types; handle zero maximum segment length; allow list IDs to be disabled; improve skip/seek handling; allow xcopy on destination - sg_reset: and --no-esc option to stop reset escalation - clean up cli, add long option names - sg_luns: add --test=ALUN option for decoding LUNs - decoded luns output in decimal or hex (if -HH given) - add '--linux' option to show Linux LUN after T10 representation, can map one to the other - sg_inq: add --vendor option to show standard inquiry's vendor specific fields in ASCII - take resid into account with response output - sg_sync: add --16 (for 16 byte command) and --timeout= - sg_logs: add data compression page (ssc4) - sg_sat_set_features: increase --lba from 1 to 4 bytes - sg_write_same: add --ndob option (sbc3r35d) - sg_map: mark as deprecated - sginfo: mark as deprecated, especially -l (list) - sg_lib: improve snprintf handling - sg_lib_data: sync asc/ascq codes with T10 20130117 - sg_cmds (lib): if noisy given, give more UA info - make code more C++ friendly ++++ libzypp: - Speedup scanning for modaliases (bnc#824110) - version 13.3.0 (2) ++++ mailx: - license update: BSD-4-Clause and MPL-1.1 See COPYING. Fedora also uses this license designation ++++ perl: - moving the provides of perl-macros to perl-doc so we can check for duplicated man pages in the gen_filelist macro - obsolete perl-PathTools and other modules in core ++++ polkit-default-privs: - added lightdm-kde-greeter (bnc#794705) ++++ yast2-python-bindings: - install to correct python directory (fixes file conflict with python-base) - 2.20.2 ------------------------------------------------------------------ ------------------ 2013-6-10 - Jun 10 2013 ------------------- ------------------------------------------------------------------ ++++ deltarpm: - update to deltarpm-3.6 * fixes failing applydeltarpm with gzip -9 compression * adds a couple of manpages ++++ digikam: - Added libeigen3-devel and libkqoauth-devel as build requirements. - Replaced ImageMagick with ImageMagick-devel as build requirement (since "mogrify" is no longer needed to fix the icon sizes). - Removed support for openSUSE <= 11.4 for KDE:UpdatedApps (not needed). - Removed support for openSUSE 11.3. - Fix rawconverter icon links (links were pointing to rawconverter.* instead of rawconverter.png or rawconverter.svgz). ++++ glibc: - glibc-bindresvport-blacklist.diff: Renamed from glibc-2.3.90-bindresvport.blacklist.diff; fix resource leaks (bnc#824046) - Remove glibc-armhf-compat.patch ++++ glibc: - glibc-bindresvport-blacklist.diff: Renamed from glibc-2.3.90-bindresvport.blacklist.diff; fix resource leaks (bnc#824046) - Remove glibc-armhf-compat.patch ++++ gzip: - Update to new upstream release 1.6 * The "--keep" (-k) option was added to not delete input files, similar to other tools such as xz, lzip, and bzip2. * A decompression issue with certain invalid data in the "pack" format was fixed. * An incorrect overwrite when compiled with optimization was fixed. * zgrep's handling of multi-digit context options was fixed. * zmore now acts more like "more". - More robust make install call - Provide files for signature verification (we do not actually do it because gzip is part of the bootstrap cycle; but if you have gpg-offline listed as Support or in ~/.oscrc, it will be done) ++++ kernel-default: - Update and reenable armv7hl configs - commit 2d22236 - Update to 3.10-rc5. - commit 1ce1338 - Update arm64/default and reenable it - commit 4d0acbd ++++ kernel-desktop: - Update and reenable armv7hl configs - commit 2d22236 - Update to 3.10-rc5. - commit 1ce1338 - Update arm64/default and reenable it - commit 4d0acbd ++++ kernel-pae: - Update and reenable armv7hl configs - commit 2d22236 - Update to 3.10-rc5. - commit 1ce1338 - Update arm64/default and reenable it - commit 4d0acbd ++++ kiwi: - make kiwi locale files available in vmx type images too - follow up fix for (bnc #823617) * use message text from gettext catalog, i18n support * use the dialog program to display the message if it is installed as part of the image. We are already inside the running system when this message might be displayed. If no dialog is installed the message is just echo'ed on the console with a waitkey exception - update kiwi message text template kiwi.pot * added new text informing the user for a failed bootloader setup - adapted LVM resize in oem partition install mode according to the new @root volume setup ++++ kiwi-config-openSUSE: - increase schema_version ++++ adns: - Build with large file support in 32 bit archs, autoconf stuff is fine, but C files included config.h after C library headers, therefore no prototypes for *64 functions found. ++++ libassuan: - build with LFS support in 32bit archs to be consistent with the rest of the system, no good will come when LFS enabled callers talk to non-LFS libraries. ++++ cmis-client: - Build with large file support in 32 bit archs, no good will come mixing LFS-aware executables and non-LFS libraries. ++++ libqimageblitz4: - license update: BSD-2-Clause See COPYING ++++ perl-JSON: - updated to 2.59 - PUREPERL_ONLY support was not supported... and finally remove all PP options from Makefile.PL. - recommend JSON::XS instead of conditionally requiring it patched by miyagaw ( for example, $ cpanm --with-recommends JSON) - Hide more packages from PAUSE (and other stuff) patched by miyagawa - support PUREPERL_ONLY install option. (rt#84876) (PERL_ONLY and NO_XS are not yet removed) - stop installing JSON::XS automatically on Perl 5.18 - t/x17_strage_overload.t didn't work correctly. - fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes) - update JSON::BackportPP version - fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154) pathced by mbeijen and modified with demerphq's patch - Fixed some spelling (by briandfoy) - fixed sppeling (by Perlover) - enhanced documents (Thanks to Justin Hunter and Olof Johansson) - changed backend module loading for overloaded object behavior (reported by tokuhirom) - remove upstreamed fix_provides.diff ++++ perl-NetAddr-IP: - license update: GPL-2.0+ or ClArtistic See COPYING and Artistic ++++ permissions: - cdrtools: allow some filesystem capabilities for more stable CD/DVD burning in "easy" mode. (bnc#550021) (cap_sys_nice, cap_sys_rawio, cap_sys_resource, cap_ipc_lock) ++++ yast2-core: - fixed YCP debugger client to make it run - 2.24.0 ++++ yast2-storage: - version 2.24.2 - do not add "/proc", "/sys", ... to fstab any more and remove these fstab entries during update, they are handled by systemd (bnc#823903) ------------------------------------------------------------------ ------------------ 2013-6-9 - Jun 9 2013 ------------------- ------------------------------------------------------------------ ++++ freetype2: - Library and tools must be compiled with large file support in 32 bit archs just like the rest of system. ++++ krb5: - update to version 1.11.3 - Fix a UDP ping-pong vulnerability in the kpasswd (password changing) service. [CVE-2002-2443] - Improve interoperability with some Windows native PKINIT clients. - install translation files - remove outdated configure options ++++ libical: - New 1.x package. This version uses the cmake build system - Add devel-static subpackage - Remove unneeded buildrequires - Changed license from MPL-1.1 to MPL-1.0. That is the license listed in the COPYING file and the headers. - Removed scripts directory from documentation. Putting perl files in the documentation directory is apparently no longer allowed. - Ran spec-cleaner ++++ taglib: - JUst like the rest of the system, taglib has to be built with LFS support/ 64bit off_t in 32 bit archs. ++++ mozilla-nspr: - update to version 4.10 * bmo#844513: Add AddressSanitizer (ASan) memory check annotations to PLArena. * bmo#849089: Simple changes to make NSPR's configure.in work with the current version of autoconf. * bmo#856196: Fix compiler warnings and clean up code in NSPR 4.10. * bmo#859066: Fix warning in nsprpub/pr/src/misc/prnetdb.c. * bmo#859830: Deprecate ANDROID_VERSION in favor of android/api-level.h. * bmo#861434: Make PR_SetThreadPriority() change priorities relatively to the main process instead of using absolute values on Linux. * bmo#871064L: _PR_InitThreads() should not call PR_SetThreadPriority. ------------------------------------------------------------------ ------------------ 2013-6-8 - Jun 8 2013 ------------------- ------------------------------------------------------------------ ++++ boost: - Build context library only on supported architectures - Reenable mpi on aarch64 - Avoid duplication between %build and %install ++++ cmake: - Update to 2.8.11.1 * ExternalData: Do not re-stage staged object files * try_compile: Fix quoting of libraries in generated CMakeLists.txt * KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176) * FindBoost: Fix handling of \ in input paths (#14179) * Xcode: Fix framework search paths in STATIC library targets (#14191) * Fix test failures caused by regexp-sensitive characters in the build paths * include_directories: Fix handling of empty or space-only entries * try_compile: Trim whitespace from LINK_LIBRARIES entries * cmTarget: Remove some hardcoding of transitive property names. * GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode. * GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property. * GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property. * FindQt4: Don't fail if certain Qt modules are unavailable. * Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules. * Genex: Fix the HEAD target used for evaluated expressions ++++ cracklib: - update to version 2.9.0 * add new FascistCheckUser function - remove translation-fix.dif * text changed - get translation via translation-update-upstream ++++ gettext-runtime: - Update to version 0.18.2.1: Version 0.18.2 - December 2012 + xgettext now understands the block comment syntax of Guile 2.0. + libgettextpo library: * The initial msgstr of a new message is now "", not NULL. * Bug fixes in the functions po_message_is_range, po_file_check_all, po_message_check_all. + Installation options: The configure options --with-xz and --with-bzip2 can be used to specify alternate compression methods for the archive used by the 'autopoint' program. These options, together with - -with-git, allow to trade dependencies against installed package size. --with-xz has the highest compression rate, followed by --with-git, followed by --with-bzip2. + Autoconf macros: * The autoconf macros installed by 'gettextize' now work with the forthcoming Automake 1.14 and require Autoconf version 2.60 or newer. + Portability: * Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is now supported. - Remove obsolete patches: + getext-stdio.in.patch + gettext-codecleanup.patch ++++ SDL: - sdl-lfs.patch: Ensure library is built with large file support/ 64bit off_t in 32bit systems ++++ pcre: - Ensure the PCRE library and tools are built with large file support in 32 bit archs. ++++ patterns-openSUSE: - Jim Fehlig (1): Add libvirt-daemon-xen to the xen_server pattern Stephan Kulow (1): readd update-test pattern and aaa_base-malloccheck Commit: 27a398e5 ++++ perl-Net-IP: - updated to 1.26 - 81138 ip types - 80164 hexip does not change when ip changes (fix: hexformat needs to be cleared by set) - 4898 double compression - 73232 invalid ipv6 1:2:3:4:5:6:7 - 73105 invalid ip 1:2 - 73104 expand 1::2::3 - 71042 ip_reverse 2001:4f8:3:36:0:0:0:235 - 45165 ip_range_to_prefix updated documentation - 32232 excepts 61-217-102-8.hinet-ip.hinet.net as range ++++ perl-NetAddr-IP: - updated to 4.069 IN Lite.pm v1.50, add =encoding UTF-8 In Util.pm v1.50 changed Makefile.PL to check for config.h when building for XS with 'gcc', try building with 'cc', and check again. If config.h is not found, force Pure Perl mode. Kill XS in winduhs and Darwin, both of which misbehave when compiling XS code 4.067 Sat Mar 30 12:57:20 PDT 2013 Improved diagnostic message for "die" with bad mask for hostenum, hostenumref, split, splitref, rsplit, rsplitref Thanks to GENSYM@cpan.org for pointing out the need. 4.066 Mon Oct 29 13:30:14 PDT 2012 update Lite.pm v1.47 to support bracketed IPv6 URI notation as described in RFC-3986 Thanks to Quanah Gibson-Mount mishikal@yahoo.com 4.065 Tue Oct 2 12:36:11 PDT 2012 correct format for IPv6 embedded IPv4 addresses in InetBase v0.8 4.064 Tue Sep 25 13:54:47 PDT 2012 added support for rfc3021 /31 networks to hostenum 4.063 Fri Aug 10 11:46:18 PDT 2012 Updated GPL v2.0 text and address in all modules 4.062 Wed Jun 6 12:34:48 PDT 2012 documentation updates courtesy of Ben Bullock Thank you Ben. 4.061 Tue May 8 16:24:03 PDT 2012 fixed bug in Lite v1.44 that returned $ip->num() = 2^128 for 0.0.0.0/0 Thanks to Sebastian for spotting it. 4.060 Fri Apr 6 16:00:02 PDT 2012 In Lite.pm v1.43, fix bug #75976, change in behavior introduced in v4.050 ------------------------------------------------------------------ ------------------ 2013-6-7 - Jun 7 2013 ------------------- ------------------------------------------------------------------ ++++ coreutils: - longlong-aarch64.patch: fix build on aarch64 - Remove su(1) and kill(1) - both are provided by util-linux now. * su.pamd, su.default, coreutils-su.patch: Remove patch and PAM config files related to su(1). * coreutils-remove_kill_documentation.patch: Add patch to remove kill from the texinfo manual. * coreutils.spec: Remove above, su-related patch and sources. Remove Requires:pam and BuildRequires:pam-devel. Remove Provides:/bin/{su,kill}. Remove paragraph mentioning su(1) and kill(1) in %description. Remove `moving su trickery` and other left-overs from %install, %post and %files. Remove %posttrans and %verifyscript sections (as these contained su-related stuff). Add code to %install to remove kill's program and man page. ++++ createrepo: - createrepo/readMetadata.py is using python-libxml2, so require it ++++ emacs: - Enforce update alternatives simply to avoid bug reports about warnings ++++ kiwi: - set GRUB_TERMINAL to console if no unicode font exists - v5.05.19 released - if the bootloader can't be installed stop the boot process and print a warning message to the user. Continue the boot with a wait-for-key exception (bnc #823617) ++++ akonadi-runtime: - Add mysql56.diff Renames an option that was removed in MySQL >= 5.6 (kde#319016) ++++ util-linux: - util-linux.spec: work around su(1) PAM problems based on su(1) being provided by both the coreutils and the util-linux package. Fix macro typo in %post and %verifyscript sections related to su(1): s/sysvinit_tools/enable_su/ ++++ iniparser: - Include LICENSE file from the source tar ball. ++++ xfce4-session: - drop obsolete configure switches ++++ subversion: - fix execution of regression tests on SLE 11 ++++ sysvinit: - Skip binaries now part of util-linux ++++ xdm: - Add some GNOME specifiv magics to Xsession to allow that ~/.i18n is always sourced (bnc#567324) ++++ xf86-video-mga: - U_Restrict-kernel-driver-matching-to-g200-server-chips.patch * Restrict kernel driver matching to g200 server chips. Otherwise we might catch devices handled by matroxfb, not the mgag200 kms driver. (bnc#823658) ++++ yast2-core: - made SymbolEntry::value, setValue virtual (ABI change) - added Y2WFMComponent::SetArgs, needed for non-YCP clients - various fixes in handling YCP System::* calls - do not strictly check types of arguments for System remote calls - fixed parser annnd all serializers to use C locale for float - fixed some memory leaks - various fixes to the XML serialization of YCP - Fixed function type matching to be contravariant for arguments (BNC#825263) (return type has always been covariant, correctly) Interface expected to handle "any" argument will no longer accept implementations handling only a specific subtype. Conversely, interfaces expected to handle a "string" will also accept implementation handling "any". Affects the "is" builtin; breaks *-bindings relying on the bug. ------------------------------------------------------------------ ------------------ 2013-6-6 - Jun 6 2013 ------------------- ------------------------------------------------------------------ ++++ ModemManager: - License update: GPL-2.0+ and GPL-3.0 Correct license is GPL-2.0+; see COPYING file. The cli tool is licensed GPL-3.0+. ++++ wodim: - Avoid calling fdupes on entire buildroot; it is not valid for /etc - Install manpage symlinks inside cdrkit-cdrtools-compat - Remove static libraries for which there are no header files packaged ++++ emacs: - Disable fontsets and enforce Xft as font backend ++++ kdepimlibs4: - Added ldapkio-kolab3.diff to add LDAP config for Kolab 3 ++++ kiwi: - added support to specify the size of the root volume. With regards to the latest LVM consistency checks and adaptions it was only possible to set one volume as the one taking the rest space. This is either the root volume or the one flagged as freespace="all". The possibility to setup a specific size for the root volume and define another volume to take the rest space was lost. With this commit you can now optionally define the size of the root volume: I also fixed the LVM setup when used with standard vmx virtual disks and introduced new consistency checks e.g it doesn't make sense to specify both size and freespace for one volume ++++ util-linux: - Add make-sure-sbin-resp-usr-sbin-are-in-PATH.diff, that is include the old "let `su' handle /sbin and /usr/sbin in path" - Provide the new eject utility to avoid file conflict with old eject package ++++ jack: - license update: GPL-2.0+ and LGPL-2.1+ jack server is licensed under GPL-2.0+ ++++ libmicrohttpd: - drop test_tls_options if build is in OBS libmicrohttpd-drop-test_tls_options.patch ++++ miniupnpc: - Update to 1.8: * fix testminiwget with no IPv6 support * Rename all include guards to not clash with C99 (7.1.3 Reserved identifiers). * Added -e option to upnpc program (set description for port mappings) * Python 3 support (thanks to Christopher Foo) * Fix a memory link in UPNP_GetValidIGD() * Try to handle scope id in link local IPv6 URL under MS Windows * Disable HAS_IP_MREQN on DragonFly BSD * GetUPNPUrls() now inserts scope into link-local IPv6 addresses * More error return checks in upnpc.c [#]define MINIUPNPC_GET_SRC_ADDR enables receivedata() to get scope_id * parseURL() now parses IPv6 addresses scope * new parameter for miniwget() : IPv6 address scope * increment API_VERSION to 9 * fixed CMakeLists.txt * Improvements in testminiwget.sh ++++ samba: - Don't install the tdb utilities man pages on post-12.1 systems; (bnc#823549). ++++ gcc33: - Do not package info docs which conflict with the generic gcc-info package from recent releases. ++++ perl: - update to 5.18.0 * new handling of experimental features * new hash functions to improve security * better hash randomization * upgrade to Unicode 6.2 * support for computed labels * vertical tabs are now whitespace * smartmatch is experimental again * lots of bug fixes - change perl_requires macro to use MODULE_COMPAT form ++++ xf86-video-intel: - Update to version 2.21.9: Consolidating the copy-on-write support, hopefully cleaning up the last of the regressions. + Restore vsync on textured videos. [regression from 2.21.8] https://bugs.freedesktop.org/show_bug.cgi?id=65048 + Fix incorrect ordering of possible_clones with certain outputs, which can lead to attempting to incorrectly clone 2 outputs and failing to light them up. [regression from 2.20.10] + Fix performance regression from not promoting large fills to the GPU [regression from 2.21.7] + Undo the pixmap clone before performing a DRI2CopyRegion [regression from 2.21.7] https://bugs.freedesktop.org/show_bug.cgi?id=65250 ++++ xorg-x11-server: - u_xserver_xvfb-randr.patch * Add randr support to Xvfb (bnc#823410) ++++ yast2-installation: - bnc#774301 - fixed udev events handling in kernel_finish - 2.24.5 ++++ yast2-vm: - Update packages to be installed based on libvirt package changes. - 2.23.0 ++++ zisofs-tools: - require /usr/bin/mkisofs instead of mkisofs package ------------------------------------------------------------------ ------------------ 2013-6-5 - Jun 5 2013 ------------------- ------------------------------------------------------------------ ++++ autoyast2: - recognize that eth-id-... and eth[0-9] may be the same device in removeNetwork() (bnc#823124) ++++ wodim: - Avoid collision of iso{dump,vfy} etc. by moving binaries into separate directory. This allows parallel installation of mkisofs and genisoimage. ++++ hxtools: - Update to new upstream release 20130605 * ru-translit-de scim-table replaced by ru-phonde M17N mdbIM * hcdplay: new utility for control of analog CDROM playback * cp437AB font: Czech and Polish support/maps ++++ groff: - modify groff_1.22.2-2.debian.diff - remove the part related to src/preproc/html/pre-html.cpp, fixes bnc#755533 ++++ groff-full: - modify groff_1.22.2-2.debian.diff - remove the part related to src/preproc/html/pre-html.cpp, fixes bnc#755533 ++++ iproute2: - Update to new upstream release 3.9.0 * Support for managing the forwarding tables in Bridge and VXLAN. - Remove 0001-build-resolve-compile-error-due-to-missing-include.patch (merged upstream) - Signature verification for the package ++++ java-1_7_0-openjdk: - fix bnc#781690c#11 - setup JAVA_HOME in posttrans, so certificates will be created by this JVM - fix the postrans conditions (add missing prefiX) - relax build requires, so every java-devel >= 1.7.0 can match ++++ kernel-default: - powerpc: add missing include to book3s_xics.c. - commit fc06ef7 - Update Xen patches to 3.10-rc4. - use vCPU time info registration to support vread_pvclock(). - Delete patches.xen/xen-netback-nr-irqs. - config.conf: Re-enable Xen flavors. - Update x86 config files. - commit 4967b19 - Refresh and re-enable patches.arch/x86_64-unwind-annotations. - commit 8f640b2 - Refreshed overlayfs patches - commit 0c856a9 ++++ kernel-desktop: - powerpc: add missing include to book3s_xics.c. - commit fc06ef7 - Update Xen patches to 3.10-rc4. - use vCPU time info registration to support vread_pvclock(). - Delete patches.xen/xen-netback-nr-irqs. - config.conf: Re-enable Xen flavors. - Update x86 config files. - commit 4967b19 - Refresh and re-enable patches.arch/x86_64-unwind-annotations. - commit 8f640b2 - Refreshed overlayfs patches - commit 0c856a9 ++++ kernel-pae: - powerpc: add missing include to book3s_xics.c. - commit fc06ef7 - Update Xen patches to 3.10-rc4. - use vCPU time info registration to support vread_pvclock(). - Delete patches.xen/xen-netback-nr-irqs. - config.conf: Re-enable Xen flavors. - Update x86 config files. - commit 4967b19 - Refresh and re-enable patches.arch/x86_64-unwind-annotations. - commit 8f640b2 - Refreshed overlayfs patches - commit 0c856a9 ++++ util-linux: - Update to util-linux-2.23.1 + Release highlights (2.22) su(1): * has been merged from coreutils into util-linux * utils-linux version uses /etc/pam.d/su-l PAM config file for --login (e.g. "su -") session. sulogin(8): * has been merged from sysvinit into util-linux utmpdump(1): * has been merged from sysvinit into util-linux eject(1): * has been merged from inactive upstream from sf.net and Fedora into util-linux * supports new options --manualeject, --force and --no-partitions-unmount lslocks(1) * this NEW COMMAND prints local system locks and it's replacement to very long time unmaintained lslk(1) wdctl(8): * this NEW COMMAND shows hardware watchdog status libuuid: * does NOT EXECUTE uuidd on demand, the daemon has to be started by init scripts / systemd uuidd: * supports socket activation (for systemd) * supports new options -no-fork, --no-pid and --socket-activation + Release highlights (2.23) blkdiscard(8): * this NEW COMMAND discard sectors on a device (for example on SSD disks) sulogin(8): * provides multi-console feature from SysVinit - Removed following patches now upstream * 0001-Test-for-secure_getenv-too.patch * 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch * add-canonicalize_path_restricted.patch * fdiskbsdlabel.patch * libmount-add-MNT_ERR_LOOPDEV.patch * libmount-add-special-MNT_ERR-codes.patch * libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch * login-close-tty-before-vhangup.patch * mount-new-add-loopdev-specific-error-message.patch * mount-new-allow-sloppy-for-non-root.patch * mount-new-improve-error-messages.patch * mount-new-use-MNT_ERR-for-error-messages.patch * mount-sanitize-paths-from-non-root-users.patch * util-linux-2.21.2-noenc.diff * umount-sanitize-paths-from-non-root-users.patch - Removed following patch which otherwise cause to break build * util-linux-2.20-libmount-deps.patch - Refreshed following patches with updating version string * util-linux-2.23.1-fdisk_remove_bogus_warnings.patch * util-linux-2.23.1-noenc-suse.diff - Add util-linux-2.23.1-eject-fpie.patch to compile and link eject with PIE ++++ icu: - Update to new upstream release 51.2 * Common Locale Data Repository (CLDR) 23.1 * Time zone database version 2013c * Security fixes for font layout and glyph table errors. NOTE: Applications must implement LEFontInstance::getFontTable(LETag, size_t &length) in their LEFontInstance subclasses, so that ICU can properly bounds-check font tables. ++++ libmicrohttpd: - More robust make install call - Remove redundant %clean section - Requires(pre) is useless without a %pre script ++++ libnl3: - Update to new upstream release 3.2.22 * ct: add ICMPv6 type,code and ID * attr: Provide nla_is_nested() function * bridge: Support the new bridging attributes * bridge: Provide rtnl_link_bridge_alloc() * vlan: Provide rtnl_link_vlan_alloc() * bond: Provide rtnl_link_bond_alloc() * attr: Add nla_nest_cancel() to remove partially added nested attributes - Remove 0001-Add-symbol-version-maps-to-libnl.patch (merged upstream) ++++ libnl-1_1: - Update to new upstream release 1.1.4 * fix wrong calcultation in nla_reserve() * nl: Increase receive buffer size to 4 pages * Fix leak of cb if nl_socket_alloc_cb() failed to allocate socket * Perform no operation on nl_object_free(NULL) - Move libraries back to /usr/lib - Remove libnl-1.1.diff (merged upstream) - Follow shlib package naming guide and move library files from libnl-1_1 to libnl1 package ++++ python-base: - Disable test_asyncore in QEmu build - Reenable testsuite on arm ++++ samba: - Fix libreplace license ambiguity; (bso#8997); (bnc#765270). ++++ utempter: - updated to 1.1.6 upstream (bnc#823302) - new apis (old are staying) - utempter-ppc64.patch: is upstream, removed - utempter-0.5.5-pie.diff: done differently, removed - utempter-no-staticlib.patch: no static library wanted - gpg source tarball checking - hooked up permissions framework correctly ++++ libvisio: - Bump version to 0.0.28 * Miscellaneous crash fixes revealed by fuzzer run. * Miscellaneous coverity fixes. * New layout of source code with public headers in inc/libvisio directory. ++++ mkinitrd: - Add hid modules that are no longer builtin ++++ netcfg: - services: map sieve to 4190 instead of 2000 as upstream (IANA) does ++++ perl-IO-Socket-INET6: - updated to 2.70 * Fix a typo: - https://rt.cpan.org/Ticket/Display.html?id=73143 * Add t/style-trailing-space.t and got rid of trailing space. ++++ perl-JSON-XS: - updated to 2.34 - work around bugs in perl 5.18 breaking more than 100 widely used modules, without a fix in sight because p5pers don't care about CPAN anymore. - when canonicalising, only allocate up to 64 hash key pointers on the stack. for larger hashes, use the heap, to avoid using too much stackspace. - discuss the problem with setlocale (reported by a few victims). - internal encode/decode XS wrappers did not expect stack moves caused by callbacks (analyzed and testcase by Jesse Luehrs). - add bencode as to/from option in bin/json_xs. - add -e option to json_xs, and none and string in/out formats. ++++ perl-MLDBM: - updated to 2.05 Require perl 5.5 Test for pod ++++ perl-Net-DNS: - updated to 0.72 Fix rt.cpan.org #82148 nxrrset fails to ignore RDATA. Fix rt.cpan.org #82134 TSIG key and algorithm names not downcased in digest. Class not forced to ANY. Fix rt.cpan.org #82063 yxrrset, nxrrset and rr_del functions should force zero TTL. Fix rt.cpan.org #82047 Clarify documentation to indicate that header counts may differ from the number of RRs present if a packet is corrupt. Fix rt.cpan.org #81941 Clarify documentation to make clear that bgread will not switch to TCP when a truncated packet is received. Temporary workaround rt.cpan.org #81760 The rdatastr method for TXT RRs will return unconditionally quoted rdata fields to work around an issue with updating SpamAssassin rules. This workaround will be reverted after release of a version of SpamAssassin which resolves the issue. Fix rt.cpan.org #81942 Fix memory leak on packet cleanup. The back-reference via the header attribute (with xbody) caused the garbage collector not to clean a packet. Header is now explicitly cleaned via Net::DNS::Packet::DESTROY. ++++ perl-Net-HTTP: - updated to 6.06 IO::Socket::SSL doesn't play well with select() [RT#81237] Convert to Test::More style and disable test on Windows [RT#81090] ++++ python: - Reenable testsuite on arm ++++ sfftobmp: - Update to new upstream release 3.1.4 * treat files with empty pages correctly - Remove sfftobmp-gcc43.diff (merged upstream), sfftobmp-codecleanup.diff (resolved differently upstream), sfftobmp-linking.patch (resolved upstream) ++++ wireshark: - 1.10.0 - new or significantly updated features since version 1.8: * You can now display a list of resolved host names in "hosts" format within Wireshark. * The wireless toolbar has been updated. * Wireshark on Linux does a better job of detecting interface addition and removal. * It is now possible to compare two fields in a display filter (for example: udp.srcport != udp.dstport). The two fields must be of the same type for this to work. * USB type and product name support has been improved. * All Bluetooth profiles and protocols are now supported. * Wireshark now calculates HTTP response times and presents the result in a new field in the HTTP response. Links from the request’s frame to the response’s frame and vice-versa are also added. * The main welcome screen and status bar now display file sizes using strict SI prefixes instead of old-style binary prefixes. * Capinfos now prints human-readable statistics with SI suffixes by default. * It is now possible to open a referenced packet (such as the matched request or response packet) in a new window. * Tshark can now display only the hex/ascii packet data without requiring that the packet summary and/or packet details are also displayed. If you want the old behavior, use -Px instead of just -x. * Wireshark can be compiled using GTK+ 3. * The Wireshark application icon, capture toolbar icons, and other icons have been updated. * Tshark’s filtering and multi-pass analysis have been reworked for consistency and in order to support dependent frame calculations during reassembly. See the man page descriptions for -2, -R, and -Y. * Tshark’s -G fields2 and -G fields3 options have been eliminated. The -G fields option now includes the 2 extra fields that - G fields3 previously provided, and the blurb information has been relegated to the last column since in many cases it is blank anyway. * Wireshark dropped the left-handed settings from the preferences. This is still configurable via the GTK settings (add "gtk-scrolled-window-placement = top-right" in the config file, which might be called /.gtkrc-2.0 or /.config/gtk-3.0/settings.ini). * Wireshark now ships with two global configuration files: Bluetooth, which contains coloring rules for Bluetooth and Classic, which contains the old-style coloring rules. * The LOAD() metric in the IO-graph now shows the load in IO units instead of thousands of IO units. - packaging changes * drop wireshark-suidflags.patch - fPIE and -pie now set on SUID binaries by upstream no longer require or call call autoreconf * wireshark-1.2.4-enable_lua.patch refreshed with upstream changes to wireshark-1.10.0-enable_lua.patch * drop include.filelist, instead find files for -devel package during build ++++ yast2-installation: - use WFM::ClientExists() call instead of checking *.ycp file presence (works also with non-YCP clients and checks also e.g. /y2update/clients path) ------------------------------------------------------------------ ------------------ 2013-6-4 - Jun 4 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaThunderbird: - prevent xpc-shell crashing on powerpc ppc-xpcshell.patch ++++ bash: - add a conflict between readline5 and readline6-32bit ++++ caribou: - Update to version 0.4.11: + Press and hold should allow repeating keys like backspace and spacebar (bgo#690435). + Improve layout file generation when building. + Updated translations. ++++ gcc48: - Update to GCC 4.8.1 release. * Lots of bugfixes. - Remove broken aarch64 cross-compiler target. ++++ gedit: - Update to version 3.9.1: + Add new Highlight Mode dialog. + Allow shell quotes in commands from Run Command tool. + Use widget templates. + external tools: - Look in browser root for files in tool output. - Extend link parser to handle grep output. - Provide environment variable with file browser root. + Improvements in filebrowser. + Improvements in quickopen. + Improvements in docs. + Misc bugfixes. + Updated translations. ++++ kiwi: - fixed fetchFile function. The variable $imageBlkSize is not initialized, so it is better to use $chunk - write dvd/cd device entry to vmx file if the device ide is 0 (bnc 822185) ++++ kiwi-config-openSUSE: - change the volid to 13.1 - trying overlayfs type ++++ libX11: - Update to final version 1.6.0: Changes since libX11 1.5 (found in the release candidates) include fixes for the recently announced security issues CVE-2013-1981, CVE-2013-1997, and CVE-2013-2004; the addition of the _XEatDataWords API for use by Xlib-based extension libraries, to help them avoid integer overflows when it is necessary to discard data; removal of ancient, unused, incomplete support for the Cray Unicos OS, and the DECnet and TLI transport types; numerous improvements to compose files and locale data; man page macro cleanups to improve compatibility with doclifter; and various other code cleanups and compiler warning fixes. ++++ libffi48: - Update to GCC 4.8.1 release. * Lots of bugfixes. - Remove broken aarch64 cross-compiler target. ++++ libgcj48: - Update to GCC 4.8.1 release. * Lots of bugfixes. - Remove broken aarch64 cross-compiler target. ++++ mozjs17: - Remove jsuword. (bmo#618485) mozjs-bmo618485-nojsuword.patch ++++ libserf: - update to Serf 1.2.1 * Fix issue 95: add gssapi switches to configure * Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined * Fix issue 102: digest authentication failures * Improve error return values in SSPI authentication * Ensure serf-1.pc is constructed by serfmake * Optimize SPNego authentication processing * Reject certs that application does not like * Fix possible endless loop in serf_linebuf_fetch() - replace libserf-1.2.0-configure.in-add-gssapi.patch (committed upstream) with libserf-1.2.1-configure.in-add-gssapi.patch (still changes required as patch was changed upstream) ++++ tdb: - Update to version 1.2.12. + internal code cleanups + crash fix for pytdb + fix for 4GB overflow detection ++++ vigra: - Version bump to 1.9.0 * see http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html - Update openexr finding and libdir target. ++++ perl-Data-Dump: - updated to 1.22 Deal with class names containing '=' [RT#72415] Filters now get access to $ctx->expr; the textual expression denoting the current object. ++++ perl-Digest-MD4: - updated to 1.9 Fixed example output in doc in MD4.pm. Reported by jbwaters@gmail.com. Removed defunct code that caused incorrect error message when building on 64 bit platforms, patch by Fixed a test error in files.t. Corrected the comment to do with the reason in Updated author and distribution location details to airspayce.com ++++ perl-Error: - updated to 0.17020 Error.pm #0.17020 - Correct typos. - https://rt.cpan.org/Ticket/Display.html?id=85023 Error.pm #0.17019 - Change to Shlomi Fish's new E-mail and web address. - Clarify the licence of lib/Error/Simple.pm . - https://rt.cpan.org/Ticket/Display.html?id=81277 - Thanks to Marcela Error.pm #0.17018 - Add a $VERSION variable for Error::Simple. - thanks to Kevin Dawson for the report. - Add scripts/bump-version-number.pl . - This can be used to bump the version numbers globally. ++++ perl-Test-Exception: - updated to 0.32 Fixed tests that broke due to Test::More diagnostic changes ++++ perl-Tie-IxHash: - updated to 1.23 New method Clear() Deleting current element when doing cycle using each will work (test by OLEG, RT#82248) ++++ perl-XML-Twig: - updated to 3.44 [#] minor maintenance release added: XML::Twig::Elt new method now acccepts literal content, eg my $e= XML::Twig::Elt->new( '

foo

bar

'); fixed: merge had some problems dealing with embedded comments improved: more tests improved: docs for parse, see RT #78877 https://rt.cpan.org/Ticket/Display.html?id=78877 fixed: xml_pp -i now preserves the permissions of the original file, see RT #81165 https://rt.cpan.org/Ticket/Display.html?id=81165 reported by Alberto Simoes fixed: RT #80503 Newlines in attribute values https://rt.cpan.org/Ticket/Display.html?id=80503 reported (and explained) by Ambrus Zsban: \r, \n and \n explicitely set in attribute values should be escaped (with &#x;) when output ++++ perl-XML-Writer: - updated to 0.622 - Fix bug where output is an IO::Scalar. - Include selfcontained_output.t in the distribution. - Allow OUTPUT => 'self' (#81327). ++++ perl-XML-XPathEngine: - updated to 0.14 fixed POD error ++++ polkit-default-privs: - allow fprintd polkit privileges (bnc#792095) ------------------------------------------------------------------ ------------------ 2013-6-3 - Jun 3 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - mark no-XPMCompliance.patch as suse specific http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23462 ++++ dbus-1-python: - Removed the %{RELEASE} from the dbus-1 Requires: entries (fixes also Factory auto check). ++++ dbus-1-python3: - Removed the %{RELEASE} from the dbus-1 Requires: entries (fixes also Factory auto check). ++++ dosfstools: - update to 3.0.17: * Fixing segfault in dosfslabel. * Allow operation on SH4 CPUs. * Finish cleanup of byteswap code. * Fix offsetof definition. * etc., see ChangeLog - refreshed ppc-reserved-sectors-fix.patch ++++ kernel-default: - Update to 3.10-rc4. - Eliminated 4 patches. - commit b3d0118 - vtime: Use consistent clocks among nohz accounting. - commit 731983f ++++ kernel-desktop: - Update to 3.10-rc4. - Eliminated 4 patches. - commit b3d0118 - vtime: Use consistent clocks among nohz accounting. - commit 731983f ++++ kernel-pae: - Update to 3.10-rc4. - Eliminated 4 patches. - commit b3d0118 - vtime: Use consistent clocks among nohz accounting. - commit 731983f ++++ kiwi: - fixed getSingleInstSourceSatSolvable() * instead of rely on the suffix of a file it's better to actually check if it's compressed or non compressed data due to redirections and symlinks it might happen that a file name e.g 'packages' is resolved into 'packages.en.gz' kiwi downloaded the file and failed to check that it's a compressed file (bnc #822247) - improved error output of failed schema validation * also check if the converted file can be created or not - fixed 5.7 to 5.8 xsl stylesheet - fixed evaluation of oem-ataraid-scan parameter - fixed raw disk size calculation for split images the boot partition size was not taken into account ++++ kvm: - Adapt kvm package to wrapper the qemu package's system binary, maintaining a /usr/bin/qemu-kvm executable which still defaults to kvm acceleration. - update to v1.5.0 (see: http://wiki.qemu.org/ChangeLog/1.5) - dropped all patches - default guest memory is now 128M - default nic is now e1000 - Windows virtio drivers moved to a separate package ++++ exiv2: - Remove pending patches with upstream versions : + 99_pending_canon_eos_m.diff (replaced by 90_changeset_r2993.diff). + 99_pending_minolta_manual_lens.diff (replaced by 90_changeset_r2989.diff). + 99_pending_pentax_da_35.diff (replaced by 90_changeset_r2860.diff). + 99_pending_zeiss_planar_35_ze.diff (replaced by 90_changeset_r3011.diff). - Backport patches from upstream (cherry-picking courtesy of Pascal de Bruijn): + 90_changeset_r2889.diff, 90_changeset_r2985.diff: additional lenses for Pentax body. + 90_changeset_r2958.diff: additional lenses for Samsung body + 90_changeset_r2959.diff, 90_changeset_r2961.diff, 90_changeset_r2985.diff, 90_changeset_r3003.diff, 90_changeset_r3016.diff, 90_changeset_r3017.diff: additional lenses for Pentax body. + 90_changeset_r2963.diff, 90_changeset_r2994.diff, 90_changeset_r3004.diff, 90_changeset_r3023.diff, 90_changeset_r3026.diff: additional lenses for Canon body. + 90_changeset_r2968.diff, 90_changeset_r2969.diff, 90_changeset_r2995.diff, 90_changeset_r3005.diff, 90_changeset_r3006.diff: additional lenses for Minolta body. + 90_changeset_r2970.diff, 90_changeset_r2975.diff, 90_changeset_r2978.diff, 90_changeset_r2981.diff, 90_changeset_r2982.diff, 90_changeset_r2992.diff: additional lenses for Olympus body. + 90_changeset_r2998.diff: add support for FocusDistance data from Olympus EXIF tags. + 90_changeset_r2984.diff, 90_changeset_r2986.diff, 90_changeset_r3002.diff: additional lenses for Nikon body. + 90_changeset_r2988.diff: add support for Exif.Photo.LensModel EXIF tag. + 90_changeset_r2990.diff: prevent double variable creation. + 90_changeset_r2991.diff: fix memory corruption. + 95_post_r3026_cleanup.diff: cleanup lenses names. ++++ pulseaudio: - update to pulseaudio 4.0 * Better handling of low latency requests * Optimisations while mixing (generic, ARM NEON) * Default resampler is now speex-float-1 (lower CPU usage) * Major Bluetooth refactoring for better reliability and easier maintenance * Fixes for graceful hand-off to/from JACK * New module to apply ducking based on stream roles * Echo canceller infrastructure fixes * Bash and zsh completion for command line tools * Solaris and OS X fixes * Lots of other enhancements, bug fixes, and documenation and i18n updates- ++++ sensors: - Update to lm_sensors 3.3.4 * Mostly a packaging-only clean-up, as we had backported most important changes already. * lm_sensors-r6111-detection-Winbond-W83627SF.diff, lm_sensors-r6112-detection-AMD-family-16h.diff, lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff, lm_sensors-r6117-detection-ITE-IT8752F.diff, lm_sensors-r6123-AnalogDev-ADT7410-driver.diff, lm_sensors-r6163-pwmconfig-raise-threshold.diff, lm_sensors-r6164-pwmconfig-drop-comment.diff, lm_sensors-r6165-pwmconfig-multiple-fans.diff, lm_sensors-r6172-fancontrol-absolute-paths.diff: Removed, upstream now. * fancontrol.service: Removed, now provided by upstream, together with sensord.service. * lm_sensors-3.0.0-sysconfig_metadata.patch, lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed. - lm_sensors-r6181-fix-service-files.patch: Fix EnvironmentFile in service files ++++ tcpd: - tcpd-ocloexec.patch: Use O_CLOEXEC whenever neccesary, otherwise fd leaks will follow. ++++ openvpn: - Update to 2.3.2 +Fixes since 2.3.0 - Remove dead code path and putenv functionality - Remove unused function xor - Move static prototype definition from header into c file - Remove unused function no_tap_ifconfig - fix build with automake 1.13(.1) - Fix corner case in NTLM authentication (trac #172) - Update README.IPv6 to match what is in 2.3.0 - Repair "tcp server queue overflow" brokenness, more fallout. - Permit pool size of /64.../112 for ifconfig-ipv6-pool - Add MIN() compatibility macro - Fix directly connected routes for "topology subnet" on Solaris. - close more file descriptors on exec - Ignore UTF-8 byte order mark - reintroduce --no-name-remapping option - make --tls-remote compatible with pre 2.3 configs - add new option for X.509 name verification - add man page patch for missing options - Fix parameter listing in non-debug builds at verb 4 - (updated) [PATCH] Warn when using verb levels >=7 without debug - Enable TCP_NODELAY configuration on FreeBSD. - Updated README - Cleaned up and updated INSTALL - PolarSSL-1.2 support - Improve PolarSSL key_state_read_{cipher, plain}text messages - Improve verify_callback messages - Config compatibility patch. Added translate_cipher_name. - Switch to IANA names for TLS ciphers. - Fixed autoconf script to properly detect missing pkcs11 with polarssl. - Use constant time memcmp when comparing HMACs in openvpn_decrypt. ++++ perl-Authen-SASL: - updated to 2.16 * SASL.pod: fix typo [Peter Marschall] * Perl.pm: avoid warning on "uninitialized value" [Peter Marschall] ++++ perl-Bit-Vector: - updated to 7.3 * Fixed t/02_____destroy.t to make it pass on perl-5.17.11 ++++ perl-Clone: - updated to 0.34 - Stop skipping SvROK handling for all magical scalars. This fixes RT issues 67105, 79730 and 80201 (FLORA). - making the Changes file compliant to the CPAN::Changes spec (GARU). - Fixing tests when Scalar::Util::weaken is not available. As a result, tests should now pass even in odd OpenBSD versions (GARU). - removed dubious documentation on the optional parameter until it is 'fixed'. Right now it just increases the refcount when it's 0, and clones otherwise (which isn't exactly what it says). This fixes RT issue 57773 (GARU). - updated remark on Storable's dclone() to address RT issue 50174 (GARU) - updated Makefile.PL to include test dependencies (GARU) ++++ perl-Config-IniFiles: - updated to 2.82 * Add t/style-trailing-space.t . - Remove trailing space. * Add the CopySection method to copy a section. - Thanks to James Rouzier. * Add the RenameSection method to rename a section. - Thanks to James Rouzier. * Fix test failures with Pod-Simple-3.28: - http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286 * Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259: - Warnings on undefined value in length in perl-5.10.x. * Bump the List::MoreUtils dependency to '0.33'. - https://rt.cpan.org/Ticket/Display.html?id=77930 - Thanks to TJENNESS for the report. * Correct the documentation regarding the syntax of calling ->WriteConfig(), which always accepts a mandatory filename and not just "->WriteConfig(-delta => 1)". - Thanks to the Mageia Linux QA team at: - https://bugs.mageia.org/show_bug.cgi?id=6024#c17 ++++ perl-Crypt-Rijndael: - updated to 1.11 * Clarify the license as LGPL v3 (29 June 2007) (RT 78629) * Add MirBSD support. It's the same options as Sun stuff. ++++ subversion: - build with -std=gnu99 on 12.3 and later to match apache httpd to avoid configure warning ++++ yast2-packager: - PackageSlideShow.ycp - avoid possible division by zero ------------------------------------------------------------------ ------------------ 2013-6-2 - Jun 2 2013 ------------------- ------------------------------------------------------------------ ++++ dbus-1-python: - Update to version 1.2.0: Dependencies: - libdbus 1.6 or later is now required. Enhancements: - Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: - Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) - Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) - Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) - Remove unnecessary uses of stdint.h (fd.o #51725) - Add support for Unix compilers not supporting 'inline', for completeness - Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 - Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006) - Removed libxml2-python runtime requirement (not needed). ++++ dbus-1-python3: - Update to version 1.2.0: Dependencies: - libdbus 1.6 or later is now required. Enhancements: - Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: - Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) - Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) - Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) - Remove unnecessary uses of stdint.h (fd.o #51725) - Add support for Unix compilers not supporting 'inline', for completeness - Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 - Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006) - Removed libxml2-python3 runtime requirement (not needed). ++++ five-or-more: - Update to version 3.8.2: + Fix a crash on start on ubuntu. ++++ kiwi: - added support for zfs filesystem * still problems with grub2-mkconfig, can't find canonical path ++++ telepathy-gabble: - Update to version 0.17.4: + update Wocky: - fdo#61792: fix linking an example program with ld versions that default to --no-copy-dt-needed-entries. - fdo#65036 (CVE-2013-1431): update Wocky to respect the tls-required flag on legacy Jabber servers. - fdo#63119: improve regression tests' isolation from the session bus. - fdo#64319: consider the field to be "supported" on Google servers. - fdo#64354: don't claim we support X-TELEPATHY-PASSWORD if we don't know the username. - Drop telepathy-gabble-link-wocky.patch, fixed upstream. ------------------------------------------------------------------ ------------------ 2013-6-1 - Jun 1 2013 ------------------- ------------------------------------------------------------------ ++++ kdepim4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ apache2: - apache 2.4.4 * fix for CVE-2012-3499 * fix for the CRIME attack (disable ssl compression by default) * many other bugfies * build access_compat amd unixd as static modules and solve some other upgrade quirks (bnc#813705) ++++ ark: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ blinken: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kdesdk4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ digikam: - Pass the correct ImageMagick cmake flag for >= 13.1 ++++ kdebase4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kiten: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ gwenview: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kactivities4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kalgebra: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kalzium: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kanagram: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kate: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kbruch: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kcalc: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kcharselect: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kcolorchooser: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kde4-filesystem: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kdebase4-workspace: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kde4-l10n: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 - Dropped remove_extragear.patch, kde#319543 is fixed for this release ++++ kde4-print-manager: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kdeartwork4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kdebase4-runtime: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkdegames: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kdelibs4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 - Dropped patches included in this release: fix-freeX11Pixmaps.patch, Fix-KWindowSystem-compositingChanged-signal.patch and dont-show-passwords-contained-in-HTTP-URLs-in-error-messages.patch ++++ kdenetwork4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 - Dropped fix_v4l_deprecations.patch, it's included in this release ++++ kdepimlibs4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kgamma: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kgeography: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ khangman: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kig: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kio_audiocd: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kamera: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ klettres: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kmag: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kmahjongg: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kmines: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kmix: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kmousetool: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kmplot: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ konsole: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kpat: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kreversi: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kross-interpreters: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kruler: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kscd: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ ksnapshot: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kstars: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ ksudoku: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ ktouch: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kwalletmanager: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ kwordquiz: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libXres: - Update to version 1.0.7: This release primarily provides the fix for the recently announced security vulnerability CVE-2013-1988, along with improved compatibility with future automake releases. ++++ libXcursor: - Update to version 1.1.14: This release delivers the fix for security vulnerability CVE-2013-2003 and makes the Makefile.am more compatible with future automake releases. ++++ libXext: - Update to version 1.3.2: This release provides fixes for the recently announced security issue CVE-2013-1982, as well as build configuration improvements, man page macro cleanups to work better with doclifter, and several other small fixes. ++++ libXinerama: - Update to version 1.1.3: This bug fix release primarily provides the fix for the recently announced security vulnerability CVE-2013-1985. ++++ libXp: - Update to version 1.0.2: This bug fix release delivers the fixes for the recently announced security vulnerability CVE-2013-2062, alongside the last couple years accumulation of janitorial cleanups, compiler warning fixes, and adjustments to remain compatible with changes in new and future automake releases. ++++ libXrandr: - Update to version 1.4.1: This release brings the fixes for the recently announced security issue CVE-2013-1986, with some related hardening to avoid other issues, alongside a couple small build configuration & compiler warning fixes. ++++ libXt: - Update to version 1.1.4: This release provides the fixes for the recently announced security issues CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build fixes, automake compatibility changes, and packaging improvements. - Packaging changes: + Removed Patch1 - libXt.diff - part upstreamed, part not applicable ++++ libXtst: - Update to version 1.2.2: This release provides the fix for the recently announced security issue CVE-2013-2063, along with a number of fixes to the build configuration. - Packaging changes: + Remove Patch0: u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch Superseded by another upstreamed version ++++ libXv: - Update to version 1.0.8: This release delivers the fixes for the recently announced security issues CVE-2013-1989 & CVE-2013-2066, plus a couple build configuration changes and man page fixes. ++++ libXxf86dga: - Update to version 1.1.4: This release provides the fixes for the recently announced security issues CVE-2013-1991 & CVE-2013-2000, along with a couple build fixes. ++++ libXxf86vm: - Update to version 1.1.3: This release provides the fixes for the recently announced security issue CVE-2013-2001 along with a number of other fixes to the error handling code found while investigating that issue. ++++ analitza: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkcddb4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkcompactdisc4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkdcraw: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkdeedu4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkexiv2: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkipi: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libkmahjongg: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libksane: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ marble: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ libnepomukwidgets: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ poppler: - Update to version 0.22.4: + core: - Always consider a softmask transfer function (fdo#63587). - Fix crash on malformed files (fdo#63190). - Splash: Fix compilation with fixed point mode enabled. + utils: Fix crash on some files (fdo#63909). + qt4: Fix name decoding of some attachments (kde#307786). + build system: Fix compilation with mingw-w64 compiler. - Bump soname following upstream changes. ++++ poppler-qt: - Update to version 0.22.4: + core: - Always consider a softmask transfer function (fdo#63587). - Fix crash on malformed files (fdo#63190). - Splash: Fix compilation with fixed point mode enabled. + utils: Fix crash on some files (fdo#63909). + qt4: Fix name decoding of some attachments (kde#307786). + build system: Fix compilation with mingw-w64 compiler. - Bump soname following upstream changes. ++++ libxcb: - Update to version 1.9.1: + Fix python code to work with python-3 + Security fix for integer overflow in read_packet() [CVE-2013-2064] ++++ libyui: - fix build with graphviz >= 2.30.0 - Version 3.0.6 ++++ nepomuk-core: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ okular: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ oxygen-icon-theme: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ parley: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ plasma-addons: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ python-kde4: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ step: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ++++ sweeper: - Update to 4.10.4 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.4.php * resolves bnc#8122760 ------------------------------------------------------------------ ------------------ 2013-5-31 - May 31 2013 ------------------- ------------------------------------------------------------------ ++++ gettext-runtime: - do not call autoreconf, spares you all the ugly patches: gettext-no_silent_rules.patch gettext-0.15-docdir.diff gettext-autotools.patch ++++ gnome-nettool: - Update to version 3.8.1: + Fix build in x86_64 platforms using gcc 4.8 (bgo#699546). ++++ oxygen-gtk2: - Update to version 1.3.4 * Use popen instead of g_spawn_command_line_sync() (kde#318891) * Make sure that 'runCommand' reads the full output of the command (kde#318891) * Fix command output reading for multi-read case * Re-added x2 size increment in case of overflow * Check event mask for all GtkWindow and GtkViewport before enabling window drag ++++ gupnp-av: - Update to version 0.12.2: + Fix VAPI generation if GObject-introspection version is >= 1.36. + Fix vala bindings for LastChangeParser.parse_last_change. + Small improvement to resource matching. + Fix DIDLLiteContainer.get_total_deleted_child_count return value. + Fix compiling with -Wall -Werror. + Fix gtk-doc warnings. ++++ iptables: - Update to new upstream release 1.4.19.1 * New connlabel and bpf matches - Remove 0001-Revert-build-resolve-link-failure-for-ip6t_NETMAP.patch, 0001-libip6t_NETMAP-Use-xtables_ip6mask_to_cidr-and-get-r.patch (are upstream) ++++ kernel-default: - reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry (bnc#822722). - commit 244eade - reiserfs: fix problems with chowning setuid file w/ xattrs (bnc#790920). - commit 951bebc - iscsi-target: fix heap buffer overflow on error (CVE-2013-2850, bnc#821560). - commit 0799911 ++++ kernel-desktop: - reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry (bnc#822722). - commit 244eade - reiserfs: fix problems with chowning setuid file w/ xattrs (bnc#790920). - commit 951bebc - iscsi-target: fix heap buffer overflow on error (CVE-2013-2850, bnc#821560). - commit 0799911 ++++ kernel-pae: - reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry (bnc#822722). - commit 244eade - reiserfs: fix problems with chowning setuid file w/ xattrs (bnc#790920). - commit 951bebc - iscsi-target: fix heap buffer overflow on error (CVE-2013-2850, bnc#821560). - commit 0799911 ++++ liborcus: - Fix building with boost-1.52 and newer. ++++ libreoffice: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) * WebDAV locking (bnc#805901) * VBA Worksheet.Change support * .dif format unreadable (fdo#64920) * broken Window.* VBA macros (i#06278) * EMF transparency handling (bnc#820385) * nested tables in DOC import (fdo#43105) * cannot delete text in shapes (fdo#63311) * black background in PDF export (bnc#795857) * Base reports crasher (fdo#64279, bnc#821586) * allow to access files uploaded to SharePoint (fdo#62219) * impossible to access lowercase external ranges (fdo#64031) * documents containing "Ž" are mangled in RTF format (fdo#64671) * SUMIF function gives Err:504 for external references (fdo#64229) - add sources for: * cairo version 1.10.2 * pixman version 0.24.4 - use the newer cairo and pixman on SLED11; the old system libraries have problems with alpha channel handling; the proper fix and maintenance would cost a lot, so it looks more effective and safe to use this workaround (bnc#818291) * May 24 2013 by pmladek@suse.com in LibreOffice:Unstable - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) * problems with macro DIR$ (fdo#64536) * invalidated java setting (bnc#820196) * image contour editing crasher (fdo#62965) * line alignment in DOCX import (bnc#820792) * typed date decreased by one day (fdo#59850) * missing picture in DOCX import (bnc#819882) * lost custom animations with SVGs (fdo#64512) * missing text boxes in PPT import (bnc#758621) * various problems with VBA Names & Names objects * subform does not properly get focus (fdo#63695) * better size guessing in DOCX import (bnc#779630) * look for alternative about dialog branding again * correct sizes for EMF+ bitmap rendering (bnc#795857) * page breaks between shapes in RTF import (bnc#818997) * broken rotated Draw objects in PDF export (bnc#817250) * text and graphics overlapping in DOC import (bnc#816603) * missing chart boxes and lines in PPTX import (bnc#819614) * form record source events triggered earlier in Base (fdo#63398) * best effort mapping of the OOXML patterns to our hatches (bnc#820786) * crash when browsing CMIS folders with files larger than XGB (fdo#64577) - update libwpd to version 0.9.8: + stability improvement + OLE stream improvements - update libvisio to version 0.0.27 + stability improvements - update libcdr to version 0.0.14 + stability improvements + angle is represented internally in radians (fdo#63734 ) - update libmspub to version 0.0.6 + DropCaps style + wrap and clip path + more gradient types + stability improvements - conflicts with older icon theme packages to make sure that all icon themes are up-to-date * May 17 2013 by pmladek@suse.com in LibreOffice:Unstable - really does not use hardlinks when the save_space feature is not enabled; it can't be used on SLED11-SP1 because the old touch command does not have the --no-dereference option - Fix build with boost-1.53, is also fixed in next release. ++++ libreoffice-help-group1: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-help-en-US: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-help-group2: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-help-group3: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-help-group4: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-help-group5: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-icon-themes: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ libreoffice-l10n: - update to 4.0.3.3.4 (SUSE 4.0-rc4, tag suse-4.0-4, based on upstream 4.0.3.3) ++++ snapper: - fixed xattrs reading for certain block/character devices ++++ os-prober: - update to os-prober 1.61. Highlights: * Fix detection of Fedora and other distros that moved /lib into /usr * sed off (hdn,n) from the front of an initrd path * Add support to detect BSD systems * add support for probing EFI System Partition - rediff * os-prober-1.49-fix-grub2.cfg-parsing.patch - part implemented differenty upstream; added additional os-prober entries detection based on menu entry ID as suggested by Vladimir Serbienko * os-prober-1.49-grub2-mount.patch * os-prober-SUSE.patch * os-prober-linux-secure-boot.patch - drop upstream patches * os-prober-usr_lib-detection.patch * os-prober-skip-MS-legacy-on-UEFI.patch together with 05efi, efi-20microsoft, efi-10elilo - add * os-prober-btrfsfix.patch - support btrfs. Patch from Fedora with all unrelated changes cleaned out * os-prober-EFI-openSUSEfy.patch - cosmetic changes between our scripts and version adopted upstream ++++ sbl: - adjusted include path and claimed orca dir to fix build ++++ subversion: - update to 1.7.10 [bnc#821505] CVE-2013-1968 CVE-2013-2088 CVE-2013-2112 - Client-side bugfixes: * fix 'svn revert' "no such table: revert_list" spurious error * fix 'svn diff' doesn't show some locally added files * fix changelist filtering when --changelist values aren't UTF8 * fix 'svn diff --git' shows wrong copyfrom * fix 'svn diff -x-w' shows wrong changes * fix 'svn blame' sometimes shows every line as modified * fix regression in 'svn status -u' output for externals * fix file permissions change on commit of file with keywords * improve some fatal error messages * fix externals not removed when working copy is made shallow - Server-side bugfixes: * fix repository corruption due to newline in filename * fix svnserve exiting when a client connection is aborted * fix svnserve memory use after clear * fix repository corruption on power/disk failure on Windows - Developer visible changes: * make get-deps.sh compatible with Solaris /bin/sh * fix infinite recursion bug in get-deps.sh * fix uninitialised output parameter of svn_fs_commit_txn() - Bindings: * fix JavaHL thread-safety bug ++++ yast2-packager: - removed writing a debug file (bnc#822615) ------------------------------------------------------------------ ------------------ 2013-5-30 - May 30 2013 ------------------- ------------------------------------------------------------------ ++++ gnome-settings-daemon: - Update to version 3.9.2: + Color: - Simplify code by using new libcolord feature. - Fix warning with some screens. - Fix possible CPU burn loop. + Cursor: - Disable plugin if the X version is too old. + Housekeeping: - Use GSettings features to clamp options. - Fix incorrect handling of ignore_paths. + Keyboard: - Get layouts and variants from localed. - Get XKB options from localed. - Always try to activate the ibus daemon. - Use the gtk+ ibus module if there's at least one ibus source. - Make sure the XKB group in use is always what we want. - Without settings or under GDM, make sure to add the US layout. - Add SetInputSource DBus method. - Remove the input source switcher helper. - Convert the XKB group switch option from libgnomekbd. - Stop adding locale based input sources from a hardcoded list. + Media-keys: - Handle key grabbing and volume OSDs in gnome-shell. - Remove unused multi-head support. - Remove label for analog-output ports. - Avoid leaking DESKTOP_AUTOSTART_ID to children. - Fix possible crash when changing the volume. - Add Rotation lock support. - Change default 'Lock screen' keybinding to be Super+L. - Show Shell's search when pressing the search button. - Add support for XF86AudioMicMute key. + Mouse: - Enable two-finger scrolling by default. + Plugins: - Fix priority handling. - Update for gnome-desktop API change. + Power: - Handle the shell coming back with a different screensaver state. - Don't change active state variable in VM. - Don't look for screens if we don't have a lid. - Don't poll for external monitors. - Remove pre-dim brightness hack. - Make "Screen when inactive" button in Settings work. + Sound: - Fix creation of sound theme directories. + Updates: - Fix a number of possible crashers, especially on exit. + Wacom: - Warn when screen has changed and calibration is needed. - Add OLED support for Intuos4 tablets. - Warn when tablet is not supported in GNOME. + XSettings: - Drop toolbar-style workaround. - Add pkgconfig(pango) BuildRequires: new dependency of the wacom module. - Add gnome-settings-daemon-disabled-ibus.patch: Fix build with configure --disable-ibus. - Add rpmlintrc to not hard block on the missing polkit privileges. ++++ gnome-desktop: - Update to version 3.9.1.1: + gnome-xkb-info: Don't store duplicated layouts in locale tables. + idle-monitor: Make per-device monitor fallible. + idle-monitor: Allow multiple watches per alarm. + wall-clock: Move ratio from msg id's to translations. + Updated translations. ++++ kdevelop4: - Update to version 4.5.1 * Fix crash while completing null types * Do not offer signature assistant for changes in Qt signals. * Raise kdelibs dependency to 4.7 * Fix conversion from QByteArray to QString * Don't crash if we run list(FIND) without a find element * Fix cmake icon sizes * Don't store a ProjectBaseItem in the MakeJob * New implementation for get_filename_component(PATH) * Remove erroneous double-quotes around %c in Exec line * Add missing msg extraction ++++ kdevplatform: - Update to version 1.5.1 * Fix possible crash in IBreakPointController * Fixup "Fetch Project" dialog * Rename some methods * Check for QtWebKit. * Use macro_log_feature for Grantlee. * Minor: Strip whitespace * Make "Create new class" preview aware of C++ specific variables. * Raise kdelibs dependency to 4.7 * Fix crash in OutputExecutejob * RunController: Fix dialog stacking * Fix codeutils plugin, restoring Document/Rename Declaration. * Fix another implicit conversion to QString * React on errors of VcsJob * GitPlugin: Do basic check if remote-url is valid * Be more careful when accessing QList * Avoid crash in VcsEventModel for Git * Minor: Remove debugging output * Enforce picking up of the right plugin, otherwise we got two (plasmoid launcher and application) and the first one was used (plasmoid launcher) for native apps as well. That resulted in broken build & execution of the project. * i18n: fix singular * Add missing Messages.sh files ++++ kiwi: - preserve haveged, related to (bnc #766720) - fixed OEMRepartLVM creation of recovery partition * the recovery partition eats up all free space but it should use only the needed space to store the recovery data. - cleanup fix, use long option --file in grub search instead of -f. That's consistent with the other grub search calls ++++ gupnp: - Update to version 0.20.3: + Add a gupnp_context_manager_rescan_control_points feature. + Fix VAPI generation if g-i version is >= 1.36. + Some internal documentation updates. + Check SID and return a proper error. + Fix error code returned on invalid NT and NTS headers. + Fix SEQ to be a uint32. + Fall-back to unix static CM if netlink sockets are not availabe on runtime. + Prevent some C++ name mangling in the examples. + Fix compiling with -Wall -Wextra. + Bugs fixed: bgo#697314, bgo#696289, bgo#698192, bgo#698125. ++++ python-base: - python-2.7.4-aarch64.patch: add missing bits of aarch64 support - python-2.7.4-no-REUSEPORT.patch: disable test of missing kernel functionality - drop unnecessary patch: python-2.7.1-distutils_test_path.patch - switch to xz archive ++++ raptor: - Update to version 2.0.9 * Added full parsing and serializing support for Turtle Terse RDF Triple Language W3C Candidate Recommendation 19 February 2013 * Added CMake build framework for building Raptor on Microsoft * Made a few minor fixes and improvements * Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526 ++++ wxWidgets: - Add libXinerama-devel to BuildRequires (bnc#820016). ++++ xapian-core: - Update to version 1.2.15 * See http://svn.xapian.org/*checkout*/tags/1.2.15/xapian-core/NEWS ++++ zeitgeist: - Update to version 0.9.13: + Engine: - Adjust resetting of statement to proper sequence. - Add custom memory PRAGMA to improve memory consumption. + Libzeitgeist: - Add default memory PRAGMA to be used by clients. + FTS: - Improve FTS memory consumption. + Overall: - Fix compilation breaks for --enable-datahub - -disable-downloads-monitor. ++++ spamassassin: - Do not use syslog.target or Requires in systemd units. ++++ python: - switch to xz archive ------------------------------------------------------------------ ------------------ 2013-5-29 - May 29 2013 ------------------- ------------------------------------------------------------------ ++++ alsa-utils: - Backport upstream fixes wrt amixer: 0004-amixer-Fix-the-hctl-elem-search-bug.patch 0005-amixer-fix-print_dB-for-0.99-.-0.01-range.patch ++++ autoyast2: - version 2.24.3 - updated loading mouse database (changed in yast2-mouse) ++++ bundle-lang-common: - update package list ++++ empathy: - Update to version 3.9.2: + bgo#692746: history uses wrong encoding to show utf8 logs. + bgo#696151: empathy crashed with SIGSEGV in listing_failed_cb(). + bgo#699333: online-accounts-preferences crashes when accounts need access granted. + bgo#700084: new *.page added not recognized by git due to commit eb8eb761. + Updated translations. ++++ evince: - Update to version 3.9.2: + New features and improvements: - Forward key events received in the toplevel window to the focused widget (bgo#676040). - Use the document filename as output basename when printing to a file (bgo#700466). - Enable GDK_SMOOTH_SCROLL events for EvView (bgo#674098). - Show the document URI in the error message when it fails to open (bgo#697900). - Allow to browse all files from Save Image dialog by adding more filters to the file chooser (bgo#523071). - Added Shift+Enter shortcut to search backwards (bgo#641797). - Make shortcuts for find next/previous work even when the find bar is closed (bgo#625225). - Add support for file identifiers to DJVU backend (bgo#619410). - Add support for page labels to DJVU backend (bgo#619407). - Use ellipsis character in translatable strings (bgo#695597). + bugs fixed: bgo#668446, bgo#699108, bgo#695597, bgo#695524, bgo#694143. + Updated documentation. + Updated translations. ++++ gnome-calculator: - Update to version 3.9.2: + Improve integer exponentiation & factorization. + Fix modular exponentiation calculation error. + Fix consecutive squaring crash. + Use .ui file for app menu. + Fix uninitialized variable. + Workaround for gtk_builder_add_objects_from_resource(). + Fix .doap and .ui files (set buttons table as toplevel). + Use gresource for .ui files. + Fix null pointer dereferrence. + Fix compiler warnings. + Fix typo. + Updated translations. ++++ gnome-control-center: - Update to version 3.9.2: + Background: - Offload the sorting of the initial list of files. - Monitor the Pictures and cache directory for new files. - Fix possible crashes when exiting the panel. + Bluetooth: - Don't show label next to power switch. + Color: - Bump required colord version. - Improve accessibility. - When calibrating inhibit logout, switching users and suspending. - Expand profiles assigned to the device when single clicked. - Add translatable strings for newer display types. + Date & Time: - Add support for new timedated CanNTP property. + Details: - Fix display of graphic driver name. + Keyboard: - Be more specific in input source switch label. - Allow input of Hangul and Modifier+space shortcuts. + Mouse: - Fix bad state and critical error caused by reopening mouse test panel in clicked state. - Enable horizontal scrolling when changing scroll method. - Fix incorrect initial values. + Network: - Fix some alignment problems. - Display "device state reason", and remove duplicate code. - Improve accessibility. - Be more careful in ignoring shared connection. - Add support for ModemManager 1.x API. - Try to guess operator name from MCCMNC or SID. - Disable the Hotspot button if the device does not support it. - Mark connection editor changed when editing IPv4/IPv6 pages. - Fix initial sensitivity of editor "Add" button. - Add firewall zone support for wifi, wired and VPN. - Add icon for WWAN. - Fix display of some characters in WiFi AP names. - Fix possible crash in connection editor. - Update VPN switch when enabled from shell. + Online Accounts: - Use g_warning instead of goa_warning. - Scroll the tree view when showing an account. - Accept requests for account creation on DBus/cmdline. + Power: - Improve accessibility. - Change the range of idle time and suspend idle time. - Simplify "Mark As Inactive After" string. - Clarify "Lock Screen After" string. - Expand the "Automatic suspend" dialogue's layout. + Printers: - Visual improvements of driver selection dialog. - Add authentication dialog for samba printers. - Search for samba printers in new printer dialog. - Show printer name only in the title of options dialog. + Privacy: - Remove redundant option from the recent files combobox. + Region and Language: - Update interface. - Fix crash when changing the language. - Always add ibus engine widgets regardless of locale info. - Prevent window from getting too tall with many input sources. - Improve explanation when there are no input sources. - Display current locale country in formats if setting is empty. - Translate restart notification into the target language. - Show restart notification only if strictly needed. - Apply user settings system-wide on single account systems. - Handle input switching through mutter/gnome-shell. + Search: - Don't use a label for the enabled switch. - Special case gnome-control-center. - Unescape the names in Search Locations. - Fix ordering and sorting of applications. + Sharing: - Start or stop Rygel when Media Sharing is enabled or disabled. - Add master switch. + Shell: - Sort completion items. - Add support for additional arguments. - Do not forcibly suppress debug messages if --verbose not set. - Remove gnomecc.directory. - Add a gnome-shell search-provider for settings panel. - Put the panel title in the shell's header. - Update panel comments. - Add navigation support through back button. - Don't prelight icons in the icon view. - Use GVariant to convey panel arguments instead of a string array. - Expose panel launching with D-Bus activation. - Remove unneeded libnotify dependency. + Sound: - Show a different icon for different input/output ports. - Fix potential memory corruption. + User Accounts: - Add accessible labels in history dialog. - Don't reject passwords that pwquality says are ok. - Deal with pre-loaded users. - Remove password hints feature from UI. - Stop crash when changing the password. - Fix fingerprint dialogue causing a crash. - Ellipsize long user names in the password dialog. - Disallow whitespace-only names. + Wacom: - Add basic OLED handling for Intuos4. - Add animations to calibration window. - Rebase gnome-control-center-allow-yast-in-shell.patch. ++++ gnome-disk-utility: - Update to version 3.8.2: + GduWindow: fix ensure_unused() method to pass the right object in callbacks. ++++ gstreamer-0_10-plugins-good: - Add gstreamer-0_10-plugins-good-v4l2-1.patch: Fix build with recent kernels ++++ gtk3: - Update to version 3.9.2: + The GDK initialization code has been refactored. GdkDisplayManager is no longer backend-specific. + The symbol exporting functionality has been refactored. We no longer use .symbols files, and instead rely on explicit header annotations for every exported symbol. the abicheck scripts are no longer used. + The GDK drawing and scrolling has been simplified. We no longer use XCopyArea for scrolling, instead an offscreen cache is used. There is a new debug flag, GTK_DEBUG=pixel-cache for this. + Window sizing issues have been addressed. + Implement height-for-width for GtkEventBox and GtkCheckButton. + Custom titlebars can now be set from GtkBuilder files. + Optionally install tests, when configured with - -enable-installed-tests. To run these tests, gnome-desktop-testing-runner can be used. + Native input methods are supported on OS X now. + Bugs fixed: bgo#360131, bgo#561221, bgo#591969, bgo#628902, bgo#667759, bgo#691921, bgo#694273, bgo#695120, bgo#696001, bgo#696640, bgo#698051, bgo#698361, bgo#698933, bgo#699104, bgo#699140, bgo#699239, bgo#699289, bgo#699633, bgo#699690, bgo#699739, bgo#699750, bgo#699901, bgo#699929, bgo#699970, bgo#700007, bgo#700053, bgo#700054, bgo#700056, bgo#700079, bgo#700233, bgo#700301, bgo#700465, bgo#700575, bgo#700578, bgo#700737, bgo#700787, bgo#700844, bgo#700864, bgo#700979. ++++ harfbuzz: - Update to version 0.9.18: + All unneeded code is disabled by default. + Uniscribe and CoreText shapers can be enabled with their --with options. + icu_le and old shapers cannot be enabled for now. + glib, freetype, and cairo will be detected automatically. + icu and graphite2 are default off, can be enabled with their - -with options. - Split out new library package, libharfbuzz-icu0. - Pass parameters --with-glib, --with-freetype, --with-cairo, - -with-icu and --with-graphite2 to configure, as advised by upstream. - Enable pkgconfig(graphite2) BuildRequires, as the depdency is now available in openSUSE. ++++ kernel-default: - Update config files: Modularize HID drivers Modularize all HID drivers which can easily be. Some couldn't due to weird Kconfig dependencies. - commit 02ccd70 - Update config files: disable RADIO_SI476X RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do not have. - commit e75c4a8 ++++ kernel-desktop: - Update config files: Modularize HID drivers Modularize all HID drivers which can easily be. Some couldn't due to weird Kconfig dependencies. - commit 02ccd70 - Update config files: disable RADIO_SI476X RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do not have. - commit e75c4a8 ++++ kernel-pae: - Update config files: Modularize HID drivers Modularize all HID drivers which can easily be. Some couldn't due to weird Kconfig dependencies. - commit 02ccd70 - Update config files: disable RADIO_SI476X RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do not have. - commit e75c4a8 ++++ kiwi: - make sure udev is installed and not udev-mini - fixed search method used in grub.cfg * we already moved to a uuid search in the early grub config but in the main grub.cfg it was still a file search which for some reasons is not as stable as the uuid search even though I always find the file in the grub shell with ls - make sure partition names are set back within the oem repartition code - fixed restore of boot partition * if a different filesystem is used for the root and the boot partition the problem appeared that the restore code uses the filesystem type of the root partition for the restore of the boot partition - fixed names set for partitions in the GPT * lxlvm, lxro, lxrw, lxroot, lxboot, legacy, UEFI are possible * use 2MB for the legacy BIOS boot partition * use 32MB for the UEFI fat partition * really evalute return values from parted calls ++++ libFS: - Update to version 1.0.5: This minor bugfix release includes the fix for the security issue recently reported as CVE-2013-1996, as well as a number of other cleanups of the memory allocation & error handling code noticed while working on that. - Packaging changes: + Remove upstreamed patch: U_prototype_error.patch Included in this release ++++ libXau: - Update to version 1.0.8: This maintenance release brings happiness by getting rid of things that make valgrind, clang, doclifter, automake, the GNOME build system, various other static analyzers, and obsessive developers be unhappy. Don't warn, be happy. ++++ libXfixes: - Update to version 5.0.1: This bug fix release includes the fix for the recently announced CVE-2013-1983, along with some other cleanups & warning fixes. ++++ util-linux: - fixing mkfs.bfs to make it 64bit and endian clean. adding the patches mkfs.bfs_cleanup_64bit.patch and mkfs.bfs_cleanup_endian.patch ++++ libdmx: - update to version 1.1.3: This bugfix release consists solely of the fixes for the overflows recently reported under CVE-2013-1992. ++++ systemd: - Update to release 204: + systemd-nspawn creates etc/resolv.conf in container if needed. + systemd-nspawn will store metadata about container in container cgroup including its root directory. + cgroup hierarchy has been reworked, all objects are now suffxed (with .session for user sessions, .user for users, .nspawn for containers). All cgroup names are now escaped to preven collision of object names. + systemctl list-dependencies gained --plain, --reverse, --after and --before switches. + systemd-inhibit shows processes name taking inhibitor lock. + nss-myhostname will now resolve "localhost" implicitly. + .include is not allowed recursively anymore and only in unit files. Drop-in files should be favored in most cases. + systemd-analyze gained "critical-chain" command, to get slowest chain of units run during boot-up. + systemd-nspawn@.service has been added to easily run nspawn container for system services. Just start "systemd-nspawn@foobar.service" and container from /var/lib/container/foobar" will be booted. + systemd-cgls has new --machine parameter to list processes from one container. + ConditionSecurity= can now check for apparmor and SMACK. + /etc/systemd/sleep.conf has been introduced to configure which kernel operation will be execute when "suspend", "hibernate" or "hybrid-sleep" is requrested. It allow new kernel "freeze" state to be used too. (This setting won't have any effect if pm-utils is installed). + ENV{SYSTEMD_WANTS} in udev rules will now implicitly escape passed argument if applicable. - Regenerate some patches for this new release. - Rename hostname-setup-shortname.patch to ensure-shortname-is-set-as-hostname-bnc-820213.patch to be git format-patch friendly. - Update apply-ACL-for-nvidia-device-nodes.patch to apply ACL to /dev/nvidia* (bnc#808319). - Remove Ensure-debugshell-has-a-correct-value.patch, doable with a configure option. - Add systemctl-does-not-expand-u-so-revert-back-to-I.patch: avoids expansion errors. - Add Start-ctrl-alt-del.target-irreversibly.patch: ctrl-alt-del should be irreversible for reliability. ++++ libgweather: - Update to version 3.9.2: + There is now a single hierarchy of GWeatherLocation structures, and gweather_location_new_world() returns a singleton object. + Therefore, constructors which accepted a @world parameter have been deprecated. + GWeatherInfo now emits ::updated in response to GSettings changes. + A Glade catalog was added, covering the Gtk widgets. + Updated translations. - Changes from version 3.9.1: + Miscellaneuous fixes to the METAR, Yahoo and yr.no backends. + GWeatherLocationEntry will autocomplete when pressing enter (if activates-default is true). + GWeatherInfo now enables automatic disk caching of network request and gzip encoding (where available). + New API added to flush the cache to disk, only for language bindings with a GC (ie JS). C, Vala or Python apps get this for free. + Default measure units are now derived from LC_MEASUREMENTS, not LC_MESSAGES, thus respecting the configuration in the Region & Language control center panel. + Updated translations. ++++ libkqoauth: - dehardcode x86_64 lib64, use %libdir instead libdir.patch ++++ procps: - Update to procps-ng-3.3.8 * top adds extensions for linux NUMA/Node capability * top has reverted to former %CPU and %MEM precision but also provides a '--enable-wide-percent' option Debian #707648 * eliminate the potential library segmentation fault Debian #706259, RedHat #951391 * top now accomodates a window manager like 'screen' RedHat #962022 * ps shows systemd unit and user unit for a process - Update to procps-ng-3.3.7 * top adds a powerful new filter feature wherein any window can include or exlude selected fields which contain specific values - Debian #682082 & #682083 * top preserves user input for later recall and edit * top provides true input editing vs. just backspace * top user filtering with exclusion - Debian #682086 * top field management resize errors no longer fatal * top is more responsive to window resize (SIGWINCH) * top will now preserve user's context when signaled - Update to procps-ng-3.3.6 * top adds a powerful new feature where the contents of some file or output from a program, pipeline or shell script can be viewed in its own scrollable & searchable window while pausing the normal display * top highlights matches with 'locate/next' commands * top adds summary/task area memory scaling commands * top adds a command to suppress insignificant zeros * top adds a command line sort field override switch * top provides a default PID for kill, nice commands * top allows core dump generation, if a signal would * pmap adds 2 new options based on smaps, -X and -XX * Adjusted pmap pidlist storage Debian #688180 * programs will permit core-dumps RedHat #87825, 512857 * receiving a signal is not a crash RedHat #871824, 441656 * ps: Fixed negative etime RedHat #871819, #433266 * pkill -c option returns Debian #693783 * pmap uses correct types for memory allocation Debian #688180 * expose freeproc, adds function to API Debian #681653 ++++ libqt4: - separate linguist to a separate package (bnc#738543). ++++ xine-lib: - update to 1.2.3 * Add VAAPI HW decoding support * Add OpenGL 2.0 output plugin * Add crop support to XShm output plugins * Add color matrix and full range support to OpenGL/Xv/XShm output plugins * Add test image generator input plugin * Add fast libjpeg based JPEG decoder * Add max. Xv image size detection to Xv video output plugin * Fix crash when trying to display too large jpeg image with Xv output plugin * Fix possible crash when stopping playback with deinterlacing enabled * Support large PAT in MPEG TS * Handle EAC3 audio (via ffmpeg) ++++ suse-module-tools: - weak-modules{,2}: also look for Image-$krel for aarch64 ++++ swig: - Ruby 1.8.6 (SLE10) tracks objects differently Add ruby-1.8.6-newobject.patch - Remove skip-python-li_std_containers_int.patch, fixed upstream - Remove python-2.4.patch, fixed upstream - Fix Fedora/RHEL builds (BuildRequires: perl-Test-Simple) ++++ xkeyboard-config: - Update to version 2.9: + Fix AE00 alias in olpcm keycodes + Fix keyboard indicator for russian (germany, phonetic) + Add XF86AudioMicMute mappings + Add various compose:*-altgr options. + rules: fix iso639 code for irish + Fixing wrong iso639-3 codes + Fixing ISO codes + English Mali layouts have English language assigned to them + fr --> fra (ISO 639) + Fixed ru(ruu) - invalid keysym + Updates to Cameroon Keyboard + Map Alt to Win + Fixed UK Macbook Pro layouts + Fixed Congolese + Added ru(mac) + Added RAlt as 3rd level switcher to us(dvp) + Remove explicit virtual modifier setting for level3 and level5 + add support for the OLPC mechanical non-membrane keyboard ++++ yast2-network: - bnc#821427 - fixed biosdevname renaming in case of buggy SMBIOS. - original patch provided by Martin Wilck (martin.wilck@ts.fujitsu.com) - 2.25.4 ------------------------------------------------------------------ ------------------ 2013-5-28 - May 28 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - fixed compilation against latest lvm: llvm-3.3.patch ++++ anjuta: - Update to version 3.9.2: + subversion: convert builder file to gtk+-3.0. + starter: guard for NULL document manager or project manager. + Fix deprecation warnings. + Bugs fixed: bgo#699323, bgo#699329, bgo#699327, bgo#699330, bgo#699326, bgo#698705, bgo#699316, bgo#700615, bgo#696991, bgo#698158, bgo#700318, bgo#694644. + Updated translations. ++++ at-spi2-atk: - Update to version 2.9.2: + Fix various DBusError leaks (bgo#698951). + Suppress a warning if an app returns NULL when referencing a child. ++++ at-spi2-core: - Update to version 2.9.2: + Fix D-Bus introspection for GetActions. + Use glib-mkenums to generate enum types, and use these generated types for role and state names, rather than static tables. + nnotate filter in atspi_register_device_event_listener with allow-none (bgo#700237). + Rename various functions to avoid name collisions (bgo#700243). ++++ atk: - Update to version 2.9.2: + Updated documentations. + Bugs fixed: bgo#699262, bgo#699368, bgo#699256, bgo#696466, bgo#696409, bgo#700800. ++++ automake: - Remove aclocal-am_ac.patch and aclocal-am_ac.sh as they aren't needed anymore and instead cause havok. ++++ autoyast2: - avoid using widget id `help seems to conflict with global Help-Widget (bnc#822009) ++++ bash: - Do not restart the sighandler after a trap is reset (bnc#820149) ++++ cheese: - Update to version 3.9.2: + Make maintainer.sh compliant with POSIX sh. + Disable the shoot action if the effects are shown (bgo#700317). + Stop the running countdown on destruction (bgo#700315). + Updated translations. ++++ emacs: - Remove not used spec file scriplets - Make pre requires more smart - Avoid trouble with new byte compile format and old font-latex.elc ++++ file-roller: - Update to version 3.9.2: + Do not allow to save as the original name (bgo#700892). + Fixed the build. + Updated translations. ++++ gobject-introspection: - Update to version 1.37.1: + Updated glib annotations. + Bugs fixed: bgo#628739, bgo#637832, bgo#678794, bgo#688694, bgo#688897, bgo#696765, bgo#697612, bgo#697613, bgo#697614, bgo#697615, bgo#697616, bgo#697619, bgo#697620, bgo#697621, bgo#697622, bgo#697623, bgo#697624, bgo#697625, bgo#697669, bgo#697759, bgo#698090, bgo#698438, bgo#698521, bgo#698616, bgo#698617, bgo#698698, bgo#699442, bgo#699531, bgo#699532, bgo#699533, bgo#699535, bgo#699536, bgo#699722, bgo#699854, bgo#699856, rh#920595. ++++ gjs: - Update to version 1.37.1: + Bugs fixed: bgo#670200, bgo#685436, bgo#690982, bgo#690984, bgo#693294, bgo#696933, bgo#697309, bgo#697436, bgo#697592, bgo#697816, bgo#697838, bgo#698182, bgo#698935, bgo#699783, bgo#699784, bgo#699817, bgo#699818, bgo#699878, bgo#700335, bgo#700336, bgo#700337, bgo#700529, bgo#700644, bgo#700668, bgo#700862. - Replace pkgconfig(mozjs185) BuildRequires with pkgconfig(mozjs-17.0), following upstreams change. ++++ glib-networking: - Update to version 2.37.2: + proxy/gnome: Improve session-type detection to include gnome-classic and anything else starting with "gnome" (bgo#700607). + proxy/libproxy: make SOCKS work when using the async API (bgo#699359). + proxy/tests: make the libproxy test program use the just-built plugin rather than the installed one (bgo#700286). + proxy/tests: fix to not error out if neither proxy module is built (bgo#700628). + tls/tests: fix a sporadic crash. ++++ glib2: - Update to version 2.37.1: + Add support for installed tests. + Add a new g_test_trap_subprocess() that works on Windows as a replacement for the (now deprecated) g_test_trap_fork(). + Support for explicitly cancelling a gobject property binding. + Performance improvements for signal argument handling. + Stop using `quotes' in very many log messages generated by GLib, for favour of 'this style'. + Improve manpages: add missing arguments and flags. + Updated translations. ++++ gnome-contacts: - Update to version 3.8.2: + Fixed "new" button height. + Fix webcam dialog shows blank camera. + Fix searching when string is empty. + Updated translations. ++++ gnome-online-accounts: - Update to version 3.9.2: + Updated translations. ++++ gnome-shell: - Update to version 3.9.2: + Use a symbolic icon for DESKTOP windows (bgo#697914). + Move paint state cache into StWidget (bgo#697274). + gdm: Fix regression where domain login hint not shown (bgo#698200). + Make calendar keyboard navigable (bgo#667434). + Hide "Open Calendar" item when no calendar app is installed (bgo#697725). + Update how branding appears on login screen (bgo#694912, bgo#699877). + Allow OSD popups to grow if necessary (bgo#696523). + Fix offset of shadow offscreen rendering (bgo#698301). + Fix insensitive button preventing empty keyring password (bgo#696304). + Allow cancelling keyring dialog between prompts (bgo#682830). + modalDialog: Show spinner while working (bgo#684438). + overview: Only show close buttons for windows that may close (bgo#699269). + Add input purpose and hints to StEntry and StIMText (bgo#691392). + Set input-purpose property for password entries (bgo#700043). + Provide a DBus API for screencasting (bgo#696247). + overview: Disable hotcorner during DND (bgo#698484). + polkitAgent: Allow retrying after mistyped passwords (bgo#684431). + Add a way to get backtraces from criticals and warnings (bgo#700262). + Allow switch-to-workspace-n keybindings in overview (bgo#649977). + Update man page (bgo#700339). + Add FocusSearch DBus method (bgo#700536). + Hide frequent view when app monitoring is disabled (bgo#699714). + Show switcher popup for switch-to-workspace-n keybindings (bgo#659288). + gdm: Update the session chooser style (bgo#695742). + Fix some app folders getting truncated at the top (bgo#694371). + Don't block the message tray while a notification is showing (bgo#700639). + popupMenu: Allow for an optional border for slider handle (bgo#697917). + Re-lock screen when restarted after a crash (bgo#691987). + Synchronize input source switching with key events (bgo#697007). + Switch input source on modifiers-only accelerator (bgo#697008). + Allow input source switching in message tray (bgo#697009). + Other fixed bugs: bgo##698863, bgo#699799, bgo#699800, bgo#676285, bgo#699975, bgo#700097, bgo#698812, bgo#698486, bgo#700194, bgo#695314, bgo#700257, bgo#699678, bgp#700356, bgo#700322, bgo#700394, bgo#700409, bgo#700595, bgo#700625, bgo#691746, bgo#700620, bgo#700807, bgo#659288, bgo#700784, bgo#700842, bgo#700847, bgo#700488, bgo#700735, bgo#696159, bgo#700900, bgo#700853, bgo#700923, bgo#700944, bgo#697661, bgo#700854, bgo#700190, bgo#699189, bgo#701097. + Updated translations. - Replace pkgconfig(gcr-3) BuildRequires with pkgconfig(gcr-base-3), following upstream. ++++ gnome-shell-extensions: - Update to version 3.9.2: + apps-menu: appearance of the scrollbars was improved. + window-list is a little taller in classic mode (to account for the workspace switcher). + alternative-status-menu honors again the dconf configuration. + Updated translations. ++++ gnome-system-monitor: - Update to version 3.9.2: + Added command line option to show application version (bgo#698875). + Fixed policykit dialog wording for kill and renice (bgo#698659). + Moved y axis scales to the right (bgo#561533). + Do not start the network chart from 0 if the value is not 0 (bgo#626846). + Fixed segfault when changing viewmode with a process selected (bgo#700552). + Updated translations. ++++ gsettings-desktop-schemas: - Update to version 3.9.2: + Add remember-app-usage key to privacy schema. + Add alternative shortcut for toggling the overview. + Add always-show-universal-access-status key to a11y schema. + Updated translations. ++++ kernel-default: - Update to 3.10-rc3. - 2 patches eliminated. - commit b74ef38 ++++ kernel-desktop: - Update to 3.10-rc3. - 2 patches eliminated. - commit b74ef38 ++++ kernel-pae: - Update to 3.10-rc3. - 2 patches eliminated. - commit b74ef38 ++++ kiwi: - removed experimental code from oem partition install block if the partition table did not fit the need kiwi tried to read-only mount the not yet installed image via a device mapper snapshot and starts a X session with gparted to make it easier for the user to setup the partition table. The idea is nice but there are too many pitfalls and it has been proven that it's better to offline prepare the install target and not do that while inside a minimal initrd system - update XML description to new schema version - update schema version from 5.7 to 5.8 * removed syncMBR attribute and create an xsl template for it - rewrite of the legacy BIOS/CSM support * removed the syncMBR attribute from the XML schema * changed the partition layout if firmware="efi" is specified. A new partition with flag 'bios_grub' is created * install the bios grub2 into the protective MBR which exists according to the EFI spec if a GPT is used. The special bios_grub flaged partition is required to allow grub2 to install ++++ krb5: - cleanup systemd files (remove syslog.target) ++++ gssdp: - Update to version 0.14.3: + Add --interface, -i commandline option to gssdp-device-sniffer to specify a network interface for it to run on. + Update the GSSDP device sniffer to GTK+3. + Depend on vapigen >= 0.20 if gobject-introspection is 1.36 or newer. + Some minor UI fixes in gssdp-device-sniffer. + Make it compile with -Wall -Wextra. - Replace pkgconfig(gtk+-2.0) BuildRequires with pkgconfig(gtk+-3.0), following upstreams port to GTK+ 3.0. ++++ systemd: - Drop Add-bootsplash-handling-for-password-dialogs.patch bootsplash support has been removed from the kernel. - Drop ensure-systemd-udevd-is-started-before-local-fs-pre-for-lo.patch fixed in systemd v199, commit 89d09e1b5c65a2d97840f682e0932c8bb499f166 - Apply rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch only on ARM, patch rejected upstream because is too generic. - no such define TARGET_SUSE exists but it is used in Revert-service-drop-support-for-SysV-scripts-for-the-early.patch use HAVE_SYSV_COMPAT instead. ++++ libkqoauth: - license update: LGPL-2.1+ and LGPL-3.0+ Numerous files under tests/ and examples/ have LGPL-3.0+ license ++++ mutter: - Update to version 3.9.2: + Add meta_window_can_close() function (bgo#699269). + Add support for string-array preferences (bgo#700223). + Fix a potential race condition with _NET_WM_MOVERESIZE (bgo#699777). + Fix shade window action (bgo#693714). + Remove overlay_group (bgo#700735). + Improve tracking of the focus window (bgo#647706). + Add API to freeze/unfreeze the keyboard (bgo#697001). + Grab and emit a signal when XK_ISO_Next_Group is pressed (bgo#697002). + Other fixed bugs: bgo##699636, bgo#700735, bgo#697000. + Updated translations. ++++ python-gobject: - Update to version 3.9.2: + examples/option.py: Port to GI and Python 3. + Fix vfunc info search for classes with multiple inheritance (bgo#700092). + Fix closure argument conversion for enum and flag in args. + Fix marshaling Python to FFI return value for enum and flags. + Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxed (bgo#677091). + Replace usage of pyg_begin_allow_threads with Py_BEGIN_ALLOW_THREADS (bgo#699440). + Remove and deprecate API for setting of thread blocking functions (bgo#699440). ++++ python3-gobject: - Update to version 3.9.2: + examples/option.py: Port to GI and Python 3. + Fix vfunc info search for classes with multiple inheritance (bgo#700092). + Fix closure argument conversion for enum and flag in args. + Fix marshaling Python to FFI return value for enum and flags. + Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxed (bgo#677091). + Replace usage of pyg_begin_allow_threads with Py_BEGIN_ALLOW_THREADS (bgo#699440). + Remove and deprecate API for setting of thread blocking functions (bgo#699440). ++++ python-base: - Update to version 2.7.5: + bugfix-only release + fixes several important regressions introduced in 2.7.4 + Issue #15535: Fixed regression in the pickling of named tuples by removing the __dict__ property introduced in 2.7.4. + Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. + Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. + Issue #16447: Fixed potential segmentation fault when setting __name__ on a class. + Issue #17610: Don't rely on non-standard behavior of the C qsort() function. 12 See http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS for more - Drop upstreamed patches: + python-2.7.3-fix-dbm-64bit-bigendian.patch + python-test_structmembers.patch - Rebased other patches ++++ samba: - s3-docs: Remove "experimental" label on "max protocol=SMB2" parameter; (bso#9688). - Remove the compound_related_in_progress state from the smb2 global state; (bso#9722). - Makefile: Don't know how to make LIBNDR_PREG_OBJ; (bso#9868). ++++ libsoup: - Update to version 2.43.2: + Fixed an authentication error when using NTLM when connecting to an https site over a proxy; the code was getting confused and thinking that the 200 OK response to the CONNECT meant that NTLM auth had succeeded (bgo#698728). + Fixed a memory leak in SoupSocket (bg0#700472). + Fixed a missing include error on some platforms (bgo#700003). + Fixed warnings when running against the "dummy" TLS backend (bgo#700518). ++++ orca: - Update to version 3.9.2: + Enabling "Screen reader" tells me "Welcome to Orca" (bgo#700831). + Begin migration of Orca's Evolution script to use Orca's WebKitGtk support. + Use the default script's SayAll functionality in Gedit. + Text Interface Simplification Work and Fixes: - Fix the hang on espeak.sourceforge.net. - Remove an old hack from the Gecko script which now causes us to get stuck on some pages. - Fix the repeated line presentation in Thunderbird. - Use TEXT_BOUNDARY_WORD_START instead of TEXT_BOUNDARY_WORD_END for the Gecko script's goNextWord(). - Use TEXT_BOUNDARY_SENTENCE_START instead of TEXT_BOUNDARY_SENTENCE_END for SayAll. - Use getTextAtOffset() instead of getTextAfterOffset(). - Use getTextAtOffset() instead of getTextBeforeOffset(). + Updated translations. ++++ python: - Update to version 2.7.5: + bugfix-only release + fixes several important regressions introduced in 2.7.4 + Issue #15535: Fixed regression in the pickling of named tuples by removing the __dict__ property introduced in 2.7.4. + Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. + Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. + Issue #16447: Fixed potential segmentation fault when setting __name__ on a class. + Issue #17610: Don't rely on non-standard behavior of the C qsort() function. 12 See http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS for more ++++ python-atspi: - Update to version 2.9.2: + Update for libatspi API changes (bgo#700243). ++++ python3-atspi: - Update to version 2.9.2: + Update for libatspi API changes (bgo#700243). ++++ seamonkey: - update to SeaMonkey 2.17.1 ++++ swig: - Change Ruby 1.9+ object tracking to use C hashes, fixes all failed Ruby tests. Patch added: 0001-Fix-Ruby-tracking-code-to-use-C-hash.patch Patch removed: 0008-Ruby-Disable-broken-tests.patch - Ruby 2.0 strictly enforces encoding Add ruby-2.0-encoding-utf8.patch - Update to SWIG 2.0.10 - Ruby 1.9 support is now complete. - Add support for Guile 2.0 and Guile 1.6 support (GH interface) has been dropped. - Various small language neutral improvements and fixes. - Various bug fixes and minor improvements specific to C#, CFFI, D, Java, Octave, PHP, Python, - Minor bug fix in ccache-swig. - Development has moved to Github with Travis continuous integration testing - patches using https://github.com/swig/swig are welcome. - drop 0012-Python-Disable-broken-test-in-threads_exception.patch ++++ tomboy: - Update to version 1.15.2: + Update mac build project. + Center Preferences and About window on screen. + Compatibility fix for Rainy (bgo#699727). ++++ vinagre: - Update to version 3.9.2: + Allow to customize desktop size for RDP protocol. + Updated translations. ++++ vino: - Update to version 3.9.2: + Be more careful with memory allocation. + Remove preferences dialog (bgo#700070). + Updated translations. ++++ xterm: - Patch #293 - 2013/05/27 * modify sample xterm.spec to use newer icon * add configure option --with-icon-symlink to work around systems which map icon requests for to a single "xterm" icon, but neglect to install the icon needed for window decorations (report by H Merijn Brand). * improve parameterizing of sample xterm.spec * amend fix for printer from patch #280, removing a reset of the signal handler for SIGCHLD (report by Joe Julian). * set environment variable XTERM_FILTER if a locale-filter is used. * enable DEBUG logic when --enable-trace configure option is given. * improve description of initialFont, set-vt-font and set-tex-text in manpage (Debian #707899). * fix regression from patch #292; selecting a word that ended at the right margin without wrapping would not select the last cell (report by Christian Weisgerber). ------------------------------------------------------------------ ------------------ 2013-5-27 - May 27 2013 ------------------- ------------------------------------------------------------------ ++++ aaa_base: - move sysctl defaults to aaa_base (bnc#820443) ++++ alsa-utils: - Backport upstream fixes: 0002-alsactl-init-ca0106-file-was-omitted.patch 0003-alsactl-return-back-the-udevrules_DATA-rule-for-90-a.patch - Add missing ca0106 alsactl init file - Revert the udev file drop in the previous commit ++++ automake: - Update to 1.13.2 (for the full change log please see the file NEWS in the package documentation): * Obsolescent features: - Use of suffix-less info files (that can be specified through the '@setfilename' macro in Texinfo input files) is discouraged, and its use will raise warnings in the 'obsolete' category. - Use of Texinfo input files with '.txi' or '.texinfo' extensions is discouraged, and its use will raise warnings in the 'obsolete' category. You are advised to simply use the '.texi' extension instead. * Documentation fixes: - The long-deprecated but still supported two-arguments invocation form of AM_INIT_AUTOMAKE is documented once again. * Bugs fixed: - When the 'ustar' option is used, the generated configure script no longer risks hanging during the tests for the availability of the 'pax' utility, even if the user running configure has a UID or GID that requires more than 21 bits to be represented. - The obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC work once again, as they did in Automake 1.12.x (albeit printing runtime warnings in the 'obsolete' category). - aclocal will no longer error out if the first local m4 directory (as specified by the '-I' option or the 'AC_CONFIG_MACRO_DIRS' or 'AC_CONFIG_MACRO_DIR' macros) doesn't exist; it will merely report a warning in the 'unsupported' category. - aclocal will no longer consider directories for extra m4 files more than once, even if they are specified multiple times. - Analysis of make flags in Automake-generated rules has been made more robust, and more future-proof. - Adapt automake-SUSE.patch to the changed sources. ++++ bridge-utils: - added missing include to fix build in factory bridge-utils-1.5-ip6.patch ++++ gcc: - Switch gcc to default 4.8. ++++ enblend-enfuse: - Added BuildRequire help2man to fix build with new automake ++++ git: - updated to version 1.8.3: * bug fixes and documentation updates more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.txt ++++ gnome-chess: - Update to version 3.9.2: + Make the computer's pieces uncontrollable. + Fix Stockfish engine integration. + Fix massive CPU usage after completing a game against an engine and starting a new one. + Fix AI hang when loading a game where the human was last to move. + Fix resigning on your opponent's turn causing him to lose (and you to win). + Fix board numbering showing in 3D view when board numbering is disabled. + Specify the opposing engine in saved games even if it is the default. + Each player's clock is now initially set to half the game's total duration. + The clock now begins counting down only after White's first move. + The clock now stops counting down once the game is over. + Stop the engine immediately when the game ends, not when the next game starts. + Sensibly set the sensitivity of Smooth Display and Piece Style preferences depending on if 3D view is enabled. + Improve sensitivity checks for Save As, Undo Move, Resign, and Claim Draw. + Increase default window width to 700. + Update the FSF's address in license notices. + Translate "Chess" on the About page. + Translation updates. ++++ gvfs: - Update to version 1.17.1: + metadata: - Downgrade journal short-read to debug. - Flush all scheduled writeouts on daemon exit. - Use shorter writeout timeout on NFS. - Put journal in $XDG_RUNTIME_DIR for shared NFS homedir case. - Create new journal if it doesn't exist. - Be more resistive to broken journal files. - Force tree re-read after successful flush. + ccda: Adds remaining shutdown infrastructure and call from cdda backend. + Updated translations. - Drop gvfs-mtp-build.patch: fixed upstream. ++++ kdelibs4: - Added Fix-KWindowSystem-compositingChanged-signal.patch, fixes long standing bug of KWin clients (e.g. plasma) not detecting compositing state (kde#179042) ++++ libcdr: - Update to upstream version 0.0.14 * Miscellaneous coverity fixes * Be more gracious with broken documents * Change source code layout in order to allow including of headers from the tarball directly. * Fix issues with angle units ++++ gtksourceview: - Update to version 3.9.1: + Deprecate the GtkSourceCompletionInfo::before-show signal. + Hide CompletionInfo when focus-out-event on the attached-to widget. + Improvements to the main completion window. + Some code improvements to the words completion provider. + Improvements to the C++ and Perl language specs. + Documentation improvements. + Misc bugfixes. + Updated translations. - Add gtksourceview-as-needed.patch: Fix build with - Wl,--as-needed. - Add gnome-common BuildRequires and call to gnome-autogen.sh, as above patch touches the build system. ++++ libjpeg-turbo: - Build with full RELRO as this library is exposed to possible malicious images. ++++ libmspub: - Version bump to 0.0.6: - various coverity and style fixes - deduplication using wpd code - few crash fixes ++++ p11-kit: - Update to version 0.19.1: + Refactor API to be able to handle managed modules. + Deprecate much of old p11-kit API. + Implement concept of managed modules. + Make C_CloseAllSessions function work for multiple callers. + New dependency on libffi. + Fix possible threading problems reported by hellgrind. + Add log-calls option. + Mark p11_kit_message() as a stable function. + Use our own unit testing framework. - Add pkgconfig(libffi) BuildRequires: new dependency. ++++ procps: - move sysctl defaults to aaa_base (bnc#820443) ++++ libwps: - update to 0.2.9 - Various coverity and style fixes - Add provides line to make rpmlint happy ++++ mkinitrd: - add support for aarch64 ++++ pam: - Fix typo in common-password [bnc#821526] ++++ xf86-video-intel: - Update to version 2.21.8: A quick release to cleanup a few regressions from the introduction of copy-on-write support, notably hitting wine applications and a memory leak for firefox. + Only mark a PolyFillRect operation as replacing if it is unclipped https://bugs.freedesktop.org/show_bug.cgi?id=64841 + Prevent potential NULL dereference of damage when checking COW support + Fix invalidation of clone after dirtying the pixmap via the CPU + Prevent discarding an operation before requiring it for a fallback + Fix memory leak from replacing the clone under certain circumstances https://bugs.freedesktop.org/show_bug.cgi?id=64978 ++++ yast2: - Reverted resetting disabled steps (bnc#813072) - 2.24.1 ++++ yast2-installation: - Using unique IDs while calling rpmcopy_secondstage to prevent from disabling this step in AutoYaST or Upgrade while it should be disabled only in Installation (bnc#813072). ++++ yast2-network: - bnc#813232 - extended fix from 2.25.2. DNS module is able to handle FQDN now. - 2.25.3 ------------------------------------------------------------------ ------------------ 2013-5-26 - May 26 2013 ------------------- ------------------------------------------------------------------ ++++ dd_rescue: - Update to version 1.33: * Long options * New double overwrite mode (-2) * Man page added ++++ evolution: - Update to version 3.9.2: + Make sure EAddressbookModel has a fresh EBookClient. + Merge [mark-all-read] plugin into core code. + contact-photos: Obtain an EClient asynchronously. + Right-align mail header names. + Improve mail header layout in right-to-left locales. + Remove "drag-and-drop-save-name-format" setting. + Convert EMailPart to a GObject. + Use an user-friendlier message when update comp-editor fails. + Make EAttachment a little more thread-safe. + EMailSession: Add helper functions for sending messages. + Bugs fixed: bgo#301323, bgo#696531, bgo#697632, bgo#699334, bgo#699551, bgo#699555, bgo#699980, bgo#700028. + Updated translations. ++++ file: - elf-invalid-byte-order.patch: remove bogus "invalid byte order" from elf magic - file-5.13-whitespace.patch: remove extra whitespace in ELF magic, breaks libtool ++++ flac: - Update to flac 1.3.0pre4 (packaged as 1.2.99_git* to avoid messing with RPM versioning) * Mostly non-linux related bugfixes plus autotools fixes - flac-openssl.patch --> 0001-Allow-use-of-openSSL.patch - remove flac-1.2.1-automake1_13.patch, fixed in upstream. - add 0001-getopt_long-not-broken-here.patch, FLAC bundles GNU-compatible getopt_long for broken OS, but we do have a functional version in libc already. ++++ libburnia: - updated libisofs to version 1.3.0 * Bug fix: GPT header CRC was computed from all 512 bytes rather than from 92. * Bug fix: Unspecified Expiration Time and Effective Time of ISO volume was represented by 0-bytes rather than ASCII '0' digits. * Bug fix: Reserved and unused fields of APM entries were not zeroed. * Bug fix: The protective MBR partition for GPT started at block 0 instead of 1. * New option bits with el_torito_set_isolinux_options() and iso_write_opts_set_system_area() to control GRUB2 patching of boot image and MBR. * New API calls iso_image_set_sparc_core() and iso_image_get_sparc_core(). - updated libburn to version 1.3.0 * Bug fix: Full formatting of BD-RE used certification regardless of drive capabilities * Bug fix: DVD+R with damaged TOC were reported by -minfo with wrong end address - updated libisoburn to version 1.3.0 * Bug fix: Disk paths with components '.' or '..' could be mistaken for directories. * Bug fix: -as mkisofs -print-size failed with -isohybrid-mbr and a single boot image. Regression introduced by libisoburn-1.2.8. * Bug fix: -as mkisofs -path-list did not switch to --no-emul-toc by default. * Bug fix: Unspecified Expiration Time and Effective Time of ISO volume was represented by 0-bytes rather than ASCII '0' digits. * Bug fix: Reserved and unused fields of APM entries were not zeroed. * Bug fix: GPT header CRC was computed from all 512 bytes rather than from 92. * Bug fix: The protective MBR partition for GPT started at block 0 instead of 1. * New -boot_image bootspecs grub2_mbr= and grub2_boot_info= * New -boot_image bootspec grub2_sparc_core= * New -as mkisofs options --grub2-mbr , --grub2-boot-info , - -grub2-sparc-core * New -hardlinks mode "lsl_count" / "no_lsl_count" ++++ gc: - Make use of external libatomic_ops -- openSUSE has it in a separate source package - Fix version: 7.2d is not a prerelease, so there is no need to call it 7.1* - More portable make install call; more robust file list ++++ libzypp: - Update zypp-po.tar.bz2 ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-5-25 - May 25 2013 ------------------- ------------------------------------------------------------------ ++++ cairo: - 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). ++++ grilo-plugins: - Update to version 0.2.8: + Flickr plugin: Renaming of sources created using GOA (bgo#700517). + Magnatune plugin: - New plugin providing music from Magnatune (bgo#698523). + Updated translations. ++++ gc: - libatomic_ops-aarch64.patch: update makefile to install missing headers, don't use AO_EXPECT_FALSE. ++++ openssl: - add %if tag for BuildArch. sles may also need latest openssl. ++++ spamassassin: - increase maximum message size from 250 to 512 KB for spampd, as SPAM message size increased a lot ++++ qemu: - Really enable pulseaudio and oss support (bnc#737070) - Amend licenses list with GPL-2.0 (adopted from kvm package) - Be explicit in enabling features our packaging relies on - Disable stripping at QEMU level - Use %optflags rather than $QEMU_OPT_FLAGS ++++ qemu-linux-user: - Amend licenses list with GPL-2.0 (adopted from kvm package) - virtfs-proxy-helper.1 shouldn't be installed anymore ------------------------------------------------------------------ ------------------ 2013-5-24 - May 24 2013 ------------------- ------------------------------------------------------------------ ++++ acpica: - Update to version 20130517 - remove acpidump tarball, it is now included in acpica main project ++++ emacs: - Make emacs launch script smart, that is search for a valid dbus on the current system if if not found launch a own dbus session - With emacs version 24.3 the package epg becoes obsolate ++++ clutter-gst: - Update to version 2.0.4: + Reenabled HW decoder support. - Add pkgconfig(gstreamer-basevideo-1.0) BuildRequires: dependency for the HW decoder support. ++++ kiwi: - v5.05.18 released - fixes for the oem partition install mode: * fixed check for amount of required partitions * removed check for partid, does not work well with GPT * fixed handling to be more generic and more independent from the number of partitions in the image. Using the filesystem label for selecting the partitions - fixed runInteractive function and call params: * don't use --stdout option for dialog, the written result contains escape characters which confuses the code. Instead use the default stderr channel where dialog write its results ++++ libX11: - Update to version 1.5.99.902 (1.6 RC2): This release is brought to you by the letters C, V, & E, and more numbers than I can count, with a special guest appearance by the letters J́ and j́. ++++ systemd: - Do no ship defaults for sysctl, they should be part of aaa_base (currently in procps). - Add hostname-setup-shortname.patch: ensure shortname is set as hostname (bnc#820213). ++++ procps: - enable hard- and symlink protection (bnc#821585) ++++ libreoffice-help-group1: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-help-en-US: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-help-group2: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-help-group3: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-help-group4: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-help-group5: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-icon-themes: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ libreoffice-l10n: - update to 4.0.3.3.3 (SUSE 4.0-rc3, tag suse-4.0-3, based on upstream 4.0.3.3) ++++ qemu: - Move /emul/ia32-linux to qemu-linux-user - Drop dependency on bison * Reorder BuildRequires alphabetically - Fix summary of qemu-lang sub-package - Drop post-build-checks suppression (qemu-linux-user only) - Enable brlapi as done for kvm package - Use %{?_smp_mflags} rather than %{?jobs:-j%jobs} ++++ qemu-linux-user: - Fix ppc builds by packaging /emul/ia32-linux (previously in qemu) and /usr/share/qemu/qemu-i386 - Drop unneeded dependencies: SDL, ALSA, bison, cURL, cyrus-sasl, libaio, libcap, libcap-ng, libgnutls, libjpeg, libpcap, libpng, pwdutils, timezone * Reorder BuildRequires alphabetically - Tidy up suppression of post-build-checks (requested by Adrian) - Use %{?_smp_mflags} rather than %{?jobs:-j%jobs} ++++ x11-tools: - Some shells do not know about HOSTNAME variable and print error messages therefore export this variable ++++ xdm: - Some shells do not know about HOSTNAME variable and print error messages therefore export this variable - Make check for dbus smart, that is check if threre is already an active session and use this if possible - Be aware that one user may use several X sessions in parallel on the same system as well as on several systems with HOME on an NFS based share. That is do not override ~/.xsession-errors ++++ yast2-sudo: - suppress visudo output, so agent exits correctly (bnc#808292) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-5-23 - May 23 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - workaround: fix reading xpm which uses symbolic color names which are said to be not XPMCompliant * http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23462 ++++ aaa_base: - Add bash completion function to load completions dynamically (bnc#821411) ++++ alsa: - Bump to version 1.0.27.1, including previous fixes, USB config quirks, addition of UCM configs and other misc fix patches - Backport upstream fixes: 0001-pcm-Fix-typo-in-documentation-PREPARE-PREPARED.patch 0002-ucm-Fix-segfault-when-device-argument-is-missing-fro.patch ++++ alsa-oss: - Backport upstream fixes: 0001-Fix-path-to-libaoss.so.patch 0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch ++++ alsa-plugins: - Backport upstream fixes: 0001-Check-for-and-include-libavutil.h-to-avoid-unresolve.patch 0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch ++++ alsa-utils: - Bump to version 1.0.27.1, including previous fixes - Removed requirement of libudev-devel, as the superfluous rules file is dropped in 1.0.27.1. - Backport upstream fix: 0001-Release-v1.0.27.1.patch ++++ gcc48: - Only enable build of icecream backends for x86_64, ppc64, ia64 and s390x. - Do not build a ppc64->ppc icecream backend as that does not work. ++++ gpgme: - license update: LGPL-2.1+ and GPL-3.0+ See the HACKING file in the doc directory ++++ kiwi: - fixed oem partition install mode. Use kpartx sync mode to make sure devices are created on return of the call - v5.05.17 released ++++ libffi48: - Only enable build of icecream backends for x86_64, ppc64, ia64 and s390x. - Do not build a ppc64->ppc icecream backend as that does not work. ++++ libgcj48: - Only enable build of icecream backends for x86_64, ppc64, ia64 and s390x. - Do not build a ppc64->ppc icecream backend as that does not work. ++++ sensors: - lm_sensors-r6163-pwmconfig-raise-threshold.diff: pwmconfig: Raise the detection threshold to 3/4 (bnc#810344). - lm_sensors-r6164-pwmconfig-drop-comment.diff: pwmconfig: Drop a stray comment. - lm_sensors-r6165-pwmconfig-multiple-fans.diff: pwmconfig: Properly deal with multiple fan control (bnc#810344). - lm_sensors-r6172-fancontrol-absolute-paths.diff: fancontrol: Fix handling of absolute paths in config (bnc#810344). - fancontrol.service: Cleanups. ++++ samba: - Fix is_printer_published GUID retrieval; (bso#9900); (bnc#798856). ++++ taglib: - Added taglib-1.8-ds-rusxmms-r9.patch and deleted taglib-1.8-ds-rusxmms-r8.patch to fix the reopened bnc#814814 ++++ libtheora: - Update descriptions, thanks to Perry Werneck ++++ libzypp: - Update zypp-po.tar.bz2 ++++ liferea: - Update to version 1.8.14: + sf#1069: broken rendering in tt-rss feeds. ++++ mkinitrd: - Package 61-msft.rules and sg_inq (bnc#805059) ++++ plasma-addons: - changed notes.diff: * re-read background color config in themeChanged() to change background color immediately on a plasma theme change if necessary * fix the bug that the text color wasn't updated visually on a plasma theme change - changed notes.diff: only use black as default background if the theme's text color is brighter than a certain threshold. ++++ qemu: - Extend virtfs typedef workaround to ppc64 for SLE_11_SP2 ++++ wireshark: - update to 1.8.7 [bnc#820566] + vulnerabilities fixed: * The RELOAD dissector could go into an infinite loop. wnpa-sec-2013-23 CVE-2013-2486 CVE-2013-2487 * The GTPv2 dissector could crash. wnpa-sec-2013-24 CVE-2013-3555 * The ASN.1 BER dissector could crash. wnpa-sec-2013-25 CVE-2013-3556 CVE-2013-3557 * The PPP CCP dissector could crash. wnpa-sec-2013-26 CVE-2013-3558 * The DCP ETSI dissector could crash. wnpa-sec-2013-27 CVE-2013-3559 * The MPEG DSM-CC dissector could crash. wnpa-sec-2013-28 CVE-2013-3560 * The Websocket dissector could crash. wnpa-sec-2013-29 CVE-2013-3561 CVE-2013-3562 * The MySQL dissector could go into an infinite loop. wnpa-sec-2013-30 CVE-2013-3561 * The ETCH dissector could go into a large loop. wnpa-sec-2013-31 CVE-2013-3561 + Further bug fixes and updated protocol support as listed in: https://www.wireshark.org/docs/relnotes/wireshark-1.8.7.html ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-5-22 - May 22 2013 ------------------- ------------------------------------------------------------------ ++++ PackageKit: - Update to version 0.8.9: + New Features: - Add 'pkcon backend-details' to be get details of the selected backend. + Bugfixes: - Add fallback for older libarchive. - Do not rely on Python2 to write UTF-8 strings. - Do not use -fPIE when calling g-ir-scanner. - Ensure the package is removed from the sack properly. - Modify CodingStyle. + Backends: - yum: Update the comps->group mapping for Fedora 19. - yum: When converting to unicode special case YumBaseError. ++++ colord: - Move %glib2_gsettings_schema_post from %pre to %post: if we execute this prior to installation, the schema will not be registered, as the files are not yet in place. ++++ emacs: - Update to to emacs version 24.3 * Emacs no longer searches for `leim-list.el' files beneath the standard lisp/ directory. There should not be any there anyway. If you have been adding them there, put them somewhere else; e.g., site-lisp. * `C-h f' (`describe-function') can now perform autoloading. When this command is called for an autoloaded function whose docstring contains a key substitution construct, that function's library is automatically loaded, so that the documentation can be shown correctly. To disable this, set `help-enable-auto-load' to nil. * `C-h f' now reports previously-autoloaded functions as "autoloaded", even after their associated libraries have been loaded (and the autoloads have been redefined as functions). * Images displayed via ImageMagick now support transparency and the :background image specification property. * When available, ImageMagick support is automatically enabled. It is no longer necessary to call `imagemagick-register-types' explicitly to install ImageMagick image types; that function is called automatically at startup, or when customizing an imagemagick- option. * Setting `imagemagick-types-inhibit' to t now disables the use of ImageMagick to view images. (You must call `imagemagick-register-types' afterwards if you do not use customize to change this.) * The new variable `imagemagick-enabled-types' also affects which ImageMagick types are treated as images. The function `imagemagick-filter-types' returns the list of types that will be treated as images. * In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the next and previous path separator, respectively. * `minibuffer-electric-default-mode' can shorten "(default ...)" to "[...]" in minibuffer prompts. Just set `minibuffer-eldef-shorten-default' non-nil before enabling the mode. * New option `mode-line-default-help-echo' specifies the help text (shown in a tooltip or in the echo area) for any part of the mode line that does not have its own specialized help text. * You can now click mouse-3 in the coding system indicator to invoke `set-buffer-file-coding-system'. * emacsclient now obeys string values for `initial-buffer-choice', if it is told to open a new frame without specifying any file to visit or expression to evaluate. * New option `server-auth-key' specifies a shared server key. * Emacs now generates backtraces on fatal errors. On encountering a fatal error, Emacs now outputs a textual description of the fatal signal, and a short backtrace on platforms like glibc that support backtraces. * `C-x C-q' is now bound to the new minor mode `read-only-mode'. This minor mode replaces `toggle-read-only', which is now obsolete. * Most `y-or-n' prompts now allow you to scroll the selected window. Typing `C-v' or `M-v' at a y-or-n prompt scrolls forward or backward respectively, without exiting from the prompt. * In the Package Menu, newly-available packages are listed as "new", and sorted above the other "available" packages by default. * If your Emacs was built from a bzr checkout, the new variable `emacs-bzr-version' contains information about the bzr revision used. * New option `create-lockfiles' specifies usage of lockfiles. It defaults to t. Changing it to nil inhibits the creation of lock files (use this with caution). * New option `enable-remote-dir-locals', if non-nil, allows directory-local variables on remote hosts. * The entry for PCL-CVS has been removed from the Tools menu. The PCL-CVS commands are still available via the keyboard. * Using "unibyte: t" in Lisp source files is obsolete. Use "coding: raw-text" instead. * In the buffer made by `M-x report-emacs-bug', the `C-c m' binding has been changed to `C-c M-i' (`report-emacs-bug-insert-to-mailer'). The previous binding, introduced in Emacs 24.1, was a mistake, because `C-c LETTER' bindings are reserved for user customizations. * Non-regexp Isearch now performs "lax" space matching. Each sequence of spaces in the supplied search string may match any sequence of one or more whitespace characters, as specified by the variable `search-whitespace-regexp'. (This variable is also used by a similar existing feature for regexp Isearch.) * New Isearch command `M-s SPC' toggles lax space matching. This applies to both ordinary and regexp Isearch. * New option `replace-lax-whitespace'. If non-nil, `query-replace' uses flexible whitespace matching too. The default is nil. * Global `M-s _' starts a symbol (identifier) incremental search, and `M-s _' in Isearch toggles symbol search mode. `M-s c' in Isearch toggles search case-sensitivity. * New binding `M-g c' for `goto-char'. * New binding `M-g TAB' for `move-to-column'. * `M-g TAB' (`move-to-column') prompts for a column number if called interactively with no prefix arg. Previously, it moved to column 1. * New option `yank-handled-properties' allows processing of text properties on yanked text, in ways that are more general than just removing them (as is done by `yank-excluded-properties'). * New option `delete-trailing-lines' specifies whether M-x delete-trailing-whitespace should delete trailing lines at the end of the buffer. It defaults to t. * `C-u M-=' now counts lines/words/characters in the entire buffer. * `C-x 8 RET' is now bound to `insert-char', which is now a command. `ucs-insert' is now an obsolete alias for `insert-char'. * The `z' key no longer has a binding in most special modes. It used to be bound to `kill-this-buffer', but `z' is too easy to accidentally type. * New command `C-x r M-w' (`copy-rectangle-as-kill'). It copies the region-rectangle as the last rectangle kill. * `C-x r +' is now overloaded to invoke `append-to-register'. * New option `register-separator' specifies the register containing the text to put between collected texts for use with M-x append-to-register and M-x prepend-to-register. - Update file lists - Remove patches done upstream - Port remaining patches - Exclude info.info page as this is part of package info ++++ gmp: - Update to GMP 5.1.2 release. * A bug in mpz_powm_ui triggered by base arguments of at least 15000 decimal digits or mod arguments of at least 7500 decimal digits has been fixed. ++++ gnome-control-center: - Require colord: the color panel in gnome-control-center needs to be able to read the configuration and requires the ColorHelper glib schema to be present. ++++ harfbuzz: - Update to version 0.9.17: + Build fixes. + Fix bug in hb_set_get_min(). + Fix regression with Arabic mark positioning / width-zeroing. ++++ kernel-default: - Refresh patches.fixes/misdn-add-support-for-group-membership-check. Let's use the new UID/GID API. - commit 17413bd - Remove unused 3.9-stable patches. - commit d28ac96 - config: remove sparc64 configs The sparc64 configs have been completely unmaintained for two years. If someone wants to resurrect support, we'll accept patches. - commit 17364b5 - sparc64: revert accidental changes during the 3.9-rc2 update - commit b120c5a - Update group-source-files.pl to handle symlink to directory Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel files and avoid listing README.SUSE twice. - commit ba8f987 ++++ kernel-desktop: - Refresh patches.fixes/misdn-add-support-for-group-membership-check. Let's use the new UID/GID API. - commit 17413bd - Remove unused 3.9-stable patches. - commit d28ac96 - config: remove sparc64 configs The sparc64 configs have been completely unmaintained for two years. If someone wants to resurrect support, we'll accept patches. - commit 17364b5 - sparc64: revert accidental changes during the 3.9-rc2 update - commit b120c5a - Update group-source-files.pl to handle symlink to directory Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel files and avoid listing README.SUSE twice. - commit ba8f987 ++++ kernel-pae: - Refresh patches.fixes/misdn-add-support-for-group-membership-check. Let's use the new UID/GID API. - commit 17413bd - Remove unused 3.9-stable patches. - commit d28ac96 - config: remove sparc64 configs The sparc64 configs have been completely unmaintained for two years. If someone wants to resurrect support, we'll accept patches. - commit 17364b5 - sparc64: revert accidental changes during the 3.9-rc2 update - commit b120c5a - Update group-source-files.pl to handle symlink to directory Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel files and avoid listing README.SUSE twice. - commit ba8f987 ++++ kiwi: - don't repart the disk if less than 5MB are free - fixed __checkLVMoemSizeSettings runtime check to work correctly with the 'all' size specification - create global function dsize() which implements a size method to calculate the size of all entities in a directory using the du utility. du is called in two passes first in standard mode counting disk usage and secondly in apparent mode also checking for files with holes, fragmentation, indirect blocks and the like. The biggest value is returned ++++ libkqoauth: - Initial package. ++++ libpst: - Update to version 0.6.59: + Add autoconf checking for libgsf. - Add libpst-system-extensions.patch: ensure we have _GNU_SOURCE defined in order to have get_current_dir_name prototypes. - Add libtool BuildRequires and call to autoreconf, as above patch touches the build system. ++++ libselinux: - Reuse implicit dependencies injected by pkgconfig ++++ systemtap: - Upgrade to version 2.2.1 Drop patch: systemtap-fix-for-kernels-without-vm_executable.patch Refresh patch (context): systemtap-build-source-dir.patch Changelog: 2.1: http://sourceware.org/ml/systemtap/2013-q1/msg00130.html 2.2.1: http://sourceware.org/ml/systemtap/2013-q2/msg00138.html ++++ yast2-control-center: - Adapted requirement for libyui-qt5 - Version: 2.22.5 ++++ yast2-pkg-bindings: - removed logging from finishParameters() function - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-5-21 - May 21 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - update to 6.8.5-7: * fixes reading XPM ++++ Mesa: - update to Mesa 9.1.3: * Second Life viewers from release 2.7.4.235167 to the last 3.4.0.264911 crash on start. (fdo#39251) * [wine] GLX_DONT_CARE does not work for GLX_DRAWABLE_TYPE or GLX_RENDER_TYPE (fdo#47478) * [SNB bisected] SNB hang with rc6 and hiz on glxgears (and other GL apps) immediately after xinit. (fdo#56416) * [GLSL1.40 IVB/HSW]Piglit spec/glsl-1.40/compiler_built-in-functions/inverse-mat2.frag fails (fdo#57436) * [ivb] Mesa 9.1 performance regression on KWin's Lanczos shader (fdo#61554) * abort is an incredibly not-smart way to handle IR validation (fdo#61773) * solaris build broken with missing ffsll (fdo#62868) * glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails (fdo#62999) * EGL X11 Regression: Maximum swap interval is 0 (worked with 9.0) (fdo#63078) * [i965 Bisected]Ogles1conform/Ogles2conform/Ogles3conform cases segfault (fdo#63447) * [SNB 9.1 Bisected]Ogles2conform GL2ExtensionTests/depth_texture_cube_map/depth_texture_cube_map.test fail (fdo#64662) ++++ gcc48: - Update to GCC 4.8.1 release candidate 1 (r199136). ++++ emacs: - Do not install etags below OS 13.0 (bnc#820567) - Use UTF-8 even in changelog for old entries ++++ fontconfig: - Update to version 2.10.93 + matching native fonts with even :lang=en (fdo#62980) + Ensure closing fp on error + Obtain fonts data via FT_Face instead of opening a file directly + Revert the previous change and rework to not export freetype API outside fcfreetype.c + documented FC_HASH and FC_POSTSCRIPT_NAME + make check fails: .. contents:: :depth: 2 (fdo#63329) + Use the glob matching for filename + conf.d/README outdated (fdo#63452 + Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4 + FcFreeTypeQueryFace fails on postscripts fonts loaded from memory (fdo#63922) + build-chain, replace INCLUDES directive by AM_CPPFLAGS - dropped conf.d-readme-templatedir.patch (upstreamed) - dropped fontconfig-fix-webfont.patch (upstreamed) ++++ kernel-default: - Update to 3.10-rc2. - commit e454a38 ++++ kernel-desktop: - Update to 3.10-rc2. - commit e454a38 ++++ kernel-pae: - Update to 3.10-rc2. - commit e454a38 ++++ kiwi: - fixed getInstSourceFile_legacy proxy setup: * Thanks to Roman for a better regexp to get the proxy url * prevent double inclusion of source locator - fixed suse-SLE11-JeOS template: * the package grub2 was dropped for SLES-SP3 RC2 - fixed provideMediaLicense function. The url passed to the getInstSourceFile_legacy contained a weird quoting - v5.05.16 released - fixed getInstSourceFile_legacy to work correctly with proxy url's the function cut the proxy data together with the information which file to download and lost the file information ++++ cdparanoia: - add config-guess-sub-update.diff: * configure.guess/sub update for aarch64 support ++++ libdrm: - Update to version 2.4.45: The main motivation for this release is the changes in the radeon surface allocator, which helps fix multisample textures on the Radeon Cayman family chipsets. + radeon: add new SI pci ids + radeon: add new richland pci ids + radeon: add HAINAN family + radeon: add HAINAN pci ids + drm: add qxl drm header file + radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition + freedreno: add gpu-id property + Add exynos_fimg2d_test to .gitignore + freedreno: add synchronization between mesa and ddx + intel: Add support for VEBOX ring (v2) ++++ libffi48: - Update to GCC 4.8.1 release candidate 1 (r199136). ++++ libgcj48: - Update to GCC 4.8.1 release candidate 1 (r199136). ++++ mozjs17: - license update: MPL-2.0 and GPL-2.0+ Numerous GPL-2.0+ files used in aggregation (particularly ctypes/libffi) ++++ qemu: - Split off qemu-linux-user package into separate .spec file. * Simplified %build and %install sections * Dropped *-static dependencies ++++ qemu-linux-user: - Split off from qemu.spec.in * Dropped some dependencies ++++ subversion: - use svnserveautocheck.sh and davautocheck.sh for unit tests, greatly reducing complexity of spec file and adding support for running unit tests with httpd 2.4 in factory - add subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch to not overwrite LD_LIBRARY_PATH in davautocheck.sh to make auth-test pass ++++ xf86-video-intel: - Update to version 2.21.7: A couple of weeks turned into a month and a couple of weeks... Amidst the usual bug fixes, we have added the complete set of Haswell PCI IDs - hopefully future proofing ourselves against being surprised by new products. We can also now use the correct term for the top of the range Haswell variants, GT3. + Fix several assertion failures hit by Jiri Slaby. + Allow XvMC to also target overlay/sprite planes. + Throw in a paranoid MI_FLUSH between BLT and RENDER operations on Ironlake. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1168066 + Prevent reuse of old framebuffers after a resize. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157678 + Fix compilation with --enable-valgrind and no --enable-debug + Improve partial migration of render sources. + Fix origin of trapezoids. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1178020 + Introduce copy-on-write support for cloning pixmaps. The ultimate goal here is to efficiently support the TearFree mode of operation, but this provides immediate benefits with firefox - most importantly because of the inefficient way it now implements scrolling. ++++ xrefresh: - Update to version 1.0.5: + Use strcasecmp if available, instead of downcasing string before strcmp. + Fix implicit sign conversion & integer size truncation warnings. + Combine usage message strings. + Mark Syntax() with _X_NORETURN to silence gcc warning. + Add const qualifiers to structs for mapping strings to values. + Add const qualifiers to fix gcc -Wwrite-strings warnings. + Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color. + Fix allocateded typo in comment. + config: move man pages into their own directory. + man: remove trailing spaces and tabs. - Add pkgconfig(xproto) BuildRequires: configure now checks for it. ++++ yast2: - do not propose desktop kernel for minimal installation (bnc#819335) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-5-20 - May 20 2013 ------------------- ------------------------------------------------------------------ ++++ appres: - Update to version 1.0.4: + Add -V option to print command version. + Combine usage message into a single string. + Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning. + config: move man pages into their own directory. + man: replace hard coded man page section with substitution strings. + man: remove trailing spaces and tabs. - Add pkgconfig(xproto), configure now checks for it. ++++ bitmap: - Update to version 1.0.7: + Mark usage() functions as noreturn, as suggested by gcc. + Fix genererate typo in bmtoa error messages. + Combine usage messages into a single string. + bitmap.man: Fix some typos. + Fix pixmap leak in error paths of BWGetUnzoomedPixmap. ++++ coreutils: - Try to fix nap() races in gnulib-tests. (coreutils-gnulib-tests-fix-nap-race.patch: add upstream patch) (coreutils-gnulib-tests-fix-nap-race-obs.patch: add openSUSE patch for OBS) ++++ dtv-scan-tables: - update to 20130412 * updated scan files * added license files (drop our copy) ++++ glibc: - aarch64-sigsetjmp.patch: Fix sigsetjmp on aarch64 ++++ glibc: - aarch64-sigsetjmp.patch: Fix sigsetjmp on aarch64 ++++ kernel-default: - Linux 3.9.3. - Update config files. - Refresh patches.xen/xen3-patch-2.6.21. - Refresh patches.xen/xen3-patch-2.6.24. - Refresh patches.xen/xen3-patch-2.6.36. - commit 00c4cdd ++++ kernel-desktop: - Linux 3.9.3. - Update config files. - Refresh patches.xen/xen3-patch-2.6.21. - Refresh patches.xen/xen3-patch-2.6.24. - Refresh patches.xen/xen3-patch-2.6.36. - commit 00c4cdd ++++ kernel-pae: - Linux 3.9.3. - Update config files. - Refresh patches.xen/xen3-patch-2.6.21. - Refresh patches.xen/xen3-patch-2.6.24. - Refresh patches.xen/xen3-patch-2.6.36. - commit 00c4cdd ++++ kiwi: - fixed and optimized disk size calculation * I had by default 40% spare space on the root path which seems to be too much, I have 20% spare on each volume so I adapted that to the root path as well. * for the size estimation I now use the --apparent-size option in du, which works better on files with holes and other or other attributes which makes a difference when copying those data. * Use a fixed value for the filesystem overhead each volume adds to the disk. It is wrong to calculate and add a 20% spare/volume according to the size of the data in the volume to the disk, because that value has already been taken into account with the data spare calculation of the entire tree - fixed __checkSystemDiskData runtime check to work correctly with the 'all' size specification ++++ libfprint: - upeke2: Add support for 147e:2020 ID (fdo#59320) ++++ ntfs-3g_ntfsprogs: - Upgrade to STABLE Version 2013.1.13 (January 14, 2013) ntfs-3g: fixed returned files types in readdir() ntfs-3g: force option ‘ro’ when mounting a read-only device ntfs-3g: keep the name of a deleted file in place for easier undeletion ntfs-3g: accept multiple read-only mounts ntfs-3g: improved Windows-type ACL inheritance, as needed by Windows 8 ntfs-3g: avoid unnecessary runlist update when appending data to a file ntfs-3g: added inheritance of the set-group-id flag ntfs-3g: deny mounting when fast restart mode of Windows 8 is detected ntfs-3g: reject getting/setting DOS names on hard linked files ntfsclone: fixed wiping user data when creating metadata images ntfsclone: implemented a new option to set a new serial number ntfsfix: implemented fixing the backup boot sector ntfsfix: fixed clearing the bad cluster list ntfsinfo: added allocation data to the volume parameters summary ntfsinfo: output the numbers of runs and fragments for the selected file ntfslabel: implemented a new option to set a new serial number ntfswipe: added optional wiping of file tails and undelete data mkntfs: insert an $Info stream in $UpCase to comply with Windows 8 openindianas: merged OpenIndiana requirements into the driver and fuse-lite - remove ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch, now in upstream ++++ net-snmp: - Disable parallelism during build. The dependencies between the Perl module and libnetsnmp are not defined correctly and might result in broken linkage (bnc#819497, bnc#818907) ++++ perl: - Disable testsuite only on qemu user space build ++++ qemu: - Update to v1.5.0 final: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh accordingly * Add BuildRequires for gtk2/3 and vte2 to enable new frontend * Place translations into new qemu-lang package * Really enable SPICE support from 11.4 in configure, too ++++ qemu-linux-user: - Update to v1.5.0 final: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh accordingly * Add BuildRequires for gtk2/3 and vte2 to enable new frontend * Place translations into new qemu-lang package * Really enable SPICE support from 11.4 in configure, too ++++ subversion: - add systemd support for svnserve - package now contains user and group svn - adjust and extend README.SuSE to cover a quickstart with both mod_dav_svn and svnserve, mention the user/group requirement for parallel operation and make text more compact by referencing the template config file [bnc#781980] ++++ xdg-utils: - update to 20121008 * xdg-mime does not search mimeinfo.cache (BR31629) - xdg-open-be-more-paranoid-in-escaping.patch: xdg-open: be more paranoid in escaping (bnc#811959) ++++ xfce4-dict: - update to version 0.7.0 - after clearing the query_buffer, set it to NULL to prevent crashes - depend on Xfce 4.10 and its GTK/GLib requirements - replace libxfcegui4 by libxfce4ui - adapting the plugin to panel version 4.9+ - add a 'Copy Link' menu item to the text view popup menu - fix Categories keyword to be more compatible - add a paste button to the Speed Reader - Quit/Close main window if Escape is pressed - translation updates - dropped obsolete xfce4-dict-0.6.0-fix-wrong-callback-arg.patch xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch xfce4-dict-fix-libm-underlinking.patch ++++ xwininfo: - Update to version 1.1.3: + Quiet some clang warnings about implicit int <-> size_t conversions. + xwininfo: report the Visual class of the selected Window. + Print more detailed error messages when xcb_connect fails. + fdo#53242 - xwininfo segfaults on invalid screen. + Get rid of a number of warnings. + Remove dead code (size_t is always >= 0). + configure.ac: regroup statements and comment. + Use format string literals instead of variables to print atom names. + Refactor atom name printing into a new Display_Atom_Name function. + Use format string literals instead of variables to print window ids. + Move leading ": " out from buffer to the error string printer. + Add const attributes to fix gcc -Wwrite-strings warnings. + Strip trailing whitespace. ++++ yast2-runlevel: - Testsuites adapted to changes in Service module (bnc#807507) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-5-19 - May 19 2013 ------------------- ------------------------------------------------------------------ ++++ rpm: - auto-config-update-aarch64.diff: increase level to 8 ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-5-18 - May 18 2013 ------------------- ------------------------------------------------------------------ ++++ cmake: - Update to 2.8.11 * Targets can specify usage requirements for their consumers such as include directories and preprocessor definitions; previously only link dependencies were supported. * target_link_libraries(myexe yourlib) can now build myexe sources with requirements specified by yourlib * Added target_include_directories and target_compile_definitions commands with PUBLIC/PRIVATE/INTERFACE options * Introduced ExternalData Module * Keep source trees lightweight by storing data separately * Reference data unambiguously from source tree by content hash * Fetch on-demand during build from local or remote resources * CMake: Sublime Text Generator added that supports both Make and Ninja * CMake: Added support for Texas Instruments C6 and up compilers * CMake: Improve OpenBSD support * CPack: Added Support for 64bit NSIS * CPack: Added WiX Package Generator * ExternalProject: Will run git fetch less often * FindBoost: Major overhaul of searching and result caching * FindCUDA: Now has support for separable compilation * FindQt4: Overall improvements to finding Qt and importing targets * FindSquish: Added support for squish 4 Full changelog at http://www.kitware.com/blog/home/post/492 * Drop cmake-endian.patch (Merged upstream) ++++ glibc: - Fix file list for glibc-utils ++++ glibc: - Fix file list for glibc-utils ++++ kdebase4-workspace: - Remove polkit-kde-kcmmodules-1 from Requires, as the package is broken - it overwrites rules shipped by other packages (kde#308934), and confuses users that it does something it doesn't (bnc#814763) ++++ kiwi: - restructure the use of prebuilt boot images * adapt to new data structure thus we get rid of checkAndSetupPrebuiltBootImage, getDefaultPrebuiltDir_legacy * moved the logic for using a prebuilt version of a boot image into the image creator code at the level of prepareBootImage and createBootImage. This saves us one KIWIXML instance * write one function createImageBootImage which does either the prepare/create of the boot image or the use of an existing prebuilt version. reduces some code duplication - adapt handling of bootkernel and bootprofile to new data structure * there is still the function __populateDefaultProfiles_legacy active and working but as soon as this code will go away the transfer of the 'bootkernel' and 'bootprofile' attributes from the system image into the boot image must follow the new data structure which is based on get and set methods. Actually this change also fixes the creation of the .profile kiwi_drivers data because the code writing this is already based on the new internal data structure and was missing the correct boot profile information according to bootkernel and bootprofile ++++ gc: - aarch64-support.patch: aarch64 support for gc from upstream - libatomic_ops-aarch64.patch: aarch64 support for libatomic_ops from upstream add-aarch64-support branch ++++ libsamplerate: - disable profiling also on aarch64 ++++ sensors: - Add fancontrol.service (bnc#810344). ++++ phalanx: - Add phalanx-castling-broken.patch to fix castling (bnc#819525) ------------------------------------------------------------------ ------------------ 2013-5-17 - May 17 2013 ------------------- ------------------------------------------------------------------ ++++ acpica: - Update to version 20130418 - remove already integreated patches: acpica_make_CFLAGS_overridable bob_noop.patch - Add fix for DMAR table parsing issue: https://bugs.acpica.org/show_bug.cgi?id=999 ++++ build: - fix build for non-SUSE rpm distros - fix a number of issues regarding statistics collection => works with more udev versions now ++++ grilo-plugins: - Update to version 0.2.7: + Fix crash when registering sources. + Flickr plugin: support GOA accounts. + LastFM Album Art plugin: Hardcode support for "mega" and "extra" thumbnails. + Metadata Store plugin: Added filtering by type. + Tracker plugin - Handle date-format keys. - Fix query syntax. + Bugs fixed: bgo#673496, bgo#697565, bgo#700297, bgo#696860, bgo#697175, bgo#697565, bgo#679624, bgo#696863, bgo#696864, bgo#697724, bgo#700297 + Updated translations. - Add pkgconfig(goa-1.0) and pkgconfig(oauth) BuildRequires: new dependencies for Flickr/GOA account integration. - Add intltool BuildRequires: new dependency for the translations. - Create -lang package. ++++ kernel-default: - rpm/kernel-binary.spec.in: Avoid duplicates in the certifiate list. - commit 9d687ad - rpm/kernel-binary.spec.in: Do an exit 0 at the end of each scriptlet (bnc#809617). - commit 7d1a48f ++++ kernel-desktop: - rpm/kernel-binary.spec.in: Avoid duplicates in the certifiate list. - commit 9d687ad - rpm/kernel-binary.spec.in: Do an exit 0 at the end of each scriptlet (bnc#809617). - commit 7d1a48f ++++ kernel-pae: - rpm/kernel-binary.spec.in: Avoid duplicates in the certifiate list. - commit 9d687ad - rpm/kernel-binary.spec.in: Do an exit 0 at the end of each scriptlet (bnc#809617). - commit 7d1a48f ++++ kiwi: - fixed unaligned done flags - cleanup KIWIXML constructor * The object variables $this->{buildType} and $this->{defaultType} were used without any real context and are just a copy of $imageType and $this->{selectedType} - fixed __populateDriverInfo * the function did not work correctly with the default profile name. It uses the kiwi internal default profile name 'kiwi_default' as real profile name and failed to use a section as default section if the 'default' profile name was explicitly specified like it is the case for the netboot boot image descriptions - cleanup code, prevent warning messages - v5.05.15 released - fixed structure of unpacked image tree when build with a cache In order to avoid any conflicts concerning code operating on the unpacked image tree it's required that the structure with and without using a base cache image is the same ++++ libchamplain: - Update to version 0.12.4: + Add dependency on clutter 1.12 and fix all the deprecation warnings. + Many internal cleanups and minor improvements. + Fix gtk and libsoup deprecation warnings. + Deprecate CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER and CHAMPLAIN_MAP_SOURCE_OAM which don't exist any more and remove them from the factory. + Deprecate ChamplainCustomMarker. + Deprecate champlain_view_bin_layout_add(). + Fix blurry map when view resized. + Use more neutral map background color. + Add champlain_view_get_bounding_box() and champlain_bounding_box_covers(). + Add a possibility to set a background texture. + Add Mapquest Open Aerial map source. + Added the possibility to use TMS correct y-axis. + Minor fixes and improvements. ++++ grilo: - Update to version 0.2.6: + Fixed GrlNet cache. + Added support for Vala 0.20. + Improved test-ui. + Some fixes, including bgo#696860, bgo#697175, bgo#700310, bgo#700311. + Added new functions in GrlConfig - grl_config_get_api_token_secret(). - grl_config_set_api_token_secret(). + Improved grl-inspect - Print list of available keys. - Show more information about plugins. + Updated translations. - Drop grilo-libvala-0.20.patch: fixed upstream. - Drop gnome-common BuildRequires and call to gnome-autogen.sh, as we no longer carry any patches. - Create a -lang package. - Provide %{name} by libgrilo package, in order to have the -lang package installable. - Recommend grilo-lang from libgrilo. ++++ systemd: - Rebase parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch to fix memory corruption (thanks to Michal Vyskocil) (bnc#820454). - Add sysctl-handle-boot-sysctl.conf-kernel_release.patch: ensure /boot/sysctl.conf- is handled (bnc#809420). ++++ libjpeg-turbo: - libjpeg62-turbo package created [bnc#807183] ++++ mozjs17: - initial mozjs17 package ++++ qemu: - Add BuildRequires for pixman, to avoid using internal version that fails to build on ppc ++++ qemu-linux-user: - Add BuildRequires for pixman, to avoid using internal version that fails to build on ppc ++++ rhythmbox: - Add rhythmbox-gtk3.9.patch: Fix build with GTK+ 3.9: avoid doing work in class init functions. ++++ vim: - Updated to revision 962, fixes the following problems * No completion for :xmap and :smap. (Yukihiro Nakadaira) * Compiler warning for uninitialized variable. (Tony Mechelynck) * E381 and E380 make the user think nothing happened. * Init stack works differently on 64 bit systems. * Ruby 1.8: Missing piece for static linking on 64 bit systems. * More can be shared between Python 2 and 3. * Python: not easy to get to window number. * Using Py_BuildValue is inefficient sometimes. * Python: Can't get position of window. * Stuff in if_py_both.h is ordered badly. * Python: SEGV in Buffer functions. * Python: Negative indices were failing. * External program receives the termrespone. * Python: List of buffers is not very useful. * Sometimes get stuck in waiting for cursor position report, resulting in keys starting with [ not working. * Python: No iterator for vim.list and vim.bufferlist. * Python: no easy access to tabpages. * Python: Stack trace printer can't handle messages. * Python exceptions have problems. * Python: It's not easy to change window/buffer/tabpage. * Python: string exceptions are deprecated. * No check if PyObject_IsTrue fails. * Python: Not enough tests. * Python vim.bindeval() causes SIGABRT. * Python does not have a "do" command like Perl or Lua. * Python: Iteration destructor not set. * Missing error number. * Compiler warning for unused variable. * Tests 86 and 87 fail when using another language than English. * Python tests are not portable. ------------------------------------------------------------------ ------------------ 2013-5-16 - May 16 2013 ------------------- ------------------------------------------------------------------ ++++ autoyast2: - change removal of network devices in inst_autoconfigure (bnc#817797) ++++ ddclient: - more init-script fixes: - startproc now needs the pidfile parameter (or it woulld look for "perl.pid". Sorry, should have run more tests. - while I'm at it, get the pidfile from the config file in case the user would have changed it ++++ glibc: - big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008 - digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r - nss-database.patch: Properly cache the result from looking up the nss database config - strptime-W-week.patch: Properly handle %W in strptime - printf-overrun.patch: Revert problematic fixes for [BZ #11741] - glibc-aarch64-lib64.patch: Replace with upstream version - arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache - rtlddir.patch: Add support for rtld directory different from slib directory - regexp-overrun.patch: Fix buffer overrun in regexp matcher (CVE-2013-0242, bnc#801246) - getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many results (CVE-2013-1914, bnc#813121) - When testsuite run fails make all test output available ++++ glibc: - big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008 - digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r - nss-database.patch: Properly cache the result from looking up the nss database config - strptime-W-week.patch: Properly handle %W in strptime - printf-overrun.patch: Revert problematic fixes for [BZ #11741] - glibc-aarch64-lib64.patch: Replace with upstream version - arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache - rtlddir.patch: Add support for rtld directory different from slib directory - regexp-overrun.patch: Fix buffer overrun in regexp matcher (CVE-2013-0242, bnc#801246) - getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many results (CVE-2013-1914, bnc#813121) - When testsuite run fails make all test output available ++++ kernel-default: - rpm/config.sh: Use openSUSE:Factory:{ARM,PowerPC} The openSUSE:Factory/ports repository does not work. - commit 756ee56 - Update config files: CONFIG_ZSMALLOC=y Zsmalloc support can no longer be built as a module, so change CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build. - commit 861551b ++++ kernel-desktop: - rpm/config.sh: Use openSUSE:Factory:{ARM,PowerPC} The openSUSE:Factory/ports repository does not work. - commit 756ee56 - Update config files: CONFIG_ZSMALLOC=y Zsmalloc support can no longer be built as a module, so change CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build. - commit 861551b ++++ kernel-pae: - rpm/config.sh: Use openSUSE:Factory:{ARM,PowerPC} The openSUSE:Factory/ports repository does not work. - commit 756ee56 - Update config files: CONFIG_ZSMALLOC=y Zsmalloc support can no longer be built as a module, so change CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build. - commit 861551b ++++ kiwi: - v5.05.14 released - DB: rebuild documentation - Revert "- DB: update documentation, changed cache location" This reverts commit: 5e8a4ba11f6a8b29e2a60df91bd16e0c27adca35 - Revert "- moved default kiwi cache image location" according to FHS /var/tmp/kiwicache is not allowed. This reverts commit: 5d667b7bb2d1774fe02835e378788638fcf9c582 - v5.05.13 released ++++ libnettle: - Update to version 2.7 * Support for the GOST R 34.11-94 hash algorithm * Support for SHA3 * Support for PKCS #5 PBKDF2 * Fixed a small memory leak in nettle_realloc and nettle_xrealloc. * x86_64 assembly for SHA256, SHA512, and SHA3 * ARM assembly code for several additional algorithms, including AES, Salsa20, and the SHA family of hash functions. * Support for 12-round salsa20, "salsa20r12", as specified by eSTREAM. * Support for UMAC, including x86_64 and ARM assembly. * Support for ECDSA signatures. Elliptic curve operations over the following curves: secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1, including x86_64 and ARM assembly for the most important primitives. - Depend on makeinfo for info file generation. - Don't disable static libs, they are needed at build time. ++++ texlive: - backward compatibility Provides: texlive-bin-dvilj (SR#175836) ++++ lua51: - move rpm macros back, but install it in /etc/rpm/macros.lua51 and call lua5.1 in %lua_version definition ++++ libmicrohttpd: - Update to 0.9.27 + performance improvements for POST processing + new API call to reduce the number of select calls (if in "external" select mode) + new function to allow applications to stop MHD from processing new incoming connections while finishing ongoing requests + fixes an initialization problem on some platforms + fixes bug in the postprocessor's URL parser. + SSL connections are no longer dropped if the system uptime is less than the connection timeout + allows creating responses with zero bytes using MHD_create_response_from_callback. + few "const" statements have been added to allow keeping more static strings in ROM. + post processor now tolerates uploads which don't contain "\r\n" and also returns keys which don't have a matching value + fixes the loss of a parameter in processing POST data from IE8 and Chrome. It automatically sets a "Connection: close" header if the client requests the connection to be closed. Finally, given both 'chunked' encoding and 'content-length', MHD now ignores the 'content-length' header as per the RFC + adds support for building libmicrohttpd for Android + fixes an issue with data in TLS buffers sometimes not being completely drained if there was no activity on the socket. - reenabled tests and moved to %check - add source verification using gpg ++++ libyui-gtk-pkg: - No longer use deprecated libzypp APIs ++++ libyui-gtk: - fixed contradiction between README and COPYING* - Version 2.43.4 ++++ libzypp: - Remove deprecated old stuff (aria2 support, old InstallOrder, old History parser) - version 13.2.0 (2) - Update zypp-po.tar.bz2 ++++ qemu: - Update to v1.5.0-rc2: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh accordingly - Add patch by brogers to fix SLE 11 SP2 build (from kvm package) ++++ qemu-linux-user: - Update to v1.5.0-rc2: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh accordingly - Add patch by brogers to fix SLE 11 SP2 build (from kvm package) ++++ sysconfig: - version 0.80.6 - Merged changes from $OBS/Base:System/sysconfig and SLE-11-SP3. - Fixed to set link settings on bonding slaves while enslave. Before enslaving a new slave, apply link settings like the MAC address or MTU to the slave as required e.g. for fail_over_mac active, where the bonding interface is using the MAC of the currently active slave (bnc#815025). [0002-Set-link-settings-on-bonding-slaves-while-enslave.patch] - Fixed to stop dhcp clients and remove IP addresses on not yet enslaved bridge ports and bonding slaves. The bridge or bond interface has the IP addresses assigned itself instead. The port/slave may still have IP addresses, when the IP config of an active (ethernet) interface has been moved into a bridge or bond config, e.g. while "virsh iface-bridge eth0 br0". There is no full ifdown for the port interface to not break the vlans (and their bridges) which may refer to the port too (bnc#813148). [0001-Flush-IPs-on-bridge-bond-children-ifup-bnc-813148.patch] - Add forgotten patch sysconfig-0.80.5.patch ++++ usb_modeswitch: - drop /bin/eject from dependencies, it is no longer called - install device_reference.txt as %doc - use URL in all relevant Source tags - drop obsoleted sections from spec ++++ yast2: - handle GPG keys in AutoUpgrade the same as in AutoYaST (bnc#820166) - 2.23.29 ++++ yast2-network: - bnc#817943 - do not propose bridge devices when a virtualization is installed on s390 - 2.25.2 ------------------------------------------------------------------ ------------------ 2013-5-15 - May 15 2013 ------------------- ------------------------------------------------------------------ ++++ accountsservice: - Update to version 0.6.32: + Don't treat remote users as system accounts (fdo#64186). + Clean up spawn_with_login_uid error handling (fdo#55067). + Quit on SIGINT/SIGTERM (fdo#63869). + Make --debug work as expected (fdo#63870). + Remove newlines from debug output (fdo#63871). + Fix mismatched function signature (fdo#63873). + Fix gir/vapi warnings (fdo#63875). + Fix documentation warnings (fdo#63880). ++++ amarok: - Update to 2.7.1 * CHANGES: * Problematic support for treating MusicBrainz ids as track unique ids was dropped; should avoid surprising "Duplicate Tracks Found" errors. (315329) * BUGFIXES: * Fix inability to reverse "Use Music Location" decision and inability to clear database once all collection directories have been unset. (kde#316216) * Fix frequent crashes on Linux when starting to play a track. (kde#319371) * Fix compilation error on systems with gcc-4.2 (kde#314528) * Fix inability to create database when home directory contains non-ASCII characters. (kde#313914) * Fix typo in Nepomuk query which did not let track numbers of Nepomuk Collection tracks show up in Amarok. (kde#311847) - Drop fix-crashes-on-track-change.patch and trackNumber-typo-fix.diff these patches are included in this release ++++ binutils: - Drop cross-alpha-binutils. Adjust pre-checkin.sh to remove all cross packages before re-generating them. ++++ build: - fix qemu-binfmt registration in chroot builds ++++ claws-mail: - Also obsolete claws-mail-extra-plugins-devel, as the plugins package was merged upstream. ++++ coreutils: - Provides: /bin/{kill,su} * for compatibility with programs requiring these (like lsb) until these will be provided by util-linux ++++ ddclient: - fix init script: start ddclient with "/usr/bin/perl ddclient", otherwise startproc will falsely report that starting failed. ++++ devhelp: - Update to version 3.8.2: + Disconnect signals when preferences dialog is shutdown. + Updated translations. ++++ evince: - Update to version 3.8.2: + Fix zoom and position of FitR link destinations (bgo#695524). + Update the search string when the document is reloaded (bgo#694143). + Fix --find command line option to actually show the find bar (bgo#604327). + Forward EvView key events to the focused form field, so that it's possible to move between words with CTRL+Left/Right in text form fields instead of rotating the view (bgo#699630). + Do not update the history while searching to prevent the find bar from begin closed unexpectedly (bgo#697194). + Fix document to view coordinates transformation to take page borders into account. This makes search results, form fields, annotations and other items to be correctly placed on the view. + Updated documentations. + Updated translations. ++++ git: - updated to version 1.8.2.3: * bug fixes and documentation updates more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.3.txt ++++ gnome-session: - Update to version 3.8.2.1: + Always distribute session-selector.ui (bgo#700363). ++++ kdebase4-workspace: - kwin provides kde4-kwin for backward compatibility ++++ kiwi: - fixes for openSUSE 13.1 boot descriptions * removed support for legacy grub * add Mesa to delete list, for some reason that gets pulled in now so we make sure it will be removed - use xz compressor for live iso's based on overlayfs - fixed suseGFXBoot to work correctly if a two bootloader setup is requested like it is the case with EFI capable hybrid iso's. They use isolinux/gfxboot for the bios boot case and grub2/grub2-branding for the EFI boot. Thus the branding data needs to be handled for both and not only one loader - update default strip data to make the initrd a bit smaller * remove /usr/share/grub2/backgrounds * remove /usr/share/kbd * remove /usr/lib/rpm - improved/changed image caching system * switched from btrfs to overlayfs * no loop mounts involved anymore, thus one layer less * using native kernel overlay filesystem which performs better than fuse based filesystems. btrfs has turned out to work unstable when using loop devices and I could not find a noticeable performance difference between btrfs seed devices and the overlayfs upper/lower system * no cache files but cache trees. full freedom for the user to store those data on NFS, tmpfs, read-only locations... * all package solver tasks now done via satsolver, solvables will also be cached, no hacky ignore of packages in the cache selection code * following the keep it simple principle. the caching code is now pretty straight forward - DB: rebuild documentation - DB: update documentation, changed cache location - allow options for mksquashfs in createImageSquashFS ++++ clutter: - Update to version 1.14.4: + Fix GestureAction handling of multi-touch gestures. + Add a paint callback for Stage updates. + Improve scaling behaviour in ZoomAction. + Documentation fixes. + Bugs fixed: bgo#698668, bgo#698671, bgo#698674, bgo#698783. ++++ libcroco: - license update: LGPL-2.1 No indication of GPL-2.0 licensed files in the package ++++ libdmapsharing: - Update to version 2.9.17: + Recompile Vala code with libgee-0.8. - Changes from version 2.9.16: + Port to GStreamer 1.0 + Use libgee 0.8 - Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with pkgconfig(gstreamer-plugins-base-1.0) and add explicit pkgconfig(gstreamer-app-1.0) BuildRequires. ++++ systemd: - Update handle-SYSTEMCTL_OPTIONS-environment-variable.patch: don't free variable whose content is still be used (bnc#819970). ++++ orc: - Update to version 0.4.17: + Merged known distro patches. + Added MIPS backend. + Disabled ARM backend because of poor coverage. + Added bytecode parsing and writing. This can be used instead of manual creation of OrcPrograms. - Drop altivec.patch and ppc64.patch: fixed upstream. ++++ spice: - Update to version 0.12.2: + Skipped 0.12.1, it existed in git but was never released. + spice-server now requires glib2 (like qemu does). + More robust ssl error and certificate handling. + Added support for websockets. + Tons of seamless migration bugfixes. + Also some none seamless migration bugfixes. - Clean spec file using spec-cleaner. - Rebase spice-glibc217.patch. - Add pkgconfig(glib-2.0) BuildRequires: new dependency. - Pass --enable-client and --enable-smartcard to configure in order to ensure the client and smartcard support are built (SC only on openSUSE >= 12.2). ++++ libwpd: - upgrade to version 0.9.8 - Fix buffer allocation in WPXString::sprintf that can lead to crash - Fix crash reading invalid OLE stream - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Fix some rpmlint warnings ++++ libyui: - respect compiler flags of system rpm config when building RELEASE by adding -DRESPECT_FLAGS to cmake - add -DSKIP_LATEX to skip generation of LaTeX-based PDF-generation when invoking `make docs` - Version 3.0.5 ++++ patterns-openSUSE: - Commit: 029692f4 ++++ xfsprogs: - Added patch xfsprogs-avoid-no-return-in-nonvoid-warning.diff to silence (bogus) compiler warnings. - Updated to 3.1.11 - Support for relative paths in xfs_quota thanks to Satoru Takeuchi. - mkfs.xfs will always go into multidisk mode when filesystem geometry is specified on the command line. - Document all commands in xfs_io. - Remove setfl command from xfs_io. - xfs_metadump will obfuscate symlinks by path component. - mkfs.xfs no longer accepts geometry settings smaller than the physical sector size. - xfs_logprint now supports multiply-logged inode fields and handles continued inode transactions correctly. - kill XLOG_SET - Update release scripts to use git archive to address a missing source file reported by Arkadiusz Mi?kiewicz - Fix a build error with -Werror=format-security, reported by Arkadiusz Mi?kiewicz - mkfs.xfs no longer attempts to discard when -N option is used. - Update 'make deb' to use tarball - Sync up with log reservation changes in the kernel. - Fix possible unallocated memory access in fiemap. - Guard against string overflow in path_to_fspath. - Fix setup_cursor array allocation. - Fix free of unintialized pointer in xfs_acl_valid error path. - Guard against path string overflows. - Check strdup results properly in initallfs(). - Fix attribute no_change_count logic. - Remove extraneous close() in fsrallfs(). - xfs_repair now skips the freelist scan of a corrupt agf when in no-modify mode. - xfs_db now skips freelist scans of corrupt agfs. - Remove unconditional ASSERT(0) in xfs_repair. - Reduce bb_numrecs in bno/cnt btrees when log consumes all agf space. - Add depraction message for xfs_check. - xfs_quota allow user or group names beginning with digits reported by James Carter. - Fix manpages and usage() spelling, errors and omissions. ... ++++ yast2-pkg-bindings: - No longer use deprecated zypp API methods. ------------------------------------------------------------------ ------------------ 2013-5-14 - May 14 2013 ------------------- ------------------------------------------------------------------ ++++ binutils: - Tell bfd ELF backend that aarch64 defaults to non-exec stack ++++ build: - debian builds call linitian now if installed - Arch Linux: support new pacman tool syntax - support kiwi installation medias with new kiwi versions - fixed regression using build host rpm instead of the version from chroot - fixed repository priority ordering, when only some repos have a priority and kiwi appliances get build ++++ cryptsetup-mkinitrd: - reuse passhrase for multiple devices in initrd (bnc#813863) ++++ digikam: - Update to 3.2.0: digikam: - General: Remove internal clapack library code. Set only an optional and external dependency to eigen3. - General: New tool to Auto-Crop image based on black hole borders detection. - AlbumGUI: New "Table-View" view mode dedicated to show album items in a list view. - AlbumGUI: New Aspect-Ratio information displayed in icon-view and tooltips. - AlbumGUI: New filter based on Aspect-Ratio information. - Searches: New search tool to find images based on Aspect-Ratio Information. - Searches: New search tool to find videos based on shot properties. - 46 fixed bugs. kipi-plugins: - FacebookExport: add new option to create private album. - JAlbumExport: New too to export items to JAblum - 10 fixed bugs. - Drop patches included upstream: commit-006b3f4.diff and digikam-patch78541.diff ++++ gnome-calculator: - Update to version 3.8.2: + Updated translations. ++++ gnome-clocks: - Update to version 3.8.2: + Prevent creation of world clocks for locations without timezone data. + Misc bugfixes. + Updated translations. ++++ gnome-control-center: - Update to version 3.8.2: + Color: - Don't check for /proc/cmdline on non-Linux. - Fix sizing of back button. + Network: - Fix crash when clicking "Connect to hidden network". + Region and Language: - Don't crash if the user disabled Input sources switch keybindings. - Don't focus the input chooser if it is already focused, as this will select the text in the entry. - Rate limit the input chooser filtering. + User Accounts: - Ellipsize long user names in the password dialog. ++++ gnome-documents: - Update to version 3.8.2.1: + Fix build. - Changes from version 3.8.2: + Flip navigation buttons in RTL. + Update to latest libgd. + Updated translations. ++++ gnome-icon-theme-symbolic: - Update to version 3.8.2.2: + Unbreak shell's heaphone status. ++++ gnome-screenshot: - Update to version 3.8.2: + Determine image format from extension (bgo#521751). + Updated translations. ++++ gnome-session: - Update to version 3.8.2: + Make GsmAutostartApp work with new GLib (bgo#698798). - Disable translation-update-upstream: it fails and has no newer translations anyway. ++++ gnome-settings-daemon: - Update to version 3.8.2: + Color: - Remove warning for some laptop docks. - Don't try to parse temporary files we generate. + Media-keys: - Don't show a label for "analog-output" ports. + Power: - Fix brightness not being restored on resume on some systems. - Make "Turn off screen when inactive" switch work. ++++ gnome-system-monitor: - Update to version 3.8.2.1: + bgo#700305: Reverted the fix for bgo#92724 until finding a stable solution without causing crash on startup. ++++ gnome-user-docs: - Update to version 3.8.1: + Updates to GNOME Help. + Updates to System Admin Guide. + Updated translations. ++++ gnome-desktop: - Update to version 3.8.2: + Fix a memory leak (bgo#695116). + Add some more defaults for input sources. + Updated translations. ++++ gpg2: - set safe umask before creating a plaintext file (bnc#780943) added gpg2-set_umask_before_open_outfile.patch - select proper ciphers when running in FIPS mode (bnc#808958) added gnupg-detect_FIPS_mode.patch ++++ gsettings-desktop-schemas: - Update to version 3.8.2: + Fix description of "sort-order" key in the search providers schema. + Don't migrate metacity themes from GNOME 2. + Updated translations. ++++ kdebase4-openSUSE: - don't hardcode kdebase4-runtime branding version ++++ kdebase4-runtime: - fix branding provides/requires ++++ kernel-default: - Update to 3.10-rc1. - Eliminated 10 patches. - Xen is disabled. - ARM configs are disabled pending updates. - In-kernel Bootsplash has been removed. - EXT4 rich acls are re-enabled after having the index officially reserved. - commit 0ead2af - Change CONFIG_OF_MDIO from y to m as needed Fix build after my previous commit, OF_MDIO depends on PHYLIB so when turning the latter into a module I should have done so with the former as well. - commit 7e7365d - Update config files : build PHYLIB as a module. All but armv7hl/cubox: make PHYLIB modular. Most systems don't need it, and it registers a mdio_bus driver. As a side effect, we have to disable PHY emulation support, as it is only availble when PHYLIB is built-in. This driver is rather weird anyway and hopefully no system we want to support needs it, so it should be OK. - CONFIG_PHYLIB=m - CONFIG_FIXED_PHY=n - commit 49e25f5 ++++ kernel-desktop: - Update to 3.10-rc1. - Eliminated 10 patches. - Xen is disabled. - ARM configs are disabled pending updates. - In-kernel Bootsplash has been removed. - EXT4 rich acls are re-enabled after having the index officially reserved. - commit 0ead2af - Change CONFIG_OF_MDIO from y to m as needed Fix build after my previous commit, OF_MDIO depends on PHYLIB so when turning the latter into a module I should have done so with the former as well. - commit 7e7365d - Update config files : build PHYLIB as a module. All but armv7hl/cubox: make PHYLIB modular. Most systems don't need it, and it registers a mdio_bus driver. As a side effect, we have to disable PHY emulation support, as it is only availble when PHYLIB is built-in. This driver is rather weird anyway and hopefully no system we want to support needs it, so it should be OK. - CONFIG_PHYLIB=m - CONFIG_FIXED_PHY=n - commit 49e25f5 ++++ kernel-pae: - Update to 3.10-rc1. - Eliminated 10 patches. - Xen is disabled. - ARM configs are disabled pending updates. - In-kernel Bootsplash has been removed. - EXT4 rich acls are re-enabled after having the index officially reserved. - commit 0ead2af - Change CONFIG_OF_MDIO from y to m as needed Fix build after my previous commit, OF_MDIO depends on PHYLIB so when turning the latter into a module I should have done so with the former as well. - commit 7e7365d - Update config files : build PHYLIB as a module. All but armv7hl/cubox: make PHYLIB modular. Most systems don't need it, and it registers a mdio_bus driver. As a side effect, we have to disable PHY emulation support, as it is only availble when PHYLIB is built-in. This driver is rather weird anyway and hopefully no system we want to support needs it, so it should be OK. - CONFIG_PHYLIB=m - CONFIG_FIXED_PHY=n - commit 49e25f5 ++++ kiwi: - cache creation fixes: * make sure there are no // in path spec of kiwi-root.cache * ignore warning about missing auxiliary vector - moved default kiwi cache image location to /var/tmp/kiwicache instead of /var/cache/kiwi. I found problems with bind mounts into the same directory level - v5.05.12 released - if a targetdevice is used instead of a loop we need to wait for udev to finish the event loop in the same way as it is done in bindDiskPartitions() when binding the partitions of a loop device (bnc #819772) ++++ kiwi-config-openSUSE: - emulate install.inf for live installer ++++ fam: - portmap --> rpcbind (portmap gone since 11.x) ++++ systemd: - Add configure flags to ensure boot.local/halt.local are run on startup/shutdown. ++++ libosinfo: - Update to version 0.2.7: + Add/improve/fix data on: CentOS 6.*, Fedora 19, GNOME 3.8, openSUSE 12.3, RHEL 6.4 and Ubuntu 13.04. + Add testcases for media detection. + Installer script fixes/improvements: - Setup user avatar for Windows 7. - Fix against old RHEL and Fedora. - Specify installation method for Fedora. + New API: - osinfo_platform_get_all_devices(). - osinfo_install_script_generate_command_line(). + Build fixes. + Some portability improments/fixes. + Fixes `make syntax-check`. + More docs and fixes to existing docs. ++++ p11-kit: - Update to version 0.18.2: + Build fixes (fdo#64378) ++++ phonon: - Add phonon-4.6.0-find-backends-outside-of-kde-session.diff: Fixes loading of plugins outside of KDE sessions although the plugins are installed in the KDE dir ++++ libreoffice: - wizards-create-temlates-with-python-2.6.diff: Letter and Fax templates can't be created by python-2.6 if ODF file type description uses non-ASCII characters - office-cfg-linux-common-template-dir.diff: keep the default system paths first; the Agenda wizard is not found, otherwise ++++ totem-pl-parser: - Update to version 3.4.5: + Avoid warnings when the volume doesn't have a mount. + Fix media detection on loopback devices. + Work-around hang-on-close() bugs in gvfs when parsing M3U playlists. + Save everything we're told to in XSPF playlists. ++++ yelp: - Update to version 3.8.1: + Added test token for classic mode. + Updated translations. ++++ totem: - Update to version 3.8.2: + Work-around problem with initial window size. + Fix errors in gallery name print when filename contains "&". + Fix translations not being applied in nautilus' properties. + Fix Python Console not working. + Fix screenshot keyboard shortcut. ++++ patterns-openSUSE: - Stephan Kulow (1): e17 does not recommend xfce :) Commit: 029692f4 - Stephan Kulow (5): add a e17 pattern do not put webyast on DVD, it's too often broken remove XGL patterns, compiz is pretty much dead add all xf86-video-* (picked by supplements) put scribus off the DVD, I need to save space ;( Commit: 6d7f28b9 - Atri Bhattacharya (2): Replace unmaintained epdfview by mupdf [LXDE-Office] Replace unmaintained epdfview by mupdf. Stephan Kulow (1): replaced libyui4 with libyui5 Commit: e5df4756 ++++ qemu: - Update to v1.5.0-rc1: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh accordingly * TODO file no longer exists, don't try to package it * Package qemu-mips64{,el} - Enable spice support starting from 11.4 ++++ qemu-linux-user: - Update to v1.5.0-rc1: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh accordingly * TODO file no longer exists, don't try to package it * Package qemu-mips64{,el} - Enable spice support starting from 11.4 ++++ quota: - portmap --> rpcbind ++++ subversion: - package verify-po.py and other hook scripts as documentation [bnc#781982] ++++ vinagre: - Update to version 3.8.2: + Fix help link in reverse connections (bgo#700014). + Updated translations. ++++ xf86-input-synaptics: - Update to version 1.7.1: First stable update to synaptics 1.7 is now available. - User-visible changes: + soft button areas may overlap on the edge, so a configuration of e.g.middle button 33%-66% and right button 66%-0 is now valid. + man page fix to avoid confusion between 0 and 0% on button configuration This release also includes the fix for stack smash caused by Apple MagicTrackpads. ++++ xfce4-panel-plugin-xkb: - update to version 0.5.5 - several crashes fixed - text labels are scaled to the size of text area - kazakh flag added - panel 4.10 compatibility - reset xkb config when new keyboard is detected (configs should no longer be lost, or at least not as often as before) ++++ yast2: - bnc#819327 - InfiniBand device is not available on s390 arch. - 2.23.28 - accept any version of libyui - 2.23.27 ++++ yast2-theme: - remove kuser icon, it's unclear where it's used and it conflicts with the kuser application icon. If the icon is needed, it should have some name on its own (but then we need to fix the users of the icon too and I have no idea what that users would be, the git log doesn't say) ++++ yast2-ycp-ui-bindings: - Fixed libyui dependency - 2.21.8 ++++ yelp-xsl: - Update to version 3.8.1: + Updated translations. ------------------------------------------------------------------ ------------------ 2013-5-13 - May 13 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - update to 6.8.5-6: * fixed 'Sometimes an sRGB image is masquerading as grayscale' * fixed 'The stream utility no longer faults when exporting float pixels' * Labels no longer overflow * Change the sample JPEG quantization table xml to something that works really well with 2x2 Chroma subsampling around quality 75. * Eliminate whitespace from image properties that hold PNG chunk data. * etc. see ChangeLog - remove fix-wand.pc.patch, the issue is fixed upstream - remove test-signatures.patch, the issue is fixed upstream ++++ aisleriot: - Update to version 3.8.0: + Updated translations. - Replace dummy-release BuildRequires with suse-release: configure uses /etc/os-release to identify the distribution and do some sane defaults based on this. ++++ apparmor: - do not package directories as %config - especially not as noreplace ++++ baobab: - Update to version 3.8.2: + Updated translations. ++++ colord: - Update to version 1.0.0: + New Features: - Add a config option for monitors with identical EDID values. - Add API to control the use of BPC in CdTransform. - Add a simple BGRA32 pixel format. - Add a simple CMYK32 pixel format. - Add a simple colord.conf manpage. - Allow a different input and output format in CdTransform. - Show all the translations when dumping an ICC profile. + Bugfixes: - Add some missing G_BEGIN_DECLS/G_END_DECLS in header files. - Always return an error if cd_main_device_add() failed. - Build all installed binaries with PIE. - Build the colord binary with full RELRO. - Do not show a warning when using 'colormgr device-get-profile-for-qualifier'. - Ensure the parent directories exist when calling cd_icc_save_file. - Fix crash in cd-iccdump by working around an lcms2 bug. - Fix using the ColorHug color sensor on ARM hardware. - Fix using the Huey color sensor on ARM hardware. - Set the STANDARD_space metadata for the print profiles. - Use G_GNUC_WARN_UNUSED_RESULT in public and private headers. - Use the same pixel format names as Cairo and the same in-memory value as lcms2. ++++ eog: - Update to version 3.8.2: + Eog initial window size exceeds screen height (bgo#630512). - Changes from version 3.8.1: + Updated translations. ++++ gawk: - Update to version 4.1.0 * The three executables gawk, pgawk, and dgawk, have been merged into one, named just gawk. * The new -i option (from xgawk) is used for loading awk library files. * The new -l option (from xgawk) is used for loading dynamic extensions. * The dynamic extension interface has been completely redone. There is now a defined API for C extensions to use. A C extension acts like a function written in awk, except that it cannot do everything that awk code can. However, this allows interfacing to any facility that is available from C. * The "inplace" extension, built using the new facility, can be used to simulate the GNU "sed -i" feature. * The and(), or() and xor() functions now take any number of arguments, with a minimum of two. * New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. SYMTAB allows indirect access to any defined variable or array; it is possible to "walk" the symbol table, if that should be necessary. - Refreshed gawk-3.1.8.diff - Add older-automake.diff to support automake 1.12 ++++ gedit: - Update to version 3.8.2: + Many bugfixes to the external tools, snippets and quickopen plugins, + Make preferences dialog resizable. + Rework how some settings are applied to documents. + Use GtkRGBA for text tags. + Misc Bugfixes. + Updated translations. ++++ gnome-icon-theme: - Update to version 3.8.2: + Heaphones & headset. + Notifications panel updated. + Make folders a tad less prominent again. ++++ gnome-icon-theme-symbolic: - Update to version 3.8.2.1: + Fix missing .pc.in again. - Update to version 3.8.2: + Sync with gnome-icon-theme for notifications. + Make status icons more legible (bgo#698700). + Muted (bgo#698700). + Window control icons (bgo#697930). + Screen rotation status (bgo#698257). + Headset vs headphones icon. ++++ gnome-keyring: - Provide gnome-keyring-32bit (which contains pkcs#11 modules). (bnc#819246). ++++ gnome-klotski: - Update to version 3.8.2: + Updated translations. ++++ gnome-packagekit: - Update to version 3.8.2: + Fix the search menu. + Open Listaller packages with gpk-install-local-file. + Update the man pages to reflect reality. + Updated translations. ++++ gnome-power-manager: - Update to version 3.8.2: + Updated translations. ++++ vte: - Update to version 0.34.5: + Improved vte.sh script (bgo#697475): It is now not necessary anymore to manually change PS1. On distributions that automatically source /etc/profile.d/*.sh scripts for all interactive shells (eg Fedora), no manual intervention is needed at all; for others the only change required is to source the vte.sh script. Also, the script now works for both bash and zsh shells. ++++ gnome-system-monitor: - Update to version 3.8.2: + bgo#92724: Preserve tree scroll position at top/bottom when new processes are added. + bgo#485139: Refresh the process list icons on icon theme change. + bgo#695891: Added menu quit keyboard shortcut (accel Primary-q). + bgo#696274: Check for logind, not for systemd. + bgo#699095: Focus the Processes tree on startup. + Updated translations. - Drop pkgconfig(libsystemd-daemon) BuildRequires: no longer required. ++++ gnome-terminal: - Update to version 3.8.2: + Misc fixes. + Updated translations. ++++ gtk2: - Update to version 2.24.18: + Bugs fixed: bgo#586367, bgo#674051, bgo#683072, bgo#683983, bgo#694711, bgo#695003, bgo#695278, bgo#695312, bgo#698563. + Updated translations. ++++ gucharmap: - Update to version 3.8.2: + Fix the build with vala 0.20 + Updated translations. ++++ kdebase4-workspace: - Change the default path for the AuthFiles of KDM. Fixes bnc#818792 in a proper way. ++++ kdevplatform: - Obsolete libkdevplatform0 with libkdevplatform7 ++++ libQtWebKit4: - aarch64-support.diff: add support for aarch64 - no-jit.patch: no JIT on aarch64 and powerpc ++++ libcamgm: - close pipes after exec external program is finished ++++ systemd: - Fix firmware loading by enabling --with-firmware-path (bnc#817551). ++++ libgweather: - Update to version 3.8.2: + Fix some timezone issues in Russia. ++++ webkitgtk: - Update to version 2.0.2: + Honor preload="none" attribute in GStreamer backend. + Make the GStreamer not to do memory buffering when preload set to none. + Fix loading of plugins when MIME Type is not provided but can guessed from the file extension. + Fix a crash with some locales due to some property names marked for translation by mistake. + Fix a double-free in WebKitWebPlugin. + Support C++11 static_assert. + Fix the build without GStreamer. + Fix the build with GCC 4.8 due to maybe-uninitialized errors. + Fix the build due to unresolved symbols in ProcessLauncherGtk.cpp. + Updated translations. - Drop webkitgtk-socketpair-includes.patch: fixed upstream. - Comment out libtool BuildRequires and call to autoreconf: we also disabled webkit-ld-optimization.patch, which is the patch needing these. ++++ webkitgtk3: - Update to version 2.0.2: + Honor preload="none" attribute in GStreamer backend. + Make the GStreamer not to do memory buffering when preload set to none. + Fix loading of plugins when MIME Type is not provided but can guessed from the file extension. + Fix a crash with some locales due to some property names marked for translation by mistake. + Fix a double-free in WebKitWebPlugin. + Support C++11 static_assert. + Fix the build without GStreamer. + Fix the build with GCC 4.8 due to maybe-uninitialized errors. + Fix the build due to unresolved symbols in ProcessLauncherGtk.cpp. + Updated translations. - Drop webkitgtk-socketpair-includes.patch: fixed upstream. - Comment out libtool BuildRequires and call to autoreconf: we also disabled webkit-ld-optimization.patch, which is the patch needing these. ++++ ncurses: - Make LD_LIBRARY_PATH include %_lib to make sure use and test the fresh build libraries - Add ncurses patch 20130511 + move nsterm-related entries out of "obsolete" section to more plausible "ansi consoles" -TD + additional cleanup of table-of-contents by reordering -TD + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix prevented inserts when video attributes were attached to the data (cf: 20121215) (Redhat #959534). - Add ncurses patch 20130504 + fixes for issues found by Coverity: + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to display when infocmp's -R option is used for HP or AIX subsets. + fix dead-code issue with test/movewindow.c + improve limited-checking in _nc_read_termtype(). - Add ncurses patch 20130427 + fix clang 3.2 warning in progs/dump_entry.c + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later. - Add ncurses patch 20130413 + add MinGW to cases where ncurses installs by default into /usr (prompted by discussion with Daniel Silva Ferreira). + add -D option to infocmp's usage-message (patch by Miroslav Lichvar). + add a missing 'int' type for main function in configure check for type of bool variable, to work with clang 3.2 (report by Dmitri Gribenko). + improve configure check for static_cast, to work with clang 3.2 (report by Dmitri Gribenko). + re-order rule for demo.o and macros defining header dependencies in c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko). - Add ncurses patch 20130406 + improve parameter checking in copywin(). + modify configure script to work around OS X's "libtool" program, to choose glibtool instead. At the same time, chance the autoconf macro to look for a "tool" rather than a "prog", to help with potential use in cross-compiling. + separate the rpath usage for c++ library from demo program (Redhat #911540) + update/correct header-dependencies in c++ makefile (report by Werner Fink). + add --with-cxx-shared to dpkg-script, as done for rpm-script. ++++ p11-kit: - Also provide p11-kit-32bit (in fact, the pkcs#11 modules) (bnc#819246). ++++ pango: - Update to version 1.34.1: + bgo#696238: PangoAttrFilterFunc vs pango_attr_list_filter docs. + Update win32/CoreText shaper signature. + Fix CoreText scaling (again). + Align word breaking with newer Unicode specs. ++++ python-base: - add aarch64 to the list of 64-bit platforms ++++ libstorage: - supported label size for swap is 15, not 16 like other fs have (bnc#818822) ++++ nfs-utils: - remove sysvinit requires - they are rather harmful these days ++++ python-lxml: - update to 3.2.1: * The methods ``apply_templates()`` and ``process_children()`` of XSLT extension elements have gained two new boolean options ``elements_only`` and ``remove_blank_text`` that discard either all strings or whitespace-only strings from the result list. * When moving Elements to another tree, the namespace cleanup mechanism no longer drops namespace prefixes from attributes for which it finds a default namespace declaration, to prevent them from appearing as unnamespaced attributes after serialisation. * Returning non-type objects from a custom class lookup method could lead to a crash. * Instantiating and using subtypes of Comments and ProcessingInstructions crashed. ++++ rsyslog: - Fixed SLES-11 build that does not have rst2man/python-docutils; added pre-built rscryutil.1 and rsgtutil.1 as sources because v7.3.14 does not ship them pre-built any more. ++++ yast2: - Fixing resetting steps in installation (bnc#813072) - 2.23.26 ++++ yast2-country: - do not use non-UTF encoding fallback when nothing is configured (bnc#815265) - 2.24.1 ++++ yast2-installation: - startup scripts: if RC_LANG is not set, use en_US as default (bnc#815265) - 2.24.4 ++++ yast2-tftp-server: - adjust tests to changes in yast2-2.23.23 (for bnc#807507) - 2.22.3 ------------------------------------------------------------------ ------------------ 2013-5-12 - May 12 2013 ------------------- ------------------------------------------------------------------ ++++ autofs: - autofs-5.0.7-upstream-patches-20130428.bz2: update 5.0.7 upstream patches up to 2013-04-28, fixing some bugs: * fix some automount(8) typos * syncronize handle_mounts() shutdown * fix submount tree not all expiring (bnc#801808) - remove patches that are now upstream: * autofs-5.0.7-fix-submount-tree-not-all-expiring.patch ++++ fontconfig: - Add fontconfig-fix-webfont.patch: Fix webfont issue (bnc#819467). ++++ kdelibs4: - Added exclude-qtuitools-symbols-from-public-libraries.patch: We are using -Bsymbolic-functions link flags in kde4 macros, so this patch exlcudes qtuitools symbols from libs that link to qtuitools, as otherwise users of those libs are crashing (bnc#819437, kde#303576, kde#231077, qtbug#437) ++++ kernel-default: - Linux 3.9.2. - commit 7bb3aa9 ++++ kernel-desktop: - Linux 3.9.2. - commit 7bb3aa9 ++++ kernel-pae: - Linux 3.9.2. - commit 7bb3aa9 ++++ gtkhtml: - Update to version 4.6.5: + Bug Fixes: - bgo#691362: Return correct enum type 'PangoDirection' in 'get_pango_base_direction'. - bgo#699757: Crash in gtkhtml_spell_checker_get_suggestions(). ++++ webkitgtk: - Add webkitgtk-aarch64.patch: add support for aarch64. - Add webkitgtk-double2ints.patch: define missing Double2Ints function. ++++ webkitgtk3: - Add webkitgtk-aarch64.patch: add support for aarch64. - Add webkitgtk-double2ints.patch: define missing Double2Ints function. ++++ plymouth: - Not only reboot.service is prefixed with systemd- currently but also kexec,halt,poweroff. ++++ libzypp: - Update zypp-po.tar.bz2 ++++ liferea: - Update to version 1.8.13: + Fixes missing item list update when browsing item URLs in Liferea. + Fixes format string issues in several translations. + Added Hebrew translation of reference manual page. + Added MimeType to .desktop file. + Fixes sf#1040: In feed entries, spaces are replaced with "+". + Fixes sf#1051: Issues in RTL GUI of Liferea. + Fixes sf#1038, sf#1074: Updates ttrss feeds over and over. + Updated the default feedlists. + Updated translations. - Rebase liferea-opensuse-feeds.patch. ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-5-11 - May 11 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaThunderbird: - update to Thunderbird 17.0.6 (bnc#819204) * MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 Miscellaneous memory safety hazards * MFSA 2013-42/CVE-2013-1670 (bmo#853709) Privileged access for content level constructor * MFSA 2013-46/CVE-2013-1674 (bmo#860971) Use-after-free with video and onresize event * MFSA 2013-47/CVE-2013-1675 (bmo#866825) Uninitialized functions in DOMSVGZoomEvent * MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/ CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 Memory corruption found using Address Sanitizer ++++ zlib: - Update to version 1.2.8 * Add new inflateGetDictionary() function * Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. * Fix bug in gzclose() when gzwrite() runs out of memory ++++ thunar-plugin-archive: - update to version 0.3.1 - fix build with --as-needed - automake updates - fix unused but set variable - translation updates ++++ thunar-plugin-media-tags: - update to version 0.2.1 - automake updates - translation updates ++++ xorg-x11-server: - Update u_aarch64-support.patch: disable x86 asm also on aarch64 ------------------------------------------------------------------ ------------------ 2013-5-10 - May 10 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - update to Firefox 21.0 (bnc#819204) * removed upstreamed patch firefox-712763.patch * removed disabled mozilla-disable-neon-option.patch * MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 Miscellaneous memory safety hazards * MFSA 2013-42/CVE-2013-1670 (bmo#853709) Privileged access for content level constructor * MFSA 2013-43/CVE-2013-1671 (bmo#842255) File input control has access to full path * MFSA 2013-46/CVE-2013-1674 (bmo#860971) Use-after-free with video and onresize event * MFSA 2013-47/CVE-2013-1675 (bmo#866825) Uninitialized functions in DOMSVGZoomEvent * MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/ CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 Memory corruption found using Address Sanitizer ++++ NetworkManager: - Readd nm-probe-radius-server-cert.patch, as it is not yet merged upstream (bnc#574266, bnc#771185). ++++ php5: - updated to 5.4.15: Core: Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault). Fixed bug #64458 (dns_get_record result with string of length -1). Fixed bug #64433 (follow_location parameter of context is ignored for most response codes). Fixed bug #47675 (fd leak on Solaris). Fixed bug #64577 (fd leak on Solaris). Fileinfo: Upgraded libmagic to 5.14. Streams: Fixed Windows x64 version of stream_socket_pair() and improved error handling. Zip: Fixed bug #64342 (ZipArchive::addFile() has to check for file existence). ++++ dvd+rw-tools: - Change requirement from genisoimage to /usr/bin/mkisofs to allow the use of either wodim or cdrtools and commented out patch growisofs-genisoimage.patch as this prevents the use of cdrtools without user intervention. ++++ freetype2: - Update to version 2.4.12 * A new CFF rendering engine from Adobe * The macro FT_CONFIG_OPTION_OLD_INTERNALS is no longer set by default. - freetype-new-cff-engine.patch: Enable the new CFF engine by default. - Drop freetype2-no_rpath.patch, not needed. ++++ ft2demos: - Update to version 2.4.12 * Using the `H' key, it is now possible to select the CFF engine in both ftview and ftdiff. * The new command line option '-H' for `ftbench' selects the Adobe CFF engine. * It is now possible to directly select the LCD rendering mode with the keys 'A'-'F' in 'ftview'. The key mapping for cycling through LCD modes has been changed from 'K' and 'L' to 'k' and 'l', and toggling custom LCD filtering is no longer mapped to key 'F' but to key 'L'. * In `ftdiff', key 'x' toggles between layout modes: Either use the advance width (this is new and now the default) or the bounding box information to determine line breaks. * For all demo tools, the new command line option `-v' shows the version. * For the demo tools with a GUI, the new command line options '-w' and '-h' select the width and the height of the output window, respectively. - Drop ft2demos-build-testname.patch, not needed. ++++ gpg2: - update to 2.0.20 * Decryption using smartcards keys > 3072 bit does now work. * New meta option ignore-invalid-option to allow using the same option file by other GnuPG versions. * gpg: The hash algorithm is now printed for sig records in key listings. * gpg: Skip invalid keyblock packets during import to avoid a DoS. * gpg: Correctly handle ports from DNS SRV records. * keyserver: Improve use of SRV records * gpg-agent: Avoid tty corruption when killing pinentry. * scdaemon: Improve detection of card insertion and removal. * scdaemon: Rename option --disable-keypad to --disable-pinpad. * scdaemon: Better support for CCID readers. Now, the internal CCID driver supports readers without the auto configuration feature. * scdaemon: Add pinpad input for PC/SC, if your reader has pinpad and it supports variable length PIN input, and you specify - -enable-pinpad-varlen option. * scdaemon: New option --enable-pinpad-varlen. * scdaemon: Install into libexecdir to avoid accidental execution from the command line. * Assorted bug fixes. - refresh gnupg-2.0.9-RSA_ES.patch - verify gpg signature of source tarball ++++ kdelibs4: - Added patches from upstream: fix-freeX11Pixmaps.patch, fixes crashing of plasma-desktop and Amarok (kde#319137) dont-show-passwords-contained-in-HTTP-URLs-in-error-messages.patch, the patch fixes an old issue where password was passed in error messages ++++ kernel-default: - Update Xen patches to 3.9.1 and c/s 1231. - commit 0eb4d0d ++++ kernel-desktop: - Update Xen patches to 3.9.1 and c/s 1231. - commit 0eb4d0d ++++ kernel-pae: - Update Xen patches to 3.9.1 and c/s 1231. - commit 0eb4d0d ++++ kiwi: - DB: rebuild documentation - DB: update documentation + added some notes about new postHWdetect hook + added some notes about how software raid works in kiwi images - add hook entry point called: postHWdetect * it allows to create/modify your own representation of the deviceDisks array containing the found install disk devices - allow to control whether kiwi searches for ata raid controllers or not using the dmraid utility. This is useful if an alternative control tool exists or the raid should be ignored in any case: true|false By default the search and activation happens if dmraid is installed. Implemented by user feedback request (bnc #815206) ++++ webkitgtk: - Add webkitgtk-socketpair-includes.patch: Add missing includes for webkitgtk3. ++++ webkitgtk3: - Add webkitgtk-socketpair-includes.patch: Add missing includes for webkitgtk3. ++++ opencv: - Disable SSE3 for all architectures (bnc#814333) ++++ libreoffice: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) * lots crasher fixes * add mono support again * lots other import/export fixes * added and fixed various VBA API * FileDateTime function (fdo#63306) * broken word completion (fdo#62643) * broken YEARFRAC function (fdo#40100) * legacy diagram PPTX import (bnc#699334) * animations inside SmartArt (bnc#705982) * cut/copy icons in Basic IDE (fdo#30545) * table layout in DOCX import (bnc#780645) * VBA macro fails in PageSetUp (bnc#813528) * Firefox plugin not recognized (fdo#54087) * decimal and group separators were swapped * no sound with statement "beep" (fdo#58807) * shapes location in DOCX import (bnc#816583) * search is always case sensitive (fdo#63779) * unable to save on Samba via GVFS (fdo#54275) * slide show mode inverts outputs (rhbz#906137) * reorder toolbars in formula editor (fdo#63350) * wrong bullet color in PPTX import (bnc#719988) * splitting a table options are mixed (fdo#62670) * pull-down selections in DOCX import (bnc#779630) * shape with background in XLSX import (bnc#798309) * autocorrect options can not be closed (fdo#57905) * import of scattered and bubble charts (bnc#810508) * transparent background in EMF+ import (bnc#812793) * wrong background color in PPTX import (bnc#734733) * allow to use more than 3 sort criteria (fdo#51828) * 'Personas' are called 'Themes' and changed location * frame's background color in DOCX import (bnc#592908) * bullet points are not indented correctly (bnc#793414) * axis labels with percentage in PPTX import (bnc#813291) * do not freeze in picture dialog without JRE (fdo#57553) * better fix for default PDF export directory (bnc#777788) * implement easy access to the recent documents (bnc#816516) * really use the setting how to follow hyperlinks (fdo#51296) * keep migrating user extensions after one failed (deb#703486) * support MS Office and Flat ODF file types in Mozilla plug-in * impossible to assign a macro to a drawing or picture (fdo#62797) * VBA macro fails with error "Incorrect Property Value" (bnc#809017) * broken surrounding text support (STS) for Input Methods (fdo#63802) * VBA macro fails with "objCmd.ActiveConnection = Nothing" (bnc#805071) * several template manager fixes (fdo#60581, fdo#60844, fdo#61389, fdo#61390) * several Base Report Builder fixes (fdo#33091, fdo#36858, fdo#48056, fdo#61564, i#112652, i#108092) * several RTL support fixes (fdo#33302, fdo#38951, fdo#59117, fdo#60533, fdo#60554, fdo#60855, fdo#62050, fdo#62143, fdo#62399, fdo#63878, fdo#37464, fdo#59892) - update libvisio to version 0.0.26: * extend the encoding support * several other fixes and improvements - update libcdr to version 0.0.13: * text color, CDR, txsm, and other fixes - removed obsolete patches: * touch-no-dereference.diff * libreoffice-poppler-0.17.0-reject-fix.diff - system-poppler-0.12.3.diff: easier approach to build with system poppler, version 0.12.3 - enable mono build again ++++ libreoffice-help-group1: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-help-en-US: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-help-group2: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-help-group3: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-help-group4: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-help-group5: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-icon-themes: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libreoffice-l10n: - update to 4.0.3.3.2 (SUSE 4.0-rc2, tag suse-4.0-2, based on upstream 4.0.3.3) ++++ libustr: - This program depends on GNU C89 inline semantics, pass -std=gnu89 to fix compilation with clang (gcc is not effected by this change) ++++ libyui-gtk-pkg: - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - introduce bootstrap.sh - Version 2.42.7 ++++ libyui-gtk: - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - introduce bootstrap.sh - Version 2.43.3 ++++ libyui-ncurses-pkg: - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - introduce bootstrap.sh - Version 2.43.6 ++++ libyui-ncurses: - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - introduce bootstrap.sh - Version 2.43.9 ++++ libyui-qt-pkg: - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - introduce bootstrap.sh - Version 2.42.8 ++++ libyui-qt: - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - introduce bootstrap.sh - Version 2.43.3 ++++ libyui: - checking prefix in -doc pkg is obsolete - use bootstrap.sh for legacy in -doc pkg here, too - use a common toplevel CMakeLists.txt - fix building *-doc pkgs - Version 3.0.4 ++++ mkinitrd: - s390x: add support for scm devices (bnc#814540) ++++ system-config-printer: - Update to version 1.4.1: + Make man page and --help output consistent. + Bugs fixed: rh#957343, rh#957444, rh#951710, rh#915483, rh#950162, rh#948240. ------------------------------------------------------------------ ------------------ 2013-5-9 - May 9 2013 ------------------- ------------------------------------------------------------------ ++++ amarok: - Added fix-crashes-on-track-change.patch, fixes frequent crashes when changing tracks (kde#319371) ++++ groff: - update to groff 1.22.2 * gropdf: A new driver for generating PDF output directly, contributed by Deri James and written in Perl * The -mom macro package has reached version 2.0, focusing on PDF output with gropdf (using the new `pdfmom' wrapper script). See the file`version-2.html' of the -mom documentation for a list of the many changes. * pdfmom: A new wrapper around groff that facilitates the production of PDF documents from files formatted with the -mom macros. * and a lot more, see NEWS for details - obsoletes: config-guess-sub-update.patch, dtto groff_1.21-6.debian.diff, replaced by - added groff_1.22.2-2.debian.diff - create a stripped-down version of groff usable for viewing of manual pages - new groff-full package contains the rest of groff tools capable to work with images, html or pdf. It contains the devx fonts, thus obsoletes groff-devx it aims to fix bnc#755533 - grohtml built without pnm* tools in PATH - gxdview.spec is removed as gxdview is built from groff-full.spec - verify the tarball using gpg-offline - this is done in groff-full only to retain a limited list of dependencies for base groff ++++ groff-full: - update to groff 1.22.2 * gropdf: A new driver for generating PDF output directly, contributed by Deri James and written in Perl * The -mom macro package has reached version 2.0, focusing on PDF output with gropdf (using the new `pdfmom' wrapper script). See the file`version-2.html' of the -mom documentation for a list of the many changes. * pdfmom: A new wrapper around groff that facilitates the production of PDF documents from files formatted with the -mom macros. * and a lot more, see NEWS for details - obsoletes: config-guess-sub-update.patch, dtto groff_1.21-6.debian.diff, replaced by - added groff_1.22.2-2.debian.diff - create a stripped-down version of groff usable for viewing of manual pages - new groff-full package contains the rest of groff tools capable to work with images, html or pdf. It contains the devx fonts, thus obsoletes groff-devx it aims to fix bnc#755533 - grohtml built without pnm* tools in PATH - gxdview.spec is removed as gxdview is built from groff-full.spec - verify the tarball using gpg-offline - this is done in groff-full only to retain a limited list of dependencies for base groff ++++ opencv: - Disable SSE(2) on non x86_64 architectures, causes crashing kde#276923, bnc#789173 ++++ pixman: - Update to version 0.30.0: + Support for high-quality image downscaling. + Much improved ARMv6 assembly. + Improved rendering quality for gradients. + Improvements to the SSE2 backend. + Improvements to MIPS DSPr2 backend. + Improvements to test suite. ++++ python-base: - update to 2.7.4 * bugfix-only release - drop upstreamed patches: pypirc-secure.diff python-2.7.3-multiprocessing-join.patch ctypes-libffi-aarch64.patch - drop python-2.7rc2-configure.patch as it doesn't seem necessary anymore ++++ libreoffice: - use --enable-gstreamer-0-10 configure option to make sure that we use the stable implementation ++++ libzypp: - Update zypp-po.tar.bz2 ++++ python: - update to 2.7.4 * bugfix-only release ++++ vpnc: - packages must not install files in /etc/tmpfiles.d/ which is reserved for the system administrator. ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-5-8 - May 8 2013 ------------------- ------------------------------------------------------------------ ++++ PackageKit: - Update to version 0.8.8: + PackageKit now allows local active users to install signed software without prompting for authentication. + Libraries: - Add some public getters to PkUpdateDetail. - Don't use the default main context in sync PkClient methods. - When getting desktop data try the installed prefix, and then the system copy. + ZYPP backend fixes: - Do not trigger invalid numbers. - Fix compile with __attribute__ gnu_printf. - Fix download progress. - Fix removing packages. - Ignore system resolvables during install too. - Ignore @System upgrades during update. - Instantiate PoolStatusSaver after pool is built (bnc#804054). - Less debug in progress functions. - Merge all backend code into one file, much easier to refactor. - Only allow to update candidates (fdo#61231). - Remap PK provides into rpm provides as the zif backend does. - Use the right functions to get solvables. + Multiple other backend fixes. + New Features: - Added Provides property to retrieve which Provides the backend supports - Expose the transaction flags on the .Transaction object. - Use __attribute__ gnu_printf when dealing with varargs. - Use G_GNUC_NULL_TERMINATED for pk_backend_spawn_helper. - Use PIE to better secure installed tools and also use full RELRO in the daemon. + Bugfixes: - Add compatibility with newer libarchive versions. - Allow clients to call org.freedesktop.DBus.Peer. - browser-plugin: Do not crash when running an installed package that is upgradable. - Do not install the bash-completion code in /etc. - Do not use _UTF8Writer when using python3. - Do not write the prepared-updates file if systemd is not available. - Don't abort the daemon if the client requests a property that does not exist. - Don't initialize GType system on newer GLib versions. - Ensure /var/lib/PackageKit exists before using it. - Fix compiling with --enable-systemd - -disable-systemd-updates. - Fix crash while calling inhibit into systemd-login. - Fixed connman interface. - Fix symbol-prefix passed to g-ir-scanner. - Make PackageKit compile on !Linux again. - Pause for 10 seconds if an error occurred before restarting systemd-updates. - Remove pk-plugin-clear-system-update as removing the trigger file is never required. - Remove the prepared-updates file if any relevant state was changed. - Resolve according to the filters when doing 'pkcon get-requires'. - Support getting the distro-id from /etc/os-release. - Use the correct session method to fix font installation in pk-gtk-module. - Write a pre-failure status file in case the update transaction crashes. - Drop patches that have been merged upstream: + 0003-zypp-fix-download-progress.patch + 0004-zypp-use-the-right-functions-to-get-solvables.patch + 0005-zypp-fix-removing-packages.patch + 0006-zypp-do-not-trigger-invalid-numbers.patch + 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch + 0008-zypp-ignore-System-upgrades-during-update.patch + 0009-zypp-merge-all-backend-code-into-one-file-much-easie.patch + 0010-zypp-ignore-system-resolvables-during-install-too.patch + 0011-zypp-Fix-compile-with-__attribute__-gnu_printf.patch + 0012-zypp-less-debug-in-progress-functions.patch + 0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch + 0014-zypp-Instantiate-PoolStatusSaver-after-pool-is-built.patch + 0015-zypp-only-allow-updates.patch + PackageKit-allow-to-disable-systemd-updates.patch - Add pkgconfig(bash-completion) BuildRequires: new dependency to detect the bash completions install location. ++++ autoyast2: - version 2.24.2 - allow location-tag for file_scripts to fetch them via net ++++ bind: - Use updated config.guess/sub in the embedded idnkit sources ++++ build: - support multi architecture initvm binaries => vminit gets build as subpackage now again - De-hardcode hugetlbfs from ppc - Do not emulate VGA - support new nameing scheme of install images of kiwi builds ++++ digikam: - Add patch commit-006b3f4.diff from upstream to build htmlexport again (bnc#816041) ++++ iso-codes: - Update to version 3.42: + Updated translations for ISO 639, ISO 639-3, ISO 3166, ISO 4217 and ISO 15924. ++++ kdenetwork4: - re-enable OTR plugin for openSUSE 12.3 and Factory (using with libotr2 which provides version 3.2.*) - re-enable libktorrent support ++++ kernel-default: - Linux 3.9.1. - Delete patches.arch/arm-highbank-sata.patch. - commit 733bf04 - Refresh patches.rpmify/ptp-pch-depends-on-x86. Update upstream status -- it was rejected. - commit 4173967 - Delete patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch. Patchset went upstream around about commit f16b6e8d838b2e2bb4561201311c66ac02ad67df in a form that didn't need this patch. - commit 226d6be - Delete patches.fixes/nfs-connect-timeout. Problem fixed upstream by commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b Author: Trond Myklebust Date: Mon Mar 4 17:29:33 2013 -0500 SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks - commit afa0a59 ++++ kernel-desktop: - Linux 3.9.1. - Delete patches.arch/arm-highbank-sata.patch. - commit 733bf04 - Refresh patches.rpmify/ptp-pch-depends-on-x86. Update upstream status -- it was rejected. - commit 4173967 - Delete patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch. Patchset went upstream around about commit f16b6e8d838b2e2bb4561201311c66ac02ad67df in a form that didn't need this patch. - commit 226d6be - Delete patches.fixes/nfs-connect-timeout. Problem fixed upstream by commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b Author: Trond Myklebust Date: Mon Mar 4 17:29:33 2013 -0500 SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks - commit afa0a59 ++++ kernel-pae: - Linux 3.9.1. - Delete patches.arch/arm-highbank-sata.patch. - commit 733bf04 - Refresh patches.rpmify/ptp-pch-depends-on-x86. Update upstream status -- it was rejected. - commit 4173967 - Delete patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch. Patchset went upstream around about commit f16b6e8d838b2e2bb4561201311c66ac02ad67df in a form that didn't need this patch. - commit 226d6be - Delete patches.fixes/nfs-connect-timeout. Problem fixed upstream by commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b Author: Trond Myklebust Date: Mon Mar 4 17:29:33 2013 -0500 SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks - commit afa0a59 ++++ samba: - Update to 3.6.15. + Fix crash bug in Winbind; (bso#9854). - Add support for PFC_FLAG_OBJECT_UUID when parsing packets; (bso#9382). - Fix "guest ok", "force user" and "force group" for guest users; (bso#9746). - Fix 'map untrusted to domain' with NTLMv2; (bso#9817); (bnc#817919). - Fix crash bug in Winbind; (bso#9854). - Fix panic in nt_printer_publish_ads; (bso#9830). ++++ soprano: - Revert add-a-stop-method-which-closes-all-servers.patch, as that commit uses method available only with future KDE 4.11, and breaks 4.10 ++++ permissions: - leave out readcd,cdda2wav,cdrecord until it is ready for the distro (bnc#550021) ++++ rpm: - Remove unused files - auto-config-update-aarch64.diff: * search up to 5 levels for interesting files to patch ++++ soprano-backend-virtuoso: - Revert add-a-stop-method-which-closes-all-servers.patch, as that commit uses method available only with future KDE 4.11, and breaks 4.10 ++++ xfce4-notifyd: - update to version 0.2.4 - fix border drawing when compositing is disabled - translation updates ------------------------------------------------------------------ ------------------ 2013-5-7 - May 7 2013 ------------------- ------------------------------------------------------------------ ++++ autoyast2: - add device_order and subvolumes to partitioning.rnc ++++ claws-mail: - Update to version 3.9.1: + All plugins previously packaged as 'Extra Plugins' are now contained within the Claws Mail package. In addition to that, the following plugins have been dropped: TrayIcon, Dillo Viewer, and Gtkhtml2 Viewer. + 3 command-line switches have been added: - -cancel-receiving which cancels the currently running message retrieval operation. - -cancel-sending which cancels the currently running message sending operation. - -debug which toggles debug output. + '/Message/Cancel sending' has been added to the main menu. + In the filtering and processing condition configuration for Age, it is now possible to match based on number of hours. + The GnuPG signature timestamp is now displayed in the full signature information. + Support for GnuTLS priority string has been added. + Keep-alive pings are now performed on IMAP and NNTP connections. + In the Compose window, the focus is now moved to the message body when focus is in the Subject entry and the Enter key is pressed. + The Delete key can now be used to remove Colour Label hotkeys. + PDF Viewer: The printed PDF quality has been improved. + Fancy HTML viewer: The options dialogue has been completely reworked, and disabling remote content is now totally strict. + Python plugin: Added Cc field to messageinfo objects. + Python plugin: Added examples. + Python plugin: Added a function to get an arbitrary header from a MessageInfo object. + Perl plugin: The documentation for insert_perl.pl has been improved. + Basic handling of vcard 3.0 has been added to vcard2xml.py. + The man page has been updated. + Bugs fixed: claws#1137, claws#1684, claws#1963, claws#2340, claws#2617, claws#2624, claws#2702, claws#2774, claws#2785, claws#2801, claws#2826, claws#2828, claws#2832, claws#2835, claws#2859, claws#2862, claws#2863, claws#2878, claws#2879, claws#2882, claws#2885, claws#2890, claws#2893, claws#2903, claws#2909. + Updated translations. - Drop upstream fixed patches: + claws-mail-3.9.0_205b490083a141586c390bd985a3e22e99ea137d.patch + claws-mail-3.9.0_06e09c818f9455537e82e8395d658e0be336f873.patch + claws-mail-python.diff. - Add claws-mail-missing-include.patch: Fix brp check failure due to some missing include headers. - Explicitly pass all --enable-*-plugins to configure, to ensure we will not lose any at any time. - Add BuildRequires to build all the plugins: + libarchive-devel + libcurl-devel + libpoppler-glib-devel + libwebkit-devel + python-gtk-devel + pkgconfig(libgdata) + pkgconfig(libsoup-2.4) - Drop --enable-openssl configure parameter: no longer supported. - Provide and obsolete claws-mail-extra-plugins and claws-mail-extra-plugins-lang: the plugins are no longer shipped as separate tarballs. ++++ cvsps: - downgrade to 2.1 [bnc#809800] ++++ git: - revert change from Apr 26 07:22:29 UTC 2013; we will downgrade cvsps package instead of having additional cvsps2, so git-cvs requires cvsps again ++++ glibc: - Fix check for XEN build in glibc_post_upgrade ++++ glibc: - Fix check for XEN build in glibc_post_upgrade ++++ groff: - config-guess-sub-update.patch: Update config.guess/sub for aarch64 ++++ groff-full: - config-guess-sub-update.patch: Update config.guess/sub for aarch64 ++++ ibus-sunpinyin: - remove unnessary Requires. ++++ icedtea-web: - update to 1.4 (bnc#818768) * Added cs, de, pl localization * Splash screen for javaws and plugin * Better error reporting for plugin via Error-splash-screen * All IcedTea-Web dialogues are centered to middle of active screen * Download indicator made compact for more then one jar * User can select its own JVM via itw-settings and deploy.properties. * Added extended applets security settings and dialogue * Security updates - CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with same relative-path. - CVE-2013-1927, RH884705: fixed gifar vulnerabilit - CVE-2012-3422, RH840592: Potential read from an uninitialized memory location - CVE-2012-3423, RH841345: Incorrect handling of not 0-terminated strings * NetX - PR1027: DownloadService is not supported by IcedTea-Web - PR725: JNLP applications will prompt for creating desktop shortcuts every time they are run - PR1292: Javaws does not resolve versioned jar names with periods correctly * Plugin - PR1106: Buffer overflow in plugin table- - PR1166: Embedded JNLP File is not supported in applet tag - PR1217: Add command line arguments for plugins - PR1189: Icedtea-plugin requires code attribute when using jnlp_href - PR1198: JSObject is not passed to javascript correctly - PR1260: IcedTea-Web should not rely on GTK - PR1157: Applets can hang browser after fatal exception - PR580: http://www.horaoficial.cl/ loads improperly * Common - PR1049: Extension jnlp's signed jar with the content of only META-INF/* is considered - PR955: regression: SweetHome3D fails to run - PR1145: IcedTea-Web can cause ClassCircularityError - PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 - PR822: Applets fail to load if jars have different signers - PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is null - PR909: The Java applet at http://de.gosupermodel.com/games/wardrobegame.jsp fails - PR1299: WebStart doesn't read socket proxy settings from firefox correctly ++++ kdebase4-workspace: - Add patch kdm-fix-greeteruid.patch from upstream to have the proper greeterUID created. ++++ kdebase4-openSUSE: - bump version to 13.1 ++++ kernel-default: - Fix -devel package for armv7hl armv7hl kernel flavors in the non-multiplatform configuration (which is the default for our openSUSE 12.3 release), needs more header files from the machine specific directories to be included in kernel-devel. - commit 97197ff - Delete patches.fixes/nfs-adaptive-readdir-plus. Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af. - commit f35dac6 - Delete patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops. Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde. - commit 7838036 - Delete patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch. Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9. - commit 36f8ff4 ++++ kernel-desktop: - Fix -devel package for armv7hl armv7hl kernel flavors in the non-multiplatform configuration (which is the default for our openSUSE 12.3 release), needs more header files from the machine specific directories to be included in kernel-devel. - commit 97197ff - Delete patches.fixes/nfs-adaptive-readdir-plus. Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af. - commit f35dac6 - Delete patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops. Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde. - commit 7838036 - Delete patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch. Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9. - commit 36f8ff4 ++++ kernel-pae: - Fix -devel package for armv7hl armv7hl kernel flavors in the non-multiplatform configuration (which is the default for our openSUSE 12.3 release), needs more header files from the machine specific directories to be included in kernel-devel. - commit 97197ff - Delete patches.fixes/nfs-adaptive-readdir-plus. Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af. - commit f35dac6 - Delete patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops. Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde. - commit 7838036 - Delete patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch. Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9. - commit 36f8ff4 ++++ kiwi: - fixed gettext import, the import was done prior to the export of the LANG environment which caused some texts to be in the wrong language - make sure there is an active boot/root partition after the oem code has repartitioned the disk - allow alternative grub2 search path lib/grub and share/grub as it is packaged on Fedora - fixed setupLocale to work with locale list separated by ',' ++++ libbluray: - Update to version 0.3.0: + Build fixes. + Fixed stopping playback from pop-up menu. + Fixed multithreading issues in API. + Fixed initial setting for player profile. + Fixed stack corruption with long log strings. + Improved configure script. + Improved Visual Studio support. + Improved BD-J support (still alpha). + Allow changing player version. + Added PG (subtitle) decoding and rendering support. + Added ARGB overlay interface for BD-J graphics. + Added events for discontinuity, idle state and 3D mode. + Added playmarks to BLURAY_TITLE_INFO. + added start time, in time and out time to BLURAY_CLIP_INFO. + added sub-path id to BLURAY_STREAM_INFO. + Added bd_seek_playitem(). + Added bd_set_scr(). + Added 3D extension data to raw clip info. + added 3D player settings. + Added cropping and palette update flag to BD_OVERLAY. - Add pkgconfig(libxml-2.0) BuildRequires: new dependency. ++++ texlive: - As lcdf-typetools does not support kpathsea nor search below texmf tree build the texlive-lcdftypetools(-bin) packages again and let them conflict with the lcdf-typetools package. ++++ openal-soft: - version 1.15.1 * Fixed a regression with retrieving the source's AL_GAIN property. ++++ libstorage: - detects lvm pools also when broken (bnc#818780) - fixed missing umount of btrfs volume when disk label is removed (bnc#818705) ++++ libyui-ncurses-pkg: - Cast return of setCandidate() to bool (due to libzypp changes) ++++ pm-utils: - remove pm/sleep.d/49bluetooth, ibm bluetooth radio status handling was fixed in upstream kernel commit 208b996b6c460285650d39b2330f8ef82c007d10 thinkpad-acpi: preserve rfkill state across suspend/resume. - remove pm/sleep.d/80videobios, uses package and commands nowhere to be found, the time machine says it was obsoleted by xorg-x11-driver-video. ++++ qemu: - Update to v1.5.0-rc0: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh script * Audio cards are now all enabled by default ++++ qemu-linux-user: - Update to v1.5.0-rc0: Cf. http://wiki.qemu.org/ChangeLog/1.5 * Adapt update_git.sh script * Audio cards are now all enabled by default ++++ rsyslog: - update to 7.3.14 [beta] 2013-05-06: - bugfix: some man pages were not properly installed either rscryutil or rsgtutil man was installed, but not both. Thanks to Marius Tomaschewski for the patch. - bugfix: potential segfault on startup when builtin module was specified in module() statement. Thanks to Marius Tomaschewski for reporting the bug. - bugfix: segfault due to invalid dynafile cache handling Accidently, the old-style cache size parameter was used when the dynafile cache was created in a RainerScript action. If the old-style size was lower than the one actually set, this lead to misadressing when the size was overrun, and that could lead to all kinds of “interesting things”, often in segfaults. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440 ++++ sysconfig: - Accommodate poll.tcpip to systemd ++++ xf86-video-vmware: - xf86-video-vmware 13.0.1 * vmwgfx: Use myGlyphs to fix crashes (fdo#61780) * Kill mibstore - obsoletes U_mibstore.patch ++++ xfs: - xfs 1.1.3 * This release contains a number of code cleanups and other minor fixes. ++++ yast2-isns: - fixed syntax error in widgets.ycp (wrogly placed bracket) ------------------------------------------------------------------ ------------------ 2013-5-6 - May 6 2013 ------------------- ------------------------------------------------------------------ ++++ SuSEfirewall2: - license update: GPL-2.0 Various GPL-2.0 (only) licensed files ++++ git: - Create links from %{gitexecdir}/git instead of %{gitexecdir}/git-add ++++ gnome-control-center: - Update to version 3.8.1.5: + Mouse: - Restore the mouse and touchpad pointer speeds. + Online Accounts: - Add ownCloud to the keywords. + Printers: - Don't crash without system-config-printer installed. + Shell: - Fix small memory leak. + User Accounts: - Fix possible crash in history dialogue. - Fix possible crash when changing the password. - Fix fingerprint reader dialogue crashing. - Reacquire permissions before adding account if necessary. - Make Enter work in the 'Add Account' dialogue. - Handle "incorrect password" kerberos error. - Ellipsise long user names. - When enterprise account disabled, join as admin. - Rebase gnome-control-center-allow-yast-in-shell.patch. ++++ gtk3: - Update to version 3.9.0: + GtkFileChooser: - Always show fuse-mounted locations in shortcuts. - GtkFileChooserButton has received a lot of fixes and tests have been added for many of them. + GtkWindow: - Initial support for client-side decorations has been added. - gtk_window_set_titlebar: A new function that can set a custom, client-side titlebar on toplevel windows. + Wayland: - Use client-side decorations. - Implement maximization. - Improve cursor handling. - Improve multi-monitor handling. - Support most GtkSettings (for now by reading GSettings directly). - Complete the keymap implementation. + Broadway: - Improve window size handling. - Implement frame synchronization. ++++ texinfo: - Don't package info.info, already part of emacs-info ++++ kernel-default: - config.conf: disable s390 support for openSUSE kernels There is no community project to build openSUSE on s390 so we don't need to waste resources building the kernel for it. - commit 5e6ccae - S390: Disable CONFIG_PHYLIB on 32-bit kernels libphy depends on irq code which is only available on 64-bit S390, so disable it on 32-bit kernels. - commit dd79db9 ++++ kernel-desktop: - config.conf: disable s390 support for openSUSE kernels There is no community project to build openSUSE on s390 so we don't need to waste resources building the kernel for it. - commit 5e6ccae - S390: Disable CONFIG_PHYLIB on 32-bit kernels libphy depends on irq code which is only available on 64-bit S390, so disable it on 32-bit kernels. - commit dd79db9 ++++ kernel-pae: - config.conf: disable s390 support for openSUSE kernels There is no community project to build openSUSE on s390 so we don't need to waste resources building the kernel for it. - commit 5e6ccae - S390: Disable CONFIG_PHYLIB on 32-bit kernels libphy depends on irq code which is only available on 64-bit S390, so disable it on 32-bit kernels. - commit dd79db9 ++++ less: - make sure that -R or --RAW-CONTROL-CHARS is set in LESS environment variable - add support for colordiff in lessopen.sh ++++ akonadi-runtime: - Update to 1.9.2 * Add option to FETCH to ignore external retrieval failures. * Properly restrict external payload removal. * Add buildsystem option to choose between Qt4 and Qt5. * Changes from version 1.9.1: * Disable query cache for Sqlite. * Handle missing mysqld better. * Ignore my.cnf settings when using the internal MySQL server. ++++ libgphoto2: - buildrequire libxml2-devel for olympus e-series. ++++ icu: - Update RPM group, description, URL ++++ portaudio: - license update: MIT The correct license for the package is MIT ++++ libyui-gtk-pkg: - use SONAME from libyui instead of VERSION.cmake - Version 2.42.6 - Fixed so version - Version 2.42.5 ++++ libyui-gtk: - fix build issues - 2.43.2 - increased version - use SONAME from libyui instead of VERSION.cmake ++++ libyui-ncurses-pkg: - use SONAME from libyui instead of VERSION.cmake - V 2.43.5 ++++ libyui-ncurses: - fix build issues - V 2.43.8 - use SONAME from libyui instead of VERSION.cmake - V 2.43.7 - fixed so version - V 2.43.6 ++++ libyui-qt-pkg: - use SONAME from libyui instead of VERSION.cmake - Version 2.42.7 - Fixed so version - Version 2.42.6 ++++ libyui-qt: - fix build issues - Version 2.43.2 - use SONAME from libyui instead of VERSION.cmake - Version 2.43.1 ++++ libyui: - fix build issues with ncurses and qt - Version 3.0.3 - use SONAME from libyui instead of VERSION.cmake if plugin - bumped up patch-version to 3.0.2 - disabled auto-gen of docs INSTALL_DOCS=ON will no longer auto-gen the docs added a warning to run "make docs" before "make install" - add DOC_SUBDIR to CMake-Vars some distributions prefer %{name}-%{version} over %{name}-%{soname_major} as doc-subdir. ++++ libzip: - use upstream patch for visibility drop: libzip-0.8.hg20080403-visibility.patch add : libzip-visibility.diff - tag all patches according a policy ++++ mkinitrd: - Find modalias for mmc driver - include mmc drivers in monster initrd ++++ openvpn: - Try to migrate openvpn.service autostart to openvpn@.service instance enablement. ++++ pm-utils: - Applied intel-audio-powersave-bug817396.patch in git repo. ++++ rpcbind: - license update: BSD-4-Clause Look at src/util.c ++++ telepathy-gabble: - Disable parallel build for now, as there is a high chance of failure (fdo#64285). ++++ vim: - Updated to revision 929, fixes the following problems * An empty nl.po file does not work with an old msgfmt. * Compiler warning for size_t to int. * Trying to create a fontset handle when 'guifontset' is not set. * No test for what 7.3.918 fixes. * Check for X11 header files fails on Solaris. * Python interface can't easily access options. * Typos in source files. * Autocommands are triggered by setwinvar() et al. Missing BufEnter on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of events for :tablose and :tabnew. * Missing combining characters when putting text in a register. * Can't build with strict C compiler. * Compiler warning for unused variable. Not freeing unused string. ++++ yast2-firewall: - Using fixed checking for correct network definition to correctly support IPv6 (bnc#800592) - Using ValidNetwork from IP module - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-5-5 - May 5 2013 ------------------- ------------------------------------------------------------------ ++++ brasero: - Allow wodim as well as cdrecord as backends: + Drop wodim Requires. + Add /usr/bin/cdrecird, /usr/bin/mkisofs and /usr/bin/readcd Requires: they are provided by wodim and cdrtools. + Add /usr/bin/cdda2wav Requires: provided by cdrkit-cdrtools-compat and cdrtools. ++++ empathy: - Update to version 3.9.1: + bgo#692160: Updated Icon Names. + bgo#697214: call-window: Remember that the audio output has been added. + bgo#697302: Spelling mistake. + bgo#699017, libempathy: Fix build by adding missing math.h header. + bgo#673775, The icon for audio call in the help is wrong. + bgo#677549, "Link Contacts" user documentation is wrong + Updated translations. ++++ gdk-pixbuf: - Update to version 2.29.0: + Add gdk_pixbuf_loader_write_bytes (bgo#696917). + Update GIcon implementation (bgo#688820). + Fix libpng linking issues (bgo#698093). + Updated translations. ++++ git: - Updated to version 1.8.2.2: * bug fixes and documentation updates more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.2.txt ++++ haveged: - Remove PrivateTmp=true here, haveged does not create temporary files, either directly or indirectly. ++++ kernel-default: - idr: Print a stack dump after ida_remove warning (http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html). - commit 4c487a5 - Update config files: enable CC_STACKPROTECTOR All other major Linux distributions are building their kernel with -fstack-protector, so do the same. See the discussion at: http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html - CONFIG_CC_STACKPROTECTOR=y - commit fc6f988 ++++ kernel-desktop: - idr: Print a stack dump after ida_remove warning (http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html). - commit 4c487a5 - Update config files: enable CC_STACKPROTECTOR All other major Linux distributions are building their kernel with -fstack-protector, so do the same. See the discussion at: http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html - CONFIG_CC_STACKPROTECTOR=y - commit fc6f988 ++++ kernel-pae: - idr: Print a stack dump after ida_remove warning (http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html). - commit 4c487a5 - Update config files: enable CC_STACKPROTECTOR All other major Linux distributions are building their kernel with -fstack-protector, so do the same. See the discussion at: http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html - CONFIG_CC_STACKPROTECTOR=y - commit fc6f988 ++++ kiwi: - fixed CD/DVD boot of live iso images with activated hybridpersistent option. kiwi will try to create the read-write partition but will fail if this image is booted from a read-only medium. Thus it should deactivate the hybridpersistent feature and proceed the boot - fixed use of uninitialized value $key in KIWIManagerYum.pm ++++ libgarcon: - update to version 0.2.1 - g_thread_init is deprecated since glib 2.32 - remove unmaintained translations - fix deprecating warnings in tests - use new mutex locking api if available - autotools updates - translation updates ++++ libgphoto2: - Updated to 2.5.2 ptp2: * Fixed Raspberry Pi and USB 3.0 "connect only once" problem. * Experimental Olympus E-series (not Pen) remote control support. Try in "Control" mode. * Nikon DSLR: real movie capture! (use --set-config movie=1/0 and --wait-event) * New ids: Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600 Nikon Coolpix A Nikon DSLR: D2Xs, D4, D7100 Nikon J2 Canon Powershot: S100, A1300IS, A2300IS, Canon EOS: 700D, 100D Fuji FinePix: H20EXR, X20 Samsung: NX1000, EK-GC100 Also various MTP device ids merged from libmtp. * ptpip: major/minor number was switched in init packet. * Nikon DSLR: out of focus during capture fixed, various bugfixes * Nikon "controlmode" config for unlocking the camera. * Canon DSLR: "keepdeviceon" pinging in get_config, liveview * Canon thumbnail retrieval fixed. * Lots of work on getting Olympus E-series DSLRs in Control mode to run. canon: * wait-for-event: handle when camera goes offline during waiting. * fixed mtime 0 (Jan 1 1970) issue when downloading files and using --filename sierra: * Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode. * Ignore register 4 read errors after capture as Nikon does not supply them. * added commented code on how to switch the Coolpix 2500 to RAW DIAG mode. libgphoto2_port: * gp_port_reset functionality to do a port reset. libgphoto2_port/usbscsi: * Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon sierra capture). translations: * updated ukrainian, finish, dutch, polish, russian, french, vietnamese, german build: * specify lots of _BSD_SOURCE et.al. to make the strict MacOS ports build happier. Might break non Linux platforms, please report this. * libxml2 needed for Olympus E series capture support. * cleaned up AM_CPPFLAGS/CPPFLAGS usage, do not use both of them together. ++++ lua51: - move the lua rpm macros to the devel package to avoid conflict with lua 5.2 ++++ telepathy-mission-control: - Update to version 5.15.0: + Running this version of Mission Control for the first time will automatically migrate some account data to a new format. If you subsequently downgrade to an older version, it will no longer understand all account data. + Requirements: - GLib 2.32 is now required. - The regression tests now require Python 2.6. + Deprecations: - McpAccountStorage::altered, which appears to have never worked, is now deprecated (fdo#28288). Emit ::altered-one instead. - mcp_account_storage_iface_set_priority() etc. are now deprecated. Use, for instance, "iface->priority = prio" instead. + Enhancements: - Account storage plugins (McpAccountStorageIface) may, and should, implement the new set_attribute(), set_parameter() and owns() methods. These methods allow the plugin to know the type of each attribute or parameter, which is presented as a GVariant. (fdo#54872). - `mc-tool get AutomaticPresence` now works (fdo#54780). - When running under GNOME 3 or Unity, MC will attempt to enable connections' power-saving features while the session is idle; this is currently effective for Google Talk XMPP connections (fdo#62530). + Fixes: - Update to the current ConnMan D-Bus API (fdo#56600). - If a stored parameter has a value inappropriate for its type (e.g. require-tls=2 where the connection manager expects require-tls to be boolean), invalidate the account, rather than treating the value as 0, "", [] etc. (fdo#54870). - Handle Connection errors better, and in particular, don't try to reconnect on SoftwareUpgradeRequired or ConnectionRefused (fdo#37844). - Handle errors from RequestConnection correctly, rather than as NetworkError (fdo#39334). - If the stored nickname for an account is the same as the normalized name (identifier), don't set it on connect, in case a better nickname is stored on the server (fdo#39381). - Emit Properties.PropertiesChanged for URISchemes, as per the upcoming telepathy-spec 0.27.1 (fdo#40393). - McpAccountStorage::altered-one now works as intended (fdo#54780). + Internal changes: - Refactor avatar and alias handling (fdo#55668). - Refactor account storage (fdo#54870, fdo#54872). - Improve regression test coverage for account storage (fdo#54873). - Start to remove uses of functions deprecated in telepathy-glib 0.20 (fdo#55391). - Changes from version 5.14.1: + Fixes: - Only ignore passwords stored in our old gnome-keyring location if Empathy has actually copied them to its new location, fixing use of a gnome-keyring-enabled MC version with no Empathy or other SASLAuthentication handler (e.g. under Sugar). (fdo#59468). - Build successfully with Automake 1.13 (fdo#59605). - Isolate regression tests better (fdo#63119). - Respect NOCONFIGURE in autogen.sh (fdo#57165). - Drop tmc-mailto-is-the-proper-URI-scheme.patch and tmc-fire-PropertiesChanged-on-URISchemes-change.patch, fixed upstream. ++++ speech-dispatcher: - Update to version 0.8: + No changes since 0.8beta1. ++++ thunar: - update to version 1.6.3 - autotools updates - allow keyboard shortcuts for user customizable actions - prepend and later reverse for collecting selection - some optimizations in renamer loop - plug leak in file renamer - escape name for sidepane tooltips - revert "Remove image resolution from statusbar." - fix segfault when going back to removed directory - translation updates ++++ tumbler: - update to version 0.1.29 - fix memory corruption on 64bit - translation updates - update to version 0.1.28 - set nice value of tumblerd to 19 - fix rendering from pdfs with thumbnail - add more supported types for gst thumbnailer - some additional debug checks for bug #9766 and minor optimizations - fix deprecating warning with glib 2.36 - include string.h - translation updates - remove obsolete tumbler-libpng16.patch ++++ xfce4-panel: - update to version 4.10.1 - bugfix in icon/pixbuf resizing code - fix icons not probably resizing when requested - autotools updates - ignore GVarueArray compiler warning - use G_ENABLE_DEBUG to set fatal messages - fixed DnD markers with non-square small items - actions: Fix logic of session saving - panel: Emit save signal for plugins - libxfce4-panel: Fix typo in the API docs - translation updates ++++ libxfce4util: - update to version 4.10.1 - don't used freed rc file to avoid crash - autotools updates ++++ xfce4-session: - update to version 4.10.1 - remove xfce environment functions and use glib - add shutdown/reboot functionality for systemd - fix logic of the --fast action - bump copyright year - store the child watch id to avoid possible double free - use the async spawn function of glib - autotools updates - remove gnome-keyring remains - handle multiple interactive session save - translation updates - remove obsolete xfce4-session-avoid-possible-double-free.patch, xfce4-session-handle-multiple-interactive-session-save.patch ++++ perl-RPC-XML: - update to version 0.77 * Make RPC::XML::Server work with Net::Server again, after the API changes of Net::Server 2.x. * Correct handling of dateTime parameters * Add port to Host header in client requests. * Fix spelling error in man page * improve tests - remove patches which are unused since a long time * RPC-XML-0.53-ext-daemon-and-header-cb.dif * RPC-XML-0.60-fix-utf8.dif ++++ telepathy-idle: - Update to version 0.1.16: + Enhancements: - Add support for interactive TLS certificate validation, fixing the regression in 0.1.15 that self-signed certificates could not be used any more (fdo#57130). - Changes from version 0.1.15: + Fixes: - Validate TLS certificates properly, preventing man-in-the-middle attacks (CVE-2007-6746, fdo#63810). - Fix compilation and regression tests with GLib 2.36. - Drop libopenssl-devel BuildRequires: no longer needed. ++++ xfce4-appfinder: - update to version 4.10.1 - use new glib 2.32 api - autotools updates - detach from icon theme to avoid segfault - protect against possible null pointers - translation updates ++++ xfce4-settings: - update to version 4.10.1 - autotools updates - xsettingsd: Unset input method properties - appearance: Fix gtk3 theme detection in install script - xfsettingsd: Check service name of NameOwnerChanged - translation updates ++++ xfce4-terminal: - update to version 0.6.2: - autotools updates - fix toolbars -> toolbar in docs - check display for the real display, not display.screen - display checking on drop-down windows - fix format warning - only call g_type_init on glib < 2.36 - translation updates ++++ xfwm4: - update to version 4.10.1 - autotools updates - small optimization in shadow loop - some small optimizations in placement code - do not write empty session files - fix wrong debug message - fix crash in settings dialog with wrong title alignment value - implement NET_WM_MOVERESIZE_CANCEL message - translation updates - removed obsolete xfwm4-implement-net_wm_moveresize_cancel-message.patch, xfwm4-fix-crash-in-settings-dialog.patch, xfwm4-fix-bug-in-workspace-deletion.patch ------------------------------------------------------------------ ------------------ 2013-5-4 - May 4 2013 ------------------- ------------------------------------------------------------------ ++++ kdepim4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 - Dropped patches included with this release: 0001-Add-missing-mimetype-for-contact-groups-in-the-direc.patches, 0002-Use-the-index-we-just-calculated-a-bit-faster.patch, 0003-Fix-kmail-autocompletion-from-akonadi.patch and 0004-Fix-Bug-316256.patch ++++ ark: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ blinken: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdesdk4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdebase4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kiten: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ gwenview: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kactivities4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kalgebra: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kalzium: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kanagram: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kate: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kbruch: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kcalc: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kcharselect: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kcolorchooser: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kde4-filesystem: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdebase4-workspace: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 - Dropped fix-plasma-theme-workaround-tabbox.patch, it's included in this release ++++ kde4-l10n: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 - Added remove_extragear.patch, workaround for kde#319543 ++++ kde4-print-manager: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdeartwork4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdebase4-runtime: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkdegames: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdelibs4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kdenetwork4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 - Added fix_v4l_deprecations.patch, fixes usage of interfaces deprecated with 3.9 kernel ++++ kdepimlibs4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kernel-default: - rpm/config.sh: Drop the ARM repository in Kernel:HEAD Use the "ports" repository of openSUSE:Factory instead. - commit 6fc0bd5 ++++ kernel-desktop: - rpm/config.sh: Drop the ARM repository in Kernel:HEAD Use the "ports" repository of openSUSE:Factory instead. - commit 6fc0bd5 ++++ kernel-pae: - rpm/config.sh: Drop the ARM repository in Kernel:HEAD Use the "ports" repository of openSUSE:Factory instead. - commit 6fc0bd5 ++++ kgamma: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kgeography: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ khangman: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kig: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kio_audiocd: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kamera: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ klettres: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kmag: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kmahjongg: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kmines: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kmix: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kmousetool: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kmplot: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ konsole: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kpat: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kreversi: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kross-interpreters: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kruler: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kscd: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ ksnapshot: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kstars: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ ksudoku: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ ktouch: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kwalletmanager: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ kwordquiz: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ analitza: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkcddb4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkcompactdisc4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkdcraw: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkdeedu4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkexiv2: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkipi: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libkmahjongg: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libksane: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ lightdm: - Added lightdm-fix-pkgconfig.patch, fixes liblightdm-3 pc file ++++ marble: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ libnepomukwidgets: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ nepomuk-core: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ okular: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ oxygen-icon-theme: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ parley: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ permissions: - cdrecord currently has no special permissions approved (bnc#550021) - append a / ++++ plasma-addons: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ python-kde4: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ step: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ++++ sweeper: - Update to 4.10.3 * Bugfix release * See http://www.kde.org/announcements/announce-4.10.3.php * resolves bnc#818500 ------------------------------------------------------------------ ------------------ 2013-5-3 - May 3 2013 ------------------- ------------------------------------------------------------------ ++++ SuSEfirewall2: - clarify what the default is in FW_MASQ_NETS (bnc#817233) - removed the --rttl option in recent matches, as this could also be used by attackers (bnc#800719) ++++ git: - Don't own /etc/apache2, buildrequire apache2 instead. ++++ intel-gpu-tools: - renamed latest patch according to our policy ++++ kernel-default: - rpm/mkspec: Stop generating the get_release_number.sh file It was only needed for the old KOTD. - commit ee71b69 ++++ kernel-desktop: - rpm/mkspec: Stop generating the get_release_number.sh file It was only needed for the old KOTD. - commit ee71b69 ++++ kernel-pae: - rpm/mkspec: Stop generating the get_release_number.sh file It was only needed for the old KOTD. - commit ee71b69 ++++ kiwi: - v5.05.11 released - fixed xen dom0 boot configuration * the xen hypervisor was copied by kiwi as 'xen.gz.vmx' but the configuration was written to search for xen.gz and failed - don't use the same inode count calculated for root for the boot and/or efi filesystem - fixed restore of boot partition in recovery/restore mode for systems which uses an extra boot partition ++++ krb5: - let krb5-mini conflict with all main packages ++++ libcares2: - Use the genuine upstream tarball - Verify tarball using gpg-offline ++++ texlive: - Let texlive-pdfjam require texlive-pdfpages (bnc#814804) - Let texlive-pdftools require texlive-pst-pdf (bnc#812286) - Correct license boolean for biber packages - Let texlive-tex4ht-bin conflict with ht due path /usr/bin/ht - Let texlive-lcdftypetools(-bin) packages depend on lcdf-typetools package or conflict. ++++ linux-glibc-devel: - Update to kernel headers from 3.9 final. ++++ totem: - Remove pkgconfig(mx-1.0) BuildRequires: no longer needed since version 3.5.90. ++++ python-numpy: - Update to 1.7.1 * Bugfixes ++++ virtualbox: - updated to virtualbox 4.2.12 * VMM: fixed a Guru Meditation on putting Linux guest CPU online if nested paging is disabled * VMM: invalidate TLB entries even for non-present pages * GUI: Multi-screen support: fixed a crash on visual-mode change * GUI: Multi-screen support: disabled guest-screens should now remain disabled on visual-mode change * GUI: Multi-screen support: handle host/guest screen plugging/unplugging in different visual-modes * GUI: Multi-screen support: seamless mode: fixed a bug when empty seamless screens were represented by fullscreen windows * GUI: Multi-screen support: each machine window in multi-screen configuration should have correct menu-bar now (Mac OS X hosts) * GUI: Multi-screen support: machine window View menu should have correct content in seamless/fullscreen mode now (Mac OS X hosts) * GUI: VM manager: vertical scroll-bars should be now updated on content/window resize * GUI: VM settings: fixed crash on machine state-change event * GUI: don't show warnings about enabled or disabled mouse integration if the VM was restored from a saved state * Virtio-net: properly announce that the guest has to handle partial TCP checksums (bug #9380) * Storage: Fixed incorrect alignment of VDI images causing disk size changes when using snapshots (bug #11597) * Audio: fixed broken ALSA & PulseAudio on some Linux hosts due to invalid symbol resolution (bug #11615) * PS/2 keyboard: re-apply keyboard repeat delay and rate after a VM was restored from a saved state (bug #10933) * BIOS: updated DMI processor information table (type 4): corrected L1 & L2 cache table handles * Timekeeping: fix several issues which can lead to incorrect time, Solaris guests sporadically showed time going briefly back to Jan 1 1970 * Main/Metrics: disk metrics are collected properly when software RAID, symbolic links or rootfs are used on Linux hosts * VBoxManage: don't stay paused after a snapshot was created and the VM was running before * VBoxManage: introduced controlvm nicpromisc (bug #11423) * VBoxManage: don't crash on controlvm guestmemoryballoon if the VM isn't running (bug #11639) * VBoxHeadless: don't filter guest property events as this would affect all clients (bug #11644) * Guest control: prevent double CR in the output generated by guest commands and do NLS conversion * Linux hosts / guests: fixed build errors on Linux 3.5 and newer kernels if the CONFIG_UIDGID_STRICT_TYPE_CHECKS config option is enabled (bug #11664) * Linux Additions: handle fall-back to VESA driver on RedHat-based guests if vboxvideo cannot be loaded * Linux Additions: RHEL/OEL/CentOS 6.4 compile fix (bug #11586) * Linux Additions: Debian Linux kernel 3.2.0-4 (3.2.39) compile fix (bug #11634) * Linux Additions: added auto-logon support for Linux guests using LightDM as the display manager * Windows Additions: Support for multimonitor. Dynamic enable/disable of secondary virtual monitors. Support for XPDM/WDDM based guests * X11 Additions: support X.Org Server 1.14 (bug #11609) ++++ systemd-presets-branding-openSUSE: - as we have multiversion kernels enabled by default, we also need to enable purge-kernels by default (bnc#818317). ++++ yast2: - Added functionality for checking network entry with optional netmask in IP or CIDR format (bnc#800592). - Using new IP::CheckNetwork in Firewall (bnc#800592). - ValidNetwork definition moved to IP module. - 2.23.25 ++++ yast2-installation: - call unicode_start/stop and initviocons only on consoles (bnc#800790) - fixed check for missing initviocons - 2.24.3 ++++ zypper: - Add -E, --show-enabled-only option to list repos/services command (FATE#314994) - version 1.9.0 ------------------------------------------------------------------ ------------------ 2013-5-2 - May 2 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - update to Mesa 9.1.2: * [965gm] green artifacts when using GLSL in XBMC (fdo#44567) * many new symbols in libxatracker after recent automake work (fdo#59238) * [SNB/IVB/HSW Bisected]Oglc draw-buffers2(advanced.blending.none) segfault (fdo#59445) * [i965 Bisected]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both) fails (fdo#59495) * [r300g] Unigine Heaven 3.0: all objects are black (fdo#60503) * Firefox 18.0.2 Crash On Nvidia GeForce2 (fdo#60510) * [SNB Bisected] kwin_gles screen corruption (fdo#61197) * [IVB] corrupt rendering with UBOs (fdo#61317) * glEdgeFlag can't be set to false (fdo#61395) * nullpointer dereference causes xorg-server segfault when nouveau DRI driver is loaded (fdo#61947) * llvmpipe: Fragment Shader with "return" in main causes back output (fdo#62357) * other bugfixes - Drop u_remove-os-abi-tag.patch, fdo#26663 is fixed with this release ++++ exo: - also deliver helpers.rc into a API-versioned subdirectory, it is directly read by the library as well - rename exo-branding-upstream to libexo-1-0-branding-upstream - continue delivering %{_libdir}/xfce4 - add use-versioned-helpers-db.patch in order to use a versioned helpers files DB since some of the desktop files are tied to the exo API version (e.g. by using exo-compose-mail-1) - consequently also merge exo-data into libexo-1-0 ++++ gnome-nettool: - Update to version 3.8.0: + Minor bug fixes. + Port to new documentation infrastructure. + Updated translations. - Replace gnome-doc-utils-devel BuildRequires with yelp-tools, following upstream. ++++ haveged: - haveged 1.7a * Correct VPATH issues and modify check target to support parallel builds and changes in automake 1.13 test harness. Updated sample spec file and other documentation changes. ++++ kernel-default: - rpm/kernel-spec-macros: Properly handle KOTD release numbers with .g suffix - commit ccb20c3 - rpm/kernel-spec-macros: Drop the %release_num macro We no longer put the -rcX tag into the release string. - commit b88e78f ++++ kernel-desktop: - rpm/kernel-spec-macros: Properly handle KOTD release numbers with .g suffix - commit ccb20c3 - rpm/kernel-spec-macros: Drop the %release_num macro We no longer put the -rcX tag into the release string. - commit b88e78f ++++ kernel-pae: - rpm/kernel-spec-macros: Properly handle KOTD release numbers with .g suffix - commit ccb20c3 - rpm/kernel-spec-macros: Drop the %release_num macro We no longer put the -rcX tag into the release string. - commit b88e78f ++++ kiwi: - fixed activation of md-raid array if no repartition process takes place - fixed display of language selection dialog: * if lang is _not_ set in /proc/cmdline we will now use the first language set in kiwi_language for the boot image. Thus a language selection dialog only appears if lang is explicitly set to 'ask' - fixed setup of recovery in a raid image. The meta information telling the system how big the recovery partition should be is now stored in the kiwi initrd and not in the image as it was before. According to this the broken mount code at that place could be removed ++++ krb5: - add conflicts between krb5-mini and krb5-server ++++ libcares2: - Get rid of outdated autotools construct to fix build with new automake-1.13 ++++ xfce4-branding-openSUSE: - follow the exo package changes and rename exo-branding-openSUSE to libexo-1-0-branding-openSUSE and move helpers.rc in an API-versioned subdirectory ++++ glibmm2: - Update to version 2.36.2: + Revert this change from 2.36.1, which should not have appeared in a stable release yet: - Custom Interfaces: Implement derived interface properties. ++++ gtkmm3: - Update to version 3.8.1: + Gtk: - Widget: Don't call signal_hide handlers on a widget being deleted, to fix a crash in some applications (bgo#605728). ++++ lightdm: - import pam config used by the gdm greeter which includes common-session that in turn contains pam_systemd and registers the greeter session allowing suspend/hibernate/reboot/shutdown - consequently remove lightdm.rules workaround for policykit - remove support for openSUSE 12.1 - remove dependency on upower - amend lightdm.rules with a rule for logind ++++ lockdev: - Fix build with new automake ++++ snapper: - added PAM module from mge - version 0.1.4 ++++ soprano: - Update to 2.9.1 * Faster streaming for datetime literals * Add a stop method in the LocalServer * Fixed bugs in LocalSocket and AsyncQuery ++++ thunar: - modified thunar-use-xdg-icon-spec-icons.patch in order to fix the thuar-sento-email icon ++++ xfce4-panel: - own %{_datadir}/xfce4 ++++ libyui-gtk-pkg: - Fixed translation (bnc#721389) - Version 2.42.4 ++++ libzypp: - Discourage using SafeBool in favor of explicit operator bool - version 13.1.0 (1) ++++ lxtask: - lxtask-automake-1.12.diff: allow future automake versions by simply not checking them in autogen.sh ++++ man-pages: - update to version 3.51 * Newly documented interfaces in existing pages sched_rr_get_interval.2 Document /proc/sys/kernel/sched_rr_timeslice_ms proc.5 Document /proc/[pid]/map_files directory This directory was added in Linux v3.3 and provides info about files being mmap-ed in a way very similar to how /proc/[pid]/fd works. v2: Added examples of how links look like and noted dependency on kernel config option CONFIG_CHECKPOINT_RESTORE. Document /proc/sys/kernel/shm_rmid_forced capabilities.7 Document /proc/sys/kernel/cap_last_cap * Global changes * Various pages Global fix: fix placement of word "only" * Various pages License headers: consistent format * Various pages Global fix: s/since kernel/since Linux/ * Various System V IPC pages in Section 2 Add "System V" to .TH line and text Make it clear that these pages relate to System V IPC, not POSIX IPC. * Changes to individual pages access.2 Clarify RETURN VALUE for F_OK See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705293 alarm.2 Correct the description of behavior when 'seconds' is 0 clone.2 Add prototype for syscall to SYNOPSIS And further clarify the distinction between the system call and the wrapper function in the introductory text. Update feature test macro requirements The requirements quietly changed changed in glibc 2.14 See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749 Clarify differences between clone2() syscall and wrapper function Note those architectures where the sys_clone argument order differs Add short subsection noting that blackfin, m68k, and sparc are different Move clone2() text to subsection in description The description of ia64 clone2() should follow the discussion of the raw system call interface. Change subhead for ia64 discussion getcpu.2 Recommend that 'tcache' should be specified as NULL nowadays io_cancel.2 Improve description io_destroy.2 Improve description The description was rather vague, citing a "list of I/O contexts" and stating that it "can" cancel outstanding requests. This update makes things more concrete so that the reader knows exactly what's going on. io_getevents.2 The 'timeout' argument is not updated I looked back through the kernel code, and the timeout was never updated in any case. I've submitted a patch upstream to change the comment above io_getevents. io_setup.2 Clarify nr_events nr_events is technically the number of completion events that can be stored in the completion ring. The wording of the man page: "capable of receiving at least nr_events" seems dubious to me, only because I worry that folks might interpret that to mean 'nr_events' total, instead of 'nr_events' concurrently. Further, I've added information on where to find the per-user limit on 'nr_events', /proc/sys/fs/aio-max-nr. Let me know if you think that is not relevant. listxattr.2 Explain use of 'size' argument lseek.2 _GNU_SOURCE must be defined to get SEEK_DATE and SEEK_HOLE definitions See http://sourceware.org/bugzilla/show_bug.cgi?id=15312 mmap.2 Add pointers to relevant /proc files described in proc(5) posix_fadvise.2 pread.2 readahead.2 sync_file_range.2 truncate.2 Refer to syscall(2) for ABI semantics on certain 32-bit architectures Also: in sync_file_range.2 and posix_fadvise.2 remove description of conventional calling signature as flawed, and in posix_fadvise.2, de-emphasize focus on ARM, and rather phrase as a more general discussion of certain architectures. readdir.2 readdir(2) doesn't exist on x86-64 semop.2 Clarify the discussion of 'semadj' shmctl.2 Refer to proc(5) for description of /proc/sys/kernel/shm_rmid_forced syscall.2 Add notes that caution users when passing arguments to syscall() For example, passing 'long long' on ARM-32 requires special treatment. Document the exact calling convention for architecture system calls Add PA-RISC details under calling conventions Refine discussion of ARM and other ABIs syscalls.2 Update kernel version number at start of list umask.2 SEE ALSO: add acl(5) unshare.2 Update feature test macro requirements The requirements quietly changed changed in glibc 2.14 See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749 fopencookie.3 Correct definition of cookie_io_functions_t pthread_setname_np.3 The thread argument is passed in by value readir.3 seekdir.3 telldir.3 Eliminate the implication that these functions deal with "offsets" The directory position dealt with by the readdir() and friends is not a simple file offset in modern file systems. Typically, it is some kind of cookie value. Add text and make other changes to these pages to eliminate the implication that this is an offset, and warn the reader that directory positions should be treated strictly as opaque values. In the process, rename the 'offset' argument of seekdir(3) to 'loc', and add some text to readdir(3) to note that the 'd_off' field is the same value returned by telldir(3) at the current directory position. See also https://lwn.net/Articles/544298/ scalb.3 Fix prototypes for scalbf() and scalbl() sched_getcpu.3 Update feature test macro requirements The requirements quietly changed changed in glibc 2.14 See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749 ualarm.3 Add note on the behavior when 'usecs' is zero POSIX.1-2001 does not specify the behavior in this case and no other system that I checked documented the behavior. Probably, most or all systems do what Linux does in this case: cancel any pending alarm, just as alarm(0) does. Add that info in NOTES. elf.5 Add byte positions for all EI_xxx fields When describing e_ident, most of the EI_xxx defines mention the exact byte number. This is useful when manually hacking an ELF with a hex editor. However, the last few fields don't do this, which means you have to count things up yourself. Add a single word to each so you don't have to do that. proc.5 Refer to sched_rr_get_interval(2) for info on sched_rr_timeslice_ms Since Linux 3.9, /proc/sys/kernel/sched_rr_timeslice_ms can be used to change the SCHED_RR quantum. SEE ALSO: Add sysctl(8) Simplify the example of printing out environ The binutils package contains a very handy utility to print out null-byte delimited strings from a file. This can replace a rather complex expression with cat(1) provided as an example for printing out /proc/[pid]/environ. Update /proc/PID/maps example Update to 64-bit example that includes "[heap]", "[stack], and "[vdso]" Formatting fixes for /proc/PID/maps Document the "pathname" field of /proc/PID/maps Add reference to capabilities(7) for /proc/sys/kernel/cap_last_cap /proc/PID/maps: add a reference to mmap(2) ip.7 Document IP_MULTICAST_ALL This commit adds documentation for the IP_MULTICAST_ALL socket option. The option was added to the Linux kernel in 2.6.31: Author Nivedita Singhvi Commit f771bef98004d9d141b085d987a77d06669d4f4f The description is based on a previous one [3] posted by the original author of the code -- Nivedita, but it is slightly re-worded. I tested it myself and it works as described. References: [1] http://lxr.free-electrons.com/source/net/ipv4/ip_sockglue.c#L972 [2] http://lxr.free-electrons.com/source/net/ipv4/igmp.c#L2267 [3] http://patchwork.ozlabs.org/patch/28902/ units.7 units should use an actual µ The units(7) man page uses an ASCII u in place of the actual Greek letter mu. Since we're in the twenty-first century, with UTF-8-compatible terminals and terminal emulators, we should use the actual letter µ instead of an ASCII approximation. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704787 ++++ mkinitrd: - setup-storage: Support /dev/md/ subdir ++++ python-httplib2: - Add httplib2-bnc-818100.patch (bnc#818100): Fix for subsequent request SSL certificate validation ++++ soprano-backend-virtuoso: - Update to 2.9.1 * Faster streaming for datetime literals * Add a stop method in the LocalServer * Fixed bugs in LocalSocket and AsyncQuery ++++ tomboy: - Update to version 1.15.1: + Fix HTML export with colon. + Add preference for startup notes. + Updated translations. ++++ wget: - Update to version 1.14 + add support for content-on-error. It allows to store the HTTP payload on 4xx or 5xx errors. + add support for WARC files. + fix a memory leak problem in the GNU TLS backend. + autoreconf works again for distributed tarballs. + print some diagnostic messages to stderr not to stdout. + report stdout close errors. + accept the --report-speed option. + enable client certificates when GNU TLS is used. + add support for TLS Server Name Indication. + accept the arguments --accept-reject and --reject-regex. + the GNU TLS backend honors correctly the timeout value. + add support for RFC 2617 Digest Access Authentication. - Drop patchs obsoleted by upstream + wget-sni.patch + wget-stdio.h.patch - Rebase patchs to work with upstream + wget-openssl-no-intern.patch > wget-1.14-openssl-no-intern.patch + wget-no-ssl-comp.patch > wget-1.14-no-ssl-comp.patch - add makeinfo BuildRequires to fix build ++++ xterm: - cleanup of spec file and patches ++++ yast2: - Re-enabling all disabled items (steps, proposals) if stagemode has changed (bnc#813072) - 2.23.24 - correct function signature for Pkg::CallbackErrorScanDb() callback ++++ yast2-network: - bnc#813232 - fixed parsing hostname in DNS module. Number from begining is not stripped anymore. - 2.25.1 ++++ yast2-vm: - bnc#817943 - Selecting some virtualization packages during install is causing bridged networking to be set up (s390x) ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-5-1 - May 1 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa-demo: - let Mesa-demo-x own /usr/lib*/mesa-demos/ and /usr/lib*/mesa-demos/xdemos/ ++++ anjuta: - Update to version 3.9.1: + anjuta_language_provider: add proposals() function. + anjuta-tabber: - Always use the padding of an active tab in y-direction size allocation. - don't iterate list to check if node is first/last. - fix calculation of region flags. - implement gtk_container_get_path_for_child(). - remove call to gtk_widget_style_attach(). - remove the total padding from total width. - rework size allocation. - take focus-padding into account when rendering focus. - use tab_curvature for left/right space of first/last tab. + dir-project: - check for NULL groups in dir_project_is_loaded(). - fix compile error. + document-manager: - don't allocate AnjutaDocmanPriv ourselves. - don't free AnjutaDocmanPriv ourselves. - fix compile warning. - pack notebook with width 1. - remove margin around the document combo box. + git: - Add a stash button to the Status command bar. - Fix more names in the glade file. - Fix setting of a custom author in the commit panel. - Fix widget names. - Implement adding files by dragging them onto the status view. - Implement branch switching by double-click. - More glade file name fixes. - Pack the dock and the command bar together. - Use actions for recurring items in the glade file. - Use a toggle button to show and hide the command bar. - Widget name fixes. + language-support-js: - replace one more use of ianjuta_editor_assist_proposals(). - use anjuta_language_provider_proposals(). + language-support-python: - replace one more use of ianjuta_editor_assist_proposals(). - use anjuta_language_provider_proposals(). + libanjuta: Improve editor modeline support. + libanjuta/manuals: Update documentation sections. + message-view: - Use AnjutaCloseButton in tabs. - use a single box for the tab widget. + mk-project: - Ignore conditional directives in makefile. - Prevent a crash. + parser-cxx: - fix compilation warning. - use anjuta_language_provider_proposals(). + project-wizard: Use dist_doc_DATA for documentation text files. + sourceview: remove filtering of single proposals matching pre_word. + symbol-db-query: change order of property installation in SymbolDBQuery. + Update doap file. + Use dist_doc_DATA for documentation text files. + Bugs fixed: bgo#680770, bgo#688611, bgo#696023, bgo#696984, bgo#696990, bgo#697030, bgo#698011. + Updated translations. - Drop anjuta-glade.xml source: it's included in the tarball. ++++ bluedevil: - bluedevil-confirmmodechange-typo.patch: Fix typo when calling bluedevil-confirmmodechange (bnc#817958 bko#316314) ++++ cheese: - Update to version 3.9.1: + Fix UI string in avatar chooser test. + Use AM_VALAFLAGS rather than VALAFLAGS. + Avoid Vala warning about copying delegates. + Use "autocluttersink" instead of "cluttersink". + Modernize clutter usage. + Fix cheese_thumb_view_new() prototype. + Remove some unnecessary "static" keywords. + Update the gschema to use "photo" and "image". + Improve "Fire Flash" string in the Preferences. + Fix typos in help. + Improve more translatable strings (bgo#695459). + Updated translations. ++++ colord: - Update to version 0.1.34: + New Features: - Add a ICC transform object for simple RGB conversions. - Add an example for using CdIcc in applications. - Add an internal program to scan a directory of ICC profiles for warnings. - Add a warning for RGB profiles with unlikely whitepoint values. - Add a webservice URI example that can upload a profile to the Internet. - Add device metadata OutputEdidMd5 so we can build a UCMM shim layer. - Add functionality to return the response of the CdIcc profile object. - Add getting and setting the VCGT table in CdIcc. - Add new systemd macros to the example spec file. - Add Qt DBus annotations. + Bugfixes: - Allow clients to call org.freedesktop.DBus.Peer. - Correct a lot more company names when creating devices. - Do not automatically add EDID profiles with warnings to devices. - Fix building RGB working space profiles when using OpenBSD/sparc64. - Fix standard-space property name into a compilable name. - Increase the delay between patches in the session-helper. - Install the bash completion support into /usr. - Add pkgconfig(bash-completion) BuildRequires: allow configure to detect where to install the bash completion. ++++ file-roller: - Update to version 3.9.1: + Adedd .tar.rz support. + Updated translations. ++++ gcr: - Update to version 3.9.1: + Vapi bindings (bgo#689685). + Don't import to 'xdg' module in the importer. + Add appropriate icon for p11-kit trust module. + Handle cases where no certificate data is available. + Build fixes. - Add vala BuildRequires: new dependency for the vapi bindings. ++++ glib-networking: - Update to version 2.37.1: + gnutls: - bgo#695062: Fixed a hang while rehandshaking with gnutls 3.x. - bgo#697754: Fixed a handshaking crash in multithreaded use. + proxy/gnome: - Fix "automatic" mode, which was mistakenly being treated as "none". - bgo#698936: Use this in Unity sessions as well as GNOME ones. + Updated translations. ++++ glib2: - Update to version 2.37.0: + The syntax for detailed action names has been documented, and a parser API for them is now provided. + GApplication has gained a busy state. + Lib can now be built with the bionic C library. + GIcon can now be serialized to a GVariant. + Bugs fixed: bgo#548353, bgo#645881, bgo#665445, bgo#672018, bgo#688820, bgo#688954, bgo#689223, bgo#695156, bgo#696108, bgo#696629, bgo#696652, bgo#696857, bgo#697131, bgo#697160, bgo#697250, bgo#697365, bgo#697367, bgo#697386, bgo#697595, bgo#697601, bgo#697626, bgo#697771, bgo#697887, bgo#697942, bgo#698056, bgo#698081, bgo#698455, bgo#698457, bgo#698478, bgo#698595, bgo#698655, bgo#698686, bgo#698716, bgo#698999, bgo#699001, bgo#699361. + Updated translations. - Clean spec-file from BUILD_FROM_VCS remainders. - Add libtool BuildRequires and call to autoreconf, as the tarball is looking for aclocal-1.13 (and we run 1.12; reconfiguring fixes the underlying issue). ++++ gnome-keyring: - Update to version 3.9.1: + Fix implementation of LockService dbus method (bgo#690466). + Build fixes. + Updated translations. - Drop pkgconfig(libtasn1) BuildRequires: no longer needed. ++++ gnome-online-accounts: - Update to version 3.9.1: + Bugs fixed: bgo#669040, bgo#694313, bgo#695118, bgo#695768, bgo#695886, bgo#698178, bgo#698203. + Updated translations. ++++ gnome-shell: - Update to version 3.9.1: + Add additional toggle-overview keybinding (bgo#698251). + Disable shortcut when sticky keys are enabled (bgo#685974). + Disable tray context menu while a notification displays (bgo#695800). + Watch GApplication busy state (bgo#697207). + Disable style transitions if animations are disabled (bgo#698391). + Filter out hidden applications from "Frequent" view (bgo#696949). + Fix window previews swapping place randomly (bgo#694469, bgo#698776). + Add support for serialized GIcons in remote search providers (bgo#698761). + Fix hotcorner regression in RTL locales (bgo#698884). + Allow some keybindings to work while a top bar menu is open (bgo#698938). + Make open-app-menu keybinding a toggle action (bgo#686756). + Only recognize common URL schemes in notification messages (bgo#661225). + Misc fixes and cleanups: bgo#698531, bgo#698622, bgo#698427, bgo#698483, bgo#698513, bgo#697203, bgo#698959, bgo#698918, bgo#699029, bgo#699075, bgo#696720, bgo#649748. + Updated translations. ++++ gnome-shell-extensions: - Update to version 3.9.1: + Updates to window-list, xrandr-indicator, orkspace-indicator and windowsNavigator for gnome-shell changes. + Updated translations. ++++ seahorse: - Update to version 3.9.1: + Add a shell search provider for passwords and keys (bgo#694606). + Start using vala for internal interfaces. + Build fixes. + Updated translations. - Add vala BuildRequires: needed, as internals are now built in vala. - Create new subpackage gnome-shell-search-provider-seahorse. ++++ gparted: - Update to version 0.16.1: + Avoid another crash in GParted when moving or copying partitions (bgo#697727). + Fix GParted doesn't compile on RHEL / CentOS 5.9 (bgo#695279). + Recognise HFSX variant as an HFS+ file system (bgo#698876). ++++ gvfs: - Update to version 1.17.0: + daemon: - Tweak read sizes. - Close channels belonging to the active mount only. - Add infrastructure for the backends to exit cleanly. + channel: - Unqueue cancelled requests. - Verify that replies are for the right serial. + mtp: - Refactor read path in preparation for supporting normal files. - Use Android extensions to support in place read and write of files. - Use normal filenames in paths. - When removing cache entries, remove children too. - Clear previous cache entries when refreshing a directory. - Clear cache and emit delete events when an object is removed. - Handle overwriting of files in do_push and do_pull correctly. - Use standard name for SD Card icon. + GVfsIcon: support icon serialisation. + Man pages typo fixes. + Updated translations. - Add gvfs-mtp-build.patch: fix signature of add_cache_entry(). ++++ glibmm2: - Update to version 2.36.1: + Custom Interfaces: Implement derived interface properties. + gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func(). + Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly. ++++ libgnome-keyring: - Update to version 3.9.1: + Build fixes and tweaks. ++++ liblangtag: - Version bump to 0.5.1 * resolves abi compatibility issues. ++++ lightdm: - Update to version 1.7.0 - Use logind instead of ConsoleKit if it is available - Use Q_SLOTS and Q_SIGNALS instead of slots and signals. - Ignore stale X server locks - Pass through system locale or set locale from AccountsService/.dmrc - Fix bug where seat failure before D-Bus acquired would not stop daemon - Dropped patches due to upstream inclusion: - lightdm-make-sessions-inherit-system-default-locale.patch - lightdm-fix-language-setting.patch - lightdm-do-not-strip-codeset-from-language.patch - lightdm-fix-function-declarations-missing-prototypes.patch - Drop Require for ConsoleKit-X11 as that lightdm now supports systemd ++++ mutter: - Update to version 3.9.1: + Fix miscellaneous memory leaks (bgo#698710). + Misc fixes and cleanups (bgo#698179, bgo#697758). ++++ python-gobject: - Update to version 3.9.1: + Drop support for Python 2.6. + Bugs fixed: bgo#698547, bgo#699096, bgo#698829, bgo#685218, bgo#685218, bgo#698366, bgo#698444, bgo#698477, bgo#697363, bgo#696143, bgo#696646, bgo#697951, bgo#693405, bgo#696648, bgo#696646, bgo#696892, bgo#686914, bgo#686795. ++++ python3-gobject: - Update to version 3.9.1: + Drop support for Python 2.6. + Bugs fixed: bgo#698547, bgo#699096, bgo#698829, bgo#685218, bgo#685218, bgo#698366, bgo#698444, bgo#698477, bgo#697363, bgo#696143, bgo#696646, bgo#697951, bgo#693405, bgo#696648, bgo#696646, bgo#696892, bgo#686914, bgo#686795. ++++ libsoup: - Update to version 2.43.1: + Including no longer pulls in the system networking headers. This may cause some packages to no longer compile, if they were accidentally depending on this. Adding "#include " will fix them (bgo#692134). + Fixed SoupSession:proxy-resolver (bgo#698163). + Added soup_message_set_priority(), to mark messages as being high, low, or normal priority, and update the message queue to prioritize them accordingly (bgo#696277). + Fixed several test programs to still work if glib-networking isn't installed and fixed another to still work if the kernel has no IPv6 support (bgo#698220). ++++ tracker: - Update to version 0.16.1: + libtracker-common: - Implemented get_memory_total() on OpenBSD - Added support in dbus process idenfitification for OpenBSD + libtracker-data: - Fixed unit tests for localtime/timezone functions - Fixed AS ?foo handling in FTS queries + libtracker-sparql: Fixed connection singleton mutex issue + tracker-tag: - Fixed --list (-t) to use logical OR, not AND - Fixed GLib-WARNING **: goption.c:2193: ignoring no-arg.. + Bugs fixed: bgo#697719, bgo#697809, bgo#697688, bgo#697316. + Updated translations. ++++ tracker-extras: - Update to version 0.16.1: + libtracker-common: - Implemented get_memory_total() on OpenBSD - Added support in dbus process idenfitification for OpenBSD + libtracker-data: - Fixed unit tests for localtime/timezone functions - Fixed AS ?foo handling in FTS queries + libtracker-sparql: Fixed connection singleton mutex issue + tracker-tag: - Fixed --list (-t) to use logical OR, not AND - Fixed GLib-WARNING **: goption.c:2193: ignoring no-arg.. + Bugs fixed: bgo#697719, bgo#697809, bgo#697688, bgo#697316. + Updated translations. ------------------------------------------------------------------ ------------------ 2013-4-30 - Apr 30 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - Add sysconfig and suse-release BuildRequires to properly configure for suse (bnc#817592). - Add --with-netconfig=yes to configure call. - Add additional test in build section to ensure netconfig is detected. This is needed as specifying --with-netconfig=yes does not fail configure if not found. ++++ autoyast2: - fix autoinst scheme with usb (if not mounted) (bnc#817871) ++++ kdevelop4: - Added missing libqjson-devel buildrequires. The build was complaining about not being able to find this. ++++ kernel-default: - Update to 3.9-final. - commit b4b0bc4 ++++ kernel-desktop: - Update to 3.9-final. - commit b4b0bc4 ++++ kernel-pae: - Update to 3.9-final. - commit b4b0bc4 ++++ kiwi: - netboot: fixed setup of swap device in $imageSwapDevice If the partition table stays untouched the variable was not set which caused a broken fstab entry for swap. This patch makes sure the swap device variable is set in any case - don't show the same message twice - removed unneeded/wrong message ++++ libQtWebKit4: - Disable GStreamer 1.0 for 12.3, causes issues with e.g. Amarok ++++ tiff: - security update * CVE-2013-1961.patch [bnc#818117] * CVE-2013-1960.patch [bnc#817573] ++++ libyui-ncurses: - Use YSettings::localeDir() instead of LOCALEDIR (bnc #817588) - V 2.43.5 ++++ libyui: - Increased version because of changed function names - Version 3.0.1 ++++ rsyslog: - Adopted config file to stop instead of deprecated "~" action. - Enabled log file signing module lmsig_gt using GuardTime as separate rsyslog-module-guardtime package. - Moved previously enabled log file encryption module lmcry_gcry and its utility into a separate rsyslog-module-gcrypt package. - update to 7.3.13 [beta] 2013-04-29: - added omrabbitmq module (contributed, untested) Note: this is unsupported and as such was moved immediately into the beta version. Thanks to Vaclav Tomec for providing this module. - bugfix: build problem when –enable-encryption was not selected Thanks to Michael Biebl for fixing this. - doc bugfix: omfile parameter “VeryRobustZip” was documentas as “VeryReliableZip” closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437 Thanks to Thomas Doll for reporting this. - update to 7.3.12 [devel] 2013-04-25: - added doc for omelasticsearch Thanks to Radu Gheorghe for the doc contribution. - omelasticsearch: _id field support for bulk operations closes: http://bugzilla.adiscon.com/show_bug.cgi?id=392 Thanks to Jérôme Renard for the idea and patches. - max number of templates for plugin use has been increased to five - platform compatibility enhancement: solve compile issue with libgcrypt do not use GCRY_CIPHER_MODE_AESWRAP where not available fix compile on Solaris Thanks to Martin Carpenter for the patch. - bugfix: off-by-one error in handling local FQDN name (regression) A remporary buffer was allocated one byte too small. Did only affect startup, not actual operations. Came up during routine tests, and can have no effect once the engine runs. Introduced in 7.3.11. - bugfix: build problems on Solaris closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436 - bugfix: block size limit was not properly honored - bugfix: potential segfault in guardtime signature provider it could segfault if an error was reported by the GuardTime API, because an invalid free could happen then - update to 7.3.11 [devel] 2013-04-23 - added support for encrypting log files (lmcry_gcry plugin) - omhiredis: added support for redis pipeline support Thanks to Brian Knox for the patch. - bugfix: $PreserveFQDN is not properly working Thanks to Louis Bouchard for the patch closes: http://bugzilla.adiscon.com/show_bug.cgi?id=426 - bugfix: imuxsock aborted due to problem in ratelimiting code Thanks to Tomas Heinrich for the patch. - bugfix: imuxsock aborted under some conditions regression from ratelimiting enhancements – this was a different one to the one Tomas Heinrich patched. - bugfix: timestamp problems in imkmsg - Enabled systemd imjournal,omjournal modules on > 12.3. - Enabled mmanon, providing anonymization support - Enabled lmcry_gcry.so, providing log file encryption support and the rscryutil utility to manage the encrypted log files. - Removed obsolete --enable-pthreads configure option. ++++ squid: - Changes for squid 3.2.11 release (29 April 2013) - Fix enter_suid/leave_suid build errors in ip/Intercept.cc - GNU Hurd: define MAP_NORESERVE as no-op when missing - Bug #3833: Option '-k' is not present in squidclient man page - Bug #3817: Memory leak in SSL cert validate for alt_name peer certs - Bug #3822: Locate LDAP and SASL headers in /usr/local/include for BSD support - Bug #3825: basic_ncsa_auth segfaulting with glibc-2.17 - Bug #3774: -k reconfigure drops rock - Bug #3565: Resuming postponed accept kills Squid - HTTP/1.1: partial support for no-cache and private controls with parameters - ssl_crtd: helpers dying during startup on ARM - Updated copyright for icons/SN.png squid-3.2-11813.patch - Revert r11810 - tools.h does not exist in 3.2 squid-3.2-11812.patch ++++ yast2-network: - bnc#793367 - Added loading tun/tap settings from netconfig. - 2.25.0 ++++ yast2-vm: - bnc#817790 - SLES11 SP3 - unable to install KVM Hypervisor and tools via YaST2 on s390x - 2.22.6 ++++ yast2-ycp-ui-bindings: - Adapted setting prog dir in libyui - 2.21.7 ------------------------------------------------------------------ ------------------ 2013-4-29 - Apr 29 2013 ------------------- ------------------------------------------------------------------ ++++ automake: - add a script to replace obsolete macros in configure.* - call it from aclocal to avoid having to patch hundreds of packages ++++ build: - disabling fsync again for newer rpm versions to speed up installation phase again. ++++ clamav: - mirror the amavisd-new change of /var/spool/amavis bnc#663726 ++++ gcc48: - Update to gcc-4_8-branch head (r198420). * Initial round of bugfixes - Enable release checking only. ++++ evolution: - Update to version 3.9.1: + User documentation improvements. + Convert all settings usage to GSettings and remove EShellSettings. + EMailAccountManager: Add Online Account blurbs. + ECalModel: Make view handling thread-safe. + Remove backward-compatibility cruft for goa-1.0 < 3.8. + alarm-queue: Remove the "mail notifications not supported" dialog. + EShellBackend: Log outstanding activities during shutdown. + Workaround broken Free/Busy fetching (bgo#692361). + Remove "Search for sender photograph only in local address books". + Bugs fixed: bgo#271262, bgo#626215, bgo#677300, bgo#696257, bgo#696663, bgo#697141, bgo#697710, bgo#698042, bgo#698487, bgo#698488, bgo#699083. + Updated translations. - Drop pkgconfig(goa-1.0) BuildRequires: following upstream, all gnome-online-accounts dependencies moved to e-d-s. ++++ evolution-data-server: - Update to version 3.9.1: + Start modernizing the EBookBackend and ECalBackend APIs. + Rewrite client connection tracking for factories. + libedata-*: Remove all deprecated backend APIs. + Simplify direct access to address books. + Fix implicit declaration of WIFEXITED. + E*Client: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for close(). + Remove EBookBackendSync. + sqlite addressbook: fix memory corruption in get_revision + Automatically strip D-Bus info from error messages. + EBookBackendSqliteDB: Avoid summary introspection on initial creation. + Switch NULL to empty string in e_util_utf8_{data_}make_valid(). + LC_ADDRESS is a GNU extension. Treat it as such. + CamelStoreSettings::filter-inbox: Change default to TRUE. + Do not consider PGP and S/MIME subparts as attachments. + ECalClient test: test-client-get-revision not broken anymore. + Improve error handling in imapx_server_get_message(). + Fix reference leak in book_client_view_emit_objects_modified(). + Bugs fixed: bgo#271262, bgo#691939, bgo#695578, bgo#696637, bgo#698261, bgo#698726. + Updated translations. - Bump soname defines: so_edata_book to 19 and so_edata_cal to 21. - Updated baselibs.conf, to follow the soname changes. ++++ fetchmail: - added offline gpg verification - update to 6.3.26 [#] CRITICAL BUG FIX for setups using "mimedecode": * The mimedecode feature failed to ship the last line of the body if it was encoded as quoted-printable and had a MIME soft line break in the very last line. Reported by Lars Hecking in June 2011. * Bug introduced on 1998-03-20 when the mimedecode support was added by ESR before release 4.4.1 through code contributed by Henrik Storner. Workaround for older releases: do not use mimedecode feature. * Earlier versions of this NEWS file claimed this bug fixed in fetchmail-6.3.23, but it was not. * Fixes Launchpad Bug#1171818. ++++ galculator: - new upstream version 2.1.2 * This release fixes a handful of bugs: a minor flaw in the build process and migrates some deprecated GUI elements to recent GTK3 * Added Lithuanian Translation. ++++ gnome-chess: - Update to version 3.9.1: + Updated translations. ++++ kernel-default: - Fix highbank sata proc_name. - commit 1c2686d ++++ kernel-desktop: - Fix highbank sata proc_name. - commit 1c2686d ++++ kernel-pae: - Fix highbank sata proc_name. - commit 1c2686d ++++ kiwi: - changed grub2 early boot script to search for the fs-uuid of the boot filesystem in order to locate the config file - DB: rebuild documentation - DB: update config.sh manual page, template fix - use the new baseMount() function in all config.sh scripts provided by the kiwi JeOS templates - added function baseMount() to kiwi script functions. The function mounts all useful kernel filesystems e.g proc, sysfs devpts and binfmt_misc. if the kiwi scripts are called in a contained environment like it is the case if lxc is installed on the image build machine it is required to mount the base filesystems as one of the first steps in the script - make sure binfmt_misc is mounted in the context of config.sh - write etc/default/grub_installdevice, which is not required by grub2 at all but by other tools in openSUSE ++++ kiwi-config-openSUSE: - switch to 13.1 version ++++ atkmm: - Update to version 2.22.7: + Remove the use of g_type_init() because it has been deprecated. ++++ libffi48: - Update to gcc-4_8-branch head (r198420). * Initial round of bugfixes - Enable release checking only. ++++ libgcj48: - Update to gcc-4_8-branch head (r198420). * Initial round of bugfixes - Enable release checking only. ++++ systemd: - Fix systemd-sysv-convert, so empty runlevel folders don't lead to "line 44: [: too many arguments" ++++ pangomm: - Update to version 2.34.0: + Remove the use of g_type_init() because it has been deprecated. ++++ python3-base: - Readd missing bits from ctypes-libffi-aarch64.patch ++++ samba: - Update to 3.6.14. + Certain xattrs cause Windows error 0x800700FF; (bso#9130). - Exclude dbwrap_tool man page from the list of packaged files. ++++ wxWidgets: - add libXt-devel buildrequires to fix Factory build ++++ xfce4-session: - add xfce4-session-avoid-possible-double-free.patch in order to avoid a possible double free crash (bxo#9709, backported from upstream git) ++++ libyui-gtk: - Adapted call for theme dir and locale dir - 2.42.5 ++++ libzip: - make test failure fatal again and add needed timezone and unzip build dependencies - update to 0.11.1 * Fix bugs in zip_set_file_compression(). * Added Zip64 support (large file support) * Added UTF-8 support for file names, file comments, and archive comments * Changed API for name and comment related functions for UTF-8 support * Added zip_discard() * Added ZIP_TRUNCATE for zip_open() * Added zip_set_file_compression() * Added API for accessing and modifying extra fields * Improved API type consistency * Use gcc4's visibility __attribute__ * More changes for Windows support * Additional test cases - split the automake part from ocloexec patch to libzip-autoconf-268.patch - drop already upstream libzip.test.diff - make tests non-fail, until issue will be solved upstream ++++ libzypp: - Testsuite: Workaround boost::thread being not header only since boost-1.50 (boost ticket 7085) - Adaptions to smart_pointer changes in boost-1.53; mainly introduce explicit operator bool; constructible and comparable with nullptr_t. - Bump major version for Factory 12.x is continued on SuSE-Code-12_3-Branch - version 13.0.0 (0) ++++ python-lxml: - update to 3.2.0: * Leading whitespace could change the behaviour of the string parsing functions in ``lxml.html``. * LP#599318: The string parsing functions in ``lxml.html`` are more robust in the face of uncommon HTML content like framesets or missing body tags. Patch by Stefan Seelmann. * LP#712941: I/O errors while trying to access files with paths that contain non-ASCII characters could raise ``UnicodeDecodeError`` instead of properly reporting the ``IOError``. * LP#673205: Parsing from in-memory strings disabled network access in the default parser and made subsequent attempts to parse from a URL fail. * LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead of overwriting the current value. * LP#715687: lxml.html.clean no longer discards scripts that are explicitly allowed by the user provided whitelist. Patch by Christine Koppelt. ++++ python-six: - update to 1.3.0: - In six.iter(items/keys/values/lists), passed keyword arguments through to the underlying method. - Add six.iterlists(). - Fix Jython detection. ++++ python3: - Readd missing bits from ctypes-libffi-aarch64.patch ++++ timezone: - /etc/localtime must be a symlink to /usr/share/zoneinfo/$TIMEZONE so systemd-timedated and its command line tool timedatectl can work correctly. Yast already does the right thing. ++++ tnftp: - verify tarball using gpg-offline - remove obsoleted PreReq and reformat spec ------------------------------------------------------------------ ------------------ 2013-4-28 - Apr 28 2013 ------------------- ------------------------------------------------------------------ ++++ clamav: - Version 0.97.8 (bnc#816865) * libclamav: Bugs reported by Felix Groebert of the Google Security Team ++++ krb5: - update to version 1.11.2 * Incremental propagation could erroneously act as if a slave's database were current after the slave received a full dump that failed to load. * gss_import_sec_context incorrectly set internal state that identifies whether an imported context is from an interposer mechanism or from the underlying mechanism. - upstream fix obsolete krb5-lookup_etypes-leak.patch ++++ libzypp: - Update zypp-po.tar.bz2 ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-4-27 - Apr 27 2013 ------------------- ------------------------------------------------------------------ ++++ emacs: - For 13+ add etags subpackage, provide ctags via update-alternatives ++++ gstreamer: - Update to version 1.0.7: + Add better support for static plugins. + Bugs fixed: bgo#667305, bgo#696357, bgo#696435, bgo#697791. ++++ gstreamer-plugins-bad: - Update to version 1.0.7: + androidmedia plugin is ported to 1.0. + Bugs fixed: bgo#690949, bgo#696361, bgo#696681, bgo#696785, bgo#697884. ++++ gstreamer-plugins-base: - Update to version 1.0.7: + streamsynchronizer is now a public element, useful in HLS pipelines for example. + Bugs fixed: bgo#682171, bgo#688240, bgo#696540, bgo#696899, bgo#697092, bgo#697162, bgo#697277, bgo#697820, bgo#697824. ++++ gstreamer-plugins-good: - Update to version 1.0.7: + osxaudio plugin ported to 1.0. + Bugs fixed: bgo#695709, bgo#697103, bgo#677560, bgo#685209, bgo#693005, bgo#693727, bgo#696052, bgo#696651, bgo#697113, bgo#697303, bgo#697984, bgo#698224. ++++ ibus-sunpinyin: - fix the crappy libexecdir. * no longer install to /usr/lib/ibus-sunpinyin, even on a x86_64 system. install %{_libdir}/ibus instead. ++++ liblangtag: - Version bump to 0.5 * Enhancements: * Iterator support * Add lt_tag_convert_from_locale_string() * Bug Fixes: * Fix wrong traversal on keys * Fix xml parser for tags in range * Improve portability * Fix broken lt_tag_transform() * Fix the build issue when builddir != srcdir * Fix broken lt_tag_convert_from_locale() * Fix memory leaks * Fix linker issue * Use secure_getenv if available * more - Remove upstreamed patches. ------------------------------------------------------------------ ------------------ 2013-4-26 - Apr 26 2013 ------------------- ------------------------------------------------------------------ ++++ php5: - Conflict with php53 packages so zypper doesn't suggest installing a mix of php53-* (from SLES 11) and php5-* (these 5.4 packages). - Fix build on SLES 11 (no firebird) and openSUSE <= 12.1 (no separate libfbclient2-devel pkg). ++++ build: - cloud support for Amanzon EC2 and openstack - fixed SPEC_REL support - fixed zvm build - fixed uml support - fixing ext4 usage on old distros - final openSUSE 12.3 config - arm build support fixes ++++ libchewing: - revert unnessary renaming chewing-devel back to libchewing-devel. ++++ dhcp: - Added autoreconf -i option to fix build for the new automake ++++ dmidecode: - Enable build for ARM ++++ ed: - update to 1.8 + Ed now stops reading stdin when reaching real End Of File the first time. (Before it needed to reach EOF twice). + Show the "Try 'ed --help' for more information." message if a bad option is given in the command line. + Quote characters in messages have been changed as advised by GNU Coding Standards. + The description of address offsets in the manual and a link to the Bash manual have been fixed. + Displaying of null characters by the "l" command has been fixed. + The condition deciding when to show the message "Newline appended" has been corrected. + The "modified" flag is now set when reading a non-empty file into an empty buffer. + An error that prevented using NUL characters in regular expressions has been fixed. + Ed now signals an error if it can't create a shell process when executing a shell command. + Ed now flushes stdout/stderr before reading a new command. + Man page is now generated with "help2man". All command-line options are now documented in the man page. - use gpg-offline to verify the package tarball - adapt the Summary and Description according current README ++++ enscript: - Added makeinfo BuildRequire to fix build with new automake ++++ fcitx: - in baselibs.conf, obsoletes "libfcitx- < " instead of "=". ++++ git: - require cvsps2 instead of cvsps [bnc#809800] ++++ gnutls: - Added makeinfo BuildRequire to fix build with new automake ++++ grub: - Added makeinfo BuildRequire to fix build with new automake ++++ intel-gpu-tools: - Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix build with new automake ++++ kdebase4-workspace: - Remove plasma-notifications-kill-timer.diff, that was fix for kde#230740, but it is commited upstream 3 years ago - Remove unused patches: kwin-suse.diff, kdm-audit-log.diff, systemsettings-root-kcm.diff, pam-translate.diff and kdm-suspend-hal.diff (which used HAL, but we migrated away from it long ago) - Group patches wheter they are for KDM or Workspace components - Remove checks and obsoletes/provides for no longer supported versions - Fix rpmlint warnings: devel files shipping in the main package and kdm missing logrotate dependency - Remove not needed kdesud %verify checks - Added %kde4_runtime_requires to ksysguard and plasma-calendar packages - Annotate existing patches where possible ++++ kdevelop4: - Update to version 4.5.0 * Unit tests improvements * New file/project templates support * C++ support improvements * User interface polishing ++++ kdevplatform: - Update to version 1.5.0 * Unit tests improvements * Improved file/project templates support * C++ support improvements ++++ kernel-default: - Update Xen patches to 3.9-rc8 and c/s 1229. - commit dd1fbd8 ++++ kernel-desktop: - Update Xen patches to 3.9-rc8 and c/s 1229. - commit dd1fbd8 ++++ kernel-pae: - Update Xen patches to 3.9-rc8 and c/s 1229. - commit dd1fbd8 ++++ audit: - audit-no_m4_dir.patch: Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix build with new automake ++++ fam: - Added makeinfo BuildRequire to fix build with new automake ++++ libfontenc: - Update to version 1.1.2: This minor bugfix release corrects mistakes in some of the ISO-8859 to Unicode mappings, fixes a memory management bug, and updates the build configuration. ++++ systemd: - Fix handle-etc-HOSTNAME.patch to properly set hostname at startup when using /etc/HOSTNAME. ++++ libpng16: - updated to 1.6.2: Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling. Fixed incorrect warning of excess deflate data. End condition - the warning would be produced if the end of the deflate stream wasn't read in the last row. The warning is harmless. Corrected the test on user transform changes on read. It was in the png_set of the transform function, but that doesn't matter unless the transform function changes the rowbuf size, and that is only valid if transform_info is called. Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c (Flavio Medeiros). Corrected length written to uncompressed iTXt chunks (Samuli Suominen). Added contrib/tools/fixitxt.c, to repair the erroneous iTXt chunk length written by libpng-1.6.0 and 1.6.1. Disallow storing sRGB information when the sRGB is not supported. Merge pngtest.c with libpng-1.7.0 ++++ samba: - Remove disabled and anyhow obsoleted net-report and net_rpc_migrate patches. - wbinfo: fix segfault in wbinfo_pam_logon; (bso#9807). - docs: Fix missing entry in specfile; (bso#9809). - Old DOS SMB CTEMP request uses a non-VFS function to access the filesystem; (bso#9811). ++++ taglib: - Added taglib-1.8-ds-rusxmms-r8.patch which fixes bnc#814814 - Removed old taglib-1.8-ds-rusxmms-r4.patch ++++ libyui-gtk: - fix for bnc #801311: Translation is missing - 2.42.5 ++++ pam: - Added libtool as BuildRequire, and autoreconf -i option to fix build with new automake ++++ pm-utils: - correction for bnc#817396 half of the correction for 797966 wwas lost during git integration. here is a new patch which contains only the missing correction of intel-audio-powersave_logoutput.diff ++++ virtualbox: - Move udev rules to /usr/lib/udev/rules.d for openSUSE 12.3 (and later) and to /lib/udev/rules.d for older distributions. ++++ xterm: - Patch #292 - 2013/04/25 * add limit-check when double-click selects a word; if the saved-lines were scrolled back and the word selected wrapped at the screen's lower right corner, an assertion was triggered (patch by Taketo Kabe). * correct limit-check in unsaveEditBufLines, fixing a case where enlarging the terminal size could show a blank line where there actually is available text (patch by Bertram Felgenhauer). * add PasteControls feature to allowWindowOps which by default disallows pasting control characters other than formatting such as carriage return (discussion with Hayaki Saito). * fix typo in ctlseqs.ms for DECRQM response (patch by Emanuele Giaquinta). * update default shown in configure --help message for - -with-terminal-id option (patch by Andres Perera). * rename script/preprocessor variables used for substituting the backarrowKey default value for consistency (patch by Andres Perera). * set umask to 077 before creating debugging-trace files. * add configure option --disable-openpty to control whether openpty() may be used in preference to posix_openpt(). * improve workaround from patch #279 for BSD systems which do not complete initialization until both sides of the pseudoterminal are opened, by preferring openpty() function over posix_openpt() when available (report by Christian Weisgerber). - refreshed xterm-disallow-window-and-fonts-ops.patch ------------------------------------------------------------------ ------------------ 2013-4-25 - Apr 25 2013 ------------------- ------------------------------------------------------------------ ++++ alsa: - Upstream fix for dlobj cache crash (bnc#814250) 0001-Fix-doubly-call-of-dlclose-in-dlobj-caching-code.patch - Upstream patches for support DSD 0002-pcm.c-fix-indentation.patch 0003-bring-pcm.h-and-pcm.c-in-sync-with-the-kernel-list.patch - Fix compile errors with C90 (bnc#817077) 0004-Use-__inline__-for-exported-headers.patch 0005-Add-definition-of-__inline__-for-non-GCC.patch ++++ dbus-1-x11: - Update to 1.7.2 + Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fdo #63127) + The --with-dbus-session-bus-default-address configure option is no longer supported + Under systemd, log to syslog only, not stderr, avoiding duplication (fdo#61399, fdo#39987) + Under systemd, remove unnecessary dependency on syslog.socket (fdo#63531) + Allow use of systemd-logind without the rest of systemd (fdo#62585) - Dropped dbus-move-everything-to-run-directory.patch, since we can define location of system pid and socket with configure flags and set the flags accordingly - Added xmlto BuildRequires, it is needed now for man files ++++ gnome-shell: - Add gnome-clocks Recommends: the dateTime applet in the panel starts it when the user selects "Open Clocks". ++++ java-1_7_0-openjdk: - drop icedtea-2.3.8-zero-patches.patch, it does not apply and is not needed because of PR1401 already fixed ++++ jline: - add findutils dependency (bnc#816314) ++++ kiwi: - follow up to 3d0e1e944d169 + add unit tests for skip-oem-verify + oem-skip-verify and oem-silent-verify are ambiguous if both are true generate appropriate error ++++ kvm: - In current factory udev, level 60 is too early for the rules to work, use 80-kvm.rules instead. ++++ dbus-1: - Update to 1.7.2 + Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fdo #63127) + The --with-dbus-session-bus-default-address configure option is no longer supported + Under systemd, log to syslog only, not stderr, avoiding duplication (fdo#61399, fdo#39987) + Under systemd, remove unnecessary dependency on syslog.socket (fdo#63531) + Allow use of systemd-logind without the rest of systemd (fdo#62585) - Dropped dbus-move-everything-to-run-directory.patch, since we can define location of system pid and socket with configure flags and set the flags accordingly - Added xmlto BuildRequires, it is needed now for man files ++++ systemd: - Rename remaning udev patches (clean-up). - Generate %{_libexecdir}/modules-load.d/sg.conf so we load sg module at boot time not from udev (bnc#761109). - Drop unused patches: 1001-Reinstate-TIMEOUT-handling.patch 1005-udev-fix-sg-autoload-regression.patch 1026-re-add-persistent-net.patch ++++ webkitgtk: - Rename %{_datadir}/gtk-doc/html/webkitgtk to %{_datadir}/gtk-doc/html/%{name}: on webkitgtk (for GTK2), this means no change, but the gtk-doc for webkigtk (for GTK3) will be renamed to %{_datadir}/gtk-doc/html/webkitgtk3: this allows to parallel install libwebkitgtk-devel and libwebkitgtk3-devel without conflicts. ++++ webkitgtk3: - Rename %{_datadir}/gtk-doc/html/webkitgtk to %{_datadir}/gtk-doc/html/%{name}: on webkitgtk (for GTK2), this means no change, but the gtk-doc for webkigtk (for GTK3) will be renamed to %{_datadir}/gtk-doc/html/webkitgtk3: this allows to parallel install libwebkitgtk-devel and libwebkitgtk3-devel without conflicts. ++++ pulseaudio: - explicitely disable building NEON for armv5/6 ++++ taglib: - Incorporated updated taglib-1.8-ds-rusxmms-r4.patch see bnc#814814 - Added built binary examples which manipulate tags from the command line to enable easier testing of libtag. These are in the taglib rpm. - Created taglib-1.8-strip-rpath.patch to remove rpath from binaries. ++++ viewvc: - update to 1.1.20: * fix tab-to-space handling regression in markup view * fix regression in root lookup handling (issue #526) ++++ vim: - Updated to revision 918, fixes the following problems * The "sleep .2" for running tests does not work on Solaris. * Python uses IndexError when a dict key is not found. * Possible crash when using a list in Python. * Duplicate Python code. * Python code in #ifdef branches with only minor differences. * Python: Access to Vim variables is not so easy. * Typing a ":" command at the hit-enter dialog does not work if the "file changed" dialog happens next. * Still a crash when writing viminfo. * ~/.viminfo is messed up when running tests. * When reading a file with encoding conversion fails at the end the next encoding in 'fencs' is not used. * Using freed memory when pasting with the mouse (Issue 130). * When a path ends in a backslash appending a comma has the wrong effect. * Repeating an Ex command after using a Visual motion does not work. ++++ yast2-security: - ignore case for encryption method names (bnc#810600) - 2.23.6 ------------------------------------------------------------------ ------------------ 2013-4-24 - Apr 24 2013 ------------------- ------------------------------------------------------------------ ++++ branding-openSUSE: - Increase version to 13.1 ++++ libchewing: - retrack upstream source. previous source is from unknown origin. * it couldn't be found at the link in specfile. * it didn't have the same content and build result as upstream source. * it missed entire python and data sub directories, so almost useless. - remove ambiguous libchewing package. fix bnc#808338 * libchewing is always taken as an old version by users. * libchewing contained the runtime libraries but it was not required by libchewing3. important orphan package. so ibus-chewing and fcitx-chewing can't work. - enable ncurses wide-char and thread-safe (w6) - enable python. - new sub-packages: chewing-data python-chewing chewing-utils ++++ claws-mail: - pulled 2 patches from upstream to fix crash with unknown encodings: (bnc#816881) claws-mail-3.9.0_205b490083a141586c390bd985a3e22e99ea137d.patch claws-mail-3.9.0_06e09c818f9455537e82e8395d658e0be336f873.patch ++++ cvsps: - conflicts with cvsps2 [bnc#809800] ++++ dbus-1-x11: - Update to 1.6.10 + Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fdo#63072) + Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fdo#63127) + In the activation helper, when compiled for tests, do not reset the system bus address, fixing the regression tests. (fdo#52202) + Fix building with Valgrind 3.8, at the cost of causing harmless warnings with Valgrind 3.6 on some compilers (fdo#55932) + Don't leak temporary fds pointing to /dev/null (fdo#56927,) + Create session.d, system.d directories under CMake (fdo#41319) + Include alloca.h for alloca() if available, fixing compilation on Solaris 10 (fdo#63071) ++++ desktop-data-openSUSE: - bump version to 13.1 ++++ dmidecode: - Update to upstream version 2.12: * Adds support for SMBIOS 2.8. This includes new enumerated values for recent hardware. * Obsoletes dmidecode-add-SMBIOS-2_7_1-support.patch and dmidecode-fix-memory-array-location-overrun.patch. * Various minor fixes and clean-ups. - dmidecode-1.173-drop-cast.patch: Drop unneeded and possibly dangerous cast. - dmidecode-1.175-fix-SMBIOS-2.8.0.patch: Fix support for new processor upgrade types (DMI type 4) and new memory device type (DMI type 17.) ++++ gparted: - Update to version 0.16.0: + Avoid crash in GParted when moving or copying partitions. + Fix GParted scans forever blank disk in virtual machine. + Add support for f2fs file system. + Bugs fixed: bgo#697727, bgo#697518, bgo#695396, bgo#688882, bgo#697946. + Updated translations. ++++ java-1_7_0-openjdk: - apply aarch64 patches on openSUSE 12.3+, EM_AARCH64 is not defined in earlier releases ++++ kernel-default: - config: disable SCSI_UFSHCD on s390/x It depends on PCI and can be re-enabled when PCI is enabled on s390/x. I expect eventually another module will be added to use a different bus technology so adding a depends PCI on SCSI_UFSHCD won't really help. - commit 754e58e - patches.arch/ppc-prom-nodisplay.patch: Fix build failure. Commit 3bf3dbf8 (Update to 3.9-rc2) missed removing an instance of the now-gone RELOC macro, causing build failures. - commit 674c7b1 - Update to 3.9-rc8. Eliminated 2 patches. - commit a86daba ++++ kernel-desktop: - config: disable SCSI_UFSHCD on s390/x It depends on PCI and can be re-enabled when PCI is enabled on s390/x. I expect eventually another module will be added to use a different bus technology so adding a depends PCI on SCSI_UFSHCD won't really help. - commit 754e58e - patches.arch/ppc-prom-nodisplay.patch: Fix build failure. Commit 3bf3dbf8 (Update to 3.9-rc2) missed removing an instance of the now-gone RELOC macro, causing build failures. - commit 674c7b1 - Update to 3.9-rc8. Eliminated 2 patches. - commit a86daba ++++ kernel-pae: - config: disable SCSI_UFSHCD on s390/x It depends on PCI and can be re-enabled when PCI is enabled on s390/x. I expect eventually another module will be added to use a different bus technology so adding a depends PCI on SCSI_UFSHCD won't really help. - commit 754e58e - patches.arch/ppc-prom-nodisplay.patch: Fix build failure. Commit 3bf3dbf8 (Update to 3.9-rc2) missed removing an instance of the now-gone RELOC macro, causing build failures. - commit 674c7b1 - Update to 3.9-rc8. Eliminated 2 patches. - commit a86daba ++++ kiwi: - v5.05.10 released - added 'which' package to boot image descriptions for openSUSE 13.1. which was formerly provided by util-linux and is now an own package (bnc #816709) - DB: rebuild documentation - DB: update documentation - fixed use of swapsize in oem size settings + the boot code adds the swap size as additional needed space to the oem-systemsize value thus it's wrong to test if swap fits into oem-systemsize. Robert had that before so this was correct, sorry Rob for changing this ++++ dbus-1: - Update to 1.6.10 + Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fdo#63072) + Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fdo#63127) + In the activation helper, when compiled for tests, do not reset the system bus address, fixing the regression tests. (fdo#52202) + Fix building with Valgrind 3.8, at the cost of causing harmless warnings with Valgrind 3.6 on some compilers (fdo#55932) + Don't leak temporary fds pointing to /dev/null (fdo#56927,) + Create session.d, system.d directories under CMake (fdo#41319) + Include alloca.h for alloca() if available, fixing compilation on Solaris 10 (fdo#63071) ++++ libkcompactdisc4: - The option -std=iso9899:1990 causes a compilation breakage with the latest alsa. Until we have a proper fix, let's remove this option, just before build until we have a proper fix ++++ libssh2_org: - fix building on older kernels and older OS / SLE ++++ libyui-gtk: - GTK compilation fix - 2.42.4 ++++ lxc: - update to 0.9.0 * configure-support-suse-s-docbook-to-man.patch: added to support our docbook-to-man * configure-find-seccomp-using-pkg-config.patch: add support for our libsseccomp being under /usr/include/libseccomp... * autogenned.patch: the two above applied by autogen.sh to the sources * remove a ton of patches which are upstream now: 0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch lxc-autodev.patch lxc-cgroup-already-running.patch lxc-opensuse-12.2.patch lxc-opensuse-12.3.patch lxc-opensuse-clonefixes.patch lxc-opensuse-extend-base.patch lxc-opensuse-proper-failure.patch lxc-opensuse-tmpfs.patch pivot-root_shared.patch - Remove obsolete info from README.SUSE ++++ mpi-selector: - Don't use a macro for calling 'make install' as it changes between distributions. ++++ qemu: - Enable pa and oss audio drivers, as in kvm package (bnc#737070) - Enable hda audio card, as done in kvm package (bnc#801794) ++++ qemu-linux-user: - Enable pa and oss audio drivers, as in kvm package (bnc#737070) - Enable hda audio card, as done in kvm package (bnc#801794) ++++ sysvinit: - Add sanity check for /etc/inittab to avoid reload on systemd systems (bnc#813510) ++++ wpa_supplicant: - Update to 2.0 * removed Qt3-based wpa_gui (obsoleted by wpa_qui-qt4) * removed unmaintained driver wrappers broadcom, iphone, osx, ralink, hostap, madwifi (hostap and madwifi remain available for hostapd; their wpa_supplicant functionality is obsoleted by wext) * improved debug logging (human readable event names, interface name included in more entries) * changed AP mode behavior to enable WPS only for open and WPA/WPA2-Personal configuration * improved P2P concurrency operations - better coordination of concurrent scan and P2P search operations - avoid concurrent remain-on-channel operation requests by canceling previous operations prior to starting a new one - reject operations that would require multi-channel concurrency if the driver does not support it - add parameter to select whether STA or P2P connection is preferred if the driver cannot support both at the same time - allow driver to indicate channel changes - added optional delay= parameter for p2p_find to avoid taking all radio resources - use 500 ms p2p_find search delay by default during concurrent operations - allow all channels in GO Negotiation if the driver supports multi-channel concurrency * added number of small changes to make it easier for static analyzers to understand the implementation * fixed number of small bugs (see git logs for more details) * nl80211: number of updates to use new cfg80211/nl80211 functionality - replace monitor interface with nl80211 commands for AP mode - additional information for driver-based AP SME - STA entry authorization in RSN IBSS * EAP-pwd: - fixed KDF for group 21 and zero-padding - added support for fragmentation - increased maximum number of hunting-and-pecking iterations * avoid excessive Probe Response retries for broadcast Probe Request frames (only with drivers using wpa_supplicant AP mode SME/MLME) * added "GET country" ctrl_iface command * do not save an invalid network block in wpa_supplicant.conf to avoid problems reading the file on next start * send STA connected/disconnected ctrl_iface events to both the P2P group and parent interfaces * added preliminary support for using TLS v1.2 (CONFIG_TLSV12=y) * added "SET pno <1/0>" ctrl_iface command to start/stop preferred network offload with sched_scan driver command * merged in number of changes from Android repository for P2P, nl80211, and build parameters * changed P2P GO mode configuration to use driver capabilities to automatically enable HT operations when supported * added "wpa_cli status wps" command to fetch WPA2-Personal passhrase for WPS use cases in AP mode * EAP-AKA: keep pseudonym identity across EAP exchanges to match EAP-SIM behavior * improved reassociation behavior in cases where association is rejected or when an AP disconnects us to handle common load balancing mechanisms - try to avoid extra scans when the needed information is available * added optional "join" argument for p2p_prov_disc ctrl_iface command * added group ifname to P2P-PROV-DISC-* events * added P2P Device Address to AP-STA-DISCONNECTED event and use p2p_dev_addr parameter name with AP-STA-CONNECTED * added workarounds for WPS PBC overlap detection for some P2P use cases where deployed stations work incorrectly * optimize WPS connection speed by disconnecting prior to WPS scan and by using single channel scans when AP channel is known * PCSC and SIM/USIM improvements: - accept 0x67 (Wrong length) as a response to READ RECORD to fix issues with some USIM cards - try to read MNC length from SIM/USIM - build realm according to 3GPP TS 23.003 with identity from the SIM - allow T1 protocol to be enabled * added more WPS and P2P information available through D-Bus * improve P2P negotiation robustness - extra waits to get ACK frames through - longer timeouts for cases where deployed devices have been identified have issues meeting the specification requirements - more retries for some P2P frames - handle race conditions in GO Negotiation start by both devices - ignore unexpected GO Negotiation Response frame * added support for libnl 3.2 and newer * added P2P persistent group info to P2P_PEER data * maintain a list of P2P Clients for persistent group on GO * AP: increased initial group key handshake retransmit timeout to 500 ms * added optional dev_id parameter for p2p_find * added P2P-FIND-STOPPED ctrl_iface event * fixed issues in WPA/RSN element validation when roaming with ap_scan=1 and driver-based BSS selection * do not expire P2P peer entries while connected with the peer in a group * fixed WSC element inclusion in cases where P2P is disabled * AP: added a WPS workaround for mixed mode AP Settings with Windows 7 * EAP-SIM: fixed AT_COUNTER_TOO_SMALL use * EAP-SIM/AKA: append realm to pseudonym identity * EAP-SIM/AKA: store pseudonym identity in network configuration to allow it to persist over multiple EAP sessions and wpa_supplicant restarts * EAP-AKA': updated to RFC 5448 (username prefixes changed); note: this breaks interoperability with older versions * added support for WFA Hotspot 2.0 - GAS/ANQP to fetch network information - credential configuration and automatic network selections based on credential match with ANQP information * limited PMKSA cache entries to be used only with the network context that was used to create them * improved PMKSA cache expiration to avoid unnecessary disconnections * adjusted bgscan_simple fast-scan backoff to avoid too frequent background scans * removed ctrl_iface event on P2P PD Response in join-group case * added option to fetch BSS table entry based on P2P Device Address ("BSS p2p_dev_addr=") * added BSS entry age to ctrl_iface BSS command output * added optional MASK=0xH option for ctrl_iface BSS command to select which fields are included in the response * added optional RANGE=ALL|N1-N2 option for ctrl_iface BSS command to fetch information about several BSSes in one call * simplified licensing terms by selecting the BSD license as the only alternative * added "P2P_SET disallow_freq " ctrl_iface command to disable channels from P2P use * added p2p_pref_chan configuration parameter to allow preferred P2P channels to be specified * added support for advertising immediate availability of a WPS credential for P2P use cases * optimized scan operations for P2P use cases (use single channel scan for a specific SSID when possible) * EAP-TTLS: fixed peer challenge generation for MSCHAPv2 * SME: do not use reassociation after explicit disconnection request (local or a notification from an AP) * added support for sending debug info to Linux tracing (-T on command line) * added support for using Deauthentication reason code 3 as an indication of P2P group termination * added wps_vendor_ext_m1 configuration parameter to allow vendor specific attributes to be added to WPS M1 * started using separate TLS library context for tunneled TLS (EAP-PEAP/TLS, EAP-TTLS/TLS, EAP-FAST/TLS) to support different CA certificate configuration between Phase 1 and Phase 2 * added optional "auto" parameter for p2p_connect to request automatic GO Negotiation vs. join-a-group selection * added disabled_scan_offload parameter to disable automatic scan offloading (sched_scan) * added optional persistent= parameter for p2p_connect to allow forcing of a specific SSID/passphrase for GO Negotiation * added support for OBSS scan requests and 20/40 BSS coexistence reports * reject PD Request for unknown group * removed scripts and notes related to Windows binary releases (which have not been used starting from 1.x) * added initial support for WNM operations - Keep-alive based on BSS max idle period - WNM-Sleep Mode - minimal BSS Transition Management processing * added autoscan module to control scanning behavior while not connected - autoscan_periodic and autoscan_exponential modules * added new WPS NFC ctrl_iface mechanism - added initial support NFC connection handover - removed obsoleted WPS_OOB command (including support for deprecated UFD config_method) * added optional framework for external password storage ("ext:") * wpa_cli: added optional support for controlling wpa_supplicant remotely over UDP (CONFIG_CTRL_IFACE=udp-remote) for testing purposes * wpa_cli: extended tab completion to more commands * changed SSID output to use printf-escaped strings instead of masking of non-ASCII characters - SSID can now be configured in the same format: ssid=P"abc\x00test" * removed default ACM=1 from AC_VO and AC_VI * added optional "ht40" argument for P2P ctrl_iface commands to allow 40 MHz channels to be requested on the 5 GHz band * added optional parameters for p2p_invite command to specify channel when reinvoking a persistent group as the GO * improved FIPS mode builds with OpenSSL - "make fips" with CONFIG_FIPS=y to build wpa_supplicant with the OpenSSL FIPS object module - replace low level OpenSSL AES API calls to use EVP - use OpenSSL keying material exporter when possible - do not export TLS keys in FIPS mode - remove MD5 from CONFIG_FIPS=y builds - use OpenSSL function for PKBDF2 passphrase-to-PSK - use OpenSSL HMAC implementation - mix RAND_bytes() output into random_get_bytes() to force OpenSSL DRBG to be used in FIPS mode - use OpenSSL CMAC implementation * added mechanism to disable TLS Session Ticket extension - a workaround for servers that do not support TLS extensions that was enabled by default in recent OpenSSL versions - tls_disable_session_ticket=1 - automatically disable TLS Session Ticket extension by default when using EAP-TLS/PEAP/TTLS (i.e., only use it with EAP-FAST) * changed VENDOR-TEST EAP method to use proper private enterprise number (this will not interoperate with older versions) * disable network block temporarily on authentication failures * improved WPS AP selection during WPS PIN iteration * added support for configuring GCMP cipher for IEEE 802.11ad * added support for Wi-Fi Display extensions - WFD_SUBELEMENT_SET ctrl_iface command to configure WFD subelements - SET wifi_display <0/1> to disable/enable WFD support - WFD service discovery - an external program is needed to manage the audio/video streaming and codecs * optimized scan result use for network selection - use the internal BSS table instead of raw scan results - allow unnecessary scans to be skipped if fresh information is available (e.g., after GAS/ANQP round for Interworking) * added support for 256-bit AES with internal TLS implementation * allow peer to propose channel in P2P invitation process for a persistent group * added disallow_aps parameter to allow BSSIDs/SSIDs to be disallowed from network selection * re-enable the networks disabled during WPS operations * allow P2P functionality to be disabled per interface (p2p_disabled=1) * added secondary device types into P2P_PEER output * added an option to disable use of a separate P2P group interface (p2p_no_group_iface=1) * fixed P2P Bonjour SD to match entries with both compressed and not compressed domain name format and support multiple Bonjour PTR matches for the same key * use deauthentication instead of disassociation for all disconnection operations; this removes the now unused disassociate() wpa_driver_ops callback * optimized PSK generation on P2P GO by caching results to avoid multiple PBKDF2 operations * added okc=1 global configuration parameter to allow OKC to be enabled by default for all network blocks * added a workaround for WPS PBC session overlap detection to avoid interop issues with deployed station implementations that do not remove active PBC indication from Probe Request frames properly * added basic support for 60 GHz band * extend EAPOL frames processing workaround for roaming cases (postpone processing of unexpected EAPOL frame until association event to handle reordered events) - Drop upstreamed wpa_supplicant-libnl3.patch - Disable obsolete Ralink driver ++++ yast2-mouse: - move data/mouse_raw.ycp to include/mouse/mouse_raw.ycp (make the future transition to ruby easier) - 2.24.1 ------------------------------------------------------------------ ------------------ 2013-4-23 - Apr 23 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - Pass --with-modem-manager-1 to configure: we already have a new enough ModemManager to make use of this. - Add pkgconfig(mm-gib) BuildRequires: needed for above switch to take effect. ++++ aaa_base: - Require xz at build time (Who has removed xz from default?) - Personal bash completion and bash ls alias (bnc811030, bnc#799241) ++++ bundle-lang-common: - remove the gnome-extras bundle as I'm the only one who has to suffer the pain ++++ bundle-lang-gnome: - remove the gnome-extras bundle as I'm the only one who has to suffer the pain ++++ bundle-lang-kde: - remove the gnome-extras bundle as I'm the only one who has to suffer the pain ++++ libchewing: - fix baselibs.conf - there is no libchewing-32bit ++++ findutils: - Add /var/run/media to UPDATEDB_PRUNEPATHS in sysconfig.locate so that updatedb doesn't index removable media (bnc#807170). ++++ oxygen-gtk2: - Update to version 1.3.3 * Detect aurora as a XUL app (kde#315163) * Bump needed cairo version for cairo_surface_create_for_rectangle() (kde#316066) * Only check pixmap list size in ::isValid (kde#304381) * Check cursor shape before accepting event for window dragging (kde#317292) * Fix crash in pidgin when enabling debug (kde#318002) * Fixed memory leaks (kde#318002) ++++ dicts: - Assume SUSE-Permissive for dutch and catalan: there are no License information available. ++++ java-1_7_0-openjdk: - update to icedtea-2.3.9 (bnc#816720) * Security fixes - S6657673, CVE-2013-1518: Issues with JAXP - S7200507: Refactor Introspector internals - S8000724, CVE-2013-2417: Improve networking serialization - S8001031, CVE-2013-2419: Better font processing - S8001040, CVE-2013-1537: Rework RMI model - S8001322: Refactor deserialization - S8001329, CVE-2013-1557: Augment RMI logging - S8003335: Better handling of Finalizer thread - S8003445: Adjust JAX-WS to focus on API - S8003543, CVE-2013-2415: Improve processing of MTOM attachments - S8004261: Improve input validation - S8004336, CVE-2013-2431: Better handling of method handle intrinsic frames - S8004986, CVE-2013-2383: Better handling of glyph table - S8004987, CVE-2013-2384: Improve font layout - S8004994, CVE-2013-1569: Improve checking of glyph table - S8005432: Update access to JAX-WS - S8005943: (process) Improved Runtime.exec - S8006309: More reliable control panel operation - S8006435, CVE-2013-2424: Improvements in JMX - S8006790: Improve checking for windows - S8006795: Improve font warning messages - S8007406: Improve accessibility of AccessBridge - S8007617, CVE-2013-2420: Better validation of images - S8007667, CVE-2013-2430: Better image reading - S8007918, CVE-2013-2429: Better image writing - S8008140: Better method handle resolution - S8009049, CVE-2013-2436: Better method handle binding - S8009063, CVE-2013-2426: Improve reliability of ConcurrentHashMap - S8009305, CVE-2013-0401: Improve AWT data transfer - S8009677, CVE-2013-2423: Better setting of setters - S8009699, CVE-2013-2421: Methodhandle lookup - S8009814, CVE-2013-1488: Better driver management - S8009857, CVE-2013-2422: Problem with plugin * Backports - S7130662, RH928500: GTK file dialog crashes with a NPE * Bug fixes - PR1363: Fedora 19 / rawhide FTBFS SIGILL - PR1401: Fix Zero build on 2.3.8 - Fix offset problem in ICU LETableReference. - Change -Werror fix to preserve OpenJDK default. - PR1303: Correct #ifdef to #if - PR1404: Failure to bootstrap with ecj 4.2 ++++ kiwi: - v5.05.9 released - DB: rebuild documentation - reflect the change in the oem-systemsize handling also in the LVM repartition code ++++ gle: - Add libXmu-devel and libXi-devel BuildRequires: configure explicitly checks for the presence of those libraries. ++++ systemd: - Use drop-in file to fix bnc#804158. - add some more conflicts to make bootstrap work ++++ libopensync-plugin-google-calendar: - Add python BuildRequires and Requires: httplib tries to import ssl and silently ignores its absence (not a hard dependency). For the libopensync plugin though, python ssl support is a hard requirement, so we require python ourselves. - Drop python-pyOpenSSL BiuldRequires: it's not what python-httplib2 works with. On openSUSE up to 12.3 (when this dep was added), python-pyOpenSSL just happened to pull in python, which masked the real issue. ++++ libstorage: - fixed parser for dmsetup output for device names containing a colon (bnc#816063) ++++ openvpn: - Fixed to enable systemd support in configure - Fixed openvpn-tmpfile.conf to use GID root, there is no openvpn group. - Added openvpn.target file allowing to handle all instances at once. - Fixed to install the service template correctly as openvpn@.service. Use "systemctl enable openvpn@foo.service" to enable instance using /etc/openvpn/foo.conf. - Disabled systemd variant of restart on update rpm macro, adopted other macros to use openvpn.target to e.g. stop all instances on uninstall. ++++ viewvc: - update to 1.1.19: * improve root lookup performance (issue #523) * new 'max_filesize_kbytes' config option and handling (issue #524) * tarball generation improvements: - preserve Subversion symlinks in generated tarballs (issue #487) - reduce memory usage of tarball generation logic - fix double compression of generated tarballs (issue #525) * file content handling improvements: - expanded support for encoding detection and transcoding (issue #11) - fix tab-to-space conversion bugs in markup, annotate, and diff views - fix handling of trailing whitespace in diff view * add support for timestamp display in ISO8601 format (issue #46) * fix exception raised by BDB-backed SVN repositories (issue #519) * hide revision-less files when rcsparse is in use * include branchpoints in branch views using rcsparse (issue #347) * miscellaneous cvsdb improvements: - add --port option to make-database (issue #521) - explicitly name columns in queries (issue #522) - update MySQL syntax to avoid discontinued "TYPE=" terms ++++ yast2-country: - write Timezone settings during autoupgrade (bnc#804335) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-4-22 - Apr 22 2013 ------------------- ------------------------------------------------------------------ ++++ php5: - use current install-pear-nozlib.phar from http://pear.php.net/install-pear-nozlib.phar - php5-pear package provides/obsoletes php5-pear-Archive_Tar, see explanation in the spec ++++ lvm2: - license update: GPL-2.0 and LGPL-2.1 Presence of multiple files (both GPL and LGPL) with "only" licenses ++++ dnsmasq: - reintroduced /sbin/rcdnsmasq as /sbin/service link. ++++ emacs: - For 12.3+ buildrequire makeinfo instead of texinfo ++++ ethtool: - Update to new upstream release 3.8 * Feature: Allow setting destination MAC address in L3/L4 flow spec rules (-N/-U option) * Fix: Show full 64 bits of user-data (-n/-u option) * Fix: Add version check for et131x regs (-d option) * Doc: Improve description of -f, -t, -s, -N/-U, -W options in man page * Fix: Restore 20000baseKR2 cap display (no options) ++++ gjs: - Update to version 1.36.1: + Bugs fixed: bgo#670200, bgo#697436. ++++ gpm: - license update: GPL-2.0+ and GPL-3.0+ Scripts git-archive-tarbz2.sh and report_success.sh are GPL-3.0+ licensed ++++ grsync: - update to 1.2.3 - Do not allow creation of session names with slashes in them - Lintian fixes to man pages and desktop file (thanks Martijn) ++++ grub: - make build on x86_64 ++++ hugin: - Add libXi-devel and libXmu-devel BuildRequires: cmake checks for their presence. ++++ kdebase4-runtime: - Disable building of NTrack backend (bnc#810232, kde#294441) ++++ kiwi: - follow up to OEM setup consistency checking + separate the checks to allow unit testing and create unit tests + update the documentation to explain the meaning and interplay between and - fixed misleading warning message in __getBootSize(). if wanted and needed boot partition space is the same a warning message was printed which is not useful - fixed schema documentation: + if the size of a volume is set too small this is now treated as an error and kiwi exits. formerly this was ignored and kiwi used the value it calculated itself for the volume - with regards to (bnc #815200) following runtime checks were added + check if the specified system size is not smaller than the sum of the specified partition/volume sizes + recommend to specify a swap size if swap is requested and a specific system and or partition/volume size was specified + check if partition/volume path exists in the unpacked tree + check if size of partition/volume in the unpacked tree is smaller than the requested partition/volume size + check if specified system size is not smaller than the overall size of the unpacked tree + check if the calculated free space according to the requested system size value and the current size of the unpacked tree is big enough to resize the partitions/volumes to its requested size - fixed spec file, the mysystems macro for openSUSE was broken because it uses VER=1220 on a 12.3 system ++++ flac: - license update: BSD-3-Clause and GPL-2.0+ and GFDL-1.2 Numerous GPL-2.0+ licensed files;documtation is GFDL-1.2 ++++ i4l-base: - Move udev rules to /usr/lib/udev/rules.d, they shouldn't live in /etc/udev/rules.d - Move isdn.sh script to /usr/lib/udev and fix udev rules accordingly. ++++ libcdr: - Update to upstream version 0.0.13 * Extend text support to CDR versions 5 and 6 * Fix text parser for CDR version 13+ * Parse text format strings in CDR version 16 * Text colour support for CDR versions 5 - 16 * Add dependency on boost for both json property string parser and for extraction of colour information - Added build dependency on boost-devel ++++ libdv: - Add libXv-devel BuildRequires: this used to be pulled in by SDL, but those dependencies were cleaned up. ++++ systemd: - Do not provide %{release} for systemd-analyze - Add more conflicts to -mini packages - Disable Predictable Network interface names until it has been reviewed by network team, with /usr/lib/tmpfiles.d/network.conf. - Don't package /usr/lib/firmware/update (not used) ++++ parted: - fix hybrid pMBR (gpt_sync_mbr) on BE systems (bnc#809205) - parted-fix-gpt-sync-on-BE-systems.patch - detect btrfs filesystem (bnc#810779) - parted-btrfs-support.patch ++++ plymouth: - Also ensure we express rpm dependencies correctly this package is not gonna work on systemd < 186. - Update to version 0.8.8_git201304161248 - drop plymouth-change-service-name.patch, replaced by a sed script that will account for all service files' future changes - drop patch plymouth-trace-lines, in upstream now - drop plymouth-udevadm-path.patch, generic solution in upstream now. - drop ply-sdunitdir.patch likewise. - drop plymouth-systemd-in-usr.patch likewise. - drop systemd-no-warning.patch, not needed with newer systemd - drop plymouth-sd-notforking.patch , not really needed anymore. ++++ libqt4: - Added slovak-zero.patch, fixes bug [bnc#812528]. ++++ libqt4-sql-plugins: - Added slovak-zero.patch, fixes bug [bnc#812528]. ++++ libvisio: - Bump version to 0.0.26 * Fix missing WMFs in some Visio files * Use ICU for text encoding conversions * Honour the "HideText" property * Don't truncate end of the text * vsd2raw/vss2raw -add possibility to detect groups that are not properly finished and indent raw output for easier detection of problems - Add dependency on libicu-devel ++++ man: - remove japanese manpages ++++ perl-Text-Wrapper: - updated to 1.04 - restore compatibility with Perl 5.8.0 (RT#77386) patch provided by Thomas Sibley - add the wrap_after attribute - now requires Perl 5.10.0 or later - explicitly supports U+2000 - U+200B as breaking spaces - now built with Dist::Zilla (includes v2 META.json) - repository now publicly available on GitHub ++++ pinentry: - %makeinstall instead of %make install. ++++ postfix: - Add Source URL, see https://en.opensuse.org/SourceUrls - Add GPG verification ++++ python-kde4: - Recommend all subpackages for the main package, so users don't have go guess which module is required (bnc#816432, bnc#816562) ++++ python-sip: - update to 4.14.6: * Bug fix ++++ qemu: - Add explicit alsa-devel BuildRequires: this used to (wrongly) be pulled in by libSDL-devel. ++++ qemu-linux-user: - Add explicit alsa-devel BuildRequires: this used to (wrongly) be pulled in by libSDL-devel. ++++ rpm: - add auto-config-update-aarch64.diff: * optionally automatically update config.guess/sub during build ++++ yast2-inetd: - testsuite adapted to last change of Service.ycp - 2.21.5 ++++ yast2-installation: - show dialog for all available disk controlers (bnc#807026) - 2.24.2 ++++ zsh: - Don't set globdots it might lead to unexpected problems (bnc#815556) ------------------------------------------------------------------ ------------------ 2013-4-21 - Apr 21 2013 ------------------- ------------------------------------------------------------------ ++++ kiwi: - fixed spec file, sync permissions with /srv/tftpboot - fixed SUSE product creation if specified MAIN_PRODUCT does not match the product name. In this case the collection of products is skipped with a warning message ++++ systemd: - Fix packaging error, there is no syslog.target anymore do not pretend there is one. ++++ xfce4-notifyd: - update to version 0.2.3 - add widget names to summary ("summary") and body ("body") widgets to allow easier theming; remove the redundant/buggy summary-bold style property - handle timeout correctly when smaller than fading time - parse body with g_markup_escape_text which allows us to handle span attributes misused by some clients and to parse strings with "unusual" characters such as & - respect border-width when drawing the notification - do not kill notification daemon to apply new theme, instead, handle style updates of existing notifications - show a button in the notification preview - add an icon to the notification preview ++++ yast2-mail: - bnc#800788 - ag_postfix_mastercf process hangs the system, after which it is killed by kernel, when saving mail server settings with Yast "Mail Server" module - Mark permissions files as %config - The ldap tables was not proper. All functions for forwarding and delivery must be placed in alias_maps and not in virtual_alias_map. Forwarding or delivering actions in virtual_alias_map may cause mail loops. ------------------------------------------------------------------ ------------------ 2013-4-20 - Apr 20 2013 ------------------- ------------------------------------------------------------------ ++++ kdepim4: - Added 0004-Fix-Bug-316256.patch, fixes build with newer boost (kde#316256) ++++ dnsmasq: - Do not order after syslog.target which it is neither required not recommended and currently no longer even exists. ++++ gnome-control-center: - Add gnome-control-center-remove-password-options.patch - users will get locked out of their computers if they try to 'Choose password at next login' or 'Login without password' since these conflict with our PAM configuration (bnc#779408) ++++ gstreamer-plugins-bad: - Add pkgconfig(glesv2) BuildRequires: libSDL-devel used to pull in Mesa-devel, but that was fixed. And we make explicit use of glesv2. ++++ harfbuzz: - Update to version 0.9.16: + Major speedup in OpenType lookup processing. With the Amiri Arabic font, this release is over 3x faster than previous release. All scripts / languages should see this speedup. + New --num-iterations option for hb-shape / hb-view; useful for profiling. ++++ openexr: - fix library deps ++++ liblangtag: - Use full download url. - Apply patches from git to fix few build issues. ++++ lpsolve: - Add url for download. ++++ mythes: - Add downloadable URL. ++++ libqt4: - Added fix-moc-from-choking-on-boost-headers.patch, workaround for QTBUG#22829 ++++ libqt4-sql-plugins: - Added fix-moc-from-choking-on-boost-headers.patch, workaround for QTBUG#22829 ++++ libwpd: - Add URL download path. ++++ libwps: - Use url download path. ++++ postfix: - postfix-SuSE/postfix.service do not Require or order after syslog.target as it no longer exists postfix will fail to start in the next systemd version. ++++ timezone: - tzcode & tzdata 2013c, updates for Australia, Palestine, Paraguay. ++++ timezone-java: - tzcode & tzdata 2013c, updates for Australia, Palestine, Paraguay. ------------------------------------------------------------------ ------------------ 2013-4-19 - Apr 19 2013 ------------------- ------------------------------------------------------------------ ++++ aspell-dictionaries: - license update: SUSE-Permissive-Modify-By-Patch this license was added to the spreadsheet available (linked) from license.opensuse.org ++++ gdm: - Update to version 3.8.1.1: + Fix a race with accountsservice D-Bus calls that was leading to crashes. ++++ kiwi: - do not consider obsrun as a system group ++++ i4l-base: - Do not own udev directories ++++ libdrm: - Update to version 2.4.44: New release for radeonsi tiling support + drm: Fix error message in drmWaitVBlank + intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding + radeon: update radeon_drm.h to kernel last API additions v2 + radeon: add si tiling support v5 + intel: Fix Haswell CRW PCI IDs. + kms: Make libkms.h usable in C++ + kms: Return a negative error code in kms_bo_create() + Remove unused header xf86mm.h. + makefiles: Add missing headers. + freedreno: add shifted reloc + modetest: Fix pitches, somewhat + modetest: Add support for all 16/32 bpp RGB formats + modetest: Print possible_crtcs for planes + modetest: Reduce the length of the connector type string + modetest: Pass format_info to fill_tiles functions + modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering ++++ libestr: - update to 0.1.5: - bugfix: es_strncmp() did not work correctly Thanks to Philippe Muller for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=424 ++++ gtkmm2: - Add gtkmm2-includes.patch: Fix header inclusions. - Add --enable-maintainer-mode and --enable-documentation to configure: due to above patch, we need to rebuild sources. - Add perl(XML::Parser), graphviz, doxygen and xsltproc BuildRequires: enable-maintainer-mode makes use of this module. ++++ systemd: - Update to release 202: + 'systemctl list-jobs' got some polishing. '--type=' argument may now be passed more than once. 'systemctl list-sockets' has been added. + systemd gained a new unit 'systemd-static-nodes.service'     that generates static device nodes earlier during boot, and     can run in conjunction with udev. + systemd-nspawn now places all containers in the new /machine     top-level cgroup directory in the name=systemd hierarchy. + bootchart can now store its data in the journal. + journactl can now take multiple --unit= and --user-unit=     switches. + The cryptsetup logic now understands the "luks.key=" kernel     command line switch. If a configured key file is missing, it will fallback to prompting the user. - Rebase some patches - Update handle-SYSTEMCTL_OPTIONS-environment-variable.patch to properly handle SYSTEMCTL_OPTIONS - Fix regression in the default for tmp auto-deletion (systemd-tmp-safe-defaults.patch, FATE#314974). ++++ libreoffice: - buildfix-sfx2-dependency.diff: svx headers started to be used in sfx2 ++++ speech-dispatcher: - Update to 0.8beta1: + Python 3 compatibility of the Python bindings. + User configuration, logs and runtime files are now stored in directories according to the XDG specification. + Internationalization of spd-say and translations into Hungarian and Czech languages. + Espeak output can now use libsonic for faster speech. + Pico output module. + Lots of bugfixes, cleanups and fine-tunnings. - Drop speech-dispatcher_paths+files.patch: fixed upstream. - Replace python-setuptools with python3-setuptools. - Add intltool and libtool BuildRequires: new dependencies. - Rename python-speechd to python3-speechd, as the bindings are for python 3. ++++ libstorage: - fixed bug with activated encryption on DASDs (bnc#810706) ++++ libwpd: - upgrade to version 0.9.7: - Added MPL 2.0+ as license - Improvement of OLE stream classes - remove integrated patch ++++ libwpg: - Upgrade to upstream 0.2.1 - Add MPL 2.0+ as license under which libwpg is distributed - Numerous coverity fixes - Remove integrated patch ++++ libwps: - update to 0.2.8 - Add MPL 2.0+ as license - Miscellaneous coverity fixes - Add support of text frames and pictures - Improvements in table code - Read the page orientation ++++ orca: - Fix package after port to Python 3: + Drop old python2 Requires: pyatspi, python-brlapi, python-cairo, python-gobject, python-gstreamer-0_10, python-louis + Add python3 based Requires: py3atspi, python3-brlapi disabled: missing), python3-cairo, python3-gobject, python3-louis (disabled: missing) ++++ python-atspi: - Add support for python 3: + New package / spec file for python3-atspi. + pre_checkin.sh: syncronize python-atspi and python3-atspi. ++++ virtualbox: - it fails without alsa-devel installed, so buildrequire it (somehow no longer dropped in) ++++ python3-atspi: - Add support for python 3: + New package / spec file for python3-atspi. + pre_checkin.sh: syncronize python-atspi and python3-atspi. ++++ rsyslog: - rsyslogd.conf removed from upstream tarball, no longer install as documentation. - build requirement for libestr is >= 0.1.5 - update to 7.2.7 [v7-stable] 2013-04-17: - rsyslogd startup information is now properly conveyed back to init when privileges are beging dropped. Actually, we have moved termination of the parent in front of the priv drop. So it shall work now in all cases. See code comments in commit for more details. - If forking, the parent now waits for a maximum of 60 seconds for termination by the child - improved debugging support in forked (auto-backgrounding) mode. The rsyslog debug log file is now continued to be written across the fork. - updated systemd files to match current systemd source - bugfix: failover/action suspend did not work correctly This was experienced if the retry action took more than one second to complete. For suspending, a cached timestamp was used, and if the retry took longer, that timestamp was already in the past. As a result, the action never was kept in suspended state, and as such no failover happened. The suspend functionalit now does no longer use the cached timestamp (should not have any performance implication, as action suspend occurs very infrequently). - bugfix: nested if/prifilt conditions did not work properly closes: http://bugzilla.adiscon.com/show_bug.cgi?id=415 - bugfix: script == comparison did not work properly on JSON objects [backport from 7.3 branch] - bugfix: imudp scheduling parameters did affect main thread, not imudp closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409 - bugfix: imuxsock rate-limiting could not be configured via legacy conf Rate-limiting for the system socket could not be configured via legacy configuration directives. However, the new-style RainerScript config options worked. Thanks to Milan Bartos for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=390 - bugfix: using group resolution could lead to endless loop Thanks to Tomas Heinrich for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310 - bugfix: $mmnormalizeuseramsg paramter was specified with wrong type Thank to Renzhong Zhang for alerting us of the problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=420 - bugfix: RainerScript getenv() function caused segfault when var was not found. Thanks to Philippe Muller for the patch. - bugfix: several issues in imkmsg see bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=421#c8 - bugfix: imuxsock was missing SysSock.ParseTrusted module parameter To use that functionality, legacy rsyslog.conf syntax had to be used. Also, the doc was missing information on the "ParseTrusted" set of config directives. - bugfix: parameter action.execOnlyWhenPreviousIsSuspended was accidently of integer-type. For obvious reasons, it needs to be boolean. Note that this change can break existing configurations if they circumvented the problem by using 0/1 values. - doc bugfix: rsyslog.conf man page had invalid file format info closes: http://bugzilla.adiscon.com/show_bug.cgi?id=418 - update to 7.2.6 [v7-stable] 2013-03-05: - slightly improved config parser error messages when invalid escapes happen - bugfix: include files got included in the wrong order closes: http://bugzilla.adiscon.com/show_bug.cgi?id=411 This happens if an $IncludeConfig directive was done on multiple files (e.g. the distro default of $IncludeConfig /etc/rsyslog.d/*.conf). In that case, the order of include file processing is reversed, which could lead to all sorts of problems. Thanks to Nathan Stratton Treadway for his great analysis of the problem, which made bug fixing really easy. - bugfix: omelasticsearch failed when authentication data was provided ... at least in most cases it emitted an error message: "snprintf failed when trying to build auth string" Thanks to Joerg Heinemann for alerting us. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=404 - bugfix: some property-based filter were incorrectly parsed This usually lead to a syntax error on startup and rsyslogd not actually starting up. The problem was the regex, which did not care for double quote characters to follow in the action part - unfortunately something that can frequently happen with v6+ format. An example: :programname, isequal, "as" {action(type="omfile" ...) } Here, the part :programname, isequal, "as" {action(type="omfile" was treated as the property filter, and the rest as action part. Obviously, this did not work out. Unfortunately, such situations usually resulted in very hard to understand error messages. ++++ xinetd: - update to 2.3.15 * If the address we're binding to is a multicast address, do the multicast join. * Merge the Fedora patch to turn off libwrap processing on tcp rpc services. Patch xinetd-2.3.12-tcp_rpc.patch. * Merge the Fedora patch to add labeled networking. Patch xinetd-2.3.14-label.patch r1.4. * Merge the Fedora patch to fix getpeercon() for labeled networking in MLS environments. Patch xinetd-2.3.14-contextconf.patch r1.1 * Merge the Fedora patch for int->ssize_t. Patch xinetd-2.3.14-ssize_t.patch r1.1 * Change compiler flags, -Wconversion generates excessive and unnecessary warnings with gcc, particularly all cases of ntohs(uint16_t). http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 Additionally add -Wno-unused to prevent unnecessary warnings regarding unused function parameters when the function is a callback conforming to a standard interface. * Merge patch from Thomas Swan regarding CVE-2012-0862 - merged the SUSE xinetd.conf with the upstream one this changes default target for logging - now the syslog is used instead of /var/log/xinetd.log * xinetd-config.patch - logrotate dependency has been dropped and config file is installed in /usr/share/doc/packages/xinetd - drop rc.xinetd and add xinetd.service instead - add an entry to README.SUSE explaining the systemd socket activation ++++ yast2-irda: - testsuite adapted to last change of Service.ycp - 2.24.0 ++++ yast2-ldap-client: - ensure nscd.conf changes are written before restarting the service (bnc#804454) - 2.24.0 ++++ yast2-network: - Fix detection of properly configured LCS and CTC devices (bnc#741071#c20) - Only save LLADDR (persistent MAC) for some s390 card types, avoiding softsetup, also after the installation (bnc#728611). - Ensure persistent interface names by retriggering udev events after we have written an incomplete 70-persistent-net.rules (bnc#721520). ++++ yast2-nis-client: - testsuite adapted to last changes in Service and SuSEfirewall2 - 2.24.0 ++++ yast2-samba-server: - testsuite adapted to last change of Service.ycp - 2.24.0 ++++ yast2-x11: - added xkbctrl from sax2-tools - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-4-18 - Apr 18 2013 ------------------- ------------------------------------------------------------------ ++++ alsa-utils: - Upstream fix: arecord: add a missing break to the capture loop 0003-arecord-add-a-missing-break-to-the-capture-loop.patch ++++ autoyast2: - version 2.24.1 - restart all running services to cover possible config changes when auto-client of modules are executed (bnc#804454) ++++ branding-openSUSE: - update from git to update kde patch ++++ bundle-lang-common: - update package list ++++ bundle-lang-gnome: - update package list ++++ bundle-lang-kde: - update package list ++++ wodim: - switch _service to localonly ++++ kiwi: - allow to skip the md5 verification after image installation of an oem image. This speeds up the deployment but should not be de-activated for customer released images true|false Implemented by user feedback request (bnc #815199) - netboot: fixed conflicting use of global variables. + The function updateNeeded set among others the variable sum2 which is used later in another context in suse-linuxrc. At that point it was expected that the variable is empty for the first round in a loop but that's not true if updateNeeded called before the loop sets the variable to some content. Thus updateNeeded should handle variables used locally in the function as real local variables ++++ kiwi-config-openSUSE: - new schema version, no changes required ++++ libQtWebKit4: - Update to version 2.3.1 * Bugfix release - Dropped libQtWebKit4-gcc48.patch, included upstream ++++ libgcrypt: - update to 1.5.2 * The upstream sources now contain the IDEA algorithm, dropping: idea.c.gz libgcrypt-1.5.0-idea.patch libgcrypt-1.5.0-idea_codecleanup.patch * Made the Padlock code work again (regression since 1.5.0). * Fixed alignment problems for Serpent. * Fixed two bugs in ECC computations. ++++ grilo: - Add grilo-libvala-0.20.patch: Add libvala 0.20 support. - Add gnome-common BuildRequires and call to gnome-autogen.sh, as above patch touches the build system. ++++ lightdm: - remove apparmor profile for a guest session which is not supported in openSUSE ++++ pilot-link: - license update: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ There are GPL-2.0 (only) licenses in the packages. Assuming aggregation as Fedora also use an aggregation license. Please double check. ++++ libreoffice: * solenv-touch-no-dereference.diff: touch --no-dereference in not available on SLED11-SP1 and it is not needed when not using hardlinks ++++ samba: - Certain xattrs cause Windows error 0x800700FF; (bso#9130). - Fix the username map optimization; (bso#9139); (bnc#815994). - Fix adding case sensitive spn; (bso#9699). - Add a tool to migrate latin1 printing tdb's to registry; (bso#9723). - is_encrypted_packet() function incorrectly used inside server; (bso#9724). - wkssvc: Fix NULL pointer dereference; (bso#9727). - smbcontrol close-share is not working; (bso#9733). - Fix winbind seperator in upn to username conversion; (bso#9735). - Change to smbd/dir.c code gives significant performance increases on large directory listings; (bso#9736). - When creating a directory Samba allows inherited bit to slip through; (bso#9747). - Remove unneeded fstat system call from hot read path; (bso#9748). - Cache name_to_sid/sid_to_name correctly; (bso#9766). - vfs_fake_perms: Fix segfault for "artificial" conn_structs; (bso#9775). ++++ libxml2: - fix for CVE-2013-1969 (bnc#815665) * libxml2-CVE-2013-1969.patch ++++ nbd: - update to 3.3: * and various bugfixes, upgrading is strongly recommended * Fix various nbd-server misbehave bugs ++++ tftp: - change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp daemon can't write there (bnc#813226) ++++ xorg-x11-server: - u_disable-acpi-code.patch * Don't build the ACPI code (bnc#805304) ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-4-17 - Apr 17 2013 ------------------- ------------------------------------------------------------------ ++++ accountsservice: - Update to version 0.6.31: + Check for logind, not systemd (bgo#62586). + Add --enable-admin-group configure option (bgo#62235). + Be more aggressive at excluding system accounts (bgo#48178). + Fix xsession property notification (bgo#58493). + Fix login history variant handling (bgo#58466). - Rebase accountsservice-sysconfig.patch. ++++ php5: - add php5-firebird providing php5-interbase and php5-pdo_firebird ++++ at-spi2-atk: - Update to version 2.8.1: + Fix memory leak in socketadaptor.c (bgo#696733). + Fix a crash when handling a D-Bus method reply after deinitialization. ++++ b43-fwcutter: - Update to v017 (bnc#815700) - Update source URL for firmware - removed b43-fwcutter.diff ++++ choqok: - remove file conflicting with kdepimlibs4 ++++ gcc48: - libgcj_bc-install.patch: Fix installation of libgcj_bc - Remove markers from generated spec files to avoid leaking them into scripts ++++ devhelp: - Update to version 3.8.1: + Font size is too small by default and don't match system font size (bgo#697026). + Changing preferences crashes/fails after closing one of multiple windows (bgo#697541). ++++ gbrainy: - Update to version 2.2.0: + New games: 3 new logic games, 2 calculation games and 17 new verbal analogies. + Improved the graphics of 10 puzzles. + More mouse support in some old puzzles. + Sound support. + 3 bug fixes. - Add pkgconfig(libcanberra-gtk) BuildRequires: dependency for the new sound support. ++++ icedtea-web: - update to 1.3.2 (bnc#815596) - Security Updates * CVE-2013-1927, RH884705: fixed gifar vulnerability * CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with same relative-path. - Common * Added new option in itw-settings which allows users to set JVM arguments when plugin is initialized. - NetX * PR580: http://www.horaoficial.cl/ loads improperly - Plugin * PR1260: IcedTea-Web should not rely on GTK obsoletes icedtea-web-remove-gtk-dep.patch * PR1157: Applets can hang browser after fatal exception ++++ kdebase4-workspace: - Replace workspace_systemd_initial_support.patch with upstream systemd-session-management-support-in-the-workspace.patch This also makes build flag DKWORKSPACE_USE_SYSTEMD obsolete - Require kdebase4-artwork and kdebas4-wallpaper-default for upstream branding, otherwise those packages provide the same files ++++ kiwi: - it does not make sense to specify '-i bytes-per-inode' in combination with '-N number-of-inodes'. Thus only the number of inodes is relevant as it's the result of the equation inodes = size / ratio. It had no bad impact to specify both -i and -N when creating the filesystem because mkfs.extX takes the value of -N with the highest priority. Thus this fix is just a cleanup of the mkfs.extX call - fixed setup of recovery boot data + the code there only uses the contents of the boot partition if LVM was enabled. But correct would be to use the contents of the boot partition if it exists and is not equal to the root partition ++++ clutter: - Update to version 1.14.2: + Ensure a redraw when making the stage visible under Wayland. + Fix build with debug messages enabled. + Documentation fixes. + Bugs fixed: bgo#696791. ++++ libffi48: - libgcj_bc-install.patch: Fix installation of libgcj_bc - Remove markers from generated spec files to avoid leaking them into scripts ++++ libfprint: - Fix file conflicts ++++ libgcj48: - libgcj_bc-install.patch: Fix installation of libgcj_bc - Remove markers from generated spec files to avoid leaking them into scripts ++++ gtkmm3: - Update to version 3.8.0: + Gtk: - AccelLabel: Add set_accel(). - ActionGroup: Add get/set_accel_group() and the accel-group property. - Entry: Add the populate_all property. - Image: Add the resource property. - IconInfo: Add load_icon_async() load_symbolic_async(), load_symbolic_for_context(). - IconView: . Add get/set_activate_on_single_click() and the activate-on-single-click property. . Add get_cell_rect(). - LevelBar: Add get/set_inverted(). - MenuShell: Add bind_model(). - Settings: Add the gtk-recent-files-enabled and gtk-primary-button-warps-slider properties. - TextView: Add the populate_all property. - TreeView: Add get/set_activate_on_single_click() and the activate-on-single-click property. - Widget: Add is_visible(), register_window() and unregister_window(). - Window: Add set_titlebar(). + Gdk: Window: Add get/set_fullscreen_mode(). + Build: Fix and Update the Visual Studio Solution Files for MSVC.Net 2005, 2008 and 2010. ++++ webkitgtk: - Update to version 2.0.1: + Fix a crash in Web Process when the UI process finishes too early. + Fix load notification of main resource when loaded from the memory cache. + Fix GObject DOM generation to make sure the right GType is used for every wrapped object. + Fix the build with non-bash shells. + Fix WebKit1 build in windows. + Updated translations. ++++ webkitgtk3: - Update to version 2.0.1: + Fix a crash in Web Process when the UI process finishes too early. + Fix load notification of main resource when loaded from the memory cache. + Fix GObject DOM generation to make sure the right GType is used for every wrapped object. + Fix the build with non-bash shells. + Fix WebKit1 build in windows. + Updated translations. ++++ libpng12: - add conflicts in -32bit package ++++ libreoffice: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) * icon style fixes in local help * left margin of bullet (bnc#793414) * color issue in PPTX import (bnc#780830) * file corruption in XLSX export (fdo#49120) * rehash basic unit test framework (bnc#805071) * display the scaled font size in the toolbar (bnc#657905) * use number format, if available, for charts (bnc#734735) * only en-US help pack should contain en-US help (fdo#54278) * shape with background are missed in XLSX import (bnc#798309) * detect follow-on default member of default member object (bnc#809017) * change the font combo tooltip to say font is not available (fate#308255) - enable the MySQL connector extension on the older SUSE distros again ++++ libreoffice-help-group1: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) - split-help-buildhack-no-vcl.diff: avoid build dependency on vcl ++++ libreoffice-help-en-US: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) - split-help-buildhack-no-vcl.diff: avoid build dependency on vcl ++++ libreoffice-help-group2: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) - split-help-buildhack-no-vcl.diff: avoid build dependency on vcl ++++ libreoffice-help-group3: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) - split-help-buildhack-no-vcl.diff: avoid build dependency on vcl ++++ libreoffice-help-group4: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) - split-help-buildhack-no-vcl.diff: avoid build dependency on vcl ++++ libreoffice-help-group5: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) - split-help-buildhack-no-vcl.diff: avoid build dependency on vcl ++++ libreoffice-icon-themes: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) ++++ libreoffice-l10n: - update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) ++++ wayland: - Update to new upstream release 1.1.0 * Optimize damage handling when moving surfaces in and out of planes * Touch screen calibration feature and client * Proper support for popup surfaces - Use a header location that does not change with every release ++++ xorg-x11-server: - Update to version 1.14.1: This release contains the fix for CVE-2013-1940, see here for more detail: http://lists.x.org/archives/xorg-devel/2013-April/036014.html In the remainder we have two build fixes, a couple of comment fixes and a change to the list.h code to inline the xorg_list_init function. Fairly unintrusive, the lot. ++++ yast2-installation: - force disk activation when Storage reports no disk was found (bnc#810823) - 2.24.1 ++++ yast2-packager: - fixed check for disabled SSL verification (bnc#807799) ++++ yast2-samba-client: - ignore 127.0.0.1 while going through IP's (bnc#811008) - 2.24.1 ++++ yast2-storage: - fixed target-map update if no disks are present (bnc#815259) - prevent unexpected popup during proposal (bnc#814550) - mark message for translation (bnc#803928) ------------------------------------------------------------------ ------------------ 2013-4-16 - Apr 16 2013 ------------------- ------------------------------------------------------------------ ++++ ModemManager: - Drop rpmlintrc: the privileges are approved in Factory. ++++ anjuta: - Update to version 3.8.1: + git: Log path entry should be editable. + project-wizard: Creating new project using wizard fails due to license files missing (bgo#696672). + Bugs fixed: bgo#696023. + Updated translations. - Re-add anjuta-glade.xml: bgo#696023 seems not entirely fixed. ++++ autogen: - Update to 5.16.2: * Coverity cleanups * evade Guile issue on BSD platform. * avoid emitting non-error messages to stderr - Adapt autogen-build_ldpath.patch to the changed sources. ++++ cdrdao: - Drop gcdmaster: gcdmaster depends on no longer maintained GUI libraries from GNOME 2. + Obsolete gcdmaster from cdrdao. + Drop gtkmm2-devel, libgnomeuimm-devel and update-desktop-files BuildRequires: they were only needed for gcdmaster. + Drop cdrdao-1.2.2-desktop.patch: we won't install the .desktop file, so we don't need to fix it. ++++ cheese: - Update to version 3.8.1: + Update help for 3.8. + Replace GtkBox casts with GtkGrid casts (bgo#691454). + cheese-camera: Fix creation of effects previews. + libcheese: Fix deprecated clutter sink creation. + Depend on valac 0.18 for gstreamer-1.0. + libcheese doesn't need gnome-desktop (bgo#694288). + Fixed syntax in translation of Keywords string. + Updated translations. ++++ colord: - Update to version 0.1.33: + New Features: - Add some profile descriptions for the CMYK profiles. - Add the FOGRA45L and FOGRA47L CMYK profiles. - Include the eciRGBv1 gamma 1.8 profile. - libcolord: Add cd_it8_set_enable_created. - libcolord: Add helpers for int and double values from the DOM. + Bugfixes: - Add ifdef for cmsGetToneCurveEstimatedTableEntries. - Build the print profiles from XML descriptions. - Check the generated CCMX matrix for invalid data. - Do not print a warning if the DBus property does not exist. - Ensure mbstowcs() has an LC_CTYPE of 'en_US.UTF-8'. - libcolord: Always write C-locale floating point values in IT8 files. - libcolord: Initialize the value of the CCMX matrix. - libcolord: Return the correct result from cd_mat33_matrix_multiply. - Never promote localized v2 ICC profiles to v4. - Rename ISOnewspaper26 to IFRA26S_2004_newsprint. + Updated translations. ++++ gcc48: - libjava-aarch64-support.diff: Enable java for aarch64 ++++ lvm2: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ dos2unix: - Update to 6.0.3. Changes since 6.0: - Version 6.0.3 * Source code compiles with Microsoft Visual C. * Print system error when writing output fails. - Version 6.0.2 * The locale encoding detection when NLS was disabled has been fixed. * Print line number when a binary symbol is found. * Updated makefiles for Watcom C, and added a new one for OS/2. - Version 6.0.1 * Update Spanish translations. * Update manual. ++++ farstream: - Update to version 0.2.3: + Use generic marshallers. + Fix building by gold linker. + Fix leaks, found by Havard Graff and others. + Fix building with automake 1.13. + Lower PulseAudio latencies. + Fix codec intersection. + Add API to make the API be introspection accessible, fixing the Python example. + Use GSocket and other win32 portability improvements. ++++ gcr: - Update to version 3.8.1: + Fix erroneously cancelled prompts. + Updated translations. ++++ glib-networking: - Update to version 2.36.1: + gnutls: Fixed a bug that could cause hangs and/or bursts of CPU usage in some cases (bgo#696881). + gnutls: Fixed CFLAGS when building with gnutls in a different prefix (bgo#696519). + Updated translations. ++++ gnome-control-center: - Update to version 3.8.1: + Background: - Fix cancellation of asynchronous calls when exiting panel. + Info: - Fix crash with NVidia's GLX implementation. - Fix error handling when PackageKit isn't installed. + Network: - Make VLANs, bridges and bonds deletable - Set the connection editor's title for VPNs and Wired connections. - Fix display of some characters in Wi-Fi AP names. - Fix possible crash in the connection editor. - Fix some strings not being marked as translatable. - Make sure "Apply" becomes sensitive when changing some options. - Fix jumping dialogues when showing the connection editor. + Notifications: - Don't fail if a referenced application does not exist. + Power: - Fix strings not being marked as translatable. + Region: - Automatically apply settings system-wide on a single account system. - Fix settings the system language. + Search: - Fix sorting when moving the last entry. - Fix moving unsorted applications. - Align the locations box with the close button. + Shell: - Fix translation of the window title. - Remove obsolete libnotify dependency. + Sound: - Fix possible crasher when changing the alert sound. + User Accounts: - Tell realmd to not setup system management. - Drop pkgconfig(libnotify) BuildRequires: no longer needed. ++++ gnome-documents: - Update to version 3.8.1: + Support rubberband selection in views. + Fix default response in Properties. + Fix prev/next page buttons not working in dual mode. + Fix bugs when launched from a search provider result. + Fix PDF from Google Drive not using the right document type. + Fix icon for Google Drawings. + Fix a crash when closing the preview soon after show. ++++ gnome-keyring: - Update to version 3.8.1: + Updated trasnlations. ++++ gnome-settings-daemon: - Update to version 3.8.1: + Cursor: - Fix possible crashes on older versions of X.org. + Keyboard: - Cancel outstanding D-Bus operations when stopping. - Enforce the XKB group when changing layouts. - Make sure to add the XKB US layout in GDM on empty configurations. + Media-keys: - Fix race condition with gnome-shell on startup. - Fix broken startup notifications. - Fix possible crash when changing the volume. - Fix crash when the shell vanishes and reappears. + Mouse: - Enable two-finger scrolling by default. + Power: - Don't change the active state when running in a VM. - Fix compilation on non-Linux platforms. + Printers: - Fix deprecation compile-time warnings. ++++ gnome-shell: - Update to version 3.8.1: + Clip window group during startup animation (bgo#696323). + Check for logind rather than systemd (bgo#696252). + Don't special-case last remote search provider position (bgo#694974). + Fix memory leaks (bgo#697119, bgo#697295, bgo#697300 bgo#697395). + AppSwitcherPopup: Activate only the selected window if any (bgo#697480). + Enable screen recorder keybinding in all modes (bgo#696200). + Remove box-shadow from screen shield for performance reasons (bgo#697274). + Add support for -st-natural-width/height CSS properties (bgo#664411). + Remove excessive padding from notification buttons (bgo#664411). + Fix thumbnail dragging in overview (bgo#697504). + theme-node: Add get_url()/lookup_url() methods (bgo#693688). + Misc bug fixes and cleanups: bgo#695859, bgo#696259, bgo#696585, bgo#696436, bgo#697432, bgo#697435, bgo#697560, bgo#697722, bgo#697709. + Updated translations. ++++ gnome-shell-extensions: - Update to version 3.8.1: + Many improvements to window-list: - Windows are activated by DND over them - Window buttons now have the right size, even if the text is smaller or larger than the ideal - Window buttons can be grouped automatically when the panel becomes crowded - Added a workspace switcher menu + Added keyboard navigation to apps-menu. + Small tweaks to classic-mode theme, in particular for menus. + Updated translations. ++++ nautilus: - Update to version 3.8.1: + Use a consistent name for applications in the Open With context menu. + Don't follow symbolic links when searching recursively. + Increase default sidebar width. + Fix resetting view to default preferences not working. + Fix behavior of search entry with external Input Methods. + Fix partial ranking order of search results. + Fix move of special icons on the Desktop triggering file operations. + Fix copy action not working in Recent. - Add pkgconfig(gsettings-desktop-schemas) BuildRequires, so it can be versioned. ++++ seahorse: - Update to version 3.8.1: + Updated translations. ++++ gnome-themes-standard: - Update to version 3.8.1: + GTK3: - Improve style of GtkScale's trough. - Add prelight and dark variants of pane separator grip assets. - Add a style class for Photos emblems. - Add support for dark theme to Documents-style collection icons. - Add support for selection rubberbands in content-view. - Add a workaround for backdrop selected text in Evolution. - Fix text selection in GEdit's search entry. + GTK2: - Improve style of GtkScale's trough. ++++ gparted: - Drop obsolete BuildRequires: gconfmm-devel, glibmm2-devel and libglademm-devel. ++++ gpm: - Add software URL. - Remove the patches tarball as upstream doesn't provide it anymore. - Update to 1.20.7: - Adapt patches to changed sources. - Add patch to pass the directory for gpm.h when generating dependencies: gpm-dependencies.patch - Add patch that enables the creation of the libgpm.so symlink again and installs it: gpm-do_create_symlink.patch - Removed patches not needed anymore: gpm-gcc4.3.patch gpm-libtool.patch config-guess-sub-update.patch ++++ gvfs: - Update to version 1.16.1: + daemon: Ensure file monitors are not prematurally finalized. + gvfschannel: - Return proper error if we're out of free fds. - Fix daemon crash when cancelling channel operations. - Fix readahead behaviour. + obexftp: Fix crasher due to missing D-Bus threads support. + Fix compiler warnings. + Updated translations. ++++ hplip: - Version upgrade to 3.13.4: Several more supported printers and all-in-one devices. Fixed toolbox.py crash (KeyError in is_auto_installer_support). Several other bug fixes. For details see http://hplipopensource.com/hplip-web/release_notes.html ++++ kiwi: - fixed setupBootLoaderGrub to write the udev device name into /boot/grub/device.map instead of the unix kernel device name (bnc #813216) - add missing suseImportBuildKey call to templates - fixed suseImportBuildKey to also work with keys present in /usr/lib/rpm/gnupg/keys/ - fixed check if repartition task can be done or not. It's now based on free spaces vs. additional needed space. Also provide better information about the sizes if the repartition task can't be done - fixed resize of LVM partition. It's important to add the swap size to be part of the LVM resize because swap is not an extra partition but a volume inside the vgroup - fixed typo nomodeseet -> nomodeset - fixed LVM resize of physical extents, pvresize works only with unix kernel device names and doesn't like udev links - use generic function resizeLVMPVs in OEMPartitionInstall too - fixed OEMRepartLVM, to pass correctly formated size value to createPartitionerInput, value requires a unit suffix - v5.05.8 released - use uuid search only in livestick, remove the flag file ++++ multipath-tools: - Add Source URL, see https://en.opensuse.org/SourceUrls - use %setup -c to support the tarball ++++ libdiscid: - update to version 0.5.0: - LIB-29: add read_sparse() for faster reading again - LIB-35: add HAVE_SPARSE_READ and VERSION_* defines - LIB-36: hide internal symbols on Linux/Unix - libdiscid-visibility.patch removed (implemented upstream) - libdiscid-no-crypto.patch: - refreshed via quilt - provided meta information: no upstream, opensuse feature ++++ libffi48: - libjava-aarch64-support.diff: Enable java for aarch64 ++++ mozilla-nss: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ libgcj48: - libjava-aarch64-support.diff: Enable java for aarch64 ++++ glibmm2: - Update to version 2.36.0: + GLib: - ByteArray: . Add size() and get_data(). . Add a Glib::Value<> template specialization. - VariantBase: Add check_format_string(). + Gio: - ApplicationCommandLine: Add get_stdin() and create_file_for_arg(). - AsyncResult: Added is_tagged(). - Credentials: Add get_unix_pid(). - DesktopAppInfo: Add has_key(), get_string() and get_boolean(). - FileEnumerator: Add get_child(). - FileInfo: Add get_deletion_date(). - SocketClient: Add get/set_tls(), get/set_tls_validation_flags(), get/set_proxy_resolver(). + gmmproc: - Verify that void methods should not return a value (bgo#696364). - Parse the argument list of methods correctly. + Build: - Visual Studio Projects: Fix and update. - Add a test of implementing an interface, to detect the problem in glib 2.36.0 and the expected problem with glib >= 2.37.0 (bgo#697229). ++++ json-glib: - Update to version 0.16.0: + docs: Fix xinclude fallback for annotation glossary. + variant: Fix documentation and annotations for deserialize(). + Update Visual Studio Solution Files. + Visual Studio Builds: Support building introspection files. + path: Fix get all object members with wildcard. + build: Bump up the requirement for GLib. + build: Use the symbols file to generate our public ABI. + Use the new typed JsonNode initializers. + Consolidate null handling in JsonArray and JsonObject. + node: Add typed initializers. + Bugs fixed: bgo#660795, bgo#686096, bgo#691557, bgo#693575. + Updated translations. ++++ lua51: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ lzo: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ mutter: - Update to version 3.8.1: + Fix crash when getting default font (bgo#696814). + Fix ungrabbing of keybindings (bgo#697003). + Misc fixes and cleanups: bgo#697758. + Updated translations. ++++ pilot-link: - patch to fix udev rules by Jean Delvare pilot-link-0.12.5-udev-rules.patch ++++ libsamplerate: - 0001-src-src_sinc.c-Fix-a-read-beyond-end-of-coefficent-a.patch from upstream, fix off-by-one bug found by gcc 4.8 address sanitizer. ++++ seed: - Update to version 3.8.1: + Re-release due to broken tarball. - Drop GLib.js, as it is now included in the tarball. - Update to version 3.8.0: + Adding ondemand for reference. + Remove duplicated code, call function instead. + Fix a crash when creating a new GObject from the javascript code. + Add support for uint8 array as return type. + Major memory reduction by garbage collecting at end of closure. + Bugs fixed: bgo#695857, bgo#696547, bgo#695876, bgo#694458, bgo#618454, bgo#692794, bgo#657699, bgo#693217, bgo#653077, bgo#637248, bgo#663609, bgo#663289. - Drop seed-webkit-1.0-detection.patch: fixed upstream. - Drop gnome-common BuildRequires and call to gnome-autogen.sh, as we no longe carry any patch. - Add GLib.js as source and copy to extensions: the file is missing from the released tarballs. ++++ snapper: - merged xattr support from oniko - version 0.1.3 ++++ libsoup: - Update to version 2.42.1: + Fixed SoupProxyResolverDefault (bgo#697028). + Fixed a gigantic memory leak when using SoupCache (bgo#696594). + Fixed a build problem on Windows (bgo#696354). + Fixed ntlm-test to pass whether or not Samba ntlm_auth support was compiled in (bgo#697510). + Updated translations. ++++ libstorage: - version 2.24.0 - add fast way to detect present disks in system (bnc#810823) ++++ libvorbis: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libwacom: - Update to version 0.7.1: + New devices: ISDv4 10d. + Better checks to prevent bad databases. ++++ libwebp: - Update to new upstream release 0.3.0 * WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer and will perform auto-allocation. * Default filter option is now "-strong -f 60" * Encoding speed-up for lossy methods 3 to 6 * Alpha encoding can be done in parallel to lossy using `cwebp -mt ...` * Color profile, metadata (XMP/EXIF) and animation support in the container was finalized. * Various NEON assembly additions - Tool updates / additions: * gif2webp added * vwebp given color profile & animation support * cwebp can preserve color profile / metadata with "-metadata" ++++ libwmf: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libwpg: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libx86: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libxcb: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libzio: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ logrotate: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ lsscsi: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ luit: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ man: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ man-pages-posix: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ mdadm: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ microcode_ctl: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ mpi-selector: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ mpt-status: - Add Source URL, see https://en.opensuse.org/SourceUrls - Cleanup spec file ++++ mtools: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ orca: - Update to version 3.8.1: + Updated translations. ++++ pam_krb5: - update to version 2.4.4 * drop configuration settings that duplicated library settings * drop the existing_ticket option * drop krb4 support * add support for preserving configuration information in ccaches * add support for creating and cleaning up DIR: ccaches * finish cleaning up KEYRING: ccaches * add experimental "armor" and "armor_strategy" options * handle creation of /run/user/XXX for FILE: and DIR: caches * handle different function signatures for krb5_trace_callback * avoid overriding the primary when updating DIR: caches - obsolets patches (upstream): * pam_krb5-2.2.0-0.5-configure_ac.dif * use-urandom-for-tests.dif ++++ yum: - fix SLE-11 build ++++ rsyslog: - Fixed service file to pass $RSYSLOGD_PARAMS to rsyslogd again. ++++ sushi: - Update to version 3.8.1: + Fix a crash while loading PDF documents. ++++ vim: - Updated to revision 905, fixes the following problems * Can't build with Ruby 2.0 on a 64 bit system. * Test 79 fails on Windows. (Michael Soyka) * Merging viminfo history doesn't work well. * Still merging problems for viminfo history. * Crash when using b:, w: or t: after closing the buffer, window or tabpage. * Using wrong RUBY_VER causing Ruby build to break. * Valgrind error in test 91. (Issue 128) * Memory leaks in Lua interface. * Configure doesn't always find the shared library. * Memory leak reported by valgrind in test 91. * #if indents are off. * Not obvious that some mouse features are mutual-exclusive. * Outdated comment, ugly condition. * When deleting last buffer in other tab the tabline is not updated. * Crash on exit writing viminfo. (Ron Aaron) * Using memory freed by the garbage collector. * Crash when writing viminfo. (Ron Aaron) ++++ xmlbeans: - add Conflicts between xmlbeans/xmlbeans-mini packages ++++ yast2-packager: - sw_single.ycp removed function nesting, updated manual-tests, removed old-tests (for YCP -> Ruby conversion) ++++ yast2-storage: - version 2.24.1 - add Storage::GetDetectedDiskPaths() to have a fast way to detect present disks without having to do complete scan of storage subsystem (bnc#810823) ------------------------------------------------------------------ ------------------ 2013-4-15 - Apr 15 2013 ------------------- ------------------------------------------------------------------ ++++ alsa-utils: - Added patch from upstream, which fixes buffer overflow, 0002-alsactl-Fix-the-string-size-for-the-lock-file-contents.patch - Replace the previous fix with the upstream patch ++++ php5: - updated to 5.4.14: Core: Fixed bug #64529 (Ran out of opcode space). Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration). Fixed bug #64432 (more empty delimiter warning in strX methods). Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error). Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']). Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11). Fixed bug #63976 (Parent class incorrectly using child constant in class property). Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly). Fixed bug #62343 (Show class_alias In get_declared_classes()). PCRE: Merged PCRE 8.32. SNMP: Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly). Zip: Fixed bug #64452 (Zip crash intermittently). (Anatol) - libc-client.so needs -lssl ++++ autoyast2: - prevent execution of init-scripts before they are fetched (bnc#811688) - recognize mounted device also when by-id names are used in /proc/mounts (bnc#565557) ++++ baobab: - Update to version 3.8.1: + Updated translations. ++++ digikam: - Added patch digikam-patch78541.diff from upstream to fix detection of certain cameras (bnc#814622, kde#311393) ++++ empathy: - Update to version 3.8.1: + bgo#696544: goa-mc-plugin: Fix deprecation warnings. - bgo#696718: Cleanup unused and redundant #include directives. - bgo#697076: Cleanup #includes, second round. - bgo#697254: Launching Empathy -p opens both the preferences and the main window. + Updated documentation. + Updated translations. ++++ evolution: - Update to version 3.8.1: + Fix translations of keywords in .desktop files + Fix mbox-to-Maildir conversion... again. + Fix for typing in ITIP comments when some keys triggered actions. + Show parts with Content-ID of multipart/mixed as attachments. + e_mail_folder_uri_parse: Handle local mbox folder URIs. + Update copyright year on About dialog. + EWebView: Disable WebKit plugins during instance initialization. + Remove Evolution's implementation of highlighting and use WebKit highlighting. + web-inspector: Change the shortcut key to match Chrome. + Improve thread-safety of ECalModel. + Restore "Automatic Contacts" plugin preferences page. + Bugs fixed: bgo#662568, bgo#681837, bgo#684245, bgo#687412, bgo#696173, bgo#696175, bgo#696185, bgo#696715, bgo#697228, bgo#697268. + Updated translations. ++++ evolution-data-server: - Update to version 3.8.1: + Fix implicit declaration of WIFEXITED. + EBookClient/ECalClient: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for close(). + sqlite addressbook: fix memory corruption in get_revision. + CamelIMAPXServer: Rewrite duplicate message fetching. + Bugs fixed: bgo#656488, bgo#681837, bgo#693101, bgo#695915, bgo#696285, bgo#696757, bgo#697705, bgo#697734. + Updated translations. ++++ file-roller: - Update to version 3.8.1: + Use the correct property to set GtkMenuButton's menu. + Updated translations. ++++ five-or-more: - Update to version 3.8.1: + Updated translations. ++++ four-in-a-row: - Update to version 3.8.1: + Updated trranslations. ++++ gdk-pixbuf: - Update to version 2.28.1: + Fix build with libpng 1.6. ++++ gdm: - Update to version 3.8.1: + Use common pam stacks for openembedded. + Only launch gnome-initial-setup if there are no user accounts. + Check for logind, not for systemd. + Updated translations. ++++ gedit: - Update to version 3.8.1: + Port zeitgeist plugin to use libzeitgeist2. + Improvements in docs. + Misc bugfixes. + Updated translations. - Replace pkgconfig(zeitgeist-1.0) BuildRequires with pkgconfig(zeitgeist-2.0), following upstreams port to Zeitgeist 2.0. ++++ glib2: - Update to version 2.36.1: + Bugs fixed: bgo#687659, bgo#696973, bgo#697229, bgo#697652, bgo#697879. + Updated translations. ++++ gnome-calculator: - Update to version 3.8.1: + Fix subtract button inserts additional minus. + Fix error reporting bug for malformed expression. + Fix crash issue with null pointer dereference. + Updated translations. ++++ gnome-chess: - Update to version 3.8.1: + help: Fix obsolete product of bugzilla. + Respect engine args specified in engines.conf. + ChessState.get_fen() replaces all knights with kings. + Insufficient material fixes. + Chess history doesn't work very well. + Fix AI hang when Phalanx attempts to promote. + Updated translations. ++++ gnome-clocks: - Update to version 3.8.1: + Misc bugfixes. + Updated translations. ++++ gnome-contacts: - Update to version 3.8.1: + Fixed font color in contacts list. + Make changing birthdate work. + Updated translations. ++++ gnome-klotski: - Update to version 3.8.1: + Updated translations. ++++ gnome-mines: - Update to version 3.8.1: + Updated translations. ++++ gnome-online-accounts: - Update to version 3.8.1: + Updated translations. ++++ gnome-packagekit: - Update to version 3.8.1: + Show the update viewer in the app overview. + Add some translator comments. + Do not maximize by default as we do not have a draggable header yet. + Do not try and duplicate all the PackageKit errors in the session helper. + Mark strings as translatable. + Never show two modal dialog boxes when using the install helpers. + Show a meaningful name in the about dialog. + Updated translations. - Rebase gnome-packagekit-OnlyShowIn.patch. ++++ gnome-power-manager: - Update to version 3.8.1: + Updated translations. ++++ vte: - Update to version 0.34.4: + Improved vte.sh script (bgo#697225). ++++ gnome-robots: - Update to version 3.8.1: + Updated translations. ++++ gnome-screenshot: - Update to version 3.8.1: + Fix keyboard focus in interactive dialog. + Updated translations. ++++ gnome-session: - Update to version 3.8.1: + Check for logind, not systemd (bgo#696262). + Updated translations. ++++ gnome-sudoku: - Update to version 3.8.1: + Updated translations. ++++ gnome-terminal: - Update to version 3.8.1: + Nautilus extension fixes (bgo#697225 and others). + Portability fix (bgo#697024). + Updated translations. ++++ gnome-tetravex: - Update to version 3.8.1: + Updated translations. ++++ gnome-desktop: - Update to version 3.8.1: + Updated translations. ++++ gtk3: - Update to version 3.8.1: + Broadway backend improvements: - Ensure window sizes are synched right. - Sync surface updates with paint clock. - Add support for password authentication. - Reuse surfaces passed to server. + CSS improvements: - Add cycle detection to color resolving + Bugs fixed: bgo#675649, bgo#681446, bgo#685419, bgo#685420, bgo#690275, bgo#696370, bgo#696622, bgo#696623, bgo#696882, bgo#697144, bgo#697263, bgo#697427. + Updated translations. ++++ gucharmap: - Update to version 3.8.1: + vala: Fix build with vala 0.20 (bgo#697027). + Updated translations. ++++ guile: - updated to 2.0.9: * * New keyword arguments for procedures that open files * * Numerics improvements * * New optimizations * * `peek-char' no longer consumes EOF * * SLIB compatibility restored * * Better ,trace REPL command * * Better docstring syntax supported for `case-lambda' * * Improved handling of Unicode byte order marks etc. see NEWS for more/details - removed unneeded gc-test.patch ++++ iagno: - Update to version 3.8.1: + Updated translations. ++++ iproute2: - Update to new upstream release 3.8.0 * implement bridge mdb commands * add DOVE extensions * add `ip netns pids` and `ip netns identify` * tc netem: allow negative packet/cell overhead * support tunnels in `ip link type ipip|sit|ip6tnl` - Add 0001-build-resolve-compile-error-due-to-missing-include.patch ++++ iptables: - libxt_state.so symlink was not installed (bnc#815182); fix by removing 0001-build-also-use-libtool-for-install-stage.patch, removing 0001-build-do-not-dereference-symlinks-on-installation.patch, adding 0001-libip6t_NETMAP-Use-xtables_ip6mask_to_cidr-and-get-r.patch, adding 0001-Revert-build-resolve-link-failure-for-ip6t_NETMAP.patch ++++ kiwi: - fixed split createTmpTree, return if lstat returns undef - make sure index file will be removed in case of an error in the getSingleInstSourceSatSolvable() function - fixed use of lwp-download with complex zypper URL's containing additional proxy, proxy-user/pwd information ++++ libidl: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libelf0: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libgdiplus0: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libgnome: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libgnomeui: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libgphoto2: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libgssglue: - Added url as source. Please see http://en.opensuse.org/SourceUrl ++++ gtksourceview: - Update to version 3.8.1: + Improvements to the LaTeX and Perl language specs. + Update to gtk-mac-integration 2.0 API. + More unit tests. + Misc bugfixes. + Updated translations. ++++ libgweather: - Update to version 3.8.1: + Updated translations. ++++ libimobiledevice: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ kmod: - Update to new upstream release 13 * depmod: --symbol-prefix actually requires an argument * depmod: fix builtin symbols resolution when the prefix symbol is set * libkmod: Use secure_getenv if available * rmmod: Teach rmmod about builtin modules * libkmod: add finit_module logic * modprobe: Fix assertion on --show-depends with bogus config file * Many other bugfixes see https://lwn.net/Articles/546711 ++++ liblbxutil: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ lightdm: - update to version 1.6.0 - allow VNC command to be specified in lightdm.conf - fix build with gobject-introspection 1.35.9 - fix authentication cancel regression caused in 1.5.2 - fix stale X server being left behind when using LockSession D-Bus API - adjust AppArmor profile to also work with logind - don't use GIO to access X authority files - it uses GVFS which is unnecessary overhead/complexity - handle over/underflows when reading from greeter - improve warning message when XDMCP packet has length mismatch - only report test command line if it fails - add more regression tests - QLightDM: Add Qt5 version of the library: liblightdm-qt5-2 - QLightDM: Add some missing role names in UsersModel - QLightDM: Add a backgroundPath role to UsersModel - QLightDM: Fix potential crash in QLightDM::UsersModel closedown - improve guest session apparmor - run each test in its own /tmp dir so they can't interfere with eachother - fix script hooks no longer working with latest glib - fix display clean up code - add man page for lightdm-set-defaults - use xzip for distribution, don't distribute old metadata - correctly check if display is active when session quits - relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it - selectively lock memory rather than calling mlockall for main daemon - dropped obsolete lightdm-fix-determining-active-display.patch, lightdm-use-fine-grained-memory-locking.patch, lightdm-fix-build-with-gobject-introspection-1.35.9.patch - liblightdm-qt-2-0 and liblightdm-gobject-1-0 were relicensed to LGPL-2.0 or LGPL-3.0 ++++ libmng: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ ntfs-3g_ntfsprogs: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ openobex: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ p11-kit: - Update to version 0.18.1: + Put the external tools in $libdir/p11-kit. + Documentation build fixes. ++++ parted: - Add Source URL, see https://en.opensuse.org/SourceUrls - Add GPG checking ++++ pciutils: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ phonon: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ libpipeline: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libplist: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libpng12: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ poppler: - Update to version 0.22.3: + core: - Check order bounding box values in tiling pattern (fdo#62369). - CairoImageOutputDev: Don't change image interpolation when printing (fdo#62418). - TextOutputDev: Set text matrix when painting selection (fdo#61042). - Only write the file once when saving (fdo#62739). - Fix for complete rewrites in repaired files. - Fixlet regarding spec interpretation for Link Zoom value. - Fix typos in man pages. - Fix compile when not using libjpeg. + glib: - Always start from the beginning when starting a new search on a page (fdo#59972). + qt4: - Fix crash in files with LinkRendition (kde#317710). + build system: - Small cmake improvements. - Bump soname following upstream changes. ++++ poppler-qt: - Update to version 0.22.3: + core: - Check order bounding box values in tiling pattern (fdo#62369). - CairoImageOutputDev: Don't change image interpolation when printing (fdo#62418). - TextOutputDev: Set text matrix when painting selection (fdo#61042). - Only write the file once when saving (fdo#62739). - Fix for complete rewrites in repaired files. - Fixlet regarding spec interpretation for Link Zoom value. - Fix typos in man pages. - Fix compile when not using libjpeg. + glib: - Always start from the beginning when starting a new search on a page (fdo#59972). + qt4: - Fix crash in files with LinkRendition (kde#317710). + build system: - Small cmake improvements. - Bump soname following upstream changes. ++++ popt: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python-gobject: - Update to version 3.8.1: + pygi-convert.sh: Add GStreamer rules (bgo#697951). + pygi-convert: Add rule for TreeModelFlags. + Fix enum and flags marshaling type assumptions. + Use g_strdup() consistently (bgo#696650). + Fix stack corruption due to incorrect format for argument parser (bgo#696892). ++++ python3-gobject: - Update to version 3.8.1: + pygi-convert.sh: Add GStreamer rules (bgo#697951). + pygi-convert: Add rule for TreeModelFlags. + Fix enum and flags marshaling type assumptions. + Use g_strdup() consistently (bgo#696650). + Fix stack corruption due to incorrect format for argument parser (bgo#696892). ++++ samba: - Don't modify the pidfile name when a custom config file path is used; (bnc#812929). ++++ libsmi: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libsndfile: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ net-snmp: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ libtirpc: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libusb-compat: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libusb-1_0: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ lightdm-gtk-greeter-branding-openSUSE: - use license file from lightdm-gtk-greeter ++++ mpt-firmware: - Also, update modaliases. ++++ net-tools: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ nss-mdns: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ numlockx: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ obex-data-server: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ openslp: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Carp-Clan: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Crypt-SmbHash: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Date-Calc: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Digest-HMAC: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Digest-SHA1: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-HTML-Parser: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-HTML-Tagset: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-HTTP-Message: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-NetxAP: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Sub-Uplevel: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-TermReadLine-Gnu: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-Test-Exception: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-XML-NamespaceSupport: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-XML-Parser: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-XML-SAX: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-XML-Twig: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ perl-libwww-perl: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ pinentry: - Add Source URL, see https://en.opensuse.org/SourceUrls - Add GPG checking ++++ polkit-default-privs: - ModemManager 0.8 with org.freedesktop.ModemManager1 interface added (a bit more relaxed than the old interface) bnc#798273 - 13.1 is next opensuse ++++ pptp: - Cleanup spec file - Add Source URL, https://en.opensuse.org/SourceUrls ++++ prctl: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ procmail: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls - Add GPG verification ++++ system-config-printer: - Update to version 1.4.0: + Support for firewalld. + Use gi.repository throughout. + Removed old bits (gtk_label_autowrap and gtkspinner). + Some locking fixes. - Drop system-config-printer-fix-name-of-udev-helper.patch: fixed upstream. - Rebase system-config-printer-no-openprinting.patch. - Add gobject-introspection BuildRequires: needed to get automatic typelib() requires. ++++ python-qt4: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ quadrapassel: - Update to version 3.8.1: + Fix tags in the Hungarian help. + Updated translations. ++++ swell-foop: - Update to version 3.8.1: + Updated translations. ++++ vinagre: - Update to version 3.8.1: + Updated translations. ++++ vino: - Update to version 3.8.1: + Fixed syntax in translation of Keywords string. + Back out "authentication-method" setting change. + Updated translations. ++++ yast2-firewall: - Fixed checking for running firewall service (bnc#812606) - 2.21.4 ++++ yast2-instserver: - dialogs.ycp - added missing import/include (found by YCP -> Ruby translation) - 2.24.0 ++++ yast2-mouse: - converted ISO-8859 characters in comments to UTF-8 - 2.24.0 ++++ yast2-storage: - reserve even more space for buttons (bnc#720839) ++++ yast2-tune: - added missing includes in system_settings_dialogs.ycp (found by YCP -> Ruby translation) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-4-14 - Apr 14 2013 ------------------- ------------------------------------------------------------------ ++++ at: - Ordering after syslog.target is no longer recommended. ++++ cronie: - Ordering units after syslog.target is no longer recommended. ++++ glibc: - Do not order nscd after syslog.target ++++ glibc: - Do not order nscd after syslog.target ++++ gnome-documents: - Add tracker-miner-files Requires: local stored files are only found if they are indexed by tracker; gnome-documents references trackers glib schema and won't start without it available. ++++ libfprint: - fix -devel package requires,nowhere this library requires pkgconfig(ImageMagick), pkgconfig(glib-2.0), pkgconfig(libusb-1.0) pkgconfig(openssl), pkgconfig(zlib), not at linking time, not at the headers.. ++++ lightdm: - added lightdm-fix-function-declarations-missing-prototypes.patch in order to fix missing prototypes and pre-ANSI C function declarations, this fixes build failures with gnome-common >= 3.7.4 (lp#1168842) ++++ mpt-firmware: - Fix udev rules location and update them to use builtin module loading features. ++++ openssh: - sshd.service: Do not order after syslog.target, it is not required or recommended and that target does not even exist anymore. ++++ pcmciautils: - Use pkgconfig to determine the correct path of udev stuff - Update the bundled udev rules to use the BUILTIN modprobe routines instead of invoking the modprobe binary. ++++ python-kde4: - Update descriptions so that the purpose of each package is clearer ++++ rsyslog: - Fix systemd units to do exactly what is documented as required --> http://www.freedesktop.org/wiki/Software/systemd/syslog In particular, it must not mess with the ordering of syslog.target this is done by removing the custom unit and adapting the upstream one with openSUSE additions (rsyslog-unit.patch) ------------------------------------------------------------------ ------------------ 2013-4-13 - Apr 13 2013 ------------------- ------------------------------------------------------------------ ++++ alsa-utils: - Added service_typo.patch, fixes alsa-restore service not starting ++++ dnsmasq: - sync /srv/tftpboot directory attributes with atftp package ++++ gdl: - Update to version 3.8.1: + Fix build with automake 1.13. + Updated translations. ++++ gnome-documents: - Add gnome-documents-WebKit-3.0.patch: Specify that we need WebKit 3.0 (for typelib dependencies). ++++ gnome-session: - Modify gnome starter script: if the first parameter is 'gnome-classic', that means we want to start gnome-session with - -session gnome-classic (we need to inject --session into the build command). ++++ gnome-shell-extensions: - Change gnome-classic.desktop to invoke 'gnome' instead of 'gnome-session'. We use a wrapper script to start gnome. ++++ grub2: - BuildRequires: help2man to generate man pages and package them too ++++ kiwi: - changed offset=64 to offset=0 for isohybrid. this fixes the problem of missing partition devices in legacy BIOS mode - fixed dereferencing of undefined values if no profiles are used ++++ libetpan: - libetpan-configure.patch: Correct configure checks for libcurl and libexpat to work with --as-needed ++++ libmygpo-qt: - Update to 1.0.7 * New Config Class. This class allows to programmatically to retrieve the libmygpo-qt version and retrieve and set the gpodder.net API endpoint * Config Class also allows to set a prefix to the user-agent. * fixed a bug that created incomplete Episode Actions if an Episode Action couldn’t be parsed completely by libmygpo-qt * fixed a small bug with the pkgconfig file * added support for uploading & retrieving flattr Episode Actions to gpodder.net ++++ python3-base: - Update to version 3.3.1 * Fix the –enable-profiling configure switch. * In IDLE, close the replace dialog after it is used. - Too many bugfixes to list here, see See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS - Refresh Python-3.3.0b2-multilib.patch - Refresh python-3.2b2-buildtime-generate.patch - Drop upstream patches: ctypes-libffi-aarch64.patch, python-3.2.3rc2-pypirc-secure.patch, python-3.3.0-getdents64.patch ++++ zeitgeist: - Update to version 0.9.12: + Libzeitgeist: - Fix find_related_uris to only print out the ranking if EXPLAIN_QUERIES is enabled. - Fixed find_related_uris to take RelevantResultType as an argument instead of ResultType. - Pass copy of templates to search and search_with_relevancies. + Overall: Fixed documentation. ++++ python3: - Update to version 3.3.1 * Fix the –enable-profiling configure switch. * In IDLE, close the replace dialog after it is used. - Too many bugfixes to list here, see See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS - Refresh Python-3.3.0b2-multilib.patch - Refresh python-3.2b2-buildtime-generate.patch - Drop upstream patches: ctypes-libffi-aarch64.patch, python-3.2.3rc2-pypirc-secure.patch, python-3.3.0-getdents64.patch ++++ rhythmbox: - Update to version 2.99.1: + Several missing accelerator keys (re-)added. + XI_BadDevice crashes fixed. + Bugs fixed: bgo#697526, bgo#697527, bgo#697534, bgo#697915. ++++ vim: - Updated to revision 888, fixes the following problems * Double free for list and dict in Lua. (Shougo Matsu) * Can't build with multi-byte on Solaris 10. * No tests for Visual mode operators, what 7.3.879 fixes. * Filename completion with 'fileignorecase' does not work for multi-byte characters. ------------------------------------------------------------------ ------------------ 2013-4-12 - Apr 12 2013 ------------------- ------------------------------------------------------------------ ++++ alsa: - Updated to version 1.0.27: including all previous fixes; all 00*-* patches dropped ++++ alsa-firmware: - Updated to version 1.0.27: add firmware files for CA0132 HD-audio codec - Fix macros for udev rules installation path ++++ alsa-plugins: - Updated to version 1.0.27: including all previous fixes; all 00*-* patches dropped ++++ alsa-utils: - Update to version 1.0.27: including all previous fixes; all 00*-* patches dropped * Add support for alsactl daemon mode * Add snd_pcm_abort() support in aplay ++++ kdesdk4: - Updated Licenses for the packages (bnc#814081) ++++ curl: - update to 7.30.0 includes security fixes for CVE-2013-0249 and CVE-2013-1944 (bugs bnc#814655 and bnc#802411 respectively) (dropped curl-CVE-2013-0249.patch) - Changes: imap: Changed response tag generation to be completely unique imap: Added support for SASL-IR extension imap: Added support for the list command imap: Added support for the append command imap: Added custom request parsing imap: Added support to the fetch command for UID and SECTION properties imap: Added parsing and verification of the UIDVALIDITY mailbox attribute imap/pop3/smtp: Added support for the STARTTLS capability checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS for new multi interface connection handling Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL and CURLMOPT_PIPELI NING_SERVER_BL for new pipelining control test: offer "automake" output and check for perl better always-multi: always use non-blocking internals imap: Added support for sasl digest-md5 authentication imap: Added support for sasl cram-md5 authentication imap: Added support for sasl ntlm authentication imap: Added support for sasl login authentication imap: Added support for sasl plain text authentication imap: Added support for login disabled server capability mk-ca-bundle: add -f, support passing to stdout and more writeout: -w now supports remote_ip/port and local_ip/port - refreshed patches ++++ kernel-default: - cpuidle: calxeda: disable power gating by default. - commit 1f54900 ++++ kernel-desktop: - cpuidle: calxeda: disable power gating by default. - commit 1f54900 ++++ kernel-pae: - cpuidle: calxeda: disable power gating by default. - commit 1f54900 ++++ kiwi: - DB: rebuild documentation - fixed typos: Replace "(c|C)onfiguartion" with "(c|C)configuration" - fixed typos: Replace "(c|C)onfiguartion" with "(c|C)configuration" - fixed typos: Replace "(c|C)onfiguartion" with "(c|C)configuration" - added support for overlayfs as root filesystem for the disk based image types oem and vmx. Unfortunately the tool chain is not really prepared for such systems. I found the following issues which are not a kiwi business: * grub2-mkconfig failed to get canonical path of overlayfs * mkinitrd does not work if the rootfs is an overlayfs Thus when building an image with filesystem="overlayfs" it can be booted only once with the kiwi initrd. the subsequent reboot failed when using grub2. funny enough with the legacy grub it works because kiwi writes the config in this case - added helper tool called livestick: + allows deployment of live ISO images on USB sticks without destroying any data on the stick. The system is based on grub2 which loads via loopback the kernel and the initrd from the transfered iso image file. In addition to that custom writing happens into a cowfile and not into a partition. Using livestick recommends the use of the overlayfs filesystem (flags="overlay") because that has proven to work fast and nicely with a cowfile - follow up fix for the last commit concerning the unit tests make sure unwanted duplicate entries are replaced - don't use opensuse:// urls in unit tests. that sucks inside the buildservice if the service redirector is broken - added aarch64 as supported arch to the KIWIXML ctor ++++ ilmbase: - update to 2.0.0 * Bumped version to track OpenEXR (Piotr Stanczyk) * Numerous minor fixes, missing includes etc * Minor fixes for newer gcc versions and OS X. (misc) * Preparation for OpenEXR v2 release { remove message for final release } (Piotr Stanczyk) * Updated the so verison to 10 (Piotr Stanczyk) - obsoletes * 0001-Correcting-for-incorrect-license-section.patch * ilmbase-1.0.3-ucontext-i386.patch ++++ openexr: - update to 2.0.0 * Deep Data support - Pixels can now store a variable-length list of samples. The main rationale behind deep images is to enable the storage of multiple values at different depths for each pixel. OpenEXR 2.0 supports both hard-surface and volumetric representations for Deep Compositing workflows. * Multi-part Image Files - With OpenEXR 2.0, files can now contain a number of separate, but related, data parts in one file. Access to any part is independent of the others, pixels from parts that are not required in the current operation don't need to be accessed, resulting in quicker read times when accessing only a subset of channels. The multipart interface also incorporates support for Stereo images where views are stored in separate parts. This makes stereo OpenEXR 2.0 files significantly faster to work with than the previous multiview support in OpenEXR. * Optimized pixel reading - decoding RGB(A) scanline images has been accelerated on SSE processors providing a significant speedup when reading both old and new format images, including multipart and multiview files. * Namespacing - The library introduces versioned namespaces to avoid conflicts between packages compiled with different versions of the library. - obsoleted openexr-suse-docdir.patch (moved in install phase) openexr-disable-tests.patch ++++ systemd: - Update to release 201: + udev now supports different nameng policies for network interface for predictable names. + udev gained support for loading additional device properties from an indexed database. %udev_hwdb_update macro should be used by packages adding entries to this database. + Journal gained support for "Message Catalog", indexed database to link up additional information with journal entries. %journal_catalog_update macro should be used by packages adding %entries to this database. + "age" field for tmpfiles entries can be set to 0, forcing removal of files matching this entry. + coredumpctl gained "gdb" verb to invoke gdb on selected coredump. + New rpm macros has been added: %udev_rules_update(), %_udevhwdbdir, %_udevrulesdir, %_journalcatalogdir, %_tmpfilesdir, %_sysctldir. + In service files, %U can be used for configured user name of the service. + nspawn can be invoked without a controlling TTY. + systemd and nspawn can accept socket file descriptors when started for socket activation. This allow socket activated nspawn containers. + logind can now automatically suspend/hibernate/shutdown system on idle. + ConditionACPower can be used in unit file to detect if AC power source is connected or if system is on battery power. + EnvironmentFile= in unit files supports file globbing. + Behaviour of PrivateTmp=, ReadWriteDirectories=, ReadOnlyDirectories= and InaccessibleDirectories= has changed. The private /tmp and /var/tmp directories are now shared by all processes of a service (which means ExecStartPre= may now leave data in /tmp that ExecStart= of the same service can still access). When a service is stopped its temporary directories are immediately deleted (normal clean-up with tmpfiles is still done in addition to this though). + Resource limits (as exposed by cgroup controlers) can be controlled dynamically at runtime for all units, using "systemctl set-cgroup-attr foobar.server cgroup.attribute value". Those settings are stored persistenly on disk. + systemd-vconsole-setup will now copy all fonts settings to all allocated VTs. + timedated now exposes CanNTP property to indicate if a local NTP service is available. + pstore file system is mounted by default, if available. + SMACK policies are loaded at early boot, if available. + Timer units now support calendar time events. + systemd-detect-virt detect xen PVs. + Some distributions specific LSB targets has been dropped: $x-display-manager, $mail-transfer-agent, $mail-transport-agent, $mail-transfer-agent, $smtp, $null. As well mail-transfer-agent.target and syslog.target has been removed. + systemd-journal-gatewayd gained SSL support and now runs as unprivileged user/group "systemd-journal-gateway:systemd-journal-gateway" + systemd-analyze will read, when available, boot time performance from EFI variable from boot loader supporting it. + A new generator for automatically mounting EFI System Partition (ESP) to /boot (if empty and no other file system has been configured in fstab for it). + logind will now send out PrepareForSleep(false) out unconditionally, after coming back from suspend. + tmpfiles gained a new "X" line type, that allows configuration of files and directories (with wildcards) that shall be excluded from automatic cleanup ("aging"). + udev default rules set the device node permissions now only at "add" events, and do not change them any longer with a later "change" event. + A new bootctl tool has been added that is an interface for certain EFI boot loader operations. + A new tool kernel-install has been added to install kernel images according to Boot Loader Specification. + A new tool systemd-activate can be used to test socket activation. + A new group "systemd-journal" is now owning journal files, replacing "adm" group. + journalctl gained "--reverse" to show output in reverse order, "--pager-end" to jump at the end of the journal in the pager (only less is supported) and "--user-unit" to filter for user units. + New unit files has been addedto ease for systemd usage in initrd. + "systemctl start" now supports "--irreversible" to queue operations which can be reserved. It is now used to make shutdown requests more robust. + Auke Kok's bootchart has been merged and relicensed to LGPLv2.1+. + nss-myhostname has been merged in systemd codebase. + some defaults sysctl values are now set by default: the safe sysrq options are turned on, IP route verification is turned on, and source routing disabled. The recently added hardlink and softlink protection of the kernel is turned on. + Add support for predictable network naming logic. It can be turned off with kernel command line switch: net.ifnames=0 + journald will now explicitly flush journal files to disk at the latest 5 min after each write and will mark file offline until next read. This should increase reliability in case of crash. + remote-fs-setup.target target has been added to pull in specific services when at least one remote file system is to be mounted. + timers.target and paths.target have been added as canonical targets to pull user timer and path units, similar to sockets.targets. + udev daemon now sets default number of worker processes in parallel based on number of CPUs instead of RAM. + Most unit file settings which takes likst of items can now be reset by assigning empty string to them, using drop-in. + Add support for drop-in configuration file for units. + Most unit file settings which takes likst of items can now be reset by assigning empty string to them, using drop-in. + improve systemg-cgtop output. + improve 'systemctl status' output for socket, drop-in for units. + 'hostnamectl set-hostname' allows setting FQDN hostnames. + fractional time intervals are now parsed properly. + localectl can list available X11 keymaps. + systemd-analyze dot can filter for specific units and has been rewritten in C. + systemctl gained "list-dependencies" command. + Inhibitors are now honored no only in GNOME. - Many patches has been dropped, being merged upstream. - Many patches has been renamed and regenerated with git, to have consistent naming, authorship and comments embedded. - Add Revert-service-drop-support-for-SysV-scripts-for-the-early.patch: re-add support for boot.* initscripts until they are all migrated to systemd unit files. - Merge patches for nss-myhostname package to this package. - Add chromebook lid switch as a power switch to logind rule to enable suspend on lid close ++++ hdf5: - Update to 1.8.10-patch1: * official important bug fixes for 1.8.10 * see RELEASE.txt "Bug Fixes since HDF5-1.8.10" ++++ spice-gtk: - Update to version 0.19: + snappy has been renamed to spicy-screenshot. + Several file-xfer fixes and improvements. + Many win32 and USB redirection related fixes. + Compile and work again with RHEL6 and older glib releases. + misc fixes and improvements. ++++ gcc33: - Do not package libstdc++ locale which conflicts with the locale from the libstdc++6 package. ++++ python-xdg: - Added requires and buildrequires python3. It will not work properly without them on openSUSE < 12.3 - Cleanup macros ++++ subversion: - add gpg signature verification of source tarball ++++ yast2-network: - Changed way how list of slave candidates for bridge is created - Improved conditions for slave candidates list creation. Devices enslaved in a bond are excluded. ------------------------------------------------------------------ ------------------ 2013-4-11 - Apr 11 2013 ------------------- ------------------------------------------------------------------ ++++ awesfx: - Place udev rules in the correct directory. ++++ fontconfig: - dropped metric-arial-narrow.patch (upstreamed) - dropped metric-croscore.patch (upstreamed) - /etc/conf.d/55-local.conf - tag /etc/fonts/conf.d/*.conf files as %config, not %config(noreplace) - /etc/fonts/conf.d/README now mentions correct template dir [bnc#810034] * conf.d-readme-templatedir.patch - revert the change from Mon May 28 11:53:08 UTC 2012 because hintslight implies autohinter. Rather render Liberation, DejaVu and Droid sans serif and serif fonts with BCI, even if it means thin (sometimes too much, see Liberation Sans 'R') glyphs. It should be readable (less blurred). I'll add fontconfig hinting profile in near future which will force autohinter for those which like more thick fonts even if sometimes more blurred. ++++ gnome-control-center: - Obsolete gnome-control-center-branding <= 12.3: as there is no branding package left for g-c-c, we need to obsolete it for a clean upgrade path. - Also explicitly obsolete gnome-control-center-branding-upstream and gnome-control-center-branding-openSUSE. - Really drop g-c-c-online-accounts.patch. ++++ gnome-sudoku: - Add gobject-introspection BuildRequires: add automatic typelib() requires to the package. - Add python-gobject-cairo Requires: needed to start the game. - Add gnome-sudoku-numberbox-events.patch: Fix NumberBox envents configuration with latest pygobject. ++++ kdelibs4: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ kernel-default: - Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels More and more monitors have insane aspect ratio and can be better used when rotated. This may help when X.org is not running and for boot. - commit f592a19 ++++ kernel-desktop: - Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels More and more monitors have insane aspect ratio and can be better used when rotated. This may help when X.org is not running and for boot. - commit f592a19 ++++ kernel-pae: - Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels More and more monitors have insane aspect ratio and can be better used when rotated. This may help when X.org is not running and for boot. - commit f592a19 ++++ kexec-tools: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ kiwi: - use a --label search for the grub2 setup if possible - make sure imx, dtb and elf files are moved correctly in the boot partition - fixed loading of network drivers in oemboot dump code - arm: make sure elf binaries (.elf) will be extracted - reduce code duplication for rsync call - fixed spec file to build correctly for aarch64 - arm: added missing arch links in system/repo - arm: make sure device tree (.dtb) is extraced from the boot image ++++ kvm: - Place udev rules in the proper directory. ++++ latex2html: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libX11: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXTrap: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXcomposite: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXdamage: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXevie: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXfixes: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXfontcache: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXprintUtil: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libXxf86misc: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libao: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libbonobo: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libbonoboui: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libfprint: - Place udev rules in the correct directory. ++++ libgee: - Update to version 0.10.1: + Fix HashSet.foreach. ++++ lcms: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ opencv: - Update to OpenCV 2.4.5 More info at: http://opencv.org/opencv-2-4-5-is-out.html The brief list of changes: * experimental WinRT support * new video super-resolution module * CLAHE (adaptive histogram equalization) algorithm on both CPU and GPU * further improvements and extensions in ocl module (stereo block matching and belief propagation have been added, fixed crashes on Intel HD4000) * Visual Studio 2012 cv::Mat visualizer plugin debugger tutorial from Microsoft Research * OpenCV4Android SDK improvements (NDK r8e support, native activity sample using OpenCV Manager, bug-fixes) * ~25 reported problems have been resolved since 2.4.4, ~78 pull requests have been merged, thanks everybody who participated! ++++ polkit: - Add automake-113.patch, fixes build with automake-1.13 ++++ libqt4: - add moc-boost148-workaround.diff: * add workaround for moc issues with boost148 ++++ libqt4-sql-plugins: - add moc-boost148-workaround.diff: * add workaround for moc issues with boost148 ++++ lomoco: - Fix udev rules location paths. ++++ rhythmbox: - Update to version 2.99: + Menu bar replaced with app menu or menu button. + Port to GStreamer 1.0. + Uses libsecret instead of gnome-keyring. + Supports GNOME notification filtering. + Small improvements to podcast browsing and updating. + Play button now turns into a pause or stop button while playing. + Buffering progress now appears in the song position slider rather than an unlabelled progress indicator in the status bar. + Media player sync works better with transcoded files. + Bugs fixed: bgo#376372, bgo#381196, bgo#399012, bgo#454239, bgo#592455, bgo#663440, bgo#672306, bgo#673533, bgo#674178, bgo#678032, bgo#679880, bgo#679982, bgo#681469, bgo#683375, bgo#684301, bgo#685004, bgo#685565, bgo#685820, bgo#685821, bgo#685822, bgo#685893, bgo#685910, bgo#685945, bgo#686320, bgo#686470, bgo#687109, bgo#688432, bgo#688515, bgo#688638, bgo#689413, bgo#689883, bgo#689899, bgo#690113, bgo#690235, bgo#690993, bgo#692158, bgo#692941, bgo#694293, bgo#694981, bgo#696517, bgo#697267. + Updated translations. - Replace pkgconfig() BuildRequires for GStreamer 1.0 port: + Old: gstreamer-0.10, gstreamer-interfaces-0.10, gstreamer-pbutils-0.10, gstreamer-plugins-base-0.10. + New: gstreamer-1.0, gstreamer-audio-1.0, gstreamer-base-1.0, gstreamer-pbutils-1.0, gstreamer-plugins-base-1.0. - Replace pkgconfig(gnome-keyring-1) BuildRequires with pkgconfig(libsecret-1), following upstream. - Enable pkgconfig(clutter-gst-2.0) BuildRequires: with the port to GStreamer 1.0, also clutter-gst was ported. - Replace gnome-doc-utils-devel BuildRequires with yelp-tools, following upstreams port to the new documentation infrastructure. - Drop rhythmbox-no-webkit-no-context-pane.patch: fixed upstream. - Drop gnome-common BuildRequires and call to autogen.sh, as we don't carry patches touching the build system anymore. - Change with_webkit defines to %{suse_version} > 1220: the GStreamer 1.0 / 0.10 conflictt is no longer a problem on opeSUSE 12.3 and newer (webkit and rhythmbox both link Gst 1.0 in this case). - Introduce with_daap defines: libdmapsharing >= 2.9.16 is required, which does not yet exist. - No longer pass --disable-scrollkeeper to configure: it is no longer recognized after the move to yelp-tools. ++++ virtuoso: - Added automake_113.patch, fixes build with automake 1.13 ++++ xdm: - do not use '-k' option for checkproc for ssh-agent since /proc//exe link is apparently not readable by the user used for that program (bnc#812783) ++++ yast2-storage: - added minimal command-line support ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-4-10 - Apr 10 2013 ------------------- ------------------------------------------------------------------ ++++ kdebase4-workspace: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ kiwi: - v5.05.7 released - added JeOS templates for openSUSE 13.1 - call zeroMDRaidSuperBlock only if kiwi_RaidDev is specified - add boot image link for armv6 - add armv6 and armv5el to list of supported architectures - create setup for bootimage for 13.1 + this will fix the package build in OBS ++++ libkdcraw: - Add Source URL - Use macros for name and so version ++++ libkexiv2: - Add Source URL - Use macros for name and so version ++++ libkipi: - Add Source URL - Use macros for name and so version ++++ libksane: - Add Source URL - Use macros for name and so version ++++ zeitgeist: - Update to version 0.9.11: + Libzeitgeist: - Fix the log's insert_events_no_reply and insert_event_no_reply API to not require an async callback. - Pass copy of templates to threads in get_events, find_events, find_event_ids and find_related_uris. - Pass copy of templates to search and search_with_relevancies. - Expose RemoteLog's extensions and datapath properties via Log class. + Fix documentation title to Zeitgeist Reference Manual ++++ mkinitrd: - Switch plymouth and/or splash off before escaping to emergency shell (bnc#809812) ++++ yast2-network: - bnc#813835 - Crash when attempting to edit unconfigured interface. ------------------------------------------------------------------ ------------------ 2013-4-9 - Apr 9 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - revert to use GStreamer 0.10 on 12.3 (bnc#814101) (remove mozilla-gstreamer-1.patch) ++++ alsa: - Backport upstream fixes: 0058-control-pcm-implement-snd_ctl_abort-and-snd_pcm_abor.patch 0059-all-places-doxygen-cleanups.patch 0060-pcm-direct-plugins-do-more-safe-IPC-semaphore-handli.patch - Fix segfault with openal-soft (bnc#814250): 0061-Clean-up-dlobj-cache-only-when-no-user-is-present.patch 0062-Optimize-NULL-check-in-snd_dlobj_cache_put.patch ++++ autofs: - autofs-5.0.7-fix-submount-tree-not-all-expiring.patch: expire multiple levels of recursive mounts correctly (bnc#801808) ++++ kdelibs4: - Drop kio_revert_slow_filesystems.patch, fixed upstream (kde#288824). ++++ kernel-default: - Refresh patches.xen/xen3-patch-3.9-rc5. Previous commit removed a move of a variable declaration to an ifdef section. - commit 372aad5 - Update to 3.9-rc6. Eliminated 1 patch. - commit 68d380d - Refresh patches.arch/arm-fec.patch. - commit 41b3194 - ARM: cache-l2x0: fix masking of RTL revision numbering and set_debug init. - commit bd5dc17 ++++ kernel-desktop: - Refresh patches.xen/xen3-patch-3.9-rc5. Previous commit removed a move of a variable declaration to an ifdef section. - commit 372aad5 - Update to 3.9-rc6. Eliminated 1 patch. - commit 68d380d - Refresh patches.arch/arm-fec.patch. - commit 41b3194 - ARM: cache-l2x0: fix masking of RTL revision numbering and set_debug init. - commit bd5dc17 ++++ kernel-pae: - Refresh patches.xen/xen3-patch-3.9-rc5. Previous commit removed a move of a variable declaration to an ifdef section. - commit 372aad5 - Update to 3.9-rc6. Eliminated 1 patch. - commit 68d380d - Refresh patches.arch/arm-fec.patch. - commit 41b3194 - ARM: cache-l2x0: fix masking of RTL revision numbering and set_debug init. - commit bd5dc17 ++++ kiwi: - fixed regexp flags, causing trouble in older perl versions - remove 'mdadm' from the delete section of the SLES boot image descriptions. mdadm is used by the boot code if a raid setup is configured ++++ libavutil: - Also package swscale library. ++++ tevent: - Update to 0.9.18. + Adding new timer events is now faster, if there's a large number of timer events. + sigprocmask does not work on FreeBSD to stop further signals in a signal handler. + TEVENT_NUM_SIGNALS is calculated by configure in order to support realtime signals on freebsd. + ./configure --disable-python was fixed for the standalone build. + Several crash bugs in the poll backend are fixed. + The poll backend removes deleted events from the cached pollfd array now. + The poll doesn't pass pollfd.events == 0 to poll() and maintains a list of disabled events, instead of consuming 100% cpu and/or triggering the callers handler. + The poll backend detects POLLNVAL and reports EBADF instead of consuming 100% cpu. + The select backend supports separate handlers for TEVENT_FD_READ and TEVENT_FD_WRITE. + The poll and select backends are now doing fair queuing of fd events. + The epoll has better error checking and supports separate handlers for TEVENT_FD_READ and TEVENT_FD_WRITE. + The standard backend was rewritten to be a tiny wrapper on top of epoll with a fallback to poll, which means that it doesn't use select directly anymore. + TEVENT_TRACE_BEFORE_LOOP_ONCE and TEVENT_TRACE_AFTER_LOOP_ONCE are added in order to allow the application to hook in before and after the loop_once() backend function is called. The TEVENT_HAS_LOOP_ONCE_TRACE_POINTS define can be used to detect the new feature. ++++ seamonkey: - revert to use GStreamer 0.10 on 12.3 (bnc#814101) ++++ vim: - Updated to revision 884, fixes the following problems * Build problem with some combination of features. * #if indents are off. * Forward searching with search() is broken. * 'fileignorecase' is missing in options window and quickref. * When using an ex command in operator pending mode, using Esc to abort the command still executes the operator. (David Bürgin) * When writing viminfo, old history lines may replace lines written more recently by another Vim instance. * Python list does not work correctly. * CursorHold may trigger after receiving the termresponse. * Can't build with some combination of features. * Compiler warning for variable shadowing another. (John Little) ++++ yast2-storage: - consider xen block device for update (bnc#808996) ++++ yp-tools: - Update to version 2.14 (minor bugfix release) ------------------------------------------------------------------ ------------------ 2013-4-8 - Apr 8 2013 ------------------- ------------------------------------------------------------------ ++++ kdepim4: - Add three patches from upstream, those fix mail completion that was lost with 4.10.2 (kde#259949): 0001-Add-missing-mimetype-for-contact-groups-in-the-direc.patches, 0002-Use-the-index-we-just-calculated-a-bit-faster.patch and 0003-Fix-kmail-autocompletion-from-akonadi.patch ++++ five-or-more: - Also obsolete glines-lang from the main package. ++++ four-in-a-row: - Also obsolete -lang package. ++++ git: - updated to version 1.8.2.1: * bug fixes and documentation updates more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.1.txt ++++ gnome-klotski: - Also obsolete -lang package. ++++ gnome-nibbles: - Also obsolete -lang package. ++++ gnome-tetravex: - Also obsolete -lang package. ++++ gnome-tweak-tool: - Update to version 3.8.0: + Fix manual extension installation. + Add tweak for window raise-on-click (bgo#696890) + Don't crash if gnome-shell is not running/installed (bgo#696683) + List extensions alphabetically (bgo#695170). + Allow uninstalling / deleting extensions (bgo#695983). + Show all XKB options except the ones in control center (bgo#691381) + Fix g-t-t running in classic mode (bgo#694808). + Updated translations. ++++ kernel-default: - Refresh patches.suse/SUSE-bootsplash. Fix bootsplash breakage due to stable fix (bnc#813963) - commit 5d7fc50 - ARM: Exynos: Update config files: Use DRM instead of FB - commit 7e7c136 ++++ kernel-desktop: - Refresh patches.suse/SUSE-bootsplash. Fix bootsplash breakage due to stable fix (bnc#813963) - commit 5d7fc50 - ARM: Exynos: Update config files: Use DRM instead of FB - commit 7e7c136 ++++ kernel-pae: - Refresh patches.suse/SUSE-bootsplash. Fix bootsplash breakage due to stable fix (bnc#813963) - commit 5d7fc50 - ARM: Exynos: Update config files: Use DRM instead of FB - commit 7e7c136 ++++ kiwi: - make sure optional liveCD mount points /cow and /isofrom are moved into the system when they exist - add armv5el boot architecture link ++++ libcamgm: - fix build with boost 1.53 ++++ libcdr: - Update to upstream version 0.0.12 * rewrite of ellitical arc transforms, fixes a fdo#62538 * multiple fixes for text encondings * added cdr2text and cmx2text tools in order to make string encoding debugging easier - Removed upstreamed patch ++++ systemd: - Add improve-readahead-spinning.patch: improve readahead performance on spinning media with ext4. - Add fix-journal-vacuum-logic.patch: fix vacuum logic in journal (bnc#789589). - Add fix-lsb-provides.patch: ensure LSB provides are correctly handled if also referenced as dependencies (bnc#809646). - Add fix-loopback-mount.patch: ensure udevd is started (and therefore static devices are created) before mounting (bnc#809820). - Update systemd-sysv-convert to search services files in new location (bnc#809695). - Add logind-nvidia-acl.diff: set ACL on nvidia devices (bnc#808319). - Add do-no-isolate-on-fsck-failure.patch: do not turn off services if fsck fails (bnc#812874) - Add wait-for-processes-killed.patch: wait for processes killed by SIGTERM before killing them with SIGKILL. - Update systemctl-options.patch to only apply SYSTEMCTL_OPTIONS to systemctl command (bnc#801878). ++++ vala: - Update to version 0.20.1: + Bug fixes. ++++ openmpi: - Update to 1.7. The following is an abbreviated list of changes in v1.7 (note that countless other smaller improvements and enhancements are not shown below): - Added MPI-3 functionality: - MPI_GET_LIBRARY_VERSION - Matched probe - MPI_TYPE_CREATE_HINDEXED_BLOCK - Non-blocking collectives - MPI_INFO_ENV support - Fortran '08 bindings (see below) - Dropped support for checkpoint/restart due to loss of maintainer :-( - Enabled compile-time warning of deprecated MPI functions by default (in supported compilers). - Revamped Fortran MPI bindings (see the README for details): - "mpifort" is now the preferred wrapper compiler for Fortran - Added "use mpi_f08" bindings (for compilers that support it) - Added better "use mpi" support (for compilers that support it) - Removed incorrect MPI_SCATTERV interface from "mpi" module that was added in the 1.5.x series for ABI reasons. - Lots of VampirTrace upgrades and fixes; upgrade to v5.14.3. - Modified process affinity system to provide warning when bindings result in being "bound to all", which is equivalent to not being bound. - Removed maffinity, paffinity, and carto frameworks (and associated MCA params). - Upgraded to hwloc v1.5.1. - Added performance improvements to the OpenIB (OpenFabrics) BTL. - Made malloc hooks more friendly to IO interprosers. Thanks to the bug report and suggested fix from Darshan maintainer Phil Carns. - Added support for the DMTCP checkpoint/restart system. - Added support for the Cray uGNI interconnect. - Fixed header file problems on OpenBSD. - Fixed issue with MPI_TYPE_CREATE_F90_REAL. - Wrapper compilers now explicitly list/link all Open MPI libraries if they detect static linking CLI arguments. - Open MPI now requires a C99 compiler to build. Please upgrade your C compiler if you do not have a C99-compliant compiler. - Fix MPI_GET_PROCESSOR_NAME Fortran binding to set ierr properly. Thanks to LANL for spotting the error. - Many MXM and FCA updates. - Fixed erroneous free of putenv'ed string that showed up in Valgrind reports. - Fixed MPI_IN_PLACE case for MPI_ALLGATHER. - Fixed a bug that prevented MCA params from being forwarded to daemons upon launch. - Fixed issues with VT and CUDA --with-cuda[-libdir] configuration CLI parameters. - Entirely new implementation of many MPI collective routines focused on better performance. - Revamped autogen / build system. - Add new sensor framework to ORTE that includes modules for detecting stalled applications and processes that consume too much memory. - Added new state machine framework to ORTE that converts ORTE into an event-driven state machine using the event library. - Added a new MCA parameter (ess_base_stream_buffering) that allows the user to override the system default for buffering of stdout/stderr streams (via setvbuf). Parameter is not visible via ompi_info. - Revamped the launch system to allow consideration of node hardware in assigning process locations and bindings. - Added the -novm option to preserve the prior launch behavior. - Revamped the process mapping system to utilize node hardware by adding new map-by, rank-by, and bind-to cmd line options. - Added new MCA parameter to provide protection against IO forwarding backlog. - Dropped support for native Windows due to loss of maintainers. :-( - Added a new parallel I/O component and multiple new frameworks to support parallel I/O operations. - Fix typo in orte_setup_hadoop.m4. Thanks to Aleksej Saushev for reporting it - Fix a very old error in opal_path_access(). Thanks to Marco Atzeri for chasing it down. - Remove openmpi-sync-builtins.patch as it's not needed anymore. - Define sysconfdir to be below the version specific openmpi directory (bnc#805244). ++++ patterns-openSUSE: - Andreas Jaeger (1): Add util-linux, adjtimex, time, which to BASIS Michael Catanzaro (4): gnome: remove hamster-applet gnome: update alternative status menu package name gnome: gcalctool is now gnome-calculator Remove xvkbd from laptop, add eekboard to tablet Stephan Kulow (1): grub2-efi is no more - replaced by e.g. grub2-i386-pc Commit: cd1a5224 ++++ virtualbox: - add a _constraints file to avoid random failures on small workers ++++ python3: - Exclude sqlite/test and tk/test directories from the respective sub-packages. These are owned by the testsuite sub-package already ++++ xf86-video-intel: - Update to version 2.21.6: A surprising highlight of this release is a little refresh to the KMS support for OpenBSD. OpenBSD now has its own KMS implementation which is mostly compatible with the interface in Linux, with one or two tweaks supplied by Mark Kettenis. This release continues to cleanup behaviour for Haswell. + Workaround a failure by the xserver to invalidate DRI buffers following a pixmap change for XComposite redirection. https://bugs.freedesktop.org/show_bug.cgi?id=62614 + Fix computation of clip extents for stippling https://bugs.freedesktop.org/show_bug.cgi?id=62618 + Support KMS on OpenBSD, by Mark Kettenis + Clean up sockets upon CloseScreen (making ourselves better behaved for muxed setups). + Fix the tests for AVX/AVX2 support in CPUID and remember to check for OS support as well. + Report a monotonic UST value for undisplayed drawables rather than 0 by Daniel Kurtz + Fix video playback on gen4 through a complex clip (more gen4 GPU woes) https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1162046 ++++ yp-tools: - Update to version 2.13 (autoconf meta data update) ------------------------------------------------------------------ ------------------ 2013-4-7 - Apr 7 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - add ImageMagick-6.8.4.0-fix-wand.pc.patch to fix build of e.g. emacs and xine-lib, who rely on pkg-config --libs Wand returning actually MagickWand and not MagickCore (looks like a copy&paste error of upstream) ++++ augeas: - update to 1.0.0 - drop bnc-729491-recognize-suse-sysconfig-files.patch: upstream ShellVars lense now uses /etc/sysconfig/* include filter - drop patches, now upstream: augeas-pkgdeps.diff, augeas-stdio.h.patch ++++ kernel-default: - ARM: DMA: PL330: Add check if device tree compatible. - commit 73c94ff - ARM: exynos: only use device tree when it exists. - commit afed1f3 - ARM: Update config files (fix default, split out lpae). - ARM: xen: Add missing define. - config.conf: add lpae config for ARM - rpm/package-descriptions: add lpae config for ARM - commit 5457ebe ++++ kernel-desktop: - ARM: DMA: PL330: Add check if device tree compatible. - commit 73c94ff - ARM: exynos: only use device tree when it exists. - commit afed1f3 - ARM: Update config files (fix default, split out lpae). - ARM: xen: Add missing define. - config.conf: add lpae config for ARM - rpm/package-descriptions: add lpae config for ARM - commit 5457ebe ++++ kernel-pae: - ARM: DMA: PL330: Add check if device tree compatible. - commit 73c94ff - ARM: exynos: only use device tree when it exists. - commit afed1f3 - ARM: Update config files (fix default, split out lpae). - ARM: xen: Add missing define. - config.conf: add lpae config for ARM - rpm/package-descriptions: add lpae config for ARM - commit 5457ebe ++++ kiwi: - fixed plymouth splash activation in kiwi initrd. It's done in the same way systemd does it. after the start of the plymouth daemon it's required to wait for udev events to settle before showing the splash screen - make sure --solv-cache-dir points to the same base directory as --cache-dir. Without this setup the cookie cache gets lost inside the chroot and thus repositories with credentials might fail the authentication - fixed loop name collision in isofrom mode ++++ subversion: - update to 1.7.9 [bnc#813913], addressing remotely triggerable vulnerabilities in mod_dav_svn which may result in denial of service: + CVE-2013-1845: mod_dav_svn excessive memory usage from property changes + CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs + CVE-2013-1847: mod_dav_svn crashes on LOCK requests against non-existant URLs + CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against activity URLs + CVE-2013-1884: mod_dav_svn crashes on out of range limit in log REPORT - further changes: + Client-side bugfixes: * improved error messages about svn:date and svn:author props. * fix local_relpath assertion * fix memory leak in `svn log` over svn:// * fix incorrect authz failure when using neon http library * fix segfault when using kwallet + Server-side bugfixes: * svnserve will log the replayed rev not the low-water rev. * mod_dav_svn will omit some property values for activity urls * fix an assertion in mod_dav_svn when acting as a proxy on / * improve memory usage when committing properties in mod_dav_svn * fix svnrdump to load dump files with non-LF line endings * fix assertion when rep-cache is inaccessible * improved logic in mod_dav_svn's implementation of lock. * avoid executing unnecessary code in log with limit - Developer-visible changes: + General: * fix an assertion in dav_svn_get_repos_path() on Windows * fix get-deps.sh to correctly download zlib * doxygen docs will now ignore prefixes when producing the index * fix get-deps.sh on freebsd + Bindings: * javahl status api now respects the ignoreExternals boolean - refresh subversion-no-build-date.patch for upstream source changes ++++ xf86-video-sis: - u_Fixed-build-with-INPUT_API-19.patch * Added dummy parameters to miPointerSetPosition(...) to fix build with INPUT_API >= 19. ------------------------------------------------------------------ ------------------ 2013-4-6 - Apr 6 2013 ------------------- ------------------------------------------------------------------ ++++ gnome-phone-manager: - Add gnome-phone-manager-telepathy.patch: Define prototypes in headers. ++++ harfbuzz: - Update to version 0.9.15: + Build fixes. + Fix crasher in graphite2 shaper. + Fix Arabic mark width zeroing regression. + Don't compose Hangul jamo into Unicode syllables. ++++ kiwi: - use kiwi_cowdevice and kiwi_cowsystem instead of kiwi_cowfile the used colon as separator conflicts with the by-id names - fixed ctor test for improper LVM2 volume name ++++ libQtWebKit4: - Add libQtWebKit4-gcc48.patch, fixes build with GCC 4.8 - Tweak the patches, so it also saves memory on arm ++++ freeglut: - Update to 2.8.1 - bugfixes mostly, covering MacOS, Windows and also regular UNIX X code. - use source url - dropped upstreamed freeglut-glextconflict.patch ++++ gtkmm2: - Update to version 2.24.3: + Require the mm-common version that actually allows avoiding the dependency in the tarball as well as glibmm. + Fix gtkmm-demo VS projects. + Fix namespacing for Cairo (bgo#663303). - Run spec-cleaner to make a more thorough cleanup. ++++ gupnp: - Update to version 0.20.2: + Fix some typos in docs and warning messages. + Fix argument order issue introduced with the va_list fix in 0.20.1. + Add some tests for this bug. + Bugs fixed: bgo#695591, bgo#696762. ++++ upower: - Add --enable-deprecated flag (bnc#813883) which restores upowers sleep/resume funcionality ++++ zeitgeist: - Also obsolete zeitgeist-datahub-lang package: zeitgeist-datahub has been merged. ++++ xinput: - added buildrequires for pkconfig(xfixes) to fix build (new dep) ------------------------------------------------------------------ ------------------ 2013-4-5 - Apr 5 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - Explicitly disable WebRTC support on non-x86, the configure script disables it only half-heartedly ++++ alsa: - Backport upstream fix patches: 0055-pcm-fix-and-optimize-snd_pcm_areas_copy-function.patch 0056-USB-audio-Add-HP-Digital-Stereo-Headset-to-SPDIF-bla.patch 0057-pcm-fix-typo-should-be-SND_PCM_STATE_PREPARED.patch - Fix typos in comments in joystick script (bnc#805765) ++++ php5: - fixed 'http limits uploads to 2GB' [bnc#812800], see https://bugs.php.net/bug.php?id=44522 * 64bit-post-large-files.patch ++++ diffutils: - add gpg key checking, keyring from savannah - Update to 3.3: * add --no-dereference * -N works with - (stdin) as input * many fixes * many cleanups (in docco too) - remove: config-guess-sub-update.patch - remove: diffutils-stdio.in.patch ++++ fontconfig: - Update to version 2.10.92 + support FC_POSTSCRIPT_NAME (fdo#38737) + Fix a SIGSEGV on FcPatternGet* with NULL pattern + Fix crash with FcConfigSetCurrent(NULL) + Do not copy FC_*LANG_OBJECT even if it's not available on the pattern + Added a --sysroot like option to fc-cache (fdo#59456) + Add OpenType feature tags support (fdo#50497) + Fix fc-cache crash caused by looking up NULL object incorrectly + Add mode="delete" to (fdo#23757) + Use AM_MISSING_PROG instead of hardcoding missing + Add font-file hash (fdo#50733) + Add Culmus foundry to the vendor list + Fix broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf (fdo#60748) + Add Liberation Sans Narrow to 30-metric-aliases.conf (fdo#60783) - Automake 1.11 is required, so bump the BuildRequires ++++ grub2: - add grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch (bnc#810912) * use linuxefi in 30_os-prober if secure boot is enabled ++++ kdebase4-openSUSE: - Update plasma-change-defaults.diff for KDE 4.10.2 ++++ kernel-default: - Update Xen patches to 3.9-rc5. - config.conf: Re-enable Xen configs. - Update config files. - commit 0100be6 - Update config files: enable ViperBoard drivers All kernels which include core (MFD) support for the ViperBoard should also include the actual drivers for its functions: - CONFIG_I2C_VIPERBOARD=m - CONFIG_GPIO_VIPERBOARD=m - commit 688764f - Update config files: disable UCB1400 on all but ARM Currently UCB1400 is only used on ARM OMAP systems, and part of the code is dead code that can't even be modularized. - CONFIG_UCB1400_CORE=n - CONFIG_TOUCHSCREEN_UCB1400=n - CONFIG_GPIO_UCB1400=n - commit c81a0de ++++ kernel-desktop: - Update Xen patches to 3.9-rc5. - config.conf: Re-enable Xen configs. - Update config files. - commit 0100be6 - Update config files: enable ViperBoard drivers All kernels which include core (MFD) support for the ViperBoard should also include the actual drivers for its functions: - CONFIG_I2C_VIPERBOARD=m - CONFIG_GPIO_VIPERBOARD=m - commit 688764f - Update config files: disable UCB1400 on all but ARM Currently UCB1400 is only used on ARM OMAP systems, and part of the code is dead code that can't even be modularized. - CONFIG_UCB1400_CORE=n - CONFIG_TOUCHSCREEN_UCB1400=n - CONFIG_GPIO_UCB1400=n - commit c81a0de ++++ kernel-pae: - Update Xen patches to 3.9-rc5. - config.conf: Re-enable Xen configs. - Update config files. - commit 0100be6 - Update config files: enable ViperBoard drivers All kernels which include core (MFD) support for the ViperBoard should also include the actual drivers for its functions: - CONFIG_I2C_VIPERBOARD=m - CONFIG_GPIO_VIPERBOARD=m - commit 688764f - Update config files: disable UCB1400 on all but ARM Currently UCB1400 is only used on ARM OMAP systems, and part of the code is dead code that can't even be modularized. - CONFIG_UCB1400_CORE=n - CONFIG_TOUCHSCREEN_UCB1400=n - CONFIG_GPIO_UCB1400=n - commit c81a0de ++++ kiwi: - fixed kiwi_cowfile usage, broken return condition - allow both parted gpt_sync_mbr table type and the gptsync program. if gptsync is installed it will take over precedence ++++ kmix: - Update to 4.10.2 * Bugfixes ++++ libXi: - Update to version 1.7.1: Only a single fix: including the XFixes header to get the typedef for PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on XFixes. Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include both XI and Xfixes headers, you will end up with a duplicate typedef. This is not an issue on gcc >= 4.6 since the two typedef's are the same. On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors will trigger the same error. ++++ wireless-tools: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ pth: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python-base: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python3-base: - Add Source URL, see https://en.opensuse.org/title=SourceUrls ++++ libqt4: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ libqt4-sql-plugins: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ raptor: - Update Source URL, see https://en.opensuse.org/SourceUrls ++++ sensors: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ libsepol: - remove a debugging artifact in spec ++++ speex: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ startup-notification: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ strigi: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tiff: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ utempter: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tcpd: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xcb-util: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ libzypp: - added new fuction zypp::ZYpp::provideSrcPackage - Treat opensuse-education as separate vendor (bnc#812608) - AArch64 support - version 12.11.0 (0) ++++ os-prober: - add os-prober-linux-secure-boot.patch (bnc#810912) * recognize linuxefi/initrdefi too ++++ psutils: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python-cairo: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python-gtk: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python-numpy: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python-pycurl: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xorg-x11-proto-devel: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ python3: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ rpm: - update to 4.10.3.1: * Fix install-regression introduced in RPM 4.10.0 which can cause creation of real files and directories skipped when the path is shared with a %ghost. * translation updates - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ rsync: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ sash: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ saxon9: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ sed: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ sharutils: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ smartmontools: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ splashy: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ suspend: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ syslinux: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tar: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tcl: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ telnet: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tightvnc: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tk: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ tunctl: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ unzip: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ usbutils: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ valgrind: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ vorbis-tools: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ wget: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ wireless-regdb: - Add Source URL, see https://en.opensuse.org/SourceUrls - Cleanup spec file - Update database to the most recent 2013.02.13 ++++ wol: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xdg-user-dirs: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xdmbgrd: - Cleanup spec file ++++ xf86-video-modesetting: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xf86-video-vmware: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xinetd: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xmlbeans: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xorg-x11-driver-video-nouveau: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xorg-x11-fonts: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xorg-x11-libX11-ccache: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xorg-x11-server: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ xtermset: - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ yp-tools: - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls ++++ zip: - Add Source URL, see http://en.opensuse.org/SourceUrls - Cleanup spec file ++++ zypper: - Added new option 'download-only' to source-install (bnc #640403) - Show the right product in summary (bnc#811997) - version 1.8.14 ------------------------------------------------------------------ ------------------ 2013-4-4 - Apr 4 2013 ------------------- ------------------------------------------------------------------ ++++ coreutils: - Fix source url for coreutils-testsuite. ++++ gcc48: - Split libstdc++6-locale package from gcc48-locale and add proper conflicts. ++++ gnome-packagekit: - Add org.freedesktop.PackageKit.service provides and conflict otherproviders(org.freedesktop.PackageKit.service). ++++ gnome-screenshot: - Drop the manually added applets-screenshooter icons: they are part of gnome-icon-themes (and fix a file-conflict with xfce4-screenshooter). - Add gnome-icon-theme BuildRequires and Requires: BuildRequire is there to satisfy the brp checker verifying the validity of the .desktop files, which references an icon from this set. Requires is needed in order to have the icons installed finally. - Remove icon_chache_post/postun macros from post/postun scripts. - Add gnome-screenshot-onlyshowin.patch: Add OnlyShowIn=GNOME to gnome-screenshot.desktop, in order to allow the brp check to validate the fact that the icon lives in the gnome icon theme. ++++ irda: - fix braino in udev rule, missing comma. and TAG attribute. - irda-parseoldasssysconfig.patch + udev rules + irattach.service: * Add systemd support * remove sysvinit support(this change requires udev & systemd combo) ++++ kbd: - disable vlock build, which is in vlock package. - Remove sysvinit support, init scripts from this package are masked by systemd and only serve for confusion. ++++ krb5: - add conflicts between krb5-mini-devel and krb5-devel ++++ libffi48: - Split libstdc++6-locale package from gcc48-locale and add proper conflicts. ++++ libgcj48: - Split libstdc++6-locale package from gcc48-locale and add proper conflicts. ++++ p11-kit: - Update to version 0.18.0: + Fix use of trust module with gcr and empathy (fdo#62896). + Further tweaks to trust module date parsing. + Fix unaligned memory reads (fdo#62819). + Win32 fixes (fdo#63062, fdo#63046). + Debug and logging tweaks (fdo#62874). + Other build fixes. ++++ libselinux: - fixed source url in libselinux-bindings.spec - removed old tarball ++++ libsemanage: - fixed source url - removed old tarball ++++ libsepol: - fixed source url ++++ zeitgeist: - Update License tag as result of review: + Main and src package: LGPL-2.1+ and GPL-2.0+. + Library and -devel packages: LGPL-2.1+. ++++ pkg-config: - Don't redefine _arch, but use file pattern instead. This ensures we don't have to run fixing each and every arch. ++++ rpcbind: - remove sysvinit support (read opensuse-packaging for details) - remove "portmap" migration, according to the time machine it went away in openSUSE 11.2 and the oldest supported version is now 12.1 ++++ sane-backends: - fixed /etc/slp.reg.d/ ownership conflict, just have it as %dir and the files as %config. (see OBS RQ 162582 decline message) ++++ shotwell: - Update to version 0.14.1: + Fixes a critical issue where Shotwell could close unexpectedly when working with RAW photos in direct-edit mode. + The Facebook Connector now recovers smoothly from type 7 errors. + EXIF-oriented photos uploaded to Facebook now appear in their correct orientation, even when the strip metadata option is turned on in the Facebook Connector. + Fixes an issue where incorrect view filter settings were applied on tag and event pages. + The Camera Developer is now disabled for RAW images that lack a suitable paired or embedded JPEG. + Assorted smaller bug fixes. + Updated translations. ++++ vsftpd: - add vsftpd-enable-dev-log-sendto.patch (bnc#812406#c1) * this enabled a sendto on /dev/log socket when syslog is enabled - provide more verbose explanation about isolate_network and seccomp_sanbox in config file template - don't install init file on openSUSE 13.1+ - drop a build support for SL 10 and older ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-4-3 - Apr 3 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - do not build x86* specific drivers on ARM, only enable nouveau,swrast,svga for ARM platforms - fix baselibs.conf ++++ binutils: - Re-instantiate patch to warn about non-PIC code in shared objects on s390x. ++++ boost: - Apply upstream patch that fixes the ppc64 code in boost::context (boost#8374): boost-fix_ppc64_asm.patch ++++ dnsmasq: - remove all sysvinit support ++++ git: - Add missing $HOME for git-daemon script that may result in a fatal error at start (bnc#812893) ++++ grub2: - update rename-grub-info-file-to-grub2.patch * do not rename docs/grub2.texi here, do it in %%prep (we do it there conditionally already). It simplifies patch refreshing using quilt which does not support file rename. - refresh grub2-secureboot-chainloader.patch: Fix wrongly aligned buffer address (bnc#811608) ++++ kbd: - sysconfig.keyboard: Updated description of KBD_NUMLOCK (bnc#746595#c74). ++++ kdbg: - remove debug-run.png icon from package as it is already included in oxygen-icon-theme. (caused a file conflict) ++++ kernel-default: - Update to 3.9-rc5. EFI_VARS_PSTORE is disabled. It is potentially useful but can brick certain models of notebooks. Until it's been confirmed as safe, we should keep this disabled. - commit 7fd0ea3 ++++ kernel-desktop: - Update to 3.9-rc5. EFI_VARS_PSTORE is disabled. It is potentially useful but can brick certain models of notebooks. Until it's been confirmed as safe, we should keep this disabled. - commit 7fd0ea3 ++++ kernel-pae: - Update to 3.9-rc5. EFI_VARS_PSTORE is disabled. It is potentially useful but can brick certain models of notebooks. Until it's been confirmed as safe, we should keep this disabled. - commit 7fd0ea3 ++++ cfitsio: - Update to version 3.340: * modified configure and configure.in to support cross-compiled cfitsio as a static library for Windows on a Linux platform using MXE (http://mxe.cc) - a build environment for mingw32. (contributed by Niels Kristian Bech Jensen) * added conditional compilation statementsfor the mingw32 environment in drvrfile.c because mingw32 does not include the ftello and fseeko functions. (contributed by Niels Kristian Bech Jensen) * fixed a potential bug in ffcpcl (routine to copy a column from one table to another table) when dealing with the rare case of a '0X' column (zero length bit column). * fixed an issue in the routines that update or modify string-valued keyword values, as a result of the change to ffc2s in the previous release. These routines would exit with a 204 error status if the current value of the keyword to be updated or modified is null. * fixed typo in the previous modification that was intended to ignore numerical overflows in Hcompress when decompressing an image. * moved the 'startcol' static variable out of the ffgcnn routine and instead added it as a member of the 'FITSfile' structure that is defined in fitsio.h. This removes a possible race condition in ffgcnn in multi-threaded environments. From version 3.330: * modified the imcomp_decompress_tile routine to ignore any numerical overflows that might occur when using Hcompress to decompress the image. If Hcompress is used in its 'lossy' mode, the uncompressed image pixel values may slightly exceed the range of an integer*2 variable. This is generally of no consequence, so we can safely ignore any overflows in this case and just clip the values to the legal range. * the default tiling pattern when writing a tile-compressed image has been changed. The old behaviour was to compress the whole image as one single large tile. This is often not optimal when dealing with large images, so the new default behavior is to treat each row of the image as one tile. This is the same default behavior as in the standalone fpack program. The default tile size can be overridden by calling fits_set_tile_dim. * fixed bug bug that resulted in a corrupted output FITS image when attempting to write a float or double array of values to a tile-compressed integer data type image. CFITSIO does not support implicit data type conversion in this case and now correctly returns an appropriate error status. * modified ricecomp.c to define the nonzero_count lookup table as an external variable, rather then dynamically allocating it within the 3 routines that use it. This simplifies the code and eliminates the need for special thread locking and unlocking statements. (Thanks to Lars Kr. Lundin for this suggestion). * modifed how the uncompressed size of a gzipped file is computed in the mem_compress_open routine in drvrmem.c. Since gzip only uses 4 bytes in the compressed file header to store the original file size, one may need to apply a modulo 2^32 byte correction in some cases. The logic here was modified to allow for corner cases (e.g., very small files, and when running on 32-bit platforms that do not support files larger than 2^31 bytes in size). * added new public routine to construct a 80 keyword record from the 3 input component strings, i.e, the keyword name string, the value string, and the comment string: fits_make_key/ffmkky. (This was already an undocumented internal routine in previous versions of CFITSIO). * modified ffc2s so that if the input keyword value string is a null string, then it will return a VALUE_UNDEFINED (204) status value. This makes it consistent with the behavior when attempting to read a null keyword (which has no value) as a logical or as a number (which also returns the 204 error). This should only affect cases where the header keyword does not have an equal sign followed by a space character in columns 9 and 10 of the header record. * Changed the "char *" parameter declarations to "const char *" in many of the routines (mainly the routines that modify or update keywords) to avoid compiler warnings or errors from C++ programs that tend to be more rigorous about using "const char *" when appropriate. * added support for caching uncompressed image tiles, so that the tile does not need to be uncompressed again if the application program wants to read more data from the same tile. This required changes to the main FITS file structure that is defined in fitsio.h, as well as changes to imcompress.c. * enhanced the previous modification to drvrfile.c to handle additional user cases when running in the HEASARC's Hera environment. From version 3.320: * fixed flaw in the way logical columns (TFORM = 'L') in binary tables were read which caused an illegal value of 1 in the column to be interpreted as a 'T' (TRUE) value. * extended the column filtering syntax in the CFITSIO file name parser to enable users and scripts to append new COMMENT or HISTORY keyword into the header of the filtered file (provided by Craig Markwardt). For example, fcopy "infile.fits[col #HISTORY='Processed on 2012-10-05']" outfile.fits will append this header keyword: "HISTORY Processed on 2012-10-05" * small change to the code that opens and reads an ASCII region file to return an error if the file is empty. * fixed obscure sign propagation error when attempting to read the uncompressed size of a gzipped FITS file. This resulted in a memory allocation error if the gzipped file had an uncompressed file size between 2^31 and 2^32 bytes. Fix supplied by Gudlaugur Johannesson (Stanford). - Rebased cfitsio.patch to apply cleanly. ++++ lightdm: - added lightdm-fix-build-with-gobject-introspection-1.35.9.patch in order to fix the build with gobject-introspection >= 1.35.9 (backported from upstream bzr) ++++ python3-base: - remove spurious modification of python-3.3.0b1-localpath.patch that would force installation into /usr/local. this fixes bnc#809831 ++++ libreoffice: - update to 4.0.2.2: * slide show mode inverts outputs (rhbz#906137) * splitting a table options are mixed (fdo#62670) * some historical dates were decremented (fdo#44286) * Visio document cannot be opened by Draw (fdo#62299) * Turkish Lira sign should precede numbers (fdo#62384) * left/right-only page styles and first-page (fdo#61952) * hangs when exporting a particular ODS to XLSX (fdo#62111) * crash in Danish thesaurus/spell interaction (rhbz#918938) * error bars values become Y-values when pasting (fdo#52159) * saving particular ODG file resets font formatting (fdo#61256) * displaying subobjects on different layers is broken (fdo#62617) * wrong result because 'Property Let' fails to execute (fdo#60752) * keep migrating more user extensions after one failed (deb#703486) * implement ODF export of multi-paragraph comment ranges (fdo#60769) * unable to save documents on Samba with Gnome VFS (fdo#54275, rhbz#895690) - Try once more and sort all the deps. - Use mysql-connector-cpp not mysql-connector-c++. ++++ libreoffice-help-group1: - update to 4.0.2.2 ++++ libreoffice-help-en-US: - update to 4.0.2.2 ++++ libreoffice-help-group2: - update to 4.0.2.2 ++++ libreoffice-help-group3: - update to 4.0.2.2 ++++ libreoffice-help-group4: - update to 4.0.2.2 ++++ libreoffice-help-group5: - update to 4.0.2.2 ++++ libreoffice-icon-themes: - update to 4.0.2.2 ++++ libreoffice-l10n: - update to 4.0.2.2 ++++ libselinux: - fix source url - document changes in libselinux-rhat.patch from previous submission: (most code of the removed code was integrated upstream) * Add matchpathcon -P /etc/selinux/mls support by allowing users to set alternate root * Add new constant SETRANS_DIR which points to the directory where mstransd can find the socket and libvirt can write its translations files ++++ samba: - Update to 3.6.13. + Fix two resource leaks in winbindd; (bso#9684). + Unlink after open causes smbd to panic; (bso#9571). - Fix GNU ld version detection with old gcc releases; (bso#7825). - 'map untrusted to domain' treats WORKSTATION as bogus domain; (bso#9039). - Add extra attributes for AD printer publishing; (bso#9378); (bnc#798856). - Downgrade v4 printer driver requests to v3; (bso#9474). - Samba returns unexpected error on SMB posix open; (bso#9519). - Add support for posix_openpt; (bso#9541). - Add dbwrap_tool.1 manual page; (bso#9568). - Unlink after open causes smbd to panic; (bso#9571). - Fix a possible null pointer dereference in spoolss; (bso#9574). - Samba 3.6.x not correctly signing any but the last response in a compound request/response; (bso#9585). - "smbd[pid]: disk_free: sys_popen() failed" message logged in /var/log/messages many times; (bso#9586). - Archive flag is always set on directories; (bso#9587). - ACLs are not inherited to directories for DFS shares; (bso#9588). - wbcAuthenticateEx gives unix times; (bso#9625). - Renaming directories as guest user in security share mode doesn't work; (bso#9637). - Make SMB2_GETINFO multi-volume aware; (bso#9646). - Fix initial large PAC sess setup response; (bso#9658). - Fix two resource leaks in winbindd; (bso#9684). - Fix a possible buffer overrun in pdb_smbpasswd; (bso#9686). - Fix vfs_catia module; (bso#9701). ++++ telepathy-glib: - Update to version 0.21.0: + Enhancements: - Code-generation now copes with ${PYTHON} being set to Python 3; Python 2 remains fully supported (fdo#56758). - Add uri-schemes property on TpAccount, with notify::uri-schemes emitted if using a recent AcountManager like Mission Control 5.15 or later. + Fixes: - Remove the pkg-config dependency from .pc files. - In TpSimpleClientFactory, don't crash when ensuring a contact for an obsolete connection manager without "immortal handles" fails. - Add missing (element-type) introspection annotations to tp_capabilities_get_channel_classes, tp_asv_get_bytes and tp_client_channel_factory_dup_channel_features (fdo#58851). - Don't emit the NewChannels signal twice for the obsolete ContactList GROUP channels (fdo#52011). - Fix builds with Automake 1.13 (fdo#59604). - Fix unit tests when running with glib >=2.36 (fdo#63069). - Fix refcycle preventing TpConnection objects to be freed. (fdo#63027). - Drop upstream fixed patches: + tg-tests-simple-account-add-uri.patch. + tg-add-TpAccount-uri-schemes-property.patch. + tg-implement-change-notification-on-uri-schemes-property.patch. ++++ polkit-default-privs: - bump version for next openSUSE release. - allow org.freedesktop.packagekit.trigger-offline-update and org.freedesktop.packagekit.clear-offline-update in standard same way as normal patch update (bnc#798885 bnc#812504) ++++ smartmontools: - remove all sysvinit support. ------------------------------------------------------------------ ------------------ 2013-4-2 - Apr 2 2013 ------------------- ------------------------------------------------------------------ ++++ apparmor: - add Requires: insserv to parser package (needed by initscript) ++++ branding-openSUSE: - add a conflict for other xfce4-splash-branding (otherproviders not necessary in 12.1+) - fix dir conflict with grub2 ++++ build: - add sl13.1.conf (openSUSE:Factory prjconf of 2013-03-29) - have ncurses-devel-32bit require ncurses-devel and not ncurses-32bit - do not put .socket files into the 32bit packages - unbreak kvm for x86_64 ++++ cairo: - 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). ++++ wodim: - Dissolve Obsoletes cycle between cdrkit (source package "wodim") and cdrtools. Add proper Conflicts instead. - Use more robust make install call; kill redundant %clean section ++++ dhcp: - Install missed bind include files and libraries in dhcp-devel; conflicts to bind-devel providing different versions (bnc#805162). ++++ gnome-session: - Drop gnome2-look-and-feel package and obsolete it from the main package. The replacement is called gnome-shell-classic and is built by gnome-shell-extensions. ++++ ibus: - add "Supplements" tag to ibus-gnome-shell ++++ indic-fonts: - url in source ++++ kiwi: - allow lxc as a value for the packages type attribute to support container specific package specification ++++ krb5: - add conflicts between krb5-mini and krb5 and krb5-client ++++ libQtWebKit4: - Added buffer-ranges.patch, fixes buffering with gstreamer 1.0 (webkit#105319) and MediaPlayerPrivateGStreamer-should-take-ownership-of-the-playbin.patch (webkit#107445) ++++ libcdio: - Add url to spec source field to enable local source service. ++++ systemd: - Fixed disabling CapsLock and enabling NumLock (bnc#746595, 0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch, systemd-numlock-suse.patch). - Explicitly require libgcrypt-devel to fix build failure. ++++ libpng16: - conflict with libpng12-compat-devel-32bit and libpng15-compat-devel-32bit ++++ libyui-gtk-pkg: - Applied patch by Yasuhiko Kamata (#bnc 786650) - Version 2.42.3 ++++ openmpi: - Unset the system default in addition to unregistering the openmpi version (bnc#810598). - Unconditionally set the just installed openmpi version to be the default. ++++ xorg-x11-proto-devel: - Update xproto to version 7.0.24: It's been a year since the last x11proto release, so here's a small set of changes that have accumulated in the meantime, including a new keysym and portability fixes for a few platforms (MinGW, Solaris, x32). ++++ seamonkey: - update to SeaMonkey 2.17 (bnc#813026) * requires NSPR 4.9.5 and NSS 3.14.3 * mozilla-webrtc-ppc.patch included upstream * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 Miscellaneous memory safety hazards * MFSA 2013-31/CVE-2013-0800 (bmo#825721) Out-of-bounds write in Cairo library * MFSA 2013-35/CVE-2013-0796 (bmo#827106) WebGL crash with Mesa graphics driver on Linux * MFSA 2013-36/CVE-2013-0795 (bmo#825697) Bypass of SOW protections allows cloning of protected nodes * MFSA 2013-37/CVE-2013-0794 (bmo#626775) Bypass of tab-modal dialog origin disclosure * MFSA 2013-38/CVE-2013-0793 (bmo#803870) Cross-site scripting (XSS) using timed history navigations * MFSA 2013-39/CVE-2013-0792 (bmo#722831) Memory corruption while rendering grayscale PNG images - use GStreamer 1.0 starting with 12.3 (mozilla-gstreamer-1.patch) ++++ synaptiks: - Added remove-several-features-that-will-no-longer-be-exposed.patch, removes features that got removed in synaptics driver >= 1.7 ++++ xf86-input-synaptics: - Update to version 1.7.0: This release has seen a bunch of purges in the hope that it will make the code more maintainable. Most of the features dropped are expected to have few or no users, or hardware that hasn't been around for ages. Most other fixes have found their way into the 1.6 branch already. ++++ yast2-network: - bnc#719881 - S390: only L2 capable devices can be enslaved into bond. ------------------------------------------------------------------ ------------------ 2013-4-1 - Apr 1 2013 ------------------- ------------------------------------------------------------------ ++++ kdepim4: - Update to 4.10.2 * Contains bug fixes - Drop akregator-bug305494.diff, it is included upstream ++++ ark: - Update to 4.10.2 \n * Bugfixes ++++ blinken: - Update to 4.10.2 \n * Bugfixes ++++ kdesdk4: - Update to 4.10.2 \n * Bugfixes ++++ kdebase4: - Update to 4.10.2 \n * Bugfixes ++++ kiten: - Update to 4.10.2 \n * Bugfixes ++++ gnome-terminal: - Update to version 3.8.0.1: + accels: Add more accel-able tabs (bgo#696123). + Updated translations. ++++ gwenview: - Update to 4.10.2 \n * Bugfixes ++++ kactivities4: - Update to 4.10.2 \n * Bugfixes ++++ kalgebra: - Update to 4.10.2 \n * Bugfixes ++++ kalzium: - Update to 4.10.2 \n * Bugfixes ++++ kanagram: - Update to 4.10.2 \n * Bugfixes ++++ kate: - Update to 4.10.2 * Bugfixes - Drop fix-braindead-logic-in-PyQt-version-detection.diff and use-a-numeric-comparision.patch, they are included upstream ++++ kbruch: - Update to 4.10.2 \n * Bugfixes ++++ kcalc: - Update to 4.10.2 \n * Bugfixes ++++ kcharselect: - Update to 4.10.2 \n * Bugfixes ++++ kcolorchooser: - Update to 4.10.2 \n * Bugfixes ++++ kdbg: - Update to 2.5.3 * Duplicated and breakpoints do not increase the list of breakpoints each time a session is started * Communication with a localized GDB works; this is achieved by setting LC_ALL=C, which is also propagated to the program being debugged. If the program needs a different locale, set it in Execution->Arguments, page Environment. * Fixed a crash in the memory window * Updates of the Russian and Croatian translations. ++++ kde4-filesystem: - Update to 4.10.2 ++++ kdebase4-workspace: - Update to 4.10.2 * Bugfixes - Drop validate_systemd_version_for_upower.diff, it is pushed upstream ++++ kde4-l10n: - Update to 4.10.2 * Bugfixes ++++ kde4-print-manager: - Update to 4.10.2 \n * Bugfixes ++++ kdeartwork4: - Update to 4.10.2 \n * Bugfixes ++++ kdebase4-runtime: - Update to 4.10.2 \n * Bugfixes ++++ libkdegames: - Update to 4.10.2 \n * Bugfixes ++++ kdelibs4: - Update to 4.10.2 * Bugfixes - Drop kdelibs-4.10.0-giflib5.patch, it is pushed upstream - Replace kjs-stacklimit.diff with a correct fix ++++ kdenetwork4: - Update to 4.10.2 \n * Bugfixes ++++ kdepimlibs4: - Update to 4.10.2 \n * Bugfixes ++++ kgamma: - Update to 4.10.2 \n * Bugfixes ++++ kgeography: - Update to 4.10.2 \n * Bugfixes ++++ khangman: - Update to 4.10.2 \n * Bugfixes ++++ kig: - Update to 4.10.2 \n * Bugfixes ++++ kio_audiocd: - Update to 4.10.2 \n * Bugfixes ++++ kamera: - Update to 4.10.2 \n * Bugfixes ++++ klettres: - Update to 4.10.2 \n * Bugfixes ++++ kmag: - Update to 4.10.2 \n * Bugfixes ++++ kmahjongg: - Update to 4.10.2 \n * Bugfixes ++++ kmines: - Update to 4.10.2 \n * Bugfixes ++++ kmousetool: - Update to 4.10.2 \n * Bugfixes ++++ kmplot: - Update to 4.10.2 \n * Bugfixes ++++ konsole: - Update to 4.10.2 \n * Bugfixes ++++ kpat: - Update to 4.10.2 \n * Bugfixes ++++ kreversi: - Update to 4.10.2 \n * Bugfixes ++++ kross-interpreters: - Update to 4.10.2 \n * Bugfixes ++++ kruler: - Update to 4.10.2 \n * Bugfixes ++++ kscd: - Update to 4.10.2 \n * Bugfixes ++++ ksnapshot: - Update to 4.10.2 \n * Bugfixes ++++ kstars: - Update to 4.10.2 \n * Bugfixes ++++ ksudoku: - Update to 4.10.2 \n * Bugfixes ++++ ktouch: - Update to 4.10.2 \n * Bugfixes ++++ kwalletmanager: - Update to 4.10.2 \n * Bugfixes ++++ kwordquiz: - Update to 4.10.2 \n * Bugfixes ++++ analitza: - Update to 4.10.2 \n * Bugfixes ++++ libfprint: - Update to version 0.5.0: + Drivers: - New VFS300/VFS301 driver - New AES2550/AES2810 drivers - New AES1660 driver - New AES2660 driver - New DigitalPersona URU4500 driver - Avoid empty capture and improve image contrast in the AES2501 and AES2550 drivers - Update upektc driver, add support for Eikon Touch 300 - Fix UrU4000 image capture on ARM + Library: - Fix global variable collisions with libusb and other system headers - Fix possible crash in NBIS image processing with some fingerprints + Udev rules: - Fix power control path for newer kernels - Move udev rules to the correct directory - Don't print duplicated udev rules - Include udev rules in the tarball - Allow disabling of udev rules for cross-compiling - Add driver names in the generated rules ++++ libkcddb4: - Update to 4.10.2 \n * Bugfixes ++++ libkcompactdisc4: - Update to 4.10.2 \n * Bugfixes ++++ libkdcraw: - Update to 4.10.2 \n * Bugfixes ++++ libkdeedu4: - Update to 4.10.2 \n * Bugfixes ++++ libkexiv2: - Update to 4.10.2 \n * Bugfixes ++++ libkipi: - Update to 4.10.2 \n * Bugfixes ++++ libkmahjongg: - Update to 4.10.2 \n * Bugfixes ++++ libksane: - Update to 4.10.2 \n * Bugfixes ++++ marble: - Update to 4.10.2 \n * Bugfixes ++++ libnepomukwidgets: - Update to 4.10.2 \n * Bugfixes ++++ nepomuk-core: - Update to 4.10.2 * Bugfixes ++++ okular: - Update to 4.10.2 \n * Bugfixes ++++ oxygen-icon-theme: - Update to 4.10.2 \n * Bugfixes ++++ parley: - Update to 4.10.2 \n * Bugfixes ++++ plasma-addons: - Update to 4.10.2 * Contains bug fixes - Drop weather_fix.diff, it is pushed upstream ++++ step: - Update to 4.10.2 \n * Bugfixes ++++ sweeper: - Update to 4.10.2 \n * Bugfixes ------------------------------------------------------------------ ------------------ 2013-3-31 - Mar 31 2013 ------------------- ------------------------------------------------------------------ ++++ virtualbox: - added vbox-deprec-gsoap-service-proxies.diff to fix deprecated old-style C++ service proxies (use soapcpp2 -z1 flag) - added vbox-gsoapssl-deps.diff as workaround to fix build ------------------------------------------------------------------ ------------------ 2013-3-30 - Mar 30 2013 ------------------- ------------------------------------------------------------------ ++++ createrepo: - fix createrepo without clog_limit (bnc#812589) ++++ gnome-chess: - Update to version 3.8.0: + Updated translations. - Changes from version 3.7.92: + Rename desktop file back to glchess.desktop. + Updated translations. - Changes from version 3.7.90: + Updated translations. ++++ gnome-control-center: - Rebase gnome-control-center-allow-yast-in-shell.patch: allow YaST to be added to the gnome-control-center again. ++++ kernel-default: - Update config files: Build DSA drivers as modules DSA drivers can be built as modules since kernel v3.3, so do that: - CONFIG_NET_DSA=m - CONFIG_NET_DSA_MV88E6XXX=m - CONFIG_NET_DSA_MV88E6060=m - CONFIG_NET_DSA_MV88E6131=m - CONFIG_NET_DSA_MV88E6123_61_65=m - commit ab03c84 ++++ kernel-desktop: - Update config files: Build DSA drivers as modules DSA drivers can be built as modules since kernel v3.3, so do that: - CONFIG_NET_DSA=m - CONFIG_NET_DSA_MV88E6XXX=m - CONFIG_NET_DSA_MV88E6060=m - CONFIG_NET_DSA_MV88E6131=m - CONFIG_NET_DSA_MV88E6123_61_65=m - commit ab03c84 ++++ kernel-pae: - Update config files: Build DSA drivers as modules DSA drivers can be built as modules since kernel v3.3, so do that: - CONFIG_NET_DSA=m - CONFIG_NET_DSA_MV88E6XXX=m - CONFIG_NET_DSA_MV88E6060=m - CONFIG_NET_DSA_MV88E6131=m - CONFIG_NET_DSA_MV88E6123_61_65=m - commit ab03c84 ++++ kiwi: - reduce duplicate code ++++ libQtWebKit4: - Added libxslt-devel as build requirement (QtWebKit can use it to properly display xml files - see rh#919778). - Enabled WebP support (added libwebp-devel as build requirement). ++++ python-lxml: - update to 3.1.1: (changes taken from http://lxml.de/3.1/changes-3.1.1.html) * 3.1.1 (2013-03-29) * * Bugs fixed - LP#1160386: Write access to lxml.html.FormElement.fields raised an AttributeError in Py3. - Illegal memory access during cleanup in incremental xmlfile writer. * * Other changes - The externally useless class lxml.etree._BaseParser was removed from the module dict. * 3.1.0 (2013-02-10) * * Features added - GH#89: lxml.html.clean allows overriding the set of attributes that it considers 'safe'. Patch by Francis Devereux. * * Bugs fixed - LP#1104370: copy.copy(el.attrib) raised an exception. It now returns a copy of the attributes as a plain Python dict. - GH#95: When used with namespace prefixes, the el.find*() methods always used the first namespace mapping that was provided for each path expression instead of using the one that was actually passed in for the current run. - LP#1092521, GH#91: Fix undefined C symbol in Python runtimes compiled without threading support. Patch by Ulrich Seidl. * 3.1beta1 (2012-12-21) * * Features added - New build-time option --with-unicode-strings for Python 2 that makes the API always return Unicode strings for names and text instead of byte strings for plain ASCII content. - New incremental XML file writing API etree.xmlfile(). - E factory in lxml.objectify is callable to simplify the creation of tags with non-identifier names without having to resort to getattr(). * * Bugs fixed - When starting from a non-namespaced element in lxml.objectify, searching for a child without explicitly specifying a namespace incorrectly found namespaced elements with the requested local name, instead of restricting the search to non-namespaced children. - GH#85: Deprecation warnings were fixed for Python 3.x. - GH#33: lxml.html.fromstring() failed to accept bytes input in Py3. - LP#1080792: Static build of libxml2 2.9.0 failed due to missing file. * * Other changes - The externally useless class _ObjectifyElementMakerCaller was removed from the module API of lxml.objectify. - LP#1075622: lxml.builder is faster for adding text to elements with many children. Patch by Anders Hammarquist. * 3.0.2 (2012-12-14) * * Bugs fixed - Fix crash during interpreter shutdown by switching to Cython 0.17.3 for building. * 3.0.1 (2012-10-14) * * Bugs fixed - LP#1065924: Element proxies could disappear during garbage collection in PyPy without proper cleanup. - GH#71: Failure to work with libxml2 2.6.x. - LP#1065139: static MacOS-X build failed in Py3. * 3.0 (2012-10-08) * * Bugs fixed - End-of-file handling was incorrect in iterparse() when reading from a low-level C file stream and failed in libxml2 2.9.0 due to its improved consistency checks. * * Other changes - The build no longer uses Cython by default unless the generated C files are missing. To use Cython, pass the option "--with-cython". To ignore the fatal build error when Cython is required but not available (e.g. to run special setup.py commands that do not actually run a build), pass "--without-cython". * 3.0beta1 (2012-09-26) * * Features added - Python level access to (optional) libxml2 memory debugging features to simplify debugging of memory leaks etc. * * Bugs fixed - Fix a memory leak in XPath by switching to Cython 0.17.1. - Some tests were adapted to work with PyPy. * * Other changes - The code was adapted to work with the upcoming libxml2 2.9.0 release. * 3.0alpha2 (2012-08-23) * * Features added - The .iter() method of elements now accepts tag arguments like "{*}name" to search for elements with a given local name in any namespace. With this addition, all combinations of wildcards now work as expected: "{ns}name", "{}name", "{*}name", "{ns}*", "{}*" and "{*}*". Note that "name" is equivalent to "{}name", but "*" is "{*}*". The same change applies to the .getiterator(), .itersiblings(), .iterancestors(), .iterdescendants(), .iterchildren() and .itertext() methods;the strip_attributes(), strip_elements() and strip_tags() functions as well as the iterparse() class. Patch by Simon Sapin. - C14N allows specifying the inclusive prefixes to be promoted to top-level during exclusive serialisation. * * Bugs fixed - Passing long Unicode strings into the feed() parser interface failed to read the entire string. * 3.0alpha1 (2012-07-31) * * Features added - Initial support for building in PyPy (through cpyext). - DTD objects gained an API that allows read access to their declarations. - xpathgrep.py gained support for parsing line-by-line (e.g. from grep output) and for surrounding the output with a new root tag. - E-factory in lxml.builder accepts subtypes of known data types (such as string subtypes) when building elements around them. - Tree iteration and iterparse() with a selective tag argument supports passing a set of tags. Tree nodes will be returned by the iterators if they match any of the tags. * * Bugs fixed - The .find*() methods in lxml.objectify no longer use XPath internally, which makes them faster in many cases (especially when short circuiting after a single or couple of elements) and fixes some behavioural differences compared to lxml.etree. Note that this means that they no longer support arbitrary XPath expressions but only the subset that the ElementPath language supports. The previous implementation was also redundant with the normal XPath support, which can be used as a replacement. - el.find('*') could accidentally return a comment or processing instruction that happened to be in the wrong spot. (Same for the other .find*() methods.) - The error logging is less intrusive and avoids a global setup where possible. - Fixed undefined names in html5lib parser. - xpathgrep.py did not work in Python 3. - Element.attrib.update() did not accept an attrib of another Element as parameter. - For subtypes of ElementBase that make the .text or .tail properties immutable (as in objectify, for example), inserting text when creating Elements through the E-Factory feature of the class constructor would fail with an exception, stating that the text cannot be modified. * * Other changes - The code base was overhauled to properly use 'const' where the API of libxml2 anders libxslt requests it. This also has an impact on the public C-API of lxml itself, as defined in etreepublic.pxd, as well as the provided declarations in the lxml/includes/ directory. Code that uses these declarations may have to be adapted. On the plus side, this fixes several C compiler warnings, also for user code, thus making it easier to spot real problems again. - The functionality of "lxml.cssselect" was moved into a separate PyPI package called "cssselect". To continue using it, you must install that package separately. The "lxml.cssselect" module is still available and provides the same interface, provided the "cssselect" package can be imported at runtime. - Element attributes passed in as an attrib dict or as keyword arguments are now sorted by (namespaced) name before being created to make their order predictable for serialisation and iteration. Note that adding or deleting attributes afterwards does not take that order into account, i.e. setting a new attribute appends it after the existing ones. - Several classes that are for internal use only were removed from the lxml.etree module dict: _InputDocument, _ResolverRegistry, _ResolverContext, _BaseContext, _ExsltRegExp, _IterparseContext, _TempStore, _ExceptionContext, __ContentOnlyElement, _AttribIterator, _NamespaceRegistry, _ClassNamespaceRegistry, _FunctionNamespaceRegistry, _XPathFunctionNamespaceRegistry, _ParserDictionaryContext, _FileReaderContext, _ParserContext, _PythonSaxParserTarget, _TargetParserContext, _ReadOnlyProxy, _ReadOnlyPIProxy, _ReadOnlyEntityProxy, _ReadOnlyElementProxy, _OpaqueNodeWrapper, _OpaqueDocumentWrapper, _ModifyContentOnlyProxy, _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy, _AppendOnlyElementProxy, _SaxParserContext, _FilelikeWriter, _ParserSchemaValidationContext, _XPathContext, _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam - Several internal classes can no longer be inherited from: _InputDocument, _ResolverRegistry, _ExsltRegExp, _ElementUnicodeResult, _IterparseContext, _TempStore, _AttribIterator, _ClassNamespaceRegistry, _XPathFunctionNamespaceRegistry, _ParserDictionaryContext, _FileReaderContext, _PythonSaxParserTarget, _TargetParserContext, _ReadOnlyPIProxy, _ReadOnlyEntityProxy, _OpaqueDocumentWrapper, _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy, _AppendOnlyElementProxy, _FilelikeWriter, _ParserSchemaValidationContext, _XPathContext, _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam, _XSLTResultTree, _XSLTProcessingInstruction * 2.3.6 (2012-09-28) * * Bugs fixed - Passing long Unicode strings into the feed() parser interface failed to read the entire string. * 2.3.5 (2012-07-31) * * Bugs fixed - Crash when merging text nodes in element.remove(). - Crash in sax/target parser when reporting empty doctype. ++++ rpm: - which is essential for man packages ++++ yast2-control-center: - Add X-GNOME-SystemSettings as category to YaST.desktop: allows YaST to be seen by gnome-control-center and to be added transparently. ------------------------------------------------------------------ ------------------ 2013-3-29 - Mar 29 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - update to 6.8.4-0: * dropped ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch, issue is almost fixed -> new test-signatures.patch, see followups in http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479 * created rpath.patch * created dont-build-in-install.patch - upstream changes * Do not write zero-length TIFF tags * Do not split words for caption * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * etc. see ChangeLog ++++ MozillaFirefox: - update to Firefox 20.0 (bnc#813026) * requires NSPR 4.9.5 and NSS 3.14.3 * mozilla-webrtc-ppc.patch included upstream * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 Miscellaneous memory safety hazards * MFSA 2013-31/CVE-2013-0800 (bmo#825721) Out-of-bounds write in Cairo library * MFSA 2013-35/CVE-2013-0796 (bmo#827106) WebGL crash with Mesa graphics driver on Linux * MFSA 2013-36/CVE-2013-0795 (bmo#825697) Bypass of SOW protections allows cloning of protected nodes * MFSA 2013-37/CVE-2013-0794 (bmo#626775) Bypass of tab-modal dialog origin disclosure * MFSA 2013-38/CVE-2013-0793 (bmo#803870) Cross-site scripting (XSS) using timed history navigations * MFSA 2013-39/CVE-2013-0792 (bmo#722831) Memory corruption while rendering grayscale PNG images - use GStreamer 1.0 starting with 12.3 (mozilla-gstreamer-1.patch) ++++ MozillaThunderbird: - update to Thunderbird 17.0.5 (bnc#813026) * requires NSPR 4.9.5 and NSS 3.14.3 * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 Miscellaneous memory safety hazards * MFSA 2013-31/CVE-2013-0800 (bmo#825721) Out-of-bounds write in Cairo library * MFSA 2013-35/CVE-2013-0796 (bmo#827106) WebGL crash with Mesa graphics driver on Linux * MFSA 2013-36/CVE-2013-0795 (bmo#825697) Bypass of SOW protections allows cloning of protected nodes * MFSA 2013-38/CVE-2013-0793 (bmo#803870) Cross-site scripting (XSS) using timed history navigations ++++ bluedevil: - Update to version 1.3.1: * Fixed bugs: kde#315066 and kde#314008 * Implement RequestPin in SSPairing * Improvements enabling/disabling monolithic * Always Quit helpers when done ++++ colord: - Update to version 0.1.32: + New Features: - Add a new tool 'cd-iccdump' that can dump V4 and V2 profiles. - Add translated descriptions to the ICC profiles. - libcolord: . Add an object which is a named colord. . Add an object to factor out the profile load and save. . Add a really simple XML DOM extractor. . Add some helpers for dealing with CdColorLab objects. - Translate some of the profile source XML file descriptions and licences. - Use an XML source format for the generated profiles. + Bugfixes: - libcolord: Correctly copy CdColorYxy->Y when used as a property. - lib: Fix the licence boilerplate in the sensor libs. - Set the default profile locale to be en_US, not EN_us. - Use gtkdocize --copy in autogen.sh ++++ gcc48: - Fix libffi48-devel filelist ++++ file: - Refresh patches and remove the visibility patch that I upstreamed few releases ago in a different form. ++++ gtk3: - Disable building of wayland backend, and conditionally apply gtk3-find-wayland-includedir.patch as it's only needed when building wayland backend. ++++ kernel-default: - Update config file config/sparc64/default: drop X86-only GPIO drivers - commit 931180e - config: enable GPIO_[PS]CH, disable INTEL_MID_DMAC - commit 46bdeb9 - Update config files: CONFIG_I2C_COMPAT Disable compatibility with lm-sensors <= 3.1.1, version 3.1.2 was released 3 years ago. - commit c1b3c2d ++++ kernel-desktop: - Update config file config/sparc64/default: drop X86-only GPIO drivers - commit 931180e - config: enable GPIO_[PS]CH, disable INTEL_MID_DMAC - commit 46bdeb9 - Update config files: CONFIG_I2C_COMPAT Disable compatibility with lm-sensors <= 3.1.1, version 3.1.2 was released 3 years ago. - commit c1b3c2d ++++ kernel-pae: - Update config file config/sparc64/default: drop X86-only GPIO drivers - commit 931180e - config: enable GPIO_[PS]CH, disable INTEL_MID_DMAC - commit 46bdeb9 - Update config files: CONFIG_I2C_COMPAT Disable compatibility with lm-sensors <= 3.1.1, version 3.1.2 was released 3 years ago. - commit c1b3c2d ++++ libbluedevil: - Update to version 1.9.3 * Do a better job knowing if there is an usable adapter * Further improvements for kde#314356 ++++ cogl: - Add build_wayland_backend define and set it to 0,as we do not want to build wayland support yet. Pass conditional - -enable-wayland-egl-platform to configure. - Add conditional pkgconfig(wayland-client, wayland-cursor, wayland-egl and xkbcommon) BuildRequires. New dependencies needed when --enable-wayland-egl-platform is used. ++++ libffi48: - Fix libffi48-devel filelist ++++ libgcj48: - Fix libffi48-devel filelist ++++ libgee: - Update to version 0.10.0: + No change since 0.9.92. ++++ pango: - bnc#792646, bnc#803529#c1: Change requires pango-tools in baselibs.conf to prereq in order to: + Match the behavior of the native lib in the .spec file, where we use (Requires(post). + Ensure the right version of pango-tools is installed when the post script is being executed. ++++ libpt2: - libpt2-aarch64.patch: Add support for aarch64 ++++ libselinux: -update to 2.1.13 * audit2why: make sure path is nul terminated * utils: new file context regex compiler * label_file: use precompiled filecontext when possible * do not leak mmapfd * sefcontontext_compile: Add error handling to help debug problems in libsemanage. * man: make selinux.8 mention service man pages * audit2why: Fix segfault if finish() called twice * audit2why: do not leak on multiple init() calls * mode_to_security_class: interface to translate a mode_t in to a security class * audit2why: Cleanup audit2why analysys function * man: Fix program synopsis and function prototypes in man pages * man: Fix man pages formatting * man: Fix typo in man page * man: Add references and man page links to _raw function variants * Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions * man: context_new(3): fix the return value description * selinux_status_open: handle error from sysconf * selinux_status_open: do not leak statusfd on exec * Fix errors found by coverity * Change boooleans.subs to booleans.subs_dist. * optimize set*con functions * pkg-config do not specifc ruby version * unmap file contexts on selabel_close() * do not leak file contexts with mmap'd backend * sefcontext_compile: do not leak fd on error * matchmediacon: do not leak fd * src/label_android_property: do not leak fd on error ++++ libsemanage: - update to 2.1.10 * Add sefcontext_compile to compile regex everytime policy is rebuilt * Cleanup/fix enable/disable/remove module. * redo genhomedircon minuid * fixes from coverity * semanage_store: do not leak memory in semanage_exec_prog * genhomedircon: remove useless conditional in get_home_dirs * genhomedircon: double free in get_home_dirs * fcontext_record: do not leak on error in semanage_fcontext_key_create * genhomedircon: do not leak on failure in write_gen_home_dir_context * semanage_store: do not leak fd * genhomedircon: do not leak shells list * semanage_store: do not leak on strdup failure * semanage_store: rewrite for readability ++++ virtualbox: - added VBoxCreateUSBNode.sh from vbox upstream for creating usb device nodes, by default this feature is disabled so you have to enable it in vbox udev rules by hand (bnc#799741) - updated to virtualbox 4.2.10 * GUI: fixed keyboard with XQuartz X server (bug #10664) * Main/Display: fixed a crash with multi-monitors under certain conditions (Mac OS X hosts only) * Main/Properties: fixed a crash under certain conditions, for example after wakeup from host hibernate (bug #11444) * Settings: don't lose the internal network settings if they are not currently active * Storage: another incompatibility fix for VHD differencing images with Hyper-V (bug #5990) * VBoxManage: don't read beyond the end of the file specified with export --eulafile (bug #11528) * Linux hosts / guests: Linux 3.9-rc0 compile fixes (bug #11529) * Linux Additions: fixed two warnings in the shared folders guest kernel module (bug #11390) * Linux Additions: don't crash VBoxService if libdbus is not available (bug #8638) * Windows Additions: fixed upgrading MultiMedia Redirection (MMR) support ++++ rsyslog: - restore SELinux label when creating xconsole (bnc#812447) ++++ simple-scan: - Update to version 3.8.0: + No changes since version 3.7.1. - Changes from version 3.7.1: + Autosave document and restore on quit. + Add controls for brightness and contrast. + Use GLib 2.32 threading API. + Updated help. + Simplify build system. - Add pkgconfig(sqlite3) BuildRequires: new dependency. ++++ vsftpd: - add vsftpd-drop-newpid-from-clone.patch (bnc#786024#c38) * drop CLONE_NEWPID from clone to enable audit system - add vsftpd-enable-fcntl-f_setfl.patch (bnc#812406) * unconditionally enable F_SETFL patch - might be safe to do ++++ xf86-input-keyboard: - Update to version 1.7.0: + Use sigsafe logging for keyboard debug messages. + Build improvements. - Remove unneeded autoconf, automake, libtool BuildRequires, as well as call to autoreconf. ++++ xf86-video-modesetting: - Update to xf86-video-modesetting 0.7.0 * modesetting: match PCI class 3, any subclass * Add missing GTF modes * autogen.sh: Implement GNOME Build API * modesetting: provide dummy hooks for shadow * modesetting: clean up leaks * modesetting: return null for get_modes if output could not be retrieved ++++ xorg-x11-driver-video-nouveau: - Update to version 1.0.7 + dri2: fix missing frame throttle on copy_region buffer swaps + nouveau: add reverse prime support + nouveau: create shared pixmaps in GART + nouveau: fix regression in PRIME since 58284cf32778d54cde139423450bc33360784503 + nouveau: align shared buffers to 256 + nouveau: make prime regression fix more robust. + nouveau: fix build on older X servers + nouveau: fix build against old servers (part 2) + Clean up some errors on closing. + nouveau: put cursor BO in GART + nv30/exa: fix shaders on big-endian machines ++++ yast2-installation: - always return boolean from DeployTarImage (bnc#804293) - make the "Check drivers" error message depend on control.xml variable (fate#312875, bnc#805251) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-3-28 - Mar 28 2013 ------------------- ------------------------------------------------------------------ ++++ aaa_base: - also check /lib/systemd for compatibility (bnc#812291) ++++ binutils: - Update to binutils 2.23.2. * various bugfixes - Refresh no longer applying patch. ++++ gcc48: - Adjust self-conflicts to use otherproviders() on openSUSE 12.1 and earlier. [bnc#812079] ++++ dhcp: - Use manual patch command for config-guess-sub-update.patch again as patch macro does not work on older distributions. ++++ fcitx: - add more locales into xim.d - some Taiwan users reported that after installation, they can't have input panel because we don't start it and export environments by default. ++++ git: - Enable PCRE and make it possible to use the "grep.patternType=perl" config option ++++ grub2: - package Secure Boot CA file as /usr/lib64/efi/grub.der which could be used to verify signed image from build server - add openSUSE-UEFI-CA-Certificate.crt, openSUSE Secure Boot CA - add SLES-UEFI-CA-Certificate.crt, SUSE Linux Enterprise Secure Boot CA ++++ gzip: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ hicolor-icon-theme: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ hunspell: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ ibus: - fix a typo in Group - fix python-bytecode-inconsistent-mtime - Put gnome-shell integration files into separate package because these (since openSUSE 12.3) pull in a lot of new unwanted packages on a GNOME-less system compared to 12.2. (bnc#812298) - Set versions on BuildRequires according to configure.ac - Use more robust make install call - Remove redundant %clean section ++++ icewm: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ icewm-lite: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ ifplugd: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ indic-fonts: - adjusted description [bnc#812254] ++++ java-1_7_0-openjdk: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ kiwi: - call syncGPT only if partedTableType is gpt - follow up fix for 12.3 openNebula examples: + grub2-branding has to stay installed inside the initrd + no theme was selected - make sure splash is deactivated for any dialogs displayed while inside the kiwi initrd (bnc #812099) ++++ ilmbase: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ clutter: - Add build_wayland_backend define and set it to 0, as we do not want to build wayland support yet. Pass conditional - -enable-wayland-backend to configure. - Add conditional pkgconfig(wayland-client, wayland-cursor and xkbcommon) BuildRequires, needed for wayland backend building. ++++ libffi48: - Adjust self-conflicts to use otherproviders() on openSUSE 12.1 and earlier. [bnc#812079] ++++ libgcj48: - Adjust self-conflicts to use otherproviders() on openSUSE 12.1 and earlier. [bnc#812079] ++++ systemd: - udev: ensure that the network interfaces are renamed even if they exist (bnc#809843). add: 1027-udev-always-rename-network.patch ++++ jack: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ jasper: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ jbigkit: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ p11-kit: - Update to version 0.17.5: + Don't try to guess at overflowing time values on 32-bit systems (fdo#62825). + Test fixes (fdo#927394). ++++ libpng16: - updated to 1.6.1: Made sRGB check numbers consistent. Use parentheses more consistently in "#if defined(MACRO)" tests. Reenabled code to allow zero length PLTE chunks for MNG. Fixed ALIGNED_MEMORY support. Avoid a possible memory leak in contrib/gregbook/readpng.c Better documentation of unknown handling API interactions. Corrected simplified API default gamma for color-mapped output, added a flag to change default. In 1.6.0 when the simplified API was used to produce color-mapped output from an input image with no gamma information the gamma assumed for the input could be different from that assumed for non-color-mapped output. In particular 16-bit depth input files were assumed to be sRGB encoded, whereas in the 'direct' case they were assumed to have linear data. This was an error. The fix makes the simplified API treat all input files the same way and adds a new flag to the png_image::flags member to allow the application/user to specify that 16-bit files contain sRGB data rather than the default linear. etc., see ANNOUNCE or CHANGES for details - dropped upstreamed 0387-Reenable-code-to-allow-zero-length-PLTE-chunks-for-M.patch ++++ python3-base: - replace broken movetogetdents64.diff patch with a correct one from upstream repo (python-3.3.0-getdents64.patch) ++++ libstorage: - fix bug while formatting as btrfs after resizing (bnc#812162) ++++ lxpanel: - update to 0.5.12 (bugfix release, no changelog provided) * obsoletes lxpanel-0.5.10-automake-1.12.patch * obsoletes lxpanel-0.5.8-fix-libgmodule-underlinking.patch - use pkgconfig() BuildRequires when possible ++++ swig: - Add swig-fix_ocaml_type.patch to change the declaration of caml_array_length to match that in ocaml's header. ++++ xf86-input-mouse: - Update to version 1.9.0: + autogen.sh: Implement GNOME Build API. + configure: Drop AM_MAINTAINER_MODE. + Use signal-safe logging if available. + Fix compilation error with EXTMOUSEDEBUG on. ++++ yast2-samba-client: - one more csync2 invocation so smb.conf is correctly propagated to cluster nodes (bnc#802814) - cluster allows DHCP configuration, but check if IPs are configured for it (bnc#811008) - show error message when cluster config is not correct (bnc#809208) - ensure cluster options are present in smb.conf during join (bnc#809208) and testjoin (bnc#810592) - 2.24.0 ++++ yast2-users: - set the value of CHARACTER_CLASS, read from /etc/login.defs (bnc#810482) - 2.23.5 ------------------------------------------------------------------ ------------------ 2013-3-27 - Mar 27 2013 ------------------- ------------------------------------------------------------------ ++++ PackageKit: - Drop fix-policies-opensuse.patch: these settings aren't being used anymore as they're overridden by our settings in the package polkit-default-privs. ++++ aaa_base: - chkconfig: rh compatible check mode (bnc#811870) - Mark file /lib/mkinitrd/scripts/boot-mtab.sh as exectuable (bnc#809842) - Compress tarball with xz ++++ bind: - Updated to 9.9.2-P2 (bnc#811876) Fix for: https://kb.isc.org/article/AA-00871 CVE-2013-2266 * Security Fixes Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] - added gpg key source verification ++++ dhcp: - Update to ISC dhcp-4.2.5-P1 release, which contains updated bind-9.8.4-P2 sources with removed regex.h check in configure (bnc#811934, CVE-2013-2266). - Changed spec make the bind export library build output visible. ++++ five-or-more: - Update to version 3.8.0: + Updated translations. ++++ four-in-a-row: - Update to version 3.8.0: + Updated translations. ++++ fuse: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ geoclue: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gettext-runtime: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ ghostscript: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ git: - fix git-daemon's pre-uninstall script to correctly stop the daemon after removal (bnc#812123) - fix git-daemon's post-uninstall script to restart the daemon after update (bnc#812123) ++++ gmp: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gnome-desktop2: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gnome-icon-theme-symbolic: - Update to version 3.8.0.1: + Fix the broken tarball (bgo#696634). - Drop gnome-icon-theme-symbolic.pc.in as source: it's incuded in the tarball again. - Drop libtool BuildRequires and call to autoreconf: no longer any need to boostrap, as the tarball is working. ++++ gnome-mahjongg: - Update to version 3.8.0: + Updated translations. ++++ gnome-mines: - Update to version 3.8.0: + Updated translations. ++++ gnome-nibbles: - Update to version 3.8.0: + Renamed .desktop file back to gnibbles.desktop. + Add HighContrast icon. + Updated translations. ++++ gnome-robots: - Update to version 3.8.0: + Updated translations. ++++ gnome-shell: - Drop gnome-shell-nmlibexecdir.patch: this was a temporary solution until NetworkManager fixes their .name files (bnc#806377). - Drop gnome-common BuildRequires and call to gnome-autogen.sh, as we don't carry patches touching the build system anymore. - Update to version 3.8.0.1: + Background bug fixes (bgo#696712). ++++ gnome-shell-extensions: - Fix scriptlets: move the glib2_gsettings_schema_post/postun to the sub-package gnome-shell-extension-alternative-status-menu: the .gschema.xml lives in this subpackage as well (bnc#811203). - Add glib2_gsettings_schema_post/postun scriptlets for gnome-shell-classic subpackage. ++++ gnome-sudoku: - Update to version 3.8.0: + Enable maintainer mode by default. + Updated translations. - Add icon_theme_post/postun calls for the new HighContrast icons. ++++ gnome-tetravex: - Update to version 3.8.0: + Updated translations. - Add icon_theme_post/postun calls for the new HighContrast icons. ++++ gnome-desktop: - Update to version 3.8.0.1: + Fix a potential use-after-free corruption and crash (bgo#696719). - Update to version 3.8.0: + idle-monitor: - Allow multiple watches per alarm (bgo#696522). - Make per-device monitor fallible (bgo#696118). + Updated translations. ++++ gpart: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gpg2: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gptfdisk: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ grep: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ grub: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gstreamer-plugins-bad: - Introduce build_wayland defines (currently set to 0) and conditionally: + Add pkgconfig(wayland-client) BuildRequires. + Pass --enable-wayland (resp. disable-wayland) to configure. + Adjust the files section accordingly. ++++ iagno: - Update to version 3.8.0: + Merge themes from extras module. + Updated translations. ++++ kernel-default: - rpm/kernel-cert-subpackage: Fix description and summary. - commit a4cd5e1 ++++ kernel-desktop: - rpm/kernel-cert-subpackage: Fix description and summary. - commit a4cd5e1 ++++ kernel-pae: - rpm/kernel-cert-subpackage: Fix description and summary. - commit a4cd5e1 ++++ kiwi: - fixup the openNebula example for 12.3 - use grub2 as bootloader - switch the branding packages - fixup the custom firstboot procedure to avoid an error - fixed checkmedia call if used in hybrid disk mode. in this mode a disk partition device was passed instead of the entire disk device (bnc #804160) ++++ krb5: - enable selinux and set openssl as crypto implementation ++++ djvulibre: - updated to 3.5.25.3: * minor fixes * call autoreconf * do not cp not existing prebuilt icons * not-existing-icons.patch ++++ libdrm: - Update to version 2.4.43: + radeon: add pci ids for Richland APUs + intel_chipset: Merge intel-gpu-tools chipsets + tests: allow tests programs to be installed + tests: allow tests programs to be installed (cumulative patch) + intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS + libdrm/exynos: add test application for 2d gpu. + radeonsi: make sure tile_split field are not garbage + intel/aub: Actually run BLT batches on the blit ring. + nouveau: return error from pushbuf_validate + nouveau: add a way to override single pushbuffer memory limits + freedreno: add freedreno DRM + intel_chipset: Use parens around macro arguments + intel_chipset: Fix up VLV confusion ++++ giflib: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libindi: - libindi-aarch64.patch: No port I/O on aarch64 ++++ webkitgtk: - Update to version 2.0.0: + Fix clip region of windowed plugins in WebKit2. + Fix compile warning in WebKit2 unit tests. + Fix the build with Python 3. - Drop webkitgtk-sentinel.patch: fixed upstream. - Disable webkit-ld-optimization.patch (but keep it for now): As we disabled the build of debug info, the memory consumption went much down already and OBS should be able to handle it now. - Add a _constraints file: require 2200MB hard disk and 1500MB Memory. - Change _wk2sover defines to -3_0-25, following upstreams soname bump. ++++ webkitgtk3: - Update to version 2.0.0: + Fix clip region of windowed plugins in WebKit2. + Fix compile warning in WebKit2 unit tests. + Fix the build with Python 3. - Drop webkitgtk-sentinel.patch: fixed upstream. - Disable webkit-ld-optimization.patch (but keep it for now): As we disabled the build of debug info, the memory consumption went much down already and OBS should be able to handle it now. - Add a _constraints file: require 2200MB hard disk and 1500MB Memory. - Change _wk2sover defines to -3_0-25, following upstreams soname bump. ++++ texlive: - Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162) - Let mathdesign require tex(texnansi.enc) (bnc#808731) - Let biber-bin require perl(Text::BibTeX) (bnc#811258) - Do not require xfs as we do not use xfs at all, otherwise we have to add some more lua code in the %post scriptlet. ++++ lightdm: - update to version 1.4.1 - fix script hooks no longer working with latest glib - ensure test programs quit when the status socket closes - stop deprecation warnings from glib >= 2.36 - updated lightdm-use-fine-grained-memory-locking.patch to incoroporate subsequent commit to use mlockall in session-child mode ++++ libnet: - update to 1.1.6 * obsoleted libnet-1.1.2.1-uninitialized-fix.diff * obsoleted libnet-1.1.5-arrray-fix.diff * fixes the PF_PACKET detection (bnc#810138) * includes many bugfixes from Debian * ICMPv6 and IPv6 related bugfixes * and many more ++++ libzypp: - added tftp-support (bnc#803316) - version 12.10.1 (0) ++++ lightsoff: - Update to version 3.8.0: + Updated translations. - Changes from version 3.7.92: + Added high contrast icon. + Updated translations. ++++ perl-Encode-Detect: - remove 'BuildRequires: perl-macros' from spec file, because perl included in openSUSE > 1210 deprecates perl-macros which causes a build failure. ++++ perl-Mail-DKIM: - Update to version 0.40 - released 2013-02-07 * New/changed functionality: * a single DNS resolver is created for the lifetime of the program, rather than reinitializing the resolver for each new query. * bugfixes: * fix the error message given when an invalid algorithm is specified in the construction of Mail::DKIM::Signer. * avoid Perl warning about use of an undefined value in several places (rt.cpan.org issue #82913). * speed- improved performance of parsing the message into lines (rt.cpan.org issue #77902). Patch by Mark Martinec. * fix DNS queries to use the correct method (txtdata) of Net::DNS (rt.cpan.org issue #83170). Patch by Mark Martinec. * API changes: * global subroutines resolver() or enable_EDNS0() in module Mail::DKIM::DNS can be called to specify non-default options to Net::DNS::Resolver (see also rt.cpan.org issue #80425). ++++ perl-Mail-SPF: - remove 'BuildRequires: perl-macros' from spec file, because perl included in openSUSE > 1210 deprecates perl-macros which causes a build failure. ++++ spamassassin: - remove 'BuildRequires: perl-macros' from spec file, because perl included in openSUSE > 1210 deprecates perl-macros which causes a build failure. ++++ perl-Net-CIDR-Lite: - remove 'BuildRequires: perl-macros' from spec file, because perl included in openSUSE > 1210 deprecates perl-macros which causes a build failure. ++++ perl-Net-Ident: - remove 'BuildRequires: perl-macros' from spec file, because perl included in openSUSE > 1210 deprecates perl-macros which causes a build failure. ++++ perl-Sys-Hostname-Long: - disable perl-macros as BuildRequires for openSUSE >= 12.2 - change implemented by rusjako ++++ polkit-default-privs: - added new udisks2 privileges (bnc#809277) ++++ python-sip: - update to 4.14.5 (bnc#812130): * Bug fixes (specifically for QGIS) ++++ quadrapassel: - Update to version 3.8.0: + Updated translations. ++++ swell-foop: - Update to version 3.8.0: + Updated translations. ++++ tali: - Update to version 3.8.0: + Updated translations. ------------------------------------------------------------------ ------------------ 2013-3-26 - Mar 26 2013 ------------------- ------------------------------------------------------------------ ++++ anjuta: - Do not BuildRequire valgrind for aarch64. ++++ at-spi2-atk: - Update to version 2.8.0: + No changes since version 2.7.91. ++++ at-spi2-core: - Update to version 2.8.0: + Updated translations. ++++ atk: - Update to version 2.8.0: + Updated Visual C++ configuration files. + Updated translations. ++++ brasero: - Update to version 3.8.0: + Documentation fixes. + Updated translations. ++++ ed: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ elfutils: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ evince: - Update to version 3.8.0: + Remove the NoDisplay=true from Evince desktop file (bgo#634245). + Fix desktop file keyword translations (bgo#696310). + Updated translations. - Do not mangle the display name: as "Document Viewer" is the name used all over the place, we should stay with it. - Stop using T1lib: + Drop t1lib-devel BuildRequires. + No longer pass --enable-t1lib to configire. ++++ expat: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ findutils: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ foomatic-filters: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ fribidi: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ fuse: - fix build for SLE_11 ++++ gawk: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ gdk-pixbuf: - Update to version 2.28.0: + Updated translations. ++++ gdm: - Update to version 3.8.0: + No changes since version 3.7.92. ++++ gobject-introspection: - Update to version 1.36.0: + Update glib annotations. ++++ gjs: - Update to version 1.36.0: + No changes since version 1.35.9. ++++ glib2: - Update to version 2.36.0: + g_file_copy(): fix bug where attributes were not applied properly to the destination file. + Fix some 'available since' annotations. + Fix gdbus-codegen to produce more pedantically-correct code. + Bugs fixed: bgo#696014, bgo#696108. + Updated translations. ++++ gnome-bluetooth: - Update to version 3.8.0: + Updated translations. ++++ gnome-calculator: - Update to version 3.8.0: + Fix Desktop file keyword translations. + Updated translations. ++++ gnome-control-center: - Update to version 3.8.0: + Updated translations. ++++ gnome-icon-theme: - Update to version 3.8.0: + system-shutdown. + scale icons to fit canvas better (bgo#694279). + beige folders. + emblem centering (bgo#695523). ++++ gnome-icon-theme-symbolic: - Update to version 3.8.0: + view-more wasn't clear when used. + goa-panel sizing. + semi-starred status (bgo#689098). - Add gnome-icon-theme-symbolic.pc.in as source file. It is missing in the 3.8.0 tarball. - Add libtool BuildRequires and call to autoreconf: the 3.8.0 tarball is somewhat broken. ++++ gnome-menus: - Update to version 3.8.0: + Add more java things to sundry. + Add im-chooser, power statistics and personal file sharing to sundry. + Remove special-casing for Fedora vendor prefixdd. + Updated translations. ++++ gnome-online-accounts: - Update to version 3.8.0: + Updated translations. ++++ gnome-packagekit: - Update to version 3.8.0: + Fix icon size of pk-wait 48x48 icon. + Updated translations. ++++ gnome-power-manager: - Update to version 3.8.0: + Updated translations. ++++ gnome-session: - Update to version 3.8.0: + Updated translations. ++++ gnome-settings-daemon: - Update to version 3.8.0: + Color: - Set the default profile locale to be en_US, not EN_us. + Cursor: - Fix crash with X.org prior to 1.14, requires a matching gnome-desktop release as well. + Power: - Fix state problems if gnome-shell crashes or is killed within the screensaver. + Updated translations. ++++ gnome-shell: - Update to version 3.8.0: + Remove blur and desaturation from lock screen (bgo#696322). + Remove scroll view fade near edges (bgo#696404). + dateMenu: Open calendar component when using Evolution (bgo#696432). + Fix unlocking on fast user switch (bgo#696287). + Tweak screen shield animation (bgo#696380). + Fix major memory leak when changing backgrounds (bgo#696157). + Misc bug fixes: bgo#696199, bgo#696212, bgo#696422, bgo#696447, bgo#696235. + Updated translations. ++++ gnome-shell-extensions: - Update to version 3.8.0: + Updated translations. ++++ gnome-system-monitor: - Update to version 3.8.0: + Updated translations. ++++ gnome-user-docs: - Update to version 3.8.0: + Updates to GNOME Help. + Updated translations. ++++ gtk3: - Update to version 3.8.0: + Bugs fixed: bgo#674759, bgo#695493, bgo#696051, bgo#696171, bgo#696202, bgo#696232, bgo#696405, bgo#696546, bgo#696553. + Updated translations. ++++ haveged: - add autoconf to BuildRequires - explain the need for autoreconf - tag haveged-ppc.patch ++++ indic-fonts: - updated Lohit fonts to 20130130: * Released version 2.5.3 of All Lohit fonts with major enhancement and dropping Reserved Font Name. ++++ kernel-default: - Delete config/armv7hl/u8500. - commit 801a982 ++++ kernel-desktop: - Delete config/armv7hl/u8500. - commit 801a982 ++++ kernel-pae: - Delete config/armv7hl/u8500. - commit 801a982 ++++ libburnia: - updated libburn to version 1.2.8 * New cdrskin option --list_speeds * -toc and -minfo now report about tracks in the incomplete session * New API call burn_disc_get_incomplete_sessions() * New burn_toc_entry component .track_status_bits * Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552). * Bug fix: On some drives the request for minimum speed yielded maximum speed * New cdrskin option --no_load * Bug fix: Speed setting had no effect on BD media * New API call burn_read_audio() * New API call burn_list_sev_texts() * New API call burn_write_opts_set_obs_pad(), ./configure - -enable-dvd-obs-pad * New cdrskin option --obs_pad * Bug fix: CD SAO sessions with data tracks started by an audio pause * Bug fix: CD tracks were perceived 2 sectors too short. Nice with TAO, bad with SAO. * Bug fix: cdrskin SIGSEGV if track source was added when no drive was available - updated libisoburn to version 1.2.8 * Bug fix: -tell_media_space altered the pointers to MD5 of data files which stem from a previous session. This produced false mismatches with -check_md5_r. * Bug fix: CD tracks were reported with the sizes of the tracks in the first session. * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. * Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing * New command -move * New -as mkisofs options -eltorito-id , -eltorito-selcrit * Bug fix: SIGSEGV by uninitialized local variable with - check_media patch_lba0="on". Regression by version 1.0.6 * Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from writing MBR partition table entries of type 0xef * Bug fix: -rollback did not work if indev and outdev were empty * New API calls Xorriso_parse_line() and Xorriso__dispose_words() * New API calls Xorriso_fetch_outlists() and Xorriso_peek_outlists() * New API call Xorriso_start_msg_watcher() * New API calls Xorriso__severity_cmp() and Xorriso__severity_list() * New API calls Xorriso_sieve_add_filter, * Xorriso_sieve_get_result, Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big * New -boot_image partition_cyl_align mode "all" * New -blank mode prefix "force:" * New -osirrox settings "blocked" and "unblock" * New command -lns for creating symbolic links * New command -toc_of * New command -msg_op * New command -launch_frontend * Proof-of-concept of a GUI frontend program: xorriso-tcltk written in Tcl/Tk. * New API call isoburn_igopt_set_hfsp_serial_number() * New API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp * New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size() * New -check_media option async_chunks= * New xorriso command -write_type * New xorriso command -rockridge * New xorriso command -hfsplus * New -find tests -has_hfs_crtp, has_hfs_bless * New -find actions set/get_hfs_crtp, set/get_hfs_bless * New -find test -disk_path * New -boot_image bootspec hfsplus_serial= * New -boot_image bootspecs hfsplus_block_size= and apm_block_size= * New -boot_image bootspecs efi_boot_part, prep_boot_part, chrp_boot_part * Command -hide allows hiding in HFS+ filesystem * New -as cdrecord options -tao -sao -dao * New -as mkisofs option -log-file * New -as mkisofs option --norock * New -as mkisofs option -hfsplus * New -as mkisofs option -hfsplus-file-creator-type * New -as mkisofs options -hfs-bless and -hfs-bless-by * New -as mkisofs option -hfsplus-serial-no * New -as mkisofs options -hfsplus-block-size and -apm-block-size * New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list * New -as mkisofs options -prep-boot-part, -efi-boot-part, - chrp-boot-part * New -as mkisofs options -isohybrid-gpt-basdat, - isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus * Bug fix: Memory corruption when reading bootable image that was truncated * Bug fix: -update deleted MD5 of files of which only attributes had changed - updated libisofs to version 1.2.8 * New API call iso_image_get_pvd_times(). * Bug fix: Image size prediction altered the pointers to MD5 of data files which stem from a previous session. * Bug fix: Reading damaged Rock Ridge data could cause SIGSEGV by NULL. * Bug fix: Appended partitions did not obey cylinder alignment * Bug fix: Non-zero partition offset zeroized the MBR copies of GPT partition table entries * Bug fix: Isohybrid production without any boot image led to SIGSEGV by NULL * Bug fix: Prevented a memory fault when reading damaged Rock Ridge information * Bug fix: Memory corruption when reading bootable image that was truncated before the storage location of the boot catalog * Bug fix: Symbol iso_fs_global_id was missing in libisofs.ver. * Bug fix: Volume descriptors of Joliet and ISO 9660:1999 beared non-zero Effective Date, involuntarily restricting the early end of their lifetime. * Bug fix: File Structure Version field of ISO 9660:1999 Enhanced Volume Descriptor was 1 instead of 2. * Bug fix: The separator dot of Joliet names was byte swapped on big-endian machines. * Bug fix: Joliet name comparison was done as signed bytes and thus produced a peculiar sorting order. * Bug fix: Partition cylinder alignment worked only if both, El Torito and application provided system area data were present. * New API function iso_write_opts_set_hfsplus * New API functions iso_hfsplus_xinfo_func(), iso_hfsplus_xinfo_new(), and new struct iso_hfsplus_xinfo_data. * New API call iso_write_opts_set_hfsp_serial_number() * New API calls iso_image_hfsplus_bless and iso_image_hfsplus_get_blessed(), and new public enum IsoHfsplusBlessings. * New API calls so_write_opts_set_prep_img(), iso_write_opts_set_efi_bootp() * New API call iso_write_opts_set_hfsp_block_size() * New API call iso_tree_resolve_symlink() * New system area sub type CHRP with iso_write_opts_set_system_area() * New option bits 2 to 8 for GPT and APM with el_torito_set_isolinux_options() * New flag bit with iso_node_set_attrs() to protect namespace "isofs" * New IsoHideNodeFlag value LIBISO_HIDE_ON_HFSPLUS - added new subpackage libburnia-tools-x11 for GUI tools so that libburnia-tools does not depend on X11 ++++ enca: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ enchant: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ libgweather: - Update to version 3.8.0: + Updated translations. ++++ icu: - Update to new upstream release 51 * Collation tailorings put native script first; non-Gregorian calendar formats are more consistent; * Date format/parse now supports CLDR short weekday names * Support DisplayContext for date formatting, locale display names * Support new timezone pattern characters in LDML spec * Support for “dangi” Korean luni-solar calendar * Add CompactDecimalFormat and TerritoryContainment APIs * ICU50 regression fix: Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse * ICU50 regression fix: UNUM_PARSE_INT_ONLY no longer handled grouping separator - Recompress to xz to save space ++++ mutter: - Update to version 3.8.0: + Address major memory leak when changing backgrounds (bgo#696157). + Updated translations. ++++ ncurses: - Add ncurses patch 20130324 + build-fix for libtool configuration (reports by Daniel Silva Ferreira and Roumen Petrov). - Add ncurses patch 20130323 + build-fix for OS X, to handle changes for --with-cxx-shared feature (report by Christian Ebert). + change initialization for vt220, similar entries for consistency with cursor-key strings (NetBSD #47674) -TD + further improvements to linux-16color (Benjamin Sittler) - Add ncurses patch 20130316 + additional fix for tic.c, to allocate missing buffer space. + eliminate configure-script warnings for gen-pkgconfig.in + correct typo in sgr string for sun-color, add bold for consistency with sgr, change smso for consistency with sgr -TD + correct typo in sgr string for terminator -TD + add blink to the attributes masked by ncv in linux-16color (report by Benjamin Sittler) + improve warning message from post-load checking for missing "%?" operator by tic/infocmp by showing the entry name and capability. + minor formatting improvement to tic/infocmp -f option to ensure line split after "%;". + amend scripting for --with-cxx-shared option to handle the debug library "libncurses++_g.a" (report by Sven Joachim). - Add ncurses patch 20130309 + amend change to toe.c for reading from /dev/zero, to ensure that there is a buffer for the temporary filename (cf: 20120324). + regenerated html manpages. + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302). + updated some autoconf macros: + CF_ACVERSION_CHECK, from byacc 1.9 20130304 + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217 + add configure option --with-cxx-shared to permit building libncurses++ as a shared library when using g++, e.g., the same limitations as libtool but better integrated with the usual build configuration (Redhat 911540). + modify MKkey_defs.sh to filter out build-path which was unnecessarily shown in curses.h (Debian #689131). - Add ncurses patch 20130302 + add section to terminfo manpage discussing user-defined capabilities. + update manpage description of NCURSES_NO_SETBUF, explaining why it is obsolete. + add a check in waddch_nosync() to ensure that tab characters are treated as control characters; some broken locales claim they are printable. + add some traces to the Windows console driver. + initialize a temporary array in _nc_mbtowc, needed for some cases of raw input in MinGW port. - Make it build even with shared libncurses++ and its demo test program ++++ pango: - Update to version 1.34.0: + No changes. ++++ libpeas: - Update to version 1.8.0: + Misc bugfixes. + Updated translations. ++++ libstorage: - fix wrong handling of shrinking swap (bnc#803800) - restructured handling of resizing of existing fs ++++ totem-pl-parser: - Update to version 3.4.4: + Remove dependency on newer versions of glib. + Fix overescaping of URIs in XSPF playlists. + Add support for the itmss URI scheme. + Require gmime 2.6. + Fix small memory leak in totem_pl_parser_can_parse_from_data(). + Add read and write support for Totem XSPF extensions. + Send content-type along with playlist-started/-ended signals for PLS, M3U and XSPF playlist types. ++++ usbmuxd: - Add systemd unit file for usbmuxd and activate it from the udev rules file. This fixes bnc#811801. - Added 0001-Add-support-for-automatic-activation-as-systemd-serv.patch ++++ vala: - Update to version 0.20.0: + Bug fixes and binding updates. ++++ yelp: - Update to version 3.8.0: + Stop checking for pangox and X11. + Updated translations. ++++ libyui-ncurses: - NCCheckBoxFrame: handle option `invertAutoEnable correctly, (bug-fix for authentication problem in iscsi-client bnc #805407) - V 2.43.4 ++++ libzypp: - Update zypp-po.tar.bz2 ++++ linux-glibc-devel: - Update to kernel headers from 3.9rc4 - linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch: needed refresh and update due to the addition of SOREUSEPORT ++++ man-pages-posix: - adjust url ++++ mlterm: - updated to 3.1.9: * Remove --enable-sixel option from configure, and add --disable-image option. That is, support sixel graphics by default unless configure with - -disable-image option. (w3m-remoteimg (https://bitbucket.org/arakiken/w3m/downloads) which doesn't depend on sixel graphics but on OSC 5379 show_picture also works on mlterm by default.) * Separate SSH client functions to a dynamically loaded module (libptyssh) in platforms except win32. * Treat key strings of "main" configuration file case-insensitively. (Both encoding=utf8 and ENCODING=utf8 are available.) * Assign -M and -P options as the short options of --im and --clip. * Add "allow_change_shortcut" (--shortcut) option which enables "set_shortcut" command of configuration protocol. * Bug fixes: Fix the conflict of DCS(0x90) and the first byte of SJIS, GBK and so on. Fix the bug which disabled input and output of pty when configuration program such as mlconfig is started. Encode input character masked with 0x80 to the character encoding of pty if the value of mod_meta_mode option is 8bit. (Thanks to Vladimir Elisseev) Fix the bug which disabled Alt+symbol and Control+@ in win32. Fix the bug which disabled some shortcut key settings. etc. see doc/en/ReleaseNote ++++ mousetweaks: - Update to version 3.8.0: + Updated translations. ++++ mtools: - updated to 4.0.18: * Fix for names of iconv encodings on AIX * Fix mt_size_t on NetBSD * Fixed compilation on Mingw * Fixed doc (especially mformat) * Fix mformat'ing of FAT12 filesystems with huge cluster sizes * Minfo prints image file name in mformat command line if an image file name was given * Always generate gzip-compressed RPMs, in order to remain compatible with older distributions * Fixed buffer overflow with drive letter in mclasserase - extended fat-bits.patch: add fat_bits parameter again to fat_read() and old_fat_read(); it is candidate to drop though ++++ nautilus-sendto: - Update to version 3.8.0: + Updated translations. ++++ totem: - Update to version 3.8.0: + Updated translations. ++++ openvpn: - Remove _unitdir definition, it is provided by systemd. - Install service file without x permissions ++++ orca: - Update to version 3.8.0: + Fix for bgo#696334 - traceback when analyzing a checkbox for the flat review context. + Updated translations. ++++ python-atspi: - Update to version 2.8.0: + No changes since version 2.7.91. ++++ python3-atspi: - Update to version 2.8.0: + No changes since version 2.7.91. ++++ wdiff: - updated to 1.2.1: * Added Esperanto translation. * Updated Czech, German, Spanish, Finnish, Galician, Italian, Dutch, Polish, Slovenian, Serbian, Swedish, Ukrainian and Vietnamese translations. * Updated gnulib. * Recreated build system using recent versions of autotools. This will avoid security issues in "make distcheck" target. (CVE-2012-3386) ++++ xf86-input-evdev: - Update to version 2.8.0: Not a whole lot of new things happening here, mostly cleanup and various misc fixes. Most bugfixes have already found their way into the 2.7.x releases. - Notable changes: + axis swap/inversion and calibration is now possible for touch events too (#59340) + maintainer-mode is now always enabled + evdev uses sigsafe logging if available - Remove upstreamed patches: + evdev_move-valuator-swapping-into-a-helper-function.patch (patch0) + evdev_move-calibration-asjustments-to-helper-function.patch (patch1) + evdev_handle-axis-swap-calibration-and-inversion-for-touch-events.patch (patch2) ++++ xkeyboard-config: - u_zhe-dze.patch The key (z on US keyboard) should give dze (Ѕ [capital] / ѕ) but it gives zhe (Ж [capital] / ж) (bnc#780230) ++++ yast2-iscsi-server: - version 2.24.0 - Use /etc/iet/ietd.conf instead of /etc/ietd.conf (bnc#800956) ++++ yast2-storage: - allow mountby id in /etc/fstab for md devices (bnc#811619) ++++ yelp-xsl: - Update to version 3.8.0: + Added "center" style hint for block title and desc. + Updated translations. ++++ zenity: - Update to version 3.8.0: + Timeout option overriding normal exit code (bgo#674881) + Replaced string 'could' to start with an Uppercase (bgo#687180) + Updated translatons. ++++ zypper: - Update zypper-po.tar.bz2 - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-3-25 - Mar 25 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox-branding-openSUSE: - modified file locations for Firefox 21 and above ++++ aaa_base: - Remove boot.localnet also from spec file - Update version number to 13.1 - Update to git head: * Remove boot.localnet * Revert "rc.status: allow to pass options to systemctl using SYSTEMCTL_OPTIONS" SYSTEMCTL_OPTIONS is now handled directly by systemctl. ++++ anjuta: - Update to version 3.8.0: + Updated translations. ++++ audit-secondary: - Buildrequires cap-ng library ++++ autoyast2: - prevent kill of autoyast-initscripts.service by systemd (fix is by joschibrauchle@gmx.de, bnc#803577) ++++ baobab: - Update to version 3.8.0: + Updated translations. ++++ cheese: - Update to version 3.8.0: + Updated translations. ++++ dbus-1-glib: - Update to version 0.100.2: + Respin tarball. ++++ dconf: - Update to version 0.16.0: + Set G_LOG_DOMAIN so that 'dconf' shows in GLib log messages. + Updated translations. ++++ devhelp: - Update to version 3.8.0: + Bugs fixed: bgo#696367, bgo#695455. + Updated translations. ++++ diffutils: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ dmidecode: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ dosfstools: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ empathy: - Update to version 3.8.0: + bgo#604975: Lack of overview for those new to IM. + Updated documentation. + Updated translations. - Disable parallel build for now. There are random issues observed with the gobject-introspection parts. ++++ eog: - Update to version 3.8.0: + Updated translations. ++++ perl-Image-ExifTool: - Update to Version 9.13 (production release) - Added ability to read FileInodeChangeDate (non-Windows only) - API Changes: - Enhanced SetFileModifyDate() to write FileCreateDate (Windows only) - Added RequestAll option - Fixed problem in SetNewValue when setting the Raw value of some tags - Enhanced GetValue() to allow return of 'Rational' value - Numerous device support and other improvements - see Changes file ++++ file-roller: - Update to version 3.8.0: + Updated translations. ++++ gcr: - Update to version 3.8.0: + Fix crash when hashing an unsupported attributes (bgo#696305). + Updated translations. ++++ gedit: - Update to version 3.8.0: + Improvements in docs. + Misc bufixes. + Updated translations. ++++ glib2-branding-openSUSE: - Drop org.gnome.settings-daemon.plugins.power/sleep-display-ac setting: it's no longer known by GNOME 3.8. ++++ glib-networking: - Update to version 2.36.0: + Updated translations. ++++ gnome-clocks: - Update to version 3.8.0: + Updated translations. ++++ gnome-contacts: - Update to version 3.8.0: + Updated translations. ++++ gnome-documents: - Update to version 3.8.0: + Updated translations. ++++ gnome-font-viewer: - Update to version 3.8.0: + Updated translations. ++++ gnome-keyring: - Update to version 3.8.0: + Updated translations. ++++ gnome-klotski: - Update to version 3.8.0: + Updated translations. ++++ vte: - Update to version 0.34.3: + Introspection fixes (bgo#676999, bgo#690003). + Build fixes (bgo#690554). + Portability fixes (bgo#694494). + Updated translations. ++++ gnome-screenshot: - Update to version 3.8.0: + Updated translations. ++++ gnome-settings-daemon: - Fix gnome-settings-daemon-bnc462640-mute-action.patch: At some point the schema changed and even though the patch applied, it was at the wrong point in the schema. ++++ nautilus: - Update to version 3.8.0: + Fix inconsistency in handling of NoDisplay=true applications. + Updated translations. ++++ seahorse: - Update to version 3.8.0: + Updated translations. ++++ gnome-terminal: - Update to version 3.8.0: + Bug fixes. + Updated translations. ++++ gnome-themes-standard: - Update to version 3.8.0: + Update HC icons from gnome-icon-theme-symbolic. + Updated translations. ++++ gnome-user-share: - Update to version 3.8.0: + Updated translations. ++++ grub2: - extraconfigure macro is not defined on ppc ++++ gsettings-desktop-schemas: - Update to version 3.8.0: + Updated translations. ++++ gucharmap: - Update to version 3.8.0: + Bug fixes. + Updated translations. ++++ gvfs: - Update to version 1.16.0: + cdda: - Fix warnings for each track on the CD. - Remove unneeded function argument. - Remove leading '/' from the filenames. + mtp: Switch to version based checks for new libmtp features. + trash: - Use the symbolic names for trash:: attributes. - Update expected gvfs-mount -li output. + Updated translations. ++++ kernel-default: - Updated to 3.9-rc4. Eliminated 2 patches. - commit 894fec7 ++++ kernel-desktop: - Updated to 3.9-rc4. Eliminated 2 patches. - commit 894fec7 ++++ kernel-pae: - Updated to 3.9-rc4. Eliminated 2 patches. - commit 894fec7 ++++ kiwi: - moved the check for the Amazon EC2 toolkit after the check for the credentials. If no or not enough credentials are provided the bundling is skipped and that's not an error. Thus it's ok to miss ec2-bundle-image at that point so the check needs to be done after successfully checking for the pre-conditions - fixed addBootEFILive function to work for 32bit ISO's + the boot path was hardcoded to boot/x86_64. With this patch the path to the bootloader files is searched ++++ libX11: - Update to version 1.5.99.901 (1.6 RC1): + Remove upstreamed patches: bug153744.diff (patch1) p_new-locales.diff (patch4) p_khmer-locale.diff (patch8) Xcms.diff (patch17) compose-zh_CN.UTF-8.diff (patch18) + Changed patches: bug-239698_libx11.diff (patch10) bug-221326-xim-sync.patch (patch13) en-locales.diff (patch15) ++++ audit: - --with-libcap-ng=yes has no effect if libcap-ng is not buildrequired and the lack of those requires causes a broken configure script after autoreconf add pkgconfig(libcap-ng) to both audit and audit-secondary, cap-ng is actually only use in the latter. - Version 2.2.3 - Code cleanups - In spec file, don't own lib64/audit - Update man pages - Aureport no longer reads auditd.conf when stdin is used - Don't let systemd kill auditd if auditctl errors out - Update syscall table for 3.7 and 3.8 kernels - Add interpretation for setns and unshare syscalls - Code cleanup (Tyler Hicks) - Documentation cleanups (Laurent Bigonville) - Add dirfd interpretation to the *at functions - Add termination signal to clone flags interpretation - Update stig.rules - In auditctl, when listing rules don't print numeric value of dir fields - Add support for rng resource type in auvirt - Fix aulast bad login output (#922508) - In ausearch, allow negative numbers for session and auid searches - In audisp-remote, if disk_full_action is stop then stop sending (#908977) ++++ clutter: - Update to version 1.14.0: + Updated translations. ++++ cogl: - Update to version 1.14.0: + New snippet hook location for adding global definitions that can be shared amongst other snippets. + Fixed some cases where it's not possible to reference the builtin cogl_sampler* uniforms from a snippet. + Fixes for building on Visual Studio. + Fixed a problem with the workaround for the viewport bug in Mesa which could leave a broken scissor when switching between different sized framebuffers. + Fix some cases where the depth buffer wouldn't get cleared in cogl_framebuffer_clear*. + Fix for leaking pipelines and textures when a pipeline is copied but all of its layer properties are replaced. + Fix for interleaving snippets with different hook points. + The Cogland example Wayland compositor has been updated to the Wayland 1.0 API. + Bugs fixed: bgo#686770, bgo#694537, bgo#694657. ++++ libcryptui: - Update to version 3.8.0: + no changes from previous release. ++++ libdrm: - Remove unneeded dependency on libkms-devel ++++ gc: - update to 7.2d + no upstream changelog available, but bring it two years further up to date - remove all patches. All upstream meanwhile - fix packaging of atomic_ops.pc ++++ libgnome-keyring: - Update to version 3.8.0: + Updated translations. ++++ gtksourceview: - Update to version 3.8.0: + Add Libtool versioning. There was an ABI break during this development cycle, because some private functions were accidentally exported. So the Libtool's -version-info is bumped from 0:0:0 to 1:0:0. On GNU/Linux, this results in a version bump of the soname. + Updated translations. - rename libgtksourceview-3_0-0 subpackage to libgtksourceview-3_0-1, following upstreams soname bump. ++++ openldap2-client: - Put static libs into openldap2-devel-static and relieve openldap2-devel of static-only deps ++++ python-gobject: - Update to version 3.8.0: + tests: Fix incorrect assumption when testing pyglib version. ++++ python3-gobject: - Update to version 3.8.0: + tests: Fix incorrect assumption when testing pyglib version. ++++ libsoup: - Update to version 2.42.0: + Fixed a compiler warning on 32bit in a test program. + Updated translations. ++++ libvdpau: - Drop libvdpau-alway-workaround-libflash.patch: while this fixes flash plugin, it breaks all the other apps. (bnc#811360) ++++ seahorse-nautilus: - Update to version 3.8.0: + No changes since previous release. ++++ openldap2: - Put static libs into openldap2-devel-static and relieve openldap2-devel of static-only deps ++++ openvpn: Update to version 2.3.0: * Full IPv6 support * SSL layer modularised, enabling easier implementation for other SSL libraries * PolarSSL support as a drop-in replacement for OpenSSL * New plug-in API providing direct certificate access, improved logging API and easier to extend in the future * Added 'dev_type' environment variable to scripts and plug-ins - which is set to 'TUN' or 'TAP' * New feature: --management-external-key - to provide access to the encryption keys via the management interface * New feature: --x509-track option, more fine grained access to X.509 fields in scripts and plug-ins * New feature: --client-nat support * New feature: --mark which can mark encrypted packets from the tunnel, suitable for more advanced routing and firewalling * New feature: --management-query-proxy - manage proxy settings via the management interface (supercedes --http-proxy-fallback) * New feature: --stale-routes-check, which cleans up the internal routing table * New feature: --x509-username-field, where other X.509v3 fields can be used for the authentication instead of Common Name * Improved client-kill management interface command * Improved UTF-8 support - and added --compat-names to provide backwards compatibility with older scripts/plug-ins * Improved auth-pam with COMMONNAME support, passing the certificate's common name in the PAM conversation * More options can now be used inside blocks * Completely new build system, enabling easier cross-compilation and Windows builds * Much of the code has been better documented * Many documentation updates * Plenty of bug fixes and other code clean-ups - Add systemd native support for OpenSUSE > 12.1 - Adapt patchs to upstream release: * openvpn-2.1-plugin-man.dif > openvpn-2.3-plugin-man.dif * openvpn-2.1.0-man-dot.diff > openvpn-2.3.0-man-dot.diff - Remove obsolete patchs; fixed or merged on upstream release: * 0001-Use-SSL_MODE_RELEASE_BUFFERS-if-available.patch * openvpn-2.1-plugin-build.dif * openvpn-2.1-systemd-passwd.patch - Rebase specfile to upstream changes: * easy-rsa is not provided anymore with main package * remove %clean section * autoreconf -fi is no needed - Update openvpn.keyring file for upstream release asc key ++++ python-kde4: - Split out sub-packages for seldomly-used modules that also have heavy requirements: akonadi, khtml, knewstuff, phonon, plasma, nepomuk, soprano - Merge common package into devel package. This previously made little sense and the devel package was empty - Proper update-alternatives for Python3 - ldconfig shouldn't be needed - %py_requires isn't really needed (especially not for Py3 / oS) ++++ yum: - speedup createrepo changelog code (bnc#810074) add yum-3.4.3-speedup-bnc810074.patch remove obsolete yum-3.4.3-disable-annoying-debuginfo.patch ++++ rpm: - debugedit-aarch64.diff: handle aarch64 relocation ++++ sushi: - Update to version 3.8.0: + Updated translations. ++++ tomboy: - Update to version 1.14.0: + Updated translations. ++++ update-alternatives: - update to 1.16.10 * Fix update-alternatives test suite to behave correctly on non-Debian binary paths. Known to be affecting at least Gentoo and Mac OS X. * Do not leak subcall command arguments in update-alternatives. * Fix segfault on update-alternatives when passing --slave without any action at all. lp#1037431 ++++ vinagre: - Update to version 3.8.0: + Updated translations. ++++ vino: - Update to version 3.8.0: + Updated translations. ------------------------------------------------------------------ ------------------ 2013-3-24 - Mar 24 2013 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - fix baselibs.conf ++++ brltty: - Don't build ocaml bindings on aarch64 ++++ cryptsetup: - Remove excessive dependencies of libcryptsetup-devel (it does not require any of these) ++++ evolution: - Update to version 3.8.0: + Updated translations. ++++ evolution-data-server: - Update to version 3.8.0: + Miscellaneous Changes: Clean testing work directory. + Updated translations. ++++ gdl: - Update to version 3.8.0: + Updated translations. ++++ gnome-phone-manager: - Update to version 0.69: + Updated translations. - Clean up spec a bit. ++++ gtk3: - Add build_wayland_backend define and set it to 1. Build the wayland backend. - Conditionally, based on %{build_wayland_backend}, + Pass --enable-wayland-backend to configure. + BuildRequire pkgconfig(wayland-client, wayland-cursor and xkbcommon). - Add gtk3-find-wayland-includedir.patch, build does not find our wayland headerfiles since they are in a non standard includedir (bgo#696507). ++++ mozilla-nss: - disable tests with expired certificates (nss-disable-expired-testcerts.patch) - add SEC_PKCS7VerifyDetachedSignatureAtTime using patch from mozilla tree to fulfill Firefox 21 requirements (bug-834091.patch; bmo#834091) ++++ libgexiv2: - Update to version 0.6.1: + Increases the libtool so version to 2.0.0 to reflect ABI changes introduced in 0.6.0. - Rename libgexiv2-1 subpackage to libgexiv2-2, following upstreams soname bump. ++++ freeglut: - freeglut only directly depends on gl/glu, nothing else ++++ webkitgtk: - Add webkitgtk-sentinel.patch: Fix missing sentinel brp error. ++++ webkitgtk3: - Add webkitgtk-sentinel.patch: Fix missing sentinel brp error. ++++ libmms: - libmms-nognetexport.patch: libmms exports functions that belong to gnome's gnet library, that will of course cause symbol clashes. We cannot just link to the system's gnet because it uses and slightly older API, just hide the symbols instead. ++++ pidgin: - Add pidgin-gstreamer1.patch: Port to GStreamer 1.0. Only enabled on openSUSE 13.1 and newer. - On openSUSE 13.1 and newer, use gstreamer-devel and gstreamer-plugins-base-devel BuildRequires. ++++ spice-gtk: - Drop pkgconfig(gstreamer-0.10) BuildRequires: the default audio output module is to use pulseaudio directly. ++++ wayland: - Update to new upstream release 1.0.6 * protocol: remove implicit attach semantics * client: Invoke new_id closure arguments as pointers instead of integers * client: Check reference count only for destroyed proxies * client: add wl_proxy_get_class() * scanner: Fix 'destroy)' typo in check for destroy request presence * scanner: remove list_length in favor of wl_list_length * connection.c: Align pointer extra storage correctly ++++ wxWidgets: - Update dependencies for wxWidgets-devel: Mesa no longer bundles GL ++++ sbl: - sbl-nostrip.patch: don't strip binaries ++++ screen: - Patch screen_enhance_windows_list_1_3.patch changed wW string escapes in an unintended way. Fix this by ignoring longflg and behave the way wW string esacpes behaved with adding addtional L escape. (So %w is now what %Lw was before all these changes. This should be a minor, acceptable change as it was undocumented and it buys quite some code cleanup with it.). Patch is: screen_fix_wW_string_escapes_to_nearly_old_behavior.patch ++++ simple-scan: - Update to version 3.6.1: + Fix scan no longer working after an ADF scan completes (lp#1097096). + Fix erroneous warning about failing to set ADF source. ++++ squid: - Fixed squid.service - Removed commented patch lines ------------------------------------------------------------------ ------------------ 2013-3-23 - Mar 23 2013 ------------------- ------------------------------------------------------------------ ++++ grub2: - corretly set chainloaded image device handle in secure boot mode (bnc#809038) ++++ gstreamer: - Update to version 1.0.6: + bin: reset GValue from iterator after usage, fixing leak. + pipeline: fix seeking on pipeline with NULL clock. + message: accept NULL error argument in gst_message_parse_{error,warning,info}. + basesrc: handle renegotiation correctly. + basesink: handle sync of EOS after item without duration. + basetransform: avoid warnings from NULL outcaps passed to transform_size in shutdown race. + adapter, basesrc, typefind: handle gst_buffer_map failure. + queuearray: - fix gst_queue_array_drop_element(). - fix gst_queue_array_find(). + queue: remove query from queue if queue is flushing. + g-i: - make sure enumeration types and flags are introspected and available to bindings. - add allow-none annotation for gst_pipeline_new()'s name property. + Bugs fixed: bgo#684804, bgo#691185, bgo#691985, bgo#691986, bgo#692691, bgo#692868, bgo#693065, bgo#693587, bgo#693704, bgo#693996. ++++ gstreamer-plugins-bad: - Update to version 1.0.6: + audiovisualizer: fix improper video frame clear operation. + codecparsers: - h264: . add inferred value for slice_beta_offset_div2. . zero-initialize SPS VUI parameters. - mpeg2: . add helpers to convert quantization matrices. . store quantization matrices in zigzag scan order. - vc1: . fix bitplanes decoding. . fix calculation of ALTPQUANT. . fix parser for DQPROFILE in VOPDQUANT. . fix VOPDQUANT parser for DQUANT == 2 + curltlssink: set correct level of SSL for the transfer. + decklink: port to 1.0 + dvbsrc: handle EINTR from poll. + dvdspu: fix rendering of PGS windows with left != 0 + eglglessink: port to 1.0 + element-maker: update for 1.0 + gdppay: fix buffer leak when new caps are same as old caps. + interlace: fix negotiation for true interlaced modes. + opensles: Port to 1.0 + opusdec: clear the state of the decoder. + opusenc: fix crash when setting "cbr" property when encoder is not running yet. + opuspay: fix timestamps. + tsdemux: expose VC1 streams with missing descriptor. + Bugs fixed: bgo#681818, bgo#690738, bgo#692010, bgo#692265, bgo#692267, bgo#692270, bgo#692271, bgo#692273, bgo#692312, bgo#692698, bgo#692859, bgo#692929, bgo#693000, bgo#693146, bgo#693212, bgo#693300, bgo#693324, bgo#695655. ++++ gstreamer-plugins-base: - Update to version 1.0.6: + adder: fix setting caps via the "caps" property. + alsasink: don't use 100% CPU. + appsrc: fix locking order. + encodebin: sync muxer state with parent bin so encodebin can be added dynamically to pipeline. + libvisual: fix improper video frame clear operation. + pango: fix attribute list handling. + playbin: - fix playsink caps handling so that converters get plugged when needed. - fix subtitleoverlay caps handling to avoid not-negotiated errors when plugins are missing. + videoscale: Correct DAR and border calculations. + ximagesink: fon't access structures of EMPTY caps. + typefinding: fix y4m caps. + build: fix build with automake 1.13. + Bugs fixed: bgo#688476, bgo#688803, bgo#690937, bgo#691687, bgo#693224, bgo#693372, bgo#693981, bgo#696019. ++++ gstreamer-plugins-good: - Update to version 1.0.6: + auparse: fix caps leak. + avidemux: push mode: handle some more 0-size buffer cases. + deinterlace: fix infinite loop on EOS with non-default methods or fields. + dvdemux: don't return FALSE when dropping sink events, fixes flow errors. + level: send a last message on EOS. + mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end. + osxvideosink: - Fix crash in osxvideosink with external window output. - Make GstGLView propagate input events to its parent view. - Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones. + pulsesink: don't error out if pa_stream_proplist_update() with new tags fails. + qtdemux: - fix potential crash on short MOOV atom. - fix sample leak when processing private qt tags. - push mode: only parse moov 1 once. - skip disabled tracks. + qtmux: set stream language code from tag. + rtph264pay: Don't use upstream caps with peer_query_caps(). + rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional. + rtpptdemux: forward sticky events and then set caps. + rtpsession: Fix wrong code organisation in case of collision. + rtspsrc: - flush connection when stopping. - only EOS when our source sends BYE. + rtspsrc: save the stream SSRC. + v4l2: - don't check stride for encoded formats. - fix compilation against newer kernel headers as on FC19. + videomixer2: avoid caps leak. + videomixer: fix eos timestamp check. + ximagesrc: Set the pixel aspect ratio correctly in the caps. + build: - allow calling autogen.sh from out-of-tree. - fix build with automake 1.13. + Bugs fixed: bgo#628790, bgo#656068, bgo#675453, bgo#678429, bgo#684924, bgo#684944, bgo#688935, bgo#689809, bgo#691484, bgo#691570, bgo#691580, bgo#691832, bgo#692309, bgo#692786, bgo#692935, bgo#692950, bgo#693055, bgo#693173, bgo#693307, bgo#693373, bgo#694010, bgo#694184, bgo#694275, bgo#695629, bgo#695643, bgo#695644, bgo#696355, bgo#696358. ++++ libpgf: - Added a patch "automake-1.13.patch" to fix build with automake 1.13. - Fix build in SLE 11 SP2 and openSUSE 11.4. ++++ libraw1394: - Update to version 2.1.0: + Behavior changes of the backend to firewire-core: - The isochronous reception buffer is now mapped read/writable rather than read-only. - Decrease memory footprint of IR and IT buffers by avoiding some internal rounding up of the buffer size. + New APIs in : - raw1394_add_config_rom_descriptor(): Add contents to the Configuration ROM of the local node(s). At runtime, this API is only available if running on top of firewire-core. - raw1394_remove_config_rom_descriptor(): Counterpart to raw1394_add_config_rom_descriptor(). - raw1394_read_cycle_timer_and_clock(): Like the existing raw1394_read_cycle_timer(), but lets the caller choose between CLOCK_REALTIME, CLOCK_MONOTONIC, or CLOCK_MONOTONIC_RAW. - raw1394_get_speed(): Returns the speed code of the maximum possible transmission speed between a given node and the local node. - enum raw1394_iso_speed was extended by RAW1394_ISO_SPEED_800, _1600, and _3200. + New APIs in : Added preprocessor constants L1394_SPEED_BETA, L1394_SPEED_800, _1600, and _3200. + testlibraw1394: Added unit tests of the new APIs. - Changes from version 2.0.9: + Fix that raw1394_iso_recv_flush() did not have any effect when running on firewire-core alias juju kernel drivers. This fix needs kernel 3.4 or later at runtime. + Remove build-time dependency on linux-headers. + Remove --with-fw-dir configure switch which is no longer useful + Janitorial fixes. - Changes from version 2.0.8: + Performance improvement: Configuration ROM access via raw1394_read() is dramatically faster and very robust now. + Interoperability fix: Internally retry raw1394_read/write/lock/lock64() after ack-busy response. + Small bug fixes. ++++ sunpinyin: - sunpinyin-aarch64.patch: get endianess for aarch64 ++++ nano: - Update to version 2.3.2: * vim-style file locking (though not backup/restore), useful when using nano in a multi-editor environment. * Additional support for word boundary checking when cross compiling. * Fixes for trying to go to an invalid line number. * Documentation tweaks. ++++ remmina: - enable TLS-support in VNC plugin (bnc#804320) - add remmina-fix-scrolling-in-vnc-plugin.patch which fixes scrolling in the VNC plugin (backport from upstream git) - add remmina-close-ssh-tunnel-on-disconnect.patch in order to close SSH tunnels on disconnect and avoid freezing (backport from upstream git) - remmina-fix-window-resize.patch which fixes resizing the window (backport from upstream git) - add remmina-fix-fullscreen-with-multiple-monitors.patch which fixes fullscreen mode with multiple monitors (backport from upstream git) ++++ xf86-input-wacom: - update to release 0.20.0 - U_Resume-button-events-for-pucks.patch * Resume button events for pucks (bnc#809182) - U_Consolidate-calls-to-wcmEvent-into-one-statement.patch * required for previous patch ++++ xf86-video-intel: - Update to version 2.21.5: + Haswell reintroduces a command to load the scanline window from the command stream and so requires its own specialised wait-for-vsync routine. Failure to do so was then causing hangs when trying to do tearfree video or use a compositor. + Prevent buffer leak if a non-fullscreen Window is closed with multiple pending swap events. + Fix offset transformation for fallback gradient paths (fdo#62198). + Prevent Glamor from crashing if misconfigured. + Prevent UXA from crashing if torn down during PreInit. + Prevent miscompilation with different functional units having different compiler flags. (fdo#62198) + Fix rendering of CompositeTriFan with recent Xorg. + Apply the video src-offset fix highlighted in the last release (fdo#62343). + Fix rendering of multiple glyphs to very large destination surfaces (lp#1156387). + Fix scanline waits for Haswell (lp#1156679). ------------------------------------------------------------------ ------------------ 2013-3-22 - Mar 22 2013 ------------------- ------------------------------------------------------------------ ++++ boost: - Rename manpages to avoid conflict with other packages ++++ gcc48: - Update to GCC 4.8.0 release. ++++ crda: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ createrepo: - added createrepo-0.9.9-worker-clog_limit.patch in order to fix "creatrepo --changelog-limit ..." ++++ cronie: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ cups: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ cvs: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ dejavu-fonts: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ file: - Update to file version 5.14 (also mainly bug fixes) * fix recursive magic separator printing * limit recursion level for mget * fix pread() related breakage in cdf * handle offsets properly in recursive "use" - Remove patch file-5.13-return.patch ++++ gtk-vnc: - license update: LGPL-2.1+ Consolidate licenses ++++ harfbuzz: - Update to version 0.9.14: + Build fixes. + Fix time-consuming sanitize with malicious fonts. + Implement hb_buffer_deserialize_glyphs() for both json and text. + Do not ignore Hangul filler characters. + Indic fixes: - Fix Malayalam pre-base reordering interaction with post-forms. - Further adjust ZWJ handling. ++++ kiwi: - follow up to driver data migration into new XML data structure + implement KIWIProfileFile class to represent data in the .profile file. This class allows us to gradually move data that is processed in the XML changeset and ends up in .profile without duplicating code in other places - remove attempt to write kiwi_luks to the .profile file + kiwi_luks is not used, no longer needed - add diffutils as build requires + diff needed by new unit tests - unit tests for new code ++++ krb5: - fix path to executables in service files (bnc#810926) ++++ lensfun: - Fix build for PPC64 ++++ aalib: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ audit: - remove sysvinit scripts. ++++ libffi48: - Update to GCC 4.8.0 release. ++++ libgcj48: - Update to GCC 4.8.0 release. ++++ libgcrypt: - add GPL3.0+ to License tag because of dumpsexp (bnc#810759) ++++ libgnome: - license update: LGPL-2.1+ No evidence of GPL-2.0+ in the package ++++ libgpod: - Move %{_libdir}/libgpod to sharp subpackage ++++ libnova: - Added a patch "automake-1.13.patch" to fix build with automake 1.13. ++++ os-prober: - add os-prober-probe-MD-devices.patch (bnc#811006) * probe also Linux MD devices ++++ polkit-default-privs: - add org.opensuse.policykit.gparted auth_admin (bnc#810888) ++++ python-httplib2: - Update to version 0.8: + Improved App Engine behavior ++++ python-keyring: - Recommend both python-gnomekeyring and python-kde4 needed for Gnome and KDE keyring implementations. ++++ yast2-network: - bnc#747844 - Extended bugfix. Initializes reasonable defaults for s390 specific variables when configuring device for the first time. Previous fix handled switching between interfaces only. - bnc#792985 - eth not set up during installation - previous bugfix was not working - Ported several fixes in YaPI: - fate#313309 - support for bonding and bridging (WebYaST) - bnc#790219 - fixed writting ifcfg for bonding through YaPI. More than two interfaces can be added into bond device. - YaPI: drop caches when reading network interfaces, make it stateless (bnc#790219#c33) - lslezak@suse.cz - bnc#790202 - workaround for forcing reconfiguration of bridge slaves - 2.24.17 ++++ yast2-vm: - bnc#810535 - YaST2 is lacking hypervisor installation support on s390x - 2.22.5 ------------------------------------------------------------------ ------------------ 2013-3-21 - Mar 21 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Don't enable xa on ppc and ppc64 - Fix glapi_dispatch #bfo56710 (u_mesa-glapi_dispatch.patch) ++++ php5: - updated to 5.4.13: Core: Fixed bug #64235 (Insteadof not work for class method in 5.4.11). Implemented FR #64175 (Added HTTP codes as of RFC 6585). Fixed bug #64142 (dval to lval different behavior on ppc64). Fixed bug #64070 (Inheritance with Traits failed with error). CLI server: Fixed bug #64128 (buit-in web server is broken on ppc64). Mbstring: mb_split() can now handle empty matches like preg_split() does. OpenSSL: Fixed bug #61930 (openssl corrupts ssl key resource when using openssl_get_publickey()). PDO_mysql: Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs). Phar: Fixed timestamp update on Phar contents modification. SOAP Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). Disabled external entities loading (CVE-2013-1643, CVE-2013-1824). SPL: Fixed bug #64264 (SPLFixedArray toArray problem). Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS). Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). Fixed bug #52861 (unset fails with ArrayObject and deep arrays). SNMP: Fixed bug #64124 (IPv6 malformed). - updated to 5.4.12: * dropped sqlite.so (no longer shipped with 5.4) * dropped t1lib support * dropped %{suse_version} 10.x support * see /usr/share/doc/packages/php5/UPGRADING or http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/UPGRADING for details * source changes: D php-5.2.9-BNC-457056.patch -- renamed to php5-BNC-457056.patch D php-5.3.0-bnc513080.patch -- there's no relevant code in exif.c D php-5.3.1-systzdata-v7.patch -- renamed to php5-systzdata-v7.patch D php-5.3.2-aconf26x.patch -- dropped, it is not needed yet D php-5.3.2-ini.patch -- renamed to php5-ini.patch D php-5.3.2-no-build-date.patch -- renamed to php5-no-build-date.patch D php-5.3.22.tar.bz2 -- old tarball D php-5.3.4-format-string-issues.patch -- renamed to php5-format-string-issues.patch D php-5.3.4-pts.patch -- renamed to php5-pts.patch D php-5.3.6-gcc_builtins.patch -- renamed to php5-gcc_builtins.patch D php-5.3.6-ini-date.timezone.patch -- part of php5-ini.patch D php-5.3.8-CVE-2011-4153.patch -- fixed in 5.4 branch D php-5.3.8-crypt-tests.patch -- renamed to php5-crypt-tests.patch D php-5.3.8-no-reentrant-crypt.patch -- renamed to php5-no-reentrant-crypt.patch A php-5.4.13.tar.bz2 -- new version tarball D php-cloexec.patch -- renamed to php5-cloexec.patch M php-suse-addons.tar.bz2 -- content of tar balls are actualy equal A php5-BNC-457056.patch -- renamed from php-5.2.9-BNC-457056.patch, not rebased A php5-cloexec.patch -- renamed from php-cloexec.patch, rebased A php5-sytzdata-v7.patch -- renamed from sytzdata-v7.pach, not rebased A php-format-string-issues.patch -- renamed from php5-5.3.4-format-string-issues.patch, not rebased A php5-crypt-tests.patch -- renamed from php-5.3.8-crypt-tests.patch, not rebased A php5-gcc_builtins.patch -- renamed from php-5.3.6-gcc_builtins.patch, not rebased A php5-ini.patch -- renamed from php-5.3.2-ini.patch, rebased A php5-mbstring-missing-return.patch -- new patch, missing return M php5-missing-extdeps.patch -- rebased A php5-no-build-date.patch -- renamed from php-5.3.2-no-build-date.patch, rebased A php5-no-reentrant-crypt.patch -- renamed from php-5.3.8-no-reentrant-crypt.patch, not rebased M php5-openssl.patch -- rebased M php5-phpize.patch -- rebased A php5-pts.patch -- renamed from php-5.3.4-pts.patch, not rebased A php5-suhosin-php54.patch -- patch on top of suhosin-0.9.33.tgz to work with php 5.4 M php5.changes -- this change log M php5.spec -- new version, etc D suhosin-patch-5.3.3-0.9.10.patch.gz -- dropped, seems not be used for some time ++++ bash: - Add patch from upstream mailing list to speed up array handling - Add patch from upstream mailing list to avoid fdleaks - Use lsdiff to determine the depth of the leading slashes in a patch file ++++ bison: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ bluez: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ boost: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ bridge-utils: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ bzip2: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ cifs-utils: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ coreutils: - Added url as source. Please see http://en.opensuse.org/SourceUrls - Fix multibyte issue in unexpand (rh#821262) (coreutils-i18n.patch: patch by Roman Kollár ) - Fix cut to terminate mbdelim string Otherwise, cut might do an unbounded strdup of the delimiter string in i18n mode (https://bugzilla.redhat.com/show_bug.cgi?id=911929) (coreutils-i18n.patch, from Mark Wielaard ) - Add su(1) again Now, su(1) will be provided via a symlink trick to the file installed with a ".core" suffix. By this, we can upgrade to 8.21 without having to wait for a util-linux version providing it. * coreutils-su.patch: Add cumulative su patch from previous Base:System version 8.17, ported to 8.21 build structure. This supersedes the following partial patches: coreutils-8.6-compile-su-with-fpie.diff, coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff, coreutils-8.6-log-all-su-attempts.diff, coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff, coreutils-8.6-pam-support-for-su.diff, coreutils-8.6-set-sane-default-path.diff, coreutils-8.6-update-man-page-for-pam.diff, coreutils-bnc#697897-setsid.patch. * pam, pam-devel: Add as requirements, also during build. * coreutils.spec (%description): Clarify that su is included although removed upstreams. (%install): Install su+kill files with suffix ".core". (%post): Move setting permissions on su from %posttrans to %install. (%posttrans): Create symlinks to files with ".core" suffix unless already existing. - Install kill(1) with the same symlink trick. - Remove now-obsolete patches and files: * coreutils-8.17.de.po.xz: * coreutils-8.17.tar.xz: Remove sources + translation of previous version * coreutils-acl-nofollow.patch: * coreutils-basename_documentation.patch: * coreutils-cp-corrupt-fragmented-sparse.patch: * coreutils-df-always-hide-rootfs.patch: * coreutils-skip-du-slink-test.patch: Fixed upstream. * coreutils-getaddrinfo.patch: * coreutils-misc.patch: * coreutils-no_silent-rule.patch: Remove test and build related patches. * coreutils-ptr_int_casts.patch: Remove because merged into coreutils-i18n.patch. - Add files: * coreutils-8.21.tar.xz: Add tarball of the new upstream version * coreutils-8.21.de.po.xz: Add language file. - Update patches: * coreutils-i18n.patch Merge some Fedora changes to keep the i18n patch like theirs. Fix and cleanup sort's multibyte test with incorporated test data. * coreutils-remove_hostname_documentation.patch - Add patch to build 'timeout' as PIE (OBS requires it). This patch actually was included in one of the old su patches. * new patch name: coreutils-build-timeout-as-pie.patch - Temporary disable some questionable patches (by commenting in the spec file): * coreutils-gl_printf_safe.patch * coreutils-8.9-singlethreaded-sort.patch - Change build / spec file: * Bump version from 8.17 to 8.21. * Fix macro invocation in "Provides" for stat. * Remove ancient "Obsoletes" entries. * Remove/add the above removed/added sources and patches. * Temporarily comment the code for statically linking LIB_GMP (as it does not work). * Remove -Wall from CFLAGS as it is already included in OBS' default options. * Remove the --without-included-regex option to use coreutils' regex implementation. * Remove custom gl_cv_func_printf_directive_n and gl_cv_func_isnanl_works. * Touch "man/*.x" to force the rebuild of the man pages. * Make sort's multi-byte test script executable in %check section. * Hardcode package name for "%find_lang" and "%files lang -f" lines. * In the %files section, add the COPYING and THANKS files. Furthermore, fix the path to the LC_TIME files. * Change package description to accomodate to added programs (hostid, nproc, realpath, stdbuf, truncate) and mention the hacky installation of programs to move (kill, su). - Update to 8.21 (2013-02-14) [stable] * * New programs numfmt: reformat numbers * * New features df now accepts the --output[=FIELD_LIST] option to define the list of columns to include in the output, or all available columns if the FIELD_LIST is omitted. Note this enables df to output both block and inode fields together. du now accepts the --threshold=SIZE option to restrict the output to entries with such a minimum SIZE (or a maximum SIZE if it is negative). du recognizes -t SIZE as equivalent, for compatibility with FreeBSD. * * Bug fixes cp --no-preserve=mode now no longer exits non-zero. [bug introduced in coreutils-8.20] cut with a range like "N-" no longer allocates N/8 bytes. That buffer would never be used, and allocation failure could cause cut to fail. [bug introduced in coreutils-8.10] cut no longer accepts the invalid range 0-, which made it print empty lines. Instead, cut now fails and emits an appropriate diagnostic. [This bug was present in "the beginning".] cut now handles overlapping to-EOL ranges properly. Before, it would interpret "-b2-,3-" like "-b3-". Now it's treated like "-b2-". [This bug was present in "the beginning".] cut no longer prints extraneous delimiters when a to-EOL range subsumes another range. Before, "echo 123|cut --output-delim=: -b2-,3" would print "2:3". Now it prints "23". [bug introduced in 5.3.0] cut -f no longer inspects input line N+1 before fully outputting line N, which avoids delayed output for intermittent input. [bug introduced in TEXTUTILS-1_8b] factor no longer loops infinitely on 32 bit powerpc or sparc systems. [bug introduced in coreutils-8.20] install -m M SOURCE DEST no longer has a race condition where DEST's permissions are temporarily derived from SOURCE instead of from M. pr -n no longer crashes when passed values >= 32. Also, line numbers are consistently padded with spaces, rather than with zeros for certain widths. [bug introduced in TEXTUTILS-1_22i] seq -w ensures that for numbers input in scientific notation, the output numbers are properly aligned and of the correct width. [This bug was present in "the beginning".] seq -w ensures correct alignment when the step value includes a precision while the start value does not, and the number sequence narrows. [This bug was present in "the beginning".] seq -s no longer prints an erroneous newline after the first number, and outputs a newline after the last number rather than a trailing separator. Also seq no longer ignores a specified step value when the end value is 1. [bugs introduced in coreutils-8.20] timeout now ensures that blocking of ALRM signals is not inherited from its parent, which would cause timeouts to be ignored. [the bug dates back to the initial implementation] * * Changes in behavior df --total now prints '-' into the target column (mount point) of the summary line, accommodating the --output option where the target field can be in any column. If there is no source column, then df prints 'total' in the target column. df now properly outputs file system information with bind mounts present on the system by skipping duplicate entries (identified by the device number). Consequently, df also elides the early-boot pseudo file system type "rootfs". nl no longer supports the --page-increment option, which has been deprecated since coreutils-7.5. Use --line-increment instead. * * Improvements readlink now supports multiple arguments, and a complementary - z, --zero option to delimit output items with the NUL character. stat and tail now know about CEPH. stat -f --format=%T now reports the file system type, and tail -f uses polling for files on CEPH file systems. stty now supports configuring DTR/DSR hardware flow control where available. * * Build-related Perl is now more of a prerequisite. It has long been required in order to run (not skip) a significant percentage of the tests. Now, it is also required in order to generate proper man pages, via help2man. The generated man/*.1 man pages are no longer distributed. Building without perl, you would create stub man pages. Thus, while perl is not an official prerequisite (build and "make check" will still succeed), any resulting man pages would be inferior. In addition, this fixes a bug in distributed (not from clone) Makefile.in that could cause parallel build failure when building from modified sources, as is common practice for a patched distribution package. factor now builds on x86_64 with x32 ABI, 32 bit MIPS, and all HPPA systems, by avoiding incompatible asm. [bug introduced in coreutils-8.20] A root-only test predicate would always fail. Its job was to determine whether our dummy user, $NON_ROOT_USERNAME, was able to run binaries from the build directory. As a result, all dependent tests were always skipped. Now, those tests may be run once again. [bug introduced in coreutils-8.20] - Update to 8.20 (2012-10-23) [stable] * * New features dd now accepts 'status=none' to suppress all informational output. md5sum now accepts the --tag option to print BSD-style output with GNU file name escaping. This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum. * * Bug fixes cp could read from freed memory and could even make corrupt copies. This could happen with a very fragmented and sparse input file, on GNU/Linux file systems supporting fiemap extent scanning. This bug also affects mv when it resorts to copying, and install. [bug introduced in coreutils-8.11] cp --no-preserve=mode now no longer preserves the original file's permissions but correctly sets mode specified by 0666 & ~umask du no longer emits a "disk-corrupted"-style diagnostic when it detects a directory cycle that is due to a bind-mounted directory. Instead, it detects this precise type of cycle, diagnoses it as such and eventually exits nonzero. factor (when using gmp) would mistakenly declare some composite numbers to be prime, e.g., 465658903, 2242724851, 6635692801 and many more. The fix makes factor somewhat slower (~25%) for ranges of consecutive numbers, and up to 8 times slower for some worst-case individual numbers. [bug introduced in coreutils-7.0, with GNU MP support] ls now correctly colors dangling symlinks when listing their containing directories, with orphaned symlink coloring disabled in LS_COLORS. [bug introduced in coreutils-8.14] rm -i -d now prompts the user then removes an empty directory, rather than ignoring the -d option and failing with an 'Is a directory' error. [bug introduced in coreutils-8.19, with the addition of --dir (-d)] rm -r S/ (where S is a symlink-to-directory) no longer gives the invalid "Too many levels of symbolic links" diagnostic. [bug introduced in coreutils-8.6] seq now handles arbitrarily long non-negative whole numbers when the increment is 1 and when no format-changing option is specified. Before, this would infloop: b=100000000000000000000; seq $b $b [the bug dates back to the initial implementation] * * Changes in behavior nproc now diagnoses with an error, non option command line parameters. * * Improvements factor's core has been rewritten for speed and increased range. It can now factor numbers up to 2^128, even without GMP support. Its speed is from a few times better (for small numbers) to over 10,000 times better (just below 2^64). The new code also runs a deterministic primality test for each prime factor, not just a probabilistic test. seq is now up to 70 times faster than it was in coreutils-8.19 and prior, but only with non-negative whole numbers, an increment of 1, and no format-changing options. stat and tail know about ZFS, VZFS and VMHGFS. stat -f --format=%T now reports the file system type, and tail -f now uses inotify for files on ZFS and VZFS file systems, rather than the default (for unknown file system types) of issuing a warning and reverting to polling. tail -f still uses polling for files on VMHGFS file systems. * * Build-related root-only tests now check for permissions of our dummy user, $NON_ROOT_USERNAME, before trying to run binaries from the build directory. Before, we would get hard-to-diagnose reports of failing root-only tests. Now, those tests are skipped with a useful diagnostic when the root tests are run without following the instructions in README. We now build most directories using non-recursive make rules. I.e., rather than running make in man/, lib/, src/, tests/, instead, the top level Makefile.am includes a $dir/local.mk that describes how to build the targets in the corresponding directory. Two directories remain unconverted: po/, gnulib-tests/. One nice side-effect is that the more accurate dependencies have eliminated a nagging occasional failure that was seen when running parallel "make syntax-check". - Update to 8.19 (2012-08-20) [stable] * * Bug fixes df now fails when the list of mounted file systems (/etc/mtab) cannot be read, yet the file system type information is needed to process certain options like -a, -l, -t and -x. [This bug was present in "the beginning".] sort -u could fail to output one or more result lines. For example, this command would fail to print "1": (yes 7 | head -11; echo 1) | sort --p=1 -S32b -u [bug introduced in coreutils-8.6] sort -u could read freed memory. For example, this evokes a read from freed memory: perl -le 'print "a\n"."0"x900'|valgrind sort --p=1 -S32b -u>/dev/null [bug introduced in coreutils-8.6] * * New features rm now accepts the --dir (-d) option which makes it remove empty directories. Since removing empty directories is relatively safe, this option can be used as a part of the alias rm='rm --dir'. This improves compatibility with Mac OS X and BSD systems which also honor the -d option. - Update to 8.18 (2012-08-12) [stable] * * Bug fixes cksum now prints checksums atomically so that concurrent processes will not intersperse their output. [the bug dates back to the initial implementation] date -d "$(printf '\xb0')" would print 00:00:00 with today's date rather than diagnosing the invalid input. Now it reports this: date: invalid date '\260' [This bug was present in "the beginning".] df no longer outputs control characters present in the mount point name. Such characters are replaced with '?', so for example, scripts consuming lines output by df, can work reliably. [This bug was present in "the beginning".] df --total now exits with an appropriate diagnostic and error code, when file system --type options do not lead to a processed file system. [This bug dates back to when --total was added in coreutils-7.0] head --lines=-N (-n-N) now resets the read pointer of a seekable input file. This means that "head -n-3" no longer consumes all of its input, and lines not output by head may be processed by other programs. For example, this command now prints the final line, 2, while before it would print nothing: seq 2 > k; (head -n-1 > /dev/null; cat) < k [This bug was present in "the beginning".] ls --color would mis-color relative-named symlinks in / [bug introduced in coreutils-8.17] split now ensures it doesn't overwrite the input file with generated output. [the bug dates back to the initial implementation] stat and df now report the correct file system usage, in all situations on GNU/Linux, by correctly determining the block size. [df bug since coreutils-5.0.91, stat bug since the initial implementation] tail -f no longer tries to use inotify on AUFS or PanFS file systems [you might say this was introduced in coreutils-7.5, along with inotify support, but even now, its magic number isn't in the usual place.] * * New features stat -f recognizes the new remote file system types: aufs, panfs. * * Changes in behavior su: this program has been removed. We stopped installing "su" by default with the release of coreutils-6.9.90 on 2007-12-01. Now, that the util-linux package has the union of the Suse and Fedora patches as well as enough support to build on the Hurd, we no longer have any reason to include it here. * * Improvements sort avoids redundant processing in the presence of inaccessible inputs, or unwritable output. Sort now diagnoses certain errors at start-up, rather than after potentially expensive processing. sort now allocates no more than 75% of physical memory by default, to better share system resources, and thus operate more efficiently. [The default max memory usage changed from 50% to 100% in coreutils-8.16] ++++ cpio: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ evince: - Update to version 3.7.92: + Use the page frame from the theme instead of our own (bgo#691333). + Improved the performance of search (bgo#667569). + Add desktop file for print preview (bgo#694482). + Add API to allow changing the page of a presentation (bgo#693749). + Disable view presentation if there is no document (bgo#685591). + Fixed and improved several API doc comments. + Updated translations. ++++ fontconfig: - use autohinter for Anonymous Pro http://www.marksimonson.com/info/anonymous-pro-usage-notes ++++ gobject-introspection: - Update to version 1.35.9: + Bugs fixed: bgo#637832, bgo#662241, bgo#692165, bgo#693539, bgo#694198, bgo#694426, bgo#694485, bgo#694593, bgo#695182. ++++ gjs: - Update to version 1.35.9: + Bugs fixed: bgo#694300, bgo#694355, bgo#691447, bgo#694373, bgo#694221, bgo#694828, bgo#694827, bgo#694873, bgo#695186. ++++ gnome-themes-standard: - Added support for translation-update-upstream. ++++ gtk3: - Check completeness of translations sets introduced by translation-update-upstream (bnc#690180). ++++ java-1_7_0-openjdk: - icedtea-2.3.8-zero-patches.patch: remove patch not applicable to zero compatible hotspot - java-1.7.0-openjdk-fork.patch: Add support for architectures without fork syscall - java-1.7.0-openjdk-aarch64.patch: Add support for aarch64 ++++ kate: - Added fix-braindead-logic-in-PyQt-version-detection.diff, fixes build with PyQT >= 4.10 - Add provides/obsoletes for go-kate in libktexteditor, both packages ship the same syntax file ++++ kdebase4-workspace: - Add a native systemd unit for ksysguardd and exclude the old init scripts for newer distros. ++++ kernel-default: - SMDKV310: Fix compilation. - commit cf345eb - ARM: FEC: Fix module compilation. - ARM: kvm: fix IOMMU dependency check. - omap3isp: fix miscompile. - VT8500: fix miscompile in clk driver. - config.conf: Remove imx51 and omap2plus, reenable arm - Update config files. - Delete config/armv7hl/imx51. - Delete config/armv7hl/omap2plus. - commit 7d60e2d ++++ kernel-desktop: - SMDKV310: Fix compilation. - commit cf345eb - ARM: FEC: Fix module compilation. - ARM: kvm: fix IOMMU dependency check. - omap3isp: fix miscompile. - VT8500: fix miscompile in clk driver. - config.conf: Remove imx51 and omap2plus, reenable arm - Update config files. - Delete config/armv7hl/imx51. - Delete config/armv7hl/omap2plus. - commit 7d60e2d ++++ kernel-pae: - SMDKV310: Fix compilation. - commit cf345eb - ARM: FEC: Fix module compilation. - ARM: kvm: fix IOMMU dependency check. - omap3isp: fix miscompile. - VT8500: fix miscompile in clk driver. - config.conf: Remove imx51 and omap2plus, reenable arm - Update config files. - Delete config/armv7hl/imx51. - Delete config/armv7hl/omap2plus. - commit 7d60e2d ++++ kiwi: - v5.05.6 released - fixed use of uninitialized value - run XML validator on the code - fixed changelog build helper to correctly indent sub entries starting with a '+' or '*' prefix ++++ cairomm: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ cdparanoia: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ js: - fix build on SLE11 (work around SLE's configure macro) - add missing dependency to devel package ++++ p11-kit: - Update to version 0.17.4: + Check for duplicate certificates in a token, warn and discard (fdo#62548). + Implement a proper index so we have decent load performance. ++++ libsoup: - Added support for translation-update-upstream. ++++ libzypp: - Update zypp-po.tar.bz2 ++++ make: - use source urls - gpg verification ++++ mkinitrd: - fix wrong target dependency (local_fs -> local-fs) (bnc#787075) - Use the default gzip compression level (bnc#809742). ++++ w3m: - Make w3m compile with gc 7.x (adds w3m-gc7.diff), and also use the system libgc. ++++ xf86-video-glint: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-i128: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-neomagic: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-nv: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-qxl: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-siliconmotion: - Remove miInitializeBackingStore() ++++ xf86-video-sis: - Add mibstore.patch, fixes build with xorg-server 1.14 - Replace xf86UnMapVidMem with pci_device_unmap_range - Stop including xf86Priv.h - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-sisusb: - Add mibstore.patch, fixes build with xorg-server 1.14 - No longer install this driver by default ++++ xf86-video-tdfx: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-tga: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-v4l: - No longer install this driver by default ++++ zsh: - Fix custom completion support via /etc/zsh_completion.d (bnc#811356) - Add trim-unneeded-completions.patch to remove unneeded completions when building for openSUSE ------------------------------------------------------------------ ------------------ 2013-3-20 - Mar 20 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - update to Mesa 9.1.1: a bugfix release * [GM45] mesa demos spriteblast render incorrectly (fdo#30232) * [gles2] Ironlake: gl_PointCoord takes no effect for point sprites (fdo#32429) * Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb() (fdo#38086) * [snb] corrupted GLSL built-in function results when using Uniform Buffer contents as arguments (fdo#57121) * Garbled UI in Team Fortress 2 and Counter-Strike: Source (fdo#58042) * Texture flicker with fragment shader (fdo#58960) * [i965]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both) fails (fdo#59495) * [IVB] 3DMMES2.0 Taiji performance reduced by ~13% with gnome-session enable compositing (fdo#59783) * build - libvdpau_softpipe fails at runtime. (fdo#60121) * gbm_dri_bo_create fails to initialize bo->base.base.format (fdo#60143) * Corruption with DMA ring on cayman (fdo#60802) * r600g: add htile support cause gpu lockup in Dishonored wine. (fdo#60848) * [softpipe] piglit interpolation-noperspective-gl_BackColor-flat-fixed regression (fdo#60938) * alloc_layout_array tx * ty assertion failure when making pbuffer current (fdo#61012) * Segfault in glBitmap when called with PBO source (fdo#61026) ++++ anjuta: - Update to version 3.7.92: + document-manager: - Allow to search starting from the current position. - Highlight search text in background. - Move common code in a function. + file-manager: make file_view_show_extended_data() more robust. + Fix desktop file syntax errors. + Fixed needlessly marked label for translation. + git: - fix up memory management of log model. - properly unset the log command in the case the command failed - Unset the log model view before refreshing the log. - use g_signal_connect_object() in GitLogCommand. - use g_signal_connect_object() to connect to commands in GitLogPane. + libanjuta: keep a ref on the AnjutaAsyncCommand when its thread is run. + Make the glade catalog an optional feature. + message-view: use g_type_class_add_private() to add private struct. + parser-cxx: use g_signal_connect_object() to connect to query signals. + sourceview: - add checks to SourceviewIO that the parent Sourceview is alive. - don't take extra refs during open/save. - keep a separate reference to AnjutaShell in SourceviewIO. - move all construction of Sourceview into constructed. - only cancel open operations when closing editor. - only update stored etag if save was succesful. - use g_signal_connect_object() to connect to io signals. + symbol-db: don't allow or set null scope_definition_id and scope_id. + Updated translations. - Pass --enable-glade-catalog to configure to ensure the catalogs are being installed. - Add anjuta-glade.xml to sources, which is missing in the tarball. ++++ attr: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ autoconf: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ automake: - Added url as source. Please see http://en.opensuse.org/SourceUrls ++++ clamav: - Version 0.97.7 (bnc#809945) * several hardening fixes. ++++ gcc48: - Drop suse-record-gcc-opts.diff. - Adjust gcc48 rpmlintrc to ignore errors about suffixed shared library names. - Add rpmlintrc to libffi48 and libgcj48 packages for the same reason. ++++ empathy: - Drop pkgconfig(nautilus-sendto) BuildRequires: it is no longer provided with nautilus-sendto 3.7.92. - Drop nautilus-sendto-plugin-empathy subpackage and obsolete it from the main package: support for building nautilus-sendto plugins was removed from nautilus-sendto. - Update to version 3.7.92: + Bugs fixed: bgo#692105, bgo#695556. + Updated translations. - Add pkgconfig(cogl-1.0) BuildRequries: newly verified dependency. ++++ gedit: - Update to version 3.7.6: + Improvements in docs. + Misc bugfixes. + Updated translations. ++++ gnome-documents: - Update to version 3.7.92: + Validate desktop file during make check + Updated translations. ++++ nautilus: - Update to version 3.7.92: + Ensure target directories exist when restoring trash contents. + Export non-VFS URIs to DnD selections. + Hide Change Background desktop action if g-c-c is not installed. + Fix double tap not working on certain touchscreen devices. + Fix for removal of org.gnome.desktop.background draw-background setting. + Fix inability to move desktop icons to non-primary displays in certain configurations. ++++ gparted: - Update to version 0.15.0: + Live tracking of command progress output in the details log. + Move operations are twice as fast as prior versions. + Proper cancel support added. + Volume label length now based on file system type. + Unallocated space is selected by default. + New key bindings added: - Insert --> New Partition - Ctrl+Enter --> Apply All Operations + Bug Fixes: - Refactor to use asynchronous command execution (bgo#685740). - Remove move read-only simulation pass (bgo#696013). - Remove temporary mtoolsrc file used in fat16/32 labelling and UUID. - Cleanup duplicate code for common file system methods. - Combine duplicate code for ext2/ext3/ext4. - Check file system after reverting partition table when move canceled. - Add proper cancel support for current and pending operations (bgo#601239). - Fix interrupting a format leaves partition in-use (bgo#403487). - Fix details log does not expand to the available vertical space (bgo#602635). - Increase width of details log display to include status icons (bgo#662722). - Select unallocated space by default (bgo#667365). - Make partition label length dependent on the file system type (bgo#689318). - Avoid reading trailing junk for a reiser4 label. - Improve argument vector usage (bgo#689689). - Prevent crash when using an unknown locale (bgo#692049). - Work around faulty "complete disks" detection in mkdosfs (bgo#693955). - Fix move primary partition right to left shrinks partition 1 MiB (bgo#695078). + Updated translations. ++++ gsettings-desktop-schemas: - Update to version 3.7.92: + Updated translations. ++++ haveged: - Remove all sysvinit compatibility. ++++ iptables: - license update: GPL-2.0 and Artistic-2.0 GPL version does not have ^or later^ due to inclusion of numerous GPL 2 ^only^ files. Also, aggregation of Artistic-2.0 content ++++ kiwi: - add unit test for syncMBR attribute - added attribute syncMBR in the type element to activate the MBR synchronisation into the GPT for efi images - fixed calculation of inode number if no XML size is set in this case the variable contains the value 'auto' and this can't be used in numeric expressions - make sure zImage kernels for arm gets detected - add support for EC2 AP-Sydney region - fixed calculation of inode number in KIWIBoot constructor for vmx images which requested a specific size in the XML description it's required to calculate the inode count from the specified size and not from the size of the of the unpacked root tree. If the requested image size is much bigger than the unpacked root tree it might happen that we run out of inodes very soon in the later image - v5.05.5 released - fix build of split image type + regression introduced by restructuring effort, commit 853e6fc3 - fixed typos and white space errors - implement ImageBuilder for tar archives (KIWITarArchiveBuilder) + remove createImageTar from KIWIImage class + update the Factory to return the new builder type + update ImageCreator + update triggers + implement new unit tests ++++ kscd: - Remove libkcddb4-devel and libkcompactdisc4-devel BuildRequires as per upstream change between 4.10 and 4.10.1 ++++ less: - Update to version 457 * Allow backslash escaping of metacharacters in LESS environment variable if the --use-backslash option is set. * Don't quit if syntax errors are found in command line options. * Increase sizes of some internal buffers. * Fix configure bug with --with-regex=none. * Fix crash with "stty rows 0". ++++ adns: - Added download url as source. Please see http://en.opensuse.org/SourceUrls ++++ libffi48: - Drop suse-record-gcc-opts.diff. - Adjust gcc48 rpmlintrc to ignore errors about suffixed shared library names. - Add rpmlintrc to libffi48 and libgcj48 packages for the same reason. ++++ libgcj48: - Drop suse-record-gcc-opts.diff. - Adjust gcc48 rpmlintrc to ignore errors about suffixed shared library names. - Add rpmlintrc to libffi48 and libgcj48 packages for the same reason. ++++ systemd: - udev: re-add persistent network rules (bnc#809843). add: 1026-re-add-persistent-net.patch - rebase all patches, ensure that they apply properly. ++++ webkitgtk: - Update to version 1.11.92: + Add methods to add and clear user style sheets to the WebKit2 GTK+ API. + Fix visited links style in WebKit2. + Add webkit_uri_request_get_http_headers to WebKit2 GTK+ API. + Add webkit_web_context_set_disk_cache_directory to WebKit2 GTK+ API. + Add webkit_web_page_get_id() to WebKit2 GTK+ web extensions API. + Add API to retrieve a snapshot from a WebKitWebView to WebKit2 GTK+. + Add WebKitWebView::web-process-crashed signal to WebKit2 GTK+ API. + Fix WebKitDownload to always return a valid request even if the download operation hasn't started yet. + Add respect-image-orientation setting to WebKitWebSettings in WebKit1 API. + Fixed memory leak when loading with webkit_web_view_load_request() in WebKit2. + Fix charset encoding used for spelling suggestions in the WebKit2 context menu. + Fix warnings about "Localized string not found" when running the web inspector. + Stop playback of html5 media when receiving a higher priority audio event. + Fix the offset handling in GStreamer WebKitWebSource. + Replace nbsp with spaces when using X clipboard. + Fix a crash in WebKit2 when a WebKitWebView is closed with the HTTP authentication dialog open. + Fix the build when using deprecated versions of GTK+ 2. + Enable translations in WebKit2. + Limit the supported compilers to GCC >= 4.7 and Clang >= 3.0 and enforce C++11 standard when building. - Drop webkitgtk-gtk2tests.patch: fixed upstream. - license update: LGPL-2.0+ and BSD-3-Clause Post audit refresh ++++ webkitgtk3: - Update to version 1.11.92: + Add methods to add and clear user style sheets to the WebKit2 GTK+ API. + Fix visited links style in WebKit2. + Add webkit_uri_request_get_http_headers to WebKit2 GTK+ API. + Add webkit_web_context_set_disk_cache_directory to WebKit2 GTK+ API. + Add webkit_web_page_get_id() to WebKit2 GTK+ web extensions API. + Add API to retrieve a snapshot from a WebKitWebView to WebKit2 GTK+. + Add WebKitWebView::web-process-crashed signal to WebKit2 GTK+ API. + Fix WebKitDownload to always return a valid request even if the download operation hasn't started yet. + Add respect-image-orientation setting to WebKitWebSettings in WebKit1 API. + Fixed memory leak when loading with webkit_web_view_load_request() in WebKit2. + Fix charset encoding used for spelling suggestions in the WebKit2 context menu. + Fix warnings about "Localized string not found" when running the web inspector. + Stop playback of html5 media when receiving a higher priority audio event. + Fix the offset handling in GStreamer WebKitWebSource. + Replace nbsp with spaces when using X clipboard. + Fix a crash in WebKit2 when a WebKitWebView is closed with the HTTP authentication dialog open. + Fix the build when using deprecated versions of GTK+ 2. + Enable translations in WebKit2. + Limit the supported compilers to GCC >= 4.7 and Clang >= 3.0 and enforce C++11 standard when building. - Drop webkitgtk-gtk2tests.patch: fixed upstream. - license update: LGPL-2.0+ and BSD-3-Clause Post audit refresh ++++ p11-kit: - Update to version 0.17.3: + Use descriptive labels for the trust module tokens (fdo#62534). + Remove the temporary built in distrust objects. + Make extracted output directories and files read-only (fdo#61898). + Don't export unneccessary ABI. + Build fixes (fdo#62479). ++++ libreoffice: - use -fno-omit-frame-pointer globally again until LibreOffice-4.1 where the ordering of compilation flags is reworked; the current situation causes build (bridge test) failure on i586 systems - fix filtering of provides and requires (bnc#809449) - disable it on openSUSE >= 12.3 because we use system libraries there - system cairo and pixman are used on all systems - the internal librdf, libraptor, and librasqal has used -lo suffix, so the names do not longer cause confusion with the system libraries ++++ sqlite3: - New Version 3.7.16: * Added the PRAGMA foreign_key_check command. * Added new extended error codes for all SQLITE_CONSTRAINT errors * Added the SQLITE_READONLY_ROLLBACK extended error code for when a database cannot be opened because it needs rollback recovery but is read-only. * Added SQL functions unicode(A) and char(X1,...,XN). * Performance improvements for PRAGMA incremental_vacuum, especially in cases where the number of free pages is greater than what will fit on a single trunk page of the freelist. * Improved optimization of queries containing aggregate min() or max(). * Enhance virtual tables so that they can potentially use an index when the WHERE clause contains the IN operator. * Allow indices to be used for sorting even if prior terms of the index are constrained by IN operators in the WHERE clause. * Enhance the PRAGMA table_info command so that the "pk" column is an increasing integer to show the order of columns in the primary key. * Enhance the query optimizer to exploit transitive join constraints. * Performance improvements in the query optimizer. * Allow the error message from PRAGMA integrity_check to be longer than 20000 bytes. * Improved name resolution for deeply nested queries. * Added the test_regexp.c module as a demonstration of how to implement the REGEXP operator. * Improved error messages in the RTREE extension. * Enhance the command-line shell so that a non-zero argument to the ".exit" command causes the shell to exit immediately without cleanly shutting down the database connection. * Improved error messages for invalid boolean arguments to dot-commands in the command-line shell. * Improved error messages for "foreign key mismatch" showing the names of the two tables involved. * Remove all uses of umask() in the unix VFS. * Added the PRAGMA vdbe_addoptrace and PRAGMA vdbe_debug commands. * Change to use strncmp() or the equivalent instead of memcmp() when comparing non-zero-terminated strings. * Update cygwin interfaces to omit deprecated API calls. * Enhance the spellfix1 extension so that the edit distance cost table can be changed at runtime by inserting a string like 'edit_cost_table=TABLE' into the "command" field. * Bug fix: repair a long-standing problem that could cause incorrect query results in a 3-way or larger join that compared INTEGER fields against TEXT fields in two or more places. Ticket fc7bd6358f * Bug fix: Issue an error message if the 16-bit reference counter on a view overflows due to an overly complex query. * Bug fix: Avoid leaking memory on LIMIT and OFFSET clauses in deeply nested UNION ALL queries. * Bug fix: Make sure the schema is up-to-date prior to running pragmas table_info, index_list, index_info, and foreign_key_list. ++++ zeitgeist: - Update to version 0.9.10: + Libzeitgeist: - Add new zg#ApplicationAction subject interpretation. - Fix sql explanation bug. - Don't create a -lang package: there haven't been translations since version 0.9.0.1. - Obsolete an eventually installed zeitgeist-lang package. - Add pkgconfig(gio-2.0), pkgconfig(gtk+-3.0), pkgconfig(json-glib-1.0) and pkgconfig(telepathy-glib) BuildRequires: new depdencies for the datahub provider. - Obsolete separate zeitgeist-datahub package. ++++ nautilus-sendto: - Update to version 3.7.92: + Remove all plugins, we will only handle sending through e-mail clients for the foreseeable future. - Drop and obsolete subpackages: plugin-evolution, plugin-pidgin, plugin-upnp and devel. - Cleanup install section: remove all hacks there were: no longer needed. - Add pkgconfig(gobject-introspection-1.0), pkgconfig(glib-2.0) and pkgconfig(gio-2.0) BuildRequires: verified dependencies. - Remove fdupes, pkgconfig(dbus-glib-1), pkgconfig(gtk+-3.0), pkgconfig(gupnp-1.0), pkgconfig(libebook-1.2) and pkgconfig(libnautilus-extension) BuildRequires: no longer needed. - Drop nautilus requires: not needed. ++++ totem: - Update to version 3.7.93: + Fix incorrect Vala generated files getting in the release. - Change build_zeitgeist_plugin back to 1, as the issue was fixed by upstream. ++++ virtualbox: - make HW Supplements for x11 subpackage conditional on xorg-x11-server package (bnc#810333) ++++ subversion: - Copy updated config.{guess,sub} to in-tree swig source for aarch64 ++++ sysconfig: - Fixed to wait for dhcp/ipv6 under systemd again. Fixed regression caused by bnc#785240, bnc#780644 fixes to not discard the dhcp/ipv6 dupplicate address detection in progress error codes under systemd completely, but wait until dhcp/ipv6 dad finished or the WAIT_FOR_INTERFACES timeout is reached and then discard in the status returned to systemd (bnc#808718). It caused failures of other services trying to bind tentative IPv6 addresses, e.g. in mixed dhcp4 / static IPv6 setups. Thanks to Rolf Eike Beer for the report/tests/debug outputs. [0001-Fixed-to-wait-for-dhcp-ipv6-under-systemd-again.patch] ++++ vim: - Updated to revision 874, fixes the following problems * Mouse position may be wrong. * Not serving the X selection during system() isn't nice. * Matchparen does not update match when using auto-indenting. (Marc Aldorasi) * When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. * bufwinnr() matches buffers in other tabs. * Compiler warnings when using MingW 4.5.3. * search('^$', 'c') does not use the empty match under the cursor. * On some systems case of file names is always ignored, on others never. * Comparing file names does not handle multi-byte characters properly. ++++ xf86-video-ark: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-ast: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-ati: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-chips: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-cirrus: - simplified Supplements line ++++ xf86-video-dummy: - no longer autoselect this driver for installation ++++ xf86-video-glint: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-i128: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-intel: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) - moved 'Recommends: intel-gpu-tools' from xorg-x11-driver-video meta package to this package ++++ xf86-video-mach64: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-mga: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-modesetting: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-neomagic: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-nv: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-qxl: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-r128: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-savage: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-siliconmotion: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-tdfx: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-tga: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xf86-video-vmware: - make supplements conditional on hardware (bnc#810333) ++++ xf86-video-voodoo: - introduce hardware supplements conditional on xorg-x11-server package (bnc#810333) ++++ xorg-x11-driver-video: - removed requires to xf86-video-ast, xf86-video-chips, xf86-video-glint, xf86-video-i128, xf86-video-mach64, xf86-video-nv, xf86-video-r128, xf86-video-siliconmotion, xf86-video-tdfx, xf86-video-tga, xf86-video-voodoo, xf86-video-geode, xf86-video-qxl - removed requires to xf86-video-dummy, xf86-video-v4l - cleanup specfile - moved 'Recommends: intel-gpu-tools' to xf86-video-intel package - removed requires to xf86-video-ati, xf86-video-cirrus, xf86-video-vmware; this is now done via hw supplements conditional to xorg-x11-server package (bnc#810333) ++++ yast2-storage: - use consistent wording in messages (bnc#808541) ++++ yum-metadata-parser: - Fixed release-version ------------------------------------------------------------------ ------------------ 2013-3-19 - Mar 19 2013 ------------------- ------------------------------------------------------------------ ++++ acl: - add gpg checking ++++ caribou: - Update to version 0.4.10: + Add --help option to caribou command. + Updated translations. ++++ cheese: - Update to version 3.7.92: + Updated translations. ++++ eog: - Change group of eog-devel into Development/Libraries/GNOME, silences lint warning. ++++ fetchmail: - update to 6.3,25 [#] CRITICAL AND REGRESSION FIXES * Plug a memory leak in OpenSSL's certificate verification callback. This would affect fetchmail configurations running with SSL in daemon mode more than one-shot runs. Reported by Erik Thiele, and pinned by Dominik Heeg, fixes Debian Bug #688015. This bug was introduced into fetchmail 6.3.0 (committed 2005-10-29) when support for subjectAltName was added through a patch by Roland Stigge, submitted as Debian Bug#201113. * The --logfile option now works again outside daemon mode, reported by Heinz Diehl. The documentation that I had been reading was inconsistent with the code, and only parts of the manual page claimed that --logfile was only effective in daemon mode. [#] BUG FIXES * Fix a memory leak in out-of-memory error condition while handling plugins. Report and patch by John Beck (found with Parfait static code analyzer). * Fix a NULL pointer dereference in out-of-memory error condition while handling plugins. Report and patch by John Beck (found with Parfait static code analyzer). [#] CHANGES * Improved reporting when SSL/TLS X.509 certificate validation has failed, working around a not-so-recent swapping of two OpenSSL error codes, and a practical impossibility to distinguish broken certification chains from missing trust anchors (root certificates). * OpenSSL decoded errors are now reported through report(), rather than dumped to stderr, so that they should show up in logfiles and/or syslog. * The fetchmail manual page no longer claims that MD5 were the default OpenSSL hash format (for use with --sslfingerprint). Reported by Jakob Wilk, PARTIAL fix for Debian Bug#700266. * The fetchmail manual page now refers the user to --softbounce from the SMTP/ESMTP ERROR HANDLING section. Reported by Anton Shterenlikht. ++++ file-roller: - Update to version 3.7.92: + bgo#695672: Compressed files have a minmum size of 10240 bytes. + Updated translations. ++++ five-or-more: - Update to version 3.7.92: + Desktop file renamed back to glines.desktop. + Themes moved in from gnome-games-extra-data. + Updated translations. ++++ four-in-a-row: - Update to version 3.7.92: + Added high contrast icons. + Renamed destktop file back to gnect.desktop. + Updated translations. ++++ gdk-pixbuf: - Update to version 2.27.3: + Allow prepare_func call in stop_load (bgo#695228). + Updated translations. ++++ gdm: - Update to version 3.7.92: + Add --disable-fallback-greeter configure option. + Updated translations. ++++ glib2: - Update to version 2.35.9: + Bugs fixed: bgo#682896, bgo#693204, bgo#694181, bgo#694253, bgo#694350, bgo#694757, bgo#568405, bgo#630284, bgo#659428, bgo#675333, bgo#694669, bgo#694843, bgo#695147, bgo#695191, bgo#695339, bgo#695376, bgo#695425, bgo#695887, bgo#695925, bgo#696015. + Updated translations. ++++ gnome-bluetooth: - Update to version 3.7.92: + Fix introspection generation for Vala. + Updated translations. ++++ gnome-chess: - Also obsolete glchess-lang to ease upgrades. ++++ gnome-control-center: - Update to version 3.7.92: + Online Accounts: - Scroll to the account in question when it was requested from an external application. + Printers: - Ensure that all the types of printers are discovered. + Region: - Make sure that engines we don't have locale information for end up in the "Other" row. - Prevent the window getting too tall with many input sources. - Improve explanation when there are no input sources. - Make sure the "None" input source row gets removed when adding a new one. - Display the current locale country in formats if the setting is empty. - Translate the restart notification in the target language. - Fix possible crashes when leaving the panel. - Only show a restart notification if strictly needed. - Improve matching when searching language names with accents or different case. - Add separators to the language list and formats chooser. - Use the "view-more-symbolic" icon instead of the unclear "...". - Ensure that labels are centered when adding the tick mark. + Shell: - Fix resized back button depending on the panel selected. + User Accounts: - Fix crash when changing the password. - Fix empty panel when going back to it. + Updated translations. - Drop gnome-control-center-libgd.patch: fixed upstream. ++++ gnome-klotski: - Update to version 3.7.92: + Do not translate empty string. + Rename gnome-klotski.desktop back to gnotski.desktop. + Updated translations. ++++ gnome-mahjongg: - Update to version 3.7.92: + Renamed desktop file back to mahjongg.desktop. + Themes from gnome-games-extra-data added. + High contrast icons added. + Updated translations. ++++ gnome-mines: - Update to version 3.7.92: + Renamed desktop file back to gnomine.dekstop. + Increase number visibility. + Keyboard support. + Updated translations. - Also obsolete gnomine-lang to ease upgrades. ++++ gnome-online-accounts: - Update to version 3.7.92: + Bugs fixed: bgo#657761, bgo#695355, bgo#695559, bgo#695802, bgo#695888, bgo#696085. + Updated translations. ++++ gnome-robots: - Update to version 3.7.92: + Rename the desktop file back to gnobots2.desktop. + Move themes in from gnome-games-extra-data. + Add high contrast icons. + Updated translations. - Also obsolete gnobots2-lang to ease upgrades. ++++ gnome-session: - Update to version 3.7.92: + Increase phase timeout to 90 seconds. + Updated translations. - Obsolete gnome-session-fallback-session: GNOME 3.8 removed the fallback session mode. ++++ gnome-settings-daemon: - Update to version 3.7.92: + Font: - Remove reference to font schema. + Keyboard: - Fix extra layouts being forgotten on GDM's second launch. - Fix dead keys and similar features being broken in legacy applications. - Avoid delay switch to IBus input source the first time around. + Media keys: - Remove obsolete check for XInput2. - Use the shell's D-Bus interface to show OSDs. - Fix warnings on startup trying to call gnome-shell. + Updated translations. ++++ gnome-shell: - Update to version 3.7.92: + Drop fallback lock implementation (bgo#693403). + Don't let the user trigger message-tray when in fullscreen (bgo#694997). + Scroll search results when using keynav (bgo#689681). + Allow raising the shield by starting to type the password (bgo#686740). + Improve tracking of fullscreen windows (bgo#649748). + Improve animation of new windows in overview (bgo#695582). + workspace switcher: Animate new workspaces created by DND (bgo#685285). + Give user time to read messages on login screen (bgo#694688). + Bugs fixed: bgo#695154, bgo#694993, bgo#695272, bgo#691578, bgo#694321, bgo#695338, bgo#695409, bgo#695458, bgo#695526, bgo#695601, bgo#695471, bgo#695324, bgo#695650, bgo#695656, bgo#695659, bgo#695485, bgo#695395, bgo#694951, bgo#695824, bgo#695841, bgo#695801, bgo#694321, bgo#693708, bgo#695800, bgo#695607, bgo#695882, bgo#691578, bgo#685851, bgo#694371, bgo#690857, bgo#694092, bgo#695747, bgo#696007, bgo#693438, bgo#696064, bgo#696102. + Updated translations. - Drop gnome-shell-error-in-fallback-hotcorner.patch, fixed upstream. ++++ gnome-shell-extensions: - Update to version 3.7.92: + Misc bug fixes to app-menu and window-list. + Updated translations. ++++ gnome-system-monitor: - Update to version 3.7.92: + Updated translations. ++++ gnome-themes-standard: - Update to version 3.7.92: + GTK3: - Add theming support for GtkBubbleWindow text touch selections. - Fix clipped border in OSD frames. - Fix unmatching selection mode border width for header bars. - Update Baobab theming for latest master. ++++ gnome-desktop: - Update to version 3.7.92: + Don't store duplicated layouts in locale tables. + Updated translations. ++++ grilo-plugins: - Update to version 0.2.6: + Filesystem plugin: - grl-filesystem only honours the first base-path (bgo#690710). - Filesystem plugin strips "extension" from directories' title (bgo#694008). + Jamendo plugin: Capitalize root-level titles. + Metadata Store plugin: - Store type of media. - Add filter by source-id key. + Rai.tv plugin: New plugin that provides videos from Rai TV. + TMDb plugin: Several fixes: bgo#691196, bgo#691197, bgo#691339. + Tracker plugin: - Added support for Tracker 0.16. - Added filter by type support, - grilo tracker plugin doesn't notify about newly added media (bgo#691717). + UPnP plugin: Add filter by type support. + YouTube plugin: Initialize correctly all the inner structures. + LastFM Album Art plugin: Do not return default image. + Bugs fixed: bgo#690614, bgo#692118, bgo#695789. - Pass --enable-raitv to configure: build the plugin (no new dependencies). - Drop grilo-plugins-tracker-0.16.patch: fixed upstream. - Drop gnome-common and gnome-doc-utils-devel BuildRequires and call to gnome-autogen.sh, as we no longer carry any patches. ++++ gtk3: - Add support for translation-update-upstream. - Update to version 3.7.14: + A lot of filechooser button fixes. + Bugs fixed: bgo#586367, bgo#671939, bgo#674759, bgo#691040, bgo#694339, bgo#695200, bgo#695278, bgo#695304, bgo#695312, bgo#695375, bgo#695391, bgo#695473, bgo#695482, bgo#695682, bgo#695714, bgo#695715, bgo#695772, bgo#695783, bgo#695874, bgo#695948. + Updated translations. - Remove enable_avahi_browsing: upstream removed the avahi browsing capability again: + No longer pass --enable-avahi-browsing to configure. + Drop cups-devel >= 1.6 BuildRequires. ++++ gupnp-av: - Update to version 0.12.1: + Fix compiler warnings. + Update .gitignore. ++++ kiwi: - update build and runtime requirements + add rsync as build requires, new test uses code path that requires rsync + add perl-Digest as build requires and requires, new test generates a checksum - add code to handle absence of /proc/mounts + this is useful when working in a local osc sandbox with osc chroot where /proc/mounts does not exist - move all the driver handling in the XML from the old data model to the new data model * remove addDrivers_legacy * remove getDriversNodeList_legacy * remove the driversNodeList class member - allow option for KIWIManager*::setupUpgrade() to operate in a mode which checks only for the requested package transactions and allow to skip the dist upgrade. This mode is used in the kiwi --create step to prevent auto dist upgrades which should only happen if kiwi --upgrade is called ++++ ksh: - Add patch ksh93-typedef.dif as found during debugging - Make Shift_JIS patch more reliable as requestef from upstream - Drop remaining part of the patch ksh93-zerofill.dif for zerofilled variables (bnc#785360 as the first part of the patch is upstream together with an other change. This fix a side effect of cutting variables if TMOUT is used (bnc#808956) ++++ libQtWebKit4: - Enable GStreamer 1.0 for also openSUSE 12.3 ++++ libX11: - Use more robust make install call ++++ libXi: - Use more robust make install call - Avoid calling fdupes outside of /usr ++++ clutter: - Update to version 1.13.10: + Fix a typo in the ClutterTimeline::stopped signal declaration + Use the XKB groups state when computing key modifiers on X11 + Fixes for the Visual Studio build + Documentation and introspection fixes + Add a function to disable accessibility + Performance improvements + Bugs fixed: bgo#695158, bgo#695260, bgo#695188, bgo#691468, bgo#695838, bgo#695870, bgo#695982. + Updated translations. ++++ clutter-gtk: - Update to version 1.4.4: + Bump the dependency on GTK, to remove a workaround for broken state propagation in the style code. + Bump the dependency on Clutter, to enable using the accessibility support in GTK without conflicting with the one in Clutter. + Improve the multi-backend support, to prepare ourselves for the shiny Wayland future. + Bugs fixed: bgo#691468, bgo#695685, bgo#692399. ++++ colord-gtk: - Update to version 0.1.25: + New Feature: Give the sample widget slightly curved corners and a gray outline. + Bugfixes: - Do not use deprecated functions from libcolord. - Fix warnings when building ColordGtk-1.0.gir. - Fix up the licence boilerplate for CdSampleWidget. ++++ libgee06: - Rename package to libgee06, in order to have libgee 0.9.x as the 'primary' libgee package. ++++ libgexiv2: - Update to version 0.6.0: + API has been cleaned up: several unnecessary or questionable calls removed. + Improved support for developing GExiv2-based applications in Python. + Now includes calls to register and unregister custom XMP namespaces. ++++ glibmm2: - Update to version 2.35.9: + Glib: - Add edByteArray, because it is used in the GTls* API. - AppInfo::get_all(): Fix ownerships (bgo#694505). + Gio: - TlsFileDatabase: Add the create() method. - TlsCertificate: Add the certificate property. - TlsClientConnection: Add get_accepted_cas() and the "accepted-cas" property. - TlsDatabase: Add the lookup_certificates_issued_by*() methods and virtual functions. - TlsInteraction: Add the virtual functions. ++++ libgpod: - make mono dependency optional (still enabled by default) ++++ grilo: - Update to version 0.2.5: + Fixed compilation problem with gcc 4.2. + Removed some warnings. + Several changes in test-ui + Bugs fixed: bgo#689577, bgo#690612, bgo#690613, bgo#692118, bgo#692873, bgo#694390. ++++ mutter: - Update to version 3.7.92: + Build and improve reference docs (bgo#676856, bgo#695641, bgo#695935). + Add tracking of whether there are fullscreen windows (bgo#649748). + Bugs fixed: bgo#695269, bgo#695711, bgo#694046, bgo#695813, bgo#695881, bgo#676856, bgo#696053, bgo#682779, bgo#696089, bgo#696091, bgo#696087. + Updated translations. ++++ p11-kit: - Update to version 0.17.2: + Fix build on 32-bit linux. + Fix several crashers. - Changes from version 0.17.1: + Support a p11-kit specific PKCS#11 attribute persistance format (fdo#62156). + Use the SHA1 hash of SPKI as the CKA_ID in the trust module by default (fdo#62329). + Refactor a trust builder which builds objects out of parsed data (fdo#62329). + Combine trust policy when extracting certificates (fdo#61497). + The extract --comment option adds comments to PEM bundles (fdo#62029). + A new 'priority' config option for ordering modules (fdo#61978). + Make each configured path its own trust module token (fdo#61499). + Use --with-trust-paths to configure trust module (fdo#62327). + Fix bug decoding some PEM files. + Better debug output for trust module lookups. + Work around bug in NSS when doing serial number lookups. + Work around broken strndup() function in firefox. + Fix the nickname for the distrusted attribute. + Build fixes. - Add ca-certificates BuildRequires: needed to find the location of the root certificates. ++++ pango: - Update to version 1.33.9: + Port PangoWin32 to use GWeakRef. + Use G_DEFINE_TYPE in pangowin32-fontmap (bgo#682846). + Fix scale in pangocairo-threads test. + Misc Win32 build fixes. ++++ libpst: - Update to version 0.6.58: + Fix From quoting on embedded rfc/822 messages. ++++ libreoffice: - update to 4.0.2.1: * faster image scaling * XLSX import speedup (fdo#61721) * several EMF+ import filter fixes * lost data in CSV import (fdo#57841) * wrong Chinese conversion (fdo#57536) * lost picture in PPT import (i#119513) * ask when removing templates (fdo#61466) * send document as email fails (fdo#60701) * autocorrect data for Catalan (fdo#61138) * pie chart height in XLS import (i#119989) * Calc crash when using Validity (fdo#58630) * floating tables in DOCX import (bnc#779642) * lost time-format in pivot table (fdo#54651) * more on configuration migration (fdo#57061) * corrupted conditional formatting (fdo#57661) * drawings are shown at wrong position (fdo#56272) * handle note export correctly in Calc (fdo#61165) * insert->hyperlink in Impress freeze (rhbz#915743) * lost content in DOCX import (fdo#53985, fdo#60789) * not updating accessible text interface (fdo#56031) * missing default Turkish currency symbol (fdo#61602) * broken functionality on page layout tab (fdo#61656) * field shows no content in page header/footer (fdo#60886) * several Calc error bars fixes (fdo#60253, fdo#60083, fdo#61781) * can't copy text from a read-only document in Calc (rhbz#916936) * various fixes in RTF import (fdo#53594, fdo#59638, fdo#60722, fdo#61507) - update libcdr to version 0.0.11: * various fixes in Corel Draw import (fdo#53278, fdo#54586, fdo#55366, fdo#59528) - build-max-64-jobs.diff: dmake does not work with more than 64 jobs - touch-no-dereference.diff: avoid race condition when delivering symlinks and target files into solver - do not longer use -fno-omit-frame-pointer globally; the problem is better fixed in the plain sources and the build does not fail any longer ++++ libreoffice-help-group1: - update to 4.0.2.1 - build-max-64-jobs.diff: dmake does not work with more than 64 jobs ++++ libreoffice-help-en-US: - update to 4.0.2.1 - build-max-64-jobs.diff: dmake does not work with more than 64 jobs ++++ libreoffice-help-group2: - update to 4.0.2.1 - build-max-64-jobs.diff: dmake does not work with more than 64 jobs ++++ libreoffice-help-group3: - update to 4.0.2.1 - build-max-64-jobs.diff: dmake does not work with more than 64 jobs ++++ libreoffice-help-group4: - update to 4.0.2.1 - build-max-64-jobs.diff: dmake does not work with more than 64 jobs ++++ libreoffice-help-group5: - update to 4.0.2.1 - build-max-64-jobs.diff: dmake does not work with more than 64 jobs ++++ libreoffice-icon-themes: - update to 4.0.2.1 ++++ libreoffice-l10n: - update to 4.0.2.1 ++++ libstorage: - fix wrong size calculation when deleting thin LVs (bnc#810305) ++++ mono-core: - Refresh and apply mono-core-target-4.0.patch - Apply ppc.patch again ++++ mrtg: - mrtg-2.17.2-socket6-fix.patch fails to start ipv6 without. Seen in http://pkgs.fedoraproject.org/cgit/mrtg.git/plain ++++ totem: - Update to version 3.7.92: + Use yelp-tools instead of gnome-doc-utils. + Add YouTube format configuration for grilo. + Fix possible Unicode errors with MPRIS plugin. + Use libgd's icon view for search results. + Fix warnings for some files in the browse sidebar. + Fix possible crashes in the chapters plugin. + Fix playing audio CD tracks launched from Nautilus. + Fix running when clutter-gst is in a different prefix. + Plugins: Remove use of deprecated widgets in subtitles downloader. - Drop upstream fixed patches: + totem-Use-Ctrl+C-as-the-shortcut.patch + totem-Fix-playing-files-from-recent-files.patch + totem-Fix-fetching-the-cover-art.patch - Replace gnome-doc-utils-devel BuildRequires with yelp-tools, following upstream. - Change build_zeitgeist_plugin to 0 for now, as the tarball is broken and building the plugin does not work. - Drop --disable-maintainer-mode and --disable-scrollkeeper configure parameters: no longer needed. - Add gstreamer-plugins-bad Requires: needed for the scaletempo plugin (bnc#809854, bnc#810376). ++++ orca: - Update to version 3.7.92: + Swap the column ordering in the Links List dialog + Fix a couple of missed moved strings related to profile-based language switching. + Updated translations. ++++ perl-X500-DN: - add a url for the source ++++ quadrapassel: - Update to version 3.7.92: + Fixed high contrast icon for 256x256. + Updated translations. ++++ shotwell: - Update to version 0.14.0: + A folder tree in the sidebar provides a directory-hierarchy view of your Shotwell library. + Dramatically improved user experience for RAW photographers. + Comprehensive logging of photo and video import. + The Facebook Connector now uses the Facebook Graph API. + The Shotwell video subsystem now relies on GStreamer 1.0. + New slideshow effects. + Improved Piwigo support. + Ability to show and hide the main Shotwell sidebar. + Numerous bug fixes. + Updated translations. - Replace BuildRequires for port to GStreamer 1.0: + Old: pkgconfig(gstreamer-0.10), pkgconfig(gstreamer-base-0.10), pkgconfig(gstreamer-pbutils-0.10). + New: pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-base-1.0), pkgconfig(gstreamer-pbutils-1.0). ++++ swell-foop: - Update to version 3.7.92: + Updated translations. ++++ tali: - Update to version 3.7.92: + Renamed desktop file back to gtali.desktop. + Updated translations. ++++ vaapi-intel-driver: - Version 1.0.20 - 18.Mar.2013 * Add support for wayland 1.0 protocol (Rob Bradford) * Add global alpha support for subpicture * Add support for IA88/AI88 subpicture * Support up to 4 subpictures for each VA surface * Update PCI IDs for Haswell CRW * Automake 1.13 fixups (Armin K) * Fix libva-intel-driver-1.0.19 display corruption on IVB GT1 https://bugs.freedesktop.org/show_bug.cgi?id=57323 * Fix decoding with FREXT02_JVC_C.264 on SNB https://bugs.freedesktop.org/show_bug.cgi?id=57720 * Fix H.264 decoding broken/visual errors on ILK (Tobias Jakobi) https://bugs.freedesktop.org/show_bug.cgi?id=58875 * Fix GPU hung with h.264 video and a resolution of 1920x816 on IVB https://bugs.freedesktop.org/show_bug.cgi?id=59050 ++++ vinagre: - Update to version 3.7.92: + Updated translations. ++++ vino: - Update to version 3.7.92: + Remove choices from authentication-methods setting. + Bugs fixed: bgo#668187. + Updated translations. ++++ xf86-video-ark: - Add build_fix.diff, restores building for xorg-server 1.14 ++++ xf86-video-ast: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-chips: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-dummy: - Add U_mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-fbdev: - Add U_mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-vesa: - Add mibstore.patch, fixes build with xorg-server 1.14 ++++ xf86-video-vmware: - Add U_mibstore.patch, fixes build with xorg-server 1.14 ++++ yast2-storage: - give more meaningful error message when resize is not supported by underlying partition, e.g. on DASD (bnc#808721) ++++ zypper: - disable repo permanently if required by user - also search in file list when searching for a path name in provides (bnc #798290) - add option --verbose to search command (show details about matches) - enable substrings and wildcards for 'info' (bnc #741758) - add search for provides, requires, conflicts, suggests and obsoletes, search for capabilities - version 1.8.13 ------------------------------------------------------------------ ------------------ 2013-3-18 - Mar 18 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Added Download Link to Source section in spec file ++++ a2ps: - Added download link to Source section in spec ++++ baobab: - Update to version 3.7.92: + Minor bugfixes. + Updated translations. ++++ colord: - Update to version 0.1.31: + New Features: - Add more sensor capabilities to support the latest ArgyllCMS release. - Calculate the display calibration based on the Lab and target display gamma. - Emulate a perfect sRGB screen when returning XYZ values from the dummy sensor. - Interpolate the gamma data to the VCGT size using Akima. - libcolord: Add Akima and Linear 2D interpolation classes. - libcolord: Switch CdColor to using the GSlice allocator. - libcolorhug: Add commands to get the ADC Vref+ and Vref-. - libcolorhug: Add extensions to the take_reading_x() commands to set the sensor type. - libcolorhug: Add the ability to get and set the CCD calibration values. - libcolorhug: Add the ability to get a spectral reading from the device. - Run the self test programs in 'make check' under valgrind. + Bugfixes: - Add a warning if compiling with --with-daemon-user=root. - Add some more display vendor names to the display fixup table. - Deprecate both the cd_profile_set_$foo_sync() functions. - Do not show a critical warning if an unmatched sensor is connected. - Fix build on OpenBSD. - Fix compile with --disable-gusb. - Fix the argyll sensor driver when using the ColorMunki Smile. - Fix the gamut warning to check primaries wider than CIERGB and ProPhoto. - Fix unusual crash in cd_main_get_cmdline_for_pid. - Guess the option type when using 'colormgr sensor-set-options'. - libcolord: ArgyllCMS uses 'YES' for IT8 options. - libcolord: Fix two small memory leaks when getting details about a sensor. - Move the private sensor libraries out of the pure lib space. - Rename the colormgr 'profile-set-$foo' commands to 'profile-set-property'. - Return an error if the client tries to change the profile filename after creation. - Set the target gamma when using the session-helper. - Setup the devices for another embedded Huey colorimeter and the original Spyder. - Drop colord-privlib.patch: fixed upstream. - Remove gnome-common BuildRequires and call to gnome-autogen.sh, as we don't carry any patch touching the build system anymore. - Add post/postun scriptlets to libcolorhug1 subpackage. ++++ gcc48: - Update to first GCC 4.8.0 release candidate (r196783). ++++ eog: - Update to version 3.7.92: + Disable color management support on !X (bgo#695818). + Updated translations. ++++ gcr: - Update to version 3.7.92: + Have the gcr-prompter replace the running prompter. + Fix segfault when prompt is dismissed immediately. + Updated translations. ++++ gnome-calculator: - Update to version 3.7.92: + Rename gnome-calculator.desktop back to gcalctool.desktop, as users could lose their favorited launchers otherwise (bgo#695382). + Updated translations. ++++ gnome-clocks: - Update to version 3.7.92: + Rework some of the code to use latest libgd. + Misc bugfixes. + Updated translations. ++++ gnome-disk-utility: - Update to version 3.8.0: + Bump dependency of udisks to 2.1.0 (stable release). + Updated translations. ++++ gnome-keyring: - Update to version 3.7.92: + Update introspection data of Collection.SearchItems() (bgo#695115). + Update the Item.Created and Item.Modified properties correctly (bgo#695052). + Build fixes. + Updated translations. ++++ gnome-packagekit: - Update to version 3.7.92: + Do not use GTK deprecated functions. + Don't show confirmation dialog by default. + Don't use horizontal scrollbars. + Fix alignment of dialog. + Ignore the selection-changed after clearing. + Updated translations. ++++ gnome-power-manager: - Update to version 3.7.92: + Add high contrast icons. + Remove all the status icons as these have not been used for a long time. + Added keywords to .desktop file. + Updated translations. ++++ gucharmap: - Update to version 3.7.92: + Add keywords to the desktop file. + Introspection fixes. + Bugs fixed: bgo#678311, bgo#686612, bgo#695979. + Updated translations. ++++ kernel-default: - Update to 3.9-rc3. - 2 patches were eliminated CONFIG_EXPERIMENTAL was eliminated, so I've updated the Xen patches for that. DMRAID45 and Rich ACLs also needed updating. - commit 228c5dd - rpm/kernel-binary.spec.in: Fix sed command with multiple certificates - commit 59405a2 ++++ kernel-desktop: - Update to 3.9-rc3. - 2 patches were eliminated CONFIG_EXPERIMENTAL was eliminated, so I've updated the Xen patches for that. DMRAID45 and Rich ACLs also needed updating. - commit 228c5dd - rpm/kernel-binary.spec.in: Fix sed command with multiple certificates - commit 59405a2 ++++ kernel-pae: - Update to 3.9-rc3. - 2 patches were eliminated CONFIG_EXPERIMENTAL was eliminated, so I've updated the Xen patches for that. DMRAID45 and Rich ACLs also needed updating. - commit 228c5dd - rpm/kernel-binary.spec.in: Fix sed command with multiple certificates - commit 59405a2 ++++ kiwi: - fixed copyBootCode and suseGFXBoot to be more generic with regards to the different u-boot img/bin files - create aarch64 link to boot images. Currently this points to the same boot description files used for armv7 and armv5 - make sure splash stays on screen when in oem-silentboot mode - apply new method naming convention, use p_ as prefix for "protected" methods - don't use grub2 modules from host system if not found in initrd + instead enable/disable support according to stages (BIOS/EFI) + print better error message in case of missing required stages + allow plain BIOS, plain EFI and EFI+BIOS setup - improve the KIWI*Builder framework + rename the ImageBuilder class to ImageBuilderBase to indicate base class status of the implementation + rename methods according to naming convention + add checksum creation capabilities to the ImageBuilderBase class - add method to execute images.sh explicitly to the Image class + the image class will transition to only represent the unpacked image. The new methods executes images.sh in the unpacked image tree + fixup the destructor to avoid "uninitialized" messages from Perl if object creation fails - improve the container build + run images.sh file + create a checksum for the container file - add naming convention to the developer documentation - fix up the pre-commit hook script to deal with file removal or renames. When moving/renaming or renaming a file, git still presents the old file name as "changed" previously this would break the code checking the modified files. Compile errors, registration errors, and perlcritic errors would be generated - add entry to container configuration file indicating device handling. This is lxc version dependent and kiwi does not know the host where the container is deployed, thus we cannot add the setting to the configuration without guard - create unit tests for the ImageBuilderBase class - create a rudimentary unit test for the Image class - fixed stage directory check for grub2 - make sure profile information is used in all kiwi modes - fixed call of undefined subroutine &KIWIGlobals::qxx - added option --force-bootstrap in combination with --recycle-root in the kiwi modes --prepare and/or --create. When using a base tree with --recycle-root kiwi normally skips the bootstrapping part because that data should all be part of the base tree. If the tree is not complete in this regard, e.g missing zypper one can now enforce the bootstrapping phase to be called. ++++ aalib: - Replace Source with Link to source ++++ libavutil: - Enable pic on aarch64 ++++ libffi48: - Update to first GCC 4.8.0 release candidate (r196783). ++++ libgcj48: - Update to first GCC 4.8.0 release candidate (r196783). ++++ libgcrypt: - update to 1.5.1 * Allow empty passphrase with PBKDF2. * Do not abort on an invalid algorithm number in gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklen. * Fixed some Valgrind warnings. * Fixed a problem with select and high fd numbers. * Improved the build system * Various minor bug fixes. * Interface changes relative to the 1.5.0 release: GCRYCTL_SET_ENFORCED_FIPS_FLAG NEW. GCRYPT_VERSION_NUMBER NEW. - add verification of source code signatures - now requires automake 1.11 to build ++++ libgnome-keyring: - Update to version 3.7.92: + Updated translations. ++++ gtksourceview: - Update to version 3.7.92: + New style id for warnings. + Improvements to the completion code and documentation. + Misc bugfixes. + Updated translations. - Add pkgconfig(glib-2.0) BuildRequires: new, explicitly tested dependency. ++++ libgweather: - Update to version 3.7.92: + Various fixes to parsing of weather data from network services. + Updated translations. ++++ m17n-lib: - license update: LGPL-2.1+ and GPL-2.0+ Consolidate - the GPL-2.0+ is only included because of test scripts (e.g. src/linkcore.c). ++++ libosinfo: - Update to version 0.2.6: + New API to: - query signed status of device drivers. - query device driver signing requirement of installer scripts. - enable/disable installer script driver signing checks. + Use system-installed pci.ids/usb.ids files, if available. + Don't ignore vendor/device names from pci.ids/usb.ids files. + Corrections to RPM spec. ++++ libpng16: - allow zero length PLTE chunks (fixes GraphicsMagick testsuite) ++++ python-gobject: - Update to version 3.7.92: + pygtkcompat: Make gdk.Window.get_geometry return tuple of 5. + pygtkcompat: Initialize hint to zero in set_geometry_hints. + Remove incorrect bounds check with property helper flags. + Bugs fixed: bgo#637832, bgo#696011, bgo#694889, bgo#695420, bgo#695420. ++++ python3-gobject: - Update to version 3.7.92: + pygtkcompat: Make gdk.Window.get_geometry return tuple of 5. + pygtkcompat: Initialize hint to zero in set_geometry_hints. + Remove incorrect bounds check with property helper flags. + Bugs fixed: bgo#637832, bgo#696011, bgo#694889, bgo#695420, bgo#695420. ++++ qoauth: - Add aarch64 to the list of lib64 platforms ++++ libquicktime: - builds also with libpng16 * libpng16.patch ++++ libsecret: - Update to version 0.15: + Tweak predefined schemas (bgo#695791). + Updated translations. ++++ libsoup: - Update to version 2.41.92: + Fixed a bug that caused libsoup to retry an incorrect password repeatedly, forever, in a certain case that affected Google calendars in evolution in particuar (rh##916224). + Also added code to make such infinite retry loops impossible in the future. + Fixed SoupRequestData's handling of URIs with "%00" in them (bgo##695246). + Added the SoupSession:proxy-resolver property (bgo#680273). + Added missing G_BEGIN_DECLS/G_END_DECLS to soup-message-headers.h, so that its functions can be called from C++. + Updated translations. ++++ tracker: - Update to version 0.16.0: + Flickr miner was removed: it will be imported to GNOME Photos later. + Removed more unmaintained utilities: tracker-explorer, tracker-search-bar, playlists, lyrics, webhistory. + New features: Support GKqueueDirectoryMonitor API on BSD systems. + Full Text Search (FTS) v4 support: - New SPARQL function fts:snippet(?u) - New SPARQL function fts:offsets(?u). + Firefox/Thunderbird plugin updates. + Updated translations. - Drop build_applet defines and conditions: the applet (tracker-search-bar) was dropped by upstream. + Remove pkgconfig(libpanelapplet-4.0) BuildRequires. + No longer pass --enable-tracker-search-bar resp. - -disable-tracker-search-bar to configure. + Drop gnome-panel-applet-tracker subpackage; obsolete it by tracker main package. - Drop build_miner_flickr defines and conditions: the flickr miner was dropped by upstream. - Remove README.SUSE.flickr source file: no longer relevant. - Drop pkgconfig(rest-0.7) BuildRequires. - No longer pass --enable-miner-flickr/--disable-miner-flickr to configure. - Drop -miner-flickr subpackage; obsolete it by tracker main package. - No longer pass --enable-tracker-explorer resp. - -disable-tracker-explorer (based on build_gui defines) to configure, as tracker-explorer has been removed. - Drop tracker-0.14.4-giflib5.patch: fixed upstream. ++++ udisks2: - Update to version 2.1.0: + mdraid: Remove spurious argument for the format. + Support broken setups where ID_SERIAL is available but ID_SERIAL_SHORT is not. + Call the right D-Bus completion routines. + integration-test: Update for mkntfs. + Updated translations. ++++ upower: - Update to version 0.9.20: + New Features: - Add a --enable-deprecated configure argument to remove pm-utils support - Deprecate running the powersave scripts - Factor out the Logitech Unifying support to support other devices - Require applications to define UPOWER_ENABLE_DEPRECATED to use deprecated functionality + Bugfixes: - Bump maximum accepted "time to empty" to 10 days - Don't use the deprecated INCLUDES in Makefile.am - Fix batteries which report current energy but full charge - Fix K750 features name, use 1 second interval - Fix memory leak in up_polkit_get_subject - Fix two memory leaks - integration-test: Always run on a fake system bus - integration-test: Move to using umockdev - Never use -WError when building - Raise the hard PolicyKit dep to 0.97 ++++ LibVNCServer: - Add Url to Source section in spec file ++++ man-pages: - update to version 3.50 * New and rewritten pages canonicalize_file_name.3 Rewrite page, adding much more detail * Global changes * Various pages Global fix: s/END_LICENSE/LICENSE_END/ * Various pages Global fix: s/bitmask/bit mask/ * Changes to individual pages getent.1 netgroup description incorrectly refers to initgroups capget.2 Update URL for libcap fork.2 Port access permission bits (ioperm()) are turned off in the child futex.2 'timeout' is a minimum duration that the call will wait, not a maximum ioperm.2 Note that iopl() level of 3 is needed to access ports 'num' is *bits* not bytes! Linux 2.6.8 lifted the port limit to 65,536 See http://article.gmane.org/gmane.linux.kernel/202624/ From: Stas Sergeev aknet.ru> Subject: [patch][rfc] Larger IO bitmap Date: 2004-05-07 19:55:03 GMT ioperm() operates on the calling *thread* (not process) Clarify meaning of 'turn_on' argument Plus form formatting fixes. Clarify that default state of permission bits in child is off NOTES: add mention of /proc/ioports SEE ALSO: add outb(2) iopl.2 CAP_SYS_RAWIO is required to *raise* the I/O privilege level Clarify that the two least significant bits of 'level' are what matter SEE ALSO: add outb(2) syscalls.2 Add version information for all (other) syscalls Add perfmonctl(2) futimes.3 ERRORS: Add ENOSYS for lutimes() See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620746 getpass.3 Suggest use of the ECHO flag as an alternative See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644261 realpath.3 Document GNU extensions for EACCES and ENOENT errors stdarg.3 Describe va_copy() See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575077 termios.3 Mention that noncanonical mode does not do input processing See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643854 random.4 Document write and document the ioctl interface of /dev/random The update consists out of two parts: - a minor thing which just documents what happens if a write to /dev/(u)random is performed, which is used in the example script but not explicitly mentioned. - the other (biggest) part is the documentation of the ioctl() interface which /dev/(u)random exposes. This ioctl() lives in drivers/char/random.c and the primitives can be found in include/linux/random.h One comment remains, there used to be an RNDGETPOOL ioctl() which disappeared in v2.6.9. I found two patches on the net: - http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8.1/2.6.8.1-mm4/broken-out/dev-random-remove-rndgetpool-ioctl.patch - https://lkml.org/lkml/2004/3/25/168 But as far as I can tell the first one got applied but the 2nd one seems more correct. The result is that even today one can still find traces of the RNDGETPOOL ioctl() in the header files. Is this there for historical reasons or because it might break userspace, even though using it will just give an EINVAL. bootparam.7 Document 'rootfstype' option See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182014 capabilities.7 Add various pieces under CAP_SYS_RAWIO Info obtained by grepping the kernel source. Add CAP_SYS_RESOURCE /proc/PID/oom_score_adj case netlink.7 Add a note about broadcast messages to multiple groups socket.7 Define _GNU_SOURCE to obtain the definition of 'struct ucred' See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572210 ++++ seahorse-nautilus: - Update to version 3.7.92: + Updated translations. ++++ tracker-extras: - Update to version 0.16.0: + Flickr miner was removed: it will be imported to GNOME Photos later. + Removed more unmaintained utilities: tracker-explorer, tracker-search-bar, playlists, lyrics, webhistory. + New features: Support GKqueueDirectoryMonitor API on BSD systems. + Full Text Search (FTS) v4 support: - New SPARQL function fts:snippet(?u) - New SPARQL function fts:offsets(?u). + Firefox/Thunderbird plugin updates. + Updated translations. - Drop build_applet defines and conditions: the applet (tracker-search-bar) was dropped by upstream. + Remove pkgconfig(libpanelapplet-4.0) BuildRequires. + No longer pass --enable-tracker-search-bar resp. - -disable-tracker-search-bar to configure. + Drop gnome-panel-applet-tracker subpackage; obsolete it by tracker main package. - Drop build_miner_flickr defines and conditions: the flickr miner was dropped by upstream. - Remove README.SUSE.flickr source file: no longer relevant. - Drop pkgconfig(rest-0.7) BuildRequires. - No longer pass --enable-miner-flickr/--disable-miner-flickr to configure. - Drop -miner-flickr subpackage; obsolete it by tracker main package. - No longer pass --enable-tracker-explorer resp. - -disable-tracker-explorer (based on build_gui defines) to configure, as tracker-explorer has been removed. - Drop tracker-0.14.4-giflib5.patch: fixed upstream. ++++ smartmontools: - Update to version 6.1: * smartctl -l improved. * smartctl -s/-g wcache and rcache for SCSI devices. * smartctl prints more info for ATA and SCSI devices. * smartctl '--identify' updated for latest ATA ACS-3 spec. * smartd runs /etc/smartd_warning.sh to generate warning emails. * smartd '-w PATH' option to specify this executable. * smartd '-d ignore' directive. * smartd DEVICESCAN ignores devices already specified. * smartd: added support for -s and -A for SCSI devices. * smartd '-W' directive uses ATA attribute 190 if 194 is missing. * Support of larger SCSI defect lists via READ DEFECT(12). * Device type '-d usbjmicron,p' for Prolific USB bridges. * Many HDD, SSD and USB additions to drive database. * Support for SAS disks behind Areca controllers. * Improved support for SATA disks on LSI/Megaraid controllers. * Disks on MegaRaid controllers are automatically scanned. - smartmontools.keyring: New signing key for the next 2 years. ++++ tomboy: - Update to version 1.13.6: + Improve note naming conflict dialog on sync. + Use Xamarin's GTK# for Windows build. + Updated translations. ++++ vim: - Updated to revision 865, fixes the following problems * Compiler warnings. * When calling system() multi-byte clipboard contents is garbled. * The QuitPre autocommand event does not trigger for :qa and :wq. * "gv" selects the wrong area after some operators. * 'ambiwidth' must be set by the user. * When using --remote-expr try/catch does not work. (Andrey Radev) * ":setlocal number" clears global value of 'relativenumber'. * Dragging the status line can be slow. * Problem with 'ambiwidth' detection for ANSI terminal. * Can't build without the mouse feature. * Mouse position may be wrong. ++++ xorg-x11-Xvnc: - Enable encryption support - Enable pam support ++++ yast2-add-on: - configure the network when adding remote add-ons via boot parameter in DVD installation (bnc#809912) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-3-17 - Mar 17 2013 ------------------- ------------------------------------------------------------------ ++++ evolution: - Update to version 3.7.92: + [itip-formatter] Reference a view when searching for a calendar. + org.gnome.evolution.calendar.gschema.xml.in: Define a 'Duration' enum. + [backup-restore] Dir separator removal breaks DConf settings restore. + Add utility functions for manipulating weekdays. + evolution-addressbook-export: Remove main loop event flushing. + e_mail_config_notebook_commit: Skip non-writable sources. + Do not leak each sent message. + Bugs fixed: bgo#415371, bgo#645476, bgo#676696, bgo#690092, bgo#690930, bgo#693254, bgo#695193, bgo#695477, bgo#695570, bgo#695693. + Updated translations. ++++ evolution-data-server: - Update to version 3.7.92: + Test suite improvements. + EBookBackendSqliteDB improvements. + EBookClient introspection fixes. + Fix a memory leak around imapx_untagged_vanished(). + Correct names for im_jabber_work variables. + Bugs fixed: bgo#215428, bgo#350323, bgo#352266, bgo#690433, bgo#690552, bgo#695308, bgo#695539, bgo#695960. + Updated translations. - Drop e-d-s-link-goa.patch: fixed upstream. - Drop gnome-common BuildRequires and call to gnome-autogen.sh, as we no longer carry patches touching the build system. ++++ gnome-control-center: - Disable gnome-control-center-allow-yast-in-shell.patch: the rebase is not fully completed; currently, this patch makes the build fail. ++++ gnome-panel: - Add gnome-panel-3.8.patch: Fix build with GNOME 3.8 infrastructure. ++++ gnome-terminal: - Update to version 3.7.92: + Bug fixes. + Bugs fixed: bgo#695759, bgo#695569, bgo#695571, bgo#695369, rh#919715. + Updated translations. ++++ kiwi: - fixed directory creation in KIWIImageCreator. the profile information was stored in a variable which was not used - fixed typo in function name ++++ lftp: - Fix lftp-ca-bundle-path.patch: the correct syntax is to "set" the parameter (bnc#792456). ++++ util-linux: - Split "which", "time" and "adjtimex" off util-linux ++++ libgme: - Update to 0.6.0 * SPC improvements: - Switched to newer snes_spc 0.9.0 for SPC emulation. Uses fast DSP. - Fixed Spc_Emu::gain(). - Fixed support for files <0x10200 bytes. * Other bugfixes: - Fixed a couple of GBS bugs, one involving access of memory after realloc. - Blip_Buffer works on systems where 'double' is a single-precision floating-point type. - Fix uninitialized buffer size in dual_resampler. - Compilation warnings squashed out as of clang 3.3-pre and gcc 4.7.2. * API changes/additions: - Removed documentation of C++ interface, as the C interface in gme.h is the only supported one. - Added gme_enable_accuracy() for enabling more accurate sound emulation options (currently affects SPC only). * Build system improvements: - Add pkg_config support. - Fix build on case-insensitive systems. - Allow for install on Cygwin. - Fix install on multilib systems, such as many 64-bit distros (CMake must be able to figure out your system's libsuffix, if any). - C++ implementation symbols are not leaked into the resultant library file (requires symbol visibility support). * Sample player improvements: - Can toggle fast/accurate emulation (with the 'A' key). - Remove all the previous patches (libgme-0.5.5-LIB_SUFFIX.patch, libgme-0.5.5-pkg_config.patch and libgme-0.5.5-symbol_visibility.patch) - Add libgme-0.6.0-pkgconfig_path.patch ++++ nagios: - adapt static html pages to reflect the current version ++++ suse-module-tools: - The "allow_unsupported_modules" feature, does not belong too openSUSE, kmod (and hence udev and systemd) do not understand it in anyway. limit to SLE only. ------------------------------------------------------------------ ------------------ 2013-3-16 - Mar 16 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager-kde4: - Update to 0.9.0.8 * Show icon in systray when mobile's access technology and signal quality are unknown. * Don't erase the input for the WEP key when it's not correct. * Add support to wireless ap-mode. (kde#311705) * Handle new states of active connection due to some changes in the new version of NetworkManager (>= 0.9.7). (kde#316672) * Fix missing password field in wpa2 password dialog. (kde#299868) * Use correct interface name in InterfaceDetails. * Fix crash when parsing IPv6 configuration from dbus and accept upper case hexadecimal digits in SimpleIpV6AddressValidator. (kde#314811) * Relay NetworkManager's secret request even when using plain text storage. (kde#312964) ++++ boost: - Update to 1.53.0. Major changes since 1.49.0: New libraries: * Algorithm: A collection of useful generic algorithms. * Context: Context switching library. * Functional/OverloadedFunction: Overload different functions. * LocalFunction: Program functions locally, within other functions. * Utility/IdentityType: Wrap types within round parenthesis. For a detailed descriptions see http://www.boost.org/users/history/version_1_50_0.html http://www.boost.org/users/history/version_1_51_0.html http://www.boost.org/users/history/version_1_52_0.html - Delete unneeded patches: * boost-chrono_add_function_return.patch * boost-fix_documentation.patch * boost-time_utc.patch ++++ gmime: - add buildconditional for being able to build without mono ++++ kdelibs4: - Add kjs-stacklimit.diff: * Fix overflow computing availableStackSize from stack limit (kde#316923) ++++ kiwi: - make the methods of the XML data base class public + brings code into allignment with other OO use in other langauges + the base class nature is indicated by the name ++++ libQtWebKit4: - Update to version 2.3.0 (bnc#769197) * Lots of performance improvements and reduced memory usage. * Incremental image loading by prefering WebKit image-decoders over Qt image decoders * Interface for automatic spell-checker * Better support for "BLOB" URLs * WebGL support * CSS shaders/filters support * CSS regions/exclusions support - Add upstream patch for gstreamer 1.0 support, and enable it for >= 13.1 - Drop obsolete patches: avoid-rpath.diff, bison-26.diff, build-with-glib-231.diff, fix_infinite_loop_bwo97258.diff, 0001_fix_symbols_visibility_for_webcore.diff and 01_lflags_as-needed.diff ++++ libgda: - Update to version 5.1.2: + Many small corrections, some uncovered by CoverityScan. + Misc code cleanups, avoid using deprecated functions. + MySQL improvements. + Vala bindings improvements and corrections. + Data export improvements + Upgraded SQLite to 3.7.14.1 and SqlCipher to 2.1.1. + Have blobs work on Windows. + Bugs fixed: bgo#691099, bgo#691069, bgo#669801, bgo#687235, bgo#684895, bgo#684583, bgo#684141, bgo#683162. + Updated translations. - Drop libgda-introspect.patch: fixed upstream. - Add libgda-old-graphviz.patch: re-add support for older graphviz versions (< 2.30). - Add libgda-no-return-in-nonvoid.patch: Fix missing return values in non-void functions. ++++ v4l-utils: - add use-openat-if-available.patch: * prefer openat over deprecated open syscall (fixes aarch64) ++++ mozilla-nspr: - update to version 4.9.6 * aarch64 support (removed obsolete aarch64-support.patch) * added PL_SizeOfArenaPoolExcludingPool function (bmo#807883) * Auto detect android api version for x86 (bmo#782214) * Initialize Windows CRITICAL_SECTIONs without debug info and with nonzero spin count (bmo#812085) ++++ nagios: - update to 3.5.0: + Fixed bug #403: The "configuration" page of the webui doesn't use entity encoding when displaying the "command expansion" item (Eric Stanley, Phil Randal) + Fixed bug #424: Nagios Core 3.4.4 seg fault (core dump) on restart after removing config for running service (Eric Stanley) + Updated CGI utility functions to support UTF-8 characters (Eric Stanley) + Fixed bug where selecting Command Expansion from Configuration CGI page would display commands instead (Eric Stanley) + Fixed bug #369: status.cgi crashes with segfault when there are german ulauts (äöüß) in the hostname or the servicename (Eric Stanley) + Fixed bug #418: Scheduled Downtime Notifications Resent On Nagios Restart/reload (Eric Stanley ++++ xorg-x11-driver-video-nouveau: - Also build on powerpc ------------------------------------------------------------------ ------------------ 2013-3-15 - Mar 15 2013 ------------------- ------------------------------------------------------------------ ++++ DirectFB: - use original tar as source url ++++ acl: - use source url ++++ autoyast2: - fixed handling of removing (or deselecting) packages during AutoYaST upgrade (bnc#794403) ++++ bash: - Disable workaround for bnc#382214 due bnc#806628, let's see when the old bug will be up again. - Update bash 4.2 to patch level 45 * When SIGCHLD is trapped, and a SIGCHLD trap handler runs when a pending `read -t' invocation times out and generates SIGALRM, bash can crash with a segmentation fault. * When converting a multibyte string to a wide character string as part of pattern matching, bash does not handle the end of the string correctly, causing the search for the NUL to go beyond the end of the string and reference random memory. Depending on the contents of that memory, bash can produce errors or crash. * The <&n- and >&n- redirections, which move one file descriptor to another, leave the file descriptor closed when applied to builtins or compound commands. - Use screen to provide a controlling terminal for running the test suite ++++ gcc48: - Dependent on %product_libs_gcc_ver suffix shared library packages with -gcc48. - Adjust shared library package provides and conflicts. ++++ gnome-tweak-tool: - Added support for translation-update-upstream. ++++ gsettings-desktop-schemas: - Added support for translation-update-upstream. ++++ kernel-default: - rpm/kernel-binary.spec.in: Install the used certificates below /etc/uefi/certs (fate#314507). - commit 19b4300 - rpm/kernel-cert-subpackage: Make the template work with multiple certificates. - commit 3bf5898 ++++ kernel-desktop: - rpm/kernel-binary.spec.in: Install the used certificates below /etc/uefi/certs (fate#314507). - commit 19b4300 - rpm/kernel-cert-subpackage: Make the template work with multiple certificates. - commit 3bf5898 ++++ kernel-pae: - rpm/kernel-binary.spec.in: Install the used certificates below /etc/uefi/certs (fate#314507). - commit 19b4300 - rpm/kernel-cert-subpackage: Make the template work with multiple certificates. - commit 3bf5898 ++++ kiwi: - added support for hybrid EFI disk images based on gptsync. * if gptsync is installed an MBR is added to the GPT table * this allows to boot plain vmx images via legacy BIOS and EFI * this allows to boot oem disk via legacy BIOS and EFI The repartition code of an EFI oem will overwrite the MBR placed by gptsync. Thus the kiwi initrd tries to re-add the information by calling syncGPT. The funtion requires the presence of gptsync and sfdisk inside the kiwi initrd. Both tools are not part of the kiwi initrd by default * this allows to boot oem install media via legacy BIOS and EFI oem install media are install ISOs and install sticks * please note placing an MBR into the GPT is outside of the EFI standard. It might happen that an EFI firmware refuse to boot a system which includes a MBR inside the GPT. Thus gptsync support should be seen as experimental - v5.05.4 released - fixed unit test: kiwiContainerBuilder + the test used the getArch() function from the global space this function turns any 32bit arch name into 'ix86' but the container builder code uses the value from 'uname -m' in the generateBuildImageName() function and thus the arch value used here is like 'i686'. Therefore the unit test will fail on all 32bit x86 architectures - v5.05.3 released - fixed package build, lxc is required for unit testing - v5.05.2 released ++++ krb5: - update to version 1.11.1 * Improve ASN.1 support code, making it table-driven for decoding as well as encoding * Refactor parts of KDC * Documentation consolidation * build docs in the main package * bugfixing - changes of patches: * bug-806715-CVE-2013-1415-fix-PKINIT-null-pointer-deref.dif: upstream * bug-807556-CVE-2012-1016-fix-PKINIT-null-pointer-deref2.dif: upstream * krb5-1.10-gcc47.patch: upstream * krb5-1.10-selinux-label.patch replaced by krb5-1.11-selinux-label.patch * krb5-1.10-spin-loop.patch: upstream * krb5-1.3.5-perlfix.dif: the tool was removed from upstream * krb5-1.8-pam.patch replaced by krb5-1.11-pam.patch ++++ lapack: - Split devel packages into devel and devel-static ++++ libcryptui: - Added support for translation-update-upstream. ++++ libffi48: - Dependent on %product_libs_gcc_ver suffix shared library packages with -gcc48. - Adjust shared library package provides and conflicts. ++++ libgcj48: - Dependent on %product_libs_gcc_ver suffix shared library packages with -gcc48. - Adjust shared library package provides and conflicts. ++++ libgdiplus0: - license update: (LGPL-2.1+ or MPL-1.1) and MIT Avoid confusion ++++ libmtp: - updated to 1.1.6 - Soname libmtp.so.9.1.0 - binary compatible, new interfaces have been added. - Devices, devices, devices... I think I had a hundred (no kidding) reports for the Nexus 4. It seems hackers just love this device and cannot wait for me to spin a new libmtp. - More careful autoprobing code for Linux, running around in sysfs to try to avoid opening non-MTP devices. The libusb devs do not uniformly like this idea but what shall I do? People still want their devices to autodetect. Any hints welcome, any patches will be reviewed. - Interface extenstions from Philip Langdale to support the Android in-place read/write extensions. This will be used by GVFS for editing files etc, it is actually very useful when treating the MTP device as a "real" filesystem. It only works on Android devices with Google's MTP stack, but hey, that is a fair share of the MTP devices used today. - Several fixes and memory leaks fixed by Lei Zhang courtesy if the Chromebook project, thanks Google! - Windows Phone 8 should work out of the box. - remove upstream libmtp_motoRazr.patch ++++ libpeas: - Added support for translation-update-upstream. ++++ mkinitrd: - Do not refresh the bootloader if no kernels are installed (bnc#804398). - Skip static interfaces when configuring dhcp interfaces (bnc#755642). - Fix boot from mdraid on top of multipath devices (bnc#784613) ++++ nss_ldap: - ldap.conf is now part of nss_ldap since pwdutils was dropped (bnc#809245) - removed no longer needed %post scriptlet ++++ seamonkey: - update to SeaMonkey 2.16.2 ++++ squid: - New revision for squid.service (using only sed) handle multiple cache_dir line Added sed as require ++++ yast2: - testsuite adapted to previous change (new code in Enable call) ++++ yast2-packager: - disable certificate check for HTTPS installation repository when sslcerts=0 boot option is used (bnc#807799) - 2.24.0 ------------------------------------------------------------------ ------------------ 2013-3-14 - Mar 14 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - Re-enabled translation-update-upstream. ++++ arpwatch: - Drop sysvinit support and add systemd support for opensuse > 11.4 ++++ autoyast2: - 2.24.0 - add possibility to demand swap suited for suspend (bnc#801866) ++++ git: - updated to version 1.8.2: * a new release of 1.8.x, lots of bug fixes and documentation updates * git-python-install-fix.diff changed more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.txt ++++ gnome-clocks: - Added support for translation-update-upstream. ++++ gnome-contacts: - Added support for translation-update-upstream. ++++ gnome-documents: - Added support for translation-update-upstream. ++++ gnome-font-viewer: - Added support for translation-update-upstream. ++++ gnome-online-accounts: - Added support for translation-update-upstream. ++++ gnome-screenshot: - Added support for translation-update-upstream. ++++ harfbuzz: - Update to version 0.9.13: + Build fixes. + Ngapi HarfBuzz Hackfest in London (February 2013): - Fixed all known Indic bugs. - New Win8-style Myanmar shaper. - New South-East Asian shaper for Tai Tham, Cham, and New Tai Lue. - Smartly ignore Default_Ignorable characters (joiners, etc) when matching GSUB/GPOS lookups. - Fix 'Phags-Pa U+A872 shaping. - Fix partial disabling of default-on features. - Allow disabling of TrueType kerning. + Fix possible crasher with broken fonts with overlapping tables. + Removed generated files from git again. ++++ hplip: - use URLs in Source tags - added gpg signature checking to %prep. ++++ java-1_7_0-openjdk: - update to icedtea-2.3.7 (bnc#809386) * Security fixes - S8007014, CVE-2013-0809: Improve image handling - S8007675, CVE-2013-1493: Improve color conversion * Backports - S8002344: Krb5LoginModule config class does not return proper KDC list from DNS - S8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c - S8006179: JSR292 MethodHandles lookup with interface using findVirtual() - S8006882: Proxy generated classes in sun.proxy package breaks JMockit * Bug fixes - PR1303: Correct #ifdef to #if - PR1340: Simplify the rhino class rewriter to avoid use of concurrency - Revert 7017193 and add the missing free call, until a better fix is ready. * made awt crasher patch deprecated ++++ kernel-default: - Updated to 3.9-rc2. - Eliminated 52 patches. - Xen is disabled. - ARM configs need updating and are disabled. - commit 3bf3dbf - Updated Patch-mainline headers for HyperV patches. - commit 2e0d7a5 - supported-flag: clean up patches and merge into one The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and the text has been updated to reflect that SUSE is no longer a unit of Novell. - commit 7761647 - drm/i915: bounds check execbuffer relocation count (bnc#808829,CVE-2013-0913). - commit 72202f0 ++++ kernel-desktop: - Updated to 3.9-rc2. - Eliminated 52 patches. - Xen is disabled. - ARM configs need updating and are disabled. - commit 3bf3dbf - Updated Patch-mainline headers for HyperV patches. - commit 2e0d7a5 - supported-flag: clean up patches and merge into one The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and the text has been updated to reflect that SUSE is no longer a unit of Novell. - commit 7761647 - drm/i915: bounds check execbuffer relocation count (bnc#808829,CVE-2013-0913). - commit 72202f0 ++++ kernel-pae: - Updated to 3.9-rc2. - Eliminated 52 patches. - Xen is disabled. - ARM configs need updating and are disabled. - commit 3bf3dbf - Updated Patch-mainline headers for HyperV patches. - commit 2e0d7a5 - supported-flag: clean up patches and merge into one The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and the text has been updated to reflect that SUSE is no longer a unit of Novell. - commit 7761647 - drm/i915: bounds check execbuffer relocation count (bnc#808829,CVE-2013-0913). - commit 72202f0 ++++ kiwi: - fixed getSingleInstSourceSatSolvable() in terms of pattern handling. the function stores projectxml always with the the suffix .gz which indicates a compressed version of the file. But the patterns information file could also contain a non compressed version of patterns.xml which is then wrongly used as compressed file ++++ libcap-ng: - use source url ++++ webkitgtk: - Update to version 1.11.91: + Add WebKitWebPage::document-loaded signal to WebKit2 GTK+ web extensions API. + Add webkit_web_page_get_uri to WebKit2 GTK+ web extensions API. + Add WebKitWebPage::send-request signal to WebKit2 GTK+ web extensions API. + Add WebKitWebViewGroup to WebKit2 GTK+ API. + Fix Control+Shift+Up/Down selection that worked backwards. + Fix "Too many redirects" error when loading certain web sites. + Fix rendering of buttons containing floats. + Fix the build when using GTK+ 2. - Drop libwebkit-gtk2build.patch: fixed upstream. ++++ webkitgtk3: - Update to version 1.11.91: + Add WebKitWebPage::document-loaded signal to WebKit2 GTK+ web extensions API. + Add webkit_web_page_get_uri to WebKit2 GTK+ web extensions API. + Add WebKitWebPage::send-request signal to WebKit2 GTK+ web extensions API. + Add WebKitWebViewGroup to WebKit2 GTK+ API. + Fix Control+Shift+Up/Down selection that worked backwards. + Fix "Too many redirects" error when loading certain web sites. + Fix rendering of buttons containing floats. + Fix the build when using GTK+ 2. - Drop libwebkit-gtk2build.patch: fixed upstream. ++++ mpfr: - Update to version 3.1.2. * Bug fixes * Updated examples to the MPFR 3.x API ++++ p11-kit: - Update to version 0.16.4: + Display per command help again (fdo#62153). + Don't always print tools debug output (fdo#62152). - Changes from version 0.16.3: + When iterating don't skip tokens without the CKF_TOKEN_INITIALIZED flag. + Hardcode some distrust records for NSS temporarily. + Parse global options better in the p11-kit command. + Better debugging. - Changes from version 0.16.2: + Fix regression in 'p11-kit extract --purpose' option (fdo#62009) + Documentation updates + Build fixes (fdo#62001). - Changes from version 0.16.1: + Don't break when cA field of BasicConstraints is missing (fdo#61975). + Documentation fixes and updates. + p11-kit extract-trust is a placeholder script now. ++++ samba: - Fix periodic printcap cache reloads; (bso#9650); (bnc#807334). ++++ zeitgeist: - Update to version 0.9.9: + This version introduces libzeitgeist2, a Vala port of the previously independent libzeitgeist library. + Engine: - Fixed insertion of large event sets. - Fixed database migration to WebDataObject (from some RemoteDataObjects). - Events missing required meta-data are now rejected. + FTS: - Fixed to respect ZEITGEIST_DATA_PATH. + Python API: - RelevantResultType is now included in "from datamodel import *". - Add pkgconfig(gobject-introspection-1.0) BuildRequires: new dependency. - Pass --enable-fts to configure. - Create new subpackages libzeitgeist-2_0-0, typelib-1_0-Zeitgeist-2_0 and zeitgeist-devel. ++++ pigz: - update to 2.3 * Don't complain about missing suffix when not writing output file * Put all global variables in one global structure for readability * Do not decompress concatenated zlib streams -- only gzip streams * Add option for compression level 11 to use zopfli * Fix handling of junk after compressed data - added pigz-lm.patch * adds missing "-lm" - provide unpigz binary and manpage as symlink, not copy. - removed fake cc script - build system honors CC - cleanup spec file ++++ squid: - Packaging : fixed systemd squid.service - Rework on squid.service ExecStartPre line remove dependency on unfunctionnal wrapper - Fix bnc#802635 (creating cache struture fail on first call) - Fixed Type=forking and remove the use off -N (non daemon flag) - Fixed missing pid file - Structural : add all -k to end of Exec/Stop line - Ulimit : Added LimitNOFile=4096 ( same value as in /etc/sysconfig) but there's no way to decode dynamically /etc/sysconfig - Remove syslog.target ( no need anymore : advise from fcrozat ) - Clean up squid_cache_build.sh - Changes to squid-3.2.9 (12 Mar 2013): - Regression fix: Accept-Language header parse - Bug 3673: Silence 'Failed to select source' messages - Fix authentication headers sent on peer digest requests - Fix build error on Solaris, OpenIndiana, Omnios - Changes to squid-3.2.8 (02 Mar 2013): - Bug 3767: tcp_outgoing_tos/mark ACLs do not obey acl_uses_indirect_client - Bug 3763: diskd Error: no filename in shm buffer - Bug 3752: objects that cannot be cached in memory are not cached on disk - Bug 3753: Removes the domain from the cache_peer server pconn key - Bug 3749: IDENT lookup using wrong ports to identify the user - Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests - Bug 3686: cache_dir max-size default fails - Bug 3515: crash in FtpStateData::ftpTimeout - Bug 3329: Quieten orphan Comm::Connection messages - Make squid -z for cache_dir rock preserve the rock DB - Fixed several server connect problems - ... and some build issues on Solaris, OpenIndiana, MacOS X - ... and some documentation and debugs polishing ++++ telepathy-gabble: - Update to version 0.17.3: + Enhancements: - fdo#58198: the Jingle protocol code now lives in Wocky. This should make no functional difference to Gabble. + Bugs fixed: fdo#43166, fdo#57521, fdo#61433. - Changes from version 0.17.2: + Enhancements: - Gabble now uses GLib's base64 implementation rather than including its own (fdo#54760, fdo#57080). - Gabble now looks up a STUN server from the stun._udp SRV record for the user's domain (fdo#25961). - XEP-0184 delivery reports are now supported (fdo#47378). + Bugs fixed: fdo#33789, fdo#52146, fdo#52362, fdo#56181, fdo#57267, fdo#57521. - Add telepathy-gabble-link-wocky.patch: link wocky examples against gnutls. - Add libtool BuildRequires and call to autoreconf (in lib/ext/wocky), as above patch touches the build system of the integrated wocky library. ++++ xterm: - Patch #291 - 2013/02/26 * add validity check for xterm widget parameter to AlternateScroll function, needed to handle wheel mouse events in the scrollbar area since patch #282 changes which introduced alternateScroll feature (Redhat #874327). ++++ yast2-storage: - version 2.24.0 - do not suggest to format /boot/efi in fstab import (bnc#809853) - button to demand swap suited for suspend to proposal (bnc#809190) ------------------------------------------------------------------ ------------------ 2013-3-13 - Mar 13 2013 ------------------- ------------------------------------------------------------------ ++++ digikam: - Update to 3.1.0 (bnc#816693): digikam: - General: Remove internal lqr-1 library code. Set only an optional and external dependency. - 14 fixed bugs. kipi-plugins: - 7 fixed bugs. ++++ emacs: - fix build with giflib5 by skipping configure test and adding emacs-24.2-giflib5.patch ++++ gnome-control-center: - Rebase gnome-control-center-allow-yast-in-shell.patch and reenable the patch. ++++ grub2: - remove all compatible links in grub2-efi as now all concerned utilities are fixed - superseding grub2-efi by grub2-x86_64-efi and grub2-i386-efi on x86_64 and ix86 respectively - make grub2-x86_64-efi and grub2-i386-efi providing grub2-efi capability to not break package dependency - handle upgrade from 12.2 by preseving grubenv and custom.cfg to new directory /boot/grub2, rename /boot/grub2-efi to /boot/grub2-efi.rpmsave to avoid confusion. ++++ kate: - Added use-a-numeric-comparision.patch from upstream, fixes building with python-qt 4.10 ++++ kde4-filesystem: - Update to 4.10.1 ++++ kdelibs4: - fix build with giflib-5 (kdelibs-4.10.0-giflib5.patch) ++++ kernel-default: - config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures These devices are found almost entirely on embedded platforms and end up adding hundreds of drivers for hardware that most users won't have. On systems using them, they are more likely to be embedded systems that should probably have a specialized kernel anyway. - commit 33d736f - Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n - commit 1008856 ++++ kernel-desktop: - config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures These devices are found almost entirely on embedded platforms and end up adding hundreds of drivers for hardware that most users won't have. On systems using them, they are more likely to be embedded systems that should probably have a specialized kernel anyway. - commit 33d736f - Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n - commit 1008856 ++++ kernel-pae: - config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures These devices are found almost entirely on embedded platforms and end up adding hundreds of drivers for hardware that most users won't have. On systems using them, they are more likely to be embedded systems that should probably have a specialized kernel anyway. - commit 33d736f - Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n - commit 1008856 ++++ kio_mtp: - Add android-tools package as recommended for access to android devices. ++++ kiwi: - the btrfsctl utility is deprecated and will be removed soon There was one code path in kiwi which needs to be adapted to understand both btrfs and btrfsctl (bnc #808962) ++++ libcap-ng: - version 0.7.3 - Make file opens use the cloexec flag (Cristian Rodríguez) - Add CAP_BLOCK_SUSPEND - Fix possible segfaults when CAP_LAST_CAP is larger than the lookup table - In pscap, don't drop capabilities when running with capabilities - Add CAP_COMPROMISE_KERNEL - Define FTW_CONTINUE in case its not defined in libc - Use glibc for xattr.h if available - Make sure stderr is used consistently in utils - Fix logic causing file based capabilities to not be supported when it should ++++ libgdiplus0: - fix build with giflib-5.x (libgdiplus0-giflib5.patch) ++++ tracker: - Add tracker-0.14.4-giflib5.patch: Fix build with giflib 5.0.x. - Update to version 0.15.4: + Build fixes: - Fixed various compiler warnings. - Fixed various introspection warnings. - Switched out all uses of deprecated GStaticMutex for GMutex. + Bugs fixed: bgo#643388. + Updated translations. ++++ zvbi: - builds with automake 1.13 * automake-1.13.patch ++++ nagios: - general update for 12.1, 12.2 and 12.3 for bnc#809180 ++++ tracker-extras: - Add tracker-0.14.4-giflib5.patch: Fix build with giflib 5.0.x. - Update to version 0.15.4: + Build fixes: - Fixed various compiler warnings. - Fixed various introspection warnings. - Switched out all uses of deprecated GStaticMutex for GMutex. + Bugs fixed: bgo#643388. + Updated translations. ++++ release-notes-openSUSE: - 12.3.6: * For the moment, disable 'ar' (pdf does not build). - 12.3.5 (bnc#808614): * New entries: Crypted LVM in UEFI Mode Needs /boot Partition (bnc#808104); Enable Secure Boot in YaST Not Enabled by Default When in Secure Boot Mode (bnc#808108); No Network after Installation (bnc#808111); Wrong Bootloader When Installing from a Live Medium in a UEFI Environment (bnc#808116); openSUSE 12.3 Medium May Not Boot on Future Secure Boot Enabled Hardware (bnc#808595). * Update entries: Gnome: Workaround to Set Shift or Ctrl+Shift as a Shortcut (bnc#804773). ++++ xfce4-power-manager: - builds with automake 1.13 * automake-1.13.patch ++++ xfce4-panel-plugin-notes: - builds with automake 1.13 * automake-1.13.patch ++++ xfce4-screenshooter: - builds with automake 1.13 * automake-1.13.patch ++++ xfdesktop: - builds with automake 1.13 * automake-1.13.patch ++++ xorg-x11-server: - rebased u_aarch64-support.patch and reenabled it ++++ xournal: - builds with automake 1.13 * automake-1.13.patch ++++ xtermset: - builds with automake 1.13 * automake-1.13.patch ++++ yast2-installation: - NetworkManager is enabled and active after second stage (bnc#808039) - 2.23.13 ------------------------------------------------------------------ ------------------ 2013-3-12 - Mar 12 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - build fixes for armv7hl: * disable debug build as armv7hl does not have enough memory * disable webrtc on armv7hl as it is non-compiling ++++ dhcp: - Added dhcp6-server service template for SuSEfirewall2 (bnc#783002) ++++ dnsmasq: - Create a utils subpackage to include DHCP lease management utils (that are living in contrib/wrt): + Explicitly build them in %build and install the files in %install. + Summary and description of the new subpackage are taken from Fedora. ++++ git: - updated to version 1.8.1.5: * minor fixes and documentation updates. more details, please see here: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.5.txt ++++ gpgme: - gpgme-config --libs lists -lassuan, but libgpgme-devel did not require libassuan-devel [bnc#808882] ++++ hplip: - Version upgrade to 3.13.3: Mainly a bugfix release. For details see http://hplipopensource.com/hplip-web/release_notes.html ++++ kdenetwork4: - fix build with giflib-5 (kdenetwork-4.10.0-giflib5.patch) ++++ kernel-default: - Drivers: hv: balloon: Do not request completion notification (fate#314663). - commit 6b249cb - e1000e: fix runtime power management transitions (bnc#806966). - e1000e: fix pci-device enable-counter balance (bnc#806966). - e1000e: fix accessing to suspended device (bnc#806966). - commit 48a333b ++++ kernel-desktop: - Drivers: hv: balloon: Do not request completion notification (fate#314663). - commit 6b249cb - e1000e: fix runtime power management transitions (bnc#806966). - e1000e: fix pci-device enable-counter balance (bnc#806966). - e1000e: fix accessing to suspended device (bnc#806966). - commit 48a333b ++++ kernel-pae: - Drivers: hv: balloon: Do not request completion notification (fate#314663). - commit 6b249cb - e1000e: fix runtime power management transitions (bnc#806966). - e1000e: fix pci-device enable-counter balance (bnc#806966). - e1000e: fix accessing to suspended device (bnc#806966). - commit 48a333b ++++ kio_mtp: - Use upstream versioning - Update to Alpha2 (v0.75) * Complete rewrite of device access ++++ kiwi: - fixed setup of selectedProfiles information. The way it was done before possibly overwrites information provided on the commandline - added openSUSE 12.3 boot and JeOS templates for armv7 ++++ libgusb: - Update to version 0.1.6: + Do not use deprecated GLib functionality. + Remove duplicate gtk-doc check in configure. + Unref the GMainloop after it has been run, not when just quit. - Changes from version 0.1.5: + Don't use the deprecated INCLUDES in Makefile.am. + Fix documentation build. + Fix obvious typo in README. ++++ mariadb: - systemd awareness for openSUSE >= 12.1 ++++ libosinfo: - Update to version 0.2.5: + Make use of post-installation drivers in Windows 7 install scripts. + Windows 7 install script now requires product key. + Actually add install scripts for Windows 8. This was supposed to be merged in release 0.2.3. + Formalize architecture names in DB to align with libvirt. + Fixes to mingw RPM spec from Fedora. + Add a Windows 7 volume ID to DB. - Changes from version 0.2.4: + Fix crash in osinfo-detect against non-bootable media. + osinfo-install-script now displays names of generated files. + Add an all-in-one virtio and QXL device driver setup binary to Windows XP and 7. + Make use of post-installation drivers in Windows XP installer scripts. + Log post-install commands of Windows XP to target disk. + Add/improve/fix data on: - QEMU/QEMU-KVM hypervisor - GNOME - openSUSE + RPM spec file changes (shipped template). + Adapt to glib 2.36. + Fix some build warnings. + Some other fixes and improvements. ++++ poppler: - Update to version 0.22.2: + core: - Correct rendering of underline and strike out annotations (fdo#61518) - Workaround broken jpeg stream definitions (fdo#61994) - SplashOutputDev: Restore CTM on early exits (fdo#61413) - SplashOutputDev: Make sure we don't try to paint in x < 0 (kde#315432) - Fix latin page labels. (fdo#61034) - Fix minor valgrind warning + utils: - pdfimages: Fix extraction of some images (fdo#61168) + build system: - Fix the build with automake-1.13 ++++ poppler-qt: - Update to version 0.22.2: + core: - Correct rendering of underline and strike out annotations (fdo#61518) - Workaround broken jpeg stream definitions (fdo#61994) - SplashOutputDev: Restore CTM on early exits (fdo#61413) - SplashOutputDev: Make sure we don't try to paint in x < 0 (kde#315432) - Fix latin page labels. (fdo#61034) - Fix minor valgrind warning + utils: - pdfimages: Fix extraction of some images (fdo#61168) + build system: - Fix the build with automake-1.13 ++++ libqjson: - Properly determine LIB_SUFFIX ++++ sg3_utils: - Update to version 1.35 - sg_compare_and_write: new utility - sg_inq+sg_vpd: block device characteristics VPD page: add product_type, WABEREQ, WACEREQ and VBULS fields - sg_inq: more --export option changes for udev - sg_vpd: add more rdac vendor specific vpd pages - sg_verify: add --ebytchk option for sbc3r34 changes - sg_stpg: --offline option: fix 'Invalid state 0xe' - sg_ses: Door Lock element changed to Door element and abbreviation changed from 'dl' to 'do' (ses3r05) - archive/rescan-scsi-bus.sh: upgrade to version 1.53hr - move rescan-scsi-bus.sh to scripts directory - sync to sbc3r34 - sg_lib: sg_ll_verify10+16 expand BYTCHK to 2 bit field - sg_pt_win32, sg_scan(win32): changes for cygwin 1.7.17 - clean up man page summary lines - sg_xcopy: new dd like utility for extended copy command - sg_copy_results: new utility for receive copy results - sg_verify: add 16 byte cdb, bytchk (data-out buffer) and group number support - sync to spc4r36 and sbc3r32 - sg_inq: add --export so sg_inq can replace udev's scsi_id - decode old EMC Symmetrix abuse of VPD page 0x83 - sg_vpd: decode old EMC Symmetrix abuse of VPD page 0x83 - sg_ses: increase max dpage response size to 64 KB - allow ident,locate on enclosure controller - more sanity for additional element status descriptor - sg_sanitize: add --ause, --fail and --test= - sg_luns: add long extended flat space addressing format - sg_logs: add ATA pass-through results lpage (SAT-2) - sg_rtpg: add --extended option - sg_senddiag: list rebuild assist diag page name - sg_pt_linux: expand DID_ (host_byte) codes - cope with a transport error plus sense data - prefer major() over MAJOR() macro - sg_lib: fix sg_get_command_name() service actions - report sdat_ovfl bit (if set) in sense data - decode extended_copy and receive_copy service actions - decode read_buffer and write_buffer modes - decode ATA PT fixed format sense (SAT-2) - sg_cmds_extra: add sg_ll_report_tgt_prt_grp2() - ./configure options: - change --enable-no-linux-bsg to --disable-linuxbsg - add --disable-scsistrings to reduce utility sizes ++++ man-pages: - update to version 3.48 * New and rewritten pages getunwind.2 New page documenting getunwind(2) Taken from Red Hat downstream man pages set Much rewriting Some text taken from arch/ia64/kernel/unwind.c. perfmonctl.2 New page documenting IA-64-specific perfmonctl(2) Taken from Red Hat downstream man pages Rework discussion of PFM_CREATE_CONTEXT Add VERSIONS and CONFORMING TO Note that there is no glibc wrapper Remove PFM_CREATE_EVTSETS, PFM_DELETE_EVTSETS, PFM_GETINFO_EVTSETS These don't exist, and it appears they never have. Fix argument types for PFM_WRITE_PMCS, PFM_WRITE_PMDS, PFM_READ_PMDS The types that were being used don't exist! Briefly document PFM_GET_FEATURES, PFM_DEBUG, PFM_GET_PMC_RESET_VAL gai.conf.5 New page documenting gai.conf Taken from Red Hat downstream pages nss.conf.5 New page describing nss.conf * Newly documented interfaces in existing pages clock_getres.2 Document CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE Document CLOCK_BOOTTIME Some improvements to CLOCK_BOOTTIME description ptrace.2 Document PTRACE_GETREGSET, PTRACE_SETREGSET, PTRACE_SEIZE, and friends Document PTRACE_GETREGSET, PTRACE_SETREGSET, PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN. * New and changed links fattach.2 fdetach.2 getmsg.2 isastream.2 putmsg.2 New link to unimplemented.2 Taken from Red Hat downstream. See https://bugzilla.redhat.com/show_bug.cgi?id=436407 * Global changes * Many pages Global fix: remove unneeded double quotes in .SH headings * Many pages Global fix: remove unneeded double quotes in .SS headings * Many pages Global fix: use consistent capitalization in .SS headings Capitalization in .SS sections across pages (and sometimes even within a single page) is wildly inconsistent. Make it consistent. Capitalize first word in heading, but otherwise use lower case, except where English usage (e.g., proper nouns) or programming language requirements (e.g., identifier names) dictate otherwise. * Many pages Remove double blank lines in output * Various pages Fix order of SH sections * Changes to individual pages accept.2 NAME: Add "accept4" access.2 Note that access() may also fail for FUSE Since in some cases (e.g. libguestfs's guestmount) it also has the semantics where files can appear owned by root, but are actually mutable by the user, despite what one might infer from the Unix permissions. getpeername.2 Clarify semantics of getpeername() for datagram sockets See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674034 getuid.2 Remove duplicate section heading mmap.2 Add note about partial page in BUGS section This adds a note about Linux behavior with partial page at the end of the object. The problem here is that a page that contains only part of a file (because the file size is not multiple of PAGE_SIZE) stays in page cache even after the mapping is unmapped and the file is closed. So if some process dirties such page, other mappings will see the changes rather than zeroes. Some 'flags' values require a feature test macro to be defined Add text to NOTES noting that some MAP_* constants are defined only if a suitable feature test macro is defined. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542601 Document EOVERFLOW error open.2 Clarify list of file creation flags POSIX.1-2008 TC1 clarified this, so that O_CLOEXEC, O_DIRECTORY, and O_NOFOLLOW are also in this list. prctl.2 Add some details for PR_GET_TID_ADDRESS read.2 Clarify interaction of count==0 and error checking POSIX deliberately leaves this case open, so the man page should be less specific about what happens. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533232 Remove crufty text about O_NONBLOCK on files See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700529 Clarify details for seekable files unimplemented.2 Add various STREAMS interfaces to NAME Taken from Red Hat downstream. See https://bugzilla.redhat.com/show_bug.cgi?id=436407 cexp2.3 Still does not exist in glibc 2.17 exit.3 Note that a call to execve() clears exit handler registrations getaddrinfo.3 SEE ALSO: Add gai.conf(5) malloc_trim.3 Remove duplicate section title printf.3 Fix error handling in example code See https://bugzilla.kernel.org/show_bug.cgi?id=23282 pthread_yield.3 Add _GNU_SOURCE feature test macro to SYNOPSIS resolver.3 resolv.conf.5 RES_DEBUG is only available if glibc is compiled with debug support See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692136 and https://bugzilla.kernel.org/show_bug.cgi?id=43061 strtol.3 Remove crufty text from previous fix core.5 Document CONFIG_COREDUMP capabilities.7 Nonexistent bits are no longer shown as set in /proc/PID/status Cap* inotify.7 A monitoring process can't easily distinguish events triggered by itself ip.7 Improve explanation about calling listen() or connect() man-pages.7 Describe rules for capitalization in .SS headings rtnetlink.7 Add info about ability to create links with given index Since kernel v3.7 the RTM_NEWLINK message now accepts nonzero values in ifi_index field. Mention this fact in the respective rtnetlink.7 section. socket.7 SO_BINDTODEVICE is now readable SO_BINDTODEVICE is readable since since kernel 3.8. ++++ mkinitrd: - Handle both rootfsopts and rootflags when looking for mount options ++++ mtpaint: - fix build with giflib-5.x (mtpaint-3.40-giflib5.diff) ++++ pm-utils: - Removed patches pm-utils-dont-fail-modunload-silently.diff and intel-audio-powersave_logoutput.diff - applied them in git repo. - Deleted 80acpi-fan, since it used /proc/acpi/fan/ and it was removed from kernel long ago. bnc#806635 - bnc#806632: rm pm/sleep.d/55NetworkManager, networkmanager now uses Upower and listens to dbus resume/suspend signals. - remove rc.cpufreq - bnc#806641 ++++ python-numpy: - update to 1.7.0 * This release includes several new features as well as numerous bug fixes and refactorings Highlights: - ``where=`` parameter to ufuncs (allows the use of boolean arrays to choose where a computation should be done) - ``vectorize`` improvements (added 'excluded' and 'cache' keyword, general cleanup and bug fixes) - ``numpy.random.choice`` (random sample generating function) New Features: - Reduction UFuncs Generalize axis= Parameter - Reduction UFuncs New keepdims= Parameter - Datetime support - Custom formatter for printing arrays - New function numpy.random.choice - New function isclose - Preliminary multi-dimensional support in the polynomial package - Ability to pad rank-n arrays - New argument to searchsorted - Added experimental support for the AArch64 architecture. * For additional details check release notes at http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ - numpy-aarch64.diff: removed, now upstream ++++ xf86-video-intel: - Update to version 2.21.4: More bugs, more fixes, more releases. A minor new feature being introduced is the runtime detection of CPU instructions sets along with specialised paths to take advantage of the available CPU. + Honour LinearFramebuffer for clumsy PowerXpress integration + Disable read-read optimisations of mappings whilst the root cause of a corruption issue remains elusive. https://bugs.freedesktop.org/show_bug.cgi?id=61628 + Disable 8-bpp framebuffers in UXA as the regressions therein remain unfixed. + Restart vertex checks after lock contention https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1124576 + Handle Screen Pixmap recreation whilst exported via PRIME. + Correct application of scale factors to video source offsets. https://bugs.freedesktop.org/show_bug.cgi?id=61610 + Chain up CloseScreen so that resources are actually freed across regen https://bugs.freedesktop.org/show_bug.cgi?id=56608 + Fix Haswell CRW PCI-IDs + Handle batch submission failure during DRI copies https://bugs.freedesktop.org/show_bug.cgi?id=61708 + Probe for kernel support of requested Screen depth https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1135403 + Correct GPU limits for early gen2 and gen3 architectures and prevent an infinite recursion for particular image sizes. ++++ xfce4-dict: - builds with automake 1.13 * automake-1.13.patch ++++ xorg-x11-Xvnc: - u_aarch64-support.patch: Basic support for aarch64 - Use RPM_OPT_FLAGS - tigervnc-1.2.80-snprintf-overflow.patch: fix use of snprintf - Fix file list ++++ xplanet: - fix build with giflib-5, xplanet-giflib5.patch ++++ yast2-storage: - do not use codepage= option when mounting EFI boot (bnc#808028) ------------------------------------------------------------------ ------------------ 2013-3-11 - Mar 11 2013 ------------------- ------------------------------------------------------------------ ++++ kdepim4: - Update desktop-files.diff * Don't removed Icon=kleopatra in kleopatra.desktop (bnc#807946) - Added patch akregator-bug305494.diff from upstream to (bko#305494) ++++ alsa: - More backports of fix patches from upstream: 0051-Add-sys-types.h-to-include-list.patch 0052-control-Simplify-using-snd_config_get_bool.patch 0053-Add-workaround-for-conflicting-IEC958-controls-for-H.patch 0054-snd_mixer_poll_descriptors_revents-should-loop-over-.patch ++++ alsa-plugins: - Backport fix patches from upstream: 0002-a52-Add-the-support-of-recent-libavcodec-libavutil.patch 0003-a52-Fix-build-errors.patch 0004-pulse-pulse_pcm_poll_revents-should-return-0-on-succ.patch ++++ autofs: - autofs-5.0.7-upstream-patches-20130311.bz2: update 5.0.7 upstream patches to 20130311, fixing some bugs: * dont fail on master map self include (bnc#799873) * fix wildcard multi map regression * fix file descriptor leak when reloading the daemon (bnc#772698) * deprecate nosymlink pseudo option * add symlink pseudo option * document browse option in man page ++++ gcc48: - Update to GCC trunk head (r196547). ++++ file-roller: - Recommend instead of suggest p7zip: additional formats are supported and we do have the package available. ++++ gedit: - Replace python-gobject Requires with python3-requires. - Add python3-cairo requires: snippets/documents.py imports cairo. ++++ gobject-introspection: - Simplify gi-find-deps.sh to make it easier to add other 64bit architectures. Include aarch64 in the list. ++++ gnome-online-accounts: - Swicth with_twitter to 0: it's known to cause crashes at the moment and is not ready to be used. ++++ grub2: - move post scripts into corresponding subpackages to ensure they are run after updated binaries are installed. Currently it may happen that update-bootlader picks up old binaries. - move requires for perl-Bootloader to target subpackages. Make sure efi requires minimal version that supports /boot/grub2. - add requires(post) to force order of installation: grub2 => grub2-arch => grub2-efi - split efi post in two parts. One that updates configuration and is part of grub2-efiarch and second that migrates settings and is part of grub2-efi. Only custom.cfg and grubenv may need migration. device.map is not relevant for EFI and new grub.cfg had been created at this point. - add grub2-fix-tftp-endianness.patch from upstream (bnc#808582) - add efinet and tftp to grub.efi (bnc#808582) ++++ libnice: - Update to version 0.1.4: + Fix issue with dribble mode. + Fix issue with TURN permissions. + Fix missing win32 directory from release archive. + Fix support for OC2007. + Added new nice_address_ip_version API. + Added new nice_agent_get_selected_pair API. + Added new SDP parsing and generation API. + Added simple examples (simple, threaded and sdp usages examples. ++++ iso-codes: - Update to version 3.41: + Update ISO 3166 after publication of ISO-3166 maintenance agency Newsletter VI-14 dated 2013-02-06: - Change name for the State of Palestine + ISO 639-2: - Update to 2012-11-21 (addition of zgh) + Updated translations for ISO 639-2, ISO 3166, ISO 639-3, ISO 639, ISO 15924, ISO 4217 and ISO 3166-2. ++++ kernel-default: - supported.conf: add drivers/s390/block/scm_block (fate#314095, bnc#807237) - commit 09836cb ++++ kernel-desktop: - supported.conf: add drivers/s390/block/scm_block (fate#314095, bnc#807237) - commit 09836cb ++++ kernel-pae: - supported.conf: add drivers/s390/block/scm_block (fate#314095, bnc#807237) - commit 09836cb ++++ kiwi: - more robust code: + getStorageSize, returns an error if device is not present + retry of partition creation no longer endless - removed unused function getRemovableUSBStorageDevices() - use kpartx sync mode to make sure devices are created on return of the call - make sure writeTester gets installed ++++ libffi48: - Update to GCC trunk head (r196547). ++++ libgcj48: - Update to GCC trunk head (r196547). ++++ libstorage: - version 2.23.10 - fix LVM encryption when btrfs fs is present (bnc#808020) ++++ xfce4-terminal: - also obsolete Terminal-doc or you get an error on update ------------------------------------------------------------------ ------------------ 2013-3-10 - Mar 10 2013 ------------------- ------------------------------------------------------------------ ++++ gnome-shell: - Add gnome-shell-error-in-fallback-hotcorner.patch: Fix errors in fallback HotCorner function. Fixes startup of gnome-shell. ++++ kernel-default: - KMP: Add -c option to the %kernel_module_package macro This produces an -ueficert subpackage that imports the certificate into the MokList when installed (fate#314511) - commit d8f177c ++++ kernel-desktop: - KMP: Add -c option to the %kernel_module_package macro This produces an -ueficert subpackage that imports the certificate into the MokList when installed (fate#314511) - commit d8f177c ++++ kernel-pae: - KMP: Add -c option to the %kernel_module_package macro This produces an -ueficert subpackage that imports the certificate into the MokList when installed (fate#314511) - commit d8f177c ++++ kio_mtp: - add Obsoletes: kio-mtp ++++ xfce4-branding-openSUSE: - support openSUSE 13.1 ++++ json-c: - add json-c-fix-headers.patch from master branch to fix compilation of apps using the lib ++++ pidgin: - Add pidgin-irc-sasl.patch: link irc module to SASL. Allows the IRC module to be loaded (bnc#806975). ++++ libzypp: - Update zypp-po.tar.bz2 ++++ nmap: - add verification of gpg signatures of source tarballs ++++ patterns-openSUSE: - Atri (1): [REST-CD-X11] Add yast2-country for more keyboard layouts. Stephan Kulow (1): do not install hplip by default any longer (bnc#649280) Commit: e2fdb74e ++++ polkit-default-privs: - Default rules are moved to '90', so own them as '90' instead '50' ++++ timezone: - tzcode and tzdata 2013a - Change affecting binary data format: * The zone offset at the end of version-2-format zone files is now allowed to be 24:00, as per POSIX.1-2008. (Thanks to Arthor David Olson.) - Changes affecting current and future time stamps: * Chile's 2013 rules, and we guess rules for 2014 and later, will be the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC. * New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen. ++++ timezone-java: - tzcode and tzdata 2013a - Change affecting binary data format: * The zone offset at the end of version-2-format zone files is now allowed to be 24:00, as per POSIX.1-2008. (Thanks to Arthor David Olson.) - Changes affecting current and future time stamps: * Chile's 2013 rules, and we guess rules for 2014 and later, will be the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC. * New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen. ++++ xfdesktop: - update to 4.10.2 - fix hang when no backdrop image is selected - fix tiling for some images. ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-3-9 - Mar 9 2013 ------------------- ------------------------------------------------------------------ ++++ gdl: - Update to version 3.7.90: + bgo#693298: GdlDockItem::dock-drag-motion signal doesn't match vfunc. + Updated translations. ++++ grilo-plugins: - Add grilo-plugins-tracker-0.16.patch: Add support for tracker 0.16. - Add gnome-common and gnome-doc-utils-devel BuildRequires and call to autoreconf, as above patch touches the build system. - Replace pkgconfig(tracker-sparql-0.14) BuildRequires with tracker-devel: the .pc file change with each version of tracker. ++++ libgdiplus0: - update to 2.10.9 * http://www.go-mono.com/archive/2.10.9 - add devel package ++++ gtkmm3: - Update to version 3.7.12: + Gtk: Modify the deletion of widgets (bgo#605728, bgo#315874). + Build: - Fix the build with the lastest GTK+ from git master (bgo#695305). - Preserve our generated API/ABI after GTK+ API-compatible changes. + Updated documentations. - Stop packaging INSTALL file in docs as we have no need for it. ++++ tracker: - Update to version 0.15.3: + build: - Require GLib 2.35.1 for GTask API (was 2.28.0) - Remove all cases of g_type_init() now it's deprecated in GLib 2.35.x + libtracker-common: Don't log to file by default, only stdout/stderr. See TRACKER_USE_LOG_FILES env var for details. + libtracker-miner: - Fixed nasty stack corruption with TrackerIndexingTree filter rules. - Fixed vala bindings for TrackerMinerFS. + tracker-extract-msoffice: Avoid deprecated gsf_msole_metadata_read() API. + tracker-search: - Added snippets for result hits. - Added colored output for result hits. + Bugs fixed: bgo#693889, bgo#694146, bgo#693198, bgo#693198, bg##694783, bgo#695157. + Updated translations. - Drop tracker-nonvoid.patch: fixed upstream. ++++ libzapojit: - Update to version 0.0.3: + bgo#693353: Be more robust against unknown entry types. ++++ mono-core: - libgdiplus now has a devel package, use it - Update to http://www.mono-project.com/Release_Notes_Mono_3.0.6 * Hotfix to the 3.0.x series ++++ tracker-extras: - Update to version 0.15.3: + build: - Require GLib 2.35.1 for GTask API (was 2.28.0) - Remove all cases of g_type_init() now it's deprecated in GLib 2.35.x + libtracker-common: Don't log to file by default, only stdout/stderr. See TRACKER_USE_LOG_FILES env var for details. + libtracker-miner: - Fixed nasty stack corruption with TrackerIndexingTree filter rules. - Fixed vala bindings for TrackerMinerFS. + tracker-extract-msoffice: Avoid deprecated gsf_msole_metadata_read() API. + tracker-search: - Added snippets for result hits. - Added colored output for result hits. + Bugs fixed: bgo#693889, bgo#694146, bgo#693198, bgo#693198, bg##694783, bgo#695157. + Updated translations. - Drop tracker-nonvoid.patch: fixed upstream. ++++ ntp: - fix build with automake-1.13 ++++ seamonkey: - update to SeaMonkey 2.16.1 (bnc#808243) * MFSA 2013-29/CVE-2013-0787 (bmo#848644) Use-after-free in HTML Editor ++++ wireshark: - add verfication of source signatures ++++ xfsdump: - getdents.diff: Handle platforms without getents syscall ------------------------------------------------------------------ ------------------ 2013-3-8 - Mar 8 2013 ------------------- ------------------------------------------------------------------ ++++ MozillaThunderbird: - update to Thunderbird 17.0.4 (bnc#808243) * MFSA 2013-29/CVE-2013-0787 (bmo#848644) Use-after-free in HTML Editor ++++ PackageKit: - add 0015-zypp-only-allow-updates.patch from git (bnc#804983) ++++ build: - fix kvm support for x86_64 again ++++ fuse: - Use autoreconf directly instead of makeconf.sh ++++ iputils: - Build everythiong with full RELRO here. SUID code around.. ++++ kernel-default: - KMP: Add the -kmp suffix inside the subpackage definition - commit 7c6395d ++++ kernel-desktop: - KMP: Add the -kmp suffix inside the subpackage definition - commit 7c6395d ++++ kernel-pae: - KMP: Add the -kmp suffix inside the subpackage definition - commit 7c6395d ++++ kiwi: - added tests/writeTester for XML import/export tests - handle repositories in the new data structure + remove legacy methods for repository handling ~ getHttpsRepositoryCredentials_legacy ~ getRepositories_legacy ~ ignoreRepositories_legacy ~ setRepository_legacy ~ addRepositories_legacy + modify CommandLine object to handle KIWIXMLRepositoryData objects instead of handle arrays of disconnected repository data + modify the command line processor (kiwi.pl) to create KIWIXMLRepositoryData objects + eliminate the repository processing from the changeset that is used to modify the boot description. The information is still in the changeset but is no longer considered ++++ libdiscid: - updated to 0.4.1 - LIB-23: add has_feature() and get_feature_list() to API (platform check) - add get_version_string() to API - CMake : add FreeBSD, NetBSD, OpenBSD -> all platforms supported - LIB-32: change libtool from -version-info to -version-name - libdiscid-visibility.patch refreshed via quilt - libdiscid-no-crypto.patch refreshed via quilt ++++ pulseaudio: - Fix a bug setting speaker volume to zero wrongly (bnc#805865) ++++ vim: - Updated to revision 854, fixes the following problems * Compiler warning. * In the terminal the scroll wheel always scrolls the active window. * Ruby 2.0 has a few API changes. * "xxd -i" fails on an empty file. * Clipboard does not work on Win32 when compiled with Cygwin. * Empty lines in :version output when 'columns' is 320. * Insufficient testing for mksession. * Some files missing in the list of distributed files. * "\@= 1.6 - Define enable_avahi_browsing to 0, as cups 1.6 is not available in Factory yet. ++++ hplip: - Removed hp-systray.wrapper because the reason for it is no longer in compliance with HPLIP upstream intentions (see SUSE Bugzilla bnc#649280 starting at comment#10). ++++ joe: - fix build with automake-1.13.1 ++++ kiwi: - DB: rebuild documentation - DB: update documentation; add missing image types - moved from clicfs to overlayfs for 12.3 JeOS live iso - added support for overlayfs for live images + requires kernel >= 3.7 (openSUSE >= 12.3) + activate with - added SLED as possible target for kiwi --migrate (bnc #807469) - added SLES-SP3 as possible target for kiwi --migrate (bnc #807469) - DB: rebuild schema documentation ++++ kiwi-config-openSUSE: - include grub2 theming for EFI boot (bnc#807498) ++++ krb5: - fix PKINIT null pointer deref in pkinit_check_kdc_pkid() CVE-2012-1016 (bnc#807556) bug-807556-CVE-2012-1016-fix-PKINIT-null-pointer-deref2.dif ++++ gssdp: - Update to version 0.14.2: + Fix memory leaks on initial interface search. + Make default interface detection a little bit smarter. ++++ gupnp: - Update to version 0.20.1: + Fix suspicious use of va_list in the code. + Bugs fixed: bgo#689813. ++++ openobex: - update license to new format ++++ libsolv: - fix dataiterator returning random data in some cases - add changelog parser - fix nasty bug in selection_filter_rel - allow re-run of an existing solver - bump version to 0.3.0 ++++ libstorage: - improve handling of udev by-id links for dm devices - fix detect of encrypted volumes (bnc#808487) ++++ m17n-db: - update license to new format ++++ mkinitrd: - Include hyperv_fb if running in hyper-v guest (fate#314862) ++++ mono-core: - Remove hardcoded lib directory from the config, this unbreaks running GDI+ programs on 64bit. ++++ nfs-utils: - nfsserver.init,sysconfig.nfs - Add support for setting rpc.mountd options. ++++ recode: - fix build with automake 1.13.1 ++++ sane-backends: - update license to new format ++++ transmission: - Add transmission-daemon-systemd to sources - Split transmission-daemon into sub-package, add systemd service and macros (service to be disabled by default) - Create 'transmission' user to run transmission-daemon (dont run service as root). ++++ xorg-x11-server: - Update to version 1.14.0: Here's the 1.14 X server release; the last couple of weeks yielded a couple of useful bug fixes, but nothing that earth shattering. + a bunch of fixes to the touch device + a few fixes to the GPU hotplug bits + software rendering speedups (due to using the new pixman APIs) + elimination of a lot of warning messages (we've still too many) + pointer barriers work There are lots of other fixes too, as always thanks to all who provided patches, review and comments for this release! - u_aarch64-support.patch: Basic support for aarch64. ++++ yast2: - applied lnussel's patch: Don't use Info function to check enable state (bnc#807507) - 2.23.23 ++++ yast2-bootloader: - set secureboot default to firmware status - 2.23.12 ++++ yast2-security: - added missing etc_polkit-default-privs_local.scr - 2.23.3 ------------------------------------------------------------------ ------------------ 2013-3-5 - Mar 5 2013 ------------------- ------------------------------------------------------------------ ++++ aisleriot: - Update to version 3.7.91: + Bugs fixed: bgo#588260, bgo#679715, bgo#688525, bgo#695086, bgo#695087, bgo#695102. + Updated translations. ++++ apparmor: - nscd profile: add missing permissions and deny capability block_suspend (bnc#807104, apparmor-profiles-nscd.diff) ++++ binutils: - Add aarch64 support for --gc-sections (from http://sourceware.org/ml/binutils/2013-02/msg00285.html) ++++ gcc48: - Ship arm_neon.h for aarch64. - Drop -g from STAGE1_CFLAGS, do not use special-case STAGE1_CFLAGS for arm. ++++ devhelp: - Update to version 3.7.91: + Bugs fixed: bgo#569021, bgo#600309, bgo#640567, bgo#665531, bgo#671907, bgo#673320, bgo#693237. + Updated translations. ++++ eog: - Update to version 3.7.91: + Updated translations. ++++ xiterm: - builds with automake 1.13 * automake-1.13.patch ++++ four-in-a-row: - Initial package, version 3.7.90: split-off from gnome-games. ++++ mgetty: - lp64.patch: Add support for future LP64 platforms ++++ glib-networking: - Update to version 2.35.9: + Fixed one kind of handshake failure to return the correct error code under gnutls 3.x (bgo#694812). + Updated translations. ++++ gnome-control-center: - Update to version 3.7.91: + Fix titlebar bug. + Use the new GdStack widget to switch panels. + Don't prelight icons in the icon view. + Make search be "and" instead of "or" by default. + Make it possible to look for multiple keywords in the search. + Background: - Monitor the Pictures and the cache directory for new files. + Online accounts: - Nicer error states. - Add a new "Other" providers page. + Printers: - Don't crash after changing an option. + Region & Language: - Center the text in the language and format choosers. + Search: - Fix folder names in non-ASCII languages. + Search provider: - Escape the description passed to gnome-shell. + Sharing: - Check if SSH is available before showing it in the UI. + User accounts: - Make login history dialog title translatable. - Add gnome-control-center-libgd.patch: Fix brp error for implicit declaration of strcmp. ++++ gnome-font-viewer: - Update to version 3.7.91: + Port to use GdStack and GdHeaderBar. + Updated translations. ++++ gnome-klotski: - Initial package, version 3.7.90: split-off from gnome-games. ++++ gnome-mahjongg: - Initial package, version 3.7.90: split-off from gnome-games. ++++ gnome-mines: - Initial package, version 3.7.90: split-off from gnome-games. ++++ gnome-nibbles: - Initial package, version 3.7.90: split-off from gnome-games. ++++ gnome-online-accounts: - Update to version 3.7.91: + IMAP/SMTP is enabled by default. + Bugs fixed: bgo#660882, bgo#695065, bgo#695074, bgo#695106. + Updated translations. - Drop pkgconfig(libnotify) BuildRequires: no longer needed. - Add p11-kit Requires: needed in order to validate SSL/TLS certificates. Strictly speaking, it could be recommended only, but the user experience without it is terrible, as no certificate is considered valid. ++++ gnome-robots: - Initial package, version 3.7.90: split-off from gnome-games. ++++ gnome-settings-daemon: - Update to version 3.7.91: + Cursor: - Disable code to make it popup the On-Screen Keyboard on touchscreens. + Media keys: - Key grabbing is now done in gnome-shell, which fixes problems with keybindings not working in certain conditions. + Sound: - Fix possible crashes when starting in a clean home directory. ++++ gnome-shell: - Update to version 3.7.91: + Overview: - Fade out controls during DND that are not targets (bgo#686984) - Keep open when a Control key is held (bgo#686984). + Improve login screen => session transition (bgo#694321). + Center application grid horizontally (bgo#694261). + Fix hiding panel when fullscreen windows span multiple monitors (bgo#646861) + Tweak thresholds of pressure barrier (bgo#694467). + Tweak window picker layout (bgo#694902). + Expose key grab DBus API to gnome-settings-daemon (bgo#643111). + Don't always show message tray in overview, add message indicator (bgo#687787). + Tweak startup animation (bgo#694326). + Add OSD popups and expose them to gnome-settings-daemon (bgo#613543). + Move loupe icon to the start of the search entry (bgo#695069). + Don't show the input switcher with less than 2 items (bgo#695000). + Fix auto-completion of system modals immediately upon display (bgo#692937). + Ignore workspaces in alt-tab (bgo#661156). + Disable copying text from password entries (bgo#695104). + Use standard styling for ibus candidate popups (bgo#694796). + Fix calendar changing height on month changes (bgo#641383). + Port the hot corner to use pressure barriers (bgo#663661). + Misc bug fixes and cleanups: bgo#685849, bgo#690643, bgo#694292, bgo#693814, bgo#694234, bgo#694365, bgo#694287, bgo#694336, bgo#694256, bgo#694261, bgo#663601, bgo#694441, bgo#694284, bgo#694463, bgo#694475, bgo#687248, bgo#694394, bgo#694320, bgo#694701, bgo#694784, bgo#694858, bgo#694906, bgo#694327, bgo#694876, bgo#694905, bgo#694969, bgo#694970, bgo#694988, bgo#695006, bgo#695001, bgo#694998, bgo#695023, bgo#695002, bgo#695073, bgo#695126, bgo#687748, bgo#694837, bgo#693907, bgo#679851, bgo#694988. + Updated translations. - Drop pkgconfig(telepathy-logger-0.2) BuildRequires: no longer needed. - Replace pkgconfig(gnome-keyring-1) BuildRequires with pkgconfig(libsecret-unstable), following upstreams changes. ++++ gnome-shell-extensions: - Update to version 3.7.91: + Various updates for shell changes. + Update window-list to always use application icons + Update apps-menu to not load subdirectories as separate categories + Updated translations. ++++ nautilus: - Update to version 3.7.91: + Export an OpenLocations property over DBus. + Add a way to reuse and raise existing windows already opened to a given location. + Use an ARGB window for the desktop. + Stop drawing the desktop background. + Register our GtkApplication with gnome-session. + Fix Tracker search not working correctly. + Fix activation of search provider results. + Fix nautilus --quit from terminal not working. ++++ seahorse: - Update to version 3.7.91: + Don't show preferences when no preferences are available (bgo#694678). + Don't conflict with seahorse-daemon DBus name (bgo#694053). + Fix command line options parsing (bgo#686980). + Build fixes. + Updated translations. ++++ gnome-sudoku: - Initial package, version 3.7.4. Split-off from gnome-games. ++++ gnome-tetravex: - Initial package, version 3.7.90: split-off from gnome-games. ++++ gnome-themes-standard: - Update to version 3.7.91: + GTK3: - Support linked entries on primary toolbars. - Use stock GTK style for expanders. - Make progressbar colors darker in backdrop. - Fix insensitive state of OSD scales and buttons. - Fix a minor glitch in spinbuttons in RTL mode. - Fix some glitches in header bar style. - Fix content view checkboxes in backdrop. - Remove special case of Nautilus pathbar buttons. + GTK2: - Fix white border around background when overridden. - Fix a regression in Chrome/Chromium toolbar drawing. + WM: - Fix centering of the window title. ++++ gnome-user-share: - Update to version 3.7.91: + Add support for logind seat-tracking using gnome-session. + Add support for Apache HTTPD 2.4. + Updated translations. ++++ gsettings-desktop-schemas: - Update to version 3.7.91: + Add keys for the screensaver wallpaper. + Remove the obsolete draw-background key. + Updated translations. ++++ iagno: - Initial package, version 3.7.90: split-off from gnome-games. ++++ iftop: - Use ncursesw6 - fix a number of implicit declarations and implicit-pointer-decl warnings (iftop-implicit-pointer-decl.patch) ++++ kernel-default: - rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla - commit 26431d8 - Update Xen patches to 3.8.2 and c/s 1226. - commit eee1405 - gpio-ich: Fix ichx_gpio_check_available() return what callers expect. Conflicts: series.conf - commit 051149b ++++ kernel-desktop: - rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla - commit 26431d8 - Update Xen patches to 3.8.2 and c/s 1226. - commit eee1405 - gpio-ich: Fix ichx_gpio_check_available() return what callers expect. Conflicts: series.conf - commit 051149b ++++ kernel-pae: - rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla - commit 26431d8 - Update Xen patches to 3.8.2 and c/s 1226. - commit eee1405 - gpio-ich: Fix ichx_gpio_check_available() return what callers expect. Conflicts: series.conf - commit 051149b ++++ kiwi: - fixed getOperatingSystemVersion() in KIWIMigrate. Use the /etc/products.d/baseproduct information to find the OS name - rename the getImageType method on the KIWIXMLTypeData object The name had an unfortunate overlap with the same name on the XML class - fixed oem-silent-install and oem-silent-verify options. They were not evaluated in __updateDescriptionFromChangeSet_legacy - eliminate getImageVersion_legacy method from XML - integrate KIWIImageBuilder approach better: + move __getBaseWorkingDir, __createWorkingDir, __cleanupWorkingDir and __getBaseWorkingDir into the KIWIContainerBuilder. They are specific to the creation of lxc containers + delete __provideResults from KIWIImageBuilder. what happens with the result belongs to KIWIImageCreator not to the plain builder + add __createBuildDir to the KIWIImageBuilder constructor. the creation of the intermediate build directory is done by the base class for all image builds. The result of the build is created there + integrate KIWIImageBuildFactory better into the KIWIImageCreator the first build is based on KIWIImageBuildFactory. If the image can't be build by this factory the image is build calling a creation function from the KIWIImage space. In the future more and more image creation code will be moved from KIWIImage to KIWIImageBuildFactory + format creation, build result archiving and move of result into user specified target directory applies to a successfull build no matter if it was done by the KIWIImageBuildFactory or by a image creation function from the KIWIImage space + adapt unit tests - return an array ref from the createImage method + the array contains the files created by the builder. This will help us to eliminate the glob copy in the ImageCreator in the future ++++ clutter: - Update to version 1.13.8: + Use ClutterActor:child-transform with ClutterScrollActor. + Add progress-based marker API to ClutterTimeline. + Allow building Wayland compositor and client support together. + Documentation fixes. + Bugs fixed: bgo#686225, bgo#692851, bgo#694267, bgo#694319, bgo#695119, bgo#695158. + Updated translations. ++++ libffi48: - Ship arm_neon.h for aarch64. - Drop -g from STAGE1_CFLAGS, do not use special-case STAGE1_CFLAGS for arm. ++++ libgcj48: - Ship arm_neon.h for aarch64. - Drop -g from STAGE1_CFLAGS, do not use special-case STAGE1_CFLAGS for arm. ++++ libgee: - Update to version 0.9.92: + Fix memory leak in TreeSet and TreeMap. ++++ libgweather: - Update to version 3.7.91: + GWeather date and time format now use proper Unicode characters + Updated translations. ++++ mutter: - Update to version 3.7.91: + Fix windows being treated as remote after hostname changes (bgo#688716). + Add meta_window_get_all_monitors() (bgo#646861). + Add grab API for externally defined accelerators (bgo#643111). + Make session registration an explicit step (bgo#694876). + Avoid unnecessary stage redraws (bgo#694988, bgo#695006). + Misc fixes: bgo#694801, bgo#694725, bgo#694641, bgo#694393, bgo#678917, bgo#695093, bgo#694837, bgo#695135, bgo#694771, bgo#694321. + Updated translations. ++++ opencv: - Update to OpenCV 2.4.4 More info at: http://opencv.org/opencv-2-4-4-is-out.html The brief list of changes: * OpenCV Java bindings are ported from Android to desktop Java! Actually any JVM language will work, see Tutorial for details, and Java or Scala code samples. * Android application framework, samples, tutorials, and OpenCV Manager are improved. * Optimizations for the new NVIDIA Kepler architecture, CARMA platform support and other new optimizations in CUDA. * OpenCL module now builds successfully with various SDKs (from AMD, NVIDIA, Intel and Apple) and runs well on different GPUs (AMD, NVidia, Intel HD4000). A lot of new functionality has been added, tons of bugs fixed, performance of many functions has been significantly improved. * 100+ reported problems have been resolved since 2.4.3, thanks everybody who participated! ++++ libotf: - fix build with automake ++++ p11-kit: - Update to version 0.16.0: + Update the pkcs11.h header for new mechanisms + Fix build and tests on mingw64 (ie: win32) + Relicense LGPL code to BSD license + Documentation tweaks + Bugs fixed: fdo#61739, fdo#60894, fdo#61740, fdo#60792 + Updated translations. - Changes from version 0.15.2: + Better define the libtasn1 dependency. + Crasher and bug fixes. + Build fixes. + Updated translations. - Changes from version 0.15.1: + Fix some memory leaks. + Add a location for packages to drop module configs. + Documentation updates and fixes. + Add command line tool manual page. + Remove unused err() function and friends. + Move more code into common/ directory and refactor. + Add a system trust policy module. + Refactor how the p11-kit command line tool works. + Add p11-kit extract and extract-trust commands. + Don't complain if we cannot access ~/.pkcs11/pkcs11.conf. + Refuse to load the p11-kit-proxy.so as a registered module. + Don't fail initialization if last initialized module fails. ++++ pango: - Update to version 1.33.8: + Bugs fixed: bgo#694095, bgo#668154, bgo#694626, bgo#694626, bgo#694830, bgo#694918, bgo#694882. ++++ pulseaudio: - remove fno-strict-aliasing from CFLAGS - do not export SUSE_ASNEEDED=0, problem already fixed. ++++ python-gobject: - Update to version 3.7.91.1: + Revert "Drop gi.overrides.overridefunc()" (bgo#695199). ++++ python3-gobject: - Update to version 3.7.91.1: + Revert "Drop gi.overrides.overridefunc()" (bgo#695199). ++++ libqt4: - Add aarch64-support.diff: * Fix aarch64 support in webkit tree - Add qatomic_generic.patch: * Fix generic qatomic for const pointers ++++ libqt4-sql-plugins: - Add aarch64-support.diff: * Fix aarch64 support in webkit tree - Add qatomic_generic.patch: * Fix generic qatomic for const pointers ++++ libsoup: - Update to version 2.41.91: + Fixed a crash that showed up with XMLRPC requests in WebKitGTK (bgo#694920). + Fixed SoupCache to update the cached headers when it receives a 304 Not Modified response, and added a test for this (bgo#695121). + libsoup now builds under automake 1.13 (and "make check" works under the parallel test harness which is the default in 1.13) (bgo#694135). + The tests/ directory now contains only actual test programs that are run by "make check", and the programs that are intended more as example code are under examples/. + Updated translations. ++++ libstorage: - version 2.23.9 - detect is_efiboot by checking for /sys/firmware/efi (bnc#806490) - fix handling of encrypted LVM based proposal on partitioned Dm and Md devices (bnc#805169) ++++ zlib: - libz1-32bit obsoletes zlib-32bit <= 1.2.7 (fixes bnc#806310) ++++ lightsoff: - Initial package, version 3.7.90: split-off from gnome-games. ++++ manufacturer-PPDs: - update license to new format ++++ openssh-askpass: - update license to new format ++++ orca: - Update to version 3.7.91: + Signifcant work and progress on profile-based, on-the-fly language switching. + Updated translations. ++++ polkit-default-privs: - move default rules to '90', bnc#807097 ++++ python-numpy: - add numpy-aarch64.diff: * Fix build for AArch64 ++++ quadrapassel: - Initial package, version 3.7.90: split-off from gnome-games. ++++ splashy: - fix build with new automake 1.13, simplify automake-1.12.patch ++++ sushi: - Update to version 3.7.91: + Call gtk_render_background when drawing SushiFontWidget. + Updated translations. ++++ swell-foop: - Initial package, version 3.7.90: split-off from gnome-games. ++++ synaptiks: - replace Requires: xorg-x11-driver-input metapackage with xf86-input-synaptics ++++ tali: - Initial package, version 3.7.90: split-off from gnome-games. ++++ yast2: - Changed to use network.service alias link, that is installed by the NetworkManager.service while "systemctl enable" and obsoletes the NETWORKMANAGER=yes/no variable in /etc/sysconfig/network/config (bnc#764055,bnc#764336,bnc#798348, by mt@suse.com) - Requires sysconfig >= 0.80.0 - 2.23.22 ++++ yast2-network: - Adopted to restart / reload using NetworkService instead Service, that has been changed to use network.service alias link installed by NetworkManager.service while "systemctl enable" and obsoletes the NETWORKMANAGER=yes/no variable in /etc/sysconfig/network/config (bnc#764055,bnc#764336,bnc#798348, by mt@suse.com) - Requires sysconfig >= 0.80.0 and yast2 >= 2.23.20 - 2.24.16 ------------------------------------------------------------------ ------------------ 2013-3-4 - Mar 4 2013 ------------------- ------------------------------------------------------------------ ++++ PackageKit-branding-openSUSE: - Disable WritePreparedUpdates: we do currently not support offline updates. ++++ kdepim4: - Remove "News" from categories in akregator.desktop (bnc#807301) ++++ aspell: - license GFDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications ++++ at-spi2-atk: - Update to version 2.7.91: + Add Locale property (bgo#694368). ++++ at-spi2-core: - Update to version 2.7.91: + Add atspi_accessible_get_object_locale (bgo#694368). + Start the bus launcher in the initialization phase (bgo#694984). ++++ build: - avoid writing out incomplete IO statistics ++++ caribou: - Update to version 0.4.9: + daemon: check if atspi bus is ready to use (bgo#694921). + Setting keyboard to 'full' crashes the shell (bgo#689844). + build: Mark as not supporting srcdir != builddir. + Bugs fixed: bgo#694480. ++++ cheese: - Update to version 3.7.91: + Updated translations. ++++ dosfstools: - update to 3.0.16: label fixes * dropped upstreamed - dosfstools-create-rootdir-label.patch - dosfstools-dosfslabel-forbid-lowercase.patch - dosfstools-dosfslabel-from-rootdir.patch - dosfstools-fsck-file-name.patch - dosfstools-mkdosfs-no-label.patch - dosfstools-mkdosfs-uppercase-label.patch ++++ empathy: - Update to version 3.7.91: + Updated translations. ++++ file-roller: - Update to version 3.7.91: + Updated translations. ++++ fontconfig: - Update to version 2.10.91:a + Fix memory corruptions. + Fix linker calls. + Make the library thread-safe. + Bugs fixed: fdo#29312, fdo#47705 - Drop cloexec.patch: fixed upstream (slighlty different). - build with automake 1.13 ++++ fuse: - Update to version 2.9.2 - Add support for fallocate() (kernel >= 3.5) - Bug fixes - Remove fix-pthread-in-fuse.pc.patch; now included in upstream - Don't patch generated files such as configure and Makefile.in; instead, regenerate them using makeconf.sh from SVN repository ++++ gcr: - Update to version 3.7.91: + Bugs fixed: bgo#687980, bgo#692536, bgo#693440, bgo#693591. + Updated translations. ++++ gdbm: - buildrequire makeinfo ++++ glibc: - Fix crypt ABI for aarch64 ++++ glibc: - Fix crypt ABI for aarch64 ++++ gnome-documents: - Update to version 3.7.91: + Install a translatable Getting Started with Documents tutorial PDF. + Use a linked style for the search dropdown button. + Use a revealer animation for the search dropdown. + Make page switch widgets insensitive for single-page documents. + Fix search dropdown stuck after view mode switch. + Fix back keybinding not working when going back from collections. + Fix mouse back button not working. + Fix searchbar appearing when fullscreen in edit mode. - Add itstool BuildRequires: new dependency. - Add pkgconfig(tracker-miner-0.16) BuildRequires: new verified dependency. ++++ gnome-keyring: - Update to version 3.7.91: + Remove the roots-store module replaced by p11-kit 0.16+ trust module. + Only return one object path list from Collection.SearchItems() (bgo#695115). + Fix order of items returned from SearchItems() (bgo#693884). + Build fixes. - No longer pass --with-ca-certificates to configure: it's been obsoleted in favor of the p11-kit trust module. ++++ gnome-online-accounts: - Update to version 3.7.90: + Support IMAP/SMTP (bgo#692736). + Bugs fixed: bgo#692936, bgo#693273. + Updated translations. - Pass --enable-imap-smtp to configure for the new IMAP/SMTP provider. - Drop gnome-online-accounts-implicit.patch: fixed upstream. - Update to version 3.7.5: + ownCloud is enabled by default. + Bugs fixed: bgo#689645, bgo#692251, bgo#692276, bgo#692284, bgo#692285, bgo#692286, bgo#692768, bgo#693214. + Updated translations. - Add gnome-online-accounts-implicit.patch: Fix an implicit declaration. - Update to version 3.7.4: + google: Make the configure options match OAuth 2.0 lingo (bgo#689770). + webview: don't set the OSD style class on the whole overlay (bgo#691122). + identity: Don't leak the GoaKerberosIdentity (bgo#691142). + Updated translations. - Replace pkgconfig(libsoup-gnome-2.4) BuildRequires with pkgconfig(libsoup-2.4), following upstream. - Update to version 3.7.3: + build: Fix passing arguments to configure from autogen.sh (bgo#689516). + Spinners are white and don't spin (bgo#689609). + Make the cancel buttons work (bgo#689642). + Updated translations. - Update to version 3.7.2: + Add provider groups + Bugs fixed: bgo#660573, bgo#686519, bgo#687578, bgo#687632, bgo#687930, bgo#687962, bgo#688018. + Updated translations. - Update to version 3.7.1: + Implement OAuth 2.0 for Google (bgo#661065) + Support ownCloud (bgo#660573) + Support Flickr (bgo#678151) + Bugs fixed: bgo#683692, bgo#685876, bgo#686410, bgo#686415, bgo#686416, bgo#686561 + Updated translations. - Pass --enable-flickr and --enable-owncloud to confiugre. - Switch with_twitter defines to 1, as twitter support is back. - Update to version 3.6.3: + bgo#693214: Guard against invalid SSL certificates (CVE-2013-0240) + bgo#695106: Do not send the credentials before notifying the user of an invalid SSL certificate (CVE-2013-1799). - Drop gnome-online-accounts-CVE-2013-0240.patch: fixed upstream. ++++ gnome-terminal: - Update to version 3.7.91: + Rewritten help in mallard. + Bug fixes. + Updated translations. ++++ grub2: - grub2-grub-mount-return-failure-if-FUSE-failed.patch - return error if fuse_main failed (bnc#802983) ++++ gtk2: - Update to version 2.24.17: + GtkFileChooserButton fixes: - Don't emit file-set signal when the change is not the result of a user action. - Don't ever use gtk_file_chooser_get_files. - Ensure internal consistency when clearing a model. + Bugs fixed: bgo#690247, bgo#692955, bgo#694742. ++++ gvfs: - Update to version 1.15.4: + gdu,udisks2: Make use of new ID_FS_BOOT_SYSTEM_ID udev property + fuse: Install systemd tmpfiles.d exclusion file + mtp: - Fix crash when libmtp operations fails without error message - Respect remove_source when pulling a file - Respect remove_source in do_push + tests: - Add gvfs-testbed to enable tests which need root - Check for URI string presence on CLI unmount + Updated translations. ++++ iptables: - Update to new upstream release 1.4.18 * documentation updates - Create subpackage xtables-plugins, to aid packaging of xtadm - Add 0001-build-do-not-dereference-symlinks-on-installation.patch as a prerequisite for: - Add 0001-build-also-use-libtool-for-install-stage.patch to kill of undesired DT_RPATH entries ++++ kdebase4-workspace: - changed plasma-kickoff-newly-collapsing.diff: * use KService ptr instead of name for specialTitle map, so it still works correctly when there are entries with equal names (bnc#807301) ++++ kernel-default: - Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround. Add the same w/a for ast and cirrus KMS, too (bnc#806990). - commit 0422575 - Linux 3.8.2 (bnc#802153). - Delete patches.arch/009-acpi_initrd_override_tables.patch. - Delete patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format. - commit 3611cf6 ++++ kernel-desktop: - Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround. Add the same w/a for ast and cirrus KMS, too (bnc#806990). - commit 0422575 - Linux 3.8.2 (bnc#802153). - Delete patches.arch/009-acpi_initrd_override_tables.patch. - Delete patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format. - commit 3611cf6 ++++ kernel-pae: - Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround. Add the same w/a for ast and cirrus KMS, too (bnc#806990). - commit 0422575 - Linux 3.8.2 (bnc#802153). - Delete patches.arch/009-acpi_initrd_override_tables.patch. - Delete patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format. - commit 3611cf6 ++++ kiwi: - make sure all USB host controller drivers will become included by mkinitrd (bnc #805053) - DB: rebuild documentation - if secure boot is enabled it's required to tell that in /etc/default/grub to make grub2-mkconfig produce correct results ++++ krb5: - fix PKINIT null pointer deref CVE-2013-1415 (bnc#806715) bug-806715-CVE-2013-1415-fix-PKINIT-null-pointer-deref.dif ++++ lensfun: - Update to version 0.2.7: * Some bugs leading to imprecise results when processing extreme values were fixed. * Several new lenses and camera profiles. - Revised installed documentation. - lens_database_update.diff removed because no new lenses were added to the database after 0.2.7 release. The mention of this patch in spec file remains. - lens_database_pending_update.diff removed because these chages were commited upstream. ++++ libgnome-keyring: - Update to version 3.7.91: + Build fixes (bgo#691343). - Drop libgnome-keyring-vapi.patch: fixed upstream. ++++ gtksourceview: - Update to version 3.7.91: + Simplify code for the completion. + Improvements of the Perl, R and Ruby language specs. + Misc bugfixes. + Updated translations. ++++ webkitgtk: - Rename source package to webkitgtk(3), following the upstream tarball rename (long overdue). - Update to version 1.11.90: + New HTML5 media controls design. + Move the API to get TLS certificate from WebKitURIResponse to WebKitWebView in WebKit2. + Remove webkit_web_view_get_subresources from WebKit2 GTK+ API. + Allow building with Clang. + The GLib unicode backend have been removed, leaving ICU as the only supported backend. + Fix a crash in the GStreamer implementation of FullscreenVideoController. + Fix a bug that made the audio to be muted when playback rate was between 0.8 and 2.0. + Fix memory leaks in subresources API in WebKit1. - Add libwebkit-gtk2build.patch: Fix build against GTK2. - Add webkitgtk-gtk2tests.patch: Fix one more gtk2 build fallout. - Bump wk2sover to 3_0-22, following upstreams soname bumps. ++++ webkitgtk3: - Rename source package to webkitgtk(3), following the upstream tarball rename (long overdue). - Update to version 1.11.90: + New HTML5 media controls design. + Move the API to get TLS certificate from WebKitURIResponse to WebKitWebView in WebKit2. + Remove webkit_web_view_get_subresources from WebKit2 GTK+ API. + Allow building with Clang. + The GLib unicode backend have been removed, leaving ICU as the only supported backend. + Fix a crash in the GStreamer implementation of FullscreenVideoController. + Fix a bug that made the audio to be muted when playback rate was between 0.8 and 2.0. + Fix memory leaks in subresources API in WebKit1. - Add libwebkit-gtk2build.patch: Fix build against GTK2. - Add webkitgtk-gtk2tests.patch: Fix one more gtk2 build fallout. - Bump wk2sover to 3_0-22, following upstreams soname bumps. ++++ libnetfilter_conntrack: - Update to new upstream release 1.0.3 * Treat the ATTR_HELPER_INFO attribute as the variable-length type that it actually is. * Fix a use after free when nfct_clone was used with certain attribute data types. ++++ libpng16: - remove clean section ++++ python-gobject: - Update to version 3.7.91: + Fix many memory leaks (bgo#675726, bgo#693402, bgo#691501, bgo#510511, bgo#691501, bgo#672224, and several more which are detected by our test suite) + Dot not clobber original Gdk/Gtk functions with overrides (bgo#686835) + Optimize GValue.get/set_value by setting GValue.g_type to a local (bgo#694857) + Run tests with G_SLICE=debug_blocks (bgo#691501) + Add override helper for stripping boolean returns (bgo#694431) + Drop obsolete pygobject_register_sinkfunc() declaration (bgo#639849) + Fix marshalling of C arrays with explicit length in signal arguments (bgo#662241) + Fix signedness, overflow checking, and 32 bit overflow of GFlags (bgo#693121) + gi/pygi-marshal-from-py.c: Fix build on Visual C++ (bgo#692856) + Raise DeprecationWarning on deprecated callables (bgo#665084) + pygtkcompat: Add Widget.window, scroll_to_mark, and window methods (bgo#694067) + pygtkcompat: Add Gtk.Window.set_geometry_hints which accepts keyword arguments (bgo#694067) + Ship pygobject.doap for autogen.sh (bgo#694591) + Fix crashes in various GObject signal handler functions (bgo#633927) + pygi-closure: Protect the GSList prepend with the GIL (bgo#684060) + generictreemodel: Fix bad default return type for get_column_type. ++++ python3-gobject: - Update to version 3.7.91: + Fix many memory leaks (bgo#675726, bgo#693402, bgo#691501, bgo#510511, bgo#691501, bgo#672224, and several more which are detected by our test suite) + Dot not clobber original Gdk/Gtk functions with overrides (bgo#686835) + Optimize GValue.get/set_value by setting GValue.g_type to a local (bgo#694857) + Run tests with G_SLICE=debug_blocks (bgo#691501) + Add override helper for stripping boolean returns (bgo#694431) + Drop obsolete pygobject_register_sinkfunc() declaration (bgo#639849) + Fix marshalling of C arrays with explicit length in signal arguments (bgo#662241) + Fix signedness, overflow checking, and 32 bit overflow of GFlags (bgo#693121) + gi/pygi-marshal-from-py.c: Fix build on Visual C++ (bgo#692856) + Raise DeprecationWarning on deprecated callables (bgo#665084) + pygtkcompat: Add Widget.window, scroll_to_mark, and window methods (bgo#694067) + pygtkcompat: Add Gtk.Window.set_geometry_hints which accepts keyword arguments (bgo#694067) + Ship pygobject.doap for autogen.sh (bgo#694591) + Fix crashes in various GObject signal handler functions (bgo#633927) + pygi-closure: Protect the GSList prepend with the GIL (bgo#684060) + generictreemodel: Fix bad default return type for get_column_type. ++++ libsecret: - Update to version 0.14: + Add a 'search' command to the tool for looking up items (bgo#693881). + Try to unlock locked collection when storing an item (bgo#693723). + Improve validation of the attributes table (bgo#694107). + Allow empty SecretValue contents (bgo#694787). + Introspection fixes (bgo#694448). + Updated translations. ++++ libstorage: - prevent dangling btrfs shadow volumes (bnc#803935) ++++ libzip: - Specify exact build requirements on autotools (2.68 comes from patch; tarball has 2.57) ++++ luit: - update to version 2.0-20130217 ++++ mousetweaks: - Update to version 3.7.91: + Do not mention gnome-doc-utils.make as it doesn't exist. + Updated translations. ++++ python-atspi: - Update to version 2.7.91: + Add objectLocale property (bgo#694368). + Stop using a deprecated method. + Don't install the example, since it isn't compatible with Python3. - Drop our hack in spec that removed the above mentioned example. ++++ python-qt4: - Update to 4.10 * The focus of this release is on support for the final release of Qt v5.0. - Update disable-rpaths.diff ++++ python3-atspi: - Update to version 2.7.91: + Add objectLocale property (bgo#694368). + Stop using a deprecated method. + Don't install the example, since it isn't compatible with Python3. - Drop our hack in spec that removed the above mentioned example. ++++ sysconfig: - Fixed to create migration marker directory before using it, it does not exists e.g. while CD based update (bnc#806989). ++++ syslinux: - localboot.diff: -2 boots next disk (bnc #807157) ++++ sysvinit: - move mkinitrd scripts of blogs to sysvinit-init, it's breaking systemd/plymouth (bnc#804458) ++++ vinagre: - Update to version 3.7.91: + Updated translations. ++++ vino: - Update to version 3.7.91: + Updated translations. ++++ yast2-installation: - deactivate RAID before going back to "Disk Activation" during installation (bnc#806454) ++++ yast2-storage: - version 2.23.9 - deactivate RAID before calling storage configuration clients from expert partitioner (bnc#806454) - fixed clone disk function (bnc#801997) ++++ yelp-xsl: - Update to version 3.7.91: + Added style hints for new Getting Started designs. + Fixed incorrect automatic link role for guide links. + Updated translations. ++++ zypper: - Fix 'zypper lu' also listing products (bnc#779740) - Fix -x printing edition values for arch-old (bnc#793809) - version 1.8.12 ------------------------------------------------------------------ ------------------ 2013-3-3 - Mar 3 2013 ------------------- ------------------------------------------------------------------ ++++ dhcp: - config-guess-sub-update.patch: Update config.guess/sub for aarch64 ++++ evolution: - Update to version 3.7.91: + Keep EClient instances in a central cache for more consistent event-handling. + Add status icons in sidebar for calendar, contact, task and memo backends. + Rewrite the contact photo in email feature to avoid deadlocks. + EAttachment: Use Subject as fallback filename for message attachments. + Show local images in Signature preview. + Speed-up auto-completion results showing. + Autocompletion - do not use quick timeout when user types text. + Add mnemonic widgets for Status and Priority comboboxes. + Correct label for "Country:" textbox in Work section on "Mailing Address" tab of contact editor. + evolution-addressbook-export: Remove --async option. + Remove obsolete "mime-types" mail setting. + Added mnemonic widget for 'Time zone' field in event editor. + Bugs fixed: bgo#674236, bgo#693250, bgo#693420, bgo#693625, bgo#694159, bgo#694170, bgo#694363, bgo#694460. + Updated translations. ++++ evolution-data-server: - Update to version 3.7.91: + Add VPN-awareness to calendar, contact, task and memo backends. + Support GOA's new IMAP/SMTP provider. + Added documentation for new Direct Read Access related apis. + Fixing pkg-config files for libebook & libedata-book. + source_write_sync: Fail gracefully when given a scratch source. + source_remove_sync: Fail gracefully when given a scratch source. + e-test-server-utils: Add support for testing Direct Read Access books. + Ported various EBookClient tests to additionally test Direct Read Access variants. + Do not use SSL_V2_COMPATIBLE_HELLO by default. + Local Delivery not updated on start and missing Receiving Options page. + EBookBackendSexp: Restore suffix search functionality. + e_source_registry_server_load_directory: Monitor failure is non-fatal. + e_cal_client_modify_objects_sync: Fix infinite loop. + EBookQuery/EPhoneNumber: Enhanced documentation. + CamelSMIMEContext: Support IANA registered hash function names. + evolution-user-prompter: Add a --keep-running option. + Make the ESourceRegistryServer modules relocatable like addressbook & calendar. + Make the Camel provider modules relocatable. + build: Support (and prefer) libboost_thread-mt. + CamelIMAPXServer: Improve thread-safety when selecting folders. + Bugs fixed: bgo#693101, bgo#693345, bgo#694152, bgo#694223, bgo#694734. + Updated translations. - Add e-d-s-link-goa.patch: Fix linking stage. - Add gnome-common BuildRequires and call to gnome-autgen.sh, as above patch touches the build system. ++++ gdk-pixbuf: - Update to version 2.27.2: + Make gdk_pixbuf_animation_new_from_file load png files (bgo#694148). + Fix string formatting for l10n extraction (bgo#693534). + Updated translations. ++++ gpgme: - update to 1.4.0 * New function gpgme_io_writen as a convenience wrapper around gpgme_io_write. * New functions to support the pinentry mode feature of GnuPG 2.1. * New macro GPGME_VERSION_NUMBER to allow supporting different API versions without the need for a configure test. * Several improvements for gpgme-tool. * Better logging of the common "invalid engine" error code. * Support for FD passing is now enabled by default. The configure option --disable-fd-passing may be used to disable this. * Interface changes relative to the 1.3.1 release: GPGME_VERSION_NUMBER NEW. gpgme_io_writen NEW. gpgme_set_global_flag NEW. gpgme_set_pinentry_mode NEW. gpgme_get_pinentry_mode NEW. gpgme_pinentry_mode_t NEW. GPGME_PINENTRY_MODE_DEFAULT NEW. GPGME_PINENTRY_MODE_ASK NEW. GPGME_PINENTRY_MODE_CANCEL NEW. GPGME_PINENTRY_MODE_ERROR NEW. GPGME_PINENTRY_MODE_LOOPBACK NEW. - pass --disable-fd-passing, regression tests crash otherwise - add verification of source tarball signatures during build - remove conflict marker in past changelog entries - drop gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch other packages in openSUSE:Factory which depend on gpgme also depend on libassuan - autogen call no longer required - call make in %build section ++++ kiwi: - allow the user to hide the install and verify ncurses progress dialogs during OEM image installation, needed by Tyco (bnc #791291) + implement oem-silent-install and oem-silent-verify elements both are childeren of oemconfig ++++ gc: - Record autoconf requirements in spec file ++++ freeglut: - Use more robust make install call which also works on SLE and others ++++ liblastfm: - Update to 1.0.7: Changelog not available. - Removed liblastfm-fix-no-return-in-nonvoid-function.diff patch (fixed upstream). - Removed fdupes build requirement (not needed). ++++ mariadb: - Add aarch64 to the list of lib64 platforms ++++ libqt4: - Add check-return-value-of-qt_safe_pipe.patch: * fixes QTBUG#18934 and kde#310777 ++++ libqt4-sql-plugins: - Add check-return-value-of-qt_safe_pipe.patch: * fixes QTBUG#18934 and kde#310777 ++++ udisks2: - Update to version 2.0.92: + Fix out of source build - set xsltproc path. + Fold UDisksPersistentStore class into UDisksCleanup. + Rename UDisksCleanup to UDisksState. + Don't leak UDisksLinuxDevice when handling uevent. + Check for NULL pointer when creating MD-RAID array. + Use own udev namespace for MD-RAID properties. + Introduce UDISKS_FILESYSTEM_SHARED=1 to use /media for mounting. + Don't wipe extended partitions. + Make sure logical partitions stay within the extended partition. ++++ libzypp: - Update zypp-po.tar.bz2 ++++ openmpi: - Add patch for support of sync builtins (openmpi-sync-builtins.patch) ++++ os-prober: - 05efi - accept FUSE as valid filesystem too (bnc#807190) ++++ virtualbox: - updated to virtualbox 4.2.8 * VMM: fixed guest crash with huge amount of guest RAM on VT-x hosts (bug #11306) * GUI: fixed a layout bug in the Mac OS X clone VM dialog (bug #10982) * GUI: not all the translation tags were taken into account during the language switch (bug #11342) * GUI: take guest screenshot dialog sometimes had no keyboard input available on Windows host * Main/Machine: fix generation of spurious event for inaccessible VMs which triggered an endless event generation loop in cooperation with the GUI which became unresponsive (4.2.6 regression, bug #11323) * Main/Display: fix for an access violation under certain conditions in multi-monitor configurations (bug #10539) * Main/Metrics: network metrics are now collected for active (up) interfaces only, the state of an interface being evaluated when the associated metric is enabled via setupMetrics * Snapshots: reduce the time for merging snapshots under certain conditions * Storage: fixed data corruption after resizing a VDI image under certain circumstances (bug #11344) * Storage: fixed non working online merging of snapshots (4.2.6 regression, bug #11359) * Storage: fixed crash when connecting to certain QNAP iSCSI targets * Storage: fixed incompatibility of VHD differencing images with Hyper-V (bug #5990) * Bridged Networking: fixed TCP pseudo header checksum computation for IPv6 (bug #9380) * 3D support: fix Battlefield 1942 game crashes (bug #11369) * Settings: really sanitize the name of VM folders and settings file, the code was disabled before (bug #10549) * Settings: allow to change VRDE settings for saved VMs * VBoxManage: don't crash during screenshotpng if there is no display (bug #11363) * Linux hosts: work around gcc bug 55940 which might lead to wrong kernel module code if gcc 4.7 is used to compile the 32-bit Linux host kernel (bug #11035) * Linux hosts: fixed inconsistent lock state and deadlock warnings on module load and VM startup when CONFIG_PROVE_LOCKING is enabled (bug #11318) * Linux hosts: made "]" key work again on Japanese keyboards * Mac OS X hosts: don't crash the kernel during dtrace if the VBox kernel extensions are loaded (10.6 hosts only; bug #11273) * Solaris / Mac OS X hosts: machine CPU load metrics now report 100% when all cores are fully utilized (used to be a single core) * Solaris 11 host installer: wait for any services left over from a previous installation to be terminated to avoid confusing SMF. * Guest Additions: don't block signals for processes executed via guest control * Guest Additions: fixed a small memory leak in VBoxService (bug #10970) * Windows Additions: fixed shared folder issue with large reads/writes on 64 bit Windows guests (bug #11115) * Linux Additions: Linux 3.8 compile fixes (bug #11036) * X11 Additions: fixed blocked SIGALRM in 3D desktop sessions (bug #10987) * X11 Additions: fixed an unresolved reference in vboxvideo_drv for X.org 6.8 guests and before (e.g. RHEL4; 4.2.0 regression) * X11 Additions: fixed screen automatic resizing for guests with X.org 1.3 or older (4.2.0 regression) ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-3-2 - Mar 2 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Update to Mesa 9.1: Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 3.1. OpenGL 3.1 is only available if requested at context creation because GL_ARB_compatibility is not supported. - New features: + GL_ARB_map_buffer_alignment + GL_ARB_texture_cube_map_array - Changes: + Removed VAAPI state tracker (unmaintained and broken) + Removed i965's broken hardware implementation of GL_NV_vertex_program + Removed swrast support for GL_NV_vertex_program + Removed swrast support for GL_NV_fragment_program + Removed OpenVMS support (unmaintained and broken) - Changes to package(s): + Rename libwayland-egl1-devel -> libwayland-egl-devel + Add a GLES3 Development package + Removed patches: Mesa-nodate.diff (patch1) No dates are put into the build anymore U_glx-fix-glGetTexLevelParameteriv-for-indirect-render.patch (patch18) Included in this release + Remove BuildRequires we dont need: http://cgit.freedesktop.org/mesa/mesa/commit/?id= af6aeae4e1286a8858e040602db338de6a1367dc + Update Required package versions ++++ kdepim4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ ark: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ atmel-firmware: - update license to new format ++++ autogen: - fix build with automake-1.13.1 - add explicit makeinfo buildrequires, it is required to build ++++ blinken: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ bluez-firmware: - update license to new format ++++ kdesdk4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdebase4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kiten: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ galculator: - Update to 2.1. * Adds support for quad-precision floating point and up to 112-bit binary arithmetic on systems with libquadmath. * Several bugs have been fixed in the expression parsing engine and the GUI. * Fallback to default separator if a separator equals the decimal point. * Changed default background color. * Add Turkish translation. - Correct License tag: GPL-2.0 -> GPL-2.0+. - Use full URL as a source. - Correct build dependencies (remove doxygen, fdupes, gcc, gcc-c++, libglade2-devel, make; gtk2-devel -> pkgconfig(gtk+-2.0). - Split off language subpackage. - Use %make_install macro. - Remove check for unsupported openSUSE versions. - Remove %clean section. - Install docs. - Clean up spec. ++++ gnome-keyring: - Update to version 3.7.5: + Set correct type for Collection's "Locked" property. + Don't warn if the GNOME session manager is not available. + Fix crasher in armor code. + Build fixes. + Upadted translations. - Update to version 3.7.2: + Bring over DER parsing fixes from GCR library. + Fix corner case where long DER length overflows. + Fix crash when parsing invalid DER files. + Handle empty secrets correctly. + Only print debug message if no pkcs11 socket. + Other minor fixes. + More complete test coverage. - Update to version 3.7.1: + Remove dependency on GTK+. + Build fixes. - Drop pkgconfig(gtk+-3.0) BuildRequires: no longer needed. - Update to version 3.6.3: + Don't reverse the order of items returned from SearchItems(). + Updated translations. ++++ gwenview: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ iputils: - update license to new format ++++ kactivities4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kalgebra: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kalzium: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kanagram: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kate: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information - Drop fix-plugin-loading.diff, applied upstream ++++ kbruch: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kcalc: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kcharselect: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kcolorchooser: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdebase4-workspace: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information - Drop plasma_expire_suse_paste.diff, powerdevil-logind.patch and respect_screenlock_settings.diff, all applied upstream ++++ kde4-l10n: - Update to 4.10.1 * Bug fix update. See http://www.kde.org/announcements/ for more information ++++ kde4-print-manager: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdeartwork4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdebase4-runtime: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkdegames: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdelibs4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdenetwork4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kdepimlibs4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information - Drop fix_akonadi_firstrun.diff, applied upstream ++++ kgamma: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kgeography: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ khangman: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kig: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kio_audiocd: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kamera: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ klettres: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kmag: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kmahjongg: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kmines: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kmix: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kmousetool: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kmplot: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ konsole: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kpat: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kreversi: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kross-interpreters: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kruler: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kscd: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ ksnapshot: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kstars: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ ksudoku: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ ktouch: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kwalletmanager: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ kwordquiz: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ analitza: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ i4l-base: - add isdn4k-utils-automake-1_13.diff, fix build with new automake ++++ giflib: - add giflib-automake-1_13.patch, fix build with automake-1.13.1 ++++ libkcddb4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkcompactdisc4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkdcraw: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkdeedu4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkexiv2: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkipi: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libkmahjongg: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libksane: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ lirc: - fix build with automake-1.13.1 ++++ marble: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ libnepomukwidgets: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ pkcs11-helper: - update license to new format ++++ vcdimager: - fix build with automake-1.13 ++++ libvorbis: - fix build with automake-1.13.1 ++++ nepomuk-core: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information - Drop all patches applied upstream, that includes: Check-DateTime-for-negative-years.patch, fileindexer-do-not-use-QDirIterators-in-the-queues.patch, initialize-the-m_indexhidden-variable.patch, initialize-m_state-to-its-correct-value.patch, initialize-objects-in-correct-order.diff, connect-both-the-queues-together.diff, do-not-auto-update-the-cache-by-default.diff, emit-the-current-signals-in-propertychanged.diff and Revert-BasicIndexingQueue-Use-stacks-instead-of-queu.patch ++++ okular: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ oxygen-icon-theme: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ parley: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ plasma-addons: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information - Drop initialize_m_list_variable.diff, applied upstream ++++ python-kde4: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ step: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ strace: - strace-aarch64.diff Support for AArch64 from upstream ++++ suspend: - add suspend-automake-1_13.diff, fix build with automake-1.13.1 ++++ sweeper: - Update to 4.10.1 * Contains bug fixes. See http://www.kde.org/announcements/ for more information ++++ vorbis-tools: - fix build with automake-1.13.1 ++++ xf86-video-savage: - u_Disable-tiling-on-SuperSavage-Novell-Bugzilla-805380.patch * Disable tiling on SuperSavage (Novell Bugzilla #805380) - obsoletes u_Disable-tiling-on-SuperSavage-IXC-64-Novell-Bugzilla.patch ++++ xterm: - config-guess-sub-update.patch: Update config.guess/sub for aarch64 ------------------------------------------------------------------ ------------------ 2013-3-1 - Mar 1 2013 ------------------- ------------------------------------------------------------------ ++++ esound: - Spec-cleanup using format_spec_file service. ++++ five-or-more: - Spec-cleanup using format_spec_file service. ++++ gdm: - Drop klogd Requires: this is no longer needed due to the changes with earlygdm / systemd integration. ++++ gnome-chess: - Spec-cleanup using format_spec_file service. ++++ gnome-desktop2: - Spec-cleanup using format_spec_file service. ++++ gnome-js-common: - Spec-cleanup using format_spec_file service. ++++ gtk2-engines: - Spec-cleanup using format_spec_file service. ++++ gtkspell: - Spec-cleanup using format_spec_file service. ++++ hicolor-icon-theme: - Spec-cleanup using format_spec_file service. ++++ java-1_7_0-openjdk: - Define bits to %__isa_bits if defined ++++ kdebase4-openSUSE: - Update Activities icon - Remove unnecessary hardcoding of Nepomuk db location - Correct Lancelot background theming - Disable Windowed Widgets KRunner by default ++++ kernel-default: - Fix broken VT1 output with mgadrmfb (bnc#806990). - commit 0934989 - PCI/PM: Clear state_saved during suspend (bnc#806966). - commit cdd289b ++++ kernel-desktop: - Fix broken VT1 output with mgadrmfb (bnc#806990). - commit 0934989 - PCI/PM: Clear state_saved during suspend (bnc#806966). - commit cdd289b ++++ kernel-pae: - Fix broken VT1 output with mgadrmfb (bnc#806990). - commit 0934989 - PCI/PM: Clear state_saved during suspend (bnc#806966). - commit cdd289b ++++ kiwi: - fixed grub2 setup for older distros which packages into lib/grub2-efi ++++ kiwi-config-openSUSE: - cleanup of isopatch ++++ libidl: - Spec-cleanup using format_spec_file service. ++++ libaio: - Add libaio-aarch64-support.diff: * add support for aarch64 - Add libaio-generic-arch.diff: * support all archtes (also aarch64) ++++ libart_lgpl: - Spec-cleanup using format_spec_file service. ++++ libbonoboui: - Spec-cleanup using format_spec_file service. ++++ cairomm: - Spec-cleanup using format_spec_file service. ++++ libcdr: - Update to upstream version 0.0.11 * Fix positions of circles and their transformations * Fix issues with large angle when the angles are negative * Implement reading of multi-paragraph text * Fix tranformation of bitmaps * Miscellaneous coverity fixes * Miscellaneous fixes of the SVG generator - Upstream patch for text encoding overrides in styles ++++ enchant: - Spec-cleanup using format_spec_file service. ++++ libglade2: - Spec-cleanup using format_spec_file service. ++++ libgnomecanvas: - Spec-cleanup using format_spec_file service. ++++ libgnomeui: - Spec-cleanup using format_spec_file service. ++++ gtkmm2: - Spec-cleanup using format_spec_file service. ++++ libiptcdata: - Spec-cleanup using format_spec_file service. ++++ mjpegtools: - update license to new format ++++ libnotify: - Spec-cleanup using format_spec_file service. ++++ pilot-link: - update license to new format ++++ python3-base: - add ctypes-libffi-aarch64.patch: * import aarch64 support for libffi in _ctypes module - add aarch64 to the list of lib64 based archs - add movetogetdents64.diff: * port to getdents64, as SYS_getdents is not implemented everywhere ++++ libsexy: - Spec-cleanup using format_spec_file service. ++++ smp_utils: - license update: BSD-3-Clause and GPL-2.0 See mptctl.h ++++ sofia-sip: - Spec-cleanup using format_spec_file service. ++++ startup-notification: - Spec-cleanup using format_spec_file service. ++++ telepathy-glib: - Spec-cleanup using format_spec_file service. ++++ xine-lib: - update license to new format ++++ pam_krb5: - update license to new format ++++ polkit-kde-agent-1: - update license to new format ++++ polkit-kde-kcmmodules-1: - update license to new format ++++ ppp: - license update: BSD-3-Clause and LGPL-2.1+ and GPL-2.0+ GPL-2.0 matches found in ppp-2.4.5/include/linux/if_pppol2tp.h ++++ python-gstreamer-0_10: - Spec-cleanup using format_spec_file service. ++++ python-notify: - Spec-cleanup using format_spec_file service. ++++ virtualbox: - vboxadd init script should not do anything if not running in a virtualbox guest. ++++ sbl: - update license to new format ++++ sudo: - added two security fixes: * CVE-2013-1775 (bnc#806919) + sudo-1.8.6p3-CVE-2013-1775.patch * CVE-2013-1776 (bnc#806921) + sudo-1.8.6p3-CVE-2013-1776.patch ++++ telepathy-rakia: - Spec-cleanup using format_spec_file service. ++++ xdm: - Add systemd-user-sessions to xdm initscript X-Should-Start, to ensure user login is available when xdm is started. - /etc/X11/xdm/SuSEconfig.xdm: copied required function from old /lib/YaST/SuSEconfig.functions, which no longer exists since openSUSE 12.3 (bnc#806738) ++++ yast2-ldap-server: - Opening the Access Control UI could create duplicated syncrepl ACLs (bnc#798788) - update license to new format ------------------------------------------------------------------ ------------------ 2013-2-28 - Feb 28 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - only enable swrast for aarch64 for now ++++ MozillaFirefox: - update to Firefox 19.0.1 * blocklist updates ++++ PackageKit: - Add 0014-Instantiate-PoolStatusSaver-after-pool-is-built-bnc-.patch (bnc#804054) ++++ alacarte: - Update to version 3.7.90: + Remove dependency on gnome-panel by rewriting the menu/item editor. + Cleanups to the UI. + Allow editing menus other than applications.menu. + Updated translations. - Drop alacarte-desktop.patch: fixed upstream. ++++ aspell: - fix build with new automake * automake-1.13.patch ++++ bluez: - add bluez-4.101-new-automake.diff, fix build with automake-1.13.1 ++++ branding-openSUSE: - fix the %post of plymouth branding to still set openSUSE default even if in live cd buildenv (bnc#804321) ++++ cmake: - cmake-endian.patch: Add support for aarch64. ++++ dialog: - Re-add patch dialog-1.2-20121230.dif: Fix problem with moving shadows during terminal resize - Use a /etc/dialogrc for openSUSE default coloring/shadow defaults - Re-add Korean language message file ++++ glibc: - manpages.patch: Remove debianisms from manpages (bnc#805054) ++++ glibc: - manpages.patch: Remove debianisms from manpages (bnc#805054) ++++ gparted: - Added support for translation-update-upstream. ++++ libgsf: - Update to version 1.14.26: + Fix vba stream problem (bgo#656531). + Make somewhat more robust with truncated files (bgo#690524). + Deal with G_TYPE_CHAR signedness. + Fix error handling of gsf_output_gio_new_for_uri. + Clean out mistaken null checks from g_object_new. + Clean out old glib tests. + Speed up ole writing a bit. + Header cleanup. gsf/gsf.h is now the main header (bgo#684608). + GsfInput doc improvements (bgo#540521). + Introspection fixes. + Fix gsf_input_dep for msole streams (bgo#689706). ++++ kdebase4-workspace: - Change default Bootmanager to "Grub2" in kdmrc (bnc#788867) - Add powerdevil-logind.patch, allows powerdevil to interact properly with systemd-logind (https://git.reviewboard.kde.org/r/108407) ++++ kernel-default: - Add AArch64 support - commit b1aa50e - Update config files. - commit 9ad7236 - Linux 3.8.1. - Refresh patches.xen/xen3-patch-2.6.31. - Delete patches.suse/suse-hv-register-clocksource-only-if-its-adverti.patch. - commit 0c01cac - rpm/kernel-binary.spec.in: Copy kernel signing changes from 12.3 to the packaging branch - commit 59d2acf - rpm/kernel-binary.spec.in: 'bc' is required since v3.9-rc1 - commit 4a9a926 - Copy packaging changes from master to the packaging branch - commit dd227e2 ++++ kernel-desktop: - Add AArch64 support - commit b1aa50e - Update config files. - commit 9ad7236 - Linux 3.8.1. - Refresh patches.xen/xen3-patch-2.6.31. - Delete patches.suse/suse-hv-register-clocksource-only-if-its-adverti.patch. - commit 0c01cac - rpm/kernel-binary.spec.in: Copy kernel signing changes from 12.3 to the packaging branch - commit 59d2acf - rpm/kernel-binary.spec.in: 'bc' is required since v3.9-rc1 - commit 4a9a926 - Copy packaging changes from master to the packaging branch - commit dd227e2 ++++ kernel-pae: - Add AArch64 support - commit b1aa50e - Update config files. - commit 9ad7236 - Linux 3.8.1. - Refresh patches.xen/xen3-patch-2.6.31. - Delete patches.suse/suse-hv-register-clocksource-only-if-its-adverti.patch. - commit 0c01cac - rpm/kernel-binary.spec.in: Copy kernel signing changes from 12.3 to the packaging branch - commit 59d2acf - rpm/kernel-binary.spec.in: 'bc' is required since v3.9-rc1 - commit 4a9a926 - Copy packaging changes from master to the packaging branch - commit dd227e2 ++++ kiwi: - fixed KIWILinuxRC::installBootLoaderGrub2() + install grub2 only in BIOS mode, in EFI mode this doesn't make sense + make sure the grub2 config file also lands on the EFI (fat) partition when in UEFI mode the precompiled and signed grub.efi image searches there for the configuration ++++ ksh: - Add patch ksh93-heredoclex.dif: substitution in here-document results in syntax error (bnc#804998) ++++ flac: - add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1 ++++ libX11: - Fix typo in rpm metadata (%versino -> %version) ++++ mozilla-nss: - update to 3.14.3 * No new major functionality is introduced in this release. This release is a patch release to address CVE-2013-1620 (bmo#822365) * "certutil -a" was not correctly producing ASCII output as requested. (bmo#840714) * NSS 3.14.2 broke compilation with older versions of sqlite that lacked the SQLITE_FCNTL_TEMPFILENAME file control. NSS 3.14.3 now properly compiles when used with older versions of sqlite (bmo#837799) - remove system-sqlite.patch - add aarch64 support ++++ json-glib: - Added support for translation-update-upstream. ++++ libkdcraw: - Drop all unneeded BuildRequires - Add missing BuildRequires - Enable lcms2 and rawspeed codec support - Utilize includedir macro from kde4-filesystem ++++ libkipi: - Drop all unneeded BuildRequires - Utilize includedir macro from kde4-filesystem ++++ libksane: - Drop all unneeded BuildRequires - Utilize includedir macro from kde4-filesystem ++++ plymouth: - Changed %post scripts so only the rebuild of the initrd is omitted within the build environment ++++ libproxy: - Remove mono support for aarch64 for now. ++++ libproxy-plugins: - Remove mono support for aarch64 for now. ++++ libreoffice: - update to 4.0.1.2: * mouse selection of fields (fdo#59928) * basic EMF+ implementation (bnc#780748) * selected gluepoint rendering (fdo#45879) * Paste special of Visio object (fdo#59405) * corrected SVG gradient primitive (i#120616) * charts not plotted automatically (fdo#60488) * get error bar import working again (fdo#60083) * autofit and stretched width (fdo#55931, fdo#57956) * migrate even more configuration setting (fdo#57061) * decimal numbers in conditional formatting (fdo#60574) * cut&paste of conditional format (fdo#60306, fdo#60311) * do not extend conditional formatting automatically (fdo#60828) * empty paragraphs in EditEngine layouting (i#119756, fdo#59629) * ocMacro and ocExternal need to be recalculated on load (fdo#60977) - temporary use the internal libcmis on openSUSE-12.3 until the system one is updated to version 0.3.1 - update libvisio to version 0.0.25: * better embedded binary dumping * initial support of page names (fdo#60433) ++++ libreoffice-help-group1: - update to 4.0.1.2 ++++ libreoffice-help-en-US: - update to 4.0.1.2 ++++ libreoffice-help-group2: - update to 4.0.1.2 ++++ libreoffice-help-group3: - update to 4.0.1.2 ++++ libreoffice-help-group4: - update to 4.0.1.2 ++++ libreoffice-help-group5: - update to 4.0.1.2 ++++ libreoffice-icon-themes: - update to 4.0.1.2 ++++ libreoffice-l10n: - update to 4.0.1.2 ++++ sensors: - lm_sensors-r6111-detection-Winbond-W83627SF.diff: Add detection of Winbond W83627SF/GF (no sensors.) - lm_sensors-r6112-detection-AMD-family-16h.diff: Add detection of AMD family 16h power sensors. - lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff: Map IT8771E, IT8772E, IT8782F and IT8783F to it87. - lm_sensors-r6117-detection-ITE-IT8752F.diff: Add detection of IT8752F. - lm_sensors-r6123-AnalogDev-ADT7410-driver.diff: We have a driver for the ADT7410 since kernel 3.7. ++++ smp_utils: - update license to new format ++++ snapper: - added filters for lvm ++++ libsocialweb: - Added support for translation-update-upstream. ++++ libssh2_org: - Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER, fixes build with new automake ++++ man-pages: - update to version 3.47 * New and rewritten pages perf_event_open.2 New page documenting perf_event_open(2) pthread_setname_np.3 New page for pthread_setname_np(3) and pthread_getname_np(3) * Newly documented interfaces in existing pages prctl.2 Document PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER ip.7 Add source-specific multicast sockopts This patch adds documentation of several source-specific multicast socket options that were added to kernel with implementation of IGMPv3 in 2.5.68. The following socket options were added: IP_ADD_SOURCE_MEMBERSHIP IP_DROP_SOURCE_MEMBERSHIP IP_BLOCK_SOURCE IP_UNBLOCK_SOURCE IP_MSFILTER * Pages moved across sections getcontext.3 This page really belongs in Section 3 (moved from Section 2) getdtablesize.3 Move from Section 2 sln.8 New page documenting the 'sln' command provided by glibc Inspired by a Red Hat downstream page, but with rather more detail. * New and changed links getcontext.2 Make link to page moved into Section 3 getdtablesize.2 Link to renamed getdtablesize.3 setcontext.2 Modify link to point to Section 3 pthread_getname_np.3 New link to new pthread_setname_np.3 setcontext.3 Link to getcontext page renamed into Section 3 * Global changes * Changes to individual pages fallocate.2 SEE ALSO: add fallocate(1) flock.2 SEE ALSO: add flock(1) fork.2 SEE ALSO: add exit(2) getpriority.2 BUGS: note that nice value is per-thread on Linux getrlimit.2 SEE ALSO: add prlimit(1) gettid.2 SEE ALSO: add various system calls that use thread IDs ioprio_set.2 SEE ALSO: add ionice(1) sched_setaffinity.2 SEE ALSO: add taskset(1) sched_setparam.2 Scheduling policy and parameters are per-thread on Linux Direct the reader to the discussion in sched_setscheduler(2). sched_setscheduler.2 Scheduling policy and parameters are per-thread on Linux sched_setscheduler.2 SEE ALSO: add chrt(1) setsid.2 SEE ALSO: add setsid(1) shmop.2 ERRORS: Add EIDRM Taken from Red Hat downstream patch sigaction.2 makecontext.3 Change getcontext/setcontext page ref to Section 3 signal.2 Clarify System V vs BSD semantics for signal() syscalls.2 The list on this page is not just syscalls common to all platforms Add perfctr(2) Add ppc_rtas(2) Add kernel version number of utrap_install(2) unimplemented.2 Remove mention of kernel version number in DESCRIPTION inet.3 Fix error in EXAMPLE using inet_aton() See https://bugzilla.redhat.com/show_bug.cgi?id=837090 Patch taken from Red Hat downstream. posix_fallocate.3 SEE ALSO: add fallocate(1) regex.3 Clarify details of matching The first is that it's far from clear that the end points of the complete string match are stored in the zero'th element of the regmatch_t array; secondly, the phrase "next largest substring match" is positively misleading, implying some sort of size ordering, whereas in fact they are ordered according to their appearance in the regex pattern. scanf.3 Clarify meaning of "string conversions" for 'm' modifier Update %a vs %m documentation POSIX.1-2008 adopted the 'm' flag for dynamic allocation. Update page to cover it and relegate the glibc-specific 'a' flag to NOTES. strtol.3 Replace some bogus text about "thousands separator" See https://bugzilla.redhat.com/show_bug.cgi?id=652870 sysconf.3 Use "_SC_PAGESIZE" consistently on page s/_SC_PAGE_SIZE/_SC_PAGESIZE/ in one instance. From Red Hat downstream patch. nscd.conf.5 Add max-db-size and auto-propagate descriptions, default values, + misc * added missing valid services (services and netgroup) * added many default values for options * reordered options according to the nscd.conf file (logical order) * added 2 missing options: max-db-size and auto-propagate nsswitch.conf.5 Mention initgroups db proc.5 Document /proc/profile Update /proc/sys/fs/file-nr to include Linux 2.6 details Clarify relationship between file-max and file-nr The third value in /proc/sys/fs/file-nr is the same as the value in /proc/sys/fs/file-max. Note message written to kernel log when file-max limit is hit Info from Documentation/sysctl/fs.txt. Mention lscpu(1) under discussion of /proc/cpuinfo resolv.conf.5 Document "single-request-reopen" option Taken from Red Hat downstream patch See https://bugzilla.redhat.com/show_bug.cgi?id=717770 See http://thread.gmane.org/gmane.linux.man/3161 utmp.5 SEE ALSO: add utmpdump(1) cpuset.7 Add missing 'cpuset.' prefix for some flags See kernel commit e21a05cb408bb9f244f11a0813d4b355dad0822e svipc.7 SEE ALSO: add ipcmk(1), ipcrm(1), ipcs(1) termio.7 SEE ALSO: add reset(1), setterm(1), stty(1), tty(4) ld.so.8 LD_VERBOSE does not work with ld.so --list and --verify From Red Hat downstream package See https://bugzilla.redhat.com/show_bug.cgi?id=532629 SEE ALSO: add sln(8) zdump.8 Bring up to date with zdump --help Patch taken from Red Hat downstream. ++++ mozilla-nspr: - update to version 4.9.5 * bmo#634793: define NSPR's exact-width integer types PRInt{N} and PRUint{N} types to match the exact-width integer types int{N}_t and uint{N}_t. * bmo#782815: passing 'int *' to parameter of type 'unsigned int *' in setsockopt(). * bmo#822932: Port bmo#802527 (NDK r8b support for x86) to NSPR. * bmo#824742: NSPR shouldn't require librt on Android. * bmo#831793: data race on lib->refCount in PR_UnloadLibrary. - Add config-guess-sub-update.diff: * update config.guess/sub for aarch64 support - Add aarch64-support.patch: * add support for aarch64 ++++ nautilus-open-terminal: - Update to version 0.20: + Port from libgnome-desktop's terminal launching functionality to GIO. + Updated translations. - Drop pkgconfig(gnome-desktop-3.0) BuildRequires: no longer needed due to the port to GIO. ++++ ntp: - bnc#797351 - ntpd "listen-on" directive support is missing/broken; unable to restrict/secure listening IPs ++++ opensuse-manuals_de: - Update text and image files (Last Changed Rev.: 2564:10458). ++++ opensuse-manuals_en: - Update text and image files (Last Changed Rev.: 1579:10458). - Update text and image files (Last Changed Rev.: 1579:10458). - Update text and image files (Last Changed Rev.: 1579:10458). ++++ pam-modules: - pam-modules-automake.patch: Fix build with new automake there is nop AM_CONFIG_HEADER anymore. * Modernize use of autoconf, use current macros. ++++ procmail: - update license to new format ++++ saxon9: - Update to version 9.4.0.7 ++++ skanlite: - Update to version 1.0: * Fix "save crash" when libksane returns an odd number sized buffer in 16 bit mode kde#314108 * Save sequence number across sessions kde#202432 * Add option to set sequence-number. Do not open "first image" dialog after settings dialog has been canceled kde#310687 kde#310688 kde#310689 ++++ syslinux: - isohybrid_mbr.diff: write only mbr unless explicitly specified otherwise ++++ vsftpd: - add isolate_network and seccomp_sandbox options to template to make them easier to find (bnc#786024) - add vsftpd-allow-dev-log-socket.patch (bnc#786024) * whitelist /dev/log related socket syscall ++++ xf86-video-savage: - u_Disable-tiling-on-SuperSavage-IXC-64-Novell-Bugzilla.patch * disables tiling on SuperSavage/IXC 64 (bnc#805380) ++++ yast2-storage: - version 2.23.8 - enable encryption option for architecture S390 (bnc#804598) ++++ zypper: - fix zypper disregarding zypp.conf cache path settings (bnc#806568) - Allow re-install with different arch upon explicit request (bnc#804219) - version 1.8.11 - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-2-27 - Feb 27 2013 ------------------- ------------------------------------------------------------------ ++++ boost: - build without openmpi on aarch64 for now ++++ build: - ARM AArch64 support added - Generic system emulator support as VM added - s390 z/VM build environment support added - support collecting resource statistics during build (for OBS 2.4) - rpm5 fixes - kvm support for armv7l - mount /dev/pts with right permissions ++++ colord: - Update to version 0.1.30: + New features: - Load the instrospection to the colord binary as a GResource - Save the common ICC profiles as GResources in the colord binary to reduce I/O - Support setting the blue LED in the ColorHug Spectro + Bugfixes: - Append -private to the driver libraries as they have no headers installed - cd_sensor_get_caps() returns a bitfield, so make it explicitly 64 bits wide - Do not expect a system proxy when checking if the daemon exists - Do not remove the database files when upgrading the package - Do not show duplicate profiles when icc-profiles-openicc is installed - Fix Colord-1.0.gir build with --no-add-needed - Fix linking of ch-self-test - Fix symbol-prefix passed to g-ir-scanner - Fix up the model name for the ColorMunki - Skip more self tests if the daemon could not be started - Changes from version 0.1.29: + New Features: - Add an interface for plugins to decline to load - Add a --verbose and --version argument to colormgr - Add DTP94 native sensor support - Add the 'Plasma' sensor capability - Allow profiles to have a 'score' which affects the standard space - Detect profiles from adobe.com and color.org and add metadata - Install libdtp94 for access to the DTP94 colorimeter - Install libhuey for access to the Huey colorimeter - Install libmunki for access to the ColorMunki Photo hardware - Move libcolorhug from colorhug-client for access to the ColorHug colorimeter - Reintroduce SANE support - session-helper: . Return extra data from the calibration in the Finished signal . Return the correct sensor images when calibrating + Bugfixes: - Allow the user to specify the device type when using 'colormgr create-device' - Change the Adobe RGB description to be 'Compatible with Adobe RGB (1998)' - Do not auto-add profiles due to device-id metadata if they have been manually removed - Do not include the size of the NULL byte when writing data from CCMX files - Do not log a critical warning if the daemon is replaced at runtime - Do not make the libsystemd-login dep automatic - Do not return an error if a user manually adds a profile that has already been automatically added - Don't emit a warning if the profile warnings or owner changes - Ensure profiles with MAPPING_device_id get auto-added to devices - Fix timezone problem in colord_client_random_func test - Include cd-buffer.c in libcolordprivate for future use - Make libcolord/device_async test pass everywhere - Return an error if a client tries to create a device of an unknown type - Set the additional 'OwnerCmdline' metadata on each device - Show all the possible capabilities on one line when doing 'colormgr get-sensors' - Specify the sensor caps in the code for native sensors - Split the libcolord.so into libcolordprivate.so so it can be used without a GObject dep - Write the CdIt8 'CREATED' date string in all files - Changes from version 0.1.28: + New Features: - Add some default GSetting schema values for the calibration helper - Add a Sensor.Metadata property - - Add the sensor images as metadata on the D-Bus interface + Bugfixes: - Quit the session helper if the device or sensor was not found - Never build more than one print profile at a time - Don't use the deprecated INCLUDES in Makefile.am - Changes from version 0.1.27: + New Features: - Add ColorMunki Smile defines and calibration attach image - Add Spyder4 calibration attach image - Add the ability to generate Rec. 709 gamma curves - Export a Device.Embedded property that is set for fixed hardware - Import shared-color-profiles into colord - Install a header with all the session helper defines - Support L* gamma encoding in cd-create-profile - Write the profile quality into to the .icc file as metadata + Bugfixes: - Allow passing no value as properties to CreateDevice - Do not return zero profiles when the device is being calibrated or disabled - Ensure the color types are methods in GObject Introspection rather than functions - Fix build when srcdir != builddir - Fix floating point number parsing in non C locale environments - Remove 'Monitor' suffix from display devices model string. - Add colord-privlib.patch: Move private libraries out of %{_libdir}. - Add gnome-common BuildRequires and call to autogen.sh, as above patch touches the build system. ++++ gnome-packagekit: - Update to version 3.7.5: + New Features: - Add keywords for better discoverability. - Support notification filtering. + Bugfix: - Be more careful when dealing with windows. - Don't call gpk_dbus_task_set_xid twice. - Don't crash if the window that invoked the task exits before the task starts up. - Don't use the deprecated INCLUDES in Makefile.am. - Fix a segfault when there is a distribution upgrade available. - Use the correct titles for any encoder or decoder version. - Use the UTF-8 '…' rather than '...' in UI code. + Updated translations. - Drop gpk-Dont-crash-if-the-window-invoking-task-exits.patch, fixed upstream. ++++ gnome-shell: - Update to version 3.7.90: + Let GNOME Shell work on EGL and GLES2 (bgo#693225, bgo#693438, bgo#693339) + Implement middle-click paste (bgo#645019). + Fix top bar transition between session modes (bgo#692966). + Trigger the message tray with downward pressure (bgo#677215). + Don't ask for a password on shutdown (bgo#693385). + Add a context menu to the message tray (bgo#691035, bgo#693887) + Use unicode formatting in the date menu (bgo#689251). + Use proper ellipsis instead of three dots (bgo#689542). + Tweak screen shield animation (bgo#691964). + Always hide the OSK when showing the message tray (bgo#662687). + Support sound in notifications (bgo#642831). + Place application popup menus above chrome (bgo#633620). + Hide overview elements while searching (bgo#682050). + Implement updated IBus candidate popup designs (bgo#691902). + Add support for enable-animations preference (bgo#655746). + Don't always show the message tray in the overview (bgo#693987). + Improve arrangement of window previews (bgo#690313). + Remove builtin settings provider (bgo#690824). + Minimize fullscreen windows when they end up in the background (bgo#693991). + Add context menu to the background actor (bgo#681540). + Handle backgrounds in the shell, improve startup animation (bgo#682429). + Hide universal access menu when not needed (bgo#681528). + Implement updated app picker designs (bgo#694192). + Improve login manager -> session transition (bgo#694062). + Don't use a grid layout in window picker (bgo#694210). + Use scroll wheel for workspace switching rather than zoom (bgo#686639). + Misc bug fixes and cleanups: bgo#693284, bgo#692680, bgo#691746, bgo#693303, bgo#693162, bgo#693161, bgo#693522, bgo#693385, bgo#691715, bgo#688915, bgo#689106, bgo#682429, bgo#693570, bgo#693737, bgo#693458, bgo#692845, bgo#693836, bgo#681540, bgo#679925, bgo#688227, bgo#692773, bgo#693909, bgo#683288, bgo#693854, bgo#693746, bgo#693931, bgo#693924, bgo#693940, bgo#693970, bgo#693935, bgo#693937, bgo#693974, bgo#693936, bgo#693975, bgo#693822, bgo#694030, bgo#685849, bgo#694052, bgo#694035, bgo#694038, bgo#694079, bgo#694064, bgo#681735, bgo#694100, bgo#694057, bgo#694070, bgo#693572, bgo#693896, bgo#686984, bgo#694123, bgo#694125, bgo#693756, bgo#693757, bgo#687556, bgo#694215, bgo#694062, bgo#694227, bgo#694240, bgo#694234, bog#694264, bgo#694276, bgo#694282, bgo#694241, bgo#689394, bgo#694202, bgo#694265, bgo#694289, bgo#691806, bgo#694290, bgo#694296. + Updated translations. - Add pkgconfig(caribou-1.0) BuildRequires: new dependency. - Drop pkgconfig(gl) BuildRequires: no longer needed. ++++ kernel-default: - Refresh patches.drivers/elousb.patch. - commit 4687d79 ++++ kernel-desktop: - Refresh patches.drivers/elousb.patch. - commit 4687d79 ++++ kernel-pae: - Refresh patches.drivers/elousb.patch. - commit 4687d79 ++++ kiwi: - fixed UEFI bootloader setup for grub2 based disk images + fixed creation of image install CDs in EFI mode + call findAndCopyMagicBlock only if hybrid is requested ++++ libdrm: - disable valgrind support for aarch64 ++++ python-base: - Add aarch64 to the list of lib64 platforms ++++ libstorage: - version 2.23.8 - fix handling of inactive raid devices (bnc#798275) ++++ libzypp: - Rephrase error message if 'lsof' is not installed (bnc#694427) - version 12.9.0 (0) ++++ mdadm: - license update: GPL-2.0 mdadm/Software-RAID.HOWTO.tar.bz2 ++++ mkinitrd: - Add support for zImage on ARM ++++ patterns-openSUSE: Do not rely on preprocessor, set __i386__ explicitly on %ix86 ++++ perl-Crypt-SmbHash: - update license to new format ++++ perl-Date-Calc: - update license to new format ++++ perl-PlRPC: - update license to new format ++++ perl-Tie-IxHash: - update license to new format ++++ perl-X500-DN: - update license to new format ++++ perl-XML-XPath: - update license to new format ++++ perl-gettext: - update license to new format ++++ polkit-default-privs: - add /etc/polkit-1/rules.d/50-default-privs.rules as ghost so it gets associated with the package - require ibmozjs185-1_0 as polkit won't apply the policy without it (bnc#804376) ++++ ppp: - update license to new format ++++ release-notes-openSUSE: - 12.3.4: * New entries: Gnome: Workaround to Set Shift or Ctrl+Shift as a Shortcut (bnc#804773). * Update translations. ++++ x11-tools: - update license to new format ++++ xdg-menu: - Added a patch (xdg-menu-su.patch) to use "su" instead of "sux" to run commands with root privileges in xdg_menu_su (sux is deprecated). - Made the package noarch. ++++ yast2-control-center-gnome: - Added dependency to yast2_theme - Release 2.23.3 ++++ yast2-network: - fate#313548, fate#309055 and fate#100011 in general. Removed SUSEconfig calls for postfix and sendmail. Also related to bnc#786665 - 2.24.15 ++++ yast2-storage: - fix handling of inactive raid devices (bnc#798275) ------------------------------------------------------------------ ------------------ 2013-2-26 - Feb 26 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - fix_glx_indirect_reply_bfo#59876.diff * GLX replies are parsed incorrectly when using libxcb and AIGLX, happens for most replies where data is embedded in the header. (bfo#59876, bnc#802718) ++++ cifs-utils: - Add cifstab named configuration file to post-12.2 systems; (bnc#804822). - Really use of the existing cifs init script; (bnc#697218). ++++ gcc48: - Update to GCC trunk head (r196281). ++++ e2fsprogs: - Fix compilation for Fedora targets in Build Service ++++ ekiga: - Update to version 4.0.1: + User-visible fixes: - Fix crash when quitting ekiga while receiving presence information - Fix crash when quitting ekiga right after starting it (before STUN ending) - Fix crash when disabling an account while icons in roster are changing - Fix crash when receiving call a second time - Fix crash in XML parsing in case of malicious code - Fix increasing CPU usage afer hours of usage caused by endless OPTIONS - Several fixes for H.323 - Fix registration for registrars accepting the last Contact item offered - Allow to change the REGISTER compatibility mode of an existing registration - Fix impossibility to hangup active call after a missed call - Fix busy or call forwarding on busy occuring when connection is released - Fix subscribing/unsubscribing when enabling and disabling SIP accounts - Do not show is-typing messages sent by other programs during chatting - Stop ongoing registration when remove account - Use meaningful names for ALSA sub-devices - Allow to enter contact addresses without host part, and choose the host later - Increase number of characters shown in device names - Use a better icon for call history in addressbook - Show the address instead of "telephoneNumber" in addressbook - Deactivate NullAudio ptlib's device for audio input too - Do not send OPTIONS messages once the account is disabled - Hide the main window immediately on exit - Handle xa status as away - Fix debugging message when registering - Fix race condition leading to duplicate entry in call history - Fix incoming call if two INVITE's in a fork arrive very close together - Use correct username in OPTIONS messages - Allow to have message waiting indication even if asterisk's vmexten is off - Send OPTION only on the right interface - Fix buttons direction in dialpad for RTL languages - Fix aborting RTP receiver with Polycom HDX8000 - Fix possible incorrect jitter calculation for RTCP - Only kill REGISTER/SUBSCRIBE forks if a "try again" response is received + Various other fixes. + Windows port fixes. + Updated translations. - Introduce with_evolution, currently set to 0, as ekiga is not compatible at this moment with evolution 3.8. The effects are: + Conditionall BuildRequire evolution-data-server-devel (1). + Conditionall pass --disable-eds (0) or --enable-eds (1) to configure. + Create ekiga-plugins-evolution sub package (1). + Obsolete ekiga-plugins-evolution subpackage from the main package (0). - Replace openldap2 BuildRequires with openldap2-devel: As evolution-data-server pulls it in, it was never spotted to be wrong. ++++ file: - Add patch file-5.13-return.patch: avoid doubled return ++++ glade: - Add pkgconfig(gmodule-2.0) BuildRequires: configure checks for it - Stop passing obsolete --disable-scrollkeeper to configure. ++++ gnome-control-center: - Update to version 3.7.90: + Use header bar to show the current panel's name. + Add sound and user-accounts panels to the command-line completion, and ensure the completion is sorted by default. + Update man page. + Do not forcibly suppress debug messages if --verbose not set. + Add GNOME Shell search provider and remove unused menu definition. + Update descriptions for all the panels. + Use a back arrow in the header bar, and go back to the previous panel if navigated from one. + Color: - Bump the required colord version. - Don't stretch the device switch. - Add widget relations for accessibility, and make all buttons keyboard accessible. - When calibrating inhibit logout, switching users and suspending. - Expand profiles assigned to the device when single clicked. + Details: - Remove fallback from keywords. + Keyboard: - Be more specific in input source switch label. + Network: - Require newly released NetworkManager 0.9.8. - Disable the Hotspot button if the device does not support it. - Add support for newer versions of ModemManager. - Try to guess the operator name for WWAN connections. - Fix warnings when virtual connections exist. - Display "device state reason" to show, eg., locked modems. - Fix some alignment, spacing problems. - Make symbolic icons sharper. - Add widget relations for accessibility. - Avoid all access points being named after the shared connection in some cases. - Fix connection editor's apply button not working. - Plug some memory leaks. + Notifications: - Fix some spacing problems. + Mouse: - Fix possible bad state when reopening the mouse panel. + Online Accounts: - Don't use GOA specific warning macro. + Power: - Update idle time and suspend idle time ranges. - Fix layout of the automatic suspend dialogue. - Better label for the idle-delay selection. - Add widget relations for accessibility. + Printers: - Visual improvements of driver selection dialog. - Search for samba printers in new printer dialog. - Add authentication dialog for samba printers. - Disable building the printers panel if libsmbclient isn't available. + Privacy: - Clarify "Lock Screen After" string. - Remove redundant option from the recent files combobox. + Region & Language: - Update design based. + Search: - Don't make the settings search configurable. + Sharing: - Start or stop Rygel when Media Sharing is enabled or disabled - Add a master switch to disable all the services. + Sound: - Show a different icon for different input/output ports. + User Accounts: - Add widget relations for accessibility. - Don't reject passwords that pwquality says are ok. - Remove password hints feature from the UI as they are not implemented in GDM. - Add pkgconfig(mm-glib) and pkgconfig(smbclient) BuildRequires: new dependencies for the network panel and printer panel. - Add pkgconfig(gobject-introspection-1.0) BuildRequires: dependency for egg-list-box. - Build the new submodule egg-list-box. - Add gnome-control-center-nma-nialog.patch: Fix some missing includes. A more complete patch, taking care of removing deprecates is already pushed upstream. - Update to version 3.7.5.1: + Color: - Make medium quality the default. + Network - Allow compiling against NetworkManager 0.9.6. - Disable 'Apply' until things have changed. - Use symbolic icons consistently. - Update to version 3.7.5: + Background: - Sort Pictures in order of most recently modified. - Update for gnome-shell Screenshot API changes. + Color: - Allow the user to remove automatically added profiles. - Show a summary page when running on a LiveCD. - Show sRGB and AdobeRGB profiles when selecting a profile for a display. - Use a EggListBox for the main device display to match the new mockups. - Use colord-session to calibrate the display. + Display: - Add support for 21:9 displays. + Network: - Add a spinner while connecting. - Add integrated "Add New Connection". - Add VPN support to the connection editor. - Support new AP-mode hotspot functionality. + Power: - Add a dim screen switch. - Add idle-delay configuration. + Printers: - Attach toolbar controlling jobs to list of jobs. + Screen: - Remove screen panel. + Sharing: - Add a "show password" check button to the screen sharing dialog. - Don't show Media sharing without rygel. - Hide Bluetooth sharing when there is no Bluetooth adapter. + Shell: - Activate items on single click. - Add pkgconfig(colord-gtk) and pkgconfig(libnm-glib-vpn) BuildRequires: new dependencies. - Add pkgconfig(gio-2.0), pkgconfig(gl) and pkgconfig(gmodule-2.0) BuildRequires: new verified dependencies. - Drop pkgconfig(iso-codes) BuildRequires: no longer needed. - Drop g-c-c-online-accounts.patch: fixed upstream. - Rebase gnome-control-center-allow-yast-in-shell.patch to work with the new code. - Update to version 3.7.4: + Add new Sharing panel. + Add bash completion file. + Use GResources to handle UI files. + Color: - Only show the calibrate or add buttons when the device is selected - Don't crash if no sensors are plugged in + Details: - Remove Graphics section + Keyboard: - Allow key repeat rate of 110 chars/sec - Add input-source-switcher to the shortcuts + Power: - Implement the new Power panel design + Printers: - Control acceptance of jobs with enable switch + Region & Language: - Add per-window input sources setting + Shell: - Make scrollbars reach to the edge of the window - Don't search in .desktop file descriptions - Remove prelight from search results - Make search results descriptions dimmer - Fix keyboard navigation in the search results and the main view - Add --search and --list command-line options - Add support for the back mouse button + User Accounts: - Port to use libaccountsservice (and drop the systemd direct dependency) - Fix crash when built with cheese support - Handle the real name not being set - Add login history dialogue - Add pkgconfig(accountsservice) BuildRequires: new dependency for the user accounts panel. - Add g-c-c-online-accounts.patch: fix implicit declaration in online-accounts panel. - Update to version 3.7.3: + Remove fallback session handling code + Add search panel + Add privacy panel + Add notifications panel + Use the proper Unicode ellipsis (…) instead of three dots + Background: - Hide in Unity - Fix not having 3 columns in high contrast + Bluetooth: - Avoid possible loops when Connection fails - Fix main switch acting bizarrely - Use spinner when connecting - Align the device list with the all settings button - Remove ObexFTP browsing from the UI + Color: - Do not use a combobox when listing profiles to add to devices + Date & Time: - Do not offer the 12 hr clock in locales without AM/PM + Details: - Add distro information - Add CPU model on ARM - Avoid adding phantom "Unknown model" CPU on PPC64 + Info: - Set the hostname only after a small delay + Keyboard: - Point to a more specific help page - Add support for msgctxt in keybindings - Improve shortcuts tab keynav + Network: - Make sure flight mode is always visible - Make sure Airplane mode switch everything off - Ensure IMEI is displayed and reload Operator Name when it changes - Also load IMEI and Operator Name for LTE-only modems + Online accounts: - Don't preselect the first item when adding an account - Align the accounts list with the all settings button - Only allow adding accounts if the network is available + Printers: - Show in Unity - Fix problems when adding new printers + Region: - Show in Unity - Fix possible crasher on startup when the X11Variant are empty - Offer logout options after changing language - Add Japanese to the popular languages - Show popular languages in their own language - Fix other user's languages never getting added - Make 'Add' dialogs consistent - Reinstate the separator in the languages list - Fix button alignment problem + Shell: - Remove the previous panel when switching to a new one - Don't remove old panel if new one is broken - Add F1 shortcut to show the help - Rename to Settings - Ensure the home button is the correct height - Fix alignment of home button in RTL languages - Make all the plugins static + Sound: - Clarify "sound events" - Fix possible crasher - Use libgnome-volume-control + Universal Access: - Set the dialog hint on the zoom options - Also set the WM HighContrast theme when the switch is flipped + Users: - Rename from User Accounts - Show the password by default once generated - Fix resetting one's avatar - Add "last login" field + Wacom: - Add support for the new OSD help display - Rebase gnome-control-center-allow-yast-in-shell.patch. - Update to version 3.7.1: + All: - Improve contexts for ambiguous strings. + Background: - Optimise preview for the usual shell layout. - Handle copy cancellation correctly. - Fix crash when exiting panel too quickly. + Keyboard: - Ensure the dir name shown matches the XDG Pictures dir. + Network: - Rename "Wireless" to "Wi-Fi" in the UI. - Add more keywords to the desktop file. - Fix 8021x connections. - Add an 'Ignore Hosts' entry to the proxy page. - Minimal support for unrecognized device types. - Add support for showing bond slaves. + Mouse: - Don't show touchpad disable button when there's no mouse. + Screen: - Handle brightness calls finishing after we're done. + Info: - Don't block for PackageKit. - Detect and display Virtualisation method used. + User Accounts: - Remove the autologin checkmark. - Logged in status identification. - Complete discover on failure. - Remove the realmd version check. - Recognize that some kerberos domains cannot be joined. - Set timeouts on all realmd interface proxies. - Don't have domains twice in the drop down. - Require logind for session tracking. - fix wrong sensitivity of the autologin combo. - Rebase gcc-private-connection.patch. - Add gnome-control-center-build.patch: Fix build with NetworkManager stable branch. - Do not package gnome-control-center.rules (bnc#804966): On openSUSE defining the use of the wheel group is up to the administrator. ++++ gnome-packagekit: - Update gnome-packagekit-OnlyShowIn.patch: change NoDisplay to false for gpk-prefs and gpk-update-viewer (bnc#803201). - Don't mangle categories of gpk-prefs: the upstream ones are just fine (showing up in Settings). ++++ gnome-shell: - Update to version 3.7.5: + MessageTray: pass keyboard events to tray icons (bgo#687425). + network: add support for virtual devices (bgo#677144). + gdm: Allow right-clicking buttons for left-handed users (bgo#688748) + Make list search results span all available horizontal space (bgo#691967) + Make Show-Applications button depress when held down (bgo#692319) + Set a max width on search results (bgo#692453). + Reserve scrollbar allocation for automatic policy (bgo#686881). + Improve scaling algorithm for window thumbnails (bgo#686944). + Fix launching settings panels after g-c-c changes (bgo#692483). + Stop launching applications from empty searches (bgo#692391). + Implement per-source notification filtering (bgo#685926). + ScreenShield: - Omit ActiveChanged() signal at end of fade (bgo#691964). - ower the shield on idle before locking (bgo#692560). - Only show lock icon when actually locked (bgo#693007) - Inhibit suspend until the screen is locked (bgo#686482). + Make previews of minimized windows translucent in overview (bgo#692999). + windowManager: Respect icon geometry when minimizing (bgo#692997). + general: - Use & instead of 'and' for Settings panels (bgo#689590). - Consistently use Title Case in top bar (bgo#689589). + Network: - Add support for new ModemManager1 interface (bgo#687359). - Handle LTE-only modems as GSM ones (bgo#688144). + mobile-providers: Port to libnm-gtk (bgo#688943). + panel: Add :overview pseudo class while in overview (bgo#693218) + sessionMode: Add support for mode-specific styling (bgo#693219) + Misc bugfixes: bgo#691745, bgo#691731, bgo#690171, bgo#689091, bgo#691976, bgo#691963, bgo#684279, bgo#692052, bgo#692091, bgo#642831, bgo#692454, bgo#692715, bgo#692678, bgo#692723, bgo#692677, bgo#683986, bgo#692693, bgo#692749, bgo#692948, bgo#692995, bgo#692996, bgo#692994, bgo#677215, bgo#692586, bgo#693067, bgo#693031, bgo#693049, bgo#643111, bgo#693161, bgo#693220. + Updated translations. - Add pkgconfig(libcanberra-gtk) BuildRequires: new dependency. - Add pkgconfig(libnm-gtk) BuildRequires: new dependency. - Drop upstream fixed patches: + g-s-honor-lock-delay-GSettings.patch + g-s-use-the-right-getter.patch + gnome-shell-ScreenShield-become-modal-and-catch.patch - Disable gnome-shell-private-connection.patch: needs rebase. - Update to version 3.7.4.1: + userMenu: Use show-full-name-in-top-bar setting (bgo#689561). + dateMenu: Add "Open Clocks" entry (bgo#644390). + screenshot: Immediately show the flash spot (bgo#691875). + Misc. bug fixes. + Updated translations. - Update to version 3.7.4: + Make menu separators crisp (bgo#641745) + power: Update for new D-Bus name (bgo#690506) + Add smooth scrolling support (bgo#687573) + Tweak notification layout (bgo#688506) + Ping the active window when using the app menu (bgo#684340) + Make password entries insensitive after submission (bgo#690594, bgo#690895) + Honor lock-delay GSettings key (bgo#690766, bgo#691170) + Use text/calendar preferred app as the calendar app (bgo#690767) + lookingGlass: Move to an inspect() function (bgo#690726) + Make OSK animation quicker, snappier (bgo#688642) + Allow to close chat notifications with Escape (bgo#690897) + Honor org.gnome.desktop.screensaver.user-switch-enabled (bgo#691042) + Add a SelectArea() DBus method (bgo#687954) + Support non-absolute paths when saving screenshots (bgo#688004) + OSK: Fix extended keys popups (bgo#674955) + Don't hide or show the keyboard immediately (bgo#688646) + Improve padding in power menu (bgo#689297) + Add per-window input source switching (bgo#691414) + Other bugs fixed: bgo#690608, bgo#690589, bgo#690539, bgo#687081, bgo#690667, bgo#690665, bgo#690666, bgo#685856, bgo#690858, bgo#690895, bgo#680414, bgo#690965, bgo#691019, bgo#690590, bgo#681376, bgo#690180, bgo#685513, bgo#689263, bgo#691553, bgo#691720, bgo#691743, bgo#691750 + Updated translations. ++++ clutter-gst: - Update to version 2.0.2: + Remove usage of ClutterStage/ClutterContainer deprecated APIs. + Depend on Cogl 1.10 for shaders boilerplate. + Improve video-player player example on enter/leave event handling. ++++ gtk-vnc: - Update to version 0.5.2: + Browser plugin is deleted, since it was unmaintained. + Bugs fixed: - Misc fixes to RPM specfiles - Fix big-endian support in cairo framebuffer - Avoid out of bounds accessing arrays - Fix win32 quote key mapping - Fix NULL dereference in logging code - Fix OOM check in python bindings - Avoid array overrun in colourmap mode - Fix buffer space check when sending data - Add introspection annotation for vnc_display_send_keys - Fix pulseaudio enablement in demo - Avoid crash with unsupported audio formats - Turn off deprecation warnings - Convert VncConnectionCredential to VncDisplayCredential - Add API to allow access to keysyms from introspected bindings + Updated translations. ++++ kde4-filesystem: - /etc/rpm/macros.kde4 is no %config, it is not meant to be changed by users. - Add rpmlintrc to filter some warnings ++++ kernel-default: - ARM: Update config files: Drop mmap min addr to at most 32k - commit db497a6 - ARM: default: Update config file: Compile RTC drivers =y - commit dfccf37 - Mention Linux 3.x as well - commit 3d86a6c ++++ kernel-desktop: - ARM: Update config files: Drop mmap min addr to at most 32k - commit db497a6 - ARM: default: Update config file: Compile RTC drivers =y - commit dfccf37 - Mention Linux 3.x as well - commit 3d86a6c ++++ kernel-pae: - ARM: Update config files: Drop mmap min addr to at most 32k - commit db497a6 - ARM: default: Update config file: Compile RTC drivers =y - commit dfccf37 - Mention Linux 3.x as well - commit 3d86a6c ++++ kiwi: - implement support to build an image that runs as lxc container + add "lxc" as accepted value to image attribute + add container attribute to element, this attribute is required for container building + create consistency check for container type + must have container attribute + container attribute value must be composed of word characters + container build must include lxc packsge (runtime check) + unit tests + implement processing of new attributes in the XML code + unit tests - implement KIWIContainerConfigWriter + this class writes the configuration file and fstab file for a container + it is a child of KIWIConfigWriter + unit tests - implement KIWIConfigWriter + base class for configuration file writers, at present it only has the container writer as a child. This class will help us to separate the code for other image types that have configuration file (ovf, vmware, xen) and create individual classes that are focused on only one thing - implement KIWIConfigWriterFactory + factory class that hands out a *ConfigWriter objects based on the image type or image format being built + unit tests - implement KIWIContainerBuilder + this class is responsible for the image creation for a container image only createImage is public and implements the creation procedure + is a child of KIWIImageBuilder + unit tests - implement KIWIImageBuilder + base class for all *Builder classes, at present it only has the container builder as a child. This class will help us to peal apart the creation of various image types currently implemented in a tangle in KIWIImage and KIWIImageCreator - implement KIWIImageBuildFactory + factory class that hands out *Builder objects based on the image type + unit tests - integrate the new build infrastructure code into the image creation process for lxc containers - add directory exist method to test case - create container example for openSUSE 12.3 and 12.2 - examples + fix the text in the 12.3 examples to refer to 12.3, not 12.2 + all network configurations, 12.2 and 13.3, STARTMODE value 'onboot' is no longer supported, changed to 'auto' - add a chapter to the documentation providing information about the new container image type - added network drivers and nfs stack to isoboot for openSUSE 12.3. This allows to boot live ISO's via pxe as explained in (bnc #805771) - changed isofrom feature: + splitted information provided in isofrom into two parts isofrom_device= and isofrom_system= the two were set in common and seperated by a colon before. This caused trouble when the colon is part of the device information + added support for ISO from NFS (bnc #805771) isofrom_device=nfs:: - DB: rebuild documentation - DB: update. wrote about the different union mount methods for pxe ++++ lbxproxy: - Update to version 1.0.3: + install: Use sysconfdir instead of libdir for config files. + Add const qualifiers to silence some gcc -Wwrite-strings warnings. + Cast pointer to long instead of int. + Add standard url's to README. + config: - Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES. - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. - Upgrade to util-macros 1.8 for additional man page support. - Update AC_PREREQ statement to 2.60. - Remove unnecessary calls from configure.ac. + Don't link directly against libz. + Fill in COPYING file with copyright notices from source code. - Drop lbxproxy.diff patch, fixed upstream. - Drop lbxproxy-fix-cast.patch, fixed upstream. ++++ cogl: - Update to version 1.13.4: + New CoglOutput API to query information about displays. + New API for querying frame timing information in a frame callback. + New API for querying the buffer age of an onscreen framebuffer. + Fixed building the GLES2 driver without the GL driver. + Fixed X errors when Cogl is used after an onscreen is destroyed. + Fixed API used by Clutter-GST to query the number of texture units. + Fixed the soname for the libcogl-pango2 library + Fixed building with MinGW32 + Bugs fixed: bgo#669122, bgo#692420, bgo#693360, bgo#693612, bgo#693696, bgo#693894, bgo#694164. - Changes from version 1.13.2: + Adds support for texture based depth buffers. + Lots of internal re-working to enable non-GL based drivers. + Added a stub, NOP driver that can be useful for profiling. + cogl_texture_rectangle_new_from_foreign() make public. + cogl_debug_matrix_print() debug api added. + Added support for building Cogl without a Glib dependency. + Unified a lot of gles 2.0 and gl driver support. + Added OpenGL 3.1 core profile support. + Lots of gtk-doc annotation fixes. + cogl_buffer_map_range() api added. + Improved SDL 2 support. + Added cogl_sdl_onscreen_get_window() api. + Much improved out-of-memory error reporting. + Added support for constant attributes. + Lots of internal work to avoid referencing a global context. + Added a new CoglMatrixStack api. + Enabled lazy texture storage allocation.. + Added cogl_texture_allocate() for optional explicit allocation. + Add cogl_texture_set_data() convenience api. + Various fixes for handling sliced texture. + Added cogl_framebuffer_get_depth_bits() api. + Bugs fixed: bgo#685915, bgo#690891, bgo#691945. - Add pkgconfig(xrandr) BuildRequires: new dependency. - Rename libcogl11 to libcogl12, libcogl-pango0 to libcogl-pango12, and libcogl-gles2-11 to libcogl-gles2-12 following upstreams soname bump. ++++ libffi48: - Update to GCC trunk head (r196281). ++++ libgcj48: - Update to GCC trunk head (r196281). ++++ libgdata: - Update to version 0.13.3: + Fix dependencies in pkg-config file + Add OAuth 2.0 support to the GOA authoriser + Fix some licencing inconsistencies (libgdata is entirely licenced under LGPLv2.1+) + Add support for PDF documents in Google Documents. + Add in-tree Vala bindings. + Bugs fixed: bgo#685464, bgo#685289, bgo#690281, bgo#690225, bgo#690656, bgo#693855, bgo#693958, bgo#693865, bgo#694415. + Updated translations. ++++ glibmm2: - Update to version 2.35.8: + Glib: - Resolver: Add lookup_records(), lookup_records_async() and lookup_records_finish(). - Signal*::connect(): Make them less thread-unsafe (bgo#396958) - Threads: Add create(slot, name) to create named threads (bgo#689863). - Variant: Allow containing complex types in arrays and in variants. - Variant: Don't refsink variants created using the custom cast ctor. - Variant< std::vector >: Add create_from_object_paths(). - VariantBase: Add operator for BoolExpr (const void*) (bgo#690121). - VariantType: Add create_tuple() (bgo#688682). - VariantType: Correct the referencing in the create*() methods (bgo#688440). + Gio: - AppInfo: Add create_duplicate(). - DesktopAppInfo: Add some new getter methods. - File: Remove refreturn to avoid memory leaks (bgo#691606). - MemoryOutputStream: Add the steal_as_bytes() method. - SimpleAction: Fix stateful action constructor typo, allowing use (bgo#690122). - SocketConnection: Add connect*() and is_connected() methods. - ThemedIcon: Wrap the "names" property. - Add TlsConnection, TlsClient, TlsServer, TlsDatabase, TlsCertificate, TlsPassword, TlsFileDatabase and TlsInteraction. - UnixConnection: Add [receive|send]_credentials_[async|finish](). + Gio::DBus: - DBus::[Connection|Proxy]: Use ifdefs for the UnixFDList call*() methods. + gmmproc: - _WRAP_VFUNC: Support the wrapping of slots. - _WRAP_METHOD: Support wrapping methods with slots. - _WRAP_METHOD: Ensure that slot parameters can be optional. - _WRAP_[CREATE|CTOR|METHOD]: Allow any order of {} options. - _WRAP_ENUM: Skip enum constants whose names are deleted. - _WRAP_CTOR: Handle *_new() functions with a final GError**. + Updated documentations. + Build fixes. ++++ gtkmm3: - Update to version 3.7.10: + Gdk: - PixbufAnimation: Fix refcounting on get_iter() (bgo#688686). - Rectangle: Add Gdk::join() and Gdk::intersect() nonmember functions (bgo#452130). + Gtk: - Bin, Container::remove(): Restore the floating ref of a managed widget (bgo#666823). - Add const versions of get_object() and get_widget[_derived]() (bgo#666823). - Add get_objects() (bgo#666823). - ScrolledWindow: Add remove_with_viewport() (bgo#685739). - Widget: Add get/set_opacity(), set_opacity() and the opacity property. - Window: Deprecate get_opacity(), set_opacity() and the opacity property. + Updated documentations. + Build fixes. ++++ opal: - Update to version 3.10.10: + Several fixes for H.323. + Fix subscribing/unsubscribing when enabling and disabling SIP accounts. + Bug fixes. - Drop opal-server-flood.patch: fixed upstream. ++++ libpt2: - Update to version 2.10.10: + Several fixes for H.323. + Fix subscribing/unsubscribing when enabling and disabling SIP accounts. + Bug fixes. ++++ python3-base: - /etc/rpm/macros.python3 is no %config, it is not meant to be changed by users. - Add rpmlintrc with some obvious filters ++++ samba: - No longer use the cifs- or smbfstab named configuration file on post-12.2 systems; (bnc#804822); (bnc#821889). ++++ libvisio: - Bump version to 0.0.25 * don't throw from parser to the outer world * fix line height conversion with fixed line-height * fix incorrect colour conversion in documents without cached hex value * convert page names * miscellaneous coverty fixes ++++ xfce4-session: - removed systemd workaround in xfce4-session-adapt-session-scripts.patch now that xfce4-power-manager is patched ++++ libzio: - Add patch libzio-1.00.dif: fix seeking cookie functions (related to bnc#805149) that is handle fseek() correct for bzip2 and lzma/xz ++++ lxc: - clean cache if a distro version in template does not match with files in a cache (bnc#804435#c19) - run zypper ar only if .repo file does not exists fixes a partial created repos (bnc#804435#c16) ++++ microcode_ctl: - Update Intel microcode to version: 20130222 ++++ mkinitrd: - Fix typo in man lsinitrd. ++++ ntp: - bnc#793012 - NTP default to 'sync time on startup' conflicts with NetworkManager ++++ patterns-openSUSE: - Stephan Kulow (2): suggest libyui backends for kde and gnome install shim by default Commit: b9244511 ++++ polkit-default-privs: - set logind inhibit policies to upstream defaults (bnc#804376) - more elaborate --check-override option ++++ proxymngr: - Update to version 1.0.3: + install: Use sysconfdir instead of libdir for config files. + man: Set correct config file location in man page + Mark Usage() with _X_NORETURN to silence gcc warning + Add const qualifiers to clear gcc -Wwrite-strings warnings + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + Add $(AM_V_GEN) to silence pmconfig creation rule + proxymngr depends on xproto, not x11 (Xlib) - Drop proxymngr.diff patch, fixed upstream. - Replace pkgconfig(x11) BuildRequires with pkgconfig(xproto) BuildRequires, following upstream changes. ++++ sessreg: - Update to version 1.0.8: + Add -V option to print version number. + Combine usage message into a single string. + Fix some clang warnings about implicit conversions. + Remove dubious code. + Make the `line' variable local to main(). + Place NetBSD specific #defines in the proper place. + Fix compilation on NetBSD - undefined *TMPX paths (fdo#50940). ++++ transmission: - Update to version 2.77: + All Platforms: - Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator. - Don't invalidate the OS's file cache when closing files. - Fix overflow error when setting speed limits above ~8589 kB/s. - Generated magnet links didn't include webseeds. - Fix minor memory leaks when using webseeds. + GTK+ Client: - Minor pluralization fixes in the UI. - Fix folder mis-selection issue in the Preferences dialog. - Fix GTK+ console warnings on shutdown. + Qt Client: - Fix non Latin-1 symbol issue when showing file transfer speeds. - Fix issue when creating new torrents with multiple trackers. - Fix lost text selection in the properties dialog's 'comment' field. + Daemon: Fix documentation errors in the spec and manpages. + Web Client: Fix minor DOM leak. + CLI: Fix transmission-cli failure when the download directory doesn't exist. ++++ vim: - Add Categories to the gvim.desktop file, part of bnc#804930 ++++ xfce4-power-manager: - added xfce4-power-manager-systemd-inhibit.patch which adds systemd inhibit support (bnc#789057) ++++ xfsinfo: - Update to version 1.0.4: + Print normalized version for X.Org servers, the way xdpyinfo does. + Remove CVS/RCS id tags. + Mark usage() as _X_NORETURN. + config: - Add missing AC_CONFIG_SRCDIR. - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. - Move man pages into their own directory. + man: remove trailing spaces and tabs. ++++ xkbutils: - Update to version 1.0.4: + Declare bit to shift as unsigned to clear compiler warning. + Add -version flags to all three commands. + Combine usage message strings/calls. + Delete unused macros from utils.h. + Remove unused u*alloc functions from utils.c. + Remove unused uStringDup function. + Make configure actually check for strcasecmp. + Remove unused debug & function tracing infrastructure from utils.c. + Mark uFatalError as _X_NORETURN. + Add printf attributes to utils.c printing functions. + Declare utils.c functions as taking const char * arguments. + Remove unused streq() macro. + Remove unused #ifdef notyet typedef. + Remove CVS version tags. + Convert to X.Org standard coding style. + Fix typo in SetValues which could fail to detect a change if only width/height changed. + config: - Add missing AC_CONFIG_SRCDIR. - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. - Move man pages into their own directory. + man: Remove trailing spaces and tabs. ++++ xsm: - Update to version 1.0.3: + Use mode_t, not int, for umask return/argument value. + Use standard autoconf defines for mkstemp & putenv instead of imake leftovers. + install: Use sysconfdir instead of libdir for config files. + Add size limit to scanf string specifier. + Fix some gcc -Wwrite-strings warnings. + Terminate execl() arguments with NULL instead of 0. + Convert a couple last sprintf calls to snprintf. + Convert XtMalloc + sprintf to XtAsprintf. Depends on libXt > 1.0.99 to ensure XtAsprintf is available. + config: - Add missing AC_CONFIG_SRCDIR - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. - Replace deprecated AC_HELP_STRING with AS_HELP_STRING. - Move man pages into their own directory. + man: - Replace hard coded man page section with substitution strings. - Remove trailing spaces and tabs. + Make System() prototype for Solaris in xsm.h actually a prototype. - Drop xsm.diff patch, fixed upstream. ++++ yast2-control-center: - Adapted requirement for libyui-qt4 - Version: 2.22.4 - Added requirement for yast2-theme - Version: 2.22.3 ++++ yast2-storage: - version 2.23.7 - allow encryption for newly created lvm partitions (bnc#803803) ++++ yast2-users: - correctly check for nil value (bnc#803787) - 2.23.4 ------------------------------------------------------------------ ------------------ 2013-2-25 - Feb 25 2013 ------------------- ------------------------------------------------------------------ ++++ apache2: - Install apache2.service accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions). ++++ php5: - updated to 5.3.22: . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes) . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) . Fixed bug #63943 (Bad warning text from strpos() on empty needle). (Laruence) . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV). (Laruence, Derick) . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam) . Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). (Dmitry) . Disabled external entities loading (CVE-2013-1643). (Dmitry) . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov) ++++ dosfstools: - update to 3.0.15: bugfixes for device detection, root directory allocation, and messages about unicode filenames. * dropped dosfstools-filename-buffer-overflow.patch (upstreamed) * dropped dosfstools-mdraid-partition.patch (upstreamed) * refreshed dosfstools-suse-dirs.patch * refreshed ppc-reserved-sectors-fix.patch (will be dropped if not upstreamed) * dosfstools-label.patch splitted to: - dosfstools-create-rootdir-label.patch - dosfstools-dosfslabel-forbid-lowercase.patch - dosfstools-dosfslabel-from-rootdir.patch - dosfstools-fsck-file-name.patch - dosfstools-mkdosfs-no-label.patch - dosfstools-mkdosfs-uppercase-label.patch (will be upstreamed or dropped) ++++ e2fsprogs: - Fix compilation warnings by patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch resize-bigalloc_check-should-have-return-type-void.patch ++++ gnome-shell: - Update to version 3.7.3.1: + Do not depend on NMGTK-0.9.7, which hasn't been released yet. - Update to version 3.7.3: + Add 'No Messages' label when message tray is empty (bgo#686738) + Use better icons in Ctrl-Alt-Tab popup (bgo#641303) + Show the OSK on the monitor where the focused window lives (bgo#685856) + Highlight window clone and caption when hovered (bgo#665310) + Improve login process indication (Sbgo#687113) + Omit empty categories in apps view (bgo#687970) + Style panel differently according to mode (bgo#684573) + Make it possible to hide the user name (bgo#688577) + Consolidate and improve chat connection notifications (bgo#687213) + Improve notification scrollbar appearance (bgo#688393) + Fade scroll view fade near scrolling edges (bgo#689249) + Add a read-only org.gnome.Shell.Mode property (bgo#689300) + Don't close message tray after using context menus (bgo#689296) + Port swipe-scrolling to ClutterPanAction (bgo#689062, bgo#689552) + Remember state of 'Remember Password' checkbox (bgo#688039) + Improve timestamp format in chat notifications (bgo#680989) + Improve style of missed-messages counter (bgo#686472) + Omit connection failure notifications if cancelled by user (bgo#684823) + Add window-based Alt-Tab popup (bgo#688913) + Support external session mode definitions (bgo#689304) + Support session-mode-specific extensions (bgo#689305) + Support 'parentMode' property in session modes (bgo#689308) + Support a new org.gnome.ShellSearchProvider2 DBus interface (bgo#689735, bgo#690009) + Add "windows" to Ctrl-Alt-Tab popup (bgo#689653) + Port PopupMenu to GrabHelper (bgo#689109, bgo#689954) + Show headphone icon when headphones are plugged in (bgo#675902) + Display (non-app) search results as list (bgo#681797) + Skip diacritical marks in search terms (bgo#648587) + Expose all engine options in input sources (bgo#682318) + Add input source switcher popup (bgo#682315) + Add minimal support for InfiniBand in network menu (bgo#677150) + Misc bug fixes and cleanups bgo#688422, bgo#688379, bgo#688750, bgo#688771, bgo#686800, bgo#688133, bgo#688895, bgo#688966, bgo#683986, bgo#688004, bgo#689108, bgo#689029, bgo#683449, bgo#688196, bgo#689304, bgo#689243, bgo#689295, bgo#689325, bgo#689400, bgo#679168, bgo#689568, bgo#689537, bgo#689528, bgo#689749, bgo#689789, bgo#689353, bgo#689820, bgo#689868, bgo#689778, bgo#689959, bgo#688589, bgo#688589, bgo#689955, bgo#687250, bgo#689965, bgo#690046, bgo#690049, bgo#689884, bgo#682286, bgo#690173, bgo#690174, bgo#672941, bgo#689876, bgo#687881, bgo#690171, bgo#690241, bgo#690312, bgo#690175, bgo#687955, bgo#650843, bgo#688234, bgo#690427. + Updated translations. - Add pkgconfig(libpulse) BuildRequires: new explicitly verified and versioned dependency. - Drop g-s-fix-notification-expansion.patch: fixed upstream. ++++ grub2: - Fix build for SLES 11. ++++ gstreamer: - Added support for gnome-patch-traslation. ++++ kernel-default: - TTY: do not update atime/mtime on read/write (bnc#797175 CVE-2013-0160). - commit 821f03c ++++ kernel-desktop: - TTY: do not update atime/mtime on read/write (bnc#797175 CVE-2013-0160). - commit 821f03c ++++ kernel-pae: - TTY: do not update atime/mtime on read/write (bnc#797175 CVE-2013-0160). - commit 821f03c ++++ kiwi: - added vmxFlavour-uefi and xenFlavour-uefi profiles to the suse-SLE11-JeOS template image description. Given that SLE11 SP3 is used these profiles can be used to build UEFI images based on grub2 ++++ kmix: - Added patch correct_volume_change_with_mousewheel.diff to correct the volume change step when used with mousewheel (bko#313579) ++++ libgpg-error: - update to 1.11 * New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related errors. * New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER. New function gpg_error_check_version. * Interface changes relative to the 1.10 release: GPG_ERR_NO_KEYSERVER NEW. GPG_ERR_INV_CURVE NEW. GPG_ERR_UNKNOWN_CURVE NEW. GPG_ERR_DUP_KEY NEW. GPG_ERR_AMBIGUOUS NEW. GPG_ERR_SOURCE_ASSUAN NEW. gpg_error_check_version NEW. GPG_ERROR_VERSION NEW. GPG_ERROR_VERSION_NUMBER NEW. - add offline verification of source signature ++++ poppler: - Update to version 0.22.1: + core: - Fix crash in some pdf files when extracting text (fdo#59561). - Fix crashes in wrongly formed files. - Fix wrong warning when opening some files (fdo#58966). + build system: Improve autoconf jpeglib.h detection (fdo#59186). - Following security bugs are fixed: CVE-2013-1788, CVE-2013-1789, CVE-2013-1790 (bnc#806793) ++++ poppler-qt: - Update to version 0.22.1: + core: - Fix crash in some pdf files when extracting text (fdo#59561). - Fix crashes in wrongly formed files. - Fix wrong warning when opening some files (fdo#58966). + build system: Improve autoconf jpeglib.h detection (fdo#59186). - Following security bugs are fixed: CVE-2013-1788, CVE-2013-1789, CVE-2013-1790 (bnc#806793) ++++ samba: - Shift the smbfs init script nfs dependency from Required to Should. ++++ snapper: - updated translations ++++ mkinitrd: - Do not tell the user to refresh the bootloader when generating the kdump initrd. Also, fix the wording of the message (bnc#801984). ++++ perl-Bootloader: - support uefi secureboot - fix timeout 0 not work - default to entry 0 if no saved_entry is present in grub2 env - mention grub2 in /boot/boot.readme - 0.708 ++++ spamassassin: - Install spamd.service and spampd.service accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions). ++++ polkit-default-privs: - add some debugging capabilities in generated code ++++ python: - fix pythonstart failing on $HOME-less users (bnc#804978) ++++ suspend: - fix path to resume, it's in /usr/sbin (bnc#802882) ++++ wvdial: - update to release 1.61, drop two outdated patches: wvdial-glibc210.patch, wvdialer-retry.patch - add option "No Hardware Protocol" to disable RTS/CTS ++++ xf86-video-savage: - U_savage-move-compat-api.h-down-to-proper-place.patch * This screws up when DRI isn't enabled. - U_savage-fix-default-accel-arch-when-built-with-no-XAA.patch * fix default accel arch when built with no XAA (bnc#805380?) ++++ xstdcmap: - Update to version 1.0.3: + Constify some char * to fix gcc warnings. + Combine usage message into single string. + Add -version option. + Replace sprintf with snprintf. + -help should not fail if display cannot be opened. + Mark Exit() & usage() with _X_NORETURN, cleanup previous workarounds. + config: - Add missing AC_CONFIG_SRCDIR. - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. - Move man pages into their own directory. man: remove trailing spaces and tabs. ++++ xvinfo: - Update to version 1.1.2: + Add -version option. + Add explicit braces to clarify which if the else goes with. + Convert from haphazard indenting to X.Org common style. + Add _X_NORETURN to PrintUsage to clear gcc/clang warnings. + config: - Add missing AC_CONFIG_SRCDIR. - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. - Move man pages into their own directory. man: remove trailing spaces and tabs. ++++ yast2-bootloader: - support uefi secureboot - Propose grub2 theme path - 2.23.11 ++++ yast2-iscsi-client: - version 2.23.4 - fix ycp syntax error (bnc#805399) ++++ yast2-update: - do not unmout /var multiple times (bnc#805698) - 2.23.1 ------------------------------------------------------------------ ------------------ 2013-2-24 - Feb 24 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa-demo: - Update to version 8.1.0 * changes for OpenGL Core Profile * Wayland support within eglut * various updates to the OpenGL tests/demos * glxgears now supports multi-sample visuals * new EGL/OpenVG tests * large number of other changes ++++ NetworkManager: - Update to version 0.9.8.0: + Fix issue with duplicate ActiveConnection objects if a connection was reactivated on a device. + Fix race when looking up hostname and concurrently updating DNS. + Always load the 'keyfile' settings plugin, even if no plugins are specified. + Add a new WiFi device ADHOC capability; not all devices/drivers support IBSS mode. + Fix an issue with quick wpa_supplicant restarts not being noticed. + Expose the AvailableConnections property through libnm-glib. + Fix usage of libnm-glib's NMRemoteConnection from GObject introspection. ++++ gnome-shell: - Update to version 3.7.2.1: + Revert 490206b to not depend on NMGTK-0.9.7, which hasn't been released yet - Changes from version 3.7.2: + Enforce RTL in he for messages that might end up as LTR (bgo#686630) + gdm: Move logo into the panel (bgo#685852) + Hide notifications when closed button is clicked (bgo#682237) + Tweak screenShield animations (bgo#686745) + Restore Fittsability of summary items in message tray (bgo#686474) + Save screencasts as recent item (bgo#680647) + overview: Resize window captions on content change (bgo#620874) + App search: Match GenericName too (bgo#687121) + runDialog: Better match style of other modal dialogs (bog#687127) + Improve the button insensitive style (bgo#687110) + network: Don't use a global switch for all VPN connections (bgo#682929) + appMenu: Update on icon theme changes (bgo#687224) + Show 'Log out' in more situations (bgo#686736) + Add a setting to force the 'Log out' menuitem (bgo#686057) + overview: Improve styling of search box (bgo#686479) + Implement 'disable-user-list' in login screen (bgo#660660) + Fix auto-scroll to bottom in chat notifications (bgo#686571) + Show feedback notifications when user is busy (bgo#662900) + Disable login button when there is no input (bgo#687112) + Use non-linear overview shade for background (bgo#669798) + Reduce blocking in compositor thread (bgo#687465) + network: new country-specific type to gather providers (bgo#687356) + Update man page (bgo#680601) + st-entry: Change the pointer cursor on enter/leave events (bgo#687130) + screenShield: Blur and desaturate the background (bgo#682536) + Change height of chat notifications to have more context (bgo#665255) + screenShield: Account for motion velocity when hiding (bgo#682537) + screenShield: hide the cursor while the lock screen is on (bgo#682535) + Support remote search provider settings (bgo#687491) + unlockDialog: Improve label of confirmation button (bgo#687656) + userMenu: Rename "System Settings" item to "Settings" (bgo#687738) + messageTray: Add keybinding to focus current notification (bgo#652082) + Remove shell-screen-grabber (bgo#685915) + main: Stop using Metacity's keybinding files (bgo#687672) + Bluetooth: Remove ObexFTP functionality (bgo#688160) + a11y: Also set WM theme when HighContrast is switched on (bgo#688256) + network: Rework multiple NIC support (bgo#677142) + Rework keybindings to allow selective blocking/processing (bgo#688202) + recorder: Show indicator on primary monitor (bgo#688470) + recorder: Set frame duration to fix broken video headers (bgo#688487) + Misc. bugfixes and cleanup: bgo#686484, bgo#686728, bgo#686805, bgo#686574, bgo#686763, bgo#682428, bgo#687132, bgo#685239, bgo#687189, bgo#687226, bgo#658091, bgo#670687, bgo#687457, bgo#687242, bgo#687287, bgo#687020, bgo#686583, bgo#661194, bgo#687491, bgo#657315, bgo#687958, bgo#683986, bgo#688089, bgo#687708, bgo#686530, bgo#684810, bgo#688181, bgo#688475, bgo#688557, bgo#688507, bgo#638351 + Updated translations. ++++ mono-core: - Add missing Provides: for monodevelop 4.0 ++++ zypper: - Update zypper-po.tar.bz2 ------------------------------------------------------------------ ------------------ 2013-2-23 - Feb 23 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - Update to version 0.9.7.997: + libnl 3.2.7 or later is required. + The internal crashdump handling has been removed. + A DHCPv6 DUID is now generated from /etc/machine-id and sent to the DHCPv6 server, if not overridden by an administrator-defined DUID. + Bond interfaces now wait for a ready slave before starting automatic IP configuration. + The kernel WiFi rfkill state is now synced to the user-requested WirelessEnabled state at startup. ++++ gnome-shell: - Update to version 3.7.1: + Add shortcut to open application view directly (bgo##685738) + Expose 'F10' shortcut in System Settings (bgo#672909) + Clean up timestamp format in chat notifications (bgo#680989) + loginScreen: Add support for 'disable-restart-buttons' (bgo#686247) + Update textures automatically on file changes (bgo#679268) + Implement org.gnome.ScreenSaver.GetActiveTime (bgo#686064) + Add missing translations for GSetting schema (bgo#686413) + Hide workspace switcher completely when it's not necessary (bgo#686483) + Explicitly load gnome-screensaver when not running GDM (bgo#683060) + ort to GnomeIdleMonitor (bgo#682224) + Set Empathy as preferred handler when delegating channels (bgo#686296) + Allow testing GDM login dialog from the session (bgo#683725) + Use all available space for windows in window picker (bgo#582650) + Use logind for suspend if available (bgo#686482) + Misc. fixes and cleanups: bgo#677426, bgo#680426, bgo#686233, bgo#686241, bgo#686318, bgo#686240, bgo#686484, bgo#686002, bgo#684650, bgo#686487. + Updated translations. ++++ libserf: - update to Serf 1.2.0 This release contains many robustness fixes, especially around flaky and problematic connections. * Fixed issue 94: Serf can enter an infinite loop when server aborts conn. * Fixed issue 91: Serf doesn't handle an incoming 408 Timeout Request * Fixed issue 80: Serf is not handling Negotiate authentication correctly * Fixed issue 77: Endless loop if server doesn't accept Negotiate authn * Fixed issue 93: cleanup-after-fork interferes with parent * Fixed most of issue 89: Support REAL SPNEGO authentication * Enable Negotiate/Kerberos support for proxy servers. * Return error when C-L, chunked, gzip encoded response bodies where truncated (due to aborted connection) * Add a logging mechanism that can be enabled at compile-time. * Don't lookup server address if a proxy was configured. * Fix an off-by-one in buffer sizing * Disable SSL compression by default + API to enable it * New serf_connection_get_latency() for estimated network latency * New error code and RFC compliance for the HTTPS tunnel * Handle EINTR when a user suspends and then backgrounds the app * Minor fixes and test suite improvements. - add libserf-1.2.0-configure.in-add-gssapi.patch to support gssapi with configure - make requirement for apr >= 1.3.0 explicit ++++ mono-core: - Update to http://www.mono-project.com/Release_Notes_Mono_3.0.4 * Bug fixes to the 3.0.x series ++++ nepomuk-core: - Added Check-DateTime-for-negative-years.patch, fixes kde#315678, indexing of audio files that had incorrect year in tag set ++++ polkit-default-privs: - do not own the polkit directories (with different user, creating conflict), but buildrequire polkit ++++ postfix: - Install postfix.service accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions). ------------------------------------------------------------------ ------------------ 2013-2-22 - Feb 22 2013 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - Update to version 0.9.7.995: + New AvailableConnections property for Device objects. + Better handling of various rfkill/Airplane Mode switches + Fixed handling of DNS servers for some mobile broadband devices + Don't duplicate various IPv6 routes added by the kernel + Ensure buggy ethernet driver carrier indications are handled correctly + Fix crash in dnsmasq plugin when no nameservers were presen + Add support for 4G LTE network modes + Fix signal handling when daemonizing at startup + Don't autoconnect to WiFi networks that have never successfully connected + Only request new WiFi secrets during the initial association or when the secrets are known to be wrong, not every time the connection randomly fails + Add capability to autoconnect VPN connections when a parent connection succeeds + Add configure-time option for "permissive" system connection editing policy + Various libnm-glib fixes for asynchronous usage + Fix gateway handling when given with secondary IP addresses + Optionally listen to systemd for suspend/resume events instead of UPower + Fix 'seen-bssids' property when retrieving WiFi connections via D-Bus + Add support for AP-mode WiFi hotspots (instead of just Ad-Hoc) + Add a "slaves" property to Bond devices + Add support for ModemManager 0.7/0.8 + Allow more human-readable formatting of IP address in keyfile connections + Drop support for dhclient v3 + Add support for DHCPv6 server-side Dynamic DNS + Add support for bridge master devices and bridge ports + Fix canceling secrets requests in GUI agents + Always enable Proactive Key Caching (PKC, also called OKC) for WPA Enterprise WiFi configurations - Replace --with-distro=suse configure parameter with - -enable-ifcfg-suse, following upstreams changes, which allow for granular configuration. - Drop NetworkManager-systemd-suspend.patch and NetworkManager-upower-out.patch: fixed upstream. - Rebase systemd-network-config.patch. ++++ NetworkManager-gnome: - Update to version 0.9.8.0: + Add manpages for nm-applet and nm-connection-editor. - Stop passing --disable-more-warnings to configure, it builds fine without it now. - Exchange NetworkManager-devel BuildRequires for pkgconfig(NetworkManager), pkgconfig(libnm-glib), pkgconfig(libnm-glib-vpn) and pkgconfig(libnm-util) BuildRequires, following what configure checks for. ++++ NetworkManager-openvpn: - Update to version 0.9.8.0: + Builds against the GNOME 3.8 versions of GLib and Gtk+. + nm-openvpn-service now returns translated error messages. + Add support for the 'remote-cert-tls' method for verifying the server certificate. + Fixed import/export to handle multiple remote servers. + No longer asks for a password when using a passwordless auth mode. + Updated translations. ++++ NetworkManager-pptp: - Update to version 0.9.8.0: + Builds against the GNOME 3.8 versions of GLib and Gtk+. + nm-pptp-service now returns translated error messages. + Updated translations. - Drop nm-pptp-deprecated-gtk.patch, fix upstream in a slightly different way. - Drop libtool BuildRequires and call auto autoreconf, as we don't carry any patch touching the build system anymore. ++++ NetworkManager-vpnc: - Update to version 0.9.8.0: + Builds against the GNOME 3.8 versions of GLib and Gtk+. + Added a "local port" setting, for servers that require connections to come from a specific port. + nm-vpnc-service now returns translated error messages. + Updated translations. ++++ OpenPrintingPPDs: - Added "BuildRequires: python-cups" to get special RPM Provides tags for the printers supported by this package (see SUSE Bugzilla bnc#735865). ++++ baobab: - Update to version 3.7.90: + Update to the latest libgd and egglistbox. + Add an High Contrast icon. + Updated translations. ++++ dbus-1-x11: - Spec file changes moving files from /var/run to /run. - Add dbus-move-everything-to-run-directory.patch by rmilasan. This moves everything (pid files, lock files, etc.) to /run. - Add dbus-fall-back-to-old-run-directory.patch (bnc#802525). ++++ dialog: - Update to version 1.2-20121230 * See included CHANGES file for detailes - Fix libraries * dialog-libs.patch ++++ dnsmasq: - Install dnsmasq.service accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions). ++++ e2fsprogs: - update to 1.42.7 * Fix various off-line resizing bugs * New filefrag options to improve output formatting * mke2fs improvements for bigalloc filesystems * Fix e2fsck to properly detect corruption of internal extent tree nodes * Improve CPU efficiency of e2fsck * Various debugfs improvements ... - refreshed e2fsprogs-1.41.1-splash_support.patch ++++ file: - Update to file version 5.13 (mainly bug fixes) * add elf reading of debug info to determine if file is stripped * use pread() * change mime description size from 64 to 80 to accommodate OOXML. * Warn about inconsistent continuation levels. * Change fsmagic to add a space after it prints. * Make getline public so that file can link against it. Perhaps it is better to rename it, or hide it differently. Fixes builds on platforms that do not provide it. * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document what long, int, short, etc is (Guy Harris) * add magic_version function and constant * Redo memory allocation and de-allocation. (prevents double frees on non mmap platforms) * Fix bug with name/use having to do with passing found state from the parent to the child and back. ++++ gcin: - remove patch configure146p12.diff, use --doc_version_dir=N instead - Update to 2.8.0 - fix gtk_show_uri in Ubuntu, gcin will now open uri with gcin's own script - fix pop-up status position - Tray/OSD icon of Capslock status - more bug fix and new features ++++ gnome-contacts: - Update to version 3.7.90: + Added selection to contacts list. + Showing a contacts subset (main contacts vs all). - Replace pkgconfig(gee-1.0) with pkgconfig(gee-0.8), following upstreams port to libgee 0.8. ++++ gnome-shell: - Update to version 3.6.3.1: + Fix regression in reentrancy fix for 3.6.3 (bgo#689295). + Updated translations. - Drop g-s-fix-notification-expansion.patch: fixed upstream. ++++ kiwi: - fixed cleanMount function to work if $root dir can't be created. It might happen that at that point kiwi already mounted some stuff which can be released via cleanMount but cleanMount returned if no $root location was created. - fixed creation of KIWICache object, was missing the xml pointer - fixed default value for virtualHW version ++++ syslogd: - Updated syslog service activation description in the syslog(8) manual page (bnc#804299). ++++ dbus-1: - Spec file changes moving files from /var/run to /run. - Add dbus-move-everything-to-run-directory.patch by rmilasan. This moves everything (pid files, lock files, etc.) to /run. - Add dbus-fall-back-to-old-run-directory.patch (bnc#802525). ++++ fam: - Don't use -fstack-protector on aarch64 ++++ gssdp: - Update to version 0.14.1: + Fix a crash on network announcements (bgo#694418). ++++ keybinder: - update version 0.3.0 * Patch Makefile.am to use ACLOCAL_AMFLAGS=-I m4 * Add two functions to fix gobject-introspection (gir) bindings * Build a gobject-introspection ``.typelib`` file for libkeybinder * Add a reference manual for libkeybinder using gtk-doc ++++ openssl: - disable fstack-protector on aarch64 ++++ plymouth: - Added patch plymouth-correct-runtime-dir.patch to make the plymouthruntimedir equal to /run/plymouth and not /var/run/plymouth ++++ libqt4: - Added Fix-call-to-QMetaObject.patch, fixes qtbug29082 and kde#311751, crashing of plasma-desktop on QML systray ++++ libqt4-sql-plugins: - Added Fix-call-to-QMetaObject.patch, fixes qtbug29082 and kde#311751, crashing of plasma-desktop on QML systray ++++ snapper: - use sendfile system-call instead of read/write loop ++++ nagios-plugins: - release for 12.1 & 12.2 as update: fixes bnc #778970 & bnc #789428 ++++ ntp: - disable Undisciplined Local Clock in default conf file (bnc#784760) ++++ sysconfig: - version 0.80.5 - Fixed to use a guarded migration hook from openSUSE < 12.3, that disabes the (always enabled before) NetworkManager.service on NETWORKMANAGER=no and mask the network.service (provided by the /etc/init.d/network script) on NETWORKMANAGER=yes until NM has been installed and enabled as network.service (bnc#803058). ++++ systemd-presets-branding-openSUSE: - Do not unconditionally enable NetworkManager service as this breaks running /etc/init.d/network on update (bnc#803058). ++++ systemtap: - Change how systemtap looks for tracepoint header files (bnc#796574, new patch: systemtap-build-source-dir.patch) - Add libebl1 dependancy. Systemtap manually loads libebl backends and the manual Requires: was incorrectly removed in a previous revision (bnc#800335) ++++ yast2-control-center-gnome: Release 2.23.0 Update code to gnome-control-center 3.6 branch. Most significant change is bigger sizes for the window and all icons. * configure.in.in: now requires x11 * src/cut-n-paste/: update code from gnome-control-center * src/{control-center.c,gnome-control-center.c,shell.ui}: rebase on updated code * src/patch/: update patch to current changes ------------------------------------------------------------------ ------------------ 2013-2-21 - Feb 21 2013 ------------------- ------------------------------------------------------------------ ++++ Mesa: - update to Mesa 9.0.3: a bugfix release * Pink artifacts on objects in the distance in ETQW/Quake 4 (fdo#25201) * configure: Doesn't check for python libxml2 (fdo#31598) * [softpipe] piglit glsl-max-varyings regression (fdo#40404) * [bisected] Oglc pxconv-gettex(basic.allCases) regressed (fdo#47220) * [bisected i965]Oglc shad-compiler(advanced.TestLessThani) regressed(fdo#48629) * [swrast] piglit fbo-generatemipmap-filtering regression (fdo#54240) * [sandybridge][uxa] graphics very glitchy and always flickering (fdo#56920) * [GM45] Chrome experiment "Stars" crash: brw_fs_emit.cpp:708: brw_reg brw_reg_from_fs_reg(fs_reg*): Assertion „!"not reached"“ failed. (fdo#57166) * build test failure: nouveau_fbo.c:198:3: error: too few arguments to function 'nouveau_renderbuffer_del' (fdo#57746) * [swrast] Mesa 9.1-devel implementation error: Unable to delete renderbuffer, no context (fdo#57754) * [IVB] Graphical glitches in 0 A.D (fdo#58680) * [softpipe] util/u_tile.c:795:pipe_put_tile_z: Assertion `0' failed. (fdo#58972) * [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: No such file or directory (fdo#59364) * [ILK/SNB/IVB Bisected]Oglc vertexshader(advanced.TestLightsTwoSided) causes GPU hung (fdo#59700) * [swrast] piglit ext_framebuffer_multisample-interpolation 0 centroid-edges regression (fdo#59873) * [Bisected]Piglit glx_extension_string_sanity fail (fdo#60052) * Planeshift: triangles where grass would be (fdo#60172) ++++ NetworkManager: - Added migration hook enabling NetworkManager.service on update from openSUSE < 12.3 and NETWORKMANAGER=yes setting (bnc#803058). ++++ cifs-utils: - Remove superfluous restart or stop of the cifs service; (bnc#804822). ++++ expat: - Sanitize description of expat (replace it with a more current one from the homepage) ++++ gparted: - Install polkit policy file (new source file gparted.policy) to allow gparted to be run by normal user after gaining elevated privileges using pkexec; BuildRequires: polkit to properly own polkit directories - Use pkexec instead of xdg-su to run gparted from desktop menu; introduces run time requirement on polkit; fixes bnc#755837. ++++ java-1_7_0-openjdk: - update to icedtea-2.3.7 (bnc#803379) - S8004937, CVE-2013-1484: Improve proxy construction - S8006439, CVE-2013-1485: Improve MethodHandles coverage - S8006446, CVE-2013-1486: Restrict MBeanServer access - S8006777, CVE-2013-0169: Improve TLS handling of invalid messages - S8007688: Blacklist known bad certificate * Backports - S8007393: Possible race condition after JDK-6664509 - S8007611: logging behavior in applet changed * Bug fixes - PR1303: Support building with giflib 5 ++++ kdebase4-workspace: - Added GLU buildrequires, needed for KInfoCenter ++++ kdebase4-runtime: - Recommend icoutils to be able to show icons of MS Windows executables ++++ kernel-default: - Drivers: hv: balloon: Execute hot-add code in a separate context (fate#314663). - Drivers: hv: balloon: Execute balloon inflation in a separate context (fate#314663). - commit 2c746be - Drivers: hv: vmbus: Handle channel rescind message correctly (fate#314665). - commit bd98cf4 - update Xen patches to 3.8 final and c/s 1224 - add symbols to hypercall stubs - commit 88b4228 ++++ kernel-desktop: - Drivers: hv: balloon: Execute hot-add code in a separate context (fate#314663). - Drivers: hv: balloon: Execute balloon inflation in a separate context (fate#314663). - commit 2c746be - Drivers: hv: vmbus: Handle channel rescind message correctly (fate#314665). - commit bd98cf4 - update Xen patches to 3.8 final and c/s 1224 - add symbols to hypercall stubs - commit 88b4228 ++++ kernel-firmware: - fix previous fix to build on factory/12.3 ++++ kernel-pae: - Drivers: hv: balloon: Execute hot-add code in a separate context (fate#314663). - Drivers: hv: balloon: Execute balloon inflation in a separate context (fate#314663). - commit 2c746be - Drivers: hv: vmbus: Handle channel rescind message correctly (fate#314665). - commit bd98cf4 - update Xen patches to 3.8 final and c/s 1224 - add symbols to hypercall stubs - commit 88b4228 ++++ kiwi: - make sure the openSUSE 12.3 JeOS set the correct console based systemd target and fix some typos in config.sh too - fixed default systemd target setup, baseSetRunlevel function a systemd target is not a number but something like multi-user.target or graphical.target ++++ clutter: - Update to version 1.13.6: + Perform the picking in a separate buffer. + Add experimental API for changing the draw timing. + Always request XInput 2.3 on the X11 backend. + Bugs fixed: bgo#692466, bgo#692971, bgo#669122, bgo#693348, bgo#692901, bgo#693696, bgo#693767, bgo#694187, bgo#693741, bgo#694229, bgo#687652, bgo#694237. + Updated translations. ++++ systemd: - Add rbind-mount.patch: handle rbind mount points correctly (bnc#804575). ++++ texlive: - Add patch source-xdvi-xkbbell.dif from upstream to add aupport for XkbBell, fix bugs in handling source specials on 64bit systems, and allow mksedscript to handle macro values containing spaces. ++++ lightdm: - rename lightdm.rules to 50-lightdm.rules to make it easier for admins to inject rules in the ordering (bnc#804969) ++++ libmspub: - Version bump to 0.0.5 - bugfix release. ++++ libqt4: - fix bnc#802634: information disclosure via QSharedMemory (CVE-2013-0254) * libqt4-CVE-2013-0254.patch ++++ libqt4-sql-plugins: - fix bnc#802634: information disclosure via QSharedMemory (CVE-2013-0254) * libqt4-CVE-2013-0254.patch ++++ libreoffice: - update to 4.0.1.1: * asynchronous word-count * several CMIS support fixes * sort data points (bnc#590020) * spread button layout (fdo#59767) * copy chart leads to crash (fdo#60420) * several fixes of the template manager * faster about box rendering (fdo#59970) * several fixes for Impress remote control * several RTL fixes (fdo#42387, fdo#39370) * copy margins for mirrored pages (fdo#60250) * corrected XLSX export of functions (fdo#60087) * more on the configuration migration (fdo#57061) * copy custom styles on copy & paste (rhbz#760765) * horizontal scroll bar in sub windows (fdo#44582) * correctly calculate IMCSCH and IMSECH (fdo#60078) * protection and conditional formatting (fdo#58826) * sort autofilter popup items correctly (bnc#492440) * cell validation is not a special content (bnc#802350) * don't crash on undoing text frame removal (fdo#34548) * error reading file after inserting comment (fdo#60132) * produce all translations for desktop files (fdo#58283) * make MATCH() accept a single cell reference (fdo#60366) * enable internal entity declarations for SVG (fdo#60471) * repeated row heights for empty rows (fdo#59973, fdo#55621) * default paths for exporting documents and PDFs (bnc#777788) * drawing text with font size 0 causes artifacts (bnc#753462) * scan all columns to determine the first data row (bnc#801152) * cannot select directory with GNOME folder picker (rhbz#910176) * hide minimum password info in the password dialog (bnc#437516) * make it possible to update DDE links after loading (fdo#59032) * cell needs to be recalculated during import as well (fdo#60645) * crash when pasting text under outline view (fdo#51232, i#119987) * fontconfig support for multiple in (lp#1034928) * export/import anchoring for XLS(X) drawing & ole objects (fdo#58360) * read-only position after fieldmark and before annotation (fdo#59573) * show style when dialog is created with existing cond. format (fdo#59778) * text rotation in shapes in PPTX export (fdo#34897, bnc#404221, fdo#58204) * recompile cells with #NAME! for English function name option (bnc#615357) * several RTF import fixes (fdo#48440, fdo#58646, fdo#59419, fdo#58076, fdo#59953) - update libcdr to version 0.0.10 * use ICU to guess encoding * some bug fixes - update libmspub to version 0.0.5 * autodetect character set for pre-unicode MSPUB versions * missing non-cropped images * default to first default character style * other fixes and build fixes - update sofficerc-upstream according to the new branding - bin obsolete configure-detect-icerun.diff * Feb 12 2013 by tchvatal@suse.com in LibreOffice:Unstable - Try to enable build on ppc64. * Feb 6 2013 by pmladek@suse.com in LibreOffice:Unstable - enable startup notification (bnc#796875) - remove obsolete unopkg calls from post install scripts; the cache is removed by the main package and not longer used (bnc#769448) - temporary add libzip-devel into BuildRequires; it can be removed once the fixes liborcus package is available in Factory * Feb 4 2013 by pmladek@suse.com in LibreOffice:Unstable - use libreoffice-branding >= 4.0 build requires; we need the optimized one (bnc#798268) - configure-detect-icerun.diff: icerun wrapper is not provided by the old icecream-0.9.2 on SLED11 * Jan 22 2013 by tchvatal@suse.com in LibreOffice:Unstable - update to 4.0.0.3 * lots fixes - build_prepare.inc: share the common build preparation steps between spec files - use a fake build time instead of __TIME__ and __DATE__ macros to avoid unnecessary recompilations in the build service * Jan 9 2013 by pmladek@suse.com in LibreOffice:Unstable - libreoffice-branding >= 3.6 is compatible; use in Requires - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges * Jan 9 2013 by tchvatal@suse.com in LibreOffice:Unstable - update to 4.0.0.1 * lots fixes * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable - update to 4.0.0.0.beta2 * lots fixes * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable - update to 4.0.0.0.beta1: - General * experimental Gnumeric import * Visio and MS Publisher document import * experimental send documents via Bluetooth * Java options merged with advanced options * integration Content Management Systems via CMIS standard * import Calc data from arbitrarily structured XML content * lots improvements in OOXML and RTF import and export filters - Writer * easier fields selection * different header and footer on the first page * extra word boundary characters and word count options * attaching comments to document text ranges (fdo#38244) - Calc * enhanced chart visualisation * automatically rotate chart axis to better fit * lots conditional formatting improvements and fixes * support "type-ahead" search in the autofilter popup * increase size limit of ODF documents from 2GB to 4GB * export single charts as PNG or JPEG pictures (fdo#30944) * support multiple selections in page field of pivot table * better random number generation algorithm in function RAND * option pricing in particular barrier: OPT_BARRIER, OPT_TOUCH * option to toggle handling of empty strings in arithmetic expressions * show saved values instead of recalculating formulas in ODS and XLSX import * new functions as defined in ODF OpenFormula: XOR, AVERAGEIF, SUMIFS, AVERAGEIFS, COUNTIFS, IFERROR, and IFNA - Impress * presenter console RTL support * much accelerated multimedia previews * remote control application for Android, Linux only now - Draw * shear transformations * rounded caps (ends) of lines * better quality of page previews * multi-image support in ODF, for example, bitmap + SVG representation - Base * AutoFilter does not anymore treat values as patterns in forms * new driver to access Thunderbird address book, Linux and MAC only - UI * new templates manager * support Firefox Personas * several resizable dialogs * dialog for smooth image filter * better quality of displayed pictures * allow to cut&paste text from message boxes * style preview in the "Apply Style" combo box * allow to resize and recompress pictures from popup menu * hide and show styles in the “Styles & Formatting” dialog * allow to edit data with external tool in to Calc, Impress, and Draw - Performance * faster ODS, XLSX, and RTF import * faster and better ICU regular expression engine * faster saving of a new entry to a large autocorrect replacement table * faster import/export of slides and drawings with large numbers of shapes - Feature Removal / Deprecation * new style services * deprecated and removed several UNO APIs * convert all existing oneway API methods to plain methods * drop support for defining oneway methods using UNO IDL compiler * drop support for legacy binary StarOffice (version 1.x → 5.x) files * drop support for export to legacy Word and Excel (version 6.0/95) files - see https://wiki.documentfoundation.org/ReleaseNotes/4.0 for more details - remove unused MeeGo build modifications - remove KDE4 hack for obsolete openSUSE-11.1-Evergreen - use xz tarballs instead of bz ones - add xz into BuildRequires; explicitly needed on older SUSE versions - add fdupes into BuildRequies - add into Build Requires: * xz to unpack source tarballs even on older SUSE distros * fdups to reduce duplicities in the installed files * bluez-devel to support remore control using BlueTooth - add more system libraries into BuildRequires on openSUSE => 12.3: * clucene-core-devel * graphite2-devel * hyphen-devel * libcdr-devel * libcmis-devel * libexttextcat-devel * liblangtag-devel * libmspub-devel * liborcus-devel * libredland-devel * libvisio-devel * mdds-devel * mysql-connector-c++-devel * mythes-devel * ucpp - remove unused build_module_in_parallel and remove obsolete test_build_binfilters defines - update extensions: * numbertext to version 0.9.5 * gdocs to version 3.0.1 - update 3rd-party source tarballs: * postgresql to version 9.2.1 * libcmis to version 0.3.0 * lcms2 to version 2.4 * graphite2 to version 1.2.0 * libexttextcat to version 3.4.0 * hyphen to version 2.8.4 * libvisio to version 0.0.24 * libwpd to version 0.9.6 * mythes to version 1.2.3 - removed md5sum from the 3rd-party source tarball name: * libcdr - removed obsolete libreoffice-binfilter source tarball - removed obsolete 3rd-party source tarballs: * bj * lucene * librsvg * SampleICC - add new 3rd-party tarballs: * ucpp, version 1.3.2: * C preprocessor compliant to ISO-C99 * liblangtag, version 0.4.0: * access tags for identifying languages * icu, version 4c-49.1.1: * icu data subset, version 49l: * International Components for Unicode * liborcus version 0.3.0: * library for processing spreadsheet documents * libmspub-0.0.3: * MS Publisher format import - bin obsolete patches: * pack-addressbook.diff * sdext-poppler-0.21.0.diff * sdext-poppler-0.21.1.diff * install-with-vendor-SUSE.diff * solenv-java-source-version.diff * split-icons-search-usr-share.diff * scripting-prefer-internal-rhino.diff * sdext-disable-failing-xpdf-test.diff * libreoffice-poppler-0.17.0-reject-fix.diff * do-not-delete-PropertyMapEntry-instance.diff * officecfg-defaul-export-ms-file-formats.diff * pack-desktop-files-for-optional-filters.diff - system-python-ure-bootstrap.diff and pyuno-path.diff merged into system-pyuno.diff - remove obsolete configure switches: * --disable-ldap \ * --disable-mozilla \ * --enable-xmlsec \ * --enable-binfilter * --disable-strip-solver * --without-stlport \ * --without-system-mozilla \ * --with-openldap \ * --with-java-target-version=1.5 - use configure switches: * --enable-release-build: use the "LibreOffice" name for the final product * --enable-merge-libs: linking of big merged libraries * --enable-python=system: make sure that we use the system Python * --without-system-icu: system ICU is too old on openSUSE < 12.1 * --enable-scripting-beanshell: renamed from - -enable-ext-scripting-beanshell * --enable-scripting-javascript: renamed from - -enable-ext-scripting-javascript * --without-system-npapi-headers: renamed from - -without-system-mozilla-headers - use more configure switches because some system libraries are not useful on openSUSE < 12.3: * --with-system-ucpp * --without-system-altlinuxhyph * --without-system-clucene * --without-system-graphite * --without-system-libcdr * --without-system-libcmis * --without-system-libexttextcat * --without-system-liblangtag * --without-system-libmspub * --without-system-libvisio * --without-system-mythes * --without-system-mysql-cppconn * --without-system-orcus * --without-system-redland * --without-system-servlet-api - reduce duplicities by fdupes - Python script provider, PDF Import, and Presenter Screen are not longer extensions ++++ libreoffice-help-group1: - update to 4.0.1.1 - bin obsolete configure-detect-icerun.diff ++++ libreoffice-help-en-US: - update to 4.0.1.1 - bin obsolete configure-detect-icerun.diff ++++ libreoffice-help-group2: - update to 4.0.1.1 - bin obsolete configure-detect-icerun.diff ++++ libreoffice-help-group3: - update to 4.0.1.1 - bin obsolete configure-detect-icerun.diff ++++ libreoffice-help-group4: - update to 4.0.1.1 - bin obsolete configure-detect-icerun.diff ++++ libreoffice-help-group5: - update to 4.0.1.1 - bin obsolete configure-detect-icerun.diff ++++ libreoffice-icon-themes: - update to 4.0.1.1 ++++ libreoffice-l10n: - update to 4.0.1.1 ++++ snapper: - removed obsolete calls to renice and ionice in cron scripts (bnc#804355) ++++ libstorage: - version 2.23.7 - fix bug with creation of encrypted LVM on S390 (bnc#804598) - add y2log entries for source md5sum and source modify date ++++ libyui-ncurses-pkg: - Show patch descriptions correctly (bnc #803466) - V 2.43.4 ++++ libyui-ncurses: - NCRichText: bug-fix for text in
 tags, patch description is
    shown correctly (bnc #803466)
  - V 2.43.3

++++ openmpi:

  - Update to version 1.6.4
  - Fix to obtaining the correct available nodes when a rankfile is
    providing the allocation.  Thanks to Siegmar Gross for
    reporting the problem.
  - Updates for MXM 2.0.
  - Major VT update to 5.14.2.3.
  - Automatically provide compiler flags that compile properly on
    some types of ARM systems.
  - Fix slot_list behavior when multiple sockets are specified.
    Thanks to Siegmar Gross for reporting the problem.
  - Fixed memory leak in one-sided operations.  Thanks to Victor
    Vysotskiy for letting us know about this one.
  - Added performance improvements to the OpenIB (OpenFabrics) BTL.
  - Improved error message when process affinity fails.
  - Fixed MPI_MINLOC on man pages for MPI_REDUCE(_LOCAL).  Thanks
    to Jed Brown for noticing the problem and supplying a fix.
  - Made malloc hooks more friendly to IO interprosers.  Thanks to
    the bug report and suggested fix from Darshan maintainer Phil
    Carns.
  - Restored ability to direct launch under SLURM without PMI
    support.
  - Major VT update to 5.14.2.3.
  - Support FCA v3.0+.
  - Fixed issue with MPI_TYPE_CREATE_F90_REAL.
  - Fix an issue with using external libltdl installations.
    Thanks to opolawski for identifying the problem.
  - Fixed MPI_IN_PLACE case for MPI_ALLGATHER for FCA.
  - Allow SLURM PMI support to look in lib64 directories.  Thanks
    to Guillaume Papaure for the patch.
  - Restore "use mpi" ABI compatibility with the rest of the
    1.5/1.6 series (except for v1.6.3, where it was accidentally
    broken).
  - Fix a very old error in opal_path_access(). Thanks to Marco
    Atzeri for chasing it down.
  - Update devel package files list

++++ polkit-default-privs:

  - fix restrictive privileges
  - generate javascript files for new polkit (bnc#804376)
  - implement check for overrides

++++ release-notes-openSUSE:

  - 12.3.3:
    * New entries: UEFI update.
    * Minor changes (bnc#804301; bnc#804315).

++++ vim:

  - Updated to revision 831, fixes the following problems
    * Python threads don't run in the background (issue 103).
    * "\k" in regexp does not work in other window.
    * After reloading a buffer the modelines are not processed.
    * MzScheme interface doesn't work propely.
    * ":substitute" works differently without confirmation.
    * New interactive :substutite behavior is not tested.
    * Tiny build fails. (Tony Mechelynck)
    * MzScheme does not build with tiny features.
    * Compiler warning for size_t to int conversion. (Skeept)
    * MzScheme: circular list does not work correctly.
    * The color column is not correct when entering a buffer.
    * The " mark is not adjusted when inserting lines. (Roland Eggner)
    * ":window set nu?" displays the cursor line. (Nazri Ramliy)
    * Compiler warning for tiny build. (Tony Mechelynck)
    * Python threads still do not work properly.
    * The dosinst.c program has a buffer overflow. (Thomas Gwae)
    * 'relativenumber is reset unexpectedly.
    * Useless termresponse parsing for SGR mouse.
    * When 'indentexpr' moves the cursor "curswant" not restored.
    * Can't compute a hash.
    * Test 89 fails with tiny and small features.
    * Compiling without +eval and with Python isn't working.
    * Crash when accessing freed buffer.
    * Can redefine builtin functions.  (ZyX)
    * With Python errors are not always clear.
    * List of features in :version output is hard to read.
    * Python tests fail.
    * Mappings are not aware of wildmenu mode.
    * Clumsy to handle the situation that a variable does not exist.
  - Refresh vim-7.1.314-CVE-2009-0316-debian.patch

++++ xf86-video-intel:

  - Update to version 2.21.3:
    A few minor bugfixes, another point release.
    + Fix tracking of DRI pixmaps and their backing bo across reparenting. If
    we tried to execute a SwapBuffers after a Window was reparented, but
    before the DRI client has updated its references, then we would end up
    manipulating an exported pixmap without a flush flag set. In the worst
    case, this would culminate in a segfault in the driver.
    https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1127497
    + Restore the gen4 workarounds for flickering rendering - a few cases still
    remain, as the root cause persists.
    https://bugs.freedesktop.org/show_bug.cgi?id=60402
    + Double check that the device has KMS enabled before claiming. This allows
    X to gracefully fallback to VESA/fbdev rather than bailing out.
    https://bugs.freedesktop.org/show_bug.cgi?id=60987
    + Fix the UXA render programs for projective transforms on Ivybridge.

++++ xorg-x11-server:

  - Update to version 1.14 RC2 1.13.99.902:
    + Remove upstreamed patches:
    u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch (patch225)

++++ yast2-update:

  - remove references to obsoleted SuSEconfig (bnc#804936)
  - 2.23.0

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-2-20  -  Feb 20 2013  -------------------
------------------------------------------------------------------

++++ ImageMagick:

  - use versioned /etc/ImageMagick* to allow parallel installation
    of libMagickCore

++++ emacs:

  - Add missing backslashes spotted by Troy Sankey

++++ evince:

  - Update to version 3.7.90:
    + New features and improvements:
  - Add support for activation actions of form fields
  - Add navigation history buttons to the toolbar (bgo#169903)
  - Show accelerators in the view menu (bgo#692960)
    + Bugs fixed: bgo#676593, bgo#693794, bgo#667266.
    + Updated translations.

++++ gdm:

  - Update to version 3.7.90:
    + Add gdm-pin service file.
    + use 0711 for directories.
    + don't enable systemd journal if systemd is disabled.
    + Add a --with-run-dir.
    + Start to land prerequisite bits needed for future
    systemd-ification.
  - Drop gdm-move-everything-to-run.patch: fixed upstream (slightly
    different)
  - Pass --with-run-dir=/run/gdm to configure.

++++ git:

  - updated to version 1.8.1.4:
    * "git imap-send" talking over imaps:// did make sure it received a
    valid certificate from the other end, but did not check if the
    certificate matched the host it thought it was talking to.

++++ gmp:

  - Update baselibs.conf for removal of libmp3

++++ gnome-documents:

  - Update to version 3.7.90:
    + Add a presentation mode.
    + Add Previous/Next overlay buttons in preview.
    + Add support to launch external links from documents.
    + Add support for PDF documents from Google.
    + Remove clutter and clutter-gtk dependencies.
    + Fix a bug in the positioning of the preview overlay window.
    + Lots of minor cleanups and bugfixes.
  - Drop pkgconfig(clutter-1.0) and pkgconfig(clutter-gtk-1.0)
    BuildRequires, following upstream.

++++ gnome-menus:

  - Update to version 3.7.90:
    + Fix error reporting.
    + Memory leak fixes.
    + Remove the simple editor.
    + New menu layout for gnome-shell tweaks.
    + Remove old gnome-control-center files.
    + Updated translations.
  - Drop -editor subpackage.
  - No longer rename applications.menu to gnome-applications.menu,
    as this was corrected upstream.
  - Remove hacks for old openSUSE Versions removing unknown
    translations: current versions of find_lang do that for us.
  - Drop glib2-devel Requires from the -devel package: it's added
    automatically by rpm using pkgconfig.
  - Updated baselibs.conf.

++++ gnome-shell-extensions:

  - Update to version 3.7.90:
    + Various fixes to make places-menu behave more like Nautilus,
    including showing the machine name in place of File System.
    + Various updates for shell changes.
    + alternative-status-menu no longer supports ConsoleKit systems,
    you need to install logind to have suspend or hibernate,

++++ seahorse:

  - Update to version 3.7.5:
    + Added keywords to .desktop file.
    + Build fixes.
    + Updated translations.
  - Update to version 3.7.2:
    + Build fixes.
  - Update to version 3.7.1:
    + Correct capitalization of ElGamal.
    + Build fixes.
  - Add seahorse-remove-bad-help-buttons.patch (bnc#804181)

++++ gnome-themes-standard:

  - Update to version 3.7.90:
    + GTK3:
  - Add support for styling of header bar widgets.
  - Add support fof OSD buttons in a GtkOverlay.
  - Improve style for pressed OSD buttons.
  - Update gedit search slider CSS.
  - Added a style for Contacts' selection toolbar.
  - Fix Epiphany's toolbar buttons in dark theme.
    + GTK2:
  - Fix a regression in drawing Libreoffice/OO.o GtkEntry
    backgrounds.
  - Don't render a stroke for GTK_SHADOW_NONE frames.

++++ gnome-user-share:

  - Update to version 3.7.90:
    + Build .tar.xz tarballs by default.
    + Updated translations.

++++ gsettings-desktop-schemas:

  - Update to version 3.7.90:
    + Add the IPv6 localhost to the default ignored hosts for proxy.
    + Make Alt-Tab be synonymous with the default shell switcher.
    + Lower default idle delay to 300 seconds.

++++ gupnp-av:

  - Update to version 0.12.0:
    + Fix implicit dependency on glib 2.32.
    + Explicitly call AM_MAINTAINER_MODE([enable]).

++++ kernel-default:

  - Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
    Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
  - commit a060c45
  - Disable efi pstore by default (bnc#804482).
  - commit 5986b31
  - config: disable ACPI_BGRT on ia64
    bgrt_image is only defined on x86.
  - commit e252f7f
  - config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
    It requires max_low_pfn_mapped, which is x86 only.
  - commit 9901a64
  - Update to 3.8-final.
  - commit c9c649c

++++ kernel-desktop:

  - Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
    Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
  - commit a060c45
  - Disable efi pstore by default (bnc#804482).
  - commit 5986b31
  - config: disable ACPI_BGRT on ia64
    bgrt_image is only defined on x86.
  - commit e252f7f
  - config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
    It requires max_low_pfn_mapped, which is x86 only.
  - commit 9901a64
  - Update to 3.8-final.
  - commit c9c649c

++++ kernel-pae:

  - Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
    Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
  - commit a060c45
  - Disable efi pstore by default (bnc#804482).
  - commit 5986b31
  - config: disable ACPI_BGRT on ia64
    bgrt_image is only defined on x86.
  - commit e252f7f
  - config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
    It requires max_low_pfn_mapped, which is x86 only.
  - commit 9901a64
  - Update to 3.8-final.
  - commit c9c649c

++++ kiwi:

  - fix iso creation for non-EFI medias again
  - make sure GRUB_TERMINAL is set in etc/default grub to make
    yast bootloader happy. if yast can't find this setting it
    switches to 'console' which deactivates the graphical grub2
    console (bnc #804725)
  - fix product media creation for non-x86_64 when EFI
    boot support is enabled (bnc #804428)
  - fixed typo in function comment, still talking about
    opensusePattern instead of namedCollection
  - move from opensusePattern to namedCollection in KIWIMigrate
  - added missing setup of etc/sysconfig/bootloader setup for grub2
  - fixed possible duplicate entries for quiet and splash= in
    etc/default/grub

++++ audiofile:

  - Update to version 0.3.5:
    + Implement IMA ADPCM encoding and decoding for AIFF-C, CAF, and WAVE files.
    + Implement Microsoft ADPCM encoding for WAVE files.
    + Fix calculation of IRCAM frame size.
    + Record marker comments in WAVE files.
    + Improve validation of compressed audio formats.
    + Add support for building without documentation.
  - Add audiofile-0.3.5-without_examples.patch
  - Remove audiofile-remove-unused-variables.patch
  - Remove Obsoletes: audiofile-64bit

++++ gssdp:

  - Update to version 0.14.0:
    + Don't use inet_netof to filter for correct source networks.
    + Add gssdp_resource_browser_rescan() function.
    + Allow custom TTL values for GSSDPClient.
    + Bugs fixed: bgo#656406, bgo#668922, bgo#692516.

++++ gupnp:

  - Update to version 0.20.0:
    + Fix Accept-Language header generation.
    + Fix some issues with Windows support on mingw64.
    + Bugs fixed: bgo#683199.

++++ mutter:

  - Update to version 3.7.90:
    + Support _NET_WM_OPAQUE_REGION (bgo#679901).
    + Add wrapper for XI2.3 pointer barriers (bgo#677215).
    + Update style of resize popups (bgo#692741).
    + Implement compositor <-> application frame synchronization
    (bgo#685463).
    + Handle animated backgrounds (bgo#682427).
    + Add a new window group for override-redirect windows
    (bgo#633620).
    + Pass on pointer events on guard window to Clutter (bgo#681540).
    + Show correct shortcut in window menus (bgo#694045).
    + Don't put minimized windows at the back of alt-tab
    (bgo#693991).
    + Misc bug fixes and cleanups: bgo#692679, bgo##693354,
    bgo#690581, bgo#693439, bgo#692718, bgo#693475, bgo#693482,
    bgo#693540, bgo#690580, bgo#680990, bgo#693833, bgo#693922,
    bgo#693854, bgo#694224.
    + Updated translations.
  - Add pkgconfig(xi) BuildRequires: new dependency.

++++ libreoffice:

  - make sure that StartupNotify=true is written into the [Desktop Entry]
    section (bnc#796875)

++++ libstorage:

  - version 2.23.6
  - recognize /dev/disk-by-id/dm-name- as alias to
    /dev/mapper/ (bnc#805169)

++++ vala:

  - Update to version 0.19.0:
    + Support scope = "async" attribute for parameters.
    + Add --api-version option.
    + Add atspi-2 bindings.
    + Add gstreamer-rtsp-server-1.0 bindings.
    + Bug fixes and binding updates.

++++ lxc:

  - Add lxc-opensuse-12.3.patch: update template to openSUSE 12.3

++++ orca:

  - Update to version 3.7.90:
    + Much work and progress on profile-based, on-the-fly language
    switching.
    + Better "list shortcuts" and learn mode support and associated
    hack removal.
    + More refinements and additions to the new "list of" dialogs:
  - Implement the "'list of' dialog" feature for tables.
  - Try harder to position the caret when jumping to an object in
    the navlist.
  - Select the row associated with the locusOfFocus in the "list
    of" dialogs.
  - Present the number of results for the "list of" dialogs.
  - Update Orca's keybindings related to bookmarks and "list of"
    commands.
    + Add event listeners for, and presentation of, table row and
    column re-ordering.
    + Bugs fixed:
  - Filter out dead childNodes from GtkTreeView.
  - Present the Orca version upon first entering learn mode
  - Handle attempts to start Orca from the console more
    gracefully.
  - Get Orca to handle table rows which lack ROLE_TABLE_ROW.
  - Get rid of "odd hacky thing... somewhat drawn from
    Gnopernicus".
  - Do not include anchors for structural navigation links.
  - Do not filter out egg-list-box labels based on STATE_SHOWING.
    + Updated translations.

++++ patterns-openSUSE:

  - Atri (1):
    Add xchat to REST-CD-X11.
    Raymond Wooninck (1):
    Include kde4-print-manager in the default KDE4-DESKTOP pattern
    Stephan Kulow (1):
    add osc to the patterns (as suggested)
    Commit: 4e9f3fa9

++++ plasma-addons:

  - Added initialize_m_list_variable.diff that fixes crashing of
    plasma-desktop when user has paste widget in systray
    (kde#312075), (bnc#802972)

++++ squid:

  - Changes to squid-3.2.7 (01 Feb 2013):
  - Bug 3736: Floating point exception due to divide by zero
  - Bug 3735: raw-IPv6 domain URLs crash if IPv6-disabled
  - Bug 3732: Fix ConnOpener IPv6 awareness
  - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
  - Bug 3728: Improve debug for cache_dir
  - Bug 3687: unhandled exception: c when using interception and peers
  - Bug 3678: external acl grace period causes acl lookup failures
  - Bug 3567: Memory leak handling malformed requests
  - Bug 3111: Mid-term fix for the forward.cc "err" assertion
  - Support OpenSSL NO_Compression optio
  - Fix IPv6 enabled pinger on split-stack or IPv6-disabled systems
  - Fix "address.GetPort() != 0" assertion for helpers
  - ... and several minor memory leaks
  - ... and some cache.log message polishing

++++ xorg-x11-server:

  - added u_init_framebuffer_base.patch: initialize buffer.base to fix
    Xorg segfault in virtualbox guest (bnc#799480)

++++ yast2-samba-client:

  - synchronize cluster before restarting CTDB clone service
    (bnc#802814)
  - force synchronization of smb.conf (bnc#802814)
  - do not use hard-coded ctdb resource identifier (bnc#804303)
  - 2.23.2

------------------------------------------------------------------
------------------  2013-2-19  -  Feb 19 2013  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Add PackageKit-allow-to-disable-systemd-updates.patch: Disabling
    systemd-updates has the effect that HAVE_SYSTEMD is completely
    ignored, causing build failures.
  - Introduce with_systemd_updates (currently set to 0) to have an
    easy way enabling/disabling systemd offline updates. For openSUSE
    12.3 this is not fully ready, and instead of the UI offering it
    and having any kind of side effect, we for now decide to disable
    it. The defines conditionally does:
    + Pass --disable-systemd-updates to configure
    + Add a section to the %post scripts, removing remnant files if
    left there.
    + Adjust the files section.

++++ anjuta:

  - Update to version 3.7.90:
    + Add new quick-open plugin.
    + am-project: Fix a crash when changing target properties.
    + Anjuta:
  - Saved dock positions not applied when opening a project
    (bgo#688609)
  - Make sure the starter widget is visible on startup.
    + build-basic-autotools:
  - don't let build directory button expand.
  - Fix selection of build directory.
    + class-gen:
  - Always generate GObject private structure.
  - generate license the same way as project-wizard.
  - output filename instead of project name before copyright.
    + devhelp: Port to webkitgtk2.
    + document-manager:
  - connect to toplevel SearchBox keypress to handle closing.
  - Save search box settings.
    + file-manager:
  - Add option for showing the currently edited file in the file
    manager.
  - Add "Show in File manager" action to document popup.
  - Enable typeahead search.
    + glade: Add a menu item for glade properties dialog.
    + indentation-c-style: enable the plugin for IDL files.
    + jhbuild:
  - Extract libdir from newly added JHBUILD_LIBDIR environment
    variable.
  - Translate error messages.
    + language-support-cp-java: fix crasher when swapping
    header/source
    + libanjuta:
  - Add basic tests for AnjutaCompletion.
  - Add new AnjutaCompletion object for prefix matching.
  - Avoid the name Anjuta in libanjuta messages (bgo#693916)
    + parser-cxx:
  - remove unused ParserCxxAssistContext
  - use AnjutaCompletion instead of deprecated GCompletion
    + patch: Replace deprecated GtkTable by GtkGrid
    + project-import:
  - Open a directory with Anjuta.
  - Try to fill project name automatically in import project
    dialog
    + project-manager: Remove New Library menu item.
    + project-wizard: move license templates to data/
    + sourceview:
  - connect settings notifications with g_signal_connect_object()
  - Fix wrong assignment when saving markers
  - mark clearing of buffer as a not undoable action
  - use etag to only emit "changed" when file was externally
    modified
  - use G_PRIORITY_DEFAULT for IO
  - use gtk_widget_preferred_size instead of gtk_widget_size_request
    + starter: Fix a warning
    + symbol-db:
  - fix compile warnings
  - fix symbols view label box to be horizontal
    + Updated translations.
  - Replace pkgconfig(libvala-0.18) BuildRequires with
    pkgconfig(libvala-0.20), following the GNOME 3.8 release plans.

++++ at-spi2-atk:

  - Update to version 2.7.90:
    + Bump atk dependency to 2.7.5 (bgo#693189).
  - Clean up BuildRequires to match what configure looks for:
    + Removed: atk-devel, gtk2-devel
    + Added: pkgconfig(atk), pkgconfig(dbus-1),
    pkgconfig(gmodule-2.0) and pkgconfig(gobject-2.0).

++++ at-spi2-core:

  - Update to version 2.7.90:
    + Removed a debug print that was accidentally included in 2.7.5.

++++ atk:

  - Update to version 2.7.91:
    + atkobject: added a explicit include to locale.h.

++++ automake:

  - Update to version 1.13.1:
    * Bugs fixed:
  - Use of the obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC now
    causes a clear and helpful error message, instead of obscure ones
    (issue introduced in Automake 1.13).
  - Remove config-guess-sub-update.diff; config.guess and config.sub are
    not included anymore in /lib
  - Remove
  - Clean the specfile; remove useless conditionnal macros
  - Automake now provide manfiles by default and help2man is not required
    anymore

++++ autoyast2:

  - 2.23.5
  - fix additional progress synchronicity issue (bnc#801866)
  - 2.23.4
  - explicitly call systemctl isolate with default.target to
    initialize system to default runlevel after second stage
    package installation and configuration (bnc#769924, bnc#779261)

++++ dbus-1-glib:

  - Update to version 0.100.1:
    + dbus-gproxy: Verify sender of NameOwnerChanged signals to be
    o.f.DBus (CVE-2013-0292, bnc#804392).
    + Some cleanups.
    + Other bugs fixed: fdo#23633, fdo#40711, fdo#55729, fdo#55730.

++++ empathy:

  - Update to version 3.7.90:
    + Bugs fixed: bgo#680152, bgo#693190.
    + Updated translations.
  - Replace pkgconfig(gee-1.0) BuildRequires with pkgconfig(gee-0.8),
    following upstreams port to libgee 0.8.x.

++++ file:

  - Use %libname macro and make that file-magic obsoletes libmagic-data
    compare with bnc# 804323 to avoid trouble with interim package name

++++ gedit:

  - Update to version 3.7.4:
    + Use revealer to animate the search bar and the notification
    bars
    + Several fixes in snippets.
    + Improvements in docs.
    + Misc bugfixes.
    + Updated translations.

++++ ghostscript:

  - Version upgrade to 9.07.
    * As of this release (9.07), Ghostscript is distributed
    under the GNU Affero General Public License (AGPL).
    * Ghostscript has been extended to support file sizes >4Gb
    in particular reading and writing PDF files.
    * Color management enhancements. Full details of the color
    management features can be found in: GS9_Color_Management.pdf
    * The pdfwrite devices now supports linearized (or optimized
    for fast web view) output directly ("-dFastWebView").
    * With the addition of linearisation to pdfwrite, pdfopt.ps
    has become redundant. Since it is difficult to maintain,
    has a number of bugs, and is believed not to work properly
    anyway, it is removed. Accordingly the pdfopt shell script
    that used pdfopt.ps is also removed.

++++ gobject-introspection:

  - Update to version 1.35.8:
    + Bugs fixed: bgo#660698, bgo#687522, bgo#691873, bgo#692084,
    bgo#693040, bgo#693096, bgo#693097, bgo#693098, bgo#693598,
    bgo#693742, bgo#693838, bgo#693876, bgo#693939.

++++ gjs:

  - Update to version 1.35.8:
    + Convert many native modules to JS modules (bgo#692025).
    + Bugs fixed: bgo#691996, bgo#690982, bgo#692214, bgo#693627,
    bgo#693676.

++++ glib-networking:

  - Update to version 2.35.8:
    + proxy/gnome: ported to new GSimpleProxyResolver, and added more
    tests.
    + gnutls: Fixed a small per-connection leak (bgo#693718).
    + tls/tests: Fixed several race conditions that caused spurious
    failures (bgo#693720).
    + Updated translations.

++++ glib2:

  - Update to version 2.35.8:
    + A couple of build fixes for Solaris
    + Fix signal emission for GDBusObjectManagerClient
    + Annotations fixes
    + new API: g_dbus_address_escape_value()
    + GSocketClient: add proxy-resolver property
    + GSimpleProxyResolver: new simple GProxyResolver class
    + Documentation fixes
    + gnetworkaddress: preserve IPv6 scope ID in IP literals
    + Bugs fixed: bgo#691105, bgo#692827, bgo#692829, bgo#693285,
    bgo#693502, bgo#693673, bgo#693694.
    + Updated translations.

++++ gmime:

  - Update to version 2.6.15:
    + gmime/gmime-filter-html.c (html_convert): Fixed to convert the
    last line of input even if it doesn't end with a \n.
  - Update to version 2.6.14:
    + Fixed the logic to actually scan for the beginning of the
    mailbox.

++++ gnome-clocks:

  - Update to version 3.7.90:
    + Switch to GNOME version number.
    + Full rewrite in Vala.
    + Various changes to the visual design (especially World and
    Alarm).
    + Many bugfixes and improvements made possible by the rewrite.
  - Replace BuildRequires to follow the rewrite from python to vala:
    + Old ones: python, pkgconfig(pycairo), pkgconfig(pygobject-3.0),
    gobject-introspection.
    + New ones: vala, pkgconfig()-style: gio-2.0, gnome-desktop-3.0,
    gtk+-3.0, gweather-3.0, libcanberra, libnotify,
    gobject-introspection-1.0.
  - No longer mark the package as noarch, as it is now native code.

++++ gnome-session:

  - Update to version 3.7.90:
    + Add preliminary patch toward systemd-ification.
    + Fix XSMP clients after shutdown is canceled.
    + Make build with newer upower.
    + Adjust for new gnome-desktop idle api.
    + Add session selector.
    + Set XDG_MENU_PREFIX.
    + Updated translations.
  - Drop gnome-session-selector.patch: fixed upstream.
  - Drop gnome-session-properties-remove-help.patch: fixed upstream.

++++ gnome-settings-daemon:

  - Update to version 3.7.90:
    + Set locale and IBus envvars on startup for our children.
    + Remove background plugin, as background handling is now done in
    gnome-shell.
    + A11y settings:
  - Import GIO instead of GTK+/GDK.
  - Do enable toolkit accessibility, even if we don't need it,
    for the benefit of third-party/legacy toolkits and apps.
    + Cursor:
  - Enable the on-screen keyboard when touch is used.
    + Keyboard:
  - Adapt to gnome-xkb-info API change.
    + Media keys:
  - Add other bindings to the whitelist.
    + Power:
  - Make blanking timeouts match.
  - Show notifications when about to suspend from idle.
  - Wake up the display when about to logout.
  - Adapt to new GnomeIdleMonitor API.
  - Don't change the brightness on inactive sessions.
    + Remote Display:
  - Disable animations on Xvnc as well.
  - Re-enable animations if Vino is gone.
    + Sound:
  - Avoid polling non-existent directories.
    + Updates:
  - Fix crasher when firmware updates is disabled.
    + XSettings:
  - propagate the remember-recent-files GSetting to XSettings.
    + Wacom:
  - Bump req for GDK_FULLSCREEN_ON_ALL_MONITORS.
  - Rebase gnome-settings-daemon-notify-idle-resumed.patch.

++++ gnome-desktop:

  - Update to version 3.7.90:
    + Fix introspection generation for Vala.
    + Fix introspectability of GnomeBg.
    + GnomeIdleMonitor:
  - Break ABI and API to fix reliance of the API on an Xorg bug.
  - use standard GObject boilerplate.
  - generate gtk-doc documentation.
    + GnomeWallClock:
  - generate gtk-doc documentation.
  - add timezone property which can be monitored.
  - Add conventional gnome_wall_clock_new().
    + GnomeXkbInfo:
  - generate gtk-doc documentation.
  - Use the correct methods to get language/country.
  - Handle duplicated layouts.
  - Add API to get layouts for language and country.
    + gnome-languages:
  - generate gtk-doc documentation.
  - Add methods to get language/country from ISO codes.
  - Add default input sources per locale.
    + GnomeRR:
  - Make GnomeRRConfig use the detected display name.
  - use standard GObject boilerplate.
  - Improve gtk-doc documentation.
    + GnomeBg:
  - Split slide show API to be usable from gnome-shell.
  - Add asynchronous version of slideshow loading.

++++ grub2:

    Fix up bogus items from the previous merge:
  - efi_libdir = _libdir = /usr/lib
  - package /usr/lib/grub2 dir only once
  - move grub.efi to /usr/lib/grub2/%{grubefiarch}/
  - create a symlink so that scripts can find it there.

++++ gtk3:

  - Update to version 3.7.10:
    + We now support the Window Manager frame synchronization
    protocol draft.
    + We now support setting an opacity to any GtkWidget.
    + GtkIconTheme gained asynchronous loaders for GtkIconInfo
    objects.
    + GtkIconInfo has changed from being a boxed type to a GObject.
    + Bugs fixed: bgo#590325, bgo#673243, bgo#681578, bgo#683311,
    bgo#685460, bgo#687842, bgo#690247, bgo#692411, bgo#692728,
    bgo#693251, bgo#693253, bgo#693256, bgo#693257, bgo#693313,
    bgo#693338, bgo#693400, bgo#693709, bgo#693724, bgo#693802,
    bgo#693912, bgo#693913, bgo#693934, bgo#694022, bgo#694075.
    + Updated translations.
  - Add gnome-common BuildRequires and call to autogen.sh:
    gtk3-path-local.patch actually touches the build system (and with
    automake 1.13, an automatic bootstrap would be triggered).

++++ k3b:

  - Replace recommended package dependencies with file dependencies

++++ kernel-default:

  - Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
  - commit 83cb8d1

++++ kernel-desktop:

  - Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
  - commit 83cb8d1

++++ kernel-pae:

  - Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
  - commit 83cb8d1

++++ kiwi:

  - KIWIISOLinux fixes:
    + added addBootEFILive magic block creation to the source
    media KIWICollect code too
    + extend magic block lookup in findAndCopyMagicBlock()
    from 2 to 8 files and from 4 to 8 blocks (bnc #804428)
  - create a kiwi-test package
    + install the test code in the install directive
    + change permission on the test drivers to eliminate RPM lint warning
    + add filter to hide the test .kiwirc file warning

++++ xfce4-branding-openSUSE:

  - fix an error in the openSUSE-Xfce index.theme file causing
    theme inheritance to fail

++++ gtksourceview:

  - Update to version 3.7.90:
    + Improvements in completion.
    + Add Modelica language spec.
    + Misc bugfixes.
    + Updated translations.

++++ systemd:

  - Ensure journal is flushed on disk when systemd-logger is
    installed for the first time.
  - Add improve-journal-perf.patch: improve journal performance on
    query.
  - Add support-hybrid-suspend.patch: add support for hybrid suspend.
  - Add forward-to-pmutils.patch: forward suspend/hibernation calls
    to pm-utils, if installed (bnc#790157).
  - udev: usb_id: parse only 'size' bytes of the 'descriptors' buffer
    add: 1024-udev-usb_id-parse-only-size-bytes-of-the-descriptors.patch
  - udev: expose new ISO9660 properties from libblkid
    add: 1025-udev-expose-new-ISO9660-properties-from-libblkid.patch

++++ lua:

  - fix visibility of global variables [bnc#803791]
    * modified lua-suse.diff
  - added LUA_SO target as dependency to LUAC_T and LUA_T to fix
    parallel build
    * modified lua-suse.diff
  - added regresion check for this error into %check

++++ python-gobject:

  - Update to version 3.7.90:
    + overrides:
  - Fix inconsistencies with drag and drop target list API
    (bgo#680640).
  - Add support for iterables besides tuples for TreePath
    creation (bgo#682933).
    + pygtkcompat: Add pygtk compatible GenericTreeModel
    implementation (bgo#682933).
    + Prefix __module__ attribute of function objects with
    gi.repository (bgo#693839).
    + Bugs fixed: bgo#693328, bgo#693618, bgo#687522.

++++ python3-gobject:

  - Update to version 3.7.90:
    + overrides:
  - Fix inconsistencies with drag and drop target list API
    (bgo#680640).
  - Add support for iterables besides tuples for TreePath
    creation (bgo#682933).
    + pygtkcompat: Add pygtk compatible GenericTreeModel
    implementation (bgo#682933).
    + Prefix __module__ attribute of function objects with
    gi.repository (bgo#693839).
    + Bugs fixed: bgo#693328, bgo#693618, bgo#687522.

++++ libsoup:

  - Update to version 2.41.90:
    + Added SoupSession:local-address property, which allows you to
    force connections to bind to a particular local address
    (bgo#693215).
    + Fixed SoupCache to properly handle messages that get cancelled,
    and added tests for this (bgo#692310).
    + Fixed a reference leak in SoupCache that resulted in epiphany
    hanging for several seconds on exit and then eventually
    printing "Cache flush finished despite X pending requests".
    And added more tests (bgo#682527).
    + Fixed SoupAuthNTLM so that SoupSession:authenticate gets
    emitted with retrying=TRUE if the first attempt fails
    (bgo#693222).
    + Fixed the SoupSession:add-feature-by-type property to accept
    non-SoupSessionFeature features as well.
    + Fixed a build bug that would break all the apache-based tests
    if you didn't have PHP installed (bgo#693311).
    + Updated translations.

++++ libstorage:

  - use option -f for vgremove (bnc#781402)

++++ telepathy-logger:

  - Update to version 0.8.0:
    + GLib 2.28 is now required.
    + New TplLogWalker API for iterating over logs (fdo#41772).
    + Filter out duplicate dates in get_dates (fdo#53345).

++++ lxc:

  - lxc-opensuse-extend-base.patch: lxc-opensuse: extend base
    (bnc#804232)
  - lxc-opensuse-proper-failure.patch: lxc-opensuse: proper failure
  - remove change-hwaddr-on-clone.patch as it was fixed upstream
    already

++++ polkit-default-privs:

  - whitelist PackageKit / systemd offline update permissions, currently admin only
  - more systemd allows to make rpmlint happier bnc#783897

++++ rdesktop:

  - Enable smartcard support.

++++ rsyslog:

  - Fixed rsyslog.service file to support reload (bnc#803994)

++++ xterm:

  - fixed check for existance of bdftopcf; added bdftopcf
    Buildrequires for openSUSE > 12.1 (bnc#804329)

++++ yast2-samba-server:

  - Shares table:  show share specific guest access status, added
    button to toggle the it (bnc#803512)
  - 2.23.2

------------------------------------------------------------------
------------------  2013-2-18  -  Feb 18 2013  -------------------
------------------------------------------------------------------

++++ atk:

  - Update to version 2.7.90:
    + Bugs fixed: bgo#694117.

++++ caribou:

  - Update to version 0.4.8:
    + Don't rebuild docs on every "make" run.
    + Add missing symbols to fullscale layouts as well.
    + Bugs fixed: bgo#694011, bgo#688218, bgo#680556, bgo#693616,
    bgo#684887, bgo#691992.
    + Updated translations.
  - Add pkgconfig(atspi-2) and pkgconfig(gdk-3.0) BuildRequires: new
    verified dependencies.

++++ cheese:

  - Update to version 3.7.90:
    + Change schema path to standard format (bgo#673965).
    + Avoid using libgee.
    + Updated documentations.
    + Updated translations.
  - Drop pkgconfig(gee-1.0) BuildRequires.

++++ colord:

  - Adjusted last editions to AppAmor profile (bnc#803281):
    + Replaced
  - @{HOME}/.local/share/color/*.icc r
    with
  - @{HOME}/.local/share/color/icc/*.icc r
    + Added
  - allow reading all /sys/class/video4linux/ r
  - Additions to the AA profile (bnc#803281)
    + allow /proc/*/cgroup r (unkown why).
    + allow reading all /sys/class/video4linux/** r (video4linux
    devices).
    + allow user local ICC files:
  - @{HOME}/.local/share/icc/*.icc r
  - @{HOME}/.local/share/color/*.icc r

++++ gcc48:

  - Update to GCC trunk head (r196121).

++++ dbus-1-x11:

  - Revert patch: dbus-move-everything-to-run-directory.patch (bnc#802525).

++++ evolution:

  - Update to version 3.7.90:
    + Add a centralized cache for EClient instances and adapt most of
    the application to use it.
    + [web-inspector] Add a secret debugging shortcut.
    + Add mnemonic widgets for title and suffix comboboxes.
    + Add mnemonic widget for Start date field in memo editor.
    + Bugs fixed: bgo#683867.
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.7.90:
    + Improved phone number support.
    + Direct access to local address books.
    + Make e_book_client_is_self() more efficient.
    + Add e_data_factory_ref_initable_backend().
    + Remove --with-dbus-call-timeout configure option.
    + Add CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION flag.
    + EBookClient: Use g_bus_watch_name_on_connection().
    + ECalClient: Use g_bus_watch_name_on_connection().
    + Add camel_service_ref_session().
    + Fix few memory leaks in evolution-source-registry.
    + Introduce e_backend_is_destination_reachable().
    + CalDAV: Try to search for event when not in local cache.
    + e_extensible_load_extensions: Allow for retries.
    + Bugs fixed: bgo#675287, bgo#683867, bgo#686528, bgo#693841.
    + Updated translations.
  - Split new libebook-contacts-1_2-0 and
    typelib-1_0-EBoobContacts-1_2 subpackages.
  - Bump so_edata_book to 17, following upstream.
  - Introduce new so_ebook_contacts defines for the new library.
  - Update baselibs.conf.

++++ file-roller:

  - Update to version 3.7.90:
    + Use ; as the separator for the desktop file Keywords section
    (bgo#693231)
    + Updated translations.

++++ five-or-more:

  - Initial package, version 3.7.90:
    + Split out of gnome-games bundle package.
  - config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

++++ glibc:

  - Update crypt ABI for aarch64
  - glibc-aarch64-lib64.patch:
    Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1
  - Don't build profiling libraries for aarch64

++++ glibc:

  - Update crypt ABI for aarch64
  - glibc-aarch64-lib64.patch:
    Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1
  - Don't build profiling libraries for aarch64

++++ gnome-disk-utility:

  - Update to version 3.7.2:
    + Add a --format-device command line option.
    + Add a --xid command line option for the format dialog
    + Resolve backing crypto device when selecting object.
    + utils: move code to ensure unused volume to gduutils.c
    + Add HighContrast icons.
    + GduVolumeGrid: properly reset flags.
    + Convey free space for mounted volumes.
    + Updated translations.

++++ gnome-session:

  - Update to version 3.7.4:
    + Remove the fallback session definition (bgo#687586).
    + Remove support for RequiredProviders (bgo#691663).
    + Show the fail whale if GNOME shell can't run (bgo#687586).
    + Log to the systemd journal when available (bgo#691785).
    + Make SIGUSR1 print a line in debug output (bgo#692241).
    + Add an InhibitedActions D-Bus property (bgo#692517).
    + Reduce default idle timeout to 2 minutes.
    + Move automatic logout on idle functionality to
    gnome-settings-daemon (bgo#597030).
    + Allow empty sessions (bgo#690866).
    + Allow named saved sessions (bgo#613270).
    + Updated translations.
  - Drop fallback-session package: the fallback mode has been removed
    upstream. A collection of extensions is available to reproduce
    a GNOME 2 Look and Feel.
  - Drop pkgconfig(libnotify) BuildRequires: no longer needed.
  - Add gnome-session-selector.patch: Don't install session-selector
    man-pages and .ui files if the session-selector is not being
    installed.
  - Update to version 3.7.3:
    + Use GnomeIdleMonitor for idle detection
    + Enable llvmpipe
    + Fix some error spew
    + Make --version not return a failure code
    + Reduce depedency on GTK+
    + Shutdown and logout fixes
    + Add automatic logout on idle feature
    + Docs fixes
    + Misc fixes
    + Updated translations.
  - Add pkgconfig(gnome-desktop-3.0), pkgconfig(gio-unix-2.0) and
    pkgconfig(libnotify) BuildRequires: new dependencies.
  - Drop gnome-session-unblacklist-llvmpipe.patch: fixed upstream.
  - Update to version 3.7.2:
    + Be more careful when dropping system inhibitors.
    + Add a commandline wrapper for inhibiting.
    + Add a GetLocale() D-Bus method.
    + Add a SessionIsActive D-Bus property.
    + Modernize the code in some places.
    + Initialize GsmSystem before acquiring a bus name.
    + Properly initialize upower client.
    + Reject xsmp clients sooner when ending the session.
    + Set _GNOME_MAX_SCREEN_SIZE root window property.
    + Updated translations.
  - Update to version 3.7.1:
    + Add gnome-screensaver to fallback session.
    + Make SessionName property introspectable.
  - Add gnome-session-properties-remove-help.patch (bnc#804180) from
    upstream git to remove the help button in "Startup Applications"
    which points to nowhere.

++++ nautilus:

  - Update to version 3.7.90:
    + Add back a Treeview option for list view. This is off by
    default, and is backed by a checkbox in the Preferences dialog.
    + Add a "Connect to Server" item in the Network section of the
    sidebar.
    + Add a "Format..." item in volume context menus in the sidebar.
    + Fix accelerators not showing up in gear and view menus.
    + Use G_APP_INFO_CREATE_NEEDS_TERMINAL instead of handrolled
    code.

++++ gnome-system-monitor:

  - Update to version 3.7.90:
    + Migrated checkbox based settings to gsettings bindings instead
    of custom callback for save and load.
    + Minor performance optimizations.
    + Bugs fixed: bgo#674064, bgo#692518, bgo#520853, bgo#431660,
    bgo#142026, bgo#662264, bgo#693630.
    + Updated translations.

++++ gnome-user-docs:

  - Update to version 3.7.90:
    + Updates to GNOME Help.
    + Updates to the System Administration Guide.
    + Updated translations.

++++ gtk2:

  - Update to version 2.24.16:
    + Make GtkItemFactory produce GtkSeparatorMenuItems (bgo#694077).
    + GtkFileChooserButton doesn't handle closing its dialog
    correctly Reliably stop spinning when a GtkSpinButton is hidden
    (bgo#645065).

++++ kdebase4-openSUSE:

  - Minor updates
    Reasoning for the change:
    http://userbase.kde.org/Desktop_Effects_Performance#Qt_Graphics_System
    * Last touches for the plasma-theme:
    * Added: phone, lazy eyes and activities icons
    * Improved contrast for widget icons
    * Adjust Lancelot background for modern times
    * Fixed scrollbar as per bnc#803437
    * Slighty tweak dialog/panel svg, so notifications don't get cut
    off (mostly noticeable when new mail arrives in multiple folders)

++++ kiwi:

  - fixed use of uninitialized value in KIWIConfigure
  - switch back to firmware='bios' and print a warning if uefi
    is requested on another than the x86_64 architecture. on SUSE
    we provide signed loaders and kernels for x86_64 only
  - secure boot grub commands are linuxefi and initrdefi
    fix this also for oem disk images
  - fixed building of i386-efi (32bit) live EFI iso images
  - check for grub2 conf tool name before using it. with
    openSUSE 12.3 the grub2-efi-... tool chain was removed
    thus kiwi needs to check this before calling the mkconfig
    command
  - better logging messages for framebuffer device setup and
    initrd creation for reboot of the system by either dracut
    or mkinitrd

++++ kwebkitpart:

  - Update to 1.3.2
    * Bugfixes
    * Make user defined custom style sheet work
    * Disable filters with options since they are not correctly
    supported

++++ dbus-1:

  - Revert patch: dbus-move-everything-to-run-directory.patch (bnc#802525).

++++ libffi48:

  - Update to GCC trunk head (r196121).

++++ folks:

  - Update to version 0.9.1:
    + Fix build with e-d-s master (bgo#694049).
  - Changes from version 0.9.0:
    + Added an ofono backend.
    + Ported to libgee 0.8.x
    + Various API changes.
    + Bugs fixed: bgo#682941, bgo#685084, bgo#686056, bgo#685250,
    bgo#686674, bgo#686506, bgo#686693, bgo#685401, bgo#687050,
    bgo#686673, bgo#688834, bgo#688923, bgo#689146, bgo#689859,
    bgo#677633, bgo#685992, bgo#690989, bgo#690990, bgo#690876,
    bgo#691167, bgo#686695, bgo#691382, bgo#691923, bgo#692122,
    bgo#693435, bgo#673918, bgo#692951.

++++ libgcj48:

  - Update to GCC trunk head (r196121).

++++ systemd:

  - Create getty@tty1.service to restore traditional SUSE behavior
    of not clearing tty1. (bnc#804158)
  - Better use of find -exec

++++ libgweather:

  - Update to version 3.7.90:
    + Added a gweather.h global include, which is also referenced
    from the GIR file.
    + Fixed introspection annotations.
    + Fixed sunrise and sunset getters requiring forecast data.
    + Added translation context to ambiguous strings.
    + Updated translations.

++++ ncurses:

  - Add ncurses patch 20130126
    + further fixes to mvcur to pass callback function (cf: 20130112),
    needed to make test/dots_mvcur work.
    + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
    help reduce flicker.
    + modify configure script to omit "+b" from linker options for very
    old HP-UX systems (report by Dennis Grevenstein)
    + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
    by Dennis Grevenstein).
    + restore memmove/strdup support for antique systems (request by
    Dennis Grevenstein).
    + change %l behavior in tparm to push the string length onto the stack
    rather than saving the formatted length into the output buffer
    (report by Roy Marples, cf: 980620).
  - Add ncurses patch 20130202
    + correct initialization in knight.c which let it occasionally make
    an incorrect move (cf: 20001028).
    + improve documentation of the terminfo/termcap search path.
  - Add ncurses patch 20130209
    + modify test/configure script to make it simpler to override names
    of curses-related libraries, to help with linking with pdcurses in
    mingw environment.
    + if the --with-terminfo-dirs configure option is not used, there is
    no corresponding compiled-in value for that.  Fill in "no default
    value" for that part of the manpage substitution.
  - Add ncurses patch 20130216
    + modify test/testcurs.c to work with mouse for ncurses as it does for
    pdcurses.
    + modify test/knight.c to work with mouse for pdcurses as it does for
    ncurses.
    + modify internal recursion in wgetch() which handles cooked mode to
    check if the call to wgetnstr() returned an error.  This can happen
    when both nocbreak() and nodelay() are set, for instance (report by
    Nils Christopher Brause) (cf: 960418).
    + fixes for issues found by Coverity:
    + add a check for valid position in ClearToEOS()
    + fix in lib_twait.c when --enable-wgetch-events is used, pointer
    use after free.
    + improve a limit-check in make_hash.c
    + fix a memory leak in hashed_db.c
  - Add ncurses patch 20130218
    + correct ifdef on change to lib_twait.c (report by  Werner Fink).
    + update config.guess, config.sub
  - Use screen to emulate a terminal to enable the configure script to
    use poll(2) system call on stderr file descriptor

++++ polkit:

  - Recommend libmozjs185-1_0 which is dlopen'ed and required for JS
    rules

++++ yelp:

  - Update to version 3.7.90:
    + Updated translations.

++++ screen:

  - Introduce Xx string escape showing the executed command of a window
    patch: show_all_active.patch

++++ seamonkey:

  - update to SeaMonkey 2.16 (bnc#804248)
    * MFSA 2013-21/CVE-2013-0783/2013-0784
    Miscellaneous memory safety hazards
    * MFSA 2013-22/CVE-2013-0772 (bmo#801366)
    Out-of-bounds read in image rendering
    * MFSA 2013-23/CVE-2013-0765 (bmo#830614)
    Wrapped WebIDL objects can be wrapped again
    * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
    Web content bypass of COW and SOW security wrappers
    * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
    Privacy leak in JavaScript Workers
    * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
    Use-after-free in nsImageLoadingContent
    * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
    Phishing on HTTPS connection through malicious proxy
    * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/
    CVE-2013-0778/CVE-2013-0779/CVE-2013-0781
    Use-after-free, out of bounds read, and buffer overflow issues
    found using Address Sanitizer
  - removed obsolete patches
    * mozilla-webrtc.patch
    * mozilla-gstreamer-803287.patch

++++ syslinux:

  - make uefi image optional

++++ tomboy:

  - Update to version 1.13.5:
    + Rev .NET version from 3.5 to 4.0 in Windows build.
    + Fix behavior of max. notes in tray preference.
    + Updated translations.

++++ translation-update:

  - Set version to 12.3.
  - Added support for auto-generated
    translation-update-from-translation-update-upstream tarball
    with translation updates and added
    translation-update-from-translation-update-upstream-20130214.tar.bz2
  - Added support for last minute translations
    (translation-update2.tar.bz2).
  - Added two supplementary scripts that allow to generate package
    list dynamically (translation-update-reset-lang-list.sh,
    translation-update-generate-lang-list.sh).
  - Added translation-update.rpmlintrc.
  - Small improvements of %build and %install to run faster with
    cleaner log.

++++ vinagre:

  - Update to version 3.7.90:
    + Fix value of save_in_keyring output parameter.
    + Updated translations.

++++ vino:

  - Update to version 3.7.90:
    + Export whether the server is connected to through D-Bus.
    + server: Make libnotify a hard dependency.
    + Use notifications to prompt.
    + Don't show vino-preferences in GNOME.
    + Bring up the sharing panel when available.
    + Change schema path to standard format.
    + Updated translations.
  - Add pkgconfig(libnotify) BuildRequires: new hard dependency.

++++ xterm:

  - Patch #290 - 2013/02/12
    * revert of patch #282 change was incomplete (report by Jim Reisert).
    * fix typo in manpage (report by Vincent Lefevre).
  - Patch #289 - 2013/02/08
    * revert the patch #282 change which restored "lost" text after
    shrinking/growing the screen size. If the screen was updated between
    the two resizing operations, unexpected text might be shown at the
    end (report/testcase by Joe Peterson).
    * reverse the arrow-keys sent for alternateScroll to match the usage
    in browsers (suggested by Dieter Roelants).
    * modify mouse reports to consistently indicate motion events whether
    or not a button is pressed. Old behavior (since patch #127 modified
    encoding for wheel mouse) showed only that the button was released
    if no button had been pressed (report by Andy Koppe).
    * correct and improve behavior for SGR 1006 mouse protocol on button
    release in any-event mode. Initial implementation in patch #277 left
    internal state showing the last button pressed when reporting motion
    events. It now keeps track of all buttons which have been pressed
    and released, showing the lowest remaining button by number in the
    response (reports by Hayaki Saito, Andy Koppe).
    * fix inconsistency between TermColors and OscTextColors enums which
    interchanged values for tektronix cursor color and highlight
    foreground in control sequences in patch #225 (report/patch by
    Peder Stray).
    * fix inconsistent use of noreturn-attribute in Exit function which
    interfered with analysis by clang.
    * remove incorrect free used in computation of XTERM_SHELL variable,
    from Coverity fixes in patch #288 (FreeBSD #175782).
    * add --with-valgrind option to configure script for consistency with
    my other programs.
    * update table of ambiguous width characters in wcwidth.c based on
    Unicode 6.2.0
    * update table of combining characters in wcwidth.c based on Unicode
    6.2.0
    * update precompose.c based on Unicode 6.2.0

++++ yast2-storage:

  - version 2.23.6
  - fix max size computation with thin pools (bnc#803981)

++++ yelp-xsl:

  - Update to version 3.7.90:
    + Updated translations.

------------------------------------------------------------------
------------------  2013-2-17  -  Feb 17 2013  -------------------
------------------------------------------------------------------

++++ MozillaThunderbird:

  - update to Thunderbird 17.0.3 (bnc#804248)
    * MFSA 2013-21/CVE-2013-0783
    Miscellaneous memory safety hazards
    * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
    Web content bypass of COW and SOW security wrappers
    * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
    Privacy leak in JavaScript Workers
    * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
    Use-after-free in nsImageLoadingContent
    * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
    Phishing on HTTPS connection through malicious proxy
    * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782
    Use-after-free, out of bounds read, and buffer overflow issues
    found using Address Sanitizer

++++ apparmor:

  - Add missing files to SRPM (bnc#777471)

++++ curl:

  - Add curl-secure-getenv.patch: Use secure_getenv if available.
    libcurl might be linked to a program where "secure execution" is
    required.

++++ kernel-default:

  - video: Add Hyper-V Synthetic Video Frame Buffer Driver
  - Update config files.
  - commit f3ee42f

++++ kernel-desktop:

  - video: Add Hyper-V Synthetic Video Frame Buffer Driver
  - Update config files.
  - commit f3ee42f

++++ kernel-pae:

  - video: Add Hyper-V Synthetic Video Frame Buffer Driver
  - Update config files.
  - commit f3ee42f

++++ kiwi:

  - increased default boot partition size to 200MB (+50M)
    the plymouth splash data is huge. Just to give an example
    12.2 SUSE plymouth theme data is ~3M, 12.3 SUSE plymouth
    theme data is about 23M. That blows up the initrd and
    needs more space on the boot partition
  - make sure temporary config.lxc is removed after execution
  - remove the  and  elements from the schema
    these elements are replaced by the new  element
  - update all XML files to the latest schema version (5.7)
  - EFI/UEFI fixes according to standard
    * EFI/BOOT is required instead of efi/boot
    * eltorito alternative loader path must be boot//efi
    * secure boot grub commands are linuxefi and initrdefi
    * check for 64bit or 32bit efi module
  - KIWICollect install media package collector fixes
    * pass all needed arguments to the KIWIIsoLinux constructor
    * set logfile to terminal
  - fix the openSUSE 12.3 examples, add module-init-tools to bootstrap
    package list
  - use the localectl and datetimectl implementations provided by
    systemd to set the configuration
    + short circuit the suseConfig function in the shell code
    if localectl exists
    + implement the configuration in Perl code, now all configuration
    settings are implemented in the same class
    + remove the call to suseConfig in the config.sh files of our examples
  - clean up the KIWIConfigure implementation to critic level 3
  - add deprecation message to the old implementation

++++ libFS:

  - Use more robust make install call

++++ glu:

  - Use more robust make install call

++++ libICE:

  - Use more robust make install call

++++ libSM:

  - Use more robust make install call

++++ libXres:

  - Use more robust make install call

++++ libXTrap:

  - Use more robust make install call

++++ libXau:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXaw:

  - Use more robust make install call

++++ libXcomposite:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXcursor:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXdamage:

  - Use more robust make install call

++++ libXdmcp:

  - Use more robust make install call

++++ libXevie:

  - Use more robust make install call

++++ libXext:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXfixes:

  - Use more robust make install call

++++ libXfont:

  - Use more robust make install call

++++ libXfontcache:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXft:

  - Use more robust make install call

++++ libXinerama:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXmu:

  - Use more robust make install call

++++ libXp:

  - Use more robust make install call

++++ libXpm:

  - Use more robust make install call

++++ libXprintUtil:

  - Use more robust make install call

++++ libXrandr:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXrender:

  - Use more robust make install call

++++ libXScrnSaver:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXt:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXtst:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXv:

  - Use more robust make install call

++++ libXvMC:

  - Use more robust make install call

++++ libXxf86dga:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXxf86misc:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libXxf86vm:

  - Use more robust make install call
  - Avoid calling fdupes outside of /usr

++++ libcdio:

  - Update to 0.90
    * CD-Text overhaul and API change (Leon Merten Lohse)
    * Works again (somewhat) on MinGW; tolerence for Microsoft's C compiler (Pete Batard)
    * UDF, Joliet and Rock-Ridge fixes (Pete Batard)
    * OSX fixes (Natalia Portillo and Robert William Fuller)
    * paranoia library removed as that is GPL 2-ish. This is now a separate project
    * file names in cue files are relative to the cue file rather than cwd.
    * Update mmc.h to include MMC-5 commands. (Or MMC-6 since it adds nothing new)
    * Add mmc_cmd2str() to show MMC command name. Show that in some errors
    * Add UDF reading to iso-read and iso-info via --udf or -U (Christophe Fergeau)
    * bug fixes, more tests, update documentation

++++ libcdio-paranoia:

  - Update to version 10.2+0.90
    * First stable version
  - Add libcdio-paranoia-10.2+0.90-include_path.patch

++++ libdmx:

  - Use more robust make install call

++++ libfontenc:

  - Use more robust make install call

++++ libgee:

  - Update to version 0.9.91:
    + ConcurrentSet implements SortedSet.
    + Fix HashMultiMap, TreeMultiSet constructor.
    + Add add/contains/remove_all working on array.
    + Allow creation of ArrayList from array.
    + Add read_only_view to Gee.MultiSet and Gee.MultiMap.

++++ gtkhtml:

  - Update to version 4.6.4:
    + Schedule actions with higher idle priority (bgo#683867).
  - Drop gtkhtml-schedule-higher-priority-actions.patch: fixed
    upstream.

++++ liblbxutil:

  - Use more robust make install call

++++ libpciaccess:

  - Use more robust make install call

++++ spice-gtk:

  - Update to version 0.18:
    + Build fix with Gtk+ unstable.
    + MinGW build fixes with old headers.
    + Fix USB coldplug race.
    + Bugs fxied: rh#908057.
  - Changes from version 0.17:
    + Multi-monitor fixes (avoid monitor order shuffling, fix mouse
    offset if monitor 0 is not at +0+0 and let agent do monitor
    offset).
    + Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG.
    + Add controller & session "proxy" properties.
    + Add drag and drop file copy support to send file to guest, you
    will need capable agent to use that feature.
    + Introspection fixes.
    + Build fixes.
  - Add spice-gtk-polkit-privs.patch: set more resptrictive pokit
    policies by default.

++++ xcb-util:

  - Use more robust make install call

++++ libxkbfile:

  - Use more robust make install call

++++ qemu:

  - Update licenses from new format_spec_file

++++ qemu-linux-user:

  - Update licenses from new format_spec_file

++++ shared-mime-info:

  - Update to version 1.1:
    + Many mime-type changes
    + Specification changes:
  - Fix mimetype names used as examples.
  - Document that the first extension is the main one.
  - Fix missing plural.
    + Honor NOCONFIGURE=1.
    + Allow builders to not run make check by default.
    + Fix build for platforms with executable extensions.
    + Disable checks when cross compiling.
    + Use non-installed update-mime-database in install-data-hook.
    + Use native update-mime-database for install when cross
    compiling.
    + Add a local-test target to print mime in.
  - Pass --disable-default-make-check to configure: we prefer to
    execute make check in the separate %check section.
  - Add a %check section and execute make check

++++ usbutils:

  - config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-2-16  -  Feb 16 2013  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 19.0 (bnc#804248)
    * MFSA 2013-21/CVE-2013-0783/2013-0784
    Miscellaneous memory safety hazards
    * MFSA 2013-22/CVE-2013-0772 (bmo#801366)
    Out-of-bounds read in image rendering
    * MFSA 2013-23/CVE-2013-0765 (bmo#830614)
    Wrapped WebIDL objects can be wrapped again
    * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
    Web content bypass of COW and SOW security wrappers
    * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
    Privacy leak in JavaScript Workers
    * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
    Use-after-free in nsImageLoadingContent
    * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
    Phishing on HTTPS connection through malicious proxy
    * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/
    CVE-2013-0778/CVE-2013-0779/CVE-2013-0781
    Use-after-free, out of bounds read, and buffer overflow issues
    found using Address Sanitizer
  - removed obsolete patches
    * mozilla-webrtc.patch
    * mozilla-gstreamer-803287.patch
  - added patch to fix session restore window order (bmo#712763)

++++ evolution-data-server:

  - Update to version 3.7.5:
    + This release adds support for Ubuntu's Single-SignOn framework.
    + Generate address book and calendar GDBus classes with
    gdbus-codegen and simplify the APIs to require only one round
    trip per method.
    + Introduce e_book_client_connect() and e_cal_client_connect() as
    one-step replacements for e_book/cal_client_new() +
    e_client_open().
    + Built-in data sources are now packaged as a GResource rather
    than installed data files for better reliability.
    + Add --disable-google configure option to make libgdata
    dependency optional.
    + Unit test suite improvements.
    + GOA: Support the upcoming "imap_smtp" provider type.
    + Optional libphonenumber support for local address books.
    + EBookBackendSqliteDB: Added e_book_backend_new_contact[s]() API
    + EBookBackendFile: Don't overwrite UIDs on incomming/new
    contacts.
    + CamelIMAPXStore: Configure folder flags on folder creation.
    + EBookBackendFile: Avoid lost data in contact modifications.
    + store_synchronize_sync(): Only synchronize subscribed folders.
    + Bugs fixed: bgo#651399, bgo#691126, bgo#692278.
    + Updated translations.
  - Drop upstream fixed patches:
    + e-d-s-ldap-mutex-deadlock-fix.patch
    + e-d-s-address-crash-on-cancel.patch
    + e-d-s-store_synchronize_sync.patch
    + e-d-s-schedule-higher-idle-priority-actions.patch
    + e-d-s-use-G_PRIORITY_HIGH_IDLE.patch
  - Update to version 3.7.4:
    + The legacy IMAP backend has been retired.  Legacy IMAP accounts
    will be converted to the newer "IMAP+" backend and their data
    caches reset.
    + IMAPX:
  - Support non-virtual Junk/Trash folders.
  - Ask server to handle "body-contains" searches.
  - Add automatic IMAP to IMAPX account migration.
    + ESourceRegistryServer: Add a "tweak-key-file" signal.
    +  Add OAuth2Support D-Bus interface.
    + Merge ECalBackendFileStore into ECalBackendStore.
    + Add ETimezoneCache interface.
    + ECalBackend: Remove internal_get_timezone() method.
    + CamelMimeFilterPgp: Ignore right side white spaces.
    + Bugs fixed: bgo#665371, bgo#689124, bgo#690151, bgo#690158,
    bgo#690177, bgo#691033, bgo#691466, bgo#691477.
    + Updated translations.
  - Update to version 3.7.3:
    + libedataserverui has been removed from Evolution-Data-Server
    and merged back into Evolution, since Evolution is its only
    consumer nowadays.
    + The E-D-S unit test suite is functional again!
    + Added ESourceBackendSummarySetup extension
    + EBookBackendFile: Use the new ESourceBackendSummarySetup to
    configure the summary
    + Use version-based GLib/GDK/GTK+ warnings.
    + Coverity scan cleanups.
    + Do not generate a ChangeLog file from 'git log'
    + Introduce evolution-user-prompter service
    + IMAPX: Support the QUOTA extension (RFC 2087).
    + Remove introspection of libecal.
    + Workaround file description leak from
    e_source_registry_authenticate_sync()
    + Bugs fixed: bgo#202576, bgo#371469, bgo#512714, bgo#529743,
    bgo#579315, bgo#671620, bgo#677378, bgo#680201, bgo#684175,
    bgo#687670, bgo#688366, bgo#688479, bgo#688639, bgo#688660,
    bgo#688795, bgo#688926.
    + Updated translations.
  - Drop libedataserverui* subpackages: the library is merged into
    evolution. As this is a shared library, we do not add Obsoletes.
  - Drop typelib-1_0-ECalendar-1_2 subpackage: A great deal of the
    calendar API exposes data structures from libical. libical is not
    a GObject library, and is therefore not introspectable.
  - Drop e-d-s-fix-slow-composer-open.patch: no longer applicable.
  - Update to version 3.7.2.1:
    + Make address books work again.
    + EAuthenticationSession: Close prompt before storing password.
    + IMAPX error handling improvements.
    + Remove version number from ${privdatadir}.
    + Remove erroneous version number from ${privlibdir}.
    + Remove version number from ${privincludedir}.
    + Add AllowAuthPromptAll() method to SourceManager interface.
    + Reimplement EBook, ECal, et. al. using their EClient
    counterparts.
    + Google: allow writing X-GOOGLE-SYSTEM-GROUP-IDS.
    + Local file backend modified to use sqlite db exclusively.
    + gnome-online-accounts: Add an EDataFactory extension.
    + Remove EBookBackendVCF.
    + Bugs fixed: bgo#640594, bgo#674454, bgo#686727, bgo#680497,
    bgo#686719, bgo#685986, bgo#686924, bgo#687100, bgo#685034,
    bgo#681962, bgo#685090, bgo#687776, bgo#669082, bgo#687642,
    bgo#687694, bgo#687865, bgo#687634, bgo#688146.
    + Updated translations.
  - Bump so_camel to 42 and so_edataserverui to 5, following
    upstreams soname bumps (also in baselibs.conf).
  - Update to version 3.7.1:
    + Remove e_data_book_view_ref/unref().
    + EBook: Reimplement "remove" functions.
    + EGdbusBook: Remove the remove() method.
    + Rename e_book_backend_start_book_view().
    + Rename e_book_backend_stop_book_view().
    + Rename e_book_backend_add_book_view().
    + Rename e_book_backend_remove_book_view().
    + Add e_book_backend_list_views().
    + Deprecate e_book_backend_foreach_view().
    + Remove e_data_book_register_gdbus_object().
    + Remove e_data_book_view_register_gdbus_object().
    + libedata-cal: Purge deprecated APIs.
    + ECal: Reimplement "remove" functions.
    + EGdbusCal: Remove the remove() method.
    + ECalBackend: Prefer GList over GSList.
    + Add e_cal_backend_list_views().
    + Deprecate e_cal_backend_foreach_view().
    + Remove e_data_cal_register_gdbus_object().
    + Remove e_data_cal_view_register_gdbus_object().
    + Don't migrate sources with empty attributes (Dan Vrátil)
    + EGDataGoaAuthorizer: Use GHmac to sign the OAuth parameters.
    + Drop oauth package requirement for GOA support.
    + EGDataGoaAuthorizer: Prototype OAuth 2.0 support.
    + online-accounts: Refresh mail account settings on startup.
    + Add e_book_backend_sexp_text().
    + Deprecate e_source_extension_get_source().
    + Silence libsecret unstable API warnings.
    + Rename 'online-accounts' module to 'gnome-online-accounts'.
    + Change camel_junk_filter_classify() signature.
    + evolution-source-viewer: Select next source after deleting.
    + Bugs fixed: bgo#201807, bgo#268618, bgo#310978, bgo#549819,
    bgo#641825, bgo#679914, bgo#681314, bgo#684655, bgo#685713,
    bgo#686421
    + Updated translations.
  - Replace libgnome-keyring-devel with pkgconfig(libsecret-unstable)
    following upstreams port to libsecret.
  - Drop pkgconfig(oauth) BuildRequires: no longer needed.
  - Bump so_camel to 41, so_edata_book to 16 and so_edata_cal to 19,
    following upstreams soname bumps (also in baselibs.conf).

++++ git:

  - updated to version 1.8.1.3:
    * minor fixes and documentation updates.
    more details, please see here:
    https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.3.txt

++++ ibus:

  - better solution for bnc#802967
    * add ibus_indicator-14.patch: a shell extension for GNOME 3.6
    * update ibus-fix-tray-icon-on-gnome-3.6.patch

++++ util-linux:

  - fdiskbsdlabel.patch:
    Fix fdisk compilation on aarch64

++++ qemu:

  - Update to v1.4.0: See http://wiki.qemu.org/ChangeLog/1.4
    * Adapt update_git.sh accordingly

++++ qemu-linux-user:

  - Update to v1.4.0: See http://wiki.qemu.org/ChangeLog/1.4
    * Adapt update_git.sh accordingly

------------------------------------------------------------------
------------------  2013-2-15  -  Feb 15 2013  -------------------
------------------------------------------------------------------

++++ NetworkManager-pptp:

  - Add nm-pptp-deprecated-gtk.patch: Do not disable deprecated GTK
    symbols for now (bgo#693866).
  - Add libtool BuildRequires and call to autorecnf, as above patch
    touches the build system.

++++ amarok:

  - Added trackNumber-typo-fix.diff, fixes kde#311847, track number
    not shown in Nepomuk collection

++++ branding-openSUSE:

  - YaST installation hyperlink color darkened
  - Plymouth statup/shutdown progress fade tuned

++++ lvm2:

  - Move all udev releated files in the appropriate udev directory.

++++ evolution-data-server:

  - Add evolution-data-server requires to libedataserver-1_2
    subpackage: the library references uses the glib schemas, which
    live in the main package. Fixes issues similar to bnc#803959.

++++ oxygen-gtk2:

  - Update to version 1.3.2.1
    * Bugfix release
    * exceptional release fixes startup crashes for many applications

++++ hplip:

  - Version upgrade to 3.13.2:
    Several more supported printers and all-in-one devices
    (in particular several "HP Officejet Pro X..." models).
    New self diagnose and healing utility "hp-doctor"
    but "hp-check-plugin" is no longer provided.
    Several bug fixes.
    For details see
    http://hplipopensource.com/hplip-web/release_notes.html
  - Adapted change-udev-rules.diff disable-chgrp_lp.diff
    and no-hplip_cron.diff for HPLIP 3.13.2.

++++ kiwi:

  - systemd related fixes causing the first boot to hang
    * setupConsole should not run at all in case of systemd
    * systemd has been moved to /usr/lib/systemd/systemd thus
    /bin/systemd is now a link and that causes several
    bash test calls to fail
    * quit plymouth inside the initrd if the system image
    doesn't have plymouth installed
    * make debugging plymouth problems more easy by evaluating
    the options plymouth.enable and/or rd.plymouth like
    the mkinitrd scripts does it
  - systemd has been moved to /usr/lib/systemd with openSUSE 12.3
    thus the function baseSetRunlevel() needs to address old and
    new location
  - remove the getImageName_legacy method from the code base

++++ kiwi-config-openSUSE:

  - remove langset.service before reboot (bnc#802747)

++++ multipath-tools:

  - license update: GPL-2.0
    Substantial number of GPL-2.0 files in the package
  - Make installation of systemd unit and udev files more flexible.
    add: multipath-tools-make-flexible-install-of-systemd-and-udev-files.patch

++++ ksh:

  - Avoid segmentation fault on typeset on ENV variable (bnc#803613)

++++ systemd:

  - Add early-sync-shutdown.patch: start sync just when
    shutdown.target is beginning
  - Update parse-multiline-env-file.patch to better handle continuing
    lines.
  - Add handle-HOSTNAME.patch: handle /etc/HOSTNAME (bnc#803653).
  - Add systemctl-print-wall-on-if-successful.patch: only print on
    wall if successful.
  - Add improve-bash-completion.patch: improve bash completion.
  - disable nss-myhostname warning (bnc#783841)
    => disable-nss-myhostname-warning-bnc-783841.diff

++++ libgxps:

  - Add libgxps-libpng16.patch, also build against libpng16.

++++ wireless-tools:

  - Move iwlwifi-led.sh to where udev is installed using pkg-config.
    Apply the same thing also for 99-iwlwifi-led.rules (only
    openSUSE 12.3 and up).

++++ pidgin:

  - Update to version 2.10.7 (bnc#804742):
    + Alien hatchery:
  - No changes
    + General:
  - The configure script will now exit with status 1 when
    specifying invalid protocol plugins using the
  - -with-static-prpls and --with-dynamic-prpls arguments.
    (pidgin.im#15316)
    + libpurple:
  - Fix a crash when receiving UPnP responses with abnormally
    long values. (CVE-2013-0274)
  - Don't link directly to libgcrypt when building with GnuTLS
    support. (pidgin.im#15329)
  - Fix UPnP mappings on routers that return empty 
    elements in their response. (pidgin.im#15373)
  - Tcl plugin uses saner, race-free plugin loading.
  - Fix the Tcl signals-test plugin for savedstatus-changed.
    (pidgin.im#15443)
    + Pidgin:
  - Make Pidgin more friendly to non-X11 GTK+, such as
    MacPorts' +no_x11 variant.
    + Gadu-Gadu:
  - Fix a crash at startup with large contact list. Avatar
    support for buddies will be disabled until 3.0.0.
    (pidgin.im#15226, pidgin.im#14305)
    + IRC:
  - Support for SASL authentication. (pidgin.im#13270)
  - Print topic setter information at channel join.
    (pidgin.im#13317)
    + MSN:
  - Fix SSL certificate issue when signing into MSN for some
    users.
  - Fix a crash when removing a user before its icon is loaded.
    (pidgin.im#15217)
    + MXit:
  - Fix a bug where a remote MXit user could possibly specify a
    local file path to be written to. (CVE-2013-0271)
  - Fix a bug where the MXit server or a man-in-the-middle could
    potentially send specially crafted data that could overflow
    a buffer and lead to a crash or remote code execution.
    (CVE-2013-0272)
  - Display farewell messages in a different colour to
    distinguish them from normal messages.
  - Add support for typing notification.
  - Add support for the Relationship Status profile attribute.
  - Remove all reference to Hidden Number.
  - Ignore new invites to join a GroupChat if you're already
    joined, or still have a pending invite.
  - The buddy's name was not centered vertically in the
    buddy-list if they did not have a status-message or mood
    set.
  - Fix decoding of font-size changes in the markup of received
    messages.
  - Increase the maximum file size that can be transferred to
    1 MB.
  - When setting an avatar image, no longer downscale it to
    96x96.
    + Sametime:
  - Fix a crash in Sametime when a malicious server sends us an
    abnormally long user ID. (CVE-2013-0273)
    + Yahoo!:
  - Fix a double-free in profile/picture loading code.
    (pidgin.im#15053)
  - Fix retrieving server-side buddy aliases. (pidgin.im#15381)
    + Plugins:
  - The Voice/Video Settings plugin supports using the sndio
    GStreamer backends. (pidgin.im#14414)
  - Fix a crash in the Contact Availability Detection plugin.
    (pidgin.im#15327)
  - Make the Message Notification plugin more friendly to
    non-X11 GTK+, such as MacPorts' +no_x11 variant.
    + Windows-Specific Changes:
  - Compile with secure flags (pidgin.im#15290)
  - Installer downloads GTK+ Runtime and Debug Symbols more
    securely. (pidgin.im#15277)
  - Updates to a number of dependencies, some of which have
    security related fixes. (pidgin.im#14571, pidgin.im#15285,
    pidgin.im#15286)
    . ATK 1.32.0-2
    . Cyrus SASL 2.1.25
    . expat 2.1.0-1
    . freetype 2.4.10-1
    . gettext 0.18.1.1-2
    . Glib 2.28.8-1
    . libpng 1.4.12-1
    . libxml2 2.9.0-1
    . NSS 3.13.6 and NSPR 4.9.2
    . Pango 1.29.4-1
    . SILC 1.1.10
    . zlib 1.2.5-2
  - Patch libmeanwhile (sametime library) to fix crash.
    (pidgin.im#12637)

++++ qrencode:

  - build also against libpng16
    * libpng16.patch

++++ libstorage:

  - version 2.23.5
  - detect fake partitions on FBA DASDs (bnc#786164)

++++ tracker:

  - Update to version 0.15.2:
    + Build: Required SQLite 3.7.9 (was 3.7.0) for FTS4 support
    + New Features:
  - Full Text Search (FTS) v4 support.
  - Snippets provide context around a matched query.
  - Offsets provide an index where a matched query is found in
    context.
    + Ontology: Deprecated tracker:fulltextNoLimit and removed use in
    all other ontologies.
    + libtracker-fts: Removed tracker_fts_config_min_word_length()
    and config option.
    + libtracker-miner: Fixed GNOME password provider, libsecret
    expects "user" not "username".
    + tracker-info: Fixed memory leaks.
    + Bugs fixed: bgo#691847, bgo#692409, bgo#692603.
  - Add tracker-nonvoid.patch: Fix non-void function not having a
    return statement.

++++ tumbler:

  - build also with libpng16
    * libpng16.patch

++++ libzypp:

  - Handle dangling update script symlinks in instsys. (bnc#803751)
  - version 12.8.1 (0)

++++ make:

  - Fix missing definition of PAGE_SIZE

++++ tracker-extras:

  - Update to version 0.15.2:
    + Build: Required SQLite 3.7.9 (was 3.7.0) for FTS4 support
    + New Features:
  - Full Text Search (FTS) v4 support.
  - Snippets provide context around a matched query.
  - Offsets provide an index where a matched query is found in
    context.
    + Ontology: Deprecated tracker:fulltextNoLimit and removed use in
    all other ontologies.
    + libtracker-fts: Removed tracker_fts_config_min_word_length()
    and config option.
    + libtracker-miner: Fixed GNOME password provider, libsecret
    expects "user" not "username".
    + tracker-info: Fixed memory leaks.
    + Bugs fixed: bgo#691847, bgo#692409, bgo#692603.
  - Add tracker-nonvoid.patch: Fix non-void function not having a
    return statement.

++++ rpm:

  - add ignore-auxv.diff:
    * avoid auxv parsing for any platform other than powerpc
  - add config-guess-sub-update.diff:
    * update config.guess/sub for aarch64 support
  - update rpmrc.diff, build.diff:
    * Support aarch64

++++ xplanet:

  - build also with libpng16
    * libpng16.patch

++++ yast2-storage:

  - detect fake partitions on FBA DASDs (bnc#786164)

------------------------------------------------------------------
------------------  2013-2-14  -  Feb 14 2013  -------------------
------------------------------------------------------------------

++++ android-tools:

  - Update to version 4.2.2_r2
    * no changelog available
  - Remove provide section from package

++++ branding-openSUSE:

  - one more update for the kdm colors

++++ cairo:

  - 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.

++++ desktop-translations:

  - Update translations.

++++ xiterm:

  - add bdftopcf into build requires [bnc#803276]

++++ glib2-branding-openSUSE:

  - Replace banshee with rhythmbox in the list of favourite apps
    shown in the gnome-shell dash.

++++ gnome-shell:

  - Add g-s-fix-notification-expansion.patch: fix notification not
    expanding to the right height into the screen, regression
    intrduced in version 3.6.3 (bgo#689295).

++++ nautilus:

  - Update to version 3.7.5:
    + Switch to hovered locations on DnD.
    + Support a --force-desktop commandline option for classic mode.
    + Add a separate desktop file for classic mode integration.
    + Use a better position for navigation button popup menus.
    + Fix many memory leaks.
    + Fix a crasher when a file in trash has reserved characters in
    the filename.
    + Fix a crasher when closing the sidebar immediately after
    construction.
    + Fix a crasher closing the properties dialog while calculating
    folder size.
    + Fix backup files showing up in search provider results.
    + Fix floating bar buttons being added twice.
  - Update to version 3.7.4:
    + Support a --select commandline option to force selection of the
    passed-in URI.
    + Add source hints to notifications.
    + Modernize build infrastructure.
    + Use public GTK-a11y support instead of our own hacks.
    + Fix a crasher in the Shell search provider.
  - Replace pkgconfig(tracker-sparql-0.14) BuildRequires with
    pkgconfig(tracker-sparql-0.16), following upstream.
  - Update to version 3.7.3:
    + Update search provider to org.gnome.Shell.SearchProvider2
    interface.
    + Rely on GIO to parse ".hidden" files.
    + Consistently use unicode ellipsis instead of three periods.
    + Use a different label for removing a file from "Recent".
    + Restore the previous behavior wrt. framing for custom icons.
    + Share the "show hidden" GSetting option with the GTK+
    file chooser.
    + Fix missing unmount sync notification under some circumstances.
    + Fix infinite loop while deep counting the size of "/".
    + Fix wrong filename when restoring file from trash.
  - Drop nautilus-make-sure-to-always-notify-when-unmounting.patch:
    fixed upstream.
  - Update to version 3.7.2:
    + Request to render larger thumbnails by default.
    + Don't quote the current location name in search bar.
    + Use "Run" in menus when launchine executables.
    + Fix stray Empty Document item in New Document menu.
  - Drop nautilus-stray-empty-document.patch: fixed upstream.
  - Update to version 3.7.1:
    + Turn on again recursive search for the simple engine.
    + Enable incremental loading for search directories.
    + Add extra information to image properties page.
    + Show free space pie chart for the local root filesystem.
    + Resolve symbolic links before launching a file.
    + Avoid sync I/O when reading bookmark locations.
    + Don't add non-existent XDG folders to the sidebar.
    + Don't offer to remove built-in XDG folder bookmarks.
    + Fix black input field when renaming a file in icon view with
    XIM enabled.
    + Fix wrong return location when unmounting a remote mount.
    + Fix notebook tabs not properly switching after timeout when
    hovered.
    + Fix search toggle button state inconsistent when switching
    between tabs.
    + Fix crasher when using the Tracker engine from the Shell search
    provider.
    + Fix crasher in Shell search provider.
    + Fix crasher when unmounting a volume under certain.
    circumstances.
  - Add nautilus-stray-empty-document.patch, don't show a extra Empty
    Document entry. (bnc#803649, bgo#687139)

++++ grub2:

  - merge internal+external BS changes into superset spec file,
    remove obsolete dependencies
  - merge SLES+openSUSE patches, restrict "grub-efi" to 12.2
  - add efidisk-ahci-workaround (bnc#794674)
  - fix unquoted-string-in-class.patch (bnc#788322)

++++ kdepimlibs4:

  - Add fix_akonadi_firstrun.diff:
    * fix Akonadi Firstrun (bnc#803200, kde#315115)

++++ kernel-firmware:

  - Updated to git snapshot 2013/1/14
  - carl9170: add firmware
  - qla2xxx: Update ql2400_fw.bin and ql2500_fw.bin to version 5.08.00
  - brcm: Add ucode support for bcm4313 iPA variant
  - linux-firmware: Add Marvell USB8797-B0 firmware image, Version 14.69.11.p179
  - s5p-mfc: Add s5p-mfc.fw for Exynos4 series
  - s5p-mfc: Add s5p-mfc-v6.fw for Exynos5 series
  - ar5523: Add firmware for new driver
  - Update patch and syscfg files for QCA9564
  - rtl_nic: Update firmware for RTL8168G to Version: 0.0.3
  - cxgb4: Update firmware to revision 1.6.2.0
  - bnx2x: Update fw to 7.8.2
  - r8712u: Revert to firmware from vendor driver v7_0.20100831
  - Update rampatch file for AR9462
  - netxen_nic: Update QLogic phanfw.bin to version 4.0.588
  - rtl8723e: Add firmware for new driver
  - ath6k: add firmware for AR6004 hw1.3
  - Marvell SD8787: update to v14.66.9.p96
  - Marvell SD8686: update to v9.70.20.p0
  - iwlwifi: update firmware for 6205 to version 18.168.6.1

++++ kiwi:

  - add critic exception for the _new_instance private method in all
    singletons.
    + The method is called from the base class only and thus does not
    appear to be called when perlcritic parses the code.
  - convert the Locator to a singleton
    + the locator holds no state and we really only need one per kiwi
    invocation

++++ mutter:

  - Update to version 3.7.5:
    + Don't allow multiline window titles (bgo#683056).
    + Make meta_window_located_on_workspace() public (bgo#691744).
    + Request XI2.3 (bgo#692877).
    + Add meta_window_set_icon_geometry() method (bgo#692997).
    + Require XFixes 5.0 (bgo#677215).
    + Change unredirection hints to match spec changes (bgo#693064).
    + Improve unredict heuristicts (bgo#683786).
    + Misc bug fixes and cleanups: bgo#691874, bgo#679901,
    bgo#692952, bgo#693042.
    + Updated translations.
  - Drop mutter-correctly-create-new-pixmap.patch: fixed upstream.
  - Update to version 3.7.4:
    + Add support to bypass compositor hints (bgo#683020)
    + Make automaximization optional (bgo#680990)
    + Add method for checking if the application is responding
    (bgo#684340)
    + Expose the xinput opcode (bgo#690590)
    + Rebrand "minimize" as "hide" (bgo#682887)
    + Misc bug fixes and cleanups: bgo#690454, bgo#690573,
    bgo#690593, bgo#690956, bgo#691363, bgo#690609, bgo#690317,
    bgo#689263.
    + Updated translations.
  - Drop BUILD_FROM_VCS logic, as it's not used anyway.
  - Update to version 3.7.3:
    + Fix maximized windows jumping to other monitors (bgo#556696)
    + Add 'switch-applications' keybinding (bgo#688913)
    + Add a convenience method to focus the default window
    (bgo##689652)
    + Increase typical icon size to 96 (bgo#689651)
    + Port to XInput2 (bgo#688779)
    + Give dynamic keybindings a keybinding action (bgo#682315)
    + Misc. fixes and cleanups (bgo#688777)
    + Updated translations.
  - Drop mutter-stop-jumping-windows.patch: fixed upstream.
  - Update to version 3.7.2:
    + Fix spurious focus changes when showing desktop (bgo#686928)
    + MetaPluginManager: don't send events to Clutter twice
    (bgo#686406)
    + Add the ability to add shader hooks to MetaBackgroundActor
    (bgo#669798)
    + Only process keyboard mapping events for the core X keyboard
    (bgo#674859)
    + Import keybinding files from Metacity (bgo#687672)
    + Add compositor hook to process keybindings selectively
    (bgo#688202)
    + MetaBackgroundActor: add a setter for GLSL uniforms
    (bgo#682536)
    + Misc. fixes and cleanups: bgo#688182
    + Updated translations.
  - Update to version 3.7.1:
    + screen: Ignore num-workspaces when using dynamic workspaces
    (bgo#685439)
    + Updated translations.
  - Update to version 3.6.3:
    + Fix maximized windows jumping between monitors (bgo#556696).
    + Fix windows turning black when redirected again (bgo #693042).
    + Updated translations.
  - Drop mutter-stop-jumping-windows.patch and
    mutter-correctly-create-new-pixmap.patch, fixed upstream.

++++ libpng16:

  - updated to 1.6.0
  - changes from 1.5.x to 1.6.x:
    * new simplified api added:
    macros:
    PNG_FORMAT_*
    PNG_IMAGE_*
    structures:
    png_control
    png_image
    read functions
    png_image_begin_read_from_file()
    png_image_begin_read_from_stdio()
    png_image_begin_read_from_memory()
    png_image_finish_read()
    png_image_free()
    write functions
    png_image_write_to_file()
    png_image_write_to_stdio()
    * possibility to configure libpng to prefix all exported symbols
    (PNG_PREFIX macro)
    * no longer include string.h in png.h
    * deprecated api:
    png_info_init_3()
    png_convert_to_rfc1123() which has been replaced
    with png_convert_to_rfc1123_buffer()
    png_data_freer()
    png_malloc_default()
    png_free_default()
    png_reset_zstream()
    * removed api:
    png_get_io_chunk_name()
    * signatures of many exported functions were changed, such that
    png_structp became png_structrp or png_const_structrp
    png_infop became png_inforp or png_const_inforp
    where "rp" indicates a "restricted pointer".
  - for more details see section XII of libpng-manual.txt or ANNOUNCE

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ nagios:

  - provide 'monitoring_daemon' in the init script to allow other
    init scripts to depend on it

++++ nepomuk-core:

  - Added fileindexer-do-not-use-QDirIterators-in-the-queues.patch,
    fixes kde#310777 that caused multiple crashes
  - Added initialize-the-m_indexhidden-variable.patch, fixes not
    respecting users hidden folders indexing setting
  - Added initialize-m_state-to-its-correct-value.patch, initializes
    fileindexer state with correct value

++++ okular:

  - Fix dark-on-dark colour bug when using dark colour schemes

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev.: 1579:10286).
  - Update text and image files (Last Changed Rev.: 1579:10286).

++++ patterns-openSUSE:

  - Atri (7):
    Add useful packages & xfce pattern to REST-CD-X11.
    Add xfce pattern the right way
    Add file-roller to XFCE-MINIMAL; grsync, lftp, gnu_ddrescue to REST-CD.
    Replace Imagemagick on REST-CD-X11 by ristretto on XFCE-MINIMAL.
    Add xfce4-appfinder to XFCE-MINIMAL pattern.
    Drop XFCE-MINIMAL; XFCE-BASIS is now the minimal XFCE.
    Add ristretto to REST-CD-X11.
    Stephan Kulow (17):
    remove yast from x11 cd
    don't have X11 pattern recommend yast
    split off REST-CD a REST-CD-DESKTOP not to be put on X11 CD
    prefer lightdm over xdm
    add some yast modules for recovery
    move gtk2-branding-openSUSE away from X11 CD
    xfce requires xfce_basis
    remove xfce pattern again
    split xfce-basis into 2, one of them minimal for the rescue cd
    have yast2-control-center-gnome on rescue cd too
    make some space on the promo dvd
    need more space on promo dvd
    readd grub to the cds ;(
    Will Stephenson (1):
    Add kio_mtp
    Commit: c8c69f73

++++ release-notes-openSUSE:

  - 12.3.2:
    * Comment remainint entries marked with CHECKIT.

++++ yast2-installation:

  - fix got_kernel_param in misc.sh to not match substrings (so far
    kernel parameters like systemd.log_level=debug activated Y2DEBUG)
  - 2.23.12

++++ yast2-slp:

  - check the return value of error handling function
  - 2.23.0

++++ yast2-trans:

  - Updated languages: bg cs de el es eu fi fr gl hu it lt nl pl ro
    pt_BR zh_CN.

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-2-13  -  Feb 13 2013  -------------------
------------------------------------------------------------------

++++ branding-openSUSE:

  - Fix summary.
  - (KDM) added support for domain logins
  - (KDM) changed background color of userlist box

++++ libarchive:

  - Use %libname macro to be consistent throughout the spec file

++++ dconf:

  - Update to version 0.15.3:
    + Fix problem related to empty changesets (caused by empty 'dconf
    load', for example).
    + New icons: hicolor icons have been updated and a HighContrast
    set added.
    + Loosen some assertions on the order of messages being returned
    from the service. D-Bus violates this order in the case that
    the service crashes and that's no reason to take the client
    with it as well.
    + Improve autogen.sh non-bash compatibility.
    + Add some backends to the dconf-service: The first backend is a
    null backend that allows for a temporary database tied to the
    lifetime of the session.
    + Also add a new 'keyfile' backend for the service. This is
    primarily intended to be used with NFS (where use of mmap is
    not safe).
    + Add a mkdir() in the case of an empty home directory where
    ~/.config/dconf does not already exist.
    + Fix crashes in the service caused by failures to write
    (including failures caused by the above issue being overlooked)
    + Work around an issue with a testcase hanging and failing due to
    a GLib change to the order in which testcases are run.
    + Running autoreconf on tarballs should now work.
    + Updated translations.

++++ digikam:

  - Remove spurious bison/flex dependencies

++++ evolution:

  - Update to version 3.7.5:
    + Add a "settings" module.
    + Contact's print doesn't decode QP encoded email addresses.
    + Use e_book_client_connect().
    + Use e_cal_client_connect().
    + Incorporate ESourceUOA.
    + EMailAccountStore: Use an appropriate icon for online accounts.
    + Add a priority field for mail formatter and parser extensions.
    + Bugs fixed: bgo#639698, bgo#680537, bgo#685757, bgo#688294,
    bgo#689476, bgo#690696, bgo#690697, bgo#691194, bgo#691640,
    bgo#691732, bgo#692003, bgo#692005, bgo#692009, bgo#692143,
    bgo#692213, bgo#692775, bgo#692777, bgo#692781, bgo#692783,
    bgo#692818.
    + Updated translations.
  - Add upstream fixed patches:
    + evolution-fix-crash-when-searching.patch
    + evolution-fix-empty-body-reply.patch
    + evolution-fix-message-quoted-twice.patch
    + evolution-fix-text-css-as-attachment.patch
    + evolution-pine-importer.patch
    + evolution-prevent-crash-edit-task-prompt-cancel.patch
    + evolution-prevent-crash-on-folder-rename.patch
    + evolution-schedule-higher-idle-priority-actions.patch
    + evolution-use-G_PRIORITY_HIGH_IDLE.patch

++++ fontconfig:

  - added mapping Arial Narrow <-> Liberation Sans Narrow into
    metric-aliases.conf [bnc#762695]
    * metric-arial-narrow.patch

++++ gmp:

  - Update to GMP 5.1.1 release.
    * Aarch64 alias ARM64 support now works.
    * A possible buffer overrun in mpz_ior has been fixed.
    * A rare sign flip in mpz_remove has been fixed.
    * A bug causing problems with mpf numbers with absolute value >= 2^31 has
    been fixed.
    * Several bugs in mini-gmp have been fixed.
    * Preliminary support for the x32 ABI under x86-64.

++++ gnome-chess:

  - Initial package, version 3.7.5

++++ gnome-themes-standard:

  - Update to version 3.7.6:
    + Fix a bug with GdMainIconView checkbox assets.
    + Fix some build errors.
  - Drop -lang package: the translations are merged into the themes,
    and there is no reason for the translations to be installed.
  - No longer provide %{name} by the -common package: this was only
    used for the -lang packages to be installable.
  - Obsolete the -lang package from gnome-themes-common, as the -lang
    package is now gone.

++++ java-1_7_0-openjdk:

  - update to icedtea-2.3.6 (bnc#803379)
    * Security fixes
  - S6563318, CVE-2013-0424: RMI data sanitization
  - S6664509, CVE-2013-0425: Add logging context
  - S6664528, CVE-2013-0426: Find log level matching its name or value given at construction time
  - S6776941: CVE-2013-0427: Improve thread pool shutdown
  - S7141694, CVE-2013-0429: Improving CORBA internals
  - S7173145: Improve in-memory representation of splashscreens
  - S7186945: Unpack200 improvement
  - S7186946: Refine unpacker resource usage
  - S7186948: Improve Swing data validation
  - S7186952, CVE-2013-0432: Improve clipboard access
  - S7186954: Improve connection performance
  - S7186957: Improve Pack200 data validation
  - S7192392, CVE-2013-0443: Better validation of client keys
  - S7192393, CVE-2013-0440: Better Checking of order of TLS Messages
  - S7192977, CVE-2013-0442: Issue in toolkit thread
  - S7197546, CVE-2013-0428: (proxy) Reflect about creating reflective proxies
  - S7200491: Tighten up JTable layout code
  - S7200493, CVE-2013-0444: Improve cache handling
  - S7200499: Better data validation for options
  - S7200500: Launcher better input validation
  - S7201064: Better dialogue checking
  - S7201066, CVE-2013-0441: Change modifiers on unused fields
  - S7201068, CVE-2013-0435: Better handling of UI elements
  - S7201070: Serialization to conform to protocol
  - S7201071, CVE-2013-0433: InetSocketAddress serialization issue
  - S8000210: Improve JarFile code quality
  - S8000537, CVE-2013-0450: Contextualize RequiredModelMBean class
  - S8000539, CVE-2013-0431: Introspect JMX data handling
  - S8000540, CVE-2013-1475: Improve IIOP type reuse management
  - S8000631, CVE-2013-1476: Restrict access to class constructor
  - S8001235, CVE-2013-0434: Improve JAXP HTTP handling
  - S8001242: Improve RMI HTTP conformance
  - S8001307: Modify ACC_SUPER behavior
  - S8001972, CVE-2013-1478: Improve image processing
  - S8002325, CVE-2013-1480: Improve management of images
    * Backports
  - S7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently
  - S7083664: TEST_BUG: test hard code of using c:/temp but this dir might not exist
  - S7107613: scalability blocker in javax.crypto.CryptoPermissions
  - S7107616: scalability blocker in javax.crypto.JceSecurityManager
  - S7146424: Wildcard expansion for single entry classpath
  - S7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
  - S7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
  - S7162488: VM not printing unknown -XX options
  - S7169395: Exception throws due to the changes in JDK 7 object tranversal and break backward compatibility
  - S7175616: Port fix for TimeZone from JDK 8 to JDK 7
  - S7176485: (bf) Allow temporary buffer cache to grow to IOV_MAX
  - S7179908: Fork hs23.3 hsx from hs22.2 for jdk7u7 and reinitialize build number
  - S7184326: TEST_BUG: java/awt/Frame/7024749/bug7024749.java has a typo
  - S7185245: Licensee source bundle tries to compile JFR
  - S7185471: Avoid key expansion when AES cipher is re-init w/ the same key
  - S7186371: [macosx] Main menu shortcuts not displayed (7u6 regression)
  - S7187834: [macosx] Usage of private API in macosx 2d implementation causes Apple Store rejection
  - S7188114: (launcher) need an alternate command line parser for Windows
  - S7189136: Fork hs23.5 hsx from hs23.4 for jdk7u9 and reinitialize build number
  - S7189350: Fix failed for CR 7162144
  - S7190550: REGRESSION: Some closed/com/oracle/jfr/api tests fail to compile becuse of fix 7185245
  - S7193219: JComboBox serialization fails in JDK 1.7
  - S7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties
  - S7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
  - S7195301: XML Signature DOM implementation should not use instanceof to determine type of Node
  - S7195931: UnsatisfiedLinkError on PKCS11.C_GetOperationState while using NSS from jre7u6+
  - S7197071: Makefiles for various security providers aren't including the default manifest.
  - S7197652: Impossible to run any signed JNLP applications or applets, OCSP off by default
  - S7198146: Another new regression test does not compile on windows-amd64
  - S7198570: (tz) Support tzdata2012f
  - S7198640: new hotspot build - hs23.6-b04
  - S7199488: [TEST] runtime/7158800/InternTest.java failed due to false-positive on PID match.
  - S7199645: Increment build # of hs23.5 to b02
  - S7199669: Update tags in .hgtags file for CPU release rename
  - S7200720: crash in net.dll during NTLM authentication
  - S7200742: (se) Selector.select does not block when starting Coherence (sol11u1)
  - S7200762: [macosx] Stuck in sun.java2d.opengl.CGLGraphicsConfig.getMaxTextureSize(Native Method)
  - S8000285: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
  - S8000286: [macosx] Views keep scrolling back to the drag position after DnD
  - S8000297: REGRESSION: closed/java/awt/EventQueue/PostEventOrderingTest.java fails
  - S8000307: Jre7cert: focusgained does not get called for all focus req when do alt + tab
  - S8000822: Fork hs23.7 hsx from hs23.6 for jdk7u11 and reinitialize build number
  - S8001124: jdk7u ProblemList.txt updates (10/2012)
  - S8001242: Improve RMI HTTP conformance
  - S8001808: Create a test for 8000327
  - S8001876: Create regtest for 8000283
  - S8002068: Build broken: corba code changes unable to use new JDK 7 classes
  - S8002091: tools/launcher/ToolsOpts.java test started to fail since 7u11 b01 on Windows
  - S8002114: fix failed for JDK-7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
  - S8002225: (tz) Support tzdata2012i
  - S8003402: (dc) test/java/nio/channels/DatagramChannel/SendToUnresovled.java failing after 7u11 cleanup issues
  - S8003403: Test ShortRSAKeyWithinTLS and ClientJSSEServerJSSE failing after 7u11 cleanup
  - S8003948: NTLM/Negotiate authentication problem
  - S8004175: Restricted packages added in java.security are missing in java.security-{macosx, solaris, windows}
  - S8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
  - S8004341: Two JCK tests fails with 7u11 b06
  - S8005615: Java Logger fails to load tomcat logger implementation (JULI)
    * Bug fixes
  - Fix build using Zero's HotSpot so all patches apply again.
  - PR1295: jamvm parallel unpack failure
    * removed icedtea-2.3.2-fix-extract-jamvm-dependency.patch
  - removed icedtea-2.3.3-refresh-6924259-string_offset.patch

++++ kdebase4-workspace:

  - Added fix-plasma-theme-workaround-tabbox.patch, fixes kde#315064

++++ kiwi:

  - don't trigger udev device creation in pre-init. All devices
    are already there due to the initial start of udev. This
    could cause a hangup on first boot of the appliance

++++ kiwi-config-openSUSE:

  - rename failsafe on x11 too

++++ systemd:

  - rework patch:
    1020-usb_id-some-strange-devices-have-a-very-bogus-or-strage-serial.patch
  - udev: use unique names for temporary files created in /dev.
    add: 1022-udev-use-unique-names-for-temporary-files-created-in.patch
  - cdrom_id: add data track count for bad virtual drive.
    add: 1023-cdrom_id-add-data-track-count-for-bad-virtual-drive.patch

++++ popt:

  - Remove patches:
  - config-guess-sub-update.patch
  - popt-secure-getenv.patch
    run autoreconf instead .
  - popt-libc-updates.patch replaces popt-secure-getenv.patch
    * test for secure_getenv instead of __secure_getenv
    * update configure.ac so it can be regenerated with modern
    autotools.
    * Internal symbols are already hidden with a linker script,
    improve that by hidding symbols with the compiler too.
    * use strerror_r instead of strerror in the library.

++++ libsepol:

  - update to 2.1.9
    * filename_trans: use some better sorting to compare and merge
    * coverity fixes
    * implement default type policy syntax
    * Fix memory leak issues found by Klocwork
  - added libsepol-rhat.patch

++++ pciutils-ids:

  - update pci.ids to version 2013.2.12

++++ xrandr:

  - Update to version 1.4.0:
  - New features:
    + Support for RandR 1.4's provider objects.  See the --listproviders,
  - -setprovideroutputsource, and --setprovideroffloadsink options for more
    information.
    + --set now allows a comma-separated list of values.  This is useful with the
    Border property to configure different border adjustments for different edges
    of the screen.
    + --scale-from, which specifies a scaling transform based on the desired
    desktop size.
    + --query now indicates which output, if any, is primary.
  - Also contains a number of bug fixes.
    One notable behavior change is that the --gamma option now takes the actual
    gamma value rather than the reciprocal of the gamma value.  This matches the
    behavior of other programs such as xgamma and the gamma configuration options in
    xorg.conf.

++++ yast2:

  - added CommandLine::PrintTable, String::Repeat and
    String::SuperPad
  - 2.23.21

------------------------------------------------------------------
------------------  2013-2-12  -  Feb 12 2013  -------------------
------------------------------------------------------------------

++++ bash:

  - config-guess-sub-update.patch:
    Update config.guess/sub for aarch64
  - Fix check for negated warning switch

++++ bundle-lang-common:

  - expand file symlinks before deleting files
    * prevents issues with symlinks pointing to deleted files

++++ bundle-lang-gnome:

  - expand file symlinks before deleting files
    * prevents issues with symlinks pointing to deleted files

++++ bundle-lang-kde:

  - expand file symlinks before deleting files
    * prevents issues with symlinks pointing to deleted files

++++ evolution:

  - Update to version 3.7.4:
    + evolution-shell.pc.in: Remove libedataserverui-3.0.
    + Reset the maintainer list in the About dialog.
    + Remove the "imap-features" module.
    + Move CamelSaslXOAuth2 to libemail-engine.
    + Remove --with-kde-applnk-path configure option.
    + Be more strict in inline PGP mime filter/part parser.
    + Do not hide 'attachment' images with Content-ID.
    + Bugs fixed: bgo#588216, bgo#690177, bgo#691047, bgo#691133,
    bgo#691134, bgo#691134, bgo#691470.
    + Updated translations.

++++ file-roller:

  - Update to version 3.7.3:
    + Updated translations.
  - Update to version 3.7.2:
    + Support notification filtering (bgo#691048)
    + Don't show in KDE Menus (bgo#691051)
    + Updated translations.
  - Update to version 3.7.1:
    + New features and user visible changes:
  - Changed the main window layout: removed the menubar; added a
    menu button on the toolbar that contains the secondary
    archive actions. (bgo#684117)
  - Add Microsoft Cabinet to the supported mime types
    (bgo#689205)
    + Bugs fixed: bgo#688648, bgo#578837, bgo#686321
    + Updated translations.
  - Stop renaming to file-roller in the .desktop menu: Upstream calls
    it 'Archive Manager', and this has more meaning to the user than
    'File Roller' (bnc#803191).

++++ gnome-panel:

  - Drop pkgconfig(libedataserverui-3.0) BuildRequires: no longer
    needed.
  - Add gnome-panel-libweather.patch: fix build error due to missing
    gweather-xml.h

++++ gnome-shell:

  - Update to version 3.6.3 (bnc#801797):
    + recorder: Set frame duration to fix broken video headers
    (bgo#688487)
    + Block cancellation of unlock dialog during drags (bgo#686800)
    + Honor lock-delay GSettings key (bgo#690766,bgo#691170)
    + Fix reentrancy problem causing the tray to disappear
    (bgo#683986)
  - Drop the following patches, which have been merged upstream:
    + g-s-honor-lock-delay-GSettings.patch
    + g-s-use-the-right-getter.patch
  - Rebase gnome-shell-nmlibexecdir.patch.

++++ gpm:

  - config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

++++ texinfo:

  - config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

++++ kdebase4-workspace:

  - Added plasma_expire_suse_paste.diff (fixes bnc#803384)

++++ kiwi:

  - don't rely on boot.device-mapper init script, load
    device mapper module manually when needed
  - fixed start/stop of udev in pre-init. while using sysV init
    it was possible to run a startup script without a running
    init process. With systemd you cannot really run a service
    when systemd does not run
  - fixed corrupted fbiterm fonts for openSUSE 12.3 (bnc #803276)
  - implement writeXML method in XML class
    + write an xml file based on the data in the data structure
  - do not write data to the generated XML if a default value
    was set programmatically
  - add a "namedCollection" element to the XML
    + this is in preparation for the removal of opensusePattern and rhelGroup
    + the KIWIXMLPackageCollection class already writes the 
    element as there is no way to differentiate one collection from the
    other  vs. . Therefore, the schema has to
    support the new element name prior to the old collection names
    being removed.
  - alpha sort the element declarations in the schema
    + benign change, but it aides XML code development
  - kiwi now depends on File::Slurp
  - implement a writeTest script that can be used to verify that
    round tripping of XML data works
  - create a sample config.xml file for round trip testing
  - use global variable kernel_cmdline to store paramters
    passed to the linuxrc/init script and don't hand them
    over via sub-functions
  - suppress cpio blocks message to stderr

++++ kiwi-config-openSUSE:

  - enable NM also for x11 cd
  - do not patch live installation on x11 cd
  - move the label calculation to the patch script directly
  - do some patching differently for x11 cd
  - configure lightdm for x11 cd

++++ libdiscid:

  - updated to 0.3.2
  - ISRC and MCN support on Linux
  - Autotools: fix Windows, remove unneeded libs on SunOS
  - CMake: add Cygwin, add SunOS, fix Mac OS X
  - updated docs, created INSTALL file
  - fix distribution so it works for autotools AND cmake
  - libdiscid-visibility.patch refreshed for 0.3.2 via quilt

++++ systemd:

  - usb_id: ensure we have a valid serial number as a string (bnc#779493).
    add: 1020-usb_id-some-strange-devices-have-a-very-bogus-or-strage-serial.patch
  - cdrom_id: created links for the default cd/dvd drive (bnc#783054).
    add: 1021-create-default-links-for-primary-cd_dvd-drive.patch

++++ openssl:

  - Update to 1.0.1e
    o Bugfix release (bnc#803004)
  - Drop openssl-1.0.1d-s3-packet.patch, included upstream

++++ perl-Bootloader:

  - require coreutils for %post

++++ vim:

  - Reenable ACL support-

++++ yast2-network:

  - AutoYaST: write /etc/hosts even if keep_install_network=true
    (bnc#796580)
  - AutoYaST: If keep_install_network=true and dns/write_hostname
    is unspecified, use the product default (which is false on SLES),
    thus not writing 127.0.0.2 to /etc/hosts. (bnc#796580)
    (fixing a regression introduced in 2.22.1)
  - 2.24.14

++++ yast2-storage:

  - allow partitions with id 0x82 for raid creation (bnc#801955)
  - always display original partition type in combobox (bnc#802360)

++++ yum-metadata-parser:

  - support >2G rpms in the XML to sqlite conversion (upstream patch)
    (bnc#802576, rh#612409)

------------------------------------------------------------------
------------------  2013-2-11  -  Feb 11 2013  -------------------
------------------------------------------------------------------

++++ MozillaThunderbird:

  - update Enigmail to 1.5.1
    * The release fixes the regressions found in the past few
    weeks

++++ PackageKit:

  - Add one more patch from git (bnc#735864):
    + 0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch

++++ autoyast2:

  - 2.23.3
  - fix failure to execute autoyast init scripts (bnc#803036)

++++ branding-openSUSE:

  - Exclude upstream body-background

++++ bundle-lang-common:

  - update package list

++++ bundle-lang-gnome:

  - update package list

++++ bundle-lang-kde:

  - update package list

++++ digikam:

  - Update to 3.0.0 (final):
    digikam:
  - General: Remove internal LensFun library code and xml lens
    database. Set only an optional and external
    dependency to last 0.2.6 release.
  - BatchQueueManager: Add new tool to crop image.
  - 51 fixed bugs.
    kipi-plugins:
  - Panorama: New parser using GNU Flex and GNU Bison instead of
    Boost::spirit
  - Panorama: Manual cropping of the final result
  - 10 fixed bugs.
  - drop fix-broken-icon-reference.diff (fixed upstream)
  - update digikam-3.0.0-rc.no-kdcraw.version-check.patch
    (rename to digikam-3.0.0.no-kdcraw.version-check.patch)

++++ evolution:

  - Update to version 3.7.3.2:
    + Forgot to remove libedataserverui-3.0 from a pkg-config file.
  - Changes from version 3.7.3.1:
    + Minor build issue in libeutil.
  - Changes from version 3.7.3:
    + Identify calendar/memo/task sources in error messages
    + Use version-based GLib/GDK/GTK+ warnings.
    + Avoid GTK+ APIs deprecated in 3.0.
    + Coverity scan cleanups.
    + Do not empty trash/delete junk in disabled accounts on exit
    + Do not generate a ChangeLog file from 'git log'
    + Simplify class design of mail formatter.
    + backup-restore: Remove references to ~/.camel_certs.
    + Use the same certificate-viewer as the trust-prompt from eds
    + Consolidate base utility libraries into libeutil and generate
    API documantation.
    + Bugs fixed: bgo#202576, bgo#315317, bgo#449081, bgo#502516,
    bgo#525932, bgo#529743, bgo#579315, bgo#671200, bgo#671628,
    bgo#672200, bgo#674678, bgo#677378, bgo#678606, bgo#680201,
    bgo#680244, bgo#685808, bgo#686212, bgo#687360, bgo#687503,
    bgo#687670, bgo#687974, bgo#688819, bgo#689639, bgo#689966.
    + Updated translations.
  - Drop pkgconfig(libedataserverui-3.0) BuildRequires: the library
    no longer exists.

++++ gnome-shell:

  - Add gnome-shell-nmlibexecdir.patch: Allow NetworkManager to use
    a different libexecdir that gnome-shell.
  - Add gnome-common BuildRequires and call to gnome-autogen.sh, as
    above patch touches the build system.
  - Pass --with-nmlibexecdir=%{_libexecdir} to configure.
  - Remove gnome-shell-ScreenShield-become-modal-and-catch.patch: it
    caused screen lock and suspend to fail completely.

++++ gtk2:

  - Update to version 2.24.15:
    + Fix scrolling in insensitive modal dialogs.
    + Bugs fixed: bgo#626499, bgo#656565, bgo#664640, bgo#669808,
    bgo#674556, bgo#679883, bgo#683511, bgo#689810, bgo#689982,
    bgo#690788, bgo#692099, bgo#692554, bgo#692810.
    + Updated translations.
  - Rebase gtk-path-local.patch.

++++ kactivities4:

  - Add kdelibs4 devel dependency on devel package

++++ kate:

  - Added upstream fix-plugin-loading.diff, fixes kde#314530

++++ kdebase4-workspace:

  - Added pager.diff, fixes bnc#799875
  - changed plasma-kickoff-newly-collapsing.diff:
    * sort entries by genericName if "Show applications by name"
    is switched off (bnc#803179)
  - Added upstream patch respect_screenlock_settings.diff. This would
    allow again the old behavior of the screensaver and the new
    screenlocker respects now all the settings (e.g. no password,
    etc) (bnc#802704)
  - Remove the kio-mtp package, moved to KDE4-DESKTOP pattern instead

++++ kernel-default:

  - Drivers: hv: balloon: Prevent the host from ballooning the
    guest too low.
  - Drivers: hv: balloon: Add a parameter to delay pressure
    reporting.
  - Drivers: hv: balloon: Make adjustments to the pressure report.
  - commit 31ecddc
  - Update to 3.8-rc7.
    Eliminated 1 patch.
  - commit 82fec2f

++++ kernel-desktop:

  - Drivers: hv: balloon: Prevent the host from ballooning the
    guest too low.
  - Drivers: hv: balloon: Add a parameter to delay pressure
    reporting.
  - Drivers: hv: balloon: Make adjustments to the pressure report.
  - commit 31ecddc
  - Update to 3.8-rc7.
    Eliminated 1 patch.
  - commit 82fec2f

++++ kernel-pae:

  - Drivers: hv: balloon: Prevent the host from ballooning the
    guest too low.
  - Drivers: hv: balloon: Add a parameter to delay pressure
    reporting.
  - Drivers: hv: balloon: Make adjustments to the pressure report.
  - commit 31ecddc
  - Update to 3.8-rc7.
    Eliminated 1 patch.
  - commit 82fec2f

++++ kio_mtp:

  - Rename kio-mtp to kio_mtp

++++ kiwi-config-openSUSE:

  - remove live installer from rescue CD
  - Make Live-CD volume name string more indicative (bnc#802870)

++++ popt:

  - popt wants __secure_getenv at configure time, but This
    function is no longer available as of glibc 2.17.
    test for secure_getenv() instead (popt-secure-getenv.patch)

++++ libreoffice:

  - enable startup notification (bnc#796875)

++++ samba:

  - Fix SMB1 Session Setup AndX handling with a large krb PAC;
    (bso#9658); (bnc#802031).

++++ libyui-gtk:

  - Fixed window size (bnc #722053)
  - 2.42.3

++++ lynx:

  - lynx-openssl.patch : just like in the "links" case, HTTPS
    clients must not:
    * Negotiate SSLv2
    * Attempt to use SSL compression (due to CVE-2012-4929)
  - Fix debuginfo generation.

++++ nepomuk-core:

  - Added initialize-objects-in-correct-order.diff from upstream,
    fixes a largely duplicated bug for users that cleaned db after
    upgrade to KDE 4.10, kde#314589
  - Also added upstreams connect-both-the-queues-together.diff
    do-not-auto-update-the-cache-by-default.diff, and
    emit-the-current-signals-in-propertychanged.diff for performance
    improvement

++++ patterns-openSUSE:

  - Dominique Leuenberger (1):
    Replace banshee with rhythmbox... mono is in a rather odd stage... crashy... bnc#800237
    Commit: 440e44d3

++++ plasma-addons:

  - Added weather_fix.diff, fixes appearence of weather plasmoid's
    details view

++++ system-config-printer:

  - Add system-config-printer-fix-name-of-udev-helper.patch to fix
    udev-configure-printer to be called at all.

++++ python-keyring:

  - Drop old SUSE checks
  - Add python-unittest2 build requirement to make sure the testsuite
    passes on SLE_11_SP2

++++ yast2-storage:

  - fixed reuse of EFI boot partition (bnc#802359)
  - allow all characters for existing password (bnc#799992)

------------------------------------------------------------------
------------------  2013-2-10  -  Feb 10 2013  -------------------
------------------------------------------------------------------

++++ arpwatch-ethercodes:

  - automated update on 2013-02-10

++++ dd_rescue:

  - Update to dd_rescue-1.32:
    * New option -x to append to outfile.
    * New option -Y (can be used multiple times) to specify 2ndary
    output files.

++++ evolution:

  - Update to version 3.7.2:
    + Fixed squished labels on Identity page of Account Assistant.
    + Require WebKitGtk 1.10.0 for webkit_web_frame_get_dom_document.
    + Restrict geocode-glib dependency to 0.99.0.
    + Missing search buttons in Calendar view
    + Make auto-configuration cancellable.
    + EMailConfigAssistant: Make revising auto-configuration easier.
    + Bugs fixed: bgo#267787, bgo#268618, bgo#317153, bgo#422273,
    bgo#627244, bgo#656143, bgo#663844, bgo#680497, bgo#683877,
    bgo#686325, bgo#686785, bgo#686813, bgo#687010, bgo#687060,
    bgo#687137, bgo#687155, bgo#687400, bgo#687442, bgo#688084.
    + Updated translations.

++++ gnome-phone-manager:

  - Only apply gnome-phone-manager-eds36.patch for 12.3 and newer.

++++ gnome-packagekit:

  - Add gpk-Dont-crash-if-the-window-invoking-task-exits.patch, Don't
    crash if the window that invoked the task exits before the task
    starts up (rh#756208).

++++ gstreamer-0_10-plugins-bad:

  - Change lv2core-devel BuildRequire for pkgconfig(lv2core)

++++ kdebase4-openSUSE:

  - Make colorscheme tooltip colors the same as plasma theme colors
  - Fix folderview popups (bnc#802940)
  - Fix opaque widgets not able to resize (bnc#802978)
  - Reduce the theme size, and make rpmlint more happy with making
    appropriate symlinks
  - Remove references to video
  - Fix different icons for greeter (bnc#802705)

++++ libcamgm:

  - run testsuite only on 12.2 or higher

++++ openssl:

  - Added openssl-1.0.1d-s3-packet.patch from upstream, fixes
    bnc#803004, openssl ticket#2975

++++ procps:

  - boot.sysctl is not suitable for distros with systemd, this
    task is performed by systemd-sysctl(8) now.
  - the "ad-hoc" test for pmap does not work in all systems, remove it.

++++ python-keyring:

  - Update to version 1.2.2:
    * Fixed handling situations when user cancels kwallet dialog or denies
    access for the app.
  - Add new dependencies
  - FIx shebang rpmlint warnings

++++ qemu:

  - Update to v1.4.0-rc1: See http://wiki.qemu.org/ChangeLog/1.4
    * Adapt update_git.sh accordingly
  - Update update_git.sh to reference github.com/openSUSE/qemu.git

++++ qemu-linux-user:

  - Update to v1.4.0-rc1: See http://wiki.qemu.org/ChangeLog/1.4
    * Adapt update_git.sh accordingly
  - Update update_git.sh to reference github.com/openSUSE/qemu.git

++++ xf86-video-intel:

  - Update to version 2.21.2:
    Pass the brown paper bags, I need half a dozen or so. That seemingly
    innocuous build fix with xorg-1.13 happned to have the little side-effect
    of breaking glyph rendering with xorg-1.12 and older on 64-bit machines.
  - Update to version 2.21.1:
    A fix for a potential GPU hang on 945gm (GMA3100) and earlier chipsets,
    along with backporting SNA to the packages found in stable distributions
    like Debian 6.0 (Squeeze).
    + Cleanup compilation warnings from deblint, thanks to Paul Menzel
    + Minor build improvements by Damien Lespiau.
    + Disable generating span geometry for non-rectilinear spans on gen4
    in order to work around and prevent one class of render corruption.
    + Prevent cache thrashing and severe performance degradation on LLC
    machines for streaming texture updates. However, note the effect was
    only observed on just one particular laptop.
    + Fix alignment of subsurface proxies for old chipsets.
    https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel
    + Repair build against Xorg-1.6 and contemporary packages.

++++ xsetroot:

  - Update to version 1.1.1:
    + Add -version option.
    + Combine usage message strings.
    + Config:
  - Add missing AC_CONFIG_SRCDIR.
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
    + man:
  - Replace hard coded man page section with substitution strings
  - Remove trailing spaces and tabs.
  - Add pkgconfig(xproto) BuildRequires, new dependency.

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-2-9  -  Feb 9 2013  -------------------
------------------------------------------------------------------

++++ NetworkManager-gnome:

  - Update to version 0.9.7.997:
    + Ensure AP mode connections are treated as Hotspot too.
    + Build fixes.
    + Editor fixes.
    + Editor: hide widgets that aren't supported for VPNs on the
    general page.
    + Updated translations.

++++ evolution:

  - Update to version 3.7.1:
    + User documentation improvements.
    + Check for Bogofilter during configure.
    + Check for SpamAssassin during configure.
    + Fix contact maps.
    + Don't rely on user's $PATH, use HIGHLIGHT_COMMAND defined by
    configure
    + CamelSaslXOAuth: Use GHmac to sign the client request.
    + Prototype CamelSaslXOAuth2.
    + evolution.convert: Remove leftover "force-message-limit" entry.
    + Do not crash in create_default_shell()
    + Remove "Disable Account" menu item for GOA-based accounts.
    + Bugs fixed: bgo#201807, bgo#268618, bgo#310978, bgo#344579,
    bgo#549819, bgo#588959, bgo#663844, bgo#676141, bgo#678408,
    bgo#678750, bgo#681314, bgo#683849, bgo#684447, bgo#685262,
    bgo#685786, bgo#686278
    + Updated translations.
  - Add spamassassin and bogofilter BuildRequires: they are now
    verified by configure.
  - Pass --disable-text-highlight to configure: we currently don't
    have a package for this.

++++ evolution-data-server:

  - Add patches from upstream stable branch:
    + e-d-s-ldap-mutex-deadlock-fix.patch (bgo#692278)
    + e-d-s-address-crash-on-cancel.patch: fix invalid memory access
    during situations while cancelling some synchronous operations.
    + e-d-s-fix-slow-composer-open.patch: fix slowness of composer
    window when launched due to some leaks (bgo#689476).
    + e-d-s-store_synchronize_sync.patch: some cleanups in
    store_synchronize_sync().
    + e-d-s-schedule-higher-idle-priority-actions.patch: schedule
    actions with higher idle priority (bgo#683867).
    + e-d-s-use-G_PRIORITY_HIGH_IDLE.patch: make use of
    G_PRIORITY_HIGH_IDLE to beat gtk+ redraws.

++++ ibus:

  - fix bnc#802967
    * fix ibus's tray icon can't show in gnome-shell 3.6 for openSUSE 12.3,
    add ibus-fix-tray-icon-on-gnome-3.6.patch

++++ kdebase4-workspace:

  - Recommend the kio-mtp package so that solid can communicate
    with Android phones (bnc#765051)

++++ kiwi:

  - ignore empty directories in the migration report. the migrate
    code checks the unmanaged directories and remove them from the
    data hash if they are empty on the system. Additionally the path
    which ends up in an empty directory is searched backwards to find
    other empty directories in the unmanaged data hash which appears
    due to the removal of deeper empty directories

++++ gtkhtml:

  - Add gtkhtml-schedule-higher-priority-actions.patch to schedule
    actions with higher idle priority (bgo#683867).

++++ python-base:

  - Add ctypes-libffi-aarch64.patch: import aarch64 support for libffi in
    _ctypes module

++++ tracker:

  - Update to version 0.15.1:
    + build: Fixes build error when supplying nautilis extensions
    directory
    + bgo#691807: Tracker should build against libgee 0.8
    + bgo#691804: tracker-cue-sheet not ported to Gstreamer 1.0
    + bgo#679870: libsecret migrations
    + bgo#690170: Add nfo:MediaList type to .m3u playlist files
    + bgo#692210: miner-manager: plug some memleaks
    + libtracker-common: Add replacement function for flock() on
    Solaris
    + libtracker-miner: Fix libsecret password provider get call
    using non-NULL GError
    + tracker-miner-fs, store: Add MeeGo keys to desktop file.
    + Updated translations.
  - Update to version 0.15.0:
    + Port to GStreamer 1.0 / gupnp-dlna-1.1.
    + New Feature: Support GKqueueDirectoryMonitor API on BSD systems
  - Drop tracker-libgrss-0.5.patch: fixed upstream.
  - Drop tracker-fix-include-sched-idle.patch and
    tracker-removeable-media-off.patch: they are outdated and were
    only applied for openSUSE <= 11.4.
  - Drop libtool BuildRequries: no longer needed.
  - Update to version 0.14.5:
    + build: Fixes --with-nautilus-extensions-dir which was broken.
    + bgo#692409: playlist extractor should index playlist title if
    available.
    + bgo#692603: Search can not find pdf files using author names.
    + bgo#691807: Tracker should build against libgee 0.8.
    + bgo#690170: Add nfo:MediaList type to .m3u playlist files.
    + bgo#688287: build: don't build-depend on Dia.
    + bgo#692210: miner-manager: plug some memleaks.
    + bgo#688371: add support for GKqueueDirectoryMonitor.
    + libtracker-common: Add replacement function for flock() on
    Solaris
    + tracker-miner-fs, store: Add MeeGo keys to desktop files
    (OnlyShowIn, X-Meego-Priority keys).

++++ yelp:

  - Update to version 3.7.4:
    + Updated translations.
  - Update to version 3.7.3:
    + Add keywords to the desktop file.
    + Fixed handling of xref links with anchors (bgo#686095).
    + Fixed various memory management bugs (bgo#683100).
    + Added local copy of MathJax for MathML display.
    + Added support for xdg help system in All Documents.
    + Switched to using 'itstool -j' for XSL domain.
  - Disable yelp-2.13.5-use-susehelp.patch for now, since
    kcontrolcenter fails to make use of susehelp to display help for
    applications; fixes bnc#801673.

++++ tracker-extras:

  - Update to version 0.15.1:
    + build: Fixes build error when supplying nautilis extensions
    directory
    + bgo#691807: Tracker should build against libgee 0.8
    + bgo#691804: tracker-cue-sheet not ported to Gstreamer 1.0
    + bgo#679870: libsecret migrations
    + bgo#690170: Add nfo:MediaList type to .m3u playlist files
    + bgo#692210: miner-manager: plug some memleaks
    + libtracker-common: Add replacement function for flock() on
    Solaris
    + libtracker-miner: Fix libsecret password provider get call
    using non-NULL GError
    + tracker-miner-fs, store: Add MeeGo keys to desktop file.
    + Updated translations.
  - Update to version 0.15.0:
    + Port to GStreamer 1.0 / gupnp-dlna-1.1.
    + New Feature: Support GKqueueDirectoryMonitor API on BSD systems
  - Drop tracker-libgrss-0.5.patch: fixed upstream.
  - Drop tracker-fix-include-sched-idle.patch and
    tracker-removeable-media-off.patch: they are outdated and were
    only applied for openSUSE <= 11.4.
  - Drop libtool BuildRequries: no longer needed.
  - Update to version 0.14.5:
    + build: Fixes --with-nautilus-extensions-dir which was broken.
    + bgo#692409: playlist extractor should index playlist title if
    available.
    + bgo#692603: Search can not find pdf files using author names.
    + bgo#691807: Tracker should build against libgee 0.8.
    + bgo#690170: Add nfo:MediaList type to .m3u playlist files.
    + bgo#688287: build: don't build-depend on Dia.
    + bgo#692210: miner-manager: plug some memleaks.
    + bgo#688371: add support for GKqueueDirectoryMonitor.
    + libtracker-common: Add replacement function for flock() on
    Solaris
    + tracker-miner-fs, store: Add MeeGo keys to desktop files
    (OnlyShowIn, X-Meego-Priority keys).

++++ totem:

  - Add totem-Use-Ctrl+C-as-the-shortcut.patch; So as not to clash
    with Eject which already uses Ctrl+E (bgo#688298).
  - Add totem-Fix-playing-files-from-recent-files.patch; Loads of
    confusion as to the playback path for trash:/// and recent:///
    would cause an assertion when drag'n'dropping such a file.
    (bgo#690304).
  - Add totem-Fix-fetching-the-cover-art.patch; Initialise the type
    of image so that we can save the cover image even if the
    image-type isn't defined. (bgo#690286).

++++ psmisc:

  - peekfd hasn't been ported to aarch64 yet

------------------------------------------------------------------
------------------  2013-2-8  -  Feb 8 2013  -------------------
------------------------------------------------------------------

++++ gcc48:

  - Update to GCC trunk head (r195885).

++++ e2fsprogs:

  - Install the correct source file as /etc/e2fsck.conf.

++++ evolution:

  - Added patches from upstream git:
    + evolution-fix-crash-when-searching.patch (bgo#639698)
    + evolution-fix-empty-body-reply.patch (bgo#680537)
    + evolution-fix-message-quoted-twice.patch (bgo#692775)
    + evolution-fix-text-css-as-attachment.patch (bgo#692009)
    + evolution-pine-importer.patch (bgo#692781)
    + evolution-prevent-crash-edit-task-prompt-cancel.patch
    (bgo#692783)
    + evolution-prevent-crash-on-folder-rename.patch (bgo#692777)
    + evolution-schedule-higher-idle-priority-actions.patch
    (bgo#683867)
    + evolution-use-G_PRIORITY_HIGH_IDLE.patch (bgo#683867) [with
    minor edit to the upstream patch to fix a build error this
    introduced].

++++ fcitx:

  - disable DENABLE_DEBUG to avoid polluting .xsession-errors. (bnc#802866)

++++ gnome-documents:

  - Update to version 3.7.5:
    + Add an embedded edit mode for Google documents.
    + Add a Bookmarks page in preview mode.
    + Improve the error dialog layout.
    + Use more human readable messages for GData errors.
    + Don't use the dark theme in fullscreen preview.
    + Add some padding around the preview navigation bar.
    + Fix double search entry in fullscreen preview.
    + Fix crash when going back from a Google document under some
    circumstances.
    + Fix double and misspelled indexing notifications.
  - Drop gnome-documents-nonvoid.patch: fixed upstream.

++++ gnome-screenshot:

  - Update to version 3.7.5:
    + Show interactive dialog again when the area selection is
    cancelled.
    + Don't crash when the selected area rectangle is 0x0.
    + Updated translations.

++++ gnome-settings-daemon:

  - Update to version 3.7.5.1:
    + Fix keyboard shortcut handling with XI 2.3.

++++ gnome-shell-extensions:

  - Create a gnome-shell-classic subpackage:
    + Pass --enable-classic-mode to configure
    + Extract CLASSIC_EXTENSIONS from configure and build those along
    the alternative-status-menu (just passing classic does not
    allow to add more extensions).
  - Update to version 3.7.5.1:
    + New extension forgotten in previous NEWS entry: windows-list.
    + Also forgotten previously: classic mode got a new GNOME2 style.
    + Build fixes.
  - Changes from version 3.7.5:
    + places-menu is back in the classic extensions, with a new old
    GNOME-2 look.
    + classic mode moved the date menu to right, where we all know it
    rightly belongs.
    + apps-menu received a face-lift, with the inclusion of a reduced
    form of AxeMenu.
    + new extension in the classic set: launch-new-instance, which
    modifies the behavior of clicking in the dash and app launcher.
    + alternate-tab, native-window-placement and windowsNavigator
    updated for gnome-shell changes.
    + Updated translations.
  - Drop g-s-e-power-off-elipsis.patch: mostly fixed upstream.

++++ gnome-themes-standard:

  - Update to version 3.7.5:
    + Improve paddings for buttons on main toolbars.
    + Make it possible to override GtkEntry's background color in
    GTK2.
    + Add a workaround to render correctly OpenOffice.org scrollbars
    in GTK2.
    + Fix GtkFrame with labels not showing a stroke in GTK2.
    + Add some missing selectors for the SELECTED check/radio states
    in GTK2.
    + Use arrows of the same shape for all four directions in GTK2.
    + Add HC icons for new Settings panels.
    + Don't insall translations.
    + Fix missing check/radio buttons for content-view widgets.
    + Set padding for the SushiFontWidget preview widget.

++++ grub2:

  - adapt to pesign-obs-integration changes

++++ kdebase4-openSUSE:

  - remove superfluous '+' in krunnerrc, caused error messages
    when starting krunner (Thanks to wbauer@tmo.at)

++++ kdebase4-session:

  - Require the exact version for kdebase4-workspace. This way
    the package gets triggered for rebuild if the KDE version
    changes (bnc#802703)

++++ kiwi:

  - use mcopy to create efi structure in vfat image.
  - increased the vfat container image to be big enough to hold
    additional efi modules like the shim
  - fixed import of shim and grub efi modules. They are packaged
    as links to usr/lib/grub2/xxx-efi thus moving data from this
    directory will destroy the link target. We'd better copy it
  - also allow integration of shim-opensuse key. If no Microsoft
    signed key is present we check if an opensuse key exists
  - make sure shim package is part of the boot image for iso
    vmx and oem image types starting with openSUSE >= 12.3.
    The sim package contains the Microsoft signed efi module
    which is the entry point for UEFI secure boot
  - improved genDevDoc script:
    * improve the file processing routine, use only one loop
    * general code cleanliness improvements
    * implement DAG generation

++++ kiwi-config-openSUSE:

  - take out uefi for !x86_64 archs

++++ kvm:

  - Update to qemu-kvm v1.3.1. For changes see:
    http://wiki.qemu.org/ChangeLog/1.3
  - Added lastest win-virtio-ddrivers.iso

++++ libffi48:

  - Update to GCC trunk head (r195885).

++++ libgcj48:

  - Update to GCC trunk head (r195885).

++++ libmtp:

  - add support for Motorola Droid Razr M (XT 907)

++++ mutter:

  - Add mutter-correctly-create-new-pixmap.patch to correctly create
    a new pixmap when redirecting a window again; patch taken from
    upstream git. Fixes bgo#693042.

++++ python-base:

  - multiprocessing: thread joining itself (bnc#747794)
  - gettext: fix cases where no bundle is found (bnc#794139)

++++ samba:

  - Point LD_LIBRARY_PATH to the just-built libraries while calling testparm to
    generate the default share snippets on pre-12.2 systems.

++++ libwnck:

  - Update to version 3.4.5:
    + Features:
  - Add getter and notifier for the Window role.
  - Emit signals when a window instance or group name (WM_CLASS)
    changes.
    + Fixes:
  - Remove deprecated APIs for device grabbing.
  - Fix wnckprop hang, that made the system unusable.
  - Fix build with recent automake.
  - Use a little less power using g_timeout_add_seconds.
    + Updated translations.

++++ libyui:

  - Code clean-up: removed java-like get-prefix
  - Version 2.42.7

++++ nepomuk-core:

  - Added Revert-BasicIndexingQueue-Use-stacks-instead-of-queu.patch
    from upstream, fixes kde#314559

++++ os-prober:

  - os-prober-usr_lib-detection.patch - fix detection of linux distro
    which moved /lib to /usr/lib (e.g. Fedora)

++++ sushi:

  - Update to version 3.7.5:
    + Use a better padding for the font preview.
    + Remove custom CSS styling for SushiFontWidget.
    + Fix the build with automake 1.13.

++++ yast2-vm:

  - bnc#802612 - Libvirtd does not start automatically after kvm is
    installed via "yast install Hypervisor and tools"
  - 2.22.4

------------------------------------------------------------------
------------------  2013-2-7  -  Feb 7 2013  -------------------
------------------------------------------------------------------

++++ php5:

  - updated to 5.3.21:
    * Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
    * Fixed bug (segfault due to libcurl connection caching).
    * Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
    etc. see NEWS for details

++++ autoyast2:

  - 2.23.2
  - fix lag of progress bar in inst_autosetup (bnc#801866)

++++ cronie:

  - fixed the file descriptor leak correctly (bnc#786096,bnc#802345)

++++ curl:

  - fixed CVE-2013-0249 (bnc#802411)
  - refreshed patches

++++ grub2:

  - grub.efi signing on build server.

++++ kdebase4-workspace:

  - Remove patch 0001-Tweak-the-locker-wallpaper.patch. The patch
    causes strange borders when the screen has a different
    screen ratio than the wallpaper.
  - changed plasma-kickoff-newly-collapsing.diff:
    * add ":F" to the sortOrder list if it isn't included to make sure
    collapsed entries are really shown (bnc#356553)
  - BuildRequire kdebase4-wallpapers so that the 4.10 default wallpaper
    can be provided with the branding-upstream package
  - BuildRequire kdebase4-artwork so that the 4.10 default ksplash
    theme can be provided with the branding-upstream package

++++ kdebase4-openSUSE:

  - remove the video

++++ libkdegames:

  - carddeck-default should only provide the default theme.
    Everything else should go in the cardeck-other package

++++ kdelibs4:

  - changed clever-menu.patch:
    * added method KServiceGroup::addSortOrderEntry(), needed to fix
    bnc#356553

++++ kiwi:

  - fixed search path for UEFI signed shim.efi and grub.efi
  - added support for D3 data visualisation for custom files
    in kiwi migration report. The report shows a nice collapsable
    tree view of the unmanaged files/directories
  - print warning if installed isohybrid does not support EFI
  - search for the grub2 mkimage tool. the tool has been renamed
    in openSUSE 12.3 thus we have to find it and can't rely on
    the name
  - make sure module-init-tools is part of the bootstrap list
    for openSUSE 12.3 images. Otherwise kmod-compat ist installed
    which is incompatible with the kernel packages and causes
    a zypper provides error

++++ kiwi-config-openSUSE:

  - make it boot with efi

++++ ksh:

  - Do not use Shift-JIS work around with UTF-8

++++ samba:

  - Fix smbclient recursive mget EPERM handling; (bso#9633); (bnc#786350).

++++ snapper:

  - zypp-plugin requires dbus-1-python

++++ sox:

  - sox-14.4.0-ocloexec.patch: edited, config.h must be included
    _everywhere_ and GNU_SOURCE defined so O_CLOEXEC is available
    for all targets.

++++ libstorage:

  - create partition type "gpt_sync_mbr" instead of plain gpt also
    on ppc architecture (bnc#797485)

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ pam-config:

  - Remove last change regarding sha512, is now solved directly by
    pam_unix.so.

++++ patterns-openSUSE:

  - Stephan Kulow (2):
    remove some bits from the DVD
    do not recommend ConsoleKit
    Commit: 430571b2

++++ tftp:

  - create capabilites provided by both tftp and atftp
    (bnc#801481 or bnc#725378)

++++ zypper:

  - zypper commandline args must not silently overrule locks
    (bnc#742633,bnc#788863)
  - version 1.8.10
  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-2-6  -  Feb 6 2013  -------------------
------------------------------------------------------------------

++++ GeoIP:

  - license update: GPL-2.0+ and LGPL-2.1+
    Clean up

++++ ImageMagick:

  - name library packages after the new -QN library names (thanks dstoecker)
  - depend on newer libtiff
  - fix missed variable expansion
  - use a quantum depth of 8 for our package, as we do not require
    that amount of precision, and we prefer faster conversions with
    less heap usage.
  - updated to 6.8.2.4
    * Update libver to 7
    * Dropped upstreamed ImageMagick-uninitialized-memory.patch
    * Added ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch
    Related to GhostScript. Discussion:
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479&p=95023
    * Add support for -QN library and .pc names, that express the
    pixel quantum depth the library was compiled with. Added an
    explicit spec variable for it
    * BuildRequire autoconf >= 2.69

++++ aaa_base:

  - Do not override /etc/adjtime if HWCLOCK is already gone (bnc#791485)

++++ at:

  - fix author information in at-parse-suse-sysconfig.patch (bnc#780259#c25)

++++ autofs:

  - autofs-5.0.6-invalid-ghost-dirs.patch: delete. the problem's
    root cause was fixed in the kernel

++++ bison:

  - bison update to 2.7
    * Changes in the format of error messages
    * New format for error reports: carets
    * New value for %define variable: api.pure full
    * New %define variable: api.location.type (glr.cc, lalr1.cc, lalr1.java)
    * Exception safety (lalr1.cc)
    * Graph improvements in DOT and XSLT
    * %language is no longer an experimental feature.

++++ branding-openSUSE:

  - Final 12.3 kdelibs branding
  - Tuning to kdm branding
  - Optimised plymouth theme file sizes
  - gfxboot now using fifthleg font
  - YaST2 installer theme using 12.3 green

++++ libcanberra:

  - Drop pkgconfig(gstreamer-1.0) BuildRequires: no longer build the
    gstreamer backend. The default is PulseAudio, with a fallback to
    alsa, which is sufficient. Helps against issues like bnc#800963.

++++ findutils:

  - Remove useless findutils-automake-1.12.patch

++++ gdbm:

  - license update: GPL-3.0+
    See the COPYING file

++++ glib2:

  - Update to version 2.35.7:
    + Fix the build on systems with strict linkers by adding -pthread
    back to the LDFLAGS for a testcase.
    + Re-enable native atomic operations on some buggy versions of
    clang that ship as part of the MacOS X SDK.
    + Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke
    bindings).
    + Small documentation fix.
    + Bugs fixed: bgo#636683, bgo#657045, bgo#682818, bgo#693105.
    + Updated translations.
  - Changes from version 2.35.6:
    + GUnixFdSource is a new way to add file descriptors to the
    mainloop.
    + g_source_set_ready_time lets you mark a source to become ready
    at a specified monotonic time.
    + The internal visibility handling of GLib has been reworked.
    + GFileMonitor will now automatically use fam instead of inotify
    if $HOME is on NFS.
    + The file monitor implementation can now be overridden with the
    GIO_USE_FILE_MONITOR environment variable.
    + Bugs fixed: bgo#570572, bgo#592211, bgo#625552, bgo#657729,
    bgo#658020, bgo#678223, bgo#682560, bgo#682819, bgo#684404,
    bgo#686853, bgo#688169, bgo#688681, bgo#690118, bgo#691624,
    bgo#691812, bgo#691866, bgo#692029, bgo#692034, bgo#692058,
    bgo#692079, bgo#692201, bgo#692202, bgo#692229, bgo#692332,
    bgo#692360, bgo#692404, bgo#692408, bgo#692544, bgo#692583,
    bgo#692618, bgo#692815, bgo#692865, bgo#692928.
    + Updated translations.
  - Drop glib2-force-fam-for-remote-fs.patch: fixed upstream.

++++ gnome-font-viewer:

  - Update to version 3.7.5:
    + Use a better padding for the font preview.
    + Updated translations.

++++ gnome-icon-theme-symbolic:

  - Update to version 3.7.5:
    + New settings panel icons.

++++ gnome-online-accounts:

  - Add gnome-online-accounts-CVE-2013-0240.patch: goa fails to
    verify SSL certificates when creating accounts (bnc#802409,
    bgo#693214, CVE-2013--240).

++++ kernel-default:

  - Refresh.
  - commit 1001e0b
  - xen-pciback: rate limit error messages from
    xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
  - Update Xen patches to 3.8-rc6 and c/s 1222.
  - commit e6b44d3
  - Drivers: hv: Bind all vmbus interrupts to the boot CPU
    (fate#314665).
  - Drivers: hv: vmbus: Use the new infrastructure for delivering
    VMBUS interrupts (fate#314665).
  - Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
  - commit 444d3d1

++++ kernel-desktop:

  - Refresh.
  - commit 1001e0b
  - xen-pciback: rate limit error messages from
    xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
  - Update Xen patches to 3.8-rc6 and c/s 1222.
  - commit e6b44d3
  - Drivers: hv: Bind all vmbus interrupts to the boot CPU
    (fate#314665).
  - Drivers: hv: vmbus: Use the new infrastructure for delivering
    VMBUS interrupts (fate#314665).
  - Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
  - commit 444d3d1

++++ kernel-pae:

  - Refresh.
  - commit 1001e0b
  - xen-pciback: rate limit error messages from
    xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
  - Update Xen patches to 3.8-rc6 and c/s 1222.
  - commit e6b44d3
  - Drivers: hv: Bind all vmbus interrupts to the boot CPU
    (fate#314665).
  - Drivers: hv: vmbus: Use the new infrastructure for delivering
    VMBUS interrupts (fate#314665).
  - Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
  - commit 444d3d1

++++ kiwi:

  - fixed search path for grub2 EFI modules. in openSUSE 12.2
    grub2-efi was packaged in a way that the modules were installed
    to /usr/lib/grub2-efi/x86_64-efi. In openSUSE 12.3 the packaging
    has changed and the modules are now installed to
    /usr/lib/grub2/x86_64-efi, really a brilliant idea
  - fixed repo setup in KIWIXMLInfo mode, the code there still
    needs the setRepository_legacy() call
  - fixed call to undefined function setGlobals(). This was
    renamed into setKiwiConfigData()
  - make sure KIWIMigrate writes latest version of the XML schema
  - remove autoyastClone function/feature from KIWIMigrate
    this feature did not work well and it's also not
    maintained by yast at the moment
  - fixed use of uninitialized value in KIWIMigrate
  - added function createCustomHybridPersistent() which allows to
    provide the cmdline variable 'kiwi_cowfile=device:/path/to/cowfile'
    If kiwi get this information it uses the file as container for
    persistent writing for hybrid iso images. If this information is
    not present the standard case applies, which is kiwi tries to
    create a new partition device for persistent writing. In combination
    with the isofrom feature the kiwi_cowfile approach is useful

++++ libQtWebKit4:

  - Removed webkit-qtwebkit-2.2tp1-qt46.patch to solve bnc#776525

++++ liborcus:

  - Add libzip-devel and zlib-devel into Requires of the devel package;
    they are needed for linking against liborcus

++++ plymouth:

  - Rename plymouth-sd-notforking.patch to fix typo in patch name
  - Add plymouth-change-service-name.patch: fix incorrect service
    names used for dependencies. Now use systemd-reboot.service
    (replacing reboot.service) and display-manager.service (replacing
    prefdm.service).

++++ samba:

  - Do not restart the smbfs service on pre-11.3 systems during dhcp lease
    renewal when the IP address remains the same; (bnc#800782).

++++ snapper:

  - fixed compatibility issue with boost 1.52

++++ strigi:

  - Update to version 0.7.8
    * Fix xpm and xbm index
    * Extract tracknumber and track count from a value like "03/16"
    * Fixed indexing of m3u files
    * Fix FLAC Files: Remove addtional 'db' in replaygain
    * Fix: flac analizer was importing only one artist tag
    * Fix: non numeric genres in id3 v2 mp3 are ignored
    * Fix parsing of genre field in id3v2 tags
    * Change: TPE2 tag it's used as nmm:albumArtist instead as
    nmm:performer in ID3 analyzer
    * Change: added support to TRACKTOTAL tag as an equivalent to
    TRACKCOUNT in FLAC analyzer
    * C++11 fixes
    * Let the strigi ffmpeg plugin compile on modern ffmpeg versions
    * Remove dependency on boost
    * Use GNUInstallDirs in order to install into lib64
    automatically
    * Install a version file for the CMake config module
    * Allow the Strigi submodules to be installed in custom prefixes
  - Drop git.diff patch, all aplied upstream
  - Dropped boost-devel BuildRequires as per upstream changes

++++ postfix:

  - update to 2,9.6
    Bugfix: the local(8) delivery agent dereferenced a null pointer
    while delivering to null command (for example, "|" in a .forward file).
    Bugfix: memory leak in program initialization. tls/tls_misc.c.
    Bugfix: he undocumented OpenSSL X509_pubkey_digest() function is
    unsuitable for computing certificate PUBLIC KEY fingerprints.
    Postfix now provides a correct procedure that accounts for
    the algorithm and parameters in addition to the key data.  Specify
    "tls_legacy_public_key_fingerprints = yes" if you need backwards compatibility.

++++ python-urlgrabber:

  - Add grabber_fix.diff: Fixed timeout and other errors breaking yum
    compatibility (bnc#793650)

++++ yast2-pam:

  - removed PamSettings.ycp, handler of obsolete /etc/default/passwd
    (bnc#802006)
  - 2.23.1

++++ yast2-security:

  - /etc/default/useradd is dropped (bnc#802006)
  - adapted to changes of /etc/login.defs (bnc#802006)
  - 2.23.2

++++ yast2-users:

  - adapted to changes of /etc/login.defs (bnc#802006)
  - 2.23.3

------------------------------------------------------------------
------------------  2013-2-5  -  Feb 5 2013  -------------------
------------------------------------------------------------------

++++ atk:

  - Update to version 2.7.5:
    + build: Use GNOME_COMPILE_WARNINGS
    + atkhyperlink: Ensure we get even deprecated prototypes
    + bgo#651343: add ATK_ROLE_LEVEL_BAR
    + Prepare Visual Studio 2010 projects for Visual Studio 2012
    + Updated translations.

++++ attr:

  - Remove unused autoconf and automake build requires

++++ autoyast2:

  - fix bug when disk has more than on unpartitioned gap (bnc#794505)

++++ branding-openSUSE:

  - Cleaner plymouth boot theme with fade down on shutdown
  - Improved Grub 2 Theme (ilmehtar & anditosan)
  - Improved xfce splash (victorhck)
  - Updated gfxboot backgrounds (tux93)

++++ libarchive:

  - Update to version 3.1.1:
    + Fix an issue with the soname versioning in builds of libarchive
    using cmake
  - Removed patchs; fixed and merged on upstream release:
    * libarchive-fix-checks.patch
    * libarchive-ppc64.patch
  - The soname has changed and pass to 13.

++++ devhelp:

  - Update to version 3.7.5:
    + This release sees a revamp of the UI according to match
    GNOME 3 applications.
    + Bugs fixed: bgo#569021, bgo#646402, bgo#664080, bgo#671907,
    bgo#679955, bgo#679956, bgo#688955, bgo#690599, bgo#690980,
    bgo#692242, bgo#692732, bgo#693017, bgo#693023.
    + Updated translations.
  - Drop gconf2-devel BuildRequires: no longer needed after the port
    to GSettings.

++++ empathy:

  - Update to version 3.7.5:
    + Retrieve all the past history when scrolling back on a chat
    window (bgo#639877).
    + Favorite rooms are not saved (bgo#678983).
    + Backslash escapes applied in the chat log (bgo#691085).
    + Warning when building HTML using yelp-build (bgo#691457).
    + Updated translations.

++++ fcitx:

  - fix typo in specfile

++++ gconf2:

  - Update to version 3.2.6:
    + gsettings-schema-convert: Fix conversion of empty lists.
    + Fix shutdown of gconfd (bgo#671490).
    + Removed unused gconf_get_lock_dir function (bgo#646663).
    + Use XDG config dir for settings storage (bgo#674803).
    + Fix early bailout on OS X (bgo#685509).
    + Fix a use-after-free (bgo#667167).
    + Remove obsolete debian/ dir (bgo#682963).
    + Remove gconf-sanity-check (bgo#646674).
    + Other bugs fixed: bgo#686634, bgo#653809.
    + Updated translations.
  - Rebase gconf2-schemas-path.patch.
  - Obsolete gconf-sanity-check subpackage, as the sanity check
    binary was removed by upstream.

++++ gdm:

  - Update to version 3.7.5:
    + Randr performance improvement
    + Remove gdm wrapper script
    + Integrate better with systemd journal
    + Use glib signal handling helpers instead of home brew ones
    + Don't load gio modules in launch environment
    + Enable gsd keyboard plugin in launch environment
    + Don't warp pointer to 0,0
    + Don't record a login uid for gdm's login session
    + Other misc fixes
    + Updated translations.
  - Add pkgconfig(libsystemd-journal) BuildRequries: new dependency.

++++ gimp-help:

  - Pass XML2POFLAGS= to make: do not use the special 'gimpmode' for
    xml2po.
  - No longer unset MALLOC_CHECK_ and MALLOC_PERTURB_, as not using
    gimpmode does not expose the crash.

++++ glib-networking:

  - Update to version 2.35.6:
    + proxy/gnome: Fixed several bugs:
  - Multithreaded usage could result in crashes.
  - In "automatic" mode, synchronous lookups would obey
    ignore-hosts, but asynchronous lookups would not.
  - lookup_async() would never notice if the proxy settings
    switched from "automatic" to "manual" or "none" (and would
    make a synchronous D-Bus call when switching in the other
    direction).
  - If given an invalid URI, lookup_async() would return a
    successful result (and leak the GError that it was supposed
    to have returned), and lookup() would return both the error
    and the proxy (leaking one or the other, depending on how
    the caller behaved).
    + Updated translations.

++++ glibc:

  - Move _constraints file to glibc-testsuite only

++++ glibc:

  - Move _constraints file to glibc-testsuite only

++++ gnome-clocks:

  - Update to version 0.1.6:
    + Reworked the alarms panel (design is still in progress).
    + Implemented disabled alarms.
    + Depend on newer GWeather.
    + Ported to Python 3.
    + Ported to autotools.
    + Move configuration to GSettings.
    + Remove pyxdg dependency.
    + Misc bugfixes.
    + Updated translations.
  - Change build and install section to use configure / make install.
  - Add glib schema handling to post/postun.
  - Drop python-xdg Requires: no longer needed.

++++ gnome-power-manager:

  - Update to version 3.7.5:
    + Added keywords to .desktop file.
    + Don't use the deprecated INCLUDES in Makefile.am.
    + Updated translations.

++++ gnome-settings-daemon:

  - Update to version 3.7.5:
    + A11Y Keyboard:
  - Disable everything on exit if no settings changed.
  - Remove GTK+ fallback dialogues.
    + Color:
  - Set the correct metadata on the auto-created EDID profile.
  - Switching to a new account shouldn't warn.
    + Daemon:
  - Also apply LC_PAPER.
    + Media Keys:
  - Use D-Bus API to lock the screen.
  - Use F20 for the temporary mic mute key.
    + Power:
  - Add way to disable the backlight helper.
  - Avoid dead-locking with gnome-shell on startup.
  - Avoid possible crash when shutting down quickly or at
    startup.
  - Drop explicit screen locking on suspend.
  - Fix incorrect backlight level on restore.
  - Handle dim idle the same way as other idles.
  - Lots of test additions.
  - Wake up the display when unplugging the AC too.
    + Remote DIsplay:
  - Detect SPICE sessions as well.
  - Monitor Vino's Connected status.
    + Screenshot:
  - Save to GtkRecentManager on success.
  - Lots of test additions.
    + Updates:
  - Allow the shell time to initialize before checking for
    offline update failures.
    + Wacom:
  - Use regular fullscreen window for OSD.
    + Updated translations.
  - Rebase gnome-settings-daemon-notify-idle-resumed.patch.

++++ gnome-desktop:

  - Update to version 3.7.5:
    + languages:
  - Don't g_warning if there's no locale archive.
  - Extracted from gnome-control-center.
  - Fix a memory leak.
    + xkb-info:
  - Group layouts by country and language.
  - Add a get_layout_info_for_locale method.
    + Updated translations.
  - Add pkgconfig(iso-codes) BuildRequires: new dependency.

++++ gnutls:

  - Updated to GnuTLS 3.0.28
  - libgnutls: Fixes in server side of DTLS-0.9.
  - libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD
    ciphers (i.e., AES-GCM).
  - libgnutls: Fixes in record padding parsing to prevent a timing
    attack. Issue reported by Kenny Patterson and Nadhem Alfardan.
    bnc#802184
  - libgnutls: DN variable 'T' was expanded to 'title'.

++++ gsettings-desktop-schemas:

  - Update to version 3.7.5:
    + Rename resident-in-lock-screen key.
    + Use the Super key for workspace and application switcher
    shortcuts.
    + Updated translations.

++++ guile:

  - move .so file to libguilereadline package [bnc#765436]

++++ gvfs:

  - Update to version 1.15.3:
    + New gnome-online-accounts volume monitor.
    + Various test suite fixes and improvements.
    + daemon: Implement proper
    org.gtk.vfs.MountTracker.UnregisterMount().
    + mtp: Fix race between on_uevent and do_unmount.
    + mtp: Fix leaked weak reference on monitors.
    + cdda: Adapt to new paranoia.h location.
    + smb: Implement proper unmount method.
    + computer: Fix volume monitoring.
    + build: Replace deprecated autoconf macros.
    + Updated translations.
  - Add pkgconfig(goa-1.0) BuildRequires: dependency for the new
    goa-volume-monitor.

++++ harfbuzz:

  - Update to version 0.9.12:
    + Build fixes for Sun compiler.
    + Minor bug fix.

++++ kdebase4-openSUSE:

  - Ensure that the new nepomuk-fileindexer is switched off by
    default

++++ kernel-default:

  - X86: Handle Hyper-V vmbus interrupts as special hypervisor
    interrupts (fate#314665).
  - hv: deliver vmbus interrupts to all vcpus
  - Refresh patches.xen/xen3-patch-2.6.23.
  - Refresh patches.xen/xen3-patch-2.6.27.
  - commit 3a682f8
  - X86: Add a check to catch Xen emulation of Hyper-V
    (fate#314665).
  - commit 3f41db6
  - quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
    (bnc#802153).
  - commit bdeb401

++++ kernel-desktop:

  - X86: Handle Hyper-V vmbus interrupts as special hypervisor
    interrupts (fate#314665).
  - hv: deliver vmbus interrupts to all vcpus
  - Refresh patches.xen/xen3-patch-2.6.23.
  - Refresh patches.xen/xen3-patch-2.6.27.
  - commit 3a682f8
  - X86: Add a check to catch Xen emulation of Hyper-V
    (fate#314665).
  - commit 3f41db6
  - quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
    (bnc#802153).
  - commit bdeb401

++++ kernel-pae:

  - X86: Handle Hyper-V vmbus interrupts as special hypervisor
    interrupts (fate#314665).
  - hv: deliver vmbus interrupts to all vcpus
  - Refresh patches.xen/xen3-patch-2.6.23.
  - Refresh patches.xen/xen3-patch-2.6.27.
  - commit 3a682f8
  - X86: Add a check to catch Xen emulation of Hyper-V
    (fate#314665).
  - commit 3f41db6
  - quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
    (bnc#802153).
  - commit bdeb401

++++ kiwi:

  - generate KIWI Class API documentation and cross references
  - v5.05.01 released
  - DB: rebuild documentation for version change
  - netboot: following is required for (fate #314413) and (fate #314414)
    + add support for SERVERTYPE=local for fetchFile and putFile.
    the SERVER variable then points to a local directory
    + use locally cached MD5 file if it has the same checksum as the
    remote file, this is enabled by setting KIWI_LOCAL_CACHE_DIR
    Setting of these variables will be handled in SLEPOS specific
    hooks.
  - v5.04.38 released
  - fixed use of uninitialized value in setupBTRFS
  - use ext4 filesystem for clic'ed live iso's
  - use grub2 as bootloader for xen on openSUSE 12.2 JeOS too
  - fixed return value of KIWIImageFormat::createFormat. If no
    format is specified, e.g on xen we need only the format
    configuration, this is just a warning, thus the return
    value of the function should not indicate an error
  - fixed update of machine section in case of a xen dom0 setup
    the vmdisk entry is mandatory now thus the section has to
    provide it
  - fixed setup of build type in KIWIXML constructor. While testing
    I found that e.g the format conversion failed because there
    was no machine section found. But for the selected type and profile
    there was a machine section specified. The KIWIXML::setBuildType
    function was never called thus the default type applies which was
    of type iso and there no machine section existed.
  - fixed use of uninitialized values in KIWIBoot.pm while
    in kiwi's format conversion mode
  - added 'skipit' to the list of supported archs. I'm a bit unhappy
    with this change but I didn't see a better way to fix the arch
    check. In fact 'skipit' is not an architecture but for product
    building this architecture flag is used to indicate noarch rpm
    packages. In kiwi we check all arch values by one function
    KIWIXMLFileData::__isSupportedArch(), thus 'skipit' needs to be
    part of the list. The more clean fix would be to have two
    arch checking functions one for image building (real arch check)
    and one for product building (DVD source media). In order to
    keep the risk of regressions low I decided for the fast and
    easy way but we should have in mind that we can do better here.
  - make sure dbus machine-id is unique

++++ ksh:

  - Update to 2012-08-01 of ksh93u+ for bugfix version
    12-08-01 A bug that ignored interrupts for some builtins (e.g. cmdtst::grep)
    that read from stdin has been fixed.
    12-08-01 A bug that interpreted "cd .foo" as "cd foo" has been fixed.
    12-07-30 Added automatic restart for EINTR for ioctl, tcgetattr, and tcsetattr.
    12-07-23 A scoping error with namrefs to compound associative arrays has
    been fixed.
    12-07-20 A bug where builtin -d /path/foo deleted foo has been fixed.
    12-07-18 A bug in which /dev/stdout did not work in command substitution on
    some systems has been fixed.
    12-07-17 A bug in which the restricted option set in a subshell prevented
    some variables from getting restored when the subshell completed
    has been fixed.
    12-07-09 A bug in which the directory is not restored after a subshell changes
    the name of the directory for subshells executed in the same process
    has been fixed.
    12-07-09 A bug in which file descriptors created with {n}< file were not being
    closed has been fixed.
    12-07-09 The 12-04-04 fix for cd .. was not correct causing cd /etc;cd .. to
    remain in /etc.  This has been fixed.
    12-07-02 A bug in which builtin name did now work for builtins found in a
    library added by builtin -f lib has been fixed.
    12-07-02 A bug in the edit modes which  after a directory did not refresh
    the input line has been fixed.
    12-07-02 A bug in which an exit status > 256 corresponding to a signal was
    not returned by a function to indicate a signal exit has been fixed.
    12-06-28 Fix ulimit -a to list (Kibytes) instead of (kbytes).
    12-06-27 Fix unitialized data reference for  as first char in --vi mode.
    12-06-26 The formatting of printf "%q" for multibyte locales has changed to
    output using \u[xxx] format for valid wide characters.
    12-06-25 The size limit for read -N and read -n has been raised to INT_MAX.
    12-06-22 A bug in which an exit trap set in a subshell might not be triggered
    when the last command was a simple executable has been fixed.
    12-06-22 A bug which could cause the shell to hang when a coprocess exits
    while a command inside a command substitution is reading from it has
    been fixed.
    12-06-21 +ksh new accepts for commands of the form for i;  do;...;done
    12-06-19 Tab completion after a / when there is only one match not completes
    with that match rather than generating a menu of matches.
    12-06-19 A bug in which patterns containing {...} where not processed
    correctly inside ${var/pattern/string} has been fixed.
    12-06-18 Code modified to eliminate fts_notify variable.
    12-06-15 Change the .paths plugin/builtin library variable name from
    BUILTIN_LIB to PLUGIN_LIB to prevent new plugin_version() aware
  - lcmd from causing older non-plugin_version() aware ksh to dump core.
    12-06-14 builtin without argument no longer lists .sh.tilde as a built-in.
    12-06-12 For assignments if the form x=(foo bar), foo is only check for an
    alias if it is float, integer, compound, or nameref.
    12-06-12 +The shell supports 64 bit i-nodes even for 32 bit binaries.
    12-06-11 A bug wth >; redirection systems for which vfork() was the same a
    fork() has been fixed.
    12-06-11 A bug in path lookup that ignored buffer boundaries has been fixed.
    12-06-08 typeset -a var and typeset -A var, first unset var when var is
    a compound variable.
    12-06-08 A bug in which running shcomp on a program containg namespace
    could core dump has been fixed.
    12-06-06 A bug in which unset of an associative array of compound variables
    did not completely unset the variable has been fixed.
    12-06-06 A bug in which exporting left or right justfied fields could loose
    the field width has been fixed.
    12-06-06 A bug on Solaris11 in which >; did not work for /dev/null was fixed.
    12-06-05 A race condition which occured when stopping a builtin command
    invoked from a subshell has been fixed.
    12-06-05 A bug with appending elements to an empty indexed array has been
    fixed.
    12-06-04 A bug in which continuing a stopped builtin could cause it to
    terminate has been fixed.
    12-06-04 By default, builtins added at runtime will restore the current
    directory if they are killed or stopped.
    12-06-04 A bug in handling \\ in read has been fixed.
    12-05-31 Use getrlimit64/setrlimit64 on systems that support it.
    12-05-31 Fix 64 bit big-endian arithmentic bug that mishandled nan and inf.
    12-05-31 Handle ECONNRESET like EPIPE.
    12-05-31 Change .paths parse to use only the last BUILTIN_LIB from the top
    and treat BUILTIN_LIB value as a ':' separated list of lib names.
    12-05-29 Fix BUILTIN_LIB binding bug that ignored subsequent lookups.
    12-05-29 shtests: --nocompile omits the compile test and --compile does only
    the compile test.
    12-05-25 A command subsitution containing a here-document that itself contains
    a here-document no longer hangs.
    12-05-24 When the redirection operatory >; is directed to a symlink, it now
    overwrites the file named by the link rather than the link.
    12-05-21 +Added printf formats %(type)q where type can be html, url, pattern,
    ere, or csv.
    12-05-18 A bug with appending elements to an indexed array has been fixed.
    12-05-18 The exit status from getopts --man interactively was 0 instead of 2
    and has been fixed.
    12-05-18 Another bug with SHOPT_EDPREDICT which could cause a core dump has
    been fixed.
    12-05-17 A bug with fixed size arrays which could cause a core dump has been
    fixed.
    12-05-17 A bug in which the here-document <<< $(^V, the terminal was not
    restored to insert mode after a character is entered has been fixed.
    12-04-27 A bug in which old attributes were not cleared when assigning a
    value using typeset has been fixed.
    12-04-26 +Enabled multiline editing by default.  set +o multiline can disable.
    12-04-25 The 12-04-17 PATH fix created a new bug which was fixed.
    12-04-25 Fixed a big memory leak problem in which unsetting compound variables
    did not free all the space.
    12-04-25 A bug in which test ! ! ! was treated as an error has been fixed.
    12-04-24 A bug with print -v for a compound variable that contained fixed
    arrays which prevented the output from being used again as input
    has been fixed.
    12-04-23 +kill provides the STKFLT signal on systems that support it.
    12-04-23 +The -L option was added to kill.  The -L option is the same as -l
    except that without arguments the output format is in the form of
    a select menu.
    12-04-23 A bug in which the exit status for an interactive shell was always
    0 has been fixed.
    12-04-20 Entering blank lines interactively no longer resets the exit status.
    12-04-18 A bug in file completion in which the second tab completion on a file
    would list the completion rather than inserting the completion has
    been fixed.
    12-04-18 A bug in which "${arr[@]:i:j}" and "${@:i:j}" generated the empty
    string when i was a valid subscript and j was <=0 rather than
    generating nothing has been fixed.
    12-04-17 A bug in which read -d delim from a terminal did not respond to
    interrupt and did not termrinate when the delimiter was entered
    has been fixed.
    12-04-17 A bug in which a directory in PATH containing a .paths file that
    contains a line with FPATH=dir, where dir does not exist could
    cause the path search to fail has been fixed.
    12-04-16 A bug in which $(trap -p) did not display traps such as ERR and
    DEBUG that are not associated with signals has been fixed.
    12-04-11 A bug in which unsetting a variable did not unset attributes when
    the variable did not have a value has been fixed.
    12-04-11 A bug in which read -A for an array whose index is an enumeration
    type, lost the enumeration type has been fixed.
    12-04-10 Shared libraries loaded from a library named by a BUILTIN_LIB= found
    in a .paths file found in a directory on PATH now add builtins that
    are associated with the directory in PATH containing the .paths file.
    12-04-09 Increased I/O buffer sizes for better performance.
    12-04-09 A bug in which the leading 0 was stripped from $x, when $x contained
    a heximadecimal constant inside an arithmetic expression inside
    a for or while loop.
    12-04-06 Modified namespaces to hand variabes FPATH, PATH, and OPTIND that
    are defined in name spaces appropriately.  This also fixed OPTIND
    and OPTARG processing for functions.
    12-04-04 A bug in which cd .. fails when the current directory has been
    renamed has been fixed.
    12-04-02 Made some namespace changes and added a regression test.
    12-03-30 A bug with namespaces in which PATH and FPATH set in a namespace was
    not restored when leaving the namespace has been fixed.
    12-03-29 A bug in which appending an index array onto an array without elements
    caused the first element to be 1 rather than 0 has been fixed.
    12-03-29 A bug which could cause a core dump when copying a large index array
    has been fixed.
    12-03-28 The shell now generates an error message when the sizes with L, Z, and
    R are > 32767 on 32 bit binaries instead of generating a core dump.
    12-03-28 A bug in left and right justification in which the width of invalid
    characters was not taken as zero has been fixed.
    12-03-26 A bug in which typeset -p ref, when ref is a reference to an index
    array element did not display the subscript has been fixed.
    12-03-23 A bug in lowercase and uppercase fields when expanding ${name:=val}
    when name is the empty string has been fixed.
    12-03-22 A namespace bug in which a type t defined in namespace foo could not
    be referenced outside the namespace as .foo.t has been fixed.
    12-03-22 A bug in name reference scoping in which a name function called from
    another function is pass a name reference to a compound variable
    instance to be created and the compound variable is in the global
    scope.
    12-03-22 A bug in which ${ref[@}} did not behave like ${arr[i][@]} when
    ref is a name reference to arr[i] has been fixed.
    12-03-21 A bug in which assigning a compound variable into arr[i], where
    arr[i] is an array variable did not work correctly has been fixed.
    12-03-21 A bug with multi-dimenstional index arrays in which ${arr[i][j]}
    could generate a bogus error message when i was > 9 has been fixed.
    12-03-21 A bug in which typeset v=foo, typeset -p v[0] generated a core dump
    has been fixed.
    12-03-20 A bug in vi edit mode in which the sequence bar0il left the
    cursor on the b rather than the a has been fixed.
    12-03-20 A bug which caused a core dump when defining a type with a field
    as ' integer -a data=([0]=0)' has been fixed.
    12-03-19 Using typeset -a array when array is an associative arry not
    generated an error message.
    12-03-19 typeset +a, typeset +A, and typeset +C not displays the variables
    with the attributes a, A, and C respectively instead of an error.
    12-03-19 A bug in which typeset -pC, typeset -pa, and typeset -pA output all
    variables rather than those of type C, a, or A only has been fixed.
    12-03-18 A bug in which unset foo where foo is a name reference to a compound
    variable defined inside a function is not unset has been fixed.
    12-03-18 A bug with SHOPT_EDPREDICT which could cause a core dump when the
    list of matches became empty has been fixed.
    12-03-15 The assignment, typeset -C foo=(a b c) now generates a syntax
    error since a is not an assignment command.
    12-03-16 A bug in which an unset discipline from a variable defined in a
    subshell is not invoked in the subshell has been fixed.
    12-03-08 The assignment typeset -a (x=1 y=2) now creates an index array
    of two elements rathern than an array of one element which is
    a compound variable.
    12-03-02 +The vi and emacs edit modes now list all the entries in a directory
    when entering a  for completion after a /.
    12-03-02 A bug in which a program that exits with value 12 when called
    from a command substitution in which standard output has been
    redirected caused the shell to hang has been fixed.
    12-03-01 A bug in which the shell could not parse [[ ']' == ~(E)[]] ]]
    has been fixed.
    12-02-29 A bug in which ~user expanded first in a subshell prevented it
    from expanding later in a program has been fixed.
  - Remove our patches which are part of this update
  - Re-add Shift-JIS patch to make it work again

++++ avogadro:

  - added MopacAuxReaderFix.patch to avoid crash when loading aux.
  - fixed build on SLES
  - split off python package
    (also use sitearch for arch-dependent files)

++++ util-linux:

  - 0001-Test-for-secure_getenv-too.patch:
    Current glibc in 12.3/factory no longer exports internal
    function __secure_getenv() but has secure_getenv() instead.

++++ clutter:

  - Update to version 1.13.4:
    + Fix for the fullscreen support of the ClutterStage on Windows.
    + Documentation fixes.
    + Use XFixes to show and hide the cursor on X11 backends.
    + Allow setting Pango attributes on editable ClutterText actors.
    + Bugs fixed: bgo#690735, bgo#691651, bgo#686477, bgo#690836,
    bgo#690835, bgo#690833, bgo#691114, bgo#690664, bgo#690497.
  - Changes from version 1.13.2:
    + Add ClutterTapAction, a gesture recogniser for single touch
    taps.
    + Add ClutterSwipeAction::swipe.
    + Enable XInput 2.x support by default.
    + Documentation fixes.
    + Bugs fixed: bgo#685589, bgo#685028, bgo#685221, bgo#683948,
    bgo#685737, bgo#686776, bgo#689073, bgo#685186, bgo#689258,
    bgo#689061, bgo#689316, bgo#689399, bgo#689496, bgo#690214,
    bgo#673838, bgo#686692, bgo#685982, bgo#688457, bgo#689392.
    + Updated translations.

++++ libdrm:

  - Update to version 2.4.42:
    + radeon: add OLAND family
    + radeon: add OLAND pci ids
    + man: fix manpage build instructions
    + intel: add more VLV PCI IDs
    + nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc
    + libdrm: remove DISTCHECK_CONFIGURE_FLAGS
    + configure.ac: bump version to 2.4.42 for release
    + radeon: Fix 1D tiling layout on SI.
    + man: Fix typo and use $() for make expressions

++++ mozilla-nss:

  - added system-sqlite.patch (bmo#837799)
    * do not depend on latest sqlite just for a #define
  - enable system sqlite usage again

++++ webkitgtk:

  - Update to version 1.11.5:
    + Fix crashes related to libsoup, gstreamer, and accessibility.
    + Implement the WebKit2 resources API using the injected bundle.
    + Add API to prefetch DNS of a given hostname to the WebKit2 API.
    + Move Authentication and Downloads from WebProcess to Shared in
    WebKit2.
    + Many improvements to the GStreamer backend including the
    resurrection of the native fullscreen mode for increased
    performance, support for setPreservesPitch, bug fixes, support
    for Opus files, and some other performance improvements.
    + New features enabled: CSS Image Resolution, CSS Image
    Orientation, and the performance timeline in the Web Inspector
    via resource timing and navigation timing.
    + Add support for blend modes to the Cairo backend.
    + Fix for checkSpellingOfString erroneously treating multiple
    words as spelled correctly.
    + Characters outside the BMP are now properly rendered.
    + Synthetic bold is now applied to fallback fonts properly.
    + Better drag and drop icons during drags on non-composited
    desktops.
    + The page title is now preserved in WebKit when disappearing
    when clicking on an anchor link.
    + The web database path setting in WebKit1 now also controls
    where IndexedDB databases are stored.
    + Fix various issues in the build tools, testing tools, Web
    Inspector, and MiniBrowser.

++++ webkitgtk3:

  - Update to version 1.11.5:
    + Fix crashes related to libsoup, gstreamer, and accessibility.
    + Implement the WebKit2 resources API using the injected bundle.
    + Add API to prefetch DNS of a given hostname to the WebKit2 API.
    + Move Authentication and Downloads from WebProcess to Shared in
    WebKit2.
    + Many improvements to the GStreamer backend including the
    resurrection of the native fullscreen mode for increased
    performance, support for setPreservesPitch, bug fixes, support
    for Opus files, and some other performance improvements.
    + New features enabled: CSS Image Resolution, CSS Image
    Orientation, and the performance timeline in the Web Inspector
    via resource timing and navigation timing.
    + Add support for blend modes to the Cairo backend.
    + Fix for checkSpellingOfString erroneously treating multiple
    words as spelled correctly.
    + Characters outside the BMP are now properly rendered.
    + Synthetic bold is now applied to fallback fonts properly.
    + Better drag and drop icons during drags on non-composited
    desktops.
    + The page title is now preserved in WebKit when disappearing
    when clicking on an anchor link.
    + The web database path setting in WebKit1 now also controls
    where IndexedDB databases are stored.
    + Fix various issues in the build tools, testing tools, Web
    Inspector, and MiniBrowser.

++++ texlive:

  - Work around missing support of %posttrans scriptlets in libzypp
    due missing rpm option for not to execute those scriptlets (bnc#773575)

++++ lua:

  - update alternatives need to be %ghosts

++++ libmspub:

  - Update to 0.0.4
    * now uses icu

++++ openssl:

  - update to version 1.0.1d, fixing security issues
    o Fix renegotiation in TLS 1.1, 1.2 by using the correct TLS version.
    o Include the fips configuration module.
    o Fix OCSP bad key DoS attack CVE-2013-0166
    o Fix for SSL/TLS/DTLS CBC plaintext recovery attack CVE-2013-0169
    bnc#802184
    o Fix for TLS AESNI record handling flaw CVE-2012-2686

++++ python-gobject:

  - Update to version 3.7.5.1:
    + Fix ABI break with pygobject.h from 3.7.5 (bgo#675726).
  - Changes from version 3.7.5:
    + Move various signal methods from static bindings to GI
    (bgo#692918)
    + GLib overrides: Support unpacking 'maybe' variants (bgo#693032)
    + Fix ref count leak when creating pygobject wrappers for input
    args (bgo#675726)
    + Prefix names of typeless enums and flags for GType registration
    (bgo#692515)
    + Fix compilation with non-C99 compilers such as Visual C++
    (bgo#692856)
    + gi/overrides/Glib.py: Fix running on Windows/non-Unix
    + Do not immediately initialize Gdk and Gtk on import
    (bgo#692300)
  - Accept inf and NaN as float and double values (bgo#692381)
  - Fix repr() of GLib.Variant
  - Fix gtk-demo for Python 3
  - Define GObject.TYPE_VALUE gtype constant
    * gobject: Go through introspection on property setting
    (bgo#684062)
    * Clean up caller-allocated GValues and their memory
    (bgo#691820)
  - Use GNOME_COMPILE_WARNINGS from gnome-common.

++++ python3-gobject:

  - Update to version 3.7.5.1:
    + Fix ABI break with pygobject.h from 3.7.5 (bgo#675726).
  - Changes from version 3.7.5:
    + Move various signal methods from static bindings to GI
    (bgo#692918)
    + GLib overrides: Support unpacking 'maybe' variants (bgo#693032)
    + Fix ref count leak when creating pygobject wrappers for input
    args (bgo#675726)
    + Prefix names of typeless enums and flags for GType registration
    (bgo#692515)
    + Fix compilation with non-C99 compilers such as Visual C++
    (bgo#692856)
    + gi/overrides/Glib.py: Fix running on Windows/non-Unix
    + Do not immediately initialize Gdk and Gtk on import
    (bgo#692300)
  - Accept inf and NaN as float and double values (bgo#692381)
  - Fix repr() of GLib.Variant
  - Fix gtk-demo for Python 3
  - Define GObject.TYPE_VALUE gtype constant
    * gobject: Go through introspection on property setting
    (bgo#684062)
    * Clean up caller-allocated GValues and their memory
    (bgo#691820)
  - Use GNOME_COMPILE_WARNINGS from gnome-common.

++++ libsoup:

  - Update to version 2.41.5:
    + Reverted the change to SoupURI's password handling from 2.41.4,
    since it turns out to have broken some things (bgo#692149).
    + Avoid a g_return_if_fail() when loading SoupSession:ssl-ca-file
    fails (bgo#691930).
    + Fixed a bug in SoupBodyInputStream that caused redirects in
    WebKitGTK to hang. (bgo#692026).
    + Updated translations.

++++ spice-gtk:

  - Update to version 0.16:
    + Fix crash with SSL connection (bgo#890464).
    + Send monitor config to the agent on
    spice_main_set_display_enabled() (bgo#881072).
    + Fix channel leak and wrong condition in spice_channel_flush().
    + Build fixes.
  - Changes from version 0.15:
    + Add HTTP Proxy support (only with glib >= 2.26).
    + Add "port" channel support, to allow arbitrary communication on
    top of spice connection.
    + usb-redir: fix migration support.
    + win32: various keyboard & mouse fixes.
    + Add info message when USB dialog is empty.
    + Fix initial black screen on some 16bits guest.
    + Various bug fixes and improvements.

++++ opensuse-manuals_de:

  - Re-add Tuning Guide.

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev.: 1579:10229).
  - Remove superfluous docbook.xsl.

++++ orca:

  - Update to version 3.7.5:
    + New Feature:
  - Structural navigation objects are now navigable by "list of"
    dialogs.
    + Bug Fixes:
  - Much better handling of egg-list-box for the new panels in
    gnome-control-center.
  - Orca doesnt echo words in gnome-terminal (bgo#693159).
  - Do not attempt to store an AtspiTable in a dictionary.
    + Updated translations.

++++ pam:

  - Update pam_unix-login.defs.diff patch to the final upstream
    version.
  - Adjust URL
  - Add set_permission macro and PreReq
  - Read default encryption method from /etc/login.defs
    (pam_unix-login.defs.diff)

++++ perl-Net-Server:

  - updated to new upstream version 2.007
  - Changelog 2.007  Jan 09 2013
    * Update run_dequeue to clear out signals after fork.
    * Add serialize none for PreFork and PreForkSimple servers that at not multi-port.
    * Allow for auto-assigned port to be the same when hostname resolves to multiple ips/ipvs (RT #78024)
    * Fix bug in header parsing (RT #82125)
    * Fix warning bug (RT #78828)
    * Fix wrong wantarray context in Proto::TCP (RT #31437)
    * Simplify _get_commandline to just use $0 - no fishing in proc (RT #80260)
    * Fix uninitialized begin (RT #78830)
    * Fix misplaced +2 (RT #78827)
    * Fix various spelling errors and pod nits (RT #77994)
    * Allow for log calls from the MUX object (RT #78514)
    * Give an error at begin time of SSLEAY if the need Fcntl function is not available on this platform (RT #82542)
    * Make all of the tests self cancel much earlier if there is an error handling the request.
    * Add a stronger timeout to PreFork tests - ideally we'd like to find a real way to test these one windows (RT #811411, #81993) - still broken - but shouldn't hang
    * Superficial changes to help packagers not list Log4perl as dependency (it is optional)
  - Skipped the following upstream releases:
  - Changelog 2.006  Jun 20 2012
    * Allow for case where host is *, and IO::Socket::INET6 is installed, but IPv6 doesn't really work.
    * Add missing child_init_hook in Fork server (so Fork can be more parallel with PreFork in some respects)
    * Change BOUND_SOCKETS passing to use ; as a separator rather than a \n
  - Changelog 2.005  Jun 12 2012
    * NOTE: ipv now defaults to *
    * Change the default of ipv from 4 to *.  This means if a host of * (default), or a named host is used, any available IPv4 OR IPv6 address will be used.
    * Allow for explicit close_client_stdout call
    * Add dispatch methods and app setup to HTTP
    * Allow for exec_fork_hook in HTTP
    * Make sure errors in HTTP use correct logging mechanisms (and do not die un-needed)
    * Fix 500 call in PSGI
    * Fix send_header
  - Changelog 2.004  Jun 08 2012
    * NOTE: Version 2.005 will change the default ipv value to * meaning it will attempt to bind IPv4 and IPv6 if they are available if you pass a hostname
    * Add Net::Server::Proto->get_addr_info which can more reliably resolve domain information.
    * Use that information to figure out an appropriate host to bind to for tests
    * Make get_addr_info less reliant on magic values of sysctl net.ipv6.bindv6only
    * Allow all tests to function in IPv6 only environments
    * Fix broken number of tests in test suite
    * Add warnings about changes to the default value of ipv coming in 2.005
  - Changelog 2.003  Jun 06 2012
    * Make the logging system pluggable
    * Added net-server server executor for writing easier one line servers
    * Sys::Syslog and Log::Log4perl are now moved out to their own module subsystems
    * Added full apache style HTTP log formatting for the HTTP server
    * Allow for ipv to be specified as part of host, or proto, or passed via $ENV{'IPV'}
    * Add apache style access logging (access_log_file and access_log_format) to HTTP
    * Allow HTTP header parsing to not untaint the headers (thanks Miko O'Sullivan)
    * Fix missing legacy NS_unix_path call (missing since 2.000)
    * Fix a bug in MultiType that prevented calling server_type HTTP
  - Changelog 2.002  May 31 2012
    * Make HTTP output header parsing more consistent - and catch more errors
    * Add exec_cgi and exec_trusted_perl methods to HTTP
    * Add bugfix for ipv=>"*" combined with UNIX sockets. (Mark Martinec)
    * Fix the SSL_test.t to use exit rather than quit so the parent departs
  - Changelog 2.001  May 30 2012
    * Bug fix wrong usage of File::Temp::tempfile.
    * Fix HTTP_COOKIES to be HTTP_COOKIE
    * Handle multiple header values better in HTTP
    * Add Log::Log4perl logging courtesy of TONVOON@cpan
  - Changelog 2.000  May 30 2012
    * Bring Net::Server::Proto::SSL back.  It is now fully functional under all scenarios, including IPv4 and IPv6
    * Change Proto interface to allow passing more information.  This represents an internal API change.
    * Updates to the HUP mechanisms to make sure we rebind all types of ports correctly.
    * Add IPv6 integration via ::1 style addresses as well as the ipv configuration parameter (Mark Martinec)
    * Added graceful shutdown (Tatsuhiko Miyagawa)
    * Added hot deploy via TTIN and TTOU (Tatsuhiko Miyagawa)
    * Internal code retidying
    * Finish out support for connecting to ports by service name
    * Don't loose track of fork and prefork children on a hup - make sure to actively wait them off
    * Correct accept to take a classname, and optionally be called in array context
    * Cleanup numerous configuration issues.
    * Added sig_passthrough option to Fork, PreFork, and PreForkSimple servers allowing for arbitrary signals to propagate to children
    * Add syswrite/sysread support to SSLEAY (Sergey Zasenko).
    * Add PSGI module.
    * Many small accumulated bugfixes.

++++ pkg-config:

  - Update to version 0.28:
    + Fixed a pair of long-standing and intertwined bugs involving
    unwanted removal of flags:
  - Other Libs flags like -Wl are now kept in context order
    with -l flags.
  - Aggressive removal of all duplicate arguments has been scaled
    back so that just consecutive duplicate arguments are
    removed. One result of this change is that some flags could
    be repeated in the final output, especially flags from
    non-pkg-config packages like -lm. Since pkg-config rarely has
    enough knowledge here about the right thing to do, we throw
    the duplicate arguments at the compiler/linker and trust it
    will do the right thing.
    + Fixed an old bug to allow circular Requires. This fix brings
    along a small behavior change in that pkg-config resolves
    requires depth first, causing some lower level flags to show up
    earlier in the output than previously.
    + Cleaned up many corner-case bugs and ambiguous behavior in
    pkg-config's interface.
    + New autoconf macro PKG_CHECK_VAR for reading variables from .pc
    files.
    + Default to suppressing -L/lib and/or -L/lib64 like their /usr
    counterparts.
    + To help support multiarch scenarios out of the box,
    $host-pkg-config is now installed unless --disable-host-tool
    is passed to configure.
    + Added optional gcov usage through the --with-gcov configure
    option. As a result, many more tests were added to greatly
    increase the coverage of the code to 86% of executed lines on a
    Fedora 18 machine.
    + Bugs fixed: fdo#130, fdo#7331, fdo#16101, fdo#17053, fdo#19950,
    fdo#34504, fdo#48098, fdo#54231, fdo#54271, fdo#54379,
    fdo#54384, fdo#54386, fdo#54388, fdo#54389, fdo#54390,
    fdo#54391, fdo#54427, fdo#54463, fdo#54716, fdo#57078,
    fdo#58363, fdo#59435.

++++ python-kde4:

  - Require python-qt4 as this is needed at runtime (bnc#799925)

++++ scim:

  - Add scim to baselibs.conf: needed in order to have the
    dependencies for scim-qtimm-32bit available.

++++ screen:

  - Add zombie and enhance windows commands
    screen-poll-zombies.patch: Dead windows will be restarted after
    a specified timeout (if enabled)
    screen_enhance_windows_list_1_3.patch:
    Cleanup window flags processing. This leads to a slight
    output change in "Ww" string escapes (window list), but these
    should be rather seldom used and flags are still shown.
    screen_enhance_windows_list_2_3.patch:
    Enhance windows command with an optional string escape based
    parameter which also removes the output size (1024 bytes)
    restriction (only if param is passed) of the windows command.
    If you used captions with "%w" before, you can simulate the old
    behaviour with "%-w%n* %t%+w".
  - Only Require makeinfo for openSUSE versions 11.4 and above.
    This requirement did not exist in earlier versions, now the package
    builds again for example against SLES 11 (11.4 based).

++++ shadow:

  - Cleanup login.defs and enable ENCRYPT_METHOD [bnc#802006]

++++ syslinux:

  - fixed BuildRequires

++++ yast2-iscsi-client:

  - version 2.23.3
  - use startIScsid() in autoyast client (bnc#802060)

++++ yast2-storage:

  - version 2.23.5
  - suppress crypt passwd dialog in autoyast mode

++++ yast2-trans:

  - Updated languages: af am ar be bg bn bs ca cs cy da de el eo es et
    eu fa fi fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms
    my nb nl nn pa pl pt ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu
    en_GB en_US pt_BR zh_CN zh_TW ast nds.

------------------------------------------------------------------
------------------  2013-2-4  -  Feb 4 2013  -------------------
------------------------------------------------------------------

++++ GeoIP:

  - update license to new format

++++ Mesa:

  - enable build of subpackage libwayland-egl1

++++ NetworkManager-gnome:

  - Update to version 0.9.7.995:
    + Rework connection editor main UI to better support different
    connection types
    + Add connection editor support for WiMAX, Infiniband, Bond, and
    VLAN connections
    + Suggest "seen BSSIDs" for WiFi BSSID entry
    + Add connection editor support for autoconnect VPN connections
    + Add a "General" page to the connection editor and move general
    options to it
    + Fix GNOME Bluetooth plugin for recent versions of GNOME
    Bluetooth and the GNOME Control Center
    + Add LTE and HSPA+ icons to the applet
    + Fix connection editor command-line passing to already-running
    instance
    + Suppress nm-applet notifications when GNOME Shell is running
    + Ensure 802.1x passwords default to "agent owned" and not
    system-wide
    + Default to using system CA certificates for new connections
    + Add support for ModemManager 0.7/0.8
    + Fix a crash when editing IP addresses with the XIM input
    framework
    + Fix handling of connection Zone when firewalld is active
    + Fix saving a connection when ignoring a missing CA certificate
  - Add pkgconfig(mm-glib) BuildRequires: dependency for ModemManager
    support.
  - Add pkgconfig(gudev-1.0) BuildRequires: new depdendency.
  - Add gobject-introspection-devel BuildRequires: new dependency.
  - Split new subpackage typelib-1_0-NMGtk-1_0.
  - Fix nm-applet-private-connection.patch: Allow to select a BT
    paired devices a PAN/NAP device. Without this fix,
    gnome-control-center crashes at that moment.

++++ OpenPrintingPPDs:

  - update license to new format

++++ aaa_base:

  - Avoid to stumble over missing /dev/stderr in boot script started
    by systemd (work around bnc#728774o but not solve it)

++++ at-spi2-atk:

  - Update to version 2.7.5:
    + Support ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
    + Fix various compiler warnings.

++++ at-spi2-core:

  - Update to version 2.7.5:
    + Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
    + Fix various compiler warnings.
  - Drop at-spi2-core-brp-fixes.patch: fixed upstream.

++++ avahi:

  - Automatically disable avahi on networks with unicast .local
    domain (bnc#431704, avahi-daemon-check-dns-suse.sh,
    avahi-daemon-check-dns-suse.patch).
  - Split avahi-autoipd into a separate package (bnc#431704#c6,
    avahi-autoipd.if-up, avahi-autoipd.if-down,
    avahi-autoipd.README.SUSE).
  - Use dedicated UID and GID for avahi-autoipd.
  - Added sysconfig to fine tune behavior.
  - Remove no more needed gnome-nettool2.png.
  - Fix paths in man pages (sed script).
  - Update avahi-discover.desktop to fit Desktop Menu Specification
    better (avahi#365, fdo#49699, avahi-desktop.patch).
  - Move service-types.db to the main package. It is requires by
    python-avahi and avahi-utils.

++++ cronie:

  - Regenerate cronie-pam_config.diff, last line of the patch was not
    properly added, causing bnc#801553.

++++ cvs:

  - update license to new format

++++ desktop-translations:

  - Update translations.

++++ evince:

  - Update to version 3.7.5:
    + New features and improvements:
  - Use DPI of pages to compute scaling factor in DJVU documents
    (bgo#580891)
  - Show accelerators in gear menu (bgo#692960)
  - Show the gear menu with F10 (bgo#692909)
  - Improve the scrolling performance (bgo#692988)
  - Add a lot of missing introspection annotations to libview and
    libdocument (bgo#691354)
  - Make document links accessible with Orca by implementing the
    AtkHypertext interface (bgo#639403)
    + Bug fixes:
  - Fix a crash when failed to connect to D-BUS daemon
    (bgo#691672)
  - Fix the font color of annotation popup windows (bgo#677471)
  - Move x11 dependency to xsmp support (bgo#692591)
  - Add missing include to libdocument main public header
    (bgo#692778)
  - Make introspection build against the internal libevdocument
    (bgo#692136)
  - Several fixes in gtk-doc comments (bgo#691354)
    + Updated translations.

++++ expat:

  - Update config.guess/sub for aarch64

++++ fcitx:

  - remove BuildRequires: intltool, fcitx no longer use intltool
    to parse translations.
  - query immodules for gtk*-32bit subpackages.
  - explicitly add enchant, presage, opencc requirements, fcitx use
    dlopen to detect them, ld can't fulfill its needs.

++++ gcr:

  - Update to version 3.7.5:
    + Separate the base and ui parts of the Gcr library more
    thoroughly.
    + Fix crasher in armor parsing code.
    + Build fixes.
    + Updated translations.
  - Create new sub-package typelib-1_0-GcrUi-3, following upstreams
    split of the Ui part of the library.

++++ gdk-pixbuf:

  - Update to version 2.27.1:
    + Allow loading animations from streams.
    + Allow loading animations from resources.
    + Fix cross-compiling for Windows and Wine (bgo#692072).
    + Updated translations.

++++ gegl:

  - update license to new format

++++ gnome-shell:

  - Add gnome-shell-ScreenShield-become-modal-and-catch.patch: fix an
    issue where the screen would not return to the desktop properly
    when resuming from screen lock (bnc#801797, rh#878736,
    bgo#689106).

++++ gnome-system-monitor:

  - Update to version 3.7.5:
    + Fixed incorrect CPU usage chart values with multiple cores
    (values summed up even without using stacked area chart)
    + Updated translations.

++++ gnome-terminal:

  - Update to version 3.7.2:
    + Bugs fixed: bgo#691931, bgo#691932, bgo#692021, bgo#691997,
    bgo#692055, bgo#692148.
    + Updated translations.

++++ groff:

  - update license to new format

++++ groff-full:

  - update license to new format

++++ gtk3:

  - Update to version 3.7.8:
    + GtkTreeView and GtkIconView allow single-click activation.
    + GtkImage can be set from a resource.
    + GdkWaylandDisplay is now public.
    + gdk_window_set_fullscreen_mode: new function to let windows
    be fullscreened across multiple monitors.
    + Bugs fixed: bgo#345023, bgo#687025, bgo#691572, bgo#691592,
    bgo#691639, bgo#691751, bgo#691842, bgo#691856, bgo#692163,
    bgo#692188, bgo#692203, bgo#692467, bgo#692481, bgo#692605,
    bgo#692659, bgo#692766, bgo#692844, bgo#692934, bgo#682824,
    bgo#692637, bgo#692823, bgo#692899, bgo#693015, bgo#693066,
    bgo#525226, bgo#553334, bgo#658148, bgo#680048, bgo#687825,
    bgo#693050.
    + Updated translations.

++++ kdebase4-workspace:

  - Add 0001-Tweak-the-locker-wallpaper.patch, to fix locker's
    wallpaper rendering

++++ kdebase4-openSUSE:

  - Update KDE theme
    * Fix Clock Color
    * Fix composited, but not-blurred version

++++ kiwi:

  - update failsafe options (bnc #801973)
  - fixed search and call code for editbootconfig and editbootinstall
    evaluation when building iso images, live and install media
  - fix the message for the init argument hash presence
    + the log facility is a singleton and is no longer passed
    as argument, thus the initialization hash argument
    is always expected as the first argument.
  - remove unused code
    + getTypes_legacy method was no longer called
  - fix architecture handling for ProductPackages, allow a
    comma separated list of architectures also in the runtime
    checker function __isSupportedArch()
  - add trigger for schema changes
    + run all tests that use an xml file when the schema changes
  - check for the existence of a the service file before
    activating/deactivating a systemd service
  - fixed creation of KIWI* instances in KIWICollect

++++ kiwi-config-openSUSE:

  - patch the isolinux.cfg within kiwi image

++++ latex2html:

  - update license to new format

++++ avahi-glib2:

  - Remove no more needed gnome-nettool2.png.
  - Fix paths in man pages (sed script).
  - Update avahi-discover.desktop to fit Desktop Menu Specification
    better (avahi#365, fdo#49699).

++++ cogl:

  - Introduce with_GLES2 defines to easily enable / disable GLES2
    support. For now set to 0 and thus disabling the support, as
    otherwise clutter-gst causes issues with missing shaders.
    If with_GLES2 is set to true, we:
    + pass --enable-gles2 and --enable-cogl-gles2 to configure.
    + Package the resulting library in libcogl-gles2-11.

++++ libcryptui:

  - Update to version 3.7.5:
    + Updated translations.

++++ libelf0:

  - config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

++++ libesmtp:

  - update license to new format

++++ libgnome-keyring:

  - Update to version 3.7.5:
    + Build fixes.
    + Updated translations.
  - Rebase libgnome-keyring-vapi.patch: part of it was merged.

++++ libgssglue:

  - Add config-guess-sub-update.patch:
    * Update config.guess/sub for aarch64

++++ gtkhtml:

  - Update to version 4.6.3:
    + bgo#689476: Slow composer open (emoticon and color widget
    leaks).
    + Fix a memory leak (GtkhtmlFaceAction instance).
    + Updated translations.

++++ gtksourceview:

  - Update to version 3.7.3:
    + Deprecate gtk_source_completion_move_window().
    + Deprecate gtk_source_completion_info_get_widget().
    + Deprecate gtk_source_completion_info_set_widget().
    + CompletionInfo: always a natural size.
    + Simplify internal code for the completion (new CompletionModel)
    + Fixes for the style schemes and GtkSourceMark.
    + Other misc bugfixes.
    + Updated translations.

++++ libgweather:

  - Update to version 3.7.5:
    + Updated translations.

++++ jack:

  - Update to release 1.9.9.5 for bnc#801442
  - Removed patches: jack-uc_regs.patch, jack-segfault.patch they are
    incorporated.
  - Doxygen build doesn't work created jack-wafdocbuild.patch.
  - Upstream changes :
    * Adrian Knoth fix in midiseq.c.
    * Fix library symbols export issue.
    * Cleanup drivers and internals loading code.
    * jackctl_driver_params_parse API moved in public control.h.
    * Factorize code the server/client request in JackRequestDecoder class.
    * More robust server/client protocol.
    * Better time-out management in NetJack2.
    * Improve ShutDown in NetManager.
    * Correct ShutDown in JackInternalClient and JackLibClient.
    * Fix NetJack2 initialisation bug. Add EndTime function.
    * Rename JackProcessSync in JackPosixProcessSync.
    * A bit more robust JackMessageBuffer implementation.
    * Check server API callback from notification thread.
    * Use a time-out in notification channel write function.
    * Fix lock management in JackEngine.
    * In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_t * opaque struct.
    * Improve libjacknet master mode.
    * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used. POST_PACKED_STRUCTURE used for jack_latency_range_t type.
    * Rework JackMessageBuffer.
    * [firewire] Introduce UpdateLatencies() in FFADO backend.
    * [firewire] Allow FFADO backend to change the buffer size.
    * Update waf.
    * New jack_get_cycle_times() implementation from Fons Adriennsen.
    * Align buffers to 32 byte boundaries to allow AVX processing.
    * Extend jack_control to have parameter reset commands.
    * Fix alsa driver parameter order.
    * Control API: Enforce driver/internal parameter order.
    * Fix in ALSA adapter.
    * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
    * Change framework installation hierarchy for OSX Mountain Lion.
    * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
    * jack_control: fix epr command.
    * Add opus support to NetJack2.
    * More robust channel mapping handling in JackCoreAudioDriver.
    * netjack1/netone opus support. controlapi: fix double free on master switch.
    * Use string ids in the alsa device list. netjack/opus: don't re-init en/decoders.
    * Correct JackPortAudioDriver::Open : special case for ASIO drivers.
    * waf: configure option for enforcing autostart method
    * ALSA devices reservation fixes.

++++ keybinder:

  - update license to new format

++++ pango:

  - Update to version 1.33.7:
    + Allow enabling font features through fontconfig snipplets.
    + Fix an infinite loop when starting Inkscape.

++++ popt:

  - Add config-guess-sub-update.patch:
    * Update config.guess/sub for AArch64

++++ libreoffice-help-group1:

  - configure-detect-icerun.diff: icerun wrapper is not provided by the old
    icecream-0.9.2 on SLED11

++++ libreoffice-help-en-US:

  - configure-detect-icerun.diff: icerun wrapper is not provided by the old
    icecream-0.9.2 on SLED11

++++ libreoffice-help-group2:

  - configure-detect-icerun.diff: icerun wrapper is not provided by the old
    icecream-0.9.2 on SLED11

++++ libreoffice-help-group3:

  - configure-detect-icerun.diff: icerun wrapper is not provided by the old
    icecream-0.9.2 on SLED11

++++ libreoffice-help-group4:

  - configure-detect-icerun.diff: icerun wrapper is not provided by the old
    icecream-0.9.2 on SLED11

++++ libreoffice-help-group5:

  - configure-detect-icerun.diff: icerun wrapper is not provided by the old
    icecream-0.9.2 on SLED11

++++ libsecret:

  - Update to version 0.13:
    + Build fixes.
    + Updated translations.

++++ snapper:

  - use btrfs send ioctl for snapshot comparison (fate #311399)
  - version 0.1.2

++++ taglib:

  - Replace taglib-1.6-ds-rusxmms.patch with
    taglib-1.8-ds-rusxmms-r2.patch: Update rusxmms patch to also work
    with non-Russian locale (bnc#780256).
  - Update rusxmms patch to version taglib-1.8-ds-rusxmms-r2 in order to fix bnc#780256

++++ libyui:

  - Added setLocaleDir(), getLocaleDir()
  - Version 2.42.6

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ man-pages:

  - update to version 3.46
    * New and rewritten pages
    kcmp.2
    New page for kcmp(2)
    * Newly documented interfaces in existing pages
    init_module.2
    Document finit_module(2)
    Document finit_module() 'flags' argument
    Document MODULE_INIT_IGNORE_MODVERSIONS and
    MODULE_INIT_IGNORE_VERMAGIC. (Some edits by mtk.)
    * New and changed links
    finit_module.2
    New link to init_module.2
    __after_morecore_hook.3
    __free_hook.3
    __malloc_initialize_hook.3
    __memalign_hook.3
    __realloc_hook.3
    New link to malloc_hook.3
    * Global changes
    * Various pages
    Global fix: s/tty/terminal/
    * Changes to individual pages
    clone.2
    Add kernel versions for various CLONE_* constants
    CLONE_NEWIPC governs mechanisms that don't have filesystem pathnames
    CLONE_NEWIPC doesn't mount the POSIX MQ file system
    Add an example program (CLONE_NEWUTS)
    Some reworking of CLONE_NEWIPC text
    No substantial content changes.
    SEE ALSO: add kcmp(2)
    SEE ALSO: add setns(2)
    fallocate.2
    FALLOC_FL_* flags are defined in glibc only since 2.18
    getxattr.2
    removexattr.2
    setxattr.2
    Note that ENOATTR is a synonym for ENODATA
    Various people have pointed out that strace(1) shows ENODATA
    for the case where the named attribute does not exist, or
    the process has no access to this attribute. ENODATA
    and ENOATTR are in fact defined as synonyms. Point this out
    in the man page, so that people understand the strace(1) info.
    See https://bugzilla.kernel.org/show_bug.cgi?id=51871
    getxattr.2
    listxattr.2
    removexattr.2
    setxattr.2
    Put errors under ERRORS section
    The errno values on these pages were listed in a nonstandard
    way under the RETURN VALUE section. Put them in ERRORS sections.
    init_module.2
    ERRORS: Add errors for module signatures (EBADMSG, ENOKEY)
    link.2
    mkdir.2
    mknod.2
    open.2
    rename.2
    symlink.2
    write.2
    mkfifo.3
    Document EDQUOT error
    The return error EDQUOT is not documented in open(2), write(2),
    symlink(2) etc.
    Whether inodes or disk blocks are required for each function
    is something I based on received wisdom and BSD documentation,
    rather than tracing the code to the kernel. For symlink(2)
    this certainly depends on the file system type.
    listxattr.2
    Fix RETURN VALUE description
    On success, 0 may be returned, so change wording from
    "positive number" to "nonnegative number".
    outb.2
    Add SYNOPSIS
    prctl.2
    Document PR_SET_PTRACER
    Document the Yama LSM's prctl handler that allows processes to
    declare ptrace restriction exception relationships via
    PR_SET_PTRACER.
    Make it explicit that PR_SET_PTRACER replaces previous setting
    The attribute is a scalar, not a list.
    Document EINVAL error for PR_SET_PTRACER
    Document PR_GET_TID_ADDRESS
    ptrace.2
    Document PTRACE_O_EXITKILL
    Place PTRACE_SETOPTIONS list in alphabetical order
    query_module.2
    Must be called using syscall(2)
    Yes, the call is way obsolete, but add this info
    for completeness.
    recvmmsg.2
    Add/correct kernel version info for recvmmsg() and MSG_WAITFORNONE
    This patch isolates the since/version related fixes as requested.
    This change introduces the following delta:
    * The page states it was added in 2.6.32 but it is only added
    2.6.33 (ref: http://kernelnewbies.org/Linux_2_6_33)
    * The MSG_WAITFORONE flag was in turn only added in 2.6.34
    (ref: http://kernelnewbies.org/Linux_2_6_34)
    Add an example program
    setns.2
    Add example program
    sigaction.2
    Note feature test macro requirements for 'siginfo_t'
    See https://bugzilla.kernel.org/show_bug.cgi?id=52931
    syscalls.2
    Add kern_features(2)
    Add utrap_install(2)
    Sparc-specific, present since ancient times
    Add finit_module(2)
    sysctl.2
    ERRORS: EACCES as a synonym for EPRM
    See https://bugzilla.kernel.org/show_bug.cgi?id=46731
    and http://thread.gmane.org/gmane.linux.ltp/11413/focus=957635
    From: Garrett Cooper  gmail.com>
    Subject: Re: [LTP] [PATCH] sysctl03: sysctl returns EACCES after 2.6.33-rc1
    Newsgroups: gmane.linux.kernel, gmane.linux.ltp
    Date: 2010-03-04 18:35:33 GMT
    unshare.2
    Update NOTES on unimplemented flags
    Fix text problems in description of CLONE_FS
    SEE ALSO: add kcmp(2)
    SEE ALSO: add setns(2)
    Reorder CLONE_NEWUTS entry in list
    difftime.3
    Remove crufty text about 'time_t' on "other systems"
    Back in 2006, some text came in via Debian patches that seems
    crufty. Remove it.
    See https://bugzilla.kernel.org/show_bug.cgi?id=46731
    getaddrinfo.3
    getnameinfo.3
    Fix some confused references to function names
    See https://bugzilla.kernel.org/show_bug.cgi?id=52741
    getspnam.3
    ERRORS: Add EACCES
    See https://bugzilla.kernel.org/show_bug.cgi?id=52681
    __setfpucw.3
    Add proper page cross refs for alternate functions
    core.5
    proc.5
    Clarify suid_dumpable versus core_pattern
    In Linux 3.6, additional requirements were placed on core_pattern
    when suid_dumpable is set to 2. Document this and include commit
    references.
    proc.5
    statm's "shared" field refers to pages backed by files
    I noticed that statm's "shared" field doesn't match the sum of
    all the "shared" entries in smaps [1].
    The kernel docs explain that statm's "shared" field is "number of
    pages that are shared (i.e. backed by a file)" [2].  smaps appears
    to call a page shared if it's mapped by at least two processes,
    which explains this discrepancy.
    I'm not a kernel hacker, but it appears to me they do mean "i.e."
    and not "e.g." in the statm description: In
    fs/proc/task_mmu.c::task_statm, I see
    * shared = get_mm_counter(mm, MM_FILEPAGES);
    Here's a patch which updates the man page to match the (hopefully
    correct) kernel docs.
    [1] https://bugzilla.mozilla.org/show_bug.cgi?id=807181
    [2] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/filesystems/proc.txt;h=a1793d670cd01bd374eddf54ffdfc768504291ff;hb=HEAD
    proc.5
    Put /proc/sys/kernel/hotplug in alphabetical order
    Document /proc/sys/kernel/dmesg_restrict
    Linux 3.4 changed permissions needed to change kptr_restrict
    Add field numbers for /proc/PID/stat
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553413
    Add numbering to /proc/stat "cpu" fields
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553413
    Reorganize text describing /proc/stat "cpu" fields
    Rewording of suid_dumpable text after comments from Kees Cook
    Add field numbers for /proc/[pid]/statm
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553413
    Document /proc/stat "cpu" "nice_guest" field
    Info taken from commit ce0e7b28fb75cb003cfc8d0238613aaf1c55e797
    Document /prod/[pid]/oom_score_adj
    Text taken directly from Documentation/filesystems/proc.txt,
    with some light editing.
    See https://bugzilla.kernel.org/show_bug.cgi?id=50421
    shells.5
    Add /etc/bash to list of example shells
    ttytype.5
    Add proper xref for termcap and terminfo pages
    capabilities.7
    Add kcmp(2) under CAP_SYS_PTRACE
    man-pages.7
    Update description of Section 7

++++ seahorse-nautilus:

  - Update to version 3.7.5:
    + Updated translatons.

++++ opensuse-manuals_de:

  - Update text and image files (Last Changed Rev.: 2564:9556M).
  - Because of java trouble (missing xml-commons-jaxp-1.3.apis?) disable
    the Tuning Guide.

++++ pam-config:

  - Add sha512 and shadow to pam_unix.so when creating common-passwd-pc
    by default, did somehow got lost [bnc#801970]

++++ patterns-openSUSE:

  - Stephan Kulow (2):
    no longer install grub1 by default
    install grub2-efi and syslinux by default
    Commit: aa39420d

++++ perl-Bootloader:

  - fix undefined value warning (#799644)
  - 0.707

++++ pm-utils:

  -	Adopted to query network.service alias, that obsoletes the
    NETWORKMANAGER variable in /etc/sysconfig/network/config
    introduced in sysconfig-0.80.
  -	bnc#782891 unified grub2 and grub2-efi making grub2-efi just an
    architecture of GRUB 2. Unify handling of both loaders to not
    depend on compatibility grub2-efi-* links.

++++ python-atspi:

  - Update to version 2.7.5:
    + Support new levelbar role.

++++ python3-atspi:

  - Update to version 2.7.5:
    + Support new levelbar role.

++++ seamonkey:

  - update to SeaMonkey 2.15.2
    * Applications could not be removed from the "Application details"
    dialog under Preferences, Helper Applications (bmo#826771).
    * View / Message Body As could show menu items out of context
    (bmo#831348)

++++ syslinux:

  - update isohybrid and mbr & gpt boot code with versions from syslinux-5.00
  - fix gpt code in isohybrid and adjust to create a valid partition table for
    our new media layout

++++ xdg-user-dirs-gtk:

  - Update to version 0.10:
    + Use new location for GTK+ bookmarks file.

++++ xev:

  - Update to version 1.2.1
    * This release adds a "-event" option that can be used to filter
    which events are printed. For example, to listen only for RandR
    events, use "xev -event randr". The -event parameter can be
    specified multiple times.  Please see the manual page for the
    list of available event filters.
    * This release also contains a few code fixes.

++++ xf86-input-synaptics:

  - xf86-input-synaptics 1.6.3
    * Compared to 1.6.2, we've had a memory leak fixed, better
    behaviour for synaptics soft buttons and, most importantly,
    a fix to reset the touch state after suspend.
  - obsoletes xf86-input-synaptics-Reset-num_active_touches-on-DeviceOff-52496.patch

++++ yast2-bootloader:

  - write gpt bootcode on gpt disks (fate #313880)
  - fix initrd selection due to initrd-*-kdump in our new kernel packages
  - take boot code from syslinux instead of master-boot-code package
  - 2.23.10
  - fix automake file
  - 2.23.9

++++ yast2-security:

  - testsuite adapted to last changes (SuSEconfig removal)
  - 2.23.1

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-2-3  -  Feb 3 2013  -------------------
------------------------------------------------------------------

++++ dd_rescue:

  - Update to dd_rescue-1.31:
    * Some minor output cleanups.
    * Implementation of safe triple overwrite (options -3 and -4)
    following BSI GSDS M7.15.
  - Update to dd_rescue-1.30:
    * Fix issue with double free (1.29)
    * Fix output to stdout ("-")
    * Rationalize messages a bit.
    * Option to init PRNG from file (e.g. -Z /dev/urandom)
    * Option -W to avoid writes (if output block is identical)
  - Update to dd_rescue-1.29:
    * Correctly handle last bytes before EOF when hardbs == softbs.
    * New option -M (dont extend output file).
    * New option -R (repeated output of one block, auto for dev/zero)
    * New options -z x, -Z x to use userspace pseudo RNG to overwrite
    disks / files with random data.

++++ dd_rhelp:

  - Apply three fixes:
    * dd_rhelp_EOF.diff: Be tolerant to error messages after EOF.
    * dd_rhelp_Summary.diff: Avoid misparsing Summary line.
    * dd_rhelp.test.diff: Don't misparse dd_rescue version number.

++++ gd:

  - gd-autoconf.patch fix up compile file so gd can handle
    large files on 32 bit

++++ glibc:

  - build with ports enabled on aarch64

++++ glibc:

  - build with ports enabled on aarch64

++++ kernel-default:

  - Update to 3.8-rc6.
  - commit afa3941

++++ kernel-desktop:

  - Update to 3.8-rc6.
  - commit afa3941

++++ kernel-pae:

  - Update to 3.8-rc6.
  - commit afa3941

++++ kiwi:

  - fixed KIWICollect constructor. The code there did not make
    use of the singleton KIWILog object and still expects the
    first parameter to be the log reference
  - implement getBootImageDescription method in locator
    + will eventually replace normalizeBootPath in KIWIURL. Implement
    search hierarchy for boot image description search that is more
    easily understood by users.
  - implement unit tests for new functionality

++++ avogadro:

  - added avogadro-1.1.0-no-return-in-nonvoid-function.patch

++++ pam_mount:

  - Suppress useless debug output on using pam_mount

++++ mariadb:

  - updated to MariaDB 5.5.29
    * Release notes:
    http://kb.askmonty.org/v/mariadb-5529-release-notes
    * Changelog:
    http://kb.askmonty.org/v/mariadb-5529-changelog
    * fixes following CVEs:
    CVE-2012-5611, CVE-2012-5627, CVE-2012-5615, CVE-2012-5612

++++ vde2:

  - update license to new format

++++ libvdpau:

  - Update to v0.6
    * Make use of dri2proto_CFLAGS when building.
    * Fix leaked extension info on library unload
    * Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER to appease
    automake 1.13

++++ linux-glibc-devel:

  - Add asm_link for aarch64

------------------------------------------------------------------
------------------  2013-2-2  -  Feb 2 2013  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 18.0.2
    * blocklist and CTP updates
    * fixes in JS engine

++++ acl:

  - Add config-guess-sub-update.diff:
    update config.guess/sub to latest state for AArch64

++++ attr:

  - Add attr-syscalls.patch:
    Define attr syscall numbers for aarch64
  - Add config-guess-sub-update.patch:
    Update confg.guess/sub for aarch64

++++ automake:

  - update config.guess/sub to the latest state

++++ diffutils:

  - Update config.guess/sub for aarch64

++++ fuse:

  - update license to new format

++++ gstreamer-0_10-plugins-base:

  - update license to new format

++++ ipw-firmware:

  - PreReq modutils instead of module-init-tools otherwise
    we cannot switch to kmod cleanly

++++ kiwi-config-openSUSE:

  - systemd is in /usr

++++ mozilla-nss:

  - update to 3.14.2
    * required for Firefox >= 20
    * removed obsolete nssckbi update patch
    * MFSA 2013-40/CVE-2013-0791 (bmo#629816)
    Out-of-bounds array read in CERT_DecodeCertPackage
  - disable system sqlite usage since we depend on 3.7.15 which is
    not provided in any openSUSE distribution
    * add nss-sqlitename.patch to avoid any name clash

++++ libgcrypt:

  - update license to new format

++++ libgpg-error:

  - update license to new format

++++ libtool:

  - Add config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

++++ opus:

  - Update to version 1.0.2:
    + Fix an out-of-bounds read security issue.
    + Fixes and improvements to the PLC and hybrid mode quality.
  - Drop
    opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch
    Fixed upstream.

++++ rasqal:

  - Update to version 0.9.30:
    + Removed RDQL support
    + Improved floating equality, comparison and promotion rules
    + Other fixes and improvements

++++ libusb-compat:

  - update license to new format

++++ libvisual:

  - update license to new format

++++ make:

  - Add config-guess-update.diff:
    update config.guess/sub to handle aarch64

++++ mpt-firmware:

  - Require modutils and not module-init-tools otherwise I cannot
    switch to kmod..

++++ phonon-backend-gstreamer-0_10:

  - Update to 4.6.3
    * bugfix release
    * Increased compatability with Phonon versions older than 4.7
    * Proper setting of the user-agent for HTTP streams
    * Abortion of in-progress fades when a fader effect is asked to
    fade again
    * Less CPU hogging when streaming
    * Fixed playback of discs on multi-drive setups
    * Much improved non-gapless playback for shorter sound files
    * Graceful handling of a broken setup that causes a failed
    gst_init() call

++++ tar:

  - Add config-guess-sub-update.patch:
    Update config.guess/sub for aarch64

------------------------------------------------------------------
------------------  2013-2-1  -  Feb 1 2013  -------------------
------------------------------------------------------------------

++++ alsa:

  - Backport a few fix patches from upstream, mostly for fixing
    crashes in multi-thread programs:
    0044-configure-do-not-detect-incorrect-cross-compiler.patch
    0045-ucm-Set-uc_mgr-ctl-to-NULL-after-closing-it.patch
    0046-snd_pcm_direct_parse_open_conf-use-thread-safe-getgr.patch
    0047-Add-snd_lib_error_set_local-to-install-a-thread-loca.patch
    0048-snd_device_name_hint-do-not-change-the-global-error-.patch
    0049-snd_device_name_hint-do-not-use-global-snd_config.patch
    0050-conf-Fix-a-memory-access-violation-resulting-from-im.patch

++++ alsa-plugins:

  - Correct the package version number to 1.0.26; no content change

++++ alsa-utils:

  - Backport a few fix patches from upstream git tree:
    0012-aplay-Add-the-support-for-big-endian-WAV-format-RIFX.patch
    0013-configure-Fix-obsolete-AM_CONFIG_HEADER-macro.patch
    0014-speaker-test-increase-the-maximum-supported-rate-to-.patch
    0015-amixer-Fix-dB-value-outputs-in-amixer-contents.patch

++++ attr:

  - update license to new format

++++ docbook_4:

  - update license to new format

++++ gdbm:

  - update license to new format

++++ gnome-vfs2:

  - update license to new format

++++ keyutils:

  - update license to new format

++++ kiwi:

  - eliminate getOVFConfig_legacy
  - remove des_cpu and des_memory attributes
    + des_cpu == ncpus and des_memory == memory we do not need 2
    attributes to describe the same value
    + fix typo of ovfformat name, it is "powervm" not "povervm"
    + the schema version did NOT change thus users must fix the
    config file manually if they used "des_cpu", "des_memory",
    and "povervm"
  - implement writing of configured information into the .ovf
    configuration file
    + memory and limits
    + cpu and limits
    + devices
  - fix link bug
    + the image file in the .ovf directoy was a dangling link
    as the link created was not pointing to the proper location
  - update the tests to account for the removed attributes
  - fix typo in method name "...Machine..." not "...Maschine..."
  - clean up the kiwi debug mode which collects trace information
    about the perl caller stack. There is now a singleton module
    called KIWITrace which stores the backtrace. Thus this also
    removes the last main:: global variables from the kiwi space
  - follow up fix for the use vs. require change in the Singleton
    objects KIWILog and KIWIGlobals. If one of the modules included
    by require contains a use statement of the Singleton object we
    again got warnings about redefined functions

++++ multipath-tools:

  - Update to latest mainline git version
  - Merge systemd fixes
  - Generate persistent device names for kpartx (bnc#799274)

++++ atkmm:

  - update license to new format

++++ linux-atm:

  - update license to new format

++++ audiofile:

  - update license to new format

++++ libbonobo:

  - update license to new format

++++ libcap:

  - update license to new format

++++ systemd:

  - Add cryptsetup-accept-read-only.patch: accept "read-only" in
    addition to "readonly" in crypttab
  - Update parse-multiline-env-file.patch to correctly handle
    commented lines (bnc#793411)

++++ libieee1284:

  - update license to new format

++++ m17n-lib:

  - update license to new format

++++ pangomm:

  - update license to new format

++++ rasqal:

  - update license again

++++ libreoffice-branding-openSUSE:

  - update to version 4.0 (bnc#798268):
    + reduce size of flat_logo.svg pictures for openSUSE 12.2 and 12.3;
    the old pictures were generated from huge bitmaps and were hard
    to parse

++++ schroedinger:

  - update license to new format

++++ taglib:

  - update license to new format

++++ mkinitrd:

  - Fix boolean typo that is assume local time as default in warpclock.

++++ nagios-plugins:

  - added nagios-plugins-cups from mcaj@suse.cz
  - recommend additional plugins in nagios-plugins-all
  - decrease dependency in nagios-plugins and nagios-plugins-extras
    to allow obsoleting the old packages

++++ net-tools:

  - Use Recommends insted of requires for traceroute

++++ orage:

  - update to version 4.8.4:
  - fix bxo#8525: Orage notifies every second on "All day events"
  - fix bxo#4817: anchor('#') does not work in help links
  - fix bxo#9243: strptime() needs _XOPEN_SOURCE_EXTENDED defined
  - fix bxo#9248: internal libical fix SSPM_UNKNOWN_MINOR_TYPE
  - fix bxo#8231: alarm type is selectable for foreign files
  - fix bxo#9739: new TODOs start as NOT completed
  - fix bxo#9738: main window sorts TODOs by due-date
  - fix bxo#9598: main window tooltip shows title and location bold
  - translation updates
  - rebase and rename orage-4.8.2-use-docdir.patch to
    orage-use-docdir.patch
  - add orage-do-not-hardcode-firefox.patch in order to use exo-open
    instead of hardcoding firefox

++++ orbit2:

  - update license to new format

++++ patterns-openSUSE:

  - Stephan Kulow (1):
    we're back to nscd
    Commit: 37d7d67f

++++ recode:

  - update license to new format

++++ timezone:

  - Define TM_GMTOFF and TM_ZONE like glibc did (bnc#807624)

++++ timezone-java:

  - Define TM_GMTOFF and TM_ZONE like glibc did (bnc#807624)

++++ xf86-video-intel:

  - Update to version 2.21.0:
  - A few new features:
    + Enable render acceleration for Haswell GT1/GT2.
    + Enable multi-threaded rasterisation of trapezoids and fallback composition
    + Utilile a new kernel interface (v3.9) for processing relocations
  - Along with a few older features from the 2.20.x series:
    + PRIME support for hotplug GPUs and hybrid systems
    + Support for IvyBridge GT1 machines, aka HD2500 graphics.
    + Stable 830gm/845g support, at last!
  - As usual we have a large number of bug fixes since the last release:
    + Prevent a stray relocation being left after a buffer is removed from
    a batch, leading to GPU hangs.
    + Make the driver more robust against its own failures to submit batches
    by falling back to software rendering.
    + Fix emission of scanline waits for secondary pipes on gen6/7. Otherwise
    you may encounter GPU hangs in MI_WAIT_FOR_EVENT.
    + Fix a missing corner pixel when drawing rectangles with PolyLines
    https://bugs.freedesktop.org/show_bug.cgi?id=55484
    + Don't try to use Y-tiling colour buffers with mesa/i915c as mesa
    doesn't support them and wil fallback to software rendering
    + Ensure that any cached mmaps are invalidated for a SwapBuffers
    https://bugs.freedesktop.org/show_bug.cgi?id=60042
    + Correctly handle the composition of rotated displays too large for the
    3D pipeline
    https://bugs.freedesktop.org/show_bug.cgi?id=60124
    + Fix the computation of the planar video frame size
    https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1104180

++++ yast2:

  - added perl-XML-XPath dependency (needed by RegistrationStatus.pm)
  - 2.23.20

++++ yast2-ldap:

  - catch the possible exception from TLS options calls (bnc#801065)
  - 2.23.0

------------------------------------------------------------------
------------------  2013-1-31  -  Jan 31 2013  -------------------
------------------------------------------------------------------

++++ MozillaFirefox-branding-openSUSE:

  - added DuckDuckGo as search option (bnc#801121)

++++ kdepim4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ark:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ blinken:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kdesdk4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ gcc48:

  - Add arm to itm/atomic_arches list

++++ desktop-translations:

  - Set version to 12.3.
  - Update translations.

++++ dialog:

  - license update: LGPL-2.1
    See e.g. editbox.c

++++ kdebase4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ filesystem:

  - Add directory.list64 for aarch64

++++ kiten:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ glibc:

  - Obsolete unscd to migrate back to nscd.
  - looks like testsuite runs only on kvm, so add _constraint
    (actually it does not build on xen, but I can't constraint that)

++++ glibc:

  - Obsolete unscd to migrate back to nscd.
  - looks like testsuite runs only on kvm, so add _constraint
    (actually it does not build on xen, but I can't constraint that)

++++ grub2:

  - switch to out of source / subdir build

++++ gwenview:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ipsec-tools:

  - Add ipsec-tools-linux-3.7-compat.diff(partly from openwrt)
    * since pfkeyv2.h moved to include/uapi/linux as
    http://lwn.net/Articles/507794/ explained, make the compiler found
    header in valid path. there is a discussion about this issue at
    https://dev.openwrt.org/ticket/12813

++++ kactivities4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kalgebra:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kalzium:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kanagram:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kate:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kbruch:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kcalc:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kcharselect:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kcolorchooser:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kde4-filesystem:

  - Update to 4.10.0
    * This is the final release for 4.10 (contains bugfixes)

++++ kdebase4-workspace:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes
  - changed plasma-kickoff-newly-collapsing.diff:
    * in config dialog: connect added options to settingsModified()
    slot so that "Apply" button gets activated when they are changed
    by the user (bnc#801416)

++++ kde4-l10n:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kde4-print-manager:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kdeartwork4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kdebase4-runtime:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkdegames:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes
  - Include svg-oxygen-air carddeck to the default carddecks.
    (bnc#801262)

++++ kdelibs4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes
  - Dropped make-plasma-widgets-respect-plasma-button-colors.patch,
    included upstream

++++ kdenetwork4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kdepimlibs4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kernel-default:

  - drm/cirrus: Use 16bpp as default (bnc#799216).
  - drm/cirrus: Correct register values for 16bpp (bnc#799216).
    Conflicts:
    series.conf
  - commit 86d0404

++++ kernel-desktop:

  - drm/cirrus: Use 16bpp as default (bnc#799216).
  - drm/cirrus: Correct register values for 16bpp (bnc#799216).
    Conflicts:
    series.conf
  - commit 86d0404

++++ kernel-pae:

  - drm/cirrus: Use 16bpp as default (bnc#799216).
  - drm/cirrus: Correct register values for 16bpp (bnc#799216).
    Conflicts:
    series.conf
  - commit 86d0404

++++ kgamma:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kgeography:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ khangman:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kig:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kio_audiocd:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kamera:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kiwi:

  - eliminate getVMwareConfig_legacy
    + incorporate default setting for guestOS
    into XMLVMachineData
    + drop all other mappings for guestOS, this is
    the user's responsibility
  - fix VMWare NIC setup bug
    + previously the generated config file (.vmx) did not
    contain information about the specified MAC address.
    The MAC was always set to "generated" ignoring the
    user specified data.
  - use require instead of use to include other modules in the
    Singleton classes. when using the "use" syntax for modules
    the perl compiler interrupts the compilation of the current
    module and starts compiling the module declared in the use
    statement. If the included module then includes the singleton
    perl issues 'Subroutine foo redefined' messages. As the
    compilation of of the original module was interrupted it is
    not finished and thus not recorded in the lookup table.
    Delaying the loading to runtime with the require function
    avoids the warning.
  - v5.04.37 released
  - fixed __checkVMscsiCapable() runtime check, it's ok to have
    no machine section. That one broke the containment builds for
    SUSE Studio
  - v5.04.36 released

++++ kiwi-config-openSUSE:

  - Adopted to enable/disable NetworkManager.service on 12.3 instead
    of setting the NETWORKMANAGER=yes/no variable (bnc#800817).
  - change distribution repos
  - bump version to 12.3

++++ klettres:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kmag:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kmahjongg:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kmines:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kmix:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kmousetool:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kmplot:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ konsole:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kpat:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kreversi:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kross-interpreters:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kruler:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kscd:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ksnapshot:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kstars:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ksudoku:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ktouch:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kvm:

  - Add seabios-reformat-lst-in-case-it-is-generated-by-new-iasl.patch:
    Resolved seabios build issue with patch being evaluated upstream.

++++ kwalletmanager:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ kwordquiz:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ analitza:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ cmis-client:

  - Version bup to 0.3.1
    * 0.3.1
    * Added support for proxy configuration
    * Fixed man page generation
    * Misc code cleanup / fixes

++++ xfce4-branding-openSUSE:

  - 12.3 specific xfce4-panel branding
  - adapt to Terminal rename
  - adapt to new name of the mixer plugin

++++ libffi48:

  - Add arm to itm/atomic_arches list

++++ libgcj48:

  - Add arm to itm/atomic_arches list

++++ libkcddb4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkcompactdisc4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkdcraw:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkdeedu4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkexiv2:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkipi:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libkmahjongg:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libksane:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ldapcpplib:

  - Update to 0.3.1:
    * obsoletes ldapcpplib-gcc47.patch (has been included upstream)
    * Added some checks for existence of certificate files and
    directories when setting TLS options (bnc#801065)

++++ lightdm:

  - added lightdm-use-fine-grained-memory-locking.patch in order to
    use libgcrypt to selectively secure password memory instead of
    the big-hammer approach of mlockall (backported from upstrem bzr)
  - added lightdm-fix-determining-active-display.patch in order to
    correctly work out the active display from the active VT when it
    exits so a greeter starts (backported from upstrem bzr)

++++ marble:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ libnepomukwidgets:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ ntfs-3g_ntfsprogs:

  - Add ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch to
    prevent partitions with metadata cached in Windows (when
    FastBoot is enabled) from being mounted; patch taken from
    upstream git and rebased (bnc#798337 / rh#859373).

++++ libreoffice-templates-de:

  - Update license once more.

++++ libreoffice-templates-en:

  - Update licence once more.

++++ samba:

  - Update to 3.6.12.
    + Address SWAT security issues CVE-2013-0213 and CVE-2013-0214 which both
    don't apply to any SUSE Samba post-3.6.10 as it isn't longer built.
    + Don't build and package static libraries.
  - Drop separate build-source-timestamp file as it led to a second, incorrect
    Source Timestamp line.

++++ lightdm-gtk-greeter:

  - add lightdm-gtk-greeter-fix-cursor.patch in order to fix the
    cursor theme by setting the cursor after selecting a GTK theme
    (lp#1024482)
  - add lightdm-gtk-greeter-fix-background.patch in order to fix the
    background image not being displayed when the pixmap does not
    have an alpha channel (lp#1086199)
  - add lightdm-gtk-greeter-improve-background-scaling.patch which
    scales the background pixmap while preserving the aspect until
    width and height are at least as big as the screen width and
    height, then clips as needed
  - add lightdm-gtk-greeter-fix-ui.patch with various usability
    fixes, in particular switch back to a tree view inside a scrolled
    window in order make it usable with a lot of users

++++ nepomuk-core:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ okular:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ opensuse-manuals_de:

  - Update text and image files (Last Changed Rev.: 2564:9556).

++++ oxygen-icon-theme:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ parley:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ plasma-addons:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ python-kde4:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ release-notes-openSUSE:

  - 12.3.1:
    * Fix encoding while building .txt from .html using w3m (add -I UTF-8);
    bnc#784291.
    * New entries: SYSLOG_DAEMON Variable Removed (bnc#790805); Configuring
    Postfix (bnc#796161).
    * Changed entries: Initializing Graphics with KMS (Kernel Mode Setting)
    (add grub2; bnc#781700); Cleaning Directories (/tmp and /var/tmp).
    * Removed entries: Booting with Deprecated sysvinit; sysvinit Deprecated.

++++ step:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ sweeper:

  - Update to 4.10.0
    * This is the final release for 4.10. Contains bugfixes

++++ sysconfig:

  - version 0.80.4
  - Fixed to use a suffix in ETHTOOL_OPTIONS variable to allow to
    apply every setting (e.g. 'gro off lro off') separately, as the
    ethtool utility stops at first failure and the NIC driver may
    reject settings when the link is not up or they're unsupported.
    Further, added ETHTOOL_UP_RETRY and ETHTOOL_UP_WAIT variables
    to optionally wait after the link has been set up and retry to
    set the ETHTOOL_OPTIONS*. Updated ifcfg(5) man page (bnc#787744)
    [0002-Allow-ETHTOOL_OPTIONS-SUFFIX-variables-bnc-787744.patch,
    0003-Documented-ETHTOOL_OPTIONS-SUFFIX-variables-bnc-787744.patch]
  - Applied 81-mount.rules fix by Robert Milasan to not mount file
    systems with the noauto flag set (bnc#798641, [SWAMPID 50702]).
    [0001-Do-not-mount-file-system-with-noauto-flag-bnc-798641.patch]

++++ wireshark:

  - update to 1.8.5 [bnc#801131]
    + vulnerabilities fixed:
    * Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
    DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
    SDP, and SIP dissectors
    wnpa-sec-2013-01 CVE-2013-1572 CVE-2013-1573 CVE-2013-1574
    CVE-2013-1575 CVE-2013-1576 CVE-2013-1577 CVE-2013-1578
    CVE-2013-1579 CVE-2013-1580 CVE-2013-1581
    * The CLNP dissector could crash
    wnpa-sec-2013-02 CVE-2013-1582
    * The DTN dissector could crash
    wnpa-sec-2013-03 CVE-2013-1583 CVE-2013-1584
    * The MS-MMC dissector (and possibly others) could crash
    wnpa-sec-2013-04 CVE-2013-1585
    * The DTLS dissector could crash
    wnpa-sec-2013-05 CVE-2013-1586
    * The ROHC dissector could crash
    wnpa-sec-2013-06 CVE-2013-1587
    * The DCP-ETSI dissector could corrupt memory
    wnpa-sec-2013-07 CVE-2013-1588
    * The Wireshark dissection engine could crash
    wnpa-sec-2013-08 CVE-2013-1589
    * The NTLMSSP dissector could overflow a buffer
    wnpa-sec-2013-09 CVE-2013-1590
    + Further bug fixes and updated protocol support as listed in:
    http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html

++++ xf86-video-ati:

  - Update to version 7.1.0:
    radeon: add new SI pci id
    radeon: fix ring count in R300PrepareTexturedVideo
    exa/Xv: fix coordinate limits on AVIVO IGPs
    radeon/r200: program RE_WIDTH_HEIGHT properly
    radeon: fix damage reporting for slave pixmaps
    video: add option to include disabled CRTCs in best CRTC search
    DRI2: change signature of radeon_dri2_drawable_crtc
    DRI2: limit the swap rate when CRTC is in DPMS-off state
    radeon: avoid segfault when pixmap exceed GPU capabilities
    radeon: avoid copying over itself ddx fb
    Remove dead code flagged by gcc -Wunused-but-set-variable.
    Remove unused local variable 'path'.
    Remove local variables total_size_bytes.
    Remove dead option definitions.
    glamor: Release the drawable after passing to glamor_push_pixels
    glamor: Enable full 2D acceleration for SI as well.
    Drop support for X servers older than 1.7.
    DRI2: Properly use buffer depth passed in by client.
    DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.
    Make CRTC shadow pixmaps usable by glamor.
    Make radeon_glamor_create_textured_pixmap() return TRUE without USE_GLAMOR.

++++ xkeyboard-config:

  - Update to version 2.8:
    Some commits all over the place, shortlog is here:
    http://lists.x.org/archives/xorg-announce/2013-January/002152.html

++++ xorg-x11-server:

  - Update to version 1.13.2:
    No commits since rc1.
    Commits from rc1:
    + EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
    + glx/dri2: initialise api to avoid indirect rendering failing randomly
    + XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS
    X 10.8.2
    + XQuartz: Add some verbose logging to debug xp_lock_window being
    unbalanced
    + XQuartz: Don't add the 15bit visual any more
    + version bump for 1.13.1.901 (rc1)
    + vfb: Initialize the GLX extension again.

++++ yast2-samba-server:

  - Fixed test suite
  - 2.23.1

++++ yast2-trans:

  - Updated languages: af am ar be bg bn bs ca cs cy da de el eo es et
    eu fa fi fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms
    my nb nl nn pa pl pt ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu
    en_GB en_US pt_BR zh_CN zh_TW ast nds.

------------------------------------------------------------------
------------------  2013-1-30  -  Jan 30 2013  -------------------
------------------------------------------------------------------

++++ branding-openSUSE:

  - Grub 2 Theme based on 12.3 grow design
  - gfxboot art based on 12.3 grow design
  - YaST installer art based on 12.3 grow design
  - xfce splash based on 12.3 grow design
  - gimp splash based on 12.3 grow design

++++ cups:

  - Move everything (pid, lock, socket files) to /run only for 12.3.
    Added: cups-move-everything-to-run.patch
    See also
    http://lists.opensuse.org/opensuse-factory/2013-01/msg00578.html

++++ fcitx:

  - fix bnc#801318: xkeyboard-config symlink breaks fcitx in detecting xkb rule files.
    * bnc801318-fcitx-4.2.7-xkb-rule-symlink-detection.patch
    * remove next release
  - fix bnc#801319: invalid /etc/xdg/autostart/fcitx-autostart.desktop breaks ibus
    * leave fcitx-autostart.desktop only for fedora.
  - fix the permissions of the .directory file in the openSUSE themeing

++++ git:

  - updated to version 1.8.1.2:
    * An element on GIT_CEILING_DIRECTORIES list that does not name the
    real path to a directory (i.e. a symbolic link) could have caused
    the GIT_DIR discovery logic to escape the ceiling.
    * Command line completion for "tcsh" emitted an unwanted space
    after completing a single directory name.
    * Command line completion leaked an unnecessary error message while
    looking for possible matches with paths in .
    * "git archive" did not record uncompressed size in the header when
    streaming a zip archive, which confused some implementations of unzip.
    * When users spelled "cc:" in lowercase in the fake "header" in the
    trailer part, "git send-email" failed to pick up the addresses from
    there. As e-mail headers field names are case insensitive, this
    script should follow suit and treat "cc:" and "Cc:" the same way.
    Also contains various documentation fixes.

++++ grub2:

  - sync from SLE-11 SP3 to date
  - set empty prefix to grub.efi for looking up in current directory
  - grub2-cdpath.patch: fix the grub.cfg not found when booting from
    optical disk
  - put grub.efi in grub2's source module directory
  - create links in system's efi directory to grub.efi
  - arvidjaar: do not overwrite device path in grub2-cdpath.patch
  - remove obsolete reference to /boot/grub2-efi and /usr/sbin/grub2-efi
    from grub2-once
  - add GRUB_SAVEDFAULT description to /etc/default/grub

++++ oxygen-gtk2:

  - Update to version 1.3.2
    * Bugfix release
    * Fixes for running oxygen-gtk with gnome shell

++++ kernel-default:

  - ptp: PTP_1588_CLOCK_PCH depends on x86.
  - commit 99fbe25
  - scsi: storvsc: avoid usage of WRITE_SAME.
  - Drivers: scsi: storvsc: Initialize the sglist.
  - Drivers: hv: Execute shutdown in a thread context.
  - commit 1b6d4ef
  - config: disable CONFIG_MVMDIO on s390/x
    CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
    it everywhere else. Not sure why s390 got skipped in the previous commit.
  - commit f0b494a
  - config: disable CONFIG_MVMDIO on non-ARM arches
    CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
    it everywhere else.
  - commit 2bf6fb1
  - Update Xen patches to 3.8-rc5 and c/s 1218.
  - commit 36b617a
  - Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
    conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
  - commit 737e677
  - Update to 3.8-rc5.
    Eliminated 4 patches.
  - commit e8b3b53

++++ kernel-desktop:

  - ptp: PTP_1588_CLOCK_PCH depends on x86.
  - commit 99fbe25
  - scsi: storvsc: avoid usage of WRITE_SAME.
  - Drivers: scsi: storvsc: Initialize the sglist.
  - Drivers: hv: Execute shutdown in a thread context.
  - commit 1b6d4ef
  - config: disable CONFIG_MVMDIO on s390/x
    CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
    it everywhere else. Not sure why s390 got skipped in the previous commit.
  - commit f0b494a
  - config: disable CONFIG_MVMDIO on non-ARM arches
    CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
    it everywhere else.
  - commit 2bf6fb1
  - Update Xen patches to 3.8-rc5 and c/s 1218.
  - commit 36b617a
  - Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
    conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
  - commit 737e677
  - Update to 3.8-rc5.
    Eliminated 4 patches.
  - commit e8b3b53

++++ kernel-pae:

  - ptp: PTP_1588_CLOCK_PCH depends on x86.
  - commit 99fbe25
  - scsi: storvsc: avoid usage of WRITE_SAME.
  - Drivers: scsi: storvsc: Initialize the sglist.
  - Drivers: hv: Execute shutdown in a thread context.
  - commit 1b6d4ef
  - config: disable CONFIG_MVMDIO on s390/x
    CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
    it everywhere else. Not sure why s390 got skipped in the previous commit.
  - commit f0b494a
  - config: disable CONFIG_MVMDIO on non-ARM arches
    CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
    it everywhere else.
  - commit 2bf6fb1
  - Update Xen patches to 3.8-rc5 and c/s 1218.
  - commit 36b617a
  - Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
    conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
  - commit 737e677
  - Update to 3.8-rc5.
    Eliminated 4 patches.
  - commit e8b3b53

++++ kiwi:

  - v5.04.35 released
  - fixed creation of JSON tree in KIWIMigrate
  - fix the isohybrid checks
    + previous implementation did not properly account for conditions
    that trigger the isohybrid code path
    + add error condition for architectures that do not support the
    creation of iso hybrids
    + update the tests accordingly
  - worked on the visualization of unmanaged data in KIWIMigrate.
    I'd like to use the d3 visualization framework and that requires
    the data as JSON data structure. I implemented a method to
    create that information but ran into JSON max nesting level
    problems
  - partially revert (eff68ab8de60). The fstool runtime is ok
    just the test case XML in liveIsoImg/efiOEM/config.xml would
    force the xfs tools to be installed which I think is not
    really necessary for this test
  - v5.04.34 released
  - fixed use of undefined value in writeImageConfig
  - I removed the runtime check for xfs and reiserfs. reiserfs
    is more or less dead and xfs is a pure optional filesystem.
    If we have a mandatory check for xfs kiwi has to require the
    tools package on the package and on the build level which I
    think is not required. imho it would also be better to change
    the fstool runtime check to check only for the selected
    filesystem and not the complete list. We cannot expect our
    users to install all filesystem tools
  - build require e2fsprogs to allow unit tests to pass

++++ ksh:

  - Finally found the reason for bnc#795324, that is avoid to free
    data which is used lateron in the has tree of reloaded shell
    functions.

++++ audit:

  - remove old tarball and update -secondary spec
  - Audit 2.2.2 , the purpose of this update is too add compatibility
    with systemd for 12.3
  - In auditd, tcp_max_per_addr was allowing 1 more connection than specified
  - In ausearch, fix matching of object records
  - Auditctl was returning -1 when listing rules filtered on a key field
  - Add interpretations for CAP_BLOCK_SUSPEND and CAP_COMPROMISE_KERNEL
  - Add armv5tejl, armv5tel, armv6l and armv7l machine types (Nathaniel Husted)
  - Updates for the 3.6 kernel
  - Add auparse_feed_has_data function to libauparse
  - Update audisp-prelude to use auparse_feed_has_data
  - Add support to conditionally build auditd network listener (Tyler Hicks)
  - In auditd, reset a flag after receiving USR1 signal info when rotating logs
  - Add optional systemd init script support
  - Add support for SECCOMP event type
  - Don't interpret aN_len field in EXECVE records (#869555)
  - In audisp-remote, do better job of draining queue
  - Fix capability parsing in ausearch/auparse
  - Interpret BPRM_FCAPS capability fields
  - Add ANOM_LINK event type

++++ lightdm:

  - changed lightdm-xauthlocalhostname-support.patch so that
    XAUTHLOCALHOSTNAME is set to the current hostname instead of just
    "localhost" (see
    https://bugzilla.novell.com/show_bug.cgi?id=538064#c25,
    bnc#796230)
  - added lightdm-use-run-dir.patch in order to use /run instead of
    /var/run on >= 12.3

++++ libselinux:

  - update to 2.1.12
  - added the recent libselinux-rhat.patch
    * Add support for lxc_contexts_path
    * utils: add service to getdefaultcon
    * libsemanage: do not set soname needlessly
    * libsemanage: remove PYTHONLIBDIR and ruby equivalent
    * boolean name equivalency
    * getsebool: support boolean name substitution
    * Add man page for new selinux_boolean_sub function.
    * expose selinux_boolean_sub
    * matchpathcon: add -m option to force file type check
    * utils: avcstat: clear sa_mask set
    * seusers: Check for strchr failure
    * booleans: initialize pointer to silence coveriety
    * stop messages when SELinux disabled
    * Ensure that we only close the selinux netlink socket once.
    * improve the file_contexts.5 manual page
    * Fortify source now requires all code to be compiled with -O flag
    * asprintf return code must be checked
    * avc_netlink_recieve handle EINTR
    * audit2why: silence -Wmissing-prototypes warning
    * libsemanage: remove build warning when build swig c files
    * matchpathcon: bad handling of symlinks in /
    * seusers: remove unused lineno
    * seusers: getseuser: gracefully handle NULL service
    * New Android property labeling backend
    * label_android_property whitespace cleanups
    * additional makefile support for rubywrap
    * Remove jump over variable declaration
    * Fix old style function definitions
    * Fix const-correctness
    * Remove unused flush_class_cache method
    * Add prototype decl for destructor
    * Add more printf format annotations
    * Add printf format attribute annotation to die() method
    * Fix const-ness of parameters & make usage() methods static
    * Enable many more gcc warnings for libselinux/src/ builds
    * utils: Enable many more gcc warnings for libselinux/utils builds
    * Change annotation on include/selinux/avc.h to avoid upsetting SWIG
    * Ensure there is a prototype for 'matchpathcon_lib_destructor'
    * Update Makefiles to handle /usrmove
    * utils: Stop separating out matchpathcon as something special
    * pkg-config to figure out where ruby include files are located
    * build with either ruby 1.9 or ruby 1.8
    * assert if avc_init() not called
    * take security_deny_unknown into account
    * security_compute_create_name(3)
    * Do not link against python library, this is considered
    * bad practice in debian
    * Hide unnecessarily-exported library destructors

++++ libsemanage:

  - update to 2.1.9
    * dropped libsemanage-2.1.6-NULL_level_fix.patch (fixed upstream)
    * libsemanage: do not set soname needlessly
    * libsemanage: remove PYTHONLIBDIR and ruby equivalent
    * do boolean name substitution
    * Fix segfault for building standard policies.
    * remove build warning when build swig c files
    * additional makefile support for rubywrap
    * ignore 80 column limit for readability
    * semanage_store: fix snprintf length argument by using asprintf
    * Use default semanage.conf as a fallback
    * use after free in python bindings
    * Alternate path for semanage.conf
    * do not link against libpython, this is considered bad in Debian
    * Allow to build for several ruby version
    * fallback-user-level

++++ nagios-plugins:

  - allow name resolving for check-ntp plugin in apparmor config

++++ synaptiks:

  - add patch fix_help.diff to change to path for the correct manual
    (bnc#800708)

++++ yast2-country:

  - timezone: check for Windows partition also on running system
    (bnc#797665)
  - 2.23.1

++++ yast2-packager:

  - added API for Storage::GetWinPrimPartitions (bnc#797665)
  - 2.23.3

++++ zypper:

  - Add '--oldpackage' to allow rollback without malicious --force
    (bnc#795076)
  - Add missing --recommends to verify command (bnc#722551)
  - version 1.8.9

------------------------------------------------------------------
------------------  2013-1-29  -  Jan 29 2013  -------------------
------------------------------------------------------------------

++++ SuSEfirewall2:

  - do not add dependency information about YaST2 Second Stage (bnc#800365)

++++ autofs:

  - rpm spec: enable sssd support if available

++++ cracklib:

  - update to 2.8.22:
  - add words from "The Top 500 Worst Passwords of All Time"
  - python 3 support (not yet packaged)

++++ cvsps:

  - update to 3.10
    * Make the behavior of a second -d option match the documentation.

++++ desktop-data-openSUSE:

  - Fix Audio players show up in Video Player submenun (bnc#788628)
  - Fix application menu schema warning from kbuildsycoca (bnc#789456)

++++ gdm:

  - Update to version 3.7.3.1:
    + Fix xauthoriation for su/ssh compatibility.
  - Changes from version 3.7.3:
    + Drop dead code.
    + Deprecation fixes.
    + Compiler warning fixes.
    + Change default location of language config file.
    + Be more resiliant against hostname changes.
    + Fix spew in error path.
  - Changes from version 3.7.2:
    + Ignore pam info messages for automatic logins
    + Unlock fixes
    + User switching fix on consolekit systems
    + Be more robust against empty user shells/home dirs
    + Create program session log file as root instead of after setuid
    + Properly reload gdm.schemas on SIGHUP
    + Bring back gdmflexiserver
    + Fix shutdown and restart with ConsoleKit (bgo#686125)
    + Refactor autologin conversation handling (bgo#682467)
    + Add host authorizations individually (bgo#686186)
    + Make gdm socket world accessible (bgo#685935)
    + Allow NULs in X11 cookies (bgo#687691)
    + Dont set a busy cursor (bgo#687791)
    + Use a whitelist for gsd plugins (bgo#662220)
    + Drop obsolete desktop files (bgo#684508)
    + Updated translations.
  - Drop gdm-autologin-session-logout.patch: fixed upstream.
  - Rebase gdm-sysconfig-settings.patch and
    gdm-xauthlocalhostname.patch.

++++ gnome-control-center:

  - Drop gnome-control-center-probe-radius-server-cert.patch for now.
    The patch is incomplete and breaks WPA-Enterprise completely
    (bnc#798793)

++++ grub2:

  - set empty prefix to grub.efi for looking up in current directory
  - remove grubcd.efi, as grub.efi can now be used for cdrom booting

++++ gzip:

  - Add support for xz and lzma (bnc#799561 - zgrep silently fails on
    LZMA compressed files) - xz_lzma.patch

++++ kdelibs4:

  - Add kio_revert_slow_filesystems.patch to work around bnc#776141.
    This is a workaround, reverting to KDE 4.7.3 behavior.
    A fix should come from upstream (kde#288824).

++++ kernel-default:

  - sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
  - commit 8e77fa9

++++ kernel-desktop:

  - sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
  - commit 8e77fa9

++++ kernel-pae:

  - sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
  - commit 8e77fa9

++++ kiwi:

  - remove the getRPM*_legacy methods use the new API
  - only require the uefi isohybrid command line option when building
    a EFI/UEFI iso
    + at present the uefi command line option on the isohybrid executable is
    treated as mandatory. This breaks all ISO builds on systems that do not
    have the latest isohybrid tool even if the ISO to be created is not
    designated as an efi/uefi ISO via the firmware attribute. The changes
    treat the uefi command line option as optional. A runtime check ensures
    that kiwi exits if the uefi command line option is required and the
    tool does not support it.
  - new runtime check and test cases
  - fixed firmware check to allow uefi as well
  - grubcd.efi has been moved to grub.efi in the latest grub2
    packages. Thus we have to follow the change

++++ libdc1394:

  - Drop support of libdc1394-1 (which is unused for a long time)

++++ libgphoto2:

  - updated to 2.5.1.1 bugfix version
  - ptp2: fixed 32bit platforms
  - ax301: fixed buffer overread

++++ systemd:

  - udev: Fix device matching in the accelerometer
    add: 1019-udev-Fix-device-matching-in-the-accelerometer.patch
  - keymap: add aditional support for some keyboard keys
    add: 1018-keymap-add-aditional-support.patch
  - journalctl: require argument for --priority
    add: journalctl-require-argument-for-priority
  - dropped useless patches:
    libudev-validate-argument-udev_enumerate_new.patch
    kmod-fix-builtin-typo.patch
  - rename udev-root-symlink.service to systemd-udev-root-symlink.service.
  - fix in udev package missing link in basic.target.wants for
    systemd-udev-root-symlink.service

++++ xz:

  - Disable profiling for aarch64 arch

++++ libstorage:

  - version 2.23.4
  - fixed wrong display of fs type when formatting btrfs (bnc#799897)

++++ mono-addins:

  - Add mono-addins-donet4.patch: Build for .Net 4.0 target.

++++ mono-core:

  - Add mono-core-target-4.0.patch: Use .Net runtime 4.0 as default
    for Nunit and Cairo.

++++ net-tools:

  - Remove obsolete traceroute(8) implementation.
    Modern one is packaged as "traceroute". to fullfil userspace
    requirements, Require the new version explicitly.
  - Fix localized man page installation, the right thing (tm) to
    do is to use find_lang --with-man --all-name instead.

++++ permissions:

  - Allow pcp to have stickybit worldwriteable directories

++++ python-sip:

  - update to 4.14.3:
  - The /KeepReference/ argument annotation, when applied to factories, will
    now keep the reference with the object created by the factory.
  - Any object that supports the buffer protocol can now be passed when a
    sip.voidptr is expected.

++++ xfdesktop:

  - fix the default path for background images in the settings dialog
    (bnc#800970)

++++ yast2-packager:

  - ignore *-migration products in the initial product selection
    (can be present in *-Update channels) (bnc#764838)
  - 2.23.2

------------------------------------------------------------------
------------------  2013-1-28  -  Jan 28 2013  -------------------
------------------------------------------------------------------

++++ NetworkManager-kde4:

  - Update to 0.9.0.7
    * fix Metric edit box in VPN's routes window (kde#311837)
    * add workaround to prevent crash when disabling wireless
    also disconnects the wifi card from motherboard (kde#304466)
    * fix Ok button when adding/editing connections (kde#313291)
    * add support to IPv6 Privacy Extension (kde#312305)
    * quote file names when exporting openvpn configuration
    file in case they contain white spaces in their names (kde#312656)
    * improve vpn import/export error handling.
    * ignore "ghost" connections (kde#311032)
    * workaround visual glitch in Back button in interface
    details window (kde#311348)
    * fix disabling IPv4 configuration (usefull if you only
    use IPv6) (kde#311894)

++++ acpica:

  - Add wmidump/wmixtract tools for easy WMI (or other) GUID parsing

++++ android-tools:

  - fix wrong types for ppc64 (android-tools-ppc64-types.patch)

++++ avahi:

  - Add avahi-move-everything-to-run.patch: move everything
    (socket and pid files) to /run.

++++ gdm:

  - Add gdm-move-everything-to-run.patch: move everything (socket and
    pid files) to /run.

++++ gtk-sharp2:

  - Add gtk-sharp2-gmcs-as-compiler.patch: Choose gmcs as the
    prefered compiler. This will build gtk sharp2 with .Net runtime
    4.0.
  - Add libtool BuildRequires and call to autoreconf, as above patch
    touches the build system.

++++ grub2:

  - add fat module to grubcd
  - explicitly set empty prefix to get grub to set $prefix to the currrent
    directory

++++ gstreamer-0_10-plugins-qt:

  - Split libQtGlib-devel
  - Clean up dependencies

++++ kdebase4-openSUSE:

  - Correct the section headers to be in the right order.
  - Plasma theme:
    * Additional and updated systray icons
  - Greeter:
    * Ensure that Firefox is playing the video (due to webm format)
    * Translation updates (not complete yet)

++++ kernel-default:

  - rpm/config.sh: Update $IBS_PROJECT_ARM
  - commit 3e873c5
  - Drivers: hv: balloon: Make adjustments to the pressure report.
  - commit 3c7bac7

++++ kernel-desktop:

  - rpm/config.sh: Update $IBS_PROJECT_ARM
  - commit 3e873c5
  - Drivers: hv: balloon: Make adjustments to the pressure report.
  - commit 3c7bac7

++++ kernel-pae:

  - rpm/config.sh: Update $IBS_PROJECT_ARM
  - commit 3e873c5
  - Drivers: hv: balloon: Make adjustments to the pressure report.
  - commit 3c7bac7

++++ kiwi:

  - some cleanup in KIWIMigrate.pm, tested d3 data visualization
  - make KIWIGlobals a singleton
    + eliminates another package variable in kiwi.pl
    + add the singleton to the doc
    + allows us to make the remainaing test cases packages, now critic 2 clean
  - rename methods getGlobals and setGlobals
    + reflect in name the data that is being returned/set
    getKiwiConfig, setKiwiConfigData
  - some general code consistency clean up
  - v5.04.33 released
  - added support for firmware="uefi" attribute. In contrast to
    the standard firmware="efi" support, kiwi will not create its
    own efi boot images but uses the shim and the signed bootloader
    modules as they are provided by the packages.

++++ libdc1394:

  - Update to 2.2.1
  - updated all licenses to LPGL2 (bnc#777083)
  - misc fixes
  - don't expose internal symbols

++++ systemd:

  - Add tmpfiles-X-type.patch: allow to clean directories with
    removing them.
  - Add systemd-fix-merge-ignore-dependencies.patch: fix merging with
  - -ignore-dependencies waiting for dependencies (bnc#800365).
  - Update systemd-numlock-suse.patch: udev-trigger.service is now
    called systemd-udev-trigger.service.
  - Add improve-man-environment.patch: improve manpage regarding
    Environment value.

++++ webkitgtk:

  - Update to version 1.11.4:
    + Add support for loading web process extensions to WebKit2 GTK+.
    + Embed the HTTP authentication dialog into the WebView in
    WebKit2.
    + Add support for IME Composition to WebKit2.
    + Add API to notify about display/execution of insecure content
    to WebKit2 GTK+ API.
    + Add GTK+ API to set a WebKitWebView in view source mode to
    WebKit2.
    + Add API to set a TLS errors policy to WebKit2 GTK+ API.
    + Add WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR to WebKit2 GTK+
    API.
    + Add support for remote Web Inspector to WebKit2.
    + Complete the documentation od sections in WebKit2 GTK+ API.
    + Fix cookies and custom URI requests when the web process is
    re-launched after a crash.
    + Fix a crash in WebKit2 when running inside Xvfb.
    + Fix a crash in WebKit2 when the WebView is resized with the
    inspector attached.
    + Use Harfbuzz instead of Pango in GTK+ port.
    + Add support for WebP image.
    + Port WebAudio backend to GStreamer 1.0 API.
    + Fix the buffering ranges reported with GStreamer 1.0.
    + Implement multipart/x-mixed-replace in the soup network backend
    + Fix invalid entries for plugins in navigator.plugins.
    + Implement AccessibilityUIElementGtk::isSelectable()
    and AccessibilityUIElementGtk::isMultiSelectable().
    + Expose ARIA roles for tab, tabpanel and tablist.
    + Fixed several memory leaks.
  - Add pkgconfig(libwebp) BuildRequires: new dependency.
  - Split out a webkit2gtk-3_0-injected-bundles sub-package.

++++ webkitgtk3:

  - Update to version 1.11.4:
    + Add support for loading web process extensions to WebKit2 GTK+.
    + Embed the HTTP authentication dialog into the WebView in
    WebKit2.
    + Add support for IME Composition to WebKit2.
    + Add API to notify about display/execution of insecure content
    to WebKit2 GTK+ API.
    + Add GTK+ API to set a WebKitWebView in view source mode to
    WebKit2.
    + Add API to set a TLS errors policy to WebKit2 GTK+ API.
    + Add WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR to WebKit2 GTK+
    API.
    + Add support for remote Web Inspector to WebKit2.
    + Complete the documentation od sections in WebKit2 GTK+ API.
    + Fix cookies and custom URI requests when the web process is
    re-launched after a crash.
    + Fix a crash in WebKit2 when running inside Xvfb.
    + Fix a crash in WebKit2 when the WebView is resized with the
    inspector attached.
    + Use Harfbuzz instead of Pango in GTK+ port.
    + Add support for WebP image.
    + Port WebAudio backend to GStreamer 1.0 API.
    + Fix the buffering ranges reported with GStreamer 1.0.
    + Implement multipart/x-mixed-replace in the soup network backend
    + Fix invalid entries for plugins in navigator.plugins.
    + Implement AccessibilityUIElementGtk::isSelectable()
    and AccessibilityUIElementGtk::isMultiSelectable().
    + Expose ARIA roles for tab, tabpanel and tablist.
    + Fixed several memory leaks.
  - Add pkgconfig(libwebp) BuildRequires: new dependency.
  - Split out a webkit2gtk-3_0-injected-bundles sub-package.

++++ mariadb:

  - require the errormessage rpm in libmysqld too
    for embedded usage like in AmaRoK.

++++ python3-base:

  - update baselibs for new version of libpython3

++++ libvpx:

  - update to version 1.2.0
  - doing it via patch due to lacking release tar ball
  - From release notes:
  - full api and abi compatible to 1.x release line
  - Enhancements:
    VP8 optimizations for MIPS dspr2
    vpxenc: add -quiet option
  - Speed:
    Encoder and decoder speed is consistent with the Eider release.
  - Quality:
    In general, quality is consistent with the Eider release.
    Minor tweaks to ARNR filtering
    Minor improvements to real time encoding with multiple temporal layers
  - Bug Fixes:
    Fixes multithreaded encoder race condition in loopfilter
    Fixes multi-resolution threaded encoding
    Fix potential encoder dead-lock after picture resize

++++ makedumpfile:

  - Added support for structured logging added in Linux v3.5. (bnc#801063)

++++ nss_ldap:

  - Fix segfault when using with glibc-2.16 and linking with pthread.
    * adds patches:
    nss_ldap-265-glibc-2.16.patch (PADL-Bug#445)
    nss_ldap-265-pthread.patch (PADL-Bug#446)

++++ openvpn:

  - Join openvpn.service systemd cgroup in start when needed, e.g.
    when starting with further parameters. (bnc#781106)

++++ sysconfig:

  - version 0.80.3
  - rcnetwork: reworked suspend/resume hooks (bnc#781106)

++++ vim:

  - Updated to revision 785, fixes the following problems
    * Jumping to a mark does not open a fold if it is in the same line.
    * Not all message translation files are installed.
    * Segfault when doing "cclose" on BufUnload in a python function.
    * ":help cpo-*" jumps to the wrong place.
    * settabvar() and setwinvar() may move the cursor.
    * 'matchpairs' does not work with multi-byte characters.
    * Vim.h indentation is inconsistent.
    * Uninitialized variable. (Yasuhiro Matsumoto)
    * Cursor is at the wrong location and below the end of the file
    * Crash when OriginalFirstThunk is zero.
    * Tiny GUI version misses console dialog feature.
    * ml_get error when searching, caused by curwin not matching curbuf.
    * When building with Gnome locale gets reset.
    * Compiler error for adding up two pointers. (Titov Anatoly)
    * Backwards search lands in wrong place when started on a multibyte
    * char2nr() and nr2char() always use 'encoding'.
    * Drawing with 'guifontwide' can be slow.
    * Crash when mark is not set. (Dominique Pelle)
    * Error when 'guifontwide' has a comma.
    * Crash with specific use of search pattern.

++++ yast2-pkg-bindings:

  - fixed documentation build (bnc#800692)
  - 2.23.1

------------------------------------------------------------------
------------------  2013-1-27  -  Jan 27 2013  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Add two more patches from git:
    + 0011-zypp-Fix-compile-with-__attribute__-gnu_printf.patch
    + 0012-zypp-less-debug-in-progress-functions.patch

++++ coreutils:

  - do not require texinfo for building, texlive is a bit too heavy

++++ dialog:

  - Build with libtool using
  - Add devel package

++++ kiwi:

  - Implement KIWIXMLPXEDeployConfigData
    +  supports multiple declarations of 
    + remove confArch, confDest, and confSource from KIWIXMLPXEDeployData
    and encapsulate in this new object
  - Integrate KIWIXMLPXEDeployConfigData into XML
    + hold array of KIWIXMLPXEDeployConfigData and enforce child relationship
    to KIWIXMLPXEDeployData indirectly
  - Implement proper default processing for partition definitions in
    KIWIXMLPXEDeployData
    + previously the default setting were applied in the XML in the old data
    model. In the new data model all default are known only to the type
    encapsulating the data
  - Eliminate all *PXEDeploy*_legacy methods from XML class
    + update client code to use new data model provided objects
  - Eliminate all calls to _legacy in the PXE image creation code path
  - Implement new tests and update existing tests as necessary
    + new tests for new class
    + update tests for default values
    + new tests for default settings
    + eliminate _legacy tests for PXEDeploy
  - fixed hybrid iso search to respect partition devices and
    prefer them over the entire disk device. Additionally don't
    set a loop on the found device anymore which was used to
    workaround the busy state set by the kernel.

++++ libgphoto2:

  - updated to 2.5.1 final version
  - more fixes in the wait-event, capture preview and
    regular capture code for Canon and Nikon.
  - some new camera ids added

++++ webkitgtk:

  - Update to version 1.11.2:
    + Implement inspector server on Linux for remote debugging.
    + Add support for password remembering to HTTP authentication
    dialog in WebKit2 using libsecret.
    + Add API to get favicons to WebKit2 GTK+ API.
    + Add API to get the WebKitWebView associated to a WebKitDownload
    to WebKit2 GTK+.
    + Add GObject introspection support to WebKit2 GTK+ API.
  - Add pkgconfig(libsecret-1) BuildRequires: new dependency.

++++ webkitgtk3:

  - Update to version 1.11.2:
    + Implement inspector server on Linux for remote debugging.
    + Add support for password remembering to HTTP authentication
    dialog in WebKit2 using libsecret.
    + Add API to get favicons to WebKit2 GTK+ API.
    + Add API to get the WebKitWebView associated to a WebKitDownload
    to WebKit2 GTK+.
    + Add GObject introspection support to WebKit2 GTK+ API.
  - Add pkgconfig(libsecret-1) BuildRequires: new dependency.

++++ libxcb:

  - Use more robust make install call
  - New Git repository URLs

++++ traceroute:

  - Initial version. obsoletes the version found in package net-tools
  - This is the implementation used by the rest of the planet, not
    the one found in SUSE but Fedora, RHEL, Debian, Mandriva, Gentoo, Ubuntu.

++++ zsh:

  - Fix zypper completion [bnc#752112]
    * zsh-zypper-completion.patch
  - Fix osc completion (SUSE versions)
    * zsh-osc-suseversion.patch

------------------------------------------------------------------
------------------  2013-1-26  -  Jan 26 2013  -------------------
------------------------------------------------------------------

++++ apache2:

  -  Apache 2.4.3
    * SECURITY: CVE-2012-3502
    * SECURITY: CVE-2012-2687
    * mod_cache: Set content type in case we return stale content.
    * lots of bugfixes see http://www.apache.org/dist/httpd/CHANGES_2.4.3
  - Improve systemd unit file (tested for months)

++++ fcitx:

  - update to 4.2.7
    * new feature for user:
    + qt im module support per window input context.
    + quickphrase add new custom ui editor.
    + all pinyin now support stroke.
    + add clipboard input support (Ctrl + ; to use it)
    + fcitx-diagnose script for diagnose the problem
    + new dark skin which can also work for non-composite window manager (though
    looks not the same)
    + Helping xmodmap user to correct loading ~/.Xmodmap by default
    + Bind one input method with specific key.
    + Translation update (German, and some spanish).
    + Add "up" and "down" to paging key by default
    + fcitx-config now will comment out the value which is same as the default
    value upon save, so default value can be controlled by upstream fcitx change.
    + reload only one addon configuration
    * new feature for developer:
    + Big build system improvement
    + remove intltool dependency
    + auto-codegen tool for cross module function.
    + add libfcitx-qt, containing dbus stuff and provides custom ui plugin
    architecture.
    + candidate window can be overriden to use horizontal / vertical by input
    method. (kimpanel need KDE 4.10 to use this feature)
    + paging can be override by custom function
    * bug fix:
    + fix for xim restart.
    + add more locale to xim by default.
    + compatible with lua 5.2
    + some other misc bugfix
  - added patches
    * fcitx-4.2.7-compat-12.2.patch
    + fix 12.2 and below builds, remove next release
    * fcitx-4.2.7-compat-qt474.patch
    + fix qt 4.7 builds with 12.1 and below
    + remove next release
    * fcitx-4.2.7-compat-gcc46.patch
    + fix gcc 4.6 builds with 12.1 and below
    + remove next release

++++ fcitx-chewing:

  - update version 0.2.0
    * fix a bug in candidate selection.

++++ fcitx-cloudpinyin:

  - update version 0.3.1
    * update to support clean quit.

++++ fcitx-sunpinyin:

  - update version 0.4.0
    * adjust some default configuration for better user experience.
  - fcitx-sunpinyin-0.4.0-compat-gcc46.patch
    * fix gcc 4.6 builds with 12.1 and below
    * remove next release

++++ kdebase4-openSUSE:

  - Added kconf scripts for clearing the plasma cache

++++ kiwi:

  - fixed use of undefined value as an ARRAY reference in
    KIWIXML::getUsers() method
  - make grub2 search more robust by searching for a flag file
    named like the unique ID used in the ISO header or MBR. This
    completes (bnc #799488)
  - make sure grub2/grub2-efi are part of the isoboot initrd

++++ webkitgtk:

  - Update to version 1.11.1:
    + Use XDamage to improve accelerated compositing performance.
    + Enable the edge distance anti-aliasing for accelerated
    compositing layers.
    + Add support to build with EGL OpenGL backend.
    + Add support for WebAudio.
    + Save the original URI for downloaded files as GIO metadata of
    the destination file.
    + Add API for controlling the user agent to WebKit2.
    + Add API to WebKit2 to allow running JavaScripts from a
    WebKitWebView using a GResource containing the script.
    + Add Undo/Redo and SelectAll predefined editing commands to
    WebKit2 GTK+ API.
    + Add a setting to enable/disable smooth scrolling to WebKit2 GTK+
    API.
    + Add API to get the web view that initiated a custom URI request
    to WebKit2 GTK+.
    + Implement ViewState methods of WebKitWebView in WebKit2.
    + Add API to get/set the security policy of a given URI scheme to
    WebKit2 GTK+.
    + Add WebKitWebView:is-loading property to WebKit2 GTK+ API.
    + Sanitize the suggested filename when building the download
    destination URI in WebKit2.
    + Fix disk cache in WebKit2 to actually dump the contents to disk.
    + Fix a crash in WebKit2 when navigating between pages in the
    history cache.
    + Fix a crash in WebKit2 when a download initiated by the policy
    checker fails.
    + Fix a crash in network backend with non-UTF8 HTTP header names.
    + Properly close audio device after playing sound.
    + Purge unused favicons from IconDatabase after 30 days.
    + Properly expose  elements to ATs.
    + The new accessibility CanvasRole is now mapped to
    ATK_ROLE_CANVAS.
    + Fix an infinite loop in accessibility code.
    + Fix a crash in
    AccessibilityObject::accessibilityPlatformIncludesObject().
    + Fix a crash in WebCore::HTMLSelectElement::selectedIndex().
    + Fix incorrect/unexpected characters in the text of certain
    accessibles.
    + Implement AccessibilityUIElement::titleUIElement() and
    AccessibilityUIElement::stringValue().
    + Fix LLint build with -g -02.
    + Properly process GDK_SMOOTH_SCROLL events.

++++ webkitgtk3:

  - Update to version 1.11.1:
    + Use XDamage to improve accelerated compositing performance.
    + Enable the edge distance anti-aliasing for accelerated
    compositing layers.
    + Add support to build with EGL OpenGL backend.
    + Add support for WebAudio.
    + Save the original URI for downloaded files as GIO metadata of
    the destination file.
    + Add API for controlling the user agent to WebKit2.
    + Add API to WebKit2 to allow running JavaScripts from a
    WebKitWebView using a GResource containing the script.
    + Add Undo/Redo and SelectAll predefined editing commands to
    WebKit2 GTK+ API.
    + Add a setting to enable/disable smooth scrolling to WebKit2 GTK+
    API.
    + Add API to get the web view that initiated a custom URI request
    to WebKit2 GTK+.
    + Implement ViewState methods of WebKitWebView in WebKit2.
    + Add API to get/set the security policy of a given URI scheme to
    WebKit2 GTK+.
    + Add WebKitWebView:is-loading property to WebKit2 GTK+ API.
    + Sanitize the suggested filename when building the download
    destination URI in WebKit2.
    + Fix disk cache in WebKit2 to actually dump the contents to disk.
    + Fix a crash in WebKit2 when navigating between pages in the
    history cache.
    + Fix a crash in WebKit2 when a download initiated by the policy
    checker fails.
    + Fix a crash in network backend with non-UTF8 HTTP header names.
    + Properly close audio device after playing sound.
    + Purge unused favicons from IconDatabase after 30 days.
    + Properly expose  elements to ATs.
    + The new accessibility CanvasRole is now mapped to
    ATK_ROLE_CANVAS.
    + Fix an infinite loop in accessibility code.
    + Fix a crash in
    AccessibilityObject::accessibilityPlatformIncludesObject().
    + Fix a crash in WebCore::HTMLSelectElement::selectedIndex().
    + Fix incorrect/unexpected characters in the text of certain
    accessibles.
    + Implement AccessibilityUIElement::titleUIElement() and
    AccessibilityUIElement::stringValue().
    + Fix LLint build with -g -02.
    + Properly process GDK_SMOOTH_SCROLL events.

++++ net-tools:

  - add etherwake

------------------------------------------------------------------
------------------  2013-1-25  -  Jan 25 2013  -------------------
------------------------------------------------------------------

++++ bluez:

  - also run spec-cleaner on bluez-gstreamer.spec, add README for
    packagers, fix bluez-gstreamer changelog

++++ insserv-compat:

  - install compat insserv.conf (bnc#800477)

++++ kdebase4-workspace:

  - changed kdm-cope-with-new-grub.diff
    * kdm: don't even look for grub-set-default, we won't need it
    (bnc#771545)

++++ kiwi:

  - fixed grub2 prefix and root variable setup (bnc #799488)
  - fixed layout of iso's and also make sure fixCatalog()
    is called
  - enhanced isohybrid call to know about --uefi option.
    Creating an EFI capable hybrid iso requires the new isohybrid
    tool including patches by Steffen Winterfeldt as well as
    a correctly prepared ISO to write the information. This commit
    is only about calling isohybrid whereas the last commits was
    about preparation of the iso itself
  - Remove getEc2Config_legacy method from XML
    + Change client code to use new getEC2Config method and work with the
    returned EC2ConfigData object
  - Change getDisplayName implementation in XML
    + Use data from the new data structure to return the name
  - Reorder some operations in the EC2 image creation step
    + Facilitate early exit by first checking the architecture
    + Eliminate all _lgacy calls from this code path
    + Move variable initialization closer to the place where the values
    are used
    + Handle all AWS account stuff towards the end of the method,
    when we need the information, as this is not treated as
    an error anyway
  - Fix link in documentation
    + The repo for the EC2 tools moved from Virtualization:/Cloud to Cloud:/

++++ kiwi-config-openSUSE:

  - use X11-cd package list for x11 rescue

++++ krb5:

  - package missing file (bnc#794784)

++++ soundtouch:

  - Update to version 1.7.1:
    * Added files for Android compilation
    * Sound quality improvements
    * Improved flush() to adjust output sound stream duration to
    match better with ideal duration
    * Rewrote x86 cpu feature check to resolve compatibility problems
    * Configure script automatically checks if CPU supports mmx & sse
    compatibility for GNU platform, and the script support now
    "--enable-x86-optimizations" switch to allow disabling
    x86-specific optimizations.
    * Revised #define conditions for 32bit/64bit compatibility
    * gnu autoconf/automake script compatibility fixes
    * Tuned beat-per-minute detection algorithm
  - Updated man page from Debian unstable.

++++ libcdr:

  - Update to upstream version 0.0.10
    * Fix wrong encoding of some text strings
    * New dependency on libicu-devel
  - Upstream patch fixing large-angle computation

++++ clucene-core:

  - Replace wrong shlib package name "libclucene2" (the SONAME is
    libclucene*.so.1, not .2) by libclucene-{core,shared}1
  - Use more robust make install command
  - Add patch clucene-kill-ext-includes.diff

++++ cmis-client:

  - Fix libcmis-c-devel dependency over itself.

++++ icu:

  - license update: X11
    official spdx.org license list now contains an entry for X11

++++ webkitgtk:

  - Add spaces in the RPM_OPT_FLAGS additions, otherwise it will
    concatenate options and fail (ppc).

++++ webkitgtk3:

  - Add spaces in the RPM_OPT_FLAGS additions, otherwise it will
    concatenate options and fail (ppc).

++++ libnl3:

  - Update to new upstream release 3.2.21
    * SocketCAN support
    * Add link carrier support

++++ popt:

  - license update: X11
    New spdx.org license list now contains an official entry for X11

++++ libreoffice:

  - do-not-delete-PropertyMapEntry-instance.diff: lost charts (bnc#798271)

++++ spandsp:

  - Update to new upstream release 0.0.6pre21
    * No upstream changelog has been specified

++++ pam:

  - Remove deprecated pam_tally.so module, it's too buggy and can
    destroy config and log files.

++++ patterns-openSUSE:

  - Guido Berhoerster (1):
    Reduce dependencies on GNOME packages in XFCE
    Michal Hrusecky (1):
    Replacing MySQL with MariaDB in LAMP pattern
    Raymond Wooninck (1):
    Remove ConsoleKit-devel and add the two new kdegames development libraries
    Commit: 485bc121

++++ xterm:

  - Patch #288 - 2013/01/09
    * fix a special case in ShowCursor where the foreground and
    background colors of the current position are the same. In
    that case, choose the further of the window's foreground and
    background colors for the cursor color.
    * modify alternateScroll feature added in patch #282 to use
    either CSI or SS3 according to the cursor keys application
    mode setting, to simplify using it in vi, etc. (suggested by
    Dietar Roelants).
    * revise manpage for resize to clarify the changes which resize
    may make to the terminal settings as well as to the terminal
    itself.
    * remove code such as struct ttysize, used for SunOS 3 and 4.
    * modify configure script and makefile to check for groff and
    suppress groff-specific rules if groff is not found.
    * modify ctlseqs.ms and makefile to work around bugs in grohtml
    which cause ".png" files to be truncated when producing html
    documentation.
    * modify suffix rules for "make docs" to make the names of the
    generated ".png" files predictable, helping to work around
    longstanding problems with this feature of groff-none of its
    releases work for all of xterm's tables..
    * correct typo in ctlseqs.ms for DECIC and DECDC; the character
    preceding the final "~" is an ASCII single-quote "'" rather
    than a space (report by Paul LeoNerd Evans).
    * update CF_GCC_VERSION macro, handling both Debian and Darwin.
    * improve configure script checks for the
  - -with-desktop-category option. After patch #280 changes, if
    no value was given for this option, and no existing desktop
    files found for comparison, the incorrect "auto" value was
    passed into the generated desktop file (report by Julien
    Cristau).
    * modify sample build-scripts to disable check for imake due to
    code-rot in Xorg.
    * add -v command-line option to resize, reporting the same
    version string as xterm and the two shell-wrappers.
    * make name-transformation apply to other occurrences of resize,
    other manpages.
    * special-case the name-transformation in xterm's manpage in the
    NAME section so that the result works with makewhatis (report
    by Julien Cristau).
    * modify install-rules for manpages to put each program's
    respective transformed name into the header rather than
    xterm's.
    * remove deprecated files: proto.h, os2main.c
    * minor fixes based on Coverity scan, including:
    + correct caching of Atom value for the font menu's
    "Selection" entry.
    + ensure that utmp/utmpx calls do not depend upon trailing
    nulls in the ut_id and ut_line values.

------------------------------------------------------------------
------------------  2013-1-24  -  Jan 24 2013  -------------------
------------------------------------------------------------------

++++ ConsoleKit:

  - move-pid-and-database-to-run-directory.patch: move database and
    pid file to /run/ConsoleKit.

++++ Mesa:

  - update to Mesa 9.0.2: a bugfix release
    * [KMS] mesa demo spectex broken on rv280 (fdo#22576)
    * KMS/R200: Bad shading in NWN since Mesa rewrite (fdo#26809)
    * [bisected regression] Oglc fbo(negative.invalidParams3)
    Segmentation fault (fdo#45877)
    * st_glsl_to_tgsi.cpp:4006:dst_register: Assertion
    `index < VERT_RESULT_MAX' failed (fdo#54402)
    * Memoryleak with glPopAttrib only on Intel GM45 (fdo#55175)
    * glcpp accepts junk after #else/#elif/#endif tokens (fdo#56442)
    * EGL sets error to EGL_SUCCESS when DRI driver fails to create
    context (fdo#56706)
    * Webgl conformance shader-with-non-reserved-words crash. (fdo#57622)
    * r200: Culling is broken when rendering to an FBO (fdo#57842)
    * r300g: blend sfactor=GL_DST_COLOR fails with FBOs (fdo#57984)
    * [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:75:analyse_src: Assertion `src->Index < (sizeof(ctx->imm)/sizeof((ctx->imm)[0]))' failed. (fdo#58545)
    * src/glsl/tests/Makefile.am missing $(top_srcdir)/include (fdo#59383)

++++ igerman98:

  - Don't require igerman98-doc everywhere, it just documentation

++++ autoyast2:

  - fix problem reuse of large number of partitions and few extra
    partition slots available (e.g. 15 on cciss) (bnc#799725)

++++ libchewing:

  - Parallel build with %_smp_mflags
  - Remove redundant %clean, authors sections
  - Avoid requires on library, the other way is preferred
    (library requires data package)

++++ dbus-1-x11:

  - Move everything (pid files, lock files, etc.) to /run.
    add: dbus-move-everything-to-run-directory.patch

++++ freerdp:

  - update to 1.0.2
  - bugfix release (no changelog posted)
  - drop patches that are upstream

++++ gobject-introspection:

  - Update to version 1.35.4:
    + Update glib annotations.
    + Various mallardwriter improvements and fixes
    + Bugs fixed: bgo#690514, bgo#686388, bgo#656312, bgo#691030,
    bgo#690850, bgo#690851, bgo#691524, bgo#678401, bgo#684059,
    bgo#682355.

++++ glibc:

  - Don't run testsuite in parallel
  - Fail if testsuite fails
  - Disable crypt/badsalttest test

++++ glibc:

  - Don't run testsuite in parallel
  - Fail if testsuite fails
  - Disable crypt/badsalttest test

++++ gnutls:

  - Updated to GnuTLS 3.0.27
  - libgnutls: Fixed record padding parsing issue.
  - libgnutls: Stricter RSA PKCS #1 1.5 encoding.
  - libgnutls-guile: Fixed parallel compilation issue.
  - API and ABI modifications: No changes since last version.

++++ clutter-gst:

  - Update to version 2.0.0:
    + Fix a bug a autocluttersink that would lead to playbin not
    considering it as a sink any more when removing the actual sink
    from the bin.
    + Small build and deprecation fixes.

++++ hplip:

  - Create /var/log/hp/tmp/ directory that is needed by hp-sendfax
    as a workaround until HPLIP upstream implemented it correctly
    see https://bugs.launchpad.net/bugs/1016507 (bnc#800312).

++++ kdebase4-workspace:

  - changed plasma-kickoff-newly-collapsing.diff:
    * display program icon instead of submenu icon when using reduced
    menu depth (bnc#641916)

++++ kernel-default:

  - Updated to 3.8-rc2.
    Eliminated 1 patch.
  - commit e466109

++++ kernel-desktop:

  - Updated to 3.8-rc2.
    Eliminated 1 patch.
  - commit e466109

++++ kernel-pae:

  - Updated to 3.8-rc2.
    Eliminated 1 patch.
  - commit e466109

++++ kiwi:

  - support the profiles attribute for user definitions
    at the "group" level (bnc #77152)
    * implement new tests
    * update consistency checks
  - added the firmware type 'vboot' to support creation of
    images for arm based boards using google's chrome OS
    boot style

++++ dbus-1:

  - Move everything (pid files, lock files, etc.) to /run.
    add: dbus-move-everything-to-run-directory.patch

++++ snapper:

  - fixed type of time_t in DBus protocol

++++ sqlite3:

  - New Version 3.7.15.2:
    * Added the sqlite3_errstr() interface.
    * Avoid invoking the sqlite3_trace() callback multiple times
    when a statement is automatically reprepared due to
    SQLITE_SCHEMA errors.
    * Enhance IN operator processing to make use of indices with
    numeric affinities.
    * Do full-table scans using covering indices when possible,
    under the theory that an index will be smaller and hence can
    be scanned with less I/O.
    * Enhance the query optimizer so that ORDER BY clauses are more
    aggressively optimized, especially in joins where various
    terms of the ORDER BY clause come from separate tables of the
    join.
    * Add the ability to implement FROM clause subqueries as
    coroutines rather that manifesting the subquery into a
    temporary table.
    * Several enhancements the command-line shell.
    * Added the busy_timeout pragma.
    * Added the instr() SQL function.
    * Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow
    VFS implementations to get access to the busy handler
    callback.
    * The xDelete method in the built-in VFSes now return
    SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not
    * exist.
    * Bug fix: Avoid various concurrency problems in shared cache
    mode.
    * Bug fix: Avoid a deadlock or crash if the backup API, shared
    cache, and the SQLite Encryption Extension are all used at
    once.
    * Bug fix: SQL functions created using the TCL interface honor
    the "nullvalue" setting.
    * Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for
    databases larger than 16GB.
    * Bug fix: Avoid segfault when using the COLLATE operator inside
    of a CHECK constraint or view in shared cache mode.
  - Use %optflags for building
  - Fix debuginfo in the Tcl bindings.

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev.: 1579:9969).

++++ xf86-input-vmmouse:

  - xf86-input-vmmouse 13.0.0
    * Bugfix release for Xserver 1.13. Well tested by our QE so it's
    advisable to upgrade.

++++ xf86-input-wacom:

  - xf86-input-wacom 0.19.0
    A new year, a new release of xf86-input-wacom. The RC for 0.19.0
    went quite smoothly, with only one additional bug popping up on
    the radar.
    * Properly map 2nd abswheel of Cintiq 24HD touch

++++ xf86-video-vmware:

  - xf86-video-vmware 13.0.0
    * Release for Xserver 1.13. ABI bump plus bug fixes. A must have
    for all users of the Xserver 1.13.

------------------------------------------------------------------
------------------  2013-1-23  -  Jan 23 2013  -------------------
------------------------------------------------------------------

++++ Mesa:

  - reverted removing Libs.private/Requires.private in pkgconfig
    files

++++ acpica:

  - Fix tiny bug in acpi_validate which wrongly adds the file which
    is to be compiled additionally to the external reference tables
    list
  - Make use of -in (Ignore NoOp opcodes/operators)
    to avoid false positive errors during compliation/disassembling

++++ boost:

  - Require package for ICU having same minimum version that the build requires.
  - Avoid obsoleting older versions of boost documentation to allow multiple boost package versions in same environment.

++++ bundle-lang-common:

  - update package list

++++ bundle-lang-gnome:

  - update package list

++++ bundle-lang-kde:

  - update package list

++++ cifs-utils:

  - Set parsed_info->got_user when a cred file supplies a username;
    (bnc#800018).

++++ evince:

  - Update to version 3.7.4:
    + The UI has been re-designed to follow the GNOME 3 style:
  - The main menu has been removed.
  - A new toolbar has been added with a gear menu and view menu
    containing the previous main menu items.
  - The zoom control has now an entry that always shows the
    current zoom factor and allows to enter custom zoom factors
    in addition to the predefined ones.
  - In the page selector, the entry and the total pages label are
    linked to look like the same widget.
  - The find bar has also been re-designed and moved to the top
    of the main view.
  - The toolbar in fullscreen mode is now automatically hidden.
  - The view and thumbnail frames can now be styled with CSS
    + New features and improvements:
  - The font properties dialog now shows a message to inform
    whether any of the non-embedded font is one of the 14
    standard fonts (bgo#527222)
  - Migrate from libgnome-keyring to libsecret (bgo#679855)
  - Add a new layout mode that automatically determines if dual
    page mode should be used when the window is large enough.
    (bgo#689468)
  - Make EvLink:link-action and EvLinkAction:dest object
    properties instead of pointers to be properly refcounted
    (bgo#691214)
  - Best fit mode has been renamed to Fit Page (bgo#689468)
  - Make can-zoom-in and can-zoom-out properties of EvView
    (bgo#690510)
  - Move the limits on zoom handling to libview (bgo#690510)
  - Set a default value of 50MB for the pixbuf cache in EvView
    (bgo#689674)
  - Add keywords to the desktop file to make gnome-shell search
    more pleasant and useful (bgo#687604)
    + Bugs fixed: bgo#685828, bgo#669017, bgo#683528, bgo#665856.
    + Updated translations.
  - Replace pkgconfig(gnome-keyring-1) BuildRequires with
    pkgconfig(libsecret-1), following upstreams port to libsecret.

++++ expat:

  - fix of fix of [bnc#798644]
  - according to upstream changelog:
  - Improved ability to build without the configure-generated
    expat_config.h header.  This is useful for applications
    which embed Expat rather than linking in the library.
    because I am not exactly sure about implication of this, rather use
  - DXML_HAVE_VISIBILITY in CFLAG_VISIBILITY in expat-visibility.patch

++++ file:

  - Make if build on ppc64, that is re-add the configure check for
    sizeof long long otherwise readelf fail on ppc64

++++ gobject-introspection:

  - Eliminate lines which contain "from gi.repository import Foo"
    (incl. quotes) as possible matches... this phrase is commonly
    used in multiline documentation blobs (like for example in
    python-gobject >= 3.7.3).
  - Modify gi-find-deps.sh: in case of python scripts, do not add
    python-gobject Requires: we do not know if the scripts is meant
    for python3, which would require python3-gobject.

++++ gutenprint:

  - Do no longer send SIGHUP to cupsd in RPM post install script
    (which would let the cupsd recognize new and updated PPD files
    see the entry dated "Fri Sep 24 10:45:28 CEST 2010" below)
    because SIGHUP to cupsd makes active print jobs fail
    (see bnc#637455 starting at comment#3).
  - Added explicit "Requires: ghostscript" if suse_version > 1210
    because since openSUSE 12.2 cups only "Recommends: ghostscript"
    (to avoid a build dependency cycle) so that gutenprint needs
    an explicit "Requires: ghostscript" for the "cups" device in
    Ghostscript that is required by "rastertogutenprint" (compare
    the entry dated "Thu Apr 28 17:20:03 CEST 2011" below).

++++ kiwi:

  - prepare ISO images in a way that allows hybrid ISO's which boot
    via EFI. There is some magic involved here and we are still not
    there. In order to make it work it's required to have two iso
    meta data blocks whereas one is used as real iso header providing
    boot entries for syslinux and efi-boot as well as the optional
    legacy bios based partition table for hybrids and the other one
    is used to place a gpt partition table to allow this iso to be
    seen as a disk when booting it as disk over EFI
  - removed support for openSUSE 11.4
  - added support for openSUSE 12.3
  - update the extra examples
    + support 12.2 and 12.3
    + remove 11.4
    + add min-gnome as SLES example

++++ samba:

  - Update to 3.6.11.
    + defer_open is triggered multiple times on the same request; (bso#9196).
    + Fix SEGV when using second vfs module; (bso#9471).
  - defer_open is triggered multiple times on the same request; (bso#9196).
  - Fix SEGV when using second vfs module; (bso#9471).
  - Correctly detect O_DIRECT; (bso#9548).
  - Mask off signals the correct way from the signal handler; (bso#9550).
  - ntlm_auth.1: Fix format and make examples visible; (bso#9569).

++++ sysconfig:

  - version 0.80.2
  - rcnetwork: handle also partial -o type|skip options
  - version 0.80.1
  - rcnetwork: Improved redirection and option handling and cleaned
    up obsolete localfs/remotefs options and network manager hooks.
    Honor SYSTEMCTL_OPTIONS variable which can be set to systemctl
    options e.g. --ignore-dependencies while yast2 second stage run
    (bnc#798348).
  - Fixed to use dhclient6 in dhcp6_client state variable (bnc#798828).

++++ yast2-installation:

  - prevent systemctl hang in 2nd stage (from fcrozat@suse.com,
    bnc#798620)
  - 2.23.11

------------------------------------------------------------------
------------------  2013-1-22  -  Jan 22 2013  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - remove check whether systemd is running

++++ audit-secondary:

  - Executing autoreconf requires autoconf

++++ branding-openSUSE:

  - Fix Plymouth 4:3 aspect ratio so it shows vine design

++++ kdebase4:

  - Set icons to align as default for folderview (bnc#327502)
    (added patch folderview_align_to_grid_true.diff)

++++ evince:

  - Update to version 3.7.1:
    + Add application menu (bgo#674937)
    + Set maximum width for page numbers in index to improve the
    isibility of the table of contents (bgo#660113)
    + Use GtkOverlay to show the loading message
    + Use custom cell renderers for the thumbnails icon view to fix
    the huge selection rectangle around thumbnails (bgo#646055)
    + Hold the application while printing is in progress
    + Add 2DGraphics category to the desktop file (bgo#686062)
    + Updated translations.
  - Move nautilus-sendto recommends to the nautilus-evince
    sub-package. Nautilus-evince is supplementing nautilus:evince,
    and thus in plus recommends nautilus-sendto. This answers
    requests that evince should not pull in nautilus on it's own.

++++ evolution:

  - Update to version 3.6.3:
    + Relative URI can crash Evolution in http_request_send_async().
    + EMailDisplay lefts opened file handles to downloaded images.
    + Do not empty trash/delete junk in disabled accounts on exit.
    + backup-restore: Remove references to ~/.camel_certs.
    + Do not hide 'attachment' images with Content-ID.
    + Bugs fixed: bgo#588216, bgo#671628, bgo#677378, bgo#678606,
    bgo#680201, bgo#685808, bgo#686212, bgo#687360, bgo#687974,
    bgo#687997, bgo#687998, bgo#687999, bgo#688819, bgo#689639,
    bgo#689966, bgo#691133, bgo#691134, bgo#691134, bgo#691194,
    bgo#691732, bgo#692003, bgo#692005, bgo#692009, bgo#692143.
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.6.3:
    + Bugs fixed: bgo#202576, bgo#674454, bgo#677378, bgo#680201,
    bgo#684175, bgo#687634, bgo#687670, bgo#687865, bgo#688146,
    bgo#688366, bgo#688479, bgo#688639, bgo#688660, bgo#688795,
    bgo#688926, bgo#689124, bgo#690151, bgo#691124, bgo#691126,
    bgo#691298, bgo#691470, bgo#691477.
    + Updated translations.

++++ expat:

  - Executing autoreconf requires autoconf BuildRequire

++++ file:

  - Update to file version 5.12
    * Warn about inconsistent continuation levels.
    * Change fsmagic to add a space after it prints.
    * Make getline public so that file can link against it.
    Perhaps it is better to rename it, or hide it differently.
    Fixes builds on platforms that do not provide it.
    * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
    what long, int, short, etc is (Guy Harris)
    * add magic_version function and constant
    * Redo memory allocation and de-allocation.
    (prevents double frees on non mmap platforms)
    * Fix bug with name/use having to do with passing
    found state from the parent to the child and back.
    * Only print elf capabilities for archs we know (Jan Kaluza)
    * Add "name" and "use" file types in order to look
    inside mach-o files.
    * add string/T (Jan Kaluza)
    * search for $HOME/.magic.mgc if it is there first
    * fix reads from a pipe, and preserve errno
    * use ctime_r, asctime_r
    * Fixes for indirect offsets to handle apple disk formats
  - Also includes our extfs-minix patch

++++ gobject-introspection:

  - Update to version 1.35.3:
    + scanner: Deprecate using identifier prefixes in GINames.
    + giscanner: Don't prefer identifier prefixes over namespaces in
    deps.
    + Build system enhancements / fixes.
    + Update glib annotations.
    + Updated documentations.
  - Remove remnants of BUILD_FOR_VCS in the spec file.
  - Unconditionall BuildRequire gtk-doc and pass --enable-gtk-doc
    to configure. The build system changed and the doc is no longer
    built otherwise.
  - Fix gi-find-deps.sh: escape "." in grep calls ("\.").

++++ kdebase4-workspace:

  - changed plasma-kickoff-newly-collapsing.diff:
    * don't set name to null if it is equal to genericName or
    genericName is empty. Fixes bnc#725829

++++ kdebase4-openSUSE:

  - Adjustments to the KDE Greeter
    * Add video button
    * change the name of the window from SUSE to openSUSE

++++ kiwi:

  - fix the UserData tests broken by previous update adding merge code
  - implement a merge method that supports the merge of user data
  - added support for EFI in live ISO images. In order to create
    a syslinux plus EFI (grub2) live ISO use the following type
    
    hybrid support for EFI live ISO's requires the new isohybrid
    tool which could also write a gpt into the isoheader.

++++ krb5:

  - krb5-1.10-spin-loop.patch: fix spin-loop bug in k5_sendto_kdc
    (bnc#793336)

++++ audit:

  - Executing autoreconf requires autoconf

++++ systemd:

  - Add systemctl-options.patch: handle SYSTEMCTL_OPTIONS internaly
    (bnc#798620).
  - Update crypt-loop-file.patch to correctly detect crypto loop
    files (bnc#799514).
  - Add journalctl-remove-leftover-message.patch: remove debug
    message in systemctl.
  - Add job-avoid-recursion-when-cancelling.patch: prevent potential
    recursion when cancelling a service.
  - Add sysctl-parse-all-keys.patch: ensure sysctl file is fully
    parsed.
  - Add journal-fix-cutoff-max-date.patch: fix computation of cutoff
    max date for journal.
  - Add reword-rescue-mode-hints.patch: reword rescue prompt.
  - Add improve-overflow-checks.patch: improve time overflow checks.
  - Add fix-swap-behaviour-with-symlinks.patch: fix swap behaviour
    with symlinks.
  - Add hostnamectl-fix-set-hostname-with-no-argument.patch: ensure
    hostnamectl requires an argument when called with set-hostname
    option.
  - Add agetty-overrides-term.patch: pass correctly terminal type to
    agetty.
  - Add check-for-empty-strings-in-strto-conversions.patch: better
    check for empty strings in strto* conversions.
  - Add strv-cleanup-error-path-loops.patch: cleanup strv on error
    path.
  - Add cryptsetup-handle-plain.patch: correctly handle "plain"
    option in cryptsetup.
  - Add fstab-generator-improve-error-message.patch: improve error
    message in fstab-generator.
  - Add delta-accept-t-option.patch: accept -t option in
    systemd-delta.
  - Add highlight-ordering-cycle-deletions.patch: highlight ordering
    cycle deletions in logs.
  - Add core-interpret-escaped-semicolon-as-escaped.patch: accept \;
    in ExecStart.
  - Add hostnamectl-fix-parsing-no-ask-password.patch: accept
    no-ask-password in hostnamectl.
  - Add systemd-cgls-fix-piping-output.patch: fix piping output of
    systemd-cgls.
  - Add core-load-fragment-improve-error-message.patch: improve error
    message when parsing fragments.
  - Add fix-potential-bad-mem-access.patch: fix potential bad memory
    access.
  - Add socket-improve-error-message.patch: improve error message in
    socket handling.
  - Add journal-send-always-send-syslog_identifier.patch: always send
    syslog_identifier if available for journal.
  - Add crypsetup-handle-nofail.patch: handle nofail in cryptsetup.
  - Add crypsetup-generator-state-file-name-in-error-message.patch:
    add filename in error message from crypsetup-generator.
  - Add fstab-generator-error-message-on-duplicates.patch: improve
    error message on duplicate in fstab-generator.
  - Add systemctl-verbose-message-on-missing-install.patch: reword
    missing install error message in systemctl.
  - Add shutdown-improvements.patch: various improvements at
    shutdown.
  - Add localectl-fix-assertion.patch: fix assertion in localectl.
  - Add path-util-fix-potential-crash.patch: fix potential crash in
    path-util.
  - Add coredumpctl-fix-crash.patch: fix crash in coredumpctl.
  - Add socket-verbose-error-message.patch: add more verbose error
    message in socket handling.
  - Add pam-properly-handle-ssh-logins-without-pam-tty-field.patch:
    handle properly ssh-logins without pam tty field.
  - Add fstab-generator-properly-detect-bind-mounts.patch: properly
    detect bind-mounts in fstab-generator.
  - Add localectl-support-systems-without-locale-archive.patch:
    localectl now supports systemd without locale-archive file.
  - Add logind-capability-making-seats-without-fb.patch: allows
    capability of making seats without fb.
  - Add service-forking-ignore-exit-status-main-process.patch: ignore
    exit-statis of main process when forking, if specified in unit
    file.
  - Add systemctl-no-assert-on-reboot-without-dbus.patch: don't
    assert on reboot if dbus isn't there.
  - Add logind-ignore-non-tty-non-x11-session-on-shutdown.patch:
    ignore non tty non-x11 session on shutdown.
  - Add journalctl-quit-on-io-error.patch: fix journalctl quit on io
    error.
  - Add do-not-make-sockets-dependent-on-lo.patch: do not make
    sockets dependent on lo interface.
  - Add shutdown-dont-force-mnt-force-on-final-umount.patch: don't
    force MNT_FORCE on final umount at shutdown.
  - Add shutdown-ignore-loop-devices-without-backing-file.patch:
    ignore loop devices without backing file at shutdown.
  - Add fix-bad-mem-access.patch: fix bad memory access
  - Add parse-multiline-env-file.patch: correctly parse multiline
    environment files (bnc#793411).

++++ libreoffice-help-group1:

  - update to 4.0.0.3
  - build_prepare.inc: share the common build preparation steps between spec files
    * Jan  10 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges
    * Jan  9 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.1
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta2
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta1
  - remove unused build_module_in_parallel define
  - use xz tarballs instead of bz ones
  - remove unused python-devel from BuildRequires
  - add "xz" to BuildRequires; explicitly needed on older SUSE versions
  - remove obsolete patches:
    * build-helpcontent-do-not-check-cups.diff
  - remove obsolete configure switches:
    * --disable-ldap
    * --disable-mozilla
    * --disable-fontconfig
    * --disable-strip-solver
    * --without-stlport
    * --with-system-db
    * --with-java-target-version=1.5
  - use configure switches:
    * --disable-dbus: dbus is not need for help
    * --disable-gstreamer-0-10: gstreamer is not needed for help
    * --disable-python: python is not longer needed for localizing sources
    * --without-system-icu: system ICU is too old on openSUSE < 12.1

++++ libreoffice-help-en-US:

  - update to 4.0.0.3
  - build_prepare.inc: share the common build preparation steps between spec files

++++ libreoffice-help-group2:

  - update to 4.0.0.3
  - build_prepare.inc: share the common build preparation steps between spec files
    * Jan  10 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges
    * Jan  9 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.1
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta2
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta1
  - remove unused build_module_in_parallel define
  - use xz tarballs instead of bz ones
  - remove unused python-devel from BuildRequires
  - add "xz" to BuildRequires; explicitly needed on older SUSE versions
  - remove obsolete patches:
    * build-helpcontent-do-not-check-cups.diff
  - remove obsolete configure switches:
    * --disable-ldap
    * --disable-mozilla
    * --disable-fontconfig
    * --disable-strip-solver
    * --without-stlport
    * --with-system-db
    * --with-java-target-version=1.5
  - use configure switches:
    * --disable-dbus: dbus is not need for help
    * --disable-gstreamer-0-10: gstreamer is not needed for help
    * --disable-python: python is not longer needed for localizing sources
    * --without-system-icu: system ICU is too old on openSUSE < 12.1

++++ libreoffice-help-group3:

  - update to 4.0.0.3
  - build_prepare.inc: share the common build preparation steps between spec files
    * Jan  10 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges
    * Jan  9 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.1
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta2
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta1
  - remove unused build_module_in_parallel define
  - use xz tarballs instead of bz ones
  - remove unused python-devel from BuildRequires
  - add "xz" to BuildRequires; explicitly needed on older SUSE versions
  - remove obsolete patches:
    * build-helpcontent-do-not-check-cups.diff
  - remove obsolete configure switches:
    * --disable-ldap
    * --disable-mozilla
    * --disable-fontconfig
    * --disable-strip-solver
    * --without-stlport
    * --with-system-db
    * --with-java-target-version=1.5
  - use configure switches:
    * --disable-dbus: dbus is not need for help
    * --disable-gstreamer-0-10: gstreamer is not needed for help
    * --disable-python: python is not longer needed for localizing sources
    * --without-system-icu: system ICU is too old on openSUSE < 12.1

++++ libreoffice-help-group4:

  - update to 4.0.0.3
  - build_prepare.inc: share the common build preparation steps between spec files
    * Jan  10 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges
    * Jan  9 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.1
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta2
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta1
  - remove unused build_module_in_parallel define
  - use xz tarballs instead of bz ones
  - remove unused python-devel from BuildRequires
  - add "xz" to BuildRequires; explicitly needed on older SUSE versions
  - remove obsolete patches:
    * build-helpcontent-do-not-check-cups.diff
  - remove obsolete configure switches:
    * --disable-ldap
    * --disable-mozilla
    * --disable-fontconfig
    * --disable-strip-solver
    * --without-stlport
    * --with-system-db
    * --with-java-target-version=1.5
  - use configure switches:
    * --disable-dbus: dbus is not need for help
    * --disable-gstreamer-0-10: gstreamer is not needed for help
    * --disable-python: python is not longer needed for localizing sources
    * --without-system-icu: system ICU is too old on openSUSE < 12.1

++++ libreoffice-help-group5:

  - update to 4.0.0.3
  - build_prepare.inc: share the common build preparation steps between spec files
    * Jan  10 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges
    * Jan  9 2013 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.1
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta2
    * Dec 19 2012 by tchvatal@suse.com in LibreOffice:Unstable
  - update to 4.0.0.0.beta1
  - remove unused build_module_in_parallel define
  - use xz tarballs instead of bz ones
  - remove unused python-devel from BuildRequires
  - add "xz" to BuildRequires; explicitly needed on older SUSE versions
  - remove obsolete patches:
    * build-helpcontent-do-not-check-cups.diff
  - remove obsolete configure switches:
    * --disable-ldap
    * --disable-mozilla
    * --disable-fontconfig
    * --disable-strip-solver
    * --without-stlport
    * --with-system-db
    * --with-java-target-version=1.5
  - use configure switches:
    * --disable-dbus: dbus is not need for help
    * --disable-gstreamer-0-10: gstreamer is not needed for help
    * --disable-python: python is not longer needed for localizing sources
    * --without-system-icu: system ICU is too old on openSUSE < 12.1

++++ libreoffice-icon-themes:

  - update to 4.0.0.3

++++ libreoffice-l10n:

  - update to 4.0.0.3

++++ libssh:

  - Update to version 0.5.4
    * CVE-2013-0176 - NULL dereference leads to denial of service
    * Fixed several NULL pointer dereferences in SSHv1.
    * Fixed a free crash bug in options parsing.

++++ libyui-ncurses-pkg:

  - Bug-fix for package search (concerning package summary)
  - V 2.43.3

++++ libzypp:

  - make multicurl suppress progress reports for the metalink download
  - work around libcurl bug that sometimes gives us old values in the
    progress callback
  - version 12.8.0 (0)

++++ openmpi:

  - fixed Source0 URL

++++ sed:

  - Update to version 4.2.2:
    * don't truncate input for lines of length 2^31 and longer
    * fix endless loop on incomplete multibyte sequences (bnc#743689)
    * -u also does unbuffered input
    * New command `F' to print current input file name
    * sed -i, s///w, and the `w' and `W' commands also obey the
  - -binary option
    * --posix fails for scripts that end in a backslash.
    * New option -z (--null-data) to separate lines by ASCII NUL.
    * \x26 (and similar escaped sequences) produces a literal & in
    the replacement argument of the s/// command.
  - Split lang package.
  - Option to verify GPG signature.

------------------------------------------------------------------
------------------  2013-1-21  -  Jan 21 2013  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - two more patches from git:
    0010-zypp-ignore-system-resolvables-during-install-too.patch
    0009-zypp-merge-all-backend-code-into-one-file-much-easie.patch
  - Add two more patches fixing things from git:
    + 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch
    + 0008-zypp-ignore-System-upgrades-during-update.patch

++++ autofs:

  - autofs-5.0.7-upstream-patches-20130121.bz2: update 5.0.7 upstream
    patches to 20130121, fixing some bugs:
    * fix nobind man page description
    * fix submount offset delete
    * fix init script status return
    * fix use get_proximity() without libtirpc
    * don't use dirent d_type to filter out files in scandir()
    * don't schedule new alarms after readmap
    * use numeric protocol ids instead of protoent structs
    * lib/defaults.c: use WITH_LDAP conditional around LDAP types
    * make yellow pages support optional
    * modules/replicated.c: use sin6_addr.s6_addr32
    * workaround missing GNU versionsort extension
  - remove patches that are now upstream:
    * autofs-5.0.7-fix-scandir-filter.patch
    * autofs-5.0.7-use-protocol-id-instead-of-protoent.patch
    * autofs-5.0.7-dont-reschedule-alarm-after-signals.patch

++++ blinken:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ bluez:

  - Unconditionally enable the systemd bluetooth service (actual
    activation of bluez is triggered by udev) (bnc#796671).
  - Run spec-cleaner.

++++ bzip2:

  - Add %{version} to Obsoletes/Provides
  - Executing autoreconf requires autoconf
  - Set RPM groups to the common ones we use for library and
    "-devel" packages

++++ cvsps:

  - update to 3.9
    * Added -i option for generating incremental fast exports.

++++ desktop-data-openSUSE:

  - Update for changes to XDG menu spec (bnc#443364):
    * Edutainment is now two top level menus, Education and Science
    * All additional categories allowed for Education are now
    permitted for Science
    * Monitor additional category is permitted for System and Network
    * Spirituality, Maps, Feed, NetworkService, Shooter additional
    categories were added

++++ kiten:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ gnome-settings-daemon:

  - Update to version 3.7.4:
    + Color:
  - Addition to implement new mockups in gnome-control-center
    + Housekeeping:
  - Fix purging not working
    + Keyboard:
  - Don't migrate ibus xkb engines
    + Media-keys:
  - Save screenshots without using gnome-screenshot
  - Updated design for the on-screen OSD
  - Show output device when changing the volume
  - Add OSD support for the "Battery" key on certain laptops
  - Add support for the microphone mute key on certain keyboards
  - Move sound initialisation out of the critical startup path
    + Power:
  - Add test suite
  - Fix Power settings panel not picking up the updated
    brightness
  - Fix dimming of the screen not working, and don't dim when
    inhibited
  - Fix timeouts being longer than configured in some cases
  - Aggressively blank the screen when the shield is down
  - Update idle configuration when plugging or unplugging the
    mains
  - Really turn off the screen on suspend for MacBook laptops
  - Allow overriding VM detection with the gnome.is_vm=[01]
    kernel command-line parameter
    + Updates:
  - Support notification filtering
    + Wacom:
  - Fix problems resetting touch buttons on 64-bit systems
  - Allow switching modes while OSD is active
    + XRandR:
  - use default-monitors-setup for autoconfiguration even after
    boot
    + Updated translations.
  - Drop gnome-settings-daemon-double-suspend.patch: fixed upstream.
  - Update to version 3.7.3:
    + Add implementation for Freedesktop.org ScreenSaver inhibition
    API
    + Disable animations on slow links (VNC for example)
    + Remove fallback mode handling code
    + Disable the smartcard plugin for now
    + Cursor:
  - Only show the cursor when the mouse gets used
    + Daemon:
  - Many plugins ordering bug fixes
  - Use gnome-session properties instead of libsystemd-login
  - Allow whitelisting plugins, to make it easier for gdm to
    catch up
  - Install all the schemas, even the ones for which the plugins
    aren't installed
  - Add a way to replace the daemon
  - exit gracefully if the session name is already taken
    + Housekeeping:
  - Implement automatic purging of trash, along with a D-Bus
    interface for it
    + Keyboard:
  - Fix build without IBus
  - Fix potential infinite loop due to num-lock handling
  - Don't print warnings when calls are cancelled
  - Handle keyboard shortcuts with Caps Lock for switching inputs
    + Media-keys:
  - Use the shared libgnome-volume-control code
  - Support launching gnome-calculator instead of gcalctool
  - Add default shortcuts for the magnifier
  - Add repeat to the brightness keys
    + Mouse:
  - Fix natural horizontal scroll
    + Power:
  - Remove unused settings keys
  - Do not attempt to suspend, dim or blank if running inside a
    VM
  - Port to GnomeIdleMonitor from gnome-desktop
  - Adjust sleep timer to blank timer in some cases
  - Check if action is available before taking action
  - Hide critical battery warning when power is plugged
  - Fix possible race with gnome-shell on startup
    + Print-notifications:
  - Don't show strange notifications when printing
    + Sound:
  - Fix sound plugin never working properly
    + Updates:
  - Fix warning on startup with PackageKit < 0.8.1
    + Wacom:
  - Avoid infinite recursion with a non-Wacom display
  - Fix handling of Cintiq 24HD mode-switch buttons
  - Mode switch LED fixes for some tablets
  - Add OSD help window (see gnome-control-center for how to
    launch it)
    + XRandR:
  - Add new follow-lid behavior and tie gsd-power lid-close to
    XRandR
  - Avoid crasher if XRandR calls fail on startup
  - Fix the "rotate" button not working
  - Swap axes for some (non-Wacom) tablets as well
  - Add pkgconfig(librsvg-2.0) BuildRequires: new dependency for the
    wacom plugin.
  - Drop gnome-settings-daemon-build-without-ibus.patch: fixed
    upstream.
  - Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
  - Define with_smartcard, set to 0, to conditionally package the
    smartcard plugin. Currently disabled, as it's broken.
  - Add gnome-settings-daemon-build-without-ibus.patch: Fix build
    without IBUS.
  - Clean up the BUILD_FROM_VCS conditions.
  - Update to version 3.7.1:
    + Daemon:
  - Provide a singleton SessionManager proxy object
  - Ensure session registration happens before other idles
  - Use logind for suspending and rebooting the system
  - Require logind for session tracking
    + Input:
  - Clarify hotplug command exit value handling
  - Add trackball detection
    + Keyboard:
  - Add default ibus engine for Indic locales
  - Don't apply global settings for every keyboard
    + Mouse:
  - Re-enable touchpad when mouse isn't present
    + Power:
  - Fix "no devices" error path in gsd-backlight-helper
  - Add a watchdog to keep X's builtin screen saver disabled
  - Fix a number of possible crashers
    + Wacom:
  - Add support for touchstrips and touchrings without a
    modeswitch
    + XSettings:
  - Optimise xsettings changes.
  - Change with_systemd defines to 1 in order to enable systemd.

++++ gnome-shell:

  - Add g-s-honor-lock-delay-GSettings.patch,
    org.gnome.desktop.screensaver.lock-delay contains the grace
    period of the screensaver: if deactivated within that many
    seconds from the start of the idle period, the shell should not
    prompt for a password. This setting correspond to the "Lock
    screen after" combo in screen and privacy panels. (bgo#690766).
  - Add g-s-use-the-right-getter.patch, org.gnome.desktop.screensaver
    lock-delay is an integer, so don't use get_bool() on it.
    (bgo#691170).

++++ haveged:

  - spit off devel package (all new files not present before)
  - spit off library package to follow shared library policy
  - update to 1.7
    * Add havege_status_dump() as basis for haveged diagnositics
    * Provide sample spec to build haveged and haveged-devel
    * Add contrib/build to provide build support
    * Modify build to use libtool
    * Retname base types to alias stdint.h types to allow 'fixes' if necessary
    * Rename all public functions to follow havege_* naming convention
    * Sanitize havege.h to be include file for devel package
    * Add destroy() to havege for library use.
    * Move all remaining static vars to allocated memory.
    * Rework include file structure to eliminate include sequence errors.
    * Fix (rare) segfault in test0 caused by 1.6 alignment fix
  - update to  v1.6a
    * Fix typo in configure.ac

++++ java-1_7_0-openjdk:

  - few missing /openjdk/%{origin}/ changes

++++ kalgebra:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kalzium:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kanagram:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kbruch:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kdebase4-workspace:

  - updated storage.diff to the one that is in review board

++++ kdelibs4:

  - Added make-plasma-widgets-respect-plasma-button-colors.patch,
    fixes kde#310389, kde#263979

++++ kernel-default:

  - ARM: fix imx usb driver build issue.
  - commit 4f2d1a3

++++ kernel-desktop:

  - ARM: fix imx usb driver build issue.
  - commit 4f2d1a3

++++ kernel-pae:

  - ARM: fix imx usb driver build issue.
  - commit 4f2d1a3

++++ kgeography:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ khangman:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kig:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kiwi:

  - fix architecture handling for ProductPackages, allow a
    comma separated list of architectures
  - removed __checkNoProfsBootstrapPackages check. It's allowed
    to have profiles specified in the bootstrap packages. There
    are image descriptions which installs the entire system by
    bootstrap packages. Reason for this is if the packagemanager
    in the image is not compatible to the implementation in kiwi
    e.g SLE10. Other than that we officially support bootstrap
    only installation including all features of 'image' typed
    package sections.
  - allow archives in the bootsrap section to allow build
    of images of older distributions

++++ kmplot:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ ktouch:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ kwordquiz:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ marble:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ mutter:

  - Add mutter-stop-jumping-windows.patch, windows might in some
    cases jump from one monitor to an other, this patch fixes this.
    (bgo#556696).

++++ ncurses:

  - Add ncurses patch 5.9.20130119
    + fixes for issues found by Coverity:
    + fix memory leak in safe_sprintf.c
    + add check for return-value in tty_update.c
    + correct initialization for -s option in test/view.c
    + add check for numeric overflow in lib_instr.c
    + improve error-checking in copywin
    + add advice in infocmp manpage for termcap users (Debian #698469).
    + add "-y" option to test/demo_termcap and test/demo_terminfo to
    demonstrate behavior with/without extended capabilities.
    + updated termcap manpage to document legacy termcap behavior for
    matching capability names.
    + modify name-comparison for tgetstr, etc., to accommodate legacy
    applications as well as to improve compatbility with BSD 4.2
    termcap implementations (Debian #698299) (cf: 980725).

++++ samba:

  - Disable SWAT during configure and don't package it any longer.

++++ lxc:

  - Update pivot-root_shared.patch with upstream patch to build with
    old version of kernel headers.
  - Check for /etc/init.d/boot.cgroup presence before starting it in
    %post.

++++ parley:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ virtualbox:

  - install 1.13 vboxvideo driver on openSUSE 12.3 (bnc#799480)

++++ step:

  - Remove calls to suse_update_desktop_files macro where upstream now has the correct desktop file categories

++++ wqy-zenhei-fonts:

  - with %enable_setup_ui 0, don't build sub-package zenhei-config,
    leave these scripts as document

++++ xf86-video-intel:

  - Update to version 2.20.19:
    A quick release as the last broke USB DisplayLink slave outputs
    badly. The performance of those displays was unusable due to a
    inadvertent change that caused us to flush the entire scanout
    over the USB for every drawing operation.

++++ yast2-network:

  - fate#312733
  - nameservers editing supported via CLI
  - 2.24.13

++++ yast2-packager:

  - added support for specifying add-on repo alias name (fate#313144)
  - 2.23.1
  - added support to optionally set the mount options for NFS
    repositories (fate#313208)

------------------------------------------------------------------
------------------  2013-1-20  -  Jan 20 2013  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Add 0006-zypp-do-not-trigger-invalid-numbers.patch to avoid crash
    during download.

++++ adjtimex:

  - Split "adjtimex" off util-linux

++++ coreutils:

  - Avoid segmentation fault in "join -i" with long line input
    (bnc#798541, VUL-1, CVE-2013-0223)
    * src/join.c: Instead of usig unreliable alloca() stack allocation,
    use heap allocation via xmalloc()+free().
    (coreutils-i18n.patch, from Philipp Thomas )
  - Avoid segmentation fault in "sort -d" and "sort -M" with long line input
    (bnc#798538, VUL-1, CVE-2013-0221)
    * src/sort.c: Instead of usig unreliable alloca() stack allocation,
    use heap allocation via xmalloc()+free().
    (coreutils-i18n.patch, from Philipp Thomas )
  - Avoid segmentation fault in "uniq" with long line input
    (bnc#796243, VUL-1, CVE-2013-0222)
    * src/cut.c: Instead of usig unreliable alloca() stack allocation,
    use heap allocation via xmalloc()+free().
    (coreutils-i18n.patch)
  - Fix test-suite errors (bnc#798261).
    * tests/cp/fiemap-FMR: Fix path to src directory and declare
    require_valgrind_ function.
    (coreutils-cp-corrupt-fragmented-sparse.patch)
    * tests/misc/cut:
    Fix src/cut.c to properly pass output-delimiter tests.
    Synchronize cut.c related part of the i18n patch with Fedora's.
    Merge coreutils-i18n-infloop.patch into coreutils-i18n.patch.
    Merge coreutils-i18n-uninit.patch into coreutils-i18n.patch.
    In tests/misc/cut, do not replace the non-i18n error messages.
    (coreutils-i18n.patch)
    * tests/rm/ext3-perf:
    This test failed due to heavy parallel CPU and/or disk load because it
    is based on timeouts. Do not run the test-suite with 'make -jN.
    (coreutils.spec, coreutils-testsuite.spec)
    * tests/du/slink:
    This test fails on OBS infrastructure and will be removed upstreams
    in coreutils-8.21 anyway. Skip the test until we upgrade.
    Upstream discussion:
    http://lists.gnu.org/archive/html/coreutils/2013-01/msg00053.html
    (coreutils-skip-du-slink-test.patch)
    * Further spec changes:
    Run more tests: also run "very expensive" tests; add acl, python-pyinotify,
    strace and valgrind to the build requirements.
    Remove patch5 and patch6 as they are now merged into coreutils-i18n.patch
    (see above).
    (coreutils.spec, coreutils-testsuite.spec)
  - Maintenance changes:
    (coreutils.spec, coreutils-testsuite.spec)
    * Add perl and texinfo to the build requirements as they are needed to
    re-generate the man pages and the texinfo documentation.
    * Remove already-active "-Wall" compiler option from CFLAGS variable.
    * Install the compressed test-suite.log into the documentation directory
    of the coreutils-testsuite package (section %check and %files).
    * Properly guard the spec sections for the coreutils and the
    coreutils-testsuite package.
    * Update patches to reflect new line numbers.

++++ dvb:

  - add Require for dtv-scan-tables (this is where scan data currently are)
  - some rpmlint fixes

++++ gcin:

  - Add libreoffice-gnome dependency as Recommends,
    so you will not install the whole office suite for gcin.
  - Remove Requires gcin-anthy-module,
    most of the user don't need to input Japanese characters.
  - modify xim.d-gcin to test if libreoffice-gnome was installed
  - add a section about libreoffice-kde4's problem and workaround
    in gcin-README.suse

++++ gdm:

  - Add gdm-autologin-session-logout.patch: Fix login after logging
    out from a auto-login session (bgo#682467)

++++ gnome-packagekit:

  - Do not ship gpk-distro-upgrade (also not in -extras package):
    Neither does the zypp backend offer this capability at this
    moment nor do our repositories publish the needed product
    information.

++++ gnome-settings-daemon:

  - Add gnome-settings-daemon-double-suspend.patch: Fix double
    suspend: if GNOME is configured to suspend on lid close, the
    system goes directly back in sleep upon a wakeup call. Only the
    2nd wake up is successful and persistent. This issue comes from
    systemd and gnome both executing suspend.

++++ gnome-shell-extensions:

  - Update to version 3.7.4:
    + A separate configure switch has been added to enable classic
    mode session definitions
    + places-menu is no longer part of the classic-mode extension set
  - Changes from version 3.7.3:
    + new extensions: default-min-max, static-workspaces
    + alternate-tab now uses the built-in window switcher and just
    takes over the switch-application keybinding
    + workspace-indicator: is no longer part of classic-mode
    + we now install classic-mode data files for gdm, gnome-session
    and gnome-shell, so if you enable classic-mode you get a new
    session option in GDM
  - Changes from version 3.7.2:
    + fixed crashes with places-menu, windowsNavigator, alternate-tab
    and native-window-placement
    + alternate-tab now hides attached modal dialogs
    + places-menu has restored support for Nautilus 3.4
    + the default for hibernate is now to show in
    alternative-status-menu
    + some extensions are now tagged as "classic", and can be chosen
    with --enable-extensions=classic-mode
    + dock and gajim were removed at the beginning of the 3.7.1 cycle,
    as they were buggy and unmaintained
    + Updated translations.

++++ kdebase4-workspace:

  - Update patch plasma-branding-defaults-applets.diff to add
    kinfocenter to kickoff in the Computer tab
  - Add unique names for partitions in kinfocenter (storage.diff)

++++ kernel-default:

  - Delete config/armv7hl/highbank (included in default now)
  - commit c0e90d8
  - ARM: Default: Update config file (enable multiarch)
  - commit 8a5d039

++++ kernel-desktop:

  - Delete config/armv7hl/highbank (included in default now)
  - commit c0e90d8
  - ARM: Default: Update config file (enable multiarch)
  - commit 8a5d039

++++ kernel-pae:

  - Delete config/armv7hl/highbank (included in default now)
  - commit c0e90d8
  - ARM: Default: Update config file (enable multiarch)
  - commit 8a5d039

++++ kiwi:

  - fixed use of sat solvable functions due to the Singleton
    log class changes. There were still some functions calls
    left which passes the $kiwi log object to the functions
  - Due to the new Singleton log class and the fix in KIWIQX to make use
    of it, all EXEC calls now lands in the logInfoMsg type of unit test
    framework. Thus I changed the ktLog.pm::loginfo function in the unit
    test functions to ignore EXEC loginfo messages and allow the unit
    tests to work again
  - fixed $main::kiwi accesses according to new Singleton log class
  - fixed KIWIQX command execution logging with new Singleton log class
  - fixed object instantiation of KIWIXMLRepositoryData due to new
    Singleton based log object class
  - implement new consistency checks
    + do not allow the assignment of a group ID to known system groups
    + do not allow the profiles attribute on a  section marked
    as bootstrap
    + do not allow the use of archives in a  section marked
    as bootstrap
    + ensure the interface is unique within one  definition
    + ensure the MAC is unique within one  definition

++++ pulseaudio:

  - bluetooth module now requires Bluez > 4.99

++++ tcpd:

  - Implement shared library packaging guidelines (split libwrap0)
  - Parallel build with %_smp_mflags instead of %jobs
  - Remove redundant %clean sections

++++ libyui:

  - wrong path for Libyui_config.h

++++ openmpi:

  - Update to version 1.6.3
  - Fix mpirun --launch-agent behavior when a prefix is specified.
    Thanks to Reuti for identifying the issue.
  - Fixed memchecker configury.
  - Brought over some compiler warning squashes from the development trunk.
  - Fix spawning from a singleton to multiple hosts when the "add-host"
    MPI_Info key is used.  Thanks to Brian Budge for pointing out the
    problem.
  - Add Mellanox ConnextIB IDs and max inline value.
  - Fix rankfile when no -np is given.
  - FreeBSD detection improvement.  Thanks to Brooks Davis for the
    patch.
  - Removed TCP warnings on Windows.
  - Improved collective algorithm selection for very large messages.
  - Fix PSM MTL affinity settings.
  - Fix issue with MPI_OP_COMMUTATIVE in the mpif.h bindings.  Thanks to
    Ake Sandgren for providing a patch to fix the issue.
  - Fix issue with MPI_SIZEOF when using CHARACTER and LOGICAL types in
    the mpi module.  Thanks to Ake Sandgren for providing a patch to fix
    the issue.
  - Update to version 1.6.2
  - Fix issue with MX MTL.  Thanks to Doug Eadline for raising the issue.
  - Fix singleton MPI_COMM_SPAWN when the result job spans multiple nodes.
  - Fix MXM hang, and update for latest version of MXM.
  - Update to support Mellanox FCA 2.5.
  - Fix startup hang for large jobs.
  - Ensure MPI_TESTANY / MPI_WAITANY properly set the empty status when
    count==0.
  - Fix MPI_CART_SUB behavior of not copying periods to the new
    communicator properly.  Thanks to John Craske for the bug report.
  - Add btl_openib_abort_not_enough_reg_mem MCA parameter to cause Open
    MPI to abort MPI jobs if there is not enough registered memory
    available on the system (vs. just printing a warning).  Thanks to
    Brock Palen for raising the issue.
  - Minor fix to Fortran MPI_INFO_GET: only copy a value back to the
    user's buffer if the flag is .TRUE.
  - Fix VampirTrace compilation issue with the PGI compiler suite.
  - Update to version 1.6.1
  - A bunch of changes to eliminate hangs on OpenFabrics-based networks.
    Users with Mellanox hardware are ***STRONGLY ENCOURAGED*** to check
    their registered memory kernel module settings to ensure that the OS
    will allow registering more than 8GB of memory.  See this FAQ item
    for details:
    http://www.open-mpi.org/faq/?category=openfabrics#ib-low-reg-mem
  - Fall back to send/receive semantics if registered memory is
    unavilable for RDMA.
  - Fix two fragment leaks when registered memory is exhausted.
  - Hueristically determine how much registered memory is available
    and warn if it's significantly less than all of RAM.
  - Artifically limit the amount of registered memory each MPI process
    can use to about 1/Nth to total registered memory available.
  - Improve error messages when events occur that are likely due to
    unexpected registered memory exhaustion.
  - Fix double semicolon error in the C++ in .  Thanks to John
    Foster for pointing out the issue.
  - Allow -Xclang to be specified multiple times in CFLAGS.  Thanks to
    P. Martin for raising the issue.
  - Break up a giant "print *" statement in the ABI-preserving incorrect
    MPI_SCATTER interface in the "large" Fortran "mpi" module.  Thanks
    to Juan Escobar for the initial patch.
  - Switch the MPI_ALLTOALLV default algorithm to a pairwise exchange.
  - Increase the openib BTL default CQ length to handle more types of
    OpenFabrics devices.
  - Lots of VampirTrace fixes; upgrade to v5.13.0.4.
  - Map MPI_2INTEGER to underlying MPI_INTEGERs, not MPI_INTs.
  - Ensure that the OMPI version number is toleant of handling spaces.
    Thanks to dragonboy for identifying the issue.
  - Fixed IN parameter marking on Fortran "mpi" module
    MPI_COMM_TEST_INTER interface.
  - Various MXM improvements.
  - Make the output of "mpirun --report-bindings" much more friendly /
    human-readable.
  - Properly handle MPI_COMPLEX8|16|32.
  - More fixes for mpirun's processor affinity options (--bind-to-core
    and friends).
  - Use aligned memory for OpenFabrics registered memory.
  - Multiple fixes for parameter checking in MPI_ALLGATHERV,
    MPI_REDUCE_SCATTER, MPI_SCATTERV, and MPI_GATHERV.  Thanks to the
    mpi4py community (Bennet Fauber, Lisandro Dalcin, Jonathan Dursi).
  - Fixed file positioning overflows in MPI_FILE_GET_POSITION,
    MPI_FILE_GET_POSITION_SHARED, FILE_GET_SIZE, FILE_GET_VIEW.
  - Removed the broken --cpu-set mpirun option.
  - Fix cleanup of MPI errorcodes.  Thanks to Alexey Bayduraev for the
    patch.
  - Fix default hostfile location.  Thanks to G�tz Waschk for noticing
    the issue.
  - Improve several error messages.
  - Use explicit macros so it is clear what files go where

++++ rgb:

  - Update to version 1.0.5:
    + Replace unbounded strcpy/strcat pairs with snprintf calls.
    + Add const attributes to fix gcc -Wwrite-strings warnings.
    + man: replace hard coded section number (1) and (3) with
    variables.
    + config:
  - Add missing AC_CONFIG_SRCDIR.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Remove unrequired AC_SUBST([*_CFLAGS]).

++++ seamonkey:

  - update to SeaMonkey 2.15.1
    * backed out bmo#677092 (removed patch)
    * fixed problems involving HTTP proxy transactions

++++ time:

  - Split "time" off util-linux

++++ which:

  - Split "which" off util-linux

++++ wqy-zenhei-fonts:

  - remove wqy-zenhei-font-config-fixes.diff
    re-diff to fix "Having multiple values in  isn't supported and may
    not works as expected"
  - add a simple setup UI in sub-package zenhei-config
  - Upstream release note:
  - update documents to prepare the release of v1.0 RC1
  - fixing a scaling factor bug for radicals by a new build
  - added wqy-zenhei-cfg script to set user preference
  - changed zenheiset for the new config files
  - new build with improved parameters
  - updated algorithm to compute glyph top margin
  - fine-tuned P,XG,D,HZW and *G strokes
  - all CJK Han glyphs moved upward for 10 units (EM=1024)
  - fixed a bug for all characters involving U4EB6 as a component

++++ yast2-add-on:

  - add the add-ons specified in the boot parameters (fate#314318)
  - 2.23.1
  - added support for specifying add-on repo alias name (fate#313144)
    (bnc#741529)

++++ yast2-installation:

  - start the add-on module also when "addon" boot parameter is
    present (fate#314318)
  - 2.23.10

------------------------------------------------------------------
------------------  2013-1-19  -  Jan 19 2013  -------------------
------------------------------------------------------------------

++++ Mesa:

  - enable llvm backend also for ARM

++++ PackageKit:

  - Add 0005-zypp-fix-removing-packages.patch: fix removing packages
    and hopefully also some crashes (bnc#769764).
  - Add 0004-zypp-use-the-right-functions-to-get-solvables.patch:
    make sure we're not hitting random packages. This also makes it
    able to install patters with pkconf.

++++ aaa_base:

  - call systemctl to enable/disable services (bnc#798510)

++++ bdftopcf:

  - Update to version 1.0.4:
    + Use remove() instead of unlink() to remove files.
    + Use symbolic names instead of raw integers for stdin & stdout
    fd's.
    + Add -v flag to print version info.
    + Combine usage message strings.
    + Initialize font to 0 values directly instead of via bzero.
    + Adopt X.Org standard coding style (via x-indent.sh).
    + man: remove trailing spaces and tabs.
    + config:
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.

++++ beforelight:

  - Update to version 1.0.5:
    + Remove Xaw mention from README.
    + config: Add missing AC_CONFIG_SRCDIR.
    + Remove dependency on libXaw.
    + man: remove trailing spaces and tabs.
    + config:
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Drop pkgconfig(xaw7) BuildRequires, no longer needed.

++++ bluez-hcidump:

  - Update to version 2.5:
  - Fix issue with maximum packet size for AMP controllers.
  - Add support for more advanced AMP controller decoding.
  - Add support for more advanced AVRCP decoding.
  - Add support for reading new BTSnoop data link type.

++++ branding-openSUSE:

  - Plymouth now supports several aspect ratios
  - Update of plymouth theme for 12.3 based on grow design
  - Updated 12.3 KDM theme

++++ editres:

  - Update to version 1.0.6:
    + Remove Xorg/XFree86 CVS/RCS id tags.
    + config:
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
    + man:
  - Replace hard coded man page section with substitution strings
  - Remove trailing spaces and tabs.

++++ gnome-icon-theme-symbolic:

  - Update to version 3.7.4.1:
    + Really include .pc file.
  - Changes from version 3.7.4:
    + accessories-disctionary.
    + whitespace on fullscreen.
    + view-more.
    + wireless-hotspot.
    + tweaks to multidisk.
    + installs a .pc file.
    + search wrapped status.
    + privacy settings.
    + media-flash, media-floppy.
  - Drop xz BuildRequires, no longer needed (bnc#697467).

++++ gnome-shell-extensions:

  - Add g-s-e-power-off-elipsis.patch: "Power Off..." was changed to
    "Power Off", but a bunch of translations missed that yet.

++++ gstreamer:

  - Update gstreamer-rpm-prov.patch: PackageKit is looking for
    packages with gstreamer(*) provides.. so we should provide the
    same.

++++ icedtea-web:

  - Add icedtea-web-remove-gtk-dep.patch, build icedtea-web without
    GTK. Plugin now works in both gtk2 and gtk3 based browsers.

++++ ico:

  - Update to version 1.0.4:
    + Fix some 64-bit vs. 32-bit conversion errors.
    + Mark a couple parameters as unused to silence compiler warnings
    + Add const qualifiers to fix gcc -Wwrite-strings warnings.
    + Replace local checks for gcc with _X_NORETURN from
    xproto 7.0.17.
    + config:
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
    BuildRequires, since this is what configure checks for now.

++++ insserv-compat:

  - strip off extra start/stop overrides

++++ kde4-filesystem:

  - Update to 4.9.98
    * This is the third RC release for 4.10 (contains bugfixes)

++++ kdebase4-openSUSE:

  - Updated greeter text
  - Actually delete the patch file (remove_sysinfo_from_cmake.diff)
    from the sources
  - Replace sysinfo icon by kinfocentre if exists

++++ kernel-default:

  - Delete config/armv7hl/tegra
  - commit 77424cc
  - ARM: IMX51: Update config file (enable drm)
  - commit 8e98c0c
  - ARM: Exynos: Update config file (set drm+video =y)
  - commit 7904ca2
  - staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
  - OMAP: Fix missing usb.h include.
  - OMAP: Fix missing cm3xxx.h include.
  - commit c3f4aa6
  - ARM: use zImage for "default" flavor
  - commit 0d71552

++++ kernel-desktop:

  - Delete config/armv7hl/tegra
  - commit 77424cc
  - ARM: IMX51: Update config file (enable drm)
  - commit 8e98c0c
  - ARM: Exynos: Update config file (set drm+video =y)
  - commit 7904ca2
  - staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
  - OMAP: Fix missing usb.h include.
  - OMAP: Fix missing cm3xxx.h include.
  - commit c3f4aa6
  - ARM: use zImage for "default" flavor
  - commit 0d71552

++++ kernel-pae:

  - Delete config/armv7hl/tegra
  - commit 77424cc
  - ARM: IMX51: Update config file (enable drm)
  - commit 8e98c0c
  - ARM: Exynos: Update config file (set drm+video =y)
  - commit 7904ca2
  - staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
  - OMAP: Fix missing usb.h include.
  - OMAP: Fix missing cm3xxx.h include.
  - commit c3f4aa6
  - ARM: use zImage for "default" flavor
  - commit 0d71552

++++ icu:

  - Update to version 50.1.2
    * Fix an ABI regression introduced in 50.1, icu bug#9826

++++ libreoffice-help-group1:

  - raise memory limits / lower parallelism for emulated/native arm builds

++++ libreoffice-help-group2:

  - raise memory limits / lower parallelism for emulated/native arm builds

++++ libreoffice-help-group3:

  - raise memory limits / lower parallelism for emulated/native arm builds

++++ libreoffice-help-group4:

  - raise memory limits / lower parallelism for emulated/native arm builds

++++ libreoffice-help-group5:

  - raise memory limits / lower parallelism for emulated/native arm builds

++++ obexd:

  - Update to 0.48:
    + Fix issue with phonebook contacts query.
    + Add support for phonebook client filters.
    + Add support for message status handling.
    + Add support for OBEX application parameter API.
    + Update client session API.
    + Change D-Bus namespace to org.bluez.obex.
    + Update client transfer API.
    + Fix issue with using invalid PSM numbers.
    + Add support for MAP message listing parameters.
    + Add support for MAP folder listing retrieval.

++++ os-prober:

  - os-prober-1.49-grub2-mount.patch (bnc#767272)
    * In openSUSE grub-mount is called grub2-mount
  - fix os-prober-1.49-fix-grub2.cfg-parsing.patch (bnc#799457)
    * initrd was missing
    * entries sometimes were not emitted

++++ sane-backends:

  - require libv4l-devel to enable v4l backend

++++ synaptiks:

  - Update czech trans, as it contained complete garbage.
    * Adds czech.patch

++++ usbutils:

  - usbutils 006
    * update usbhid-dump to 1.3
    * Fix Possible buffer overflow when using SYSFS_STR
    * Wrong shifting of bmMPEGFeatures byte Buffer overun
  - Update usb.ids

++++ viewres:

  - Update to version 1.0.4:
    + Eliminate use of tab stops. Helps with structural translation
    to DocBook.
    + config:
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Move man pages into their own directory.
    + man:
  - Replace hard coded man page section with substitution strings
  - Remove trailing spaces and tabs.

++++ xcalc:

  - Update to version 1.0.5:
    + Use table markup rather than tab stops. Aids DocBook
    translation.
    + Strip trailing whitespace.
    + Add const to parse_double() args to fix gcc -Wwrite-strings
    warnings.
    + config:
  - Move man pages into their own directory.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
    + man:
  - Replace hard coded man page section with substitution strings
  - Remove trailing spaces and tabs.

++++ xconsole:

  - Update to version 1.0.5:
    + Fix implicit conversion from size_t to int warnings in
    Deiconified().
    + Open /dev/console with NOCTTY and O_NONBLOCK flags.
    + Don't rely on being able to set tab stops.
    + Mark functions _X_NORETURN that gcc warnings suggest.
    + Remove old Xorg & XFree86 CVS version tags.
    + Strip trailing whitespace.
    + Require xt >= 1.0 for appdefaultdir (fdo#7237).
    + config:
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Move man pages into their own directory.
    + man: replace hard coded man page section with substitution
    strings.
  - Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
    BuildRequires, since this is what configure checks for now.

++++ xditview:

  - Update to version 1.0.3:
    + config:
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
  - Move man pages into their own directory.
    + man:
  - Replace hard coded man page section with substitution strings
  - Remove trailing spaces and tabs.

++++ xedit:

  - Update to version 1.2.1:
    + Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
    + Eliminate use of tab stops. Use real TBL markup.
    + Do not unconditionally define DEBUG.
    + Avoid problems with builds with -Werror=format-security.
    + Use proper pointer when computing "realpath" of a new file.
    + Correct 64 bit overflow check and bignum code.
    + Update fallback implementation of missing libc functions.
    + Fix builds of lisp/core.c with Solaris Studio compilers.
    + Require xt >= 1.0 for appdefaultdir (fdo#7237).
    + config:
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Move man pages into their own directory.
    + man:
  - Replace hard coded man page section with substitution strings
  - Remove trailing spaces and tabs.

++++ xf86-input-synaptics:

  - Use tapTwoFingers and tapThreeFingers for leftMouse and
    middleMouse click respectively. (bnc#799455)

++++ xgc:

  - Update to version 1.0.4:
    + Bounds check value passed to WriteText.
    + config:
  - Add missing AC_CONFIG_SRCDIR.
  - Let Automake handle Lex and Yacc dist and cleaning.
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Replace AC_CHECK_FILE with test -f.

++++ xmessage:

  - Update to version 1.0.4:
    + config:
  - Add missing AC_CONFIG_SRCDIR.
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Remove AC_PROG_CC as it overrides AC_PROG_C_C99.
  - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
  - Upgrade to util-macros 1.8 for additional man page support.
  - Update AC_PREREQ statement to 2.60.
    + man:
  - Replace hard coded man page section with substitution
    strings.
  - Remove trailing spaces and tabs.
  - Point to the X manpage for more command line options.

++++ xscope:

  - Update to version 1.4:
    + RANDR decoding updated from just 0.x protocol to handle
    1.0 - 1.4
    + Atoms recorded from InternAtom & GetAtomName to use for display
    in other requests referencing the atoms
    + Property requests now also show these property types in a more
    natural format instead of as just lists of bytes:
    + New -I command line flag to enter interactive mode immediately
    at startup
    + Experimental support for reading a previously recorded file.
    If you run "xscope -r -v0 > xscope.raw", then you can later run
    "xscope -f xscope.raw" to decode the data.

++++ xvidtune:

  - Update to version 1.0.3:
    + Remove unneeded second declaration of buf that shadows the
    first.
    + man: remove trailing spaces and tabs.
    + config:
  - Add missing AC_CONFIG_SRCDIR
  - Move man pages into their own directory.
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
  - Remove unrequired AC_SUBST([*_LIBS]).
  - Remove unrequired AC_SUBST([*_CFLAGS]).
  - Remove AC_PROG_CC as it overrides AC_PROG_C_C99.
  - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
  - Upgrade to util-macros 1.8 for additional man page support.
  - Update AC_PREREQ statement to 2.60.

------------------------------------------------------------------
------------------  2013-1-18  -  Jan 18 2013  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add requires for Mesa to Mesa-libGL1 in baselibs.conf
    * Mesa required for many applications in wine
    * wine-32bit pulls through Mesa-libGL1-32bit without Mesa-32bit

++++ PackageKit:

  - Make the new libpackagekit-glib package conflict with older
    versions of PackageKit: together with the Recommends, we bring
    the latest version in but don't forcibly require it.

++++ amarok:

  - Update to 2.7
    * FEATURES:
    * Track dragging support in Unique Tracks tab of the Synchronize
    Statistics action; allows you to do a "diff" between collections
    and transfer missing tracks. (kde#237266)
    * Amarok now scrobbles tracks in streams if the stream correctly
    updates meta-data. (kde#240732)
    * When scrobbling to Last.fm, Amarok announces suggested tag
    corrections (configurable). (kde#309697)
    * Ability to scrobble recently played tracks from iPod (and
    the like) to Last.fm.
    * Synchronization of labels and rating between Last.fm and
    Amarok collections; play count can be synchronized one-way
    from Last.fm to Amarok. (kde#206249)
    * Statistics synchronization between collections, supports
    rating, first / last played time, play count and labels.
    * New APG constraint: Specify a total file size for playlist.
    (kde#283618)
    * Amazon store: Added support for Amazon MP3 in Italy and
    Spain. (kde#307981)
    * Mark downloaded podcast episodes to keep, even when purge
    is enabled. (kde#261062)
    * Nepomuk plugin: Play and manage tracks using the Nepomuk
    database.
    * Support for reading and writing tags from/to mod, s3m,
    it and xm files.
    * Amazon store: It is now possible to add items to your
    shopping cart using amarok:// URLs.
    * Amazon store: Use the context info applet to show further
    infos about a selected item.
    * New argument --debug-audio to enable Phonon debugging.
    * Amazon store: We now ship a utility to handle downloads
    from Amazon.
  - Removed patch liblastfm1-support.diff (fixed upstream)
  - Added build require for nepomuk-core-devel for the Nepomuk plugin

++++ apache2:

  - use %set_permissions instead %run_permissions (bnc#764097)

++++ appmenu-qt:

  - Add check-if-service-is-valid.diff and
    do-not-force-menubar-to-be-shown-when-registrar-is-deleted.diff
    from upstream (lp#1099357) (lp#1096008)

++++ expat:

  - really hide private Xml* symbols [bnc#798644]
    * modified visibility.patch

++++ gcin:

  - test remove libreoffice-gnome dependency

++++ gdm:

  - Removed fprint from gdm-fingerprint.pamd to fix YaST config.

++++ gnome-shell-extensions:

  - Add alternative-status-menu.gschema.override: Enable hibernate by
    default for users of the packaged version of the
    alternative-status-menu extension.

++++ gnome-themes-standard:

  - Update to version 3.7.4:
    + Use a blue shade for the selection toolbar pattern.
    + Add a style for EvinceView document frames.
    + Improve linked buttons, insensitive state, OSD and floating bar
    styles in HC.
    + Improve selections in listbox widgets.
    + Add HC icon for gnome-dictionary.
    + Add runtime checks for X11-specific code.
    + Fix spurious border with Epiphany 3.7.
  - Update to version 3.7.3:
    + Don't repeat background image assets for radio/checks.
    + Use a light noise texture for content-view backgrounds.
    + Add a style for OSD views and scrollbars.
    + Improve style for listbox views.
    + Remove GtkViewport background color by default.
    + Improve style for dragged column-header buttons.
    + Update HighContrast icons.
    + Fix asymmetric borders in column-header buttons.
    + Fix coloring of GtkScale mark labels.
    + Fix GTK2 toolbar style for SWT applications.
    + Fix coloring of Eclipse tooltips.
    + Fix buggy rendering of menus in Opera.
  - Update to version 3.7.2:
    + Use .background instead of GtkWindow to style the window
    background.
    + Fix insensitive menu items background.
    + Add a box-shadow in inline toolbars.
    + Tweak paddings in toolbars.
    + Improve theming support for Baobab.

++++ gnome-vfs2:

  - Fix patch order to fix translatability of strings in patches.

++++ gptfdisk:

  - Update to new upstream release 0.8.6
    * add type codes for a Sony System Partition and for VMWare ESX
    * fix the hybrid MBR creation support that could cause it to omit
    the 0xEE partition under some circumstances
    * fix a bug that could cause a crash when passing a partition
    number of 0 via the -t option.
  - remove outdated (0.8.2) debian spec files from package sources
  - fix build for old suse and other distros
  - add gptfdisk-0.8.5-fix-test-suite-short-opt-usage.patch and
    enable test suite
  - change package group to System/Base (rpmlint fix)

++++ grub2:

  - ship a Secure Boot UEFI compatible bootloader (fate#314485)
  - add grub2-secureboot-chainloader.patch, which expands the efi
    chainloader to be able to verify images via shim lock protocol.
  - ship a Secure Boot UEFI compatible bootloader (fate#314485).
  - update for cdrom boot support.
  - grub2-cdpath.patch: fix the grub.cfg not found when booting from
    optical disk.
  - grubcd.efi: the efi image used for optial disk booting, with
    reduced size and $prefix set to /EFI/BOOT.

++++ kdebase4-workspace:

  - Add krunner-no-italics.diff to make krunner hits pretty  (kde#307344)

++++ kdebase4-openSUSE:

  - Adjusted close button on the greeter so that it sits within the
    window

++++ kiwi:

  - eliminate the getUsers_legacy method
  - fixed wrong filesystem label for the efi jump partition.
    According to the EFI spec it should be EFI not BOOT
  - fixed the boot partition setup in case of an EFI system.
    kiwi checks the filesystem type of the jump partition
    and not the boot partition which leads to a missing
    boot -> . link on the boot partition which then prevents
    the grub2 efi core image to find the grub.cfg file
  - DB: rebuild documentation
  - DB: Moved definition of PXE as the first sentence
  - DB: Removed linebreak after  and before 
    to avoid layout problems

++++ ktorrent:

  - Update to version 4.3.1
    * Fix new custom groups not appearing in add to group submenu
    (kde#307230)
    * Fix crash when right clicking on some locations in the
    GroupView due to 0 pointer (kde#307160)
    * Force KDirWatch to use polling when watching NFS filesystems
    (kde#301381)
    * Fix crash due to bus error in ip filter plugin (kde#307854)
    * First check for missing files then for unmounted storage
    (kde#308638)
    * Use extended selection mode in syndication plugin so ctrl
    key works as expected (kde#308672)
    * Fix crash in GroupViewModel when dragging torrents over
    groups (kde#308733)
    * Sort by total leechers and seeders, if connected seeders and
    leechers is equal (kde#311470)

++++ libimobiledevice:

  - Disable python bindings (using with_python defines):
    python-cython 0.17 became even stricter and the bindings
    currently don't build, but they are also not used by anything at
    this moment (bnc#796133).

++++ libktorrent:

  - Update to version 1.3.1
    * Add workaround for broken handling of btrfs subvolumes by
    solid (kde#306825)
    * Fix crash when preallocating diskspace when a file is enabled
    during the download of a torrent (kde#307178)
    * Make sure stats get updated properly during data check
    (kde#308707)
    * Bind peer sockets to preferred interface for outbound
    connections
    * Fix bug causing UDP connections not to get established on
    FreeBSD because FIONREAD returns the size of the data and the
    peer address (Review: 108076)

++++ libqt4:

  - Added garbage-collect-deleted-objects.patch from upstream,
    Fixes performance issues in apps which register
    and deregister objects very frequently (like nepomukstorage)

++++ libqt4-sql-plugins:

  - Added garbage-collect-deleted-objects.patch from upstream,
    Fixes performance issues in apps which register
    and deregister objects very frequently (like nepomukstorage)

++++ samba:

  - Remove dangling references to Heimdal from the spec file.

++++ libyui-gtk:

  - Added a basic theme management by using css style (style.css)

++++ libyui-qt:

  - fixed to use new YSettings, theme path can be set by program

++++ libyui:

  - Fixed YSettings
  - Added setThemeDir(), getThemeDir(), setIconsDir() and
    getIconsDir() to YSettings

++++ libzypp:

  - Reduce logging
  - MediaMultiCurl: throw AbortRequestException if aborted by user
  - version 12.7.0 (0)

++++ ntp:

  - Speedup ntpq (bnc#782060)
    +ntp-4.2.6p2-ntpq-speedup-782060.patch

++++ openmpi:

  - Fix typo in the description of devel-static and clean up the
    spec file a bit.
  - Don't remove the libtool archive but rather include it in the
    devel-static package.

++++ pullin-flash-player:

  - bump version to 12.3

++++ python-kde4:

  - Add alternatives support for co-installability
  - Build with -DPYKDEUIC4_ALTINSTALL=TRUE to let %post generate the
    command
  - Use %{py_ver} instead of hardcoding a version

++++ showfont:

  - Update to version 1.0.4:
    + Strip trailing whitespace.
    + Fix gcc -Wwrite-strings warnings.
    + config: move man pages into their own directory.
    + man: remove trailing spaces and tabs.
    + config: replace deprecated AM_CONFIG_HEADER with
    AC_CONFIG_HEADERS. This silences an Autoconf warning.

++++ xf86-input-joystick:

  - Update to version 1.6.2:
    + jast_axis: tune accelerated axis transformation to better work
    with circular axis fields (fdo#42399).
    + backend_evdev: fix scaling overflow for high resolution axes
    (fdo#42399).
    + Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS.
    + configure: enable debug output code by default.
    + config:
  - Warning in default xorg.conf.d snippet: do not enable by
    default.
  - Mention use cases for when to use the module and when not to.
    + man:
  - More manpage tuning and polishing.
  - Mention use cases for when to use the module and when not to.
  - Some typos and grammar fixes.
  - Point out that the joystick module is not a joystick driver.
    + Silence compiler warnings.

++++ xfce4-mixer:

  - remove compat symlink causing the plugin to show up twice

++++ xmag:

  - Update to version 1.0.5:
    + Use lrint() from math library if available.
    + Remove obsolete ISC support.
    + man: remove trailing spaces and tabs.
    + config:
  - Move man pages into their own directory
  - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
  - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.

++++ yast2-samba-client:

  - support for CTDB functionality to join AD Domain (fate#312706)
  - do not offer stopping services (confusing)
  - join with netbios name (if available) also to AD domain
  - 2.23.1

++++ zypper:

  - Add source-download command (fate#313445)
  - Fixing permissions is obsolete since zypper refresh wrapper has
    been dropped (bnc#764119)
  - Fix excess whitespace in install counter (bnc#674572)
  - version 1.8.8

------------------------------------------------------------------
------------------  2013-1-17  -  Jan 17 2013  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Added 0003-zypp-fix-download-progress.patch: fix download
    progress (in apper).
  - Added patch (fix-policies-opensuse.patch) to be within the
    openSUSE guidelines for PolicyKit files.
  - Removed PackageKit-rpmlintrc due to above mentioned patch

++++ SuSEfirewall2:

  - fix defaultl value docu for FW_PROTECT_FROM_INT (bnc#798834)

++++ kdepim4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ ark:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ blinken:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ boost:

  - use bzip2 instead of xz to support older SUSE releases

++++ kdesdk4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libchewing:

  - Split libchewing.so.* into subpackage libchewing3

++++ gcc48:

  - Update to GCC trunk head (r195262).
  - Remove unzip dependency for building libgcj.
  - Do not build Fortran or Objective C when building libgcj.

++++ desktop-translations:

  - Update translations.

++++ dmz-icon-theme-cursors:

  - Change license from GPL-2.0+ to CC-BY-SA-3.0. Fix bnc#782743.

++++ kdebase4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ dtv-scan-tables:

  - new package

++++ enblend-enfuse:

  - Update to version 4.1 (bnc#800803):
    * All deprecated options since version 4.0 have been removed.
    * New primary seam-line generator.
    * Default to perceptual model of the difference image.
    * Parallelize CIECAM02 color conversion.
    * Enblend and Enfuse integrate seamlessly in color-managed
    workflow.
    * Require LittleCMS Version 2.x Unbounded CMM feature.
    * Option to assign different profiles to profile-free input images.
    * New gray-scale projector called "anti-value".
    * Enblend and Enfuse stop after saving all generated masks to
    files, if option "--save-masks" is given, but option "--output"
    is not.
    * Enblend and Enfuse can write output JPEG files with arithmetic
    JPEG compression and TIFF files with JPEG compression.
    * Enblend and Enfuse warn on images that alternate between with
    color profile and without.
    * Several new Commandline options: "--primary-seam-generator",
    "--image-difference", "--ciecam" (for -c) and --no-ciecam",
    "--fallback-profile=PROFILE", "--exposure-cutoff",
    "--load-masks", "--layer-selector", "--levels=auto".
    * Deprecated: "--smooth-difference", user-(re)sizable image-cache.
    * External Vigra version 1.8 or later is required.
    * Enblend no longer relies on libXMI.
  - Verify GPG signature.

++++ kiten:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ gdm:

  - Update gdm-xauthlocalhostname.patch: instead of always putting
    localhost in the Xauthority entry, we correctly set the
    XAUTHLOCALHOSTNAME environment variable to the current hostname.
    This matches what we're supposed to do as per comment 24 of
    bnc#538064.

++++ git:

  - updated to version 1.8.1.1:
    * minor fixes and documentation updates.
    more details, please see here:
    https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.1.txt

++++ gnome-icon-theme:

  - Update to version 3.7.4:
    + preferences-system-sharing: For sharing settings.

++++ gnome-themes-standard:

  - Add baselibs.conf: provide the engines as -32bit packages. This
    resolves 'warnings' invoked by 32bit binaries using GTK (like,
    for example, firefox/aurora packages from mozilla directly).

++++ gwenview:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kactivities4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kalgebra:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kalzium:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kanagram:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kate:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kbruch:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kcalc:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kcharselect:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kcolorchooser:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kdebase4-workspace:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes
  - Dropped krunner-no-crash.diff, included upstream

++++ kde4-l10n:

  - Update to 4.9.98
    * This is the third RC releaes for 4.10. Contains bugfixes

++++ kde4-print-manager:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kdeartwork4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kdebase4-runtime:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkdegames:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kdelibs4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kdenetwork4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kdepimlibs4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kgamma:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kgeography:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ khangman:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kig:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kio_audiocd:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kamera:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kiwi:

  - turn the logger (KIWILog) into a Singleton
    + eliminates the first argument for every constructor
    + enforces less sloppy testing code for log message checking
  - add the logger to the design diagram as a singleton
  - start over all design write up

++++ klettres:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kmag:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kmahjongg:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kmines:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kmix:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kmousetool:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kmplot:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ konsole:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kpat:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kreversi:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kross-interpreters:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kruler:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kscd:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ ksh:

  - Avoid to skip builtin functions of the gcc if the libast does not
    provide them. Maybe related, to bnc#795324, where a crash happens
    in libc strcmp() if optimized for sse2 on AMD Opteron[tm] 6128.

++++ ksnapshot:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kstars:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ ksudoku:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ ktouch:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kwalletmanager:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ kwordquiz:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ analitza:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libffi48:

  - Update to GCC trunk head (r195262).
  - Remove unzip dependency for building libgcj.
  - Do not build Fortran or Objective C when building libgcj.

++++ libgcj48:

  - Update to GCC trunk head (r195262).
  - Remove unzip dependency for building libgcj.
  - Do not build Fortran or Objective C when building libgcj.

++++ libkcddb4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkcompactdisc4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkdcraw:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkdeedu4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkexiv2:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkipi:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libkmahjongg:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ libksane:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ marble:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ mariadb:

  - making MariaDB default

++++ libnepomukwidgets:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ samba:

  - Fix AD printer publishing; (bso#9378); (bnc#798856).

++++ udisks2:

  - Update to version 2.0.91:
    + Don't bail in MD-RAID file monitor event handler.
    + Add MDRaid:RequestSyncAction() method.
    + Add MDRaid:SyncRate and MDRaid:SyncRemainingTime properties.
    + Get the MD-RAID sync rate from the right file.
    + Pull new translations from Transifex.
    + Use correct polkit action.
    + Fix up comments in polkit policy file.
  - Changes from version 2.0.90:
    + Initial MD-RAID support.
  - Drop fix_polkit_action_name.diff: it's not applied anyway.
  - Really apply fix_polkit_action_name.diff.

++++ libyui-qt-pkg:

  - Fixed endcoding of entries in package history (bnc #775608)
  - Version 2.42.5
  - Fixed encoding of tooltips (bnc# 764025)
  - Version 2.42.4

++++ nepomuk-core:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ ntp:

  - bnc#450196 - ext3 - recovering journal on / on first boot on new kernel/fresh system updates
  - bnc#774553 - ntp initscript: hwclock: With --noadjfile, you must specify either --utc or --localtime

++++ okular:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ openmpi:

  - Removed circular dependency on -devel package.
  - Moved static library files to separate -devel-static package per openSUSE
    packaging guidelines.

++++ oxygen-icon-theme:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ parley:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ plasma-addons:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ postfix:

  - bnc#796162 - script to assign path elements not working in postfix install Build-0284(iso)

++++ python-kde4:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes
  - Drop fix-symlink-for-pykdeuic4.patch, included upstream

++++ scim-hangul:

  - Update to 0.4.0
  - Support GTK+ 3.0
  - Remove skim related codes
  - Remove sub-package skim-scim-hangul (upstream remove skim related code)
  - Remove build-fix.patch (no skim support)
  - Remove gtk-2.12+-gtktooltips-migration.patch missing-includes.patch mkinstalldirs.patch (upstream had fixed them)
  - Cleanup spec file

++++ step:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ sweeper:

  - Update to 4.9.98
    * This is the third RC release for 4.10. Contains bugfixes

++++ yast2:

  - Extended checking for service in Service module by also checking
    in /etc/init.d as a fallback (bnc#795929 comment#20).
  - 2.23.19

++++ yast2-network:

  - Added support for VNC in network/firewall configuration in first
    stage of installation (bnc#795929)
  - 2.24.12

++++ yast2-trans:

  - Unpack Source145 (eu).
  - Updated languages: cs de el eu fi fr he hu it nb nl pl ru zh_CN zh_TW.

++++ yast2-users:

  - enable using no secondary groups as a default (bnc#789635)
  - 2.23.2

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-1-16  -  Jan 16 2013  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 18.0.1
    * blocklist updates
    * backed out bmo#677092 (removed patch)
    * fixed problems involving HTTP proxy transactions

++++ PackageKit:

  - Update to version 0.8.7:
    + ZYpp Backend:
  - Adjust PK_FILTER_ENUM_NOT_DEVELOPMENT (bnc#770028)
  - Construct PoolItem from sat::Solvable rather than doing
    a search
  - Don't retrieve raw package attributes but use zypp::ResObject
    (bnc#764677)
  - Don't waste time comparing zypp::Arch string representations
  - Fix missing dtor
  - No longer use the old and deprecated ZYppCommitResult members
    (bnc#769764)
  - No need to retrieve installed packages attributes from rpm
    database
  - Set CXXFLAGS and use --std=c++0x as libzypp does (bnc#769764)
  - Use pre-increment in for-loops to avoid temporaries
  - always solve dependencies with 'IgnoreAlreadyRecommended ON'
    (bnc#747751)
  - check for best architecture and version when looking for the
    'newest' package
  - finish port of backend to 0.8 API
  - match the patch name to prevent an internal error
  - return package list ordered witht respect to solver policies
  - TODO is old and outdated, removed
    + GLib library:
  - Add a PkItemProgress helper object to remove the workaround
    in PkProgress
  - Make the 'update-vendor-urls' property have a proper char**
    type
  - Make the updates and obsoletes items in
    Transaction::UpdateDetail actual arrays
  - Make the URL items in Transaction::UpdateDetail actual arrays
  - Don't update the transaction role to 'unknown'
  - Remove support for UpdateSystem()
  - Save the transaction flags when removing packages
  - Ensure remote error is stripped before showing it to the user
  - Add pk_package_sack_to_file() to save the sack to disk
  - Check for failure to copy files when making a service pack
  - Remove some unused code spotted by coverity
    + New Features:
  - Add an optional binary to update the system when offline
  - Add an optional pkexec binary to create the system-update
    symlink
  - Add a --only-download option to pkcon for testing
  - Added Transaction property DownloadSizeRemaining, so backends
    can tell how much download is left to do
  - Add logind support which is enabled by default
  - Add pkexec executable pk-clear-offline-update to be able to
    clear the offline-update message
    + Bugfixes:
  - Drop the unused polkit-backend-1 check from configure as
    it's gone upstream
  - Fix a crash where NetworkManager is restarted whilst
    packagekitd is running
  - Pause the plymouth progress when applying offline updates
  - Do not run the plugins when using only-download
  - systemd-updates: Add environment PK_OFFLINE_UPDATE_TEST=1 for
    testing funcitonality
  - systemd-updates: If the upgrade tool exits with an error
    reboot the system
  - systemd-updates: Remove the prepared-updates file if
    GetUpdates() returns no packages
  - systemd-updates: Remove the prepared-updates file if the
    daemon state changes
  - systemd-updates: Write package_ids into
    /var/lib/PackageKit/prepared-update
  - We don't need to authenticate at all to just download
    packages
  - Dropped patches due to upstream incorporation :
    + 0003-Revert-packagekit-qt2-Since-new-methods-and-enums-wh.patch
    + 0004-zypp-use-pre-increment-in-for-loops-to-avoid-tempora.patch
    + 0005-zypp-don-t-waste-time-comparing-zypp-Arch-string-rep.patch
    + 0006-zypp-set-CXXFLAGS-and-use-std-c-0x-as-libzypp-does-b.patch
    + 0007-zypp-fix-missing-dtor.patch
    + 0008-zypp-no-longer-use-the-old-and-deprecated-ZYppCommit.patch
    + 0009-zypp-adjust-PK_FILTER_ENUM_NOT_DEVELOPMENT-bnc-77002.patch
    + PackageKit-zypp-packagesize.patch
    + PackageKit-bnc775651-ignore-accept-eula.patch
    + PackageKit-bnc780058-zypp-backend-match-patches.patch
    + PackageKit-gstreamer-1.0.patch
    + PackageKit-no-polkit-backend-1.patch
  - Add pkgconfig(systemd) BuildRequires: new depenency.
  - Remove obsolete xulrunner version matches: we build against npapi
    now.
  - Drop obsolete suse_version checks.
  - Rename libpackagekit-glib2-14 to libpackagekit-glib2-16,
    following upstreams soname bump (also in baselibs.conf)
  - Drop libpackagekit-qt2-devel and libpackagekit-qt2-2 subpackages:
    upstream split this in an own source tarball.
  - Pass --enable-gstreamer-plugin to configure.
  - Remove references to libpackagekit-qt14 and libpackagekit-qt2-2
    from baselibs.conf: those libraries are no longer built.

++++ PackageKit-branding-openSUSE:

  - Rebase PackageKit-branding-default-config.patch against
    PackageKit 0.8.7.

++++ android-tools:

  - Move udev rules to correct place
  - Fix udev rules

++++ cheese:

  - Update to version 3.7.4:
    + Eliminate an instance-used-via-static warning.
    + Avoid deprecated GFile attribute syntax.
    + Shoot when the webcam capture button is pressed (bgo#690961).
    + Update photo-take help page.
    + Updated translations.
  - Update to version 3.7.3:
    + Return to the video view after selecting an effect
    (bgo#687879).
    + More g_thread_init() removal. Add --target-glib 2.32 to the
    VALAFLAGS so that we don't get g_thread_init() in the generated
    .c code.
    + Drop calls to g_thread_init() in tests.
    + Updated translations.
  - Change nautilus-sendto Requires to Recommends: it is not strictly
    needed to run cheese and non-GNOME users might not appreciate the
    dependency on the GNOME Desktop to run cheese.

++++ libchewing:

  - Update to libchewing 0.3.4
  - Remove libchewing-gcc-fix.diff (upstream rewrite this part)
  - Improve the description of libchewing API
    Simplified examples to illustrate the usage are added
  - Revise libchewing API. Check the documentation for details
  - Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard layout
  - Reimplementation of unit test framework. No external 'check' package is required
  - Fix several phrase errors
    Add exceptional phrase as well
  - Improved developer and user guide
  - Introduce CMake based build system, which is convenient to MS-Windows based environments.
  - Add --enable-gcov to enable gcov coverage
  - Fix possible strncat() overflow
  - Consistent checks for bopomofo sequence internally
  - Handle incomplete bopomofo with space key properly
  - Internal structure refactoring
  - Read hash path from CHEWING_PATH environment variable
  - Make libchewing thread-safe
  - Fix IM crash by changing default candidate per page to 10
  - Fix the detection of ncursesw
  - Fix the usage of autotools
  - Update and tune symbols
  - Fix valgrind warning
  - Fix several compilation warnings
  - Fix GCC visibility availability for Darwin specific PIC code
  - Fix hash table initialization and its memory leakage
  - Support building with mingw32 toolchain
  - Fix GNU Hurd build
  - Fix Microsoft VC build
  - Fix Windows 64-bit build
  - Fix mingw32/64 + WINE build

++++ cifs-utils:

  - Update to cifs-utils 5.9.
    + new plugin architecture for the ID mapping tools
    + DOMAIN\username@password format for username= arguments is removed
    + full RELRO (vs. partial) is now enabled on all binaries

++++ empathy:

  - Update to version 3.7.4:
    + Port to python 3 (bgo#687616)
    + Bugs fixed: bgo#670048, bgo#684357, bgo#687450, bgo#687629,
    bgo#688132, bgo#688174, bgo#688860, bgo#690733, bgo#691006,
    bgo#691043, bgo#691085, bgo#691137, bgo#691195, bgo#691418,
    bgo#691469, bgo#668464.
    + Updated translations.

++++ glib2:

  - Rebase glib2-force-fam-for-remote-fs.patch (bnc#791096).

++++ grub:

  - restrict xfs_freeze hack to xfs and avoid it in instsys. It
    has devastating effects on ext4

++++ icedtea-web:

  - limit the provides/obsoletes to architectures, where -plugin package
    existed and don't pollute shiny new arm with an old garbage

++++ java-1_7_0-openjdk:

  - update to icedtea-2.3.4 (bnc#798324, bnc#798521)
    * Security fixes
  - S8004933, CVE-2012-3174: Improve MethodHandle interaction with libraries
  - S8006017, CVE-2013-0422: Improve lookup resolutions
  - S8006125: Update MethodHandles library interactions
    * Bug fixes
  - S7197906: BlockOffsetArray::power_to_cards_back() needs to handle > 32 bit shifts
  - G422525: Fix building with PaX enabled kernels.
  - use gpg-offline to check the validity of icedtea tarball

++++ kdebase4-openSUSE:

  - Updated the KDE Greeter with its new theme.
  - Remove patch (remove_sysinfo_from_cmake.diff). Now coming from
    upstream.

++++ kiwi:

  - eliminate some calls to _legacy methods
  - moved some "old" accessors to _legacy in XML
    KIWIXMLInfo => getInstallSize_legacy
    KIWIXML     => getImageVersion_legacy
    KIWIXML     => getImageName_legacy

++++ libdrm:

  - Update to version 2.4.41:
    + radeon: add new SI pci id
    + nouveau: disallow pushbuf BOs in multiple memory types
    + nouveau: expose channel engine selection on kepler chipsets
    + intel: Remove the fence count contributions when clearing relocs
    + man: convert manpages to XML instead of plain troff
    + man: add drm.7 overview page
    + man: add drm-kms overview page
    + man: add drm-memory overview page
    + intel: Fix missing ETIME on BSD operating systems
    + drm/radeon: track global bo name and always return the same
    + man: disable man page building until David saves us all
    + libdrm_nouveau.pc: don't include I${includedir}/nouveau
    + libkms: fix memory leak in error path
    + libkms: return -EINVAL on fstat error

++++ lightdm:

  - add polkit rules which unconditionally allow the lightdm user to
    access to relevant upower/ConsoleKit DBus interfaces for
    suspend/hibernate/reboot/shutdown as access to these methods is
    being denied for unknown reasons since the systemd transition
    (bnc#798769)

++++ ncurses:

  - Add ncurses patch 5.9.20130112
    + correct prototype in manpage for vid_puts.
    + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
    are unused in the current driver model.
    + modify mvcur to use stdout except when called within the ncurses
    library.
    + modify vidattr and vid_attr to use stdout as documented in manpage.
    + amend changes made to buffering in 20120825 so that the low-level
    putp() call uses stdout rather than ncurses' internal buffering.
    The putp_sp() call does the same, for consistency (Redhat #892674).
  - Add ncurses patch 5.9.20130105
    + add "-s" option to test/view.c to allow it to start in single-step
    mode, reducing size of trace files when it is used for debugging
    MinGW changes.
    + revert part of 20121222 change to tinfo_driver.c
    + add experimental logic in win_driver.c to improve optimization of
    screen updates.  This does not yet work with double-width characters,
    so it is ifdef'd out for the moment (prompted by report by Erwin
    Waterlander regarding screen flicker).
  - Add ncurses patch 5.9.20121229
    + fix coverity warnings regarding copying into fixed-size buffers.
    + add throw-declarations in the c++ binding per Coverity warning.
    + minor changes to new-items for consistent reference to bug-report
    numbers.
  - Add ncurses patch 5.9.20121222
    + add *.dSYM directories to clean-rule in ncurses directory makefile,
    for Mac OS builds.
    + add a configure check for gcc option -no-cpp-precomp, which is not
    available in all Mac OS X configurations (report by Andras Salamon,
    cf: 20011208).
    + improve 20021221 workaround for broken acs, handling a case where
    that ACS_xxx character is not in the acsc string but there is a known
    wide-character which can be used.

++++ pcsc-lite:

  - Updated to version 1.8.8
    * /etc/reader.conf: handle FRIENDLYNAME with no " delimiters
    (serial readers)
    * Info.plist: Correctly handle reader names containing & (USB readers)

++++ libsoup:

  - Update to version 2.41.4:
    + Lots of docs fixes.
    + The plain SoupSession type now supports
    soup_session_queue_message(), soup_session_send_message() and
    there are now soup_session_new() and
    soup_session_new_with_options().
    + The mirroring of the SoupMessage API onto SoupRequestHTTP,
    added in 2.41.3, has been reverted. However, new APIs
    soup_session_send() and soup_session_send_async() have been
    added that let you use the GInputStream-based API with
    SoupMessages rather than SoupRequest, so if you're doing
    HTTP-specific stuff, you can just use that instead.
    + soup_message_get_https_status() now returns the certificate and
    flags for unsuccessful https connections as well as successful
    ones (bgo#690176).
    + Fixed a deadlock when calling soup_session_abort() on a
    SoupSessionSync in some cases (bgo#691399).
    + Internal SoupCache rewrites/improvements (bgo#682112).
    + Plugged a memory leak in SoupCache (bgo#690382) and in
    SoupAuthDigest (bgo#690142).
    + LIBSOUP_DISABLE_DEPRECATED has been renamed to
    SOUP_DISABLE_DEPRECATED.
    + Fixed the samba-windbind-based NTLM support.
    + SoupAuthManager is now a public class.
    + SoupURI now treats "http://user@example.com" as having a
    password of "" rather than NULL.
    + build: libsoup now uses autoreconf instead of gnome-autogen.sh,
    and no longer uses AM_GLIB_GNU_GETTEXT.
    + Updated translations.
  - Update to version 2.41.3:
    + SoupRequest is now stable API. SoupRequester, however, is
    deprecated. Instead you can now call soup_session_request() or
    soup_session_request_uri() to create a SoupRequest.
    + SoupRequestHTTP now has a number of fields and methods that
    mirror the SoupMessage data, so you don't have to use
    soup_request_http_get_message() in many cases. On the flip
    side, there is also now soup_message_get_request(). And you can
    create a SoupRequestHTTP directly (and override its request
    method) by using soup_session_request_http() or
    soup_session_request_http_uri()).
    + soup_message_set_chunk_allocator() is now deprecated; apps that
    want to do streaming reads should just use SoupRequest, which
    is vastly more sane.
    + SoupPasswordManager is now deprecated, and
    SoupPasswordManagerGNOME is now a no-op (and libsoup-gnome no
    longer links against libgnome-keyring) (bgo#594377, bgo#679866)
    + SoupCookieJarSqlite is now deprecated in favor of
    SoupCookieJarDB, which is exactly the same thing except that
    it's in libsoup itself rather than being in libsoup-gnome
    + SoupProxyResolverGNOME is now deprecated; there hasn't been any
    real reason to use it since SoupProxyResolverDefault was added.
    + SoupSession is no longer an abstract class, and you can create
    a plain SoupSession, which behaves in a more
    traditionally-gio-like way.
    + Usernames and passwords passed into SoupSession a URI will now
    be cleared after they're used, so that if they are wrong, the
    authenticate signal will be emitted on the next round
    (bgo#689673)
    + SoupURI now leaves "%00" in URIs as-is, rather than decoding it
    to "\0", which was not intended and is never useful.
    + Fixed a bug in SoupBodyOutputStream that could cause libsoup to
    sometimes use blocking I/O rather than non-blocking when
    writing chunked message bodies (bgo#688974)
    + Fixed a bug in SoupFilterInputStream that could cause some
    non-blocking reads to suck up CPU while waiting for the network
    + tests: misc small fixes
    + Updated translations.
  - Replace sqlite3-devel BuildRequires with pkgconfig(sqlite3).
  - Drop libgnome-keyring-devel BuildRequires: no longer needed.

++++ os-prober:

  - add os-prober-1.49-skip-LVM2_member.patch (bnc#798604)
    * do not try to mount LVM2 PV

++++ unison:

  - disable strip and /usr/lib/rpm/find-debuginfo.sh for non-opt builds
    it destroys bytecode binaries

++++ xf86-video-intel:

  - Update to version 2.20.18:
    A bunch of miscellaneous fixes for assertion failures and various
    performance regressions when mixing new methods for offloads, along with
    a couple of improvements for rendering with gen4.
  - Bugs fixed since 2.20.17:
    + Remove use of packed unnormalized texture coordinates on gen4/5 as
    these GPUs do not support unnormalized coordinates in the sampler.
    + Remove dependency upon x86 asm for cross-building to unsupported
    architectures.
    https://bugs.gentoo.org/show_bug.cgi?id=448570
    + Apply damage around PRIME updates in the correct order.
    + Correctly read the initial backlight level for when the user
    overrides UXA's choice of backlight controller.
    + Throttle UXA and prevent it queuing work much faster than the GPU can
    complete it. This realised itself in impossible performance figures and
    the entire display freezing for several seconds whlist the GPU caught
    up. One side effect is that it also caused the DDX to consume more
    memory than was required as it could not recycle buffers quick
    enough, and in some cases this produces a marked improvement in
    performance. Also note on gen2/3 this requires a new libdrm [2.4.41]
    in order to prevent a bug causing the DDX to fallback to swrast.

++++ yast2:

  - Testcase for Service module moved here from yast2-iscsi-client

++++ yast2-iscsi-client:

  - version 2.23.2
  - Unrelated testsuite that tested Service.ycp moved to yast2.rpm

------------------------------------------------------------------
------------------  2013-1-15  -  Jan 15 2013  -------------------
------------------------------------------------------------------

++++ ImageMagick:

  - fix wrong mean-error output:
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22586
    * dropped disable-matlab-test.patch
    * added ImageMagick-uninitialized-memory.patch

++++ acpica:

  - Update to version 20121018
  - > remove some patches that got integrated
  - > Add one patch (bob_noop.patch) which will get integrated
    mainline: Stop and bail out when max error (200) count is reached.
    Introduce -in compile/disassemble option.

++++ alacarte:

  - Update to version 3.7.3:
    + Enforce the use of Gtk3 (bgo#691599)
    + Allow specifying a menu basename other than applications.menu.
    + Updated translations.
  - Drop alacarte-force-Gtk3.patch: fixed upstream.
  - Drop alacarte-support-exo-desktop-item-edit.patch: no longer
    applicable, as an internal menu editor is now being used.
  - Add alacarte-desktop.patch: fix a typo which avoided the
    installation of the .desktop file.

++++ anjuta:

  - Update to version 3.7.4:
    + file-loader:
  - Fix leak of GtkRecentInfos in the RecentChooserMenu.
  - file-loader: Fix leak of plugin names in sort_wizards()
    + file-manager: Fix compile warning.
    + git: Fix destruction of GitLogPane.
    + libanjuta:
  - Actually free stuff in AnjutaPkgConfigChooser::finalize.
  - Add "document-[added|removed]" signals to
    IAnjutaDocumentManager.
  - Allow to set indentation and tab size separately
  - Clean up and bug fix in plugin manager
  - Fix a few compiler warnings
  - Fix IAnjutaFile::opened signal documentation.
    + project-manager:
  - Allow to change project backend
  - Display current project backend
  - Fix leak of the nodes GList in gbf_project_view_update_tree().
    + run-program: Default to Yes in "The program is already running"
    dialog.
    + snippets-manager: Fix faulty assertion in snippets_db_dispose().
    + sourceview:
  - Add marks to an unloaded document the same way we reload
    marks.
  - Detect that a ifile_open() is a reload and save marks and
    position.
  - Don't check if objects are not NULL before calling
    g_clear_object().
  - keep ref on SourceViewIO during call to
    input_stream_read_async().
    + starter: Fix leak of GtkRecentInfo.
    + symbol-db:
  - Add update_flag to the symbol unique constraint.
  - Fix leaks
  - Fix "parenthesis" typos
  - rename sdb_engine_get_tuple_id_by_unique_name4()...
  - When updating a symbol try to update the closest one.
    + Updated translations.

++++ at-spi2-core:

  - Update to version 2.7.4.1:
    + Fix some ref count leaks.
    + Some functions that return accessibles now propagate errors.
  - Add at-spi2-core-brp-fixes.patch: Fix brp errors (no return in
    non-void function and void return).

++++ atk:

  - Update to version 2.7.4:
    + Atk lacks any kind of version utilities (bgo#690379)
    + AtkWindow requires documentation (bgo#656750).

++++ caribou:

  - Update to version 0.4.7:
    + bgo#687244: Add documentation support
    + bgo#687315: various packaging fixes:
  - build: only export public symbols from the library
  - build: make sure to define $datarootdir in generated scripts
  - build: suppress Python bytecode generation when building
  - build: install vapi file
  - build: install pkg-config file
  - build: use git.mk
  - build: don't use deprecated Automake variable INCLUDE
  - build: rename caribou.pc to caribou-1.0.pc
    + bgo#691463: libcaribou: avoid integer overflow
    + Fix 'make install' when --enable-docs is used
    + Updated translations.

++++ cryptsetup:

  - version 1.6.0
    * Change LUKS default cipher to to use XTS encryption mode,
    aes-xts-plain64 (i.e. using AES128-XTS).
    * license change to GPL-2.0+ from GPL-1.0
    * new unified command open and close.
    * direct support for TCRYPT (TrueCrypt and compatible tc-play) on-disk format
    * new benchmark command

++++ cvsps:

  - update to 3.8
    * fix buggy generation of the revision-map file (thanks to Chris Rorvick).
    * don't convert .cvsignores by default, we have field reports of collisions.

++++ eog:

  - Update to version 3.7.4:
    + Use XDG_DATA_DIRS and XDG_DATA_HOME as plugin search paths.
    + Bugs fixed: bgo#683335, bgo#689165, bgo#690282, bgo#690931,
    bgo#691517, bgo#691552.
    + Updated translations.

++++ gdk-pixbuf:

  - Update to version 2.27.0:
    + The broken locking mechanism for loaders has been removed.

++++ gjs:

  - Update to version 1.35.4:
    + system: Remove getuid/getgid/getpid
    + Bugs fixed: bgo#690688, bgo#691016, bgo#678410, bgo#678410,
    bgo#691028, bgo#691029, bgo#691030, bgo#680730, bgo#690982,
    bgo#691038, bgo#691039, bgo#691108, bgo#691109, bgo#691307,
    bgo#690982, bgo#685513, bgo#691719.

++++ glib-networking:

  - Update to version 2.35.4:
    + proxy/gnome: The tests should now work correctly even if run
    from a non-GNOME environment.
    + Updated translations.

++++ glib2:

  - Update to version 2.35.4:
    + New APIs:
  - g_get_num_processors, g_application_command_line_get_stdin
    + New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
    + Parse more timezone offset formats
    + Better timezone support on Windows
    + Make GParamSpec constructors introspectable
    + Disallow adding interfaces after class_init
    + Bugs fixed: bgo#532815, bgo#614930, bgo#626497, bgo#633117,
    bgo#661767, bgo#668210, bgo#675856, bgo#684103, bgo#684723,
    bgo#686058, bgo#686128, bgo#687223, bgo#687659, bgo#687920,
    bgo#688681, bgo#688829, bgo#689324, bgo#689810, bgo#690043,
    bgo#690084, bgo#690388, bgo#690538, bgo#690543, bgo#690670,
    bgo#690902, bgo#690970, bgo#691001, bgo#691011, bgo#691077,
    bgo#691110, bgo#691489, bgo#691558, bgo#691608.
    + Updated translations.
  - Drop glib2-asneeded.patch: fixed upstream.

++++ gnome-bluetooth:

  - Update to version 3.7.4:
    + Remove fallback applet as GNOME fallback is obsolete.
    + Remove ObexFTP browsing support.
    + Fix help links in GNOME 3.6+.
    + Sendto: Remove nautilus-sendto plugin.
  - Drop and obsolete nautilus-sendto-plugin-bluetooth.
  - Drop pkgconfig(libnotify) BuildRequires: no longer needed.
  - Remove traces of BUILD_FROM_VCS.

++++ gnome-documents:

  - Update to version 3.7.4:
    + Use a new page navigation bar in preview.
    + Add a sharing dialog for GDocs.
    + Use new automatic page sizing and page layout modes.
    + Respect zoom limits for preview zoom actions.
    + Install unoconv trough PackageKit when missing.
    + Fix finding text in page when in fullscreen mode.
    + Set a minimum size request for the main window.
  - Replace pkgconfig(tracker-sparql-0.14) BuildRequires with
    pkgconfig(tracker-sparql-0.16), following upstream.

++++ gnome-menus:

  - Update to version 3.6.2:
    + bgo#688972: call menu_layout_load() with non_prefixed_name
    parameter.
    + Updated translations.

++++ gnome-shell:

  - Don't obsolete Alternative Status Menu extension; it's still
    needed to suspend without pressing Alt and *to hibernate at all*.

++++ gnome-system-monitor:

  - Update to version 3.7.4:
    + Ported to GtkApplication, added application menu
    + Added policykit support for privileges for killing/renicing
    other users' processes
    + Bugs fixed: bgo#683761, bgo#684669, bgo#674396, bgo#683762,
    bgo#683634, bgo#351087, bgo#656365, bgo#681585, bgo#605571,
    bgo#673120, bgo#684536, bgo#684537, bgo#687512, bgo#686812,
    bgo#635939, bgo#649908, bgo#685294, bgo#683671, bgo#606579,
    bgo#672515
    + Updated translations.

++++ gnome-terminal:

  - Update to version 3.7.1:
    + GConf->GSettings migration fixes.
    + Keybindings fixes.

++++ gnome-tweak-tool:

  - Update to version 3.7.4:
    + Find a theme from XDG base directory spec (bgo#688028).
    + Add keywords to the .desktop file (bgo#687949).
    + Honor different gnome-shell modes on relevant tweaks
    (bgo#689358).
    + Add desktop background options (bgo#689299).
    + Add Pantheon to OnlyShowIn (bgo#684097).
    + Show the XKB option group description (bgo#678171).
    + Use the new laptop lid policy in xrandr (bgo#688814).
    + Several code clean ups.
    + Updated translations.

++++ gnome-user-share:

  - Update to version 3.7.4:
    + Remove preferences as they're now integrated with
    gnome-control-center 3.7.4.
  - Drop gnome-user-share-soft-dep-apache.patch: no longer applies,
    as we don't have a properties dialog anymore.

++++ gnome-desktop:

  - Update to version 3.7.4:
    + wallclock: Fix AM/PM detection (bgo#690703)
    + wallclock: return a proper error when idle-counter unavailable
    + GnomeRR: make DPMS take effect immediately (bgo#691701)
    + Updated translations.

++++ gsettings-desktop-schemas:

  - Update to version 3.7.4:
    + Clarify definition of resident-in-lock-screen.
    + Add a 'per-window' key to the input sources schema.
    + Use Super+H (for hide) as the default value for minimise.
    + Add show-full-name-in-top-bar to privacy schemas.
    + Rename show-full-name lock screen key to
    show-full-name-in-top-bar.
    + Mark a number of keys as deprecated and obsolete.

++++ gtk3:

  - Update to version 3.7.6:
    + We now use state flags for text direction:
    GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has
    been deprecated.
    + We install headers for accessible implementations of GTK+
    widgets.
    + Invisible widgets now return a size of 0x0.
    + GtkFrame now draws a background.
    + The Broadway backend now installs a separate server: broadwayd.
    + Bugs fixed: bgo#687025, bgo#687633, bgo#688140, bgo#688362,
    bgo#689810, bgo#690305, bgo#691186, bgo#691301, bgo#691515,
    bgo#691677.
    + Updated translations.

++++ gvfs:

  - Update to version 1.15.2:
    + New MTP backend and volume monitor.
    + Tests:
  - Add Drive tests
  - Drop genisoimage dependency
  - Include */sbin in PATH
    + Updated translations.
  - Add pkgconfig(libmtp) BuildRequires: dependency to the new MTP
    backend.

++++ hugin:

  - Update to version 2012.0.0 (bnc#800803):
    * integrated lensfun library
    * new tool pto_gen
    * improvements to cpfind
    * option to keep exposure fused stacks
    * pano_modify: Added HDR autocrop option
    * translations updated
    * more improvements and bug fixes
  - Turn on HSI (Python Hugin Scripting Interface).

++++ icedtea-web:

  - handle the package renaming on arm properly

++++ kdebase4-workspace:

  - do not reqiure openSUSE specifics, that's what branding packages
    are for

++++ kernel-default:

  - Fix build of omap2plus kernel
  - commit 48790e9
  - reenable armv7hl configs
  - commit a996303
  - hyperv: force vmbus interrupts to cpu 0.
    (instead of forcing ws2008 during vmbus negotiation.)
  - commit 5a7c533
  - x86: Hyper-V: register clocksource only if its advertised
    (bnc#792500).
  - commit adcc013
  - Update Xen patches to 3.8-rc3.
  - config.conf: Re-enable Xen flavors.
  - Update x86 config files.
  - commit 4de2e49

++++ kernel-desktop:

  - Fix build of omap2plus kernel
  - commit 48790e9
  - reenable armv7hl configs
  - commit a996303
  - hyperv: force vmbus interrupts to cpu 0.
    (instead of forcing ws2008 during vmbus negotiation.)
  - commit 5a7c533
  - x86: Hyper-V: register clocksource only if its advertised
    (bnc#792500).
  - commit adcc013
  - Update Xen patches to 3.8-rc3.
  - config.conf: Re-enable Xen flavors.
  - Update x86 config files.
  - commit 4de2e49

++++ kernel-pae:

  - Fix build of omap2plus kernel
  - commit 48790e9
  - reenable armv7hl configs
  - commit a996303
  - hyperv: force vmbus interrupts to cpu 0.
    (instead of forcing ws2008 during vmbus negotiation.)
  - commit 5a7c533
  - x86: Hyper-V: register clocksource only if its advertised
    (bnc#792500).
  - commit adcc013
  - Update Xen patches to 3.8-rc3.
  - config.conf: Re-enable Xen flavors.
  - Update x86 config files.
  - commit 4de2e49

++++ kiwi:

  - DB: rebuild documentation
  - DB: add documentation about new post hook commands
  - added support for post hook commands as requested in (bnc #776535)

++++ gtksourceview:

  - Update to version 3.7.2:
    + Improved unit tests and code coverage support.
    + Misc bugfixes.
    + Updated translations.

++++ libgweather:

  - Update to version 3.7.4:
    + We no longer use libsoup-gnome, and instead depend on a newer
    libsoup (>= 2.34) which uses libproxy to access proxy
    configuration.
    + Location update scripts have been ported to Python 3.

++++ libosinfo:

  - Update to version 0.2.3:
    + Add datamaps for translating OS-neutral values to OS-specific
    ones, e.g some installer configuration parameters like
    keyboard, language and timezone etc.
    + New API to detect media that makes it possible to also query
    languages supported by the media.
    + Add install scripts for:
  - RHEL 6.x.
  - Microsoft Windows 8
    + Fix install script for Fedora 18.
    + Drop support for encoding in l10n install script configuration
    parameters.
    + Fix test build issues.
    + Fixes and improvements to documentation.
    + Fix potential issues spotted by Coverity.
    + Fix build for translations.
    + osinfo-install-script tool now has options to list available
    configuration parameters and profiles.
    + Add/improve data on:
  - RHEL
  - Debian
  - openSUSE
  - Microsoft Windows 7
  - Ubuntu
  - MacOS X
    + Updated translations.
  - Enable translations: change with_lang defines to 1 as there are
    now translations available.

++++ procps:

  - Make rpmlint happy

++++ libsoup:

  - Update to version 2.41.2:
    + libsoup-2.4.so and libsoup-gnome-2.4.so now only export the
    symbols that are part of the public API. (bgo#595176)
    + Added SOUP_VERSION_MIN_REQUIRED / SOUP_VERSION_MAX_ALLOWED
    macros like the corresponding glib ones, to allow libsoup
    users to request per-version deprecation/availability warnings.
    + Fixed a crash caused by a race condition in SoupSessionSync,
    and reorganized some code to avoid other possible similar race
    conditions. (bgo#684238)
    + Fixed a crash when a DNS resolution failed, caused by a bug in
    the GTask porting in 2.41.1. (bgo#688330)
    + Fixed a problem that would cause g_warning()s in epiphany when
    browsing sites that (incorrectly) returned empty Cache-Control
    headers. (bgo#683433)
    + We now add a Host header to HTTP/1.0 requests as well as
    HTTP/1.1 ones.
    + Fixed a bug in the printing of IPv6 address literals in the
    Host header in SoupLogger.
    + Belatedly added soup-multipart-input-stream.h to soup.h.
    + Removed an evil hack in the long-deprecated SoupProxyResolver
    code (not to be confused with SoupProxyURIResolver)
    (bgo#687659)
    + Fixed a few race conditions in the test programs that could
    cause "make check" to fail on slow or heavily-loaded machines.
    + Further cleaned up and reorganized the internal HTTP I/O
    codepaths, in preparation for an improved SoupCache.
    (bgo#682112).
    + Updated translations.
  - Update to version 2.41.1:
    + Changed the behavior of NTLM authentication to be more like
    what other apps apparently do (bgo#624613)
    + Fixed a crash caused by a race condition in SoupSessionSync.
    (bgo#684238)
    + SoupRequest now supports resource:// URIs, for reading from
    gresource (bgo#682721)
    + Added new compile-time and runtime APIs for checking the
    libsoup version (bgo#684514)
    + Updated to take advantage of (and require) glib 2.35: removed
    all g_type_init() calls and ported to GTask.
    + Added support for Apache 2.4 to the unit tests.
    + Updated translations.
  - Update to version 2.40.3:
    + soup_message_get_https_status() now returns the certificate
    and flags for unsuccessful https connections as well as
    successful ones (bgo#690176)
    + Fixed a deadlock when calling soup_session_abort() on a
    SoupSessionSync in some cases. (bgo#691399)
    + Fixed a bug in SoupFilterInputStream that could cause some
    non-blocking reads to suck up CPU while waiting for the
    network.
    + SoupURI now leaves "%00" in URIs as-is, rather than decoding it
    to "\0", which was not intended and is never useful.
    + A few minor docs fixes.
    + Updated translations.

++++ tumbler:

  - build the OMDB cover thumbnailer (although disabled by default
    for privacy reasons)

++++ lightdm-gtk-greeter:

  - update to version 1.3.1
  - drop custom icons now that there's a config option for the icon
    theme
  - rename the 'Login' button to 'Unlock' when the user is already
    logged in
  - don't hide the login box when cancel is pressed, instead
    refresh the prompt box to show the correct username prompt
  - hide the Cancel button, useless with the userlist combobox
  - properly center the login window after a resize
  - add names to widgets to ease theming
  - replace the userlist's treeview with a combobox
  - document the option to show the language chooser
  - add a config option to set the path to the logo image
  - add a config option to set the icon theme
  - use a known icon name for the accessibility menu
  - remember the last session used
  - added lightdm-gtk-greeter-use-new-autologin-api.patch in order to
    use the new autologin API in liblightdm-gobject-1 >= 1.3.5
    (backported from upstream git)

++++ lightdm-gtk-greeter-branding-openSUSE:

  - update for lightdm-gtk-greeter 1.3.1
  - add openSUSE logo for the greeter

++++ orca:

  - Update to version 3.7.4:
    + New Commands (Unbound keybindings):
  - Cycle amongst saved settings profiles.
  - Copy and append text from flat review to the clipboard
    + Web related:
  - bgo#677615: In Firefox www.google.com links not presented in
    braille
  - bgo#675362: Orca doesn't speak certain radio button labels
    in Firefox
  - bgo#669377: Cannot read web pages while file download dialog
    present
  - Always use the Collection interface for structural navigation
    and page summary
  - Do not try to infer labels from widgets deeply buried in
    table cells
  - Changes to make Orca's generic label inference code work
    better with Gecko
  - Move the Gecko script to use Orca's label inference code
  - When Gecko reports the end offset is -1, use the
    characterCount instead
  - Be sure we have a last input event before checking its time
    for live region presentation
    + Other bugs fixed: bgo#684951, bgo#591871, bgo#515817,
    bgo#600204
  - Get Orca doing a better job of presenting the Evolution
    Account Assistant
  - Handle caret offset of -1 when getting text for non-focused
    objects
  - Fix a traceback in the braille monitor
  - Change the debug level the script manager prints dead
    accessible warnings
    + Miscellaneous Cruft Removal
    + Updated translations.

++++ python-smbc:

  - Initial python3 support

++++ python-xdg:

  - Drop use of %py_requires (or equivalent for python3): a
    python(abi) Requires is automatically added.
  - Add pre_checkin.sh and rework python3 packaging so that only
    updating the python-xdg spec file is enough: the few differences
    between the two spec files are handled with a %build_for_python3
    define.

++++ rsyslog:

  - Fixed relp build requires change, which broke SLE-11 build.

++++ sysconfig:

  - version 0.80.0
  - Removed the NETWORKMANAGER=yes/no variable from network/config.
    The NetworkManager.service (or other) installs a network.service
    alias link while "systemctl enable" and removes on "disable",
    which masks the network.service provided by /etc/init.d/network.
    Current service has to be stopped while "enable" or "disable".
    The "systemctl -p Id show network.service" is used to query the
    currently enabled network service. It returns either the name
    of the service providing the alias, i.e. NetworkManager.service
    or network.service - when the /etc/init.d/network provides it.
    The /etc/init.d/network script forwards common actions (start,
    stop, ...) to systemd which executes them for the currently
    active network.service. (bnc#764055,bnc#764336,bnc#798348).
  - Adopted /etc/init.d/network, netconfig, ifup to use the service
    Id query instead of NETWORKMANAGER variable, added forwarding.
  - Removed NetworkManager start/stop code from /etc/init.d/network
    and disabled NetworkManager dispatcher hook installation.
  - Added removal of the NETWORKMANAGER variable to spec post-install

++++ tomboy:

  - Update to version 1.13.4:
    + Improved logic for window placement.
    + Updated translations.

++++ vinagre:

  - Update to version 3.7.4:
    + Use GPollableInputStream when checking SSH errors.
    + Updated translations.

++++ vino:

  - Update to version 3.7.4:
    + Added keywords to .desktop file (bgo#691062).
    + Add "desktop-entry" notification hint (bgo#691045).
    + Updated translations.

++++ xf86-input-evdev:

  - evdev_handle-axis-swap-calibration-and-inversion-for-touch-events.patch,
    evdev_move-calibration-asjustments-to-helper-function.patch,
    evdev_move-valuator-swapping-into-a-helper-function.patch
    * Handle axis swap, calibration and inversion for touch events
    (bnc#785508)

++++ yast2-inetd:

  - README and COPYING moved to the base package
  - 2.21.4

------------------------------------------------------------------
------------------  2013-1-14  -  Jan 14 2013  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Install network.service alias, that points to the enabled service
    and obsoletes the use of NETWORKMANAGER=yes/no sysconfig variable
    in /etc/sysconfig/network/config (bnc#764055,bnc#764336,bnc#798348).
  - Requires sysconfig-0.80.0

++++ PackageKit-branding-openSUSE:

  - Update PackageKit-branding-vendor.patch: Disable ScanDesktop
    plugin, it takes forever at least on first startup:
  - ScanDesktopFiles=false

++++ appmenu-qt:

  - Added patch async-dbus-calls.diff which makes appmenu-qt use
    async dbus-calls. (bnc#798334)

++++ baobab:

  - Update to version 3.7.4:
    + Fix crash in the about dialog.
    + Use a menu button instead of toolbar items.
    + Updated translations.

++++ clamav:

  - pids and sockets of clamd and freshclam now reside in /var/run
    instead of /var/lib (bnc#770395)
  - modified pid path in clamd's, freshclam's and clamav-milter's
    init scripts

++++ gnome-font-viewer:

  - Update to version 3.7.4:
    + Don't paint a white background below font thumbnails.
    + Add keywords to the desktop file.
    + Don't call g_type_init(), depends on GLib 2.35.1.
    + Updated translations.

++++ gnome-screenshot:

  - Update to version 3.7.4:
    + Use the new Shell DBus interface name.
    + Add keywords to the desktop file.
    + Don't call g_type_init(), depends on GLib 2.35.
    + Updated translations.

++++ harfbuzz:

  - Update to version 0.9.11:
    + Fix GPOS mark attachment with null Anchor offsets.
    + [Indic] Fix old-spec reordering of viramas if sequence ends in
    one.
    + Fix multi-threaded shaper data creation crash.
    + Add atomic ops for Solaris.
    + API changes: Rename hb_buffer_clear() to
    hb_buffer_clear_contents().

++++ insserv-compat:

  - don't hard require Pod::Usage (bnc#798316)

++++ kdebase4-workspace:

  - Delete only the incorrect directory
    /usr/share/kde4/apps/ksmserver/ksmserver.notifyrc/ and don't
    touch the file.

++++ kiwi:

  - v5.04.32 released
  - fixed netboot boot partition setup. In case of a custom boot
    partition the code created the partition and the filesystem
    but the original data from the image was not moved over to the
    boot partition
  - fixed updateOtherDeviceFstab to add devices by disk ID
  - fixed use of IFS in probeNetworkCard and loadNetworkCard
  - try to load hwinfo detected network modules in loadNetworkCard
    but don't fail if there are none detected or the load failed.
    udev normally loads the modules correctly
  - ask interfaces for their MAC and IFace name directly instead
    of using hwinfo, that's faster and more reliable
  - update XMLVMachineData class to reflect mandatory status of
     configuration setting in XML. Previously the 
    element was optional and it was possible to construct the
    VMachine object without arguments. Now the  element
    is mandatory and thus the object may no longer be constructed
    without argument.

++++ kpat:

  - Add a require for kdegames4-carddecks-default

++++ libdiscid:

  - updated to 0.3.0
  - Fixed reading of 99 track CDs on Mac OS X.
  - Added API for reading ISRCs and MCNs (implemented on Windows and Mac OS X).
  - Added Solaris, OpenBSD and kFreeBSD support.
  - libdiscid-visibility.patch, libdiscid-no-crypto.patch
    Adapted to the 0.3 release

++++ openal-soft:

  - install legacy provides for openal again. Some packages still rely
    on it.

++++ pango:

  - Update to version 1.32.6:
    + Make pango threadsafe.
    + Pass down BOT/EOT flags to HarfBuzz.
    + Broken relocation of modules (bgo#690279).
    + Build with automake-1.13 broken (bgo#691263).
  - Require at least pango 1.31.1 for the post scriptlets to work.
    This helps for dist upgrades from openSUSE 12.2, where
    pango-querymodules did not yet know the --update-cache parameter.
    Depending on the (random) installation order during zypper dup,
    the post scriptlet of libpango-1_0-0 might execute
    pango-querymodules --update-cache, but not yet have the new tools
    installed yet (bnc#792646) (same change in baselibs.conf).

++++ libpng16:

  - updated to 1.6.0beta37

++++ polkit:

  - Update to 0.110
    + Set XAUTHORITY environment variable if is unset
    + Use mutex and condition variables properly
    + Build fixes.
  - Changes from version 0.109:
    + Include gmodule-2.0 to avoid linker errors
    + Don't require libmozjs185 devel packages for polkit rules
    to work
  - Drop polkit-link-gmodule.patch and polkit-libmozjs.patch, those
    are merged upstream

++++ python-gobject:

  - Update to version 3.7.4:
    + Allow setting values through GtkTreeModelFilter (bgo#689624)
    + Support GParamSpec signal arguments from Python (bgo#683099)
    + pygobject_emit(): Fix cleanup on error
    + Add signal emission methods to TreeModel which coerce the path
    argument (bgo#682933)
    + Add override for GValue (bgo#677473)
    + Mark caller-allocated boxed structures as having a slice
    allocated (bgo#699501)
    + pygi-property: Support boxed GSList/GList types (bgo#684059)
    + tests: Add missing backwards compat methods for Python 2.6
    (bgo#691646)
    + Allow setting TreeModel values to None (bgo#684094)
    + Set clean-up handler for marshalled arrays (bgo#691509)
    + Support setting string fields in structs (bgo#678401)
    + Permit plain integers for "gchar" values
    + Allow single byte values for int8 types (bgo#691524)
    + Fix invalid memory access handling errors when registering an
    enum type
    + Fix (out) arguments in callbacks
    + Fix C to Python marshalling of struct pointer arrays
    + Don't let Property.setter() method names define property names
    (bgo#688971)
    + Use g-i stack allocation API (bgo#615982)
    + pyg_value_from_pyobject: support GArray (bgo#690514)
    + Fix obsolete automake macros (bgo#691101)
    + Change dynamic enum and flag gtype creation to use namespaced
    naming (bgo#690455)
    + Fix Gtk.UIManager.add_ui_from_string() override for non-ASCII
    chars (bgo#690329)
    + Don't dup strings before passing them to type registration
    functions (bgo#690532)
    + Fix marshalling of arrays of boxed struct values (bgo#656312)

++++ python3-gobject:

  - Update to version 3.7.4:
    + Allow setting values through GtkTreeModelFilter (bgo#689624)
    + Support GParamSpec signal arguments from Python (bgo#683099)
    + pygobject_emit(): Fix cleanup on error
    + Add signal emission methods to TreeModel which coerce the path
    argument (bgo#682933)
    + Add override for GValue (bgo#677473)
    + Mark caller-allocated boxed structures as having a slice
    allocated (bgo#699501)
    + pygi-property: Support boxed GSList/GList types (bgo#684059)
    + tests: Add missing backwards compat methods for Python 2.6
    (bgo#691646)
    + Allow setting TreeModel values to None (bgo#684094)
    + Set clean-up handler for marshalled arrays (bgo#691509)
    + Support setting string fields in structs (bgo#678401)
    + Permit plain integers for "gchar" values
    + Allow single byte values for int8 types (bgo#691524)
    + Fix invalid memory access handling errors when registering an
    enum type
    + Fix (out) arguments in callbacks
    + Fix C to Python marshalling of struct pointer arrays
    + Don't let Property.setter() method names define property names
    (bgo#688971)
    + Use g-i stack allocation API (bgo#615982)
    + pyg_value_from_pyobject: support GArray (bgo#690514)
    + Fix obsolete automake macros (bgo#691101)
    + Change dynamic enum and flag gtype creation to use namespaced
    naming (bgo#690455)
    + Fix Gtk.UIManager.add_ui_from_string() override for non-ASCII
    chars (bgo#690329)
    + Don't dup strings before passing them to type registration
    functions (bgo#690532)
    + Fix marshalling of arrays of boxed struct values (bgo#656312)

++++ libsolv:

  - trivial_installable: check vendor of affected package to see if
    a patch should be ignored [bnc#736100]
  - fix trivial installable requires handling
  - bump version to 0.2.4

++++ python-xdg:

  - Initial python3 support
  - Update to version 0.25:
    + Add support for $XDG_RUNTIME_DIR (deb#656338).
    + Allow desktop entry files that are not encoded in UTF-8
    (deb#693855).
    + Mime: Add support for subclasses and aliases.
  - Changes from version 0.24:
    + Update allowed DesktopEntry categories following changes to the
    specification.
    + Fix removal of empty submenu (fdo#54747).
    + Documentation is now available on RTD:
    http://pyxdg.readthedocs.org/
    + A few more tests, and some code cleanup.
    + Fix failure to parse some menu files when kde-config is missing
    (fdo#56426).
  - Changes from version 0.23:
    + Fix a test for non-UTF-8 locales.
  - Changes from version 0.22:
    + Better unicode handling in several modules.
    + Fix for sorting non-ASCII menu entries (fdo#52492).
    + More tests.
  - Changes from version 0.21:
    + Tests can now be run conveniently using nosetests, and cover
    more of the code.
    + BaseDirectory: New save_cache_path() function (fdo#26458).
    + Config: Default icon theme is 'hicolor', not 'highcolor'.
    + Menu: Obsolete Rule.compile() method removed.
    + DesktopEntry:
  - Corrected spelling of checkCategories() method (fdo#24974).
  - Consider Actions and Keywords keys standard.
  - Accept non-ASCII Keywords.
  - Update list of environments valid for OnlyShowIn.
    + Mime: Fix get_type_by_contents() in Python 3.
    + RecentFiles: Minor bug fixes.
  - Changes from version 0.20:
    + Compatible with Python 3; requires Python 2.6 or later
    + Clean up accidental GPL license notice in Menu.py
    + Add test scripts for xdg.Mime, xdg.Locale and xdg.RecentFiles
    + Fixes for icon theme validation
    + Fix exception in xdg.Mime
    + Replace invalid string exceptions
    + Fall back to default base directories if $XDG* environment
    variables are set but empty.
    + Remove use of deprecated os.popen3 in Menu.py
    + Correct URLs in README

++++ rsyslog:

  - update to 7.2.5 [v7-stable]:
  - build system cleanup
  - bugfix: omelasticsearch did not properly compile on some platforms
    due to missing libmath
  - bugfix: on termination, actions were incorrectly called
  - bugfix: very large memory consumption (and probably out of memory) when
    FromPos was specified in template, but ToPos not.
  - bugfix: timeval2syslogTime cause problems on some platforms
    due to invalid assumption on structure data types.
  - bugfix: compile errors in im3195
  - bugfix: doGetFileCreateMode() had invalid validity check
  - bugfix: mmjsonparse errornously returned action error when no
    CEE cookie was present.

++++ sushi:

  - Update to version 3.7.4:
    + Use PackageKit to install unoconv if not detected at runtime.
    + Drop gjs-dbus dependency.
    + Updated translations.
  - Drop pkgconfig(gjs-dbus-1.0) BuildRequires, no longer needed.

++++ unison:

  - Update to version 2.40.102:
    + Upstream provides no changelog
  - Uppercase name and a comment in unison.desktop

++++ yast2:

  - Runlevel definitions (targets) are now in /usr/lib/systemd/system
    (bnc#795929)
  - Checking for systemd scripts in more directories (bnc#795929)
  - 2.23.18

++++ yast2-installation:

  - Adding repositories that cannot be (re)added as enabled in
    a disabled state (bnc#779396).
  - 2.23.9

++++ yast2-storage:

  - version 2.23.4
  - fix problem with reuse of efi boot partition (bnc#781689)

++++ yelp-xsl:

  - Update to version 3.7.4:
    + Support for Mallard conditional language test tokens.
    + Updated translations.

------------------------------------------------------------------
------------------  2013-1-13  -  Jan 13 2013  -------------------
------------------------------------------------------------------

++++ alacarte:

  - Update to version 3.7.2:
    + Deal with the case of having no $XDG_MENU_PREFIX
    + Fix some crashes when writing out unicode files.
    + Misc cleanups
    + Updated translations.
  - Rebase alacarte-force-Gtk3.patch.

++++ apparmor:

  - update abstractions/mysql with correct paths and add MariaDB paths
    (bnc#798183)

++++ glib2-branding-openSUSE:

  - Update gnome_defaults.conf: no longer instruct to start
    SuSEconfig, but instruct to run suse-update-mime-defaults
    (bnc#796169).

++++ gnome-power-manager:

  - Remove gnome-power-manager-notify-idle-sleep.patch, it now lives
    in gnome-settings-daemon.

++++ gnome-settings-daemon:

  - Add gnome-settings-daemon-notify-idle-resumed.patch, notify user
    about auto suspend when returning from sleep (bnc#708182).

++++ gnome-shell:

  - Add evolution-data-server requires: gnome-shell fails to start
    without, as the calendar applet interfaces with e-d-s directly
    (bnc#795793).

++++ ibus-table:

  - fix bnc#803488

++++ kdebase4-workspace:

  - Added patch opensuse-kinfocenter.diff to have some additional
    openSUSE information in kinfocenter. Kinfocenter will be the
    replacement for kio_sysinfo.
  - Added Require for openSUSE-release as that kinfocenter uses the
    info from here.
  - Update patch plasma-branding-defaults-applets.diff to remove
    kio_sysinfo from kickoff

++++ kdebase4-openSUSE:

  - added patch (remove_sysinfo_from_cmake.diff) to remove
    kio_sysinfo and replace with kinfocenter.

++++ kiwi:

  - make vmdisk a mandatory element in the machine section

++++ lapack:

  - add update-alternative support to allow user to easily switch
    between several blas and lapack libraries

++++ gtkhtml:

  - Update to version 4.6.2:
    + Fix Crash on edit of an empty HTML signature (bgo#690029).

++++ telepathy-mission-control:

  - Added tmc-fire-PropertiesChanged-on-URISchemes-change.patch and
    tmc-mailto-is-the-proper-URI-scheme.patch needed to ensure
    visual feedback on sip accounts changes (fdo#40393).

++++ opus:

  - Add
    opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch
    Fixes an out-of-bounds read that could be triggered by a
     malicious Opus packet causing an integer wrap-around in the
     padding code.

++++ telepathy-glib:

  - Add tg-add-TpAccount-uri-schemes-property.patch,
    tg-implement-change-notification-on-uri-schemes-property.patch
    and tg-tests-simple-account-add-uri.patch, needed to ensure
    visual feedback on sip accounts changes (fdo#40393).

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ pm-utils:

  - correction for bnc#797966
    intel-audio-powersave creates error entries in /var/log/pm-powersave.log
    when it finds supported hw looping over /sys/module/snd_*
    these errors are caused by simple typos

++++ seamonkey:

  - backed out restartless language packs as it broke multi-locale
    setup (bmo#677092, bmo#818468)

++++ squid:

  - Changes to squid-3.2.6 (09 Jan 2013):
    fix for bnc#794954, CVE-2012-5643, SQUID:2012-1
  - Regression Bug 3731: TOS setsockopt() requires int value
  - Regression Bug 3712: Rotating logs overwrites the previous log
  - Bug 3727: LLVM compile errors in kerberos_ldap_group
  - Bug 3650: Negotiate auth missing challenge token
  - Additional fixes for CVE-2012-5643 / SQUID:2012-1
    * http://www.squid-cache.org/Advisories/SQUID-2012_1.txt
    * http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5643
  - rebase nobuilddates, config patches

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-1-12  -  Jan 12 2013  -------------------
------------------------------------------------------------------

++++ ModemManager:

  - Update to version 0.7.990:
    + More flexible D-Bus API that accounts for the capabilities of
    modern devices.
    + Native support for Gobi and QMI-based Qualcomm devices via
    libqmi.
    + Preliminary support for GPS-based Location Services with some
    devices.
    + More complete messaging API.
    + Fully-featured command-line client (mmcli).
  - Add pkgconfig(qmi-glib) BuildRequires: new dependency.
  - Create new subpackage libnm-glib0.

++++ MozillaFirefox:

  - Fix WebRTC to build on powerpc

++++ alacarte:

  - Add alacarte-force-Gtk3.patch: Force the use of Gtk 3. Gtk2 was
    not designed for use with introspection and some interfaces fail
    (bnc#798181, bgo#691599).

++++ baobab:

  - Update to version 3.6.4:
    + Fix crash in scan remote folder (bgo#690037)
    + Updated translations.

++++ emacs:

  - Don't strip binaries
  - Remove unused build requirements
  - Properly configure TERMINFO (bnc#797787)

++++ gimp-help:

  - Add gimp-help-2.8.0-missing-po-files.patch: Add missing .po files
    to the source directory. Fixes build on Factory.
  - Drop Makefile.GNU and use upstream shipped build system, as this
    works again.
  - Unset MALLOC_CHECK_ and MALLOC_PERTURB_ to avoid some crashes
    (hack only.. no fix yet).
  - Add new sub packages for new languages that apeared due to using
    the upstream / maintained makefile: ca, el, en_GB, fi, hr, lt and
    sl.

++++ hfsutils:

  - remove suse_update_config

++++ kiwi:

  - fixed dom0 machine setup to make object init of
    KIWIXMLVMachineData happy
  - added oem-swap for all examples which specify a swapsize
  - fixed indention, obsolete curly braces from information
    about the structure of the internal XML data types
  - store objects in XML instead of raw data
    + change the XML class such that objects are stored instead of
    deeply nested raw data. This results ins simplification of code,
    the internal data structure, and its documentation. Data that
    requires merging (preferences and user data) is not stored as
    objects as it is not obvious that merge delegation to the respective
    objects would be advantageous.

++++ gupnp:

  - Update to version 0.19.4:
    + Shuffle around some test data.
    + Fix a GError leak in the linux cm.
    + Fix a leak in variable notification.
    + Clarify usage of gupnp_service_proxy_remove_notify.

++++ jasper:

  - remove suse_update_config

++++ tumbler:

  - update to version 0.1.27
  - autotools updates
  - remove unmaintained translations
  - fix build when using -Wl,-z,defs
  - add cover-thumbnailer for movies
  - add config file system to control thumbnailing plugins
  - release thumbnail in gst thumbnailer

++++ LibVNCServer:

  - Follow shared library packaging guidelines
  - Avoid self-obsolete tag
  - Put libvncserver-config into -devel where it should belong
  - Provide pkgconfig() RPM symbols

++++ nagios:

  - update to 3.4.4:
    + Fixed bug #408: service checks get duplicated on reload (Eric Stanley)
    + Added NULL pointer checks to CGI code. (Eric Stanley)
    + Fixed buffer overflow vulnerability in CGI code. Thanks to Neohapsis
    for finding this. (Eric Stanley)
  - refreshed patches

++++ plasma-addons:

  - added notes.diff patch
    * makes colour of the background black
    to blend in with the theme

++++ python-atspi:

  - Update to version 2.7.2:
    + Add a --with-python option to configure.ac.
    + Fix getCharacterAtOffset.

++++ python3-atspi:

  - Update to version 2.7.2:
    + Add a --with-python option to configure.ac.
    + Fix getCharacterAtOffset.

++++ rdesktop:

  - remove suse_update_config

++++ xtermset:

  - remove suse_update_config

------------------------------------------------------------------
------------------  2013-1-11  -  Jan 11 2013  -------------------
------------------------------------------------------------------

++++ autofs:

  - fix build on older versions of the distribution, do not install
    org.freedesktop.AutoMount.conf
  - autofs-5.0.7-fix-scandir-filter.patch: fix lookup_dir when the
    included directory is on an XFS file system (bnc#798158)
  - autofs-5.0.7-upstream-patches-20121120.bz2: update 5.0.7 upstream
    patches to 20121120, fixing some bugs:
    * fix map entry duplicate offset detection
    * allow nsswitch.conf to not contain "automount:" lines
  - revert systemd initialization type from "simple" to "forking"
    and drop the patch that partially implemented "new style systemd"
    daemon (bnc#798162)
  - autofs-5.0.7-new-style-systemd-daemon.patch: delete

++++ bluez:

  - Add changelog entry for older change so factory-auto wont reject this.
  - This requests removes sbc building and packaging from bluez.
    SBC recently gets its own package and sources are even stripped out ot
    Bluez in current git master (future 5.0).
    On top of that current bluez-devel package conflicts with sbc-devel.
    Note: This change may broke packages which use sbc from bluez-devel
    as new sbc-devel package use different include path.
    This change is required to properly build PulseAudio 3.0

++++ colord:

  - allow /usr/share/mime/** readable in AA profile (bnc#797907)

++++ cryptsetup-mkinitrd:

  - /usr move
  - suppress warning only for actual US locale (bnc#634681)

++++ curl:

  - Break build loop and make GPG signature verification optional.

++++ cvsps:

  - update to 3.7
    * bug fix in timezone handling (thanks to Chris Rorvick).
    * major performance gain in the CVS client code (thanks to
    Sergei Trofimovich).
    * third field in an author entry is now interpreted as if it
    were TZ.
    * remove the --test-log option now that cvsps has its own test suite.
    * new --reposurgeon option for passing reference-lifting hints
    to reposurgeon.

++++ dhcp:

  - Update to ISC dhcp-4.2.5 release. See RELNOTES file for the
    complete list of changes -- digest of fixes not in dhcp-4.2.4-P2:
  - Correct code to calculate rebind timing values in client
    [ISC-Bugs #29062]
  - Fix some issues in the code for parsing and printing options.
    [ISC-Bugs #22625,#27289,#27296,#27314]
  - Update the memory leakage debug code to work with v6.
    [ISC-Bugs #30297]
  - Relax the requirements for deleting an A or AAAA record.
    This relaxation was codified in RFC 4703. [ISC-Bugs #30734]
  - Modify the failover code to handle incorrect peer names better.
    [ISC-Bugs #30320]
  - Fix a set of issues that were discovered via a code inspection
    tool. [ISC-Bugs #23833]
  - Parsing unquoted base64 strings improved. [ISC-Bugs #23048]
  - The client now passes information about the options it requested
    from the server to the script code via environment variables.
    These variables are of the form requested_=1 with
    the option name being the same as used in the new_* and old_*
    variables. [ISC-Bugs #29068]
  - Check the status value when trying to read from a connection to
    see if it may have been closed.  If it appears closed don't try
    to read from it again.  This avoids a potential busy-wait like
    loop when the peer names are mismatched. [ISC-Bugs #31231]
  - Remove an unused variable to keep compilers happy.
    [ISC-Bugs #31983]
  - Removed obsolete parsing and printing option patch
    [dhcp-4.2.4-parsing-and-printing-options.patch]
  - Merged dhcp-4.2.2-dhclient-send-hostname-rml.diff
    [dhcp-4.2.5-dhclient-send-hostname-rml.patch]
  - Fixed discovery of interfaces, which have only addresses with
    a label assigned (linux 2.0 "alias interfaces" compatibility)
    by switching to use the getifaddrs() as on BSD (bnc#791289,
    reported upstream as [ISC-Bugs #31992]).
    [dhcp-4.2.4-interface-discovery-using-getifaddrs.patch]
  - Applied a patch to ignore SIGPIPE instead to die in socket code
    before the errno==EPIPE checks are reached (bnc#794578, upstream
    report [ISC-Bugs #32222])
    [dhcp-4.2.4-P2-do-not-die-on-sigpipe.patch]
  - Updated ldap patch to 4.2.5-ldap-mt01 providing following fixes:
  - Fixed parse buffer handling code to not avoid truncation of
    config > ~8k from bigger ldap objects. Fixed to free the ldap
    config buffer passed to the config parser and append new config,
    while the parser is in saved state (bnc#788787).
  - Fixed subclass name-ref and data quoting/escaping (bnc#788787).
  - Fixed memory leaks on ldap_read_config errors (bnc#788787).
  - Fixed a memleak while subnet range processing, fixed to reset
    bufix variable in ldap_read_function to 0 and to set buflen to
    the complete length (do not discard last character, usually \n).
    This caused a parsing error at further run of the function,
    e.g. while processing the second dhcpService container that the
    dhcpServer object may refer to (bnc#784640).
    [dhcp-4.2.5-ldap-mt01.patch.bz2]
  - Fixed dhclient-script to discard MTU lower-equal 576 rather
    than lower-than (bnc#791280).
  - Verify GPG source archive signatures.

++++ freetype2:

  - Rediffed patches.
  - CVE-2012-5668.patch, CVE-2012-5669.patch, CVE-2012-5670.patch nothing to do.

++++ ft2demos:

  - Rediffed patches.
  - CVE-2012-5668.patch, CVE-2012-5669.patch, CVE-2012-5670.patch nothing to do.

++++ glib2:

  - Add glib2-asneeded.patch: Ensure gio-querymodules is linked to
    ensure gio-querymodules is linked to libgobject.

++++ gpg2:

  - BuildRequires: libbz2-devel (support BZIP2 compression
    algorithm) (bnc#798175).

++++ gstreamer-0_10-plugins-bad:

  - Add gstreamer-0_10-plugins-bad-docbuild.patch: Fix building of
    documentations.

++++ kiwi:

  - fix the description
    + RuntimeChecker test failed due to conflicting settings in the config
  - fix XMLDescriptionData
    + previously the object construction did not conform to requierements
    of the Schema, it was possible to create an object without author,
    contact, or specification data. Multiple contact definitions were
    ignored
  - update unit tests for Description class and XML class
  - fixed indention
  - update 12.2 examples to use grub2 as bootloader
  - moved the os-autoinst test case from the 11.4 JeOS template
    into the SLE11 template. The 11.4 template will be removed
    with the next openSUSE 12.3 distribution but I don't want
    to loose this test case example

++++ giflib:

  - Remove "Obsoletes: giflib", because libgif6 must not obsolete
    libgif4 (it would do that by way of libgif4's "Provides: giflib").

++++ procps:

  - Remove redundant tags/sections
  - Update homepage URLs

++++ lxc:

  - Release 0.8.0:
    + add support for autodetection of gateway address
    + add support for LVM2 and btrfs snapshot in lxc-clone
    + add support for apparmor
    + support nested cgroups
    + lxc no longer depends on perl
    + add support for container hooks (pre-start, mount, start, stop,
    umount, post-stop)
    + templates are moved to /usr/share/lxc/templates
  - Remove
    Accurately-detect-whether-a-system-supports-clone_children.patch:
    merged upstream.
  - Add lxc-opensuse-clonefixes.patch: fix openSUSE template
    regarding cloning.
  - Add 0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch: fix
    btrfs subvolume when removing a container.
  - Add lxc-autodev.patch: fill /dev when starting container (needed
    for systemd).
  - Update lxc-opensuse-12.2.patch: switch to systemd in container.
  - Add lxc-opensuse-12.1-fixbuild.patch: fix openSUSE 12.1 container
    build.
  - Add lxc-opensuse-12.2.patch:
    + switch openSUSE template to 12.2
    + install iputils in the default configuration
    + autoconfigure gateway if possible
    + detect if network is set to 0.0.0.0 and configure DHCP
    + bind mount /etc/resolv.conf in container
  - Add use-relative-paths-for-container.patch,
    fix-lxc-clone-mount-entries.patch and update sles
    template: use relative paths for container mount points, fixes
    lxc-clone dropping some lxc.mount entries (bnc#789387).
  - Add Requires(post) dependency on aaa_base (bnc#786970) for
    openSUSE < 12.3.
  - Add dhcpcd in default installation in openSUSE template (bnc#776169).
  - Add change-hwaddr-on-clone.patch: modify MAC address when cloning
    a container (git)
  - Add wait-until-container-is-stopped.patch: if destroying a
    running container, wait until it is stopped before destroying it.
  - Ensure lxc-createconfig uses opensuse template by default.
  - Ensure lxc-createconfig correctly detect cidr (bnc#773234).
  - Add pivot-root_shared.patch: fix pivot root when / is mounted as
    shared (default on 12.3 and later).

++++ lxdm:

  - run fdupes only as last step, or it will create symlinks to files
    deleted later

++++ mono-core:

  - Update to http://www.mono-project.com/Release_Notes_Mono_3.0.3
    * Bug fixes to the 3.0.x series
  - new sub-package mono-reactive including http://rx.codeplex.com/

++++ perl-Bootloader:

  - arvidjaar: use explicit target arch for GRUB2 and remove grub2-efi calls
  - mchang: handle add and remove in update-bootloader for grub2
  - 0.706

++++ python-httplib2:

  - Drop unneeded python-pyOpenSSL Requires
  - Initial python3 support
  - Update to 0.7.7 version:
    * More fixes for App Engine, now less likely to swallow important exceptions.
    * Adding proxy_info_from_* methods to Python3. Reviewed in https://codereview.appspot.com/6588078/.
    * Added GeoTrust cert
    * Make httplib2.Http() instances pickleable. Reviewed in https://codereview.appspot.com/6506074/
    * The following issues have been fixed:
  - 229 python3 httplib2 clobbers multiple headers of same key
  - 230 Expose meaningful exception for App Engine URLFetch ResponseTooLargeError
  - 231 Expose App Engine URLFetch DeadlineExceededError for debugging purposes

++++ sysconfig:

  - Fixed to correctly apply STP constrains also to float time
    values with a 1/100 sec precision (bnc#753387,bnc#794720).
    [0002-ifup-bridge-handle-1-100-sec-precision-stp-times.patch]
  - Updated bridge documentation link in ifcfg-bridge.5 (bnc#791553).
    [0001-Updated-bridge-documentation-link-in-ifcfg-bridge.5.patch]

++++ xerces-j2:

  - removed the -boostrap package

++++ yast2-bootloader:

  - jsuchome: /sbin/SuSEconfig call removed
  - mchang: some bug fixing and improve grub2's summary
  - 2.23.8

++++ yast2-installation:

  - adapted to changes in Storage.ycp API (bnc#797245)
  - 2.23.8

------------------------------------------------------------------
------------------  2013-1-10  -  Jan 10 2013  -------------------
------------------------------------------------------------------

++++ ImageMagick:

  - do not disable checking altogether.
  - disable-matlab-test.patch: disable the 1 MATLAB testcase that fails.
  - disable check for the moment, it breaks on Factory and 12.1, but
    12.2

++++ apparmor:

  - update to AppArmor 2.8.1 (=2.8 branch r2069)
    Bugfix release, http://wiki.apparmor.net/index.php/ReleaseNotes_2_8_1
    Most important changes are:
  - add various missing parts to profiles and abstractions
  - fix a possible x conflict with hats or child profiles in
    apparmor_parser
  - fix and speedup stdin handling in aa-decode
  - various other bugfixes
  - add pkgconfig support to libapparmor
  - remove upstream(ed) patches

++++ branding-openSUSE:

  - fix product version in gfxboot welcome screen
  - update from git with kdm and kpslashx updates
  - remove more bootsplash

++++ coreutils:

  - Hardcode the name passed to find_lang so that it works for
    coreutils-testsuite too.
  - Don't call autoreconf on distributions older then 12.0
    because their autoconf is too old, so also patch Makefile.in
    in addition to Makefile.am where needed.

++++ mgetty:

  - replace run_permissions call with set_permissions (bnc#764113)

++++ librsvg:

  - Update to version 2.37.0:
    + Bump pango requirement to 1.32.6.
    + Mark pixbuf loader as threadsafe.

++++ gpm:

  - Remove obsolete/undesired tags/sections
  - Use more robust make install call

++++ ibus:

  - add ibus-fix-docs-build-error.patch: to fix build error
    in Factory

++++ kernel-default:

  - Update to 3.8-rc3.
  - commit 7ce28dd
  - config: update armv5tel config for 3.8-rc2
  - commit df5a66e

++++ kernel-desktop:

  - Update to 3.8-rc3.
  - commit 7ce28dd
  - config: update armv5tel config for 3.8-rc2
  - commit df5a66e

++++ kernel-pae:

  - Update to 3.8-rc3.
  - commit 7ce28dd
  - config: update armv5tel config for 3.8-rc2
  - commit df5a66e

++++ kiwi:

  - changed zypper call to use one call to install products, patterns
    and packages instead of splitting that up into single calls. This
    has the advantage that zypper can better decide for packages which
    provides similar functionality (bnc #796062)

++++ syslogd:

  - When exists, remove the broken link in multi-user.target.wants
    pointing to the common syslog.service file, which syslog-service
    package were providing before (bnc#790805).

++++ libgee:

  - Update to version 0.9.0:
    + ConcurrentSet preliminary implementation.
    + Bugfixes from 0.8.2 and 0.8.3.
    + Fix various Vala warnings.
    + First part of test refactoring.
  - Changes from version 0.8.1:
    + Allow slice in ReadOnlyList.
    + Fix Iterator.remove in PriorityQueue.
    + Add foreach specializations.
    + Use foreach function instead of iterators.
  - Drop libgee-gir.patch: fixed upstream.

++++ systemd:

  - Add multiple-sulogin.patch: allows multiple sulogin instance
    (bnc#793182).

++++ libraw:

  - SONAME changed in 0.14, but prior update omitted package name
    change libraw2 -> libraw5. Do it now.
  - Use more robust make install call
  - Remove redundant %clean section, and remove unused .la files
  - Run fdupes to hardlink duplicate files

++++ libreoffice-help-en-US:

  - bridges-missing-cxxflags.diff: lost RPM optflags when compiling bridges

++++ okular:

  - Add patch fix-priority-okular.diff to ensure that Okular always
    has a higher priority than the active-documentviewer.

++++ postfix:

  - rebase patches
    * vda-v10-2.8.12 -> vda-v11-2.9.5 (and to be a p0)
    * main, master, post-instal, ssl-release-buffers (remove version)
    * dynamic_maps, dynamic_maps_pie, pointer_to_literals
  - update to 2,9.5
    * tls support:
    Support to turn off the TLSv1.1 and TLSv1.2 protocols:
    To temporarily turn off problematic protocols globally:
    /etc/postfix/main.cf:
    smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
    smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
    However, it may be better to temporarily turn off problematic
    protocols for broken sites only:
    /etc/postfix/main.cf:
    smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
    /etc/postfix/tls_policy:
    example.com         may protocols=!SSLv2:!TLSv1.1:!TLSv1.2
    * 20111012 To simplify integration with third-party
    applications, the Postfix sendmail command now always transforms
    all input lines ending in  into UNIX format (lines ending
    in ). Specify "sendmail_fix_line_endings = strict" to restore
    historical Postfix behavior (i.e. convert all input lines ending
    in  only if the first line ends in ).
    * 20120114 Logfile-based alerting systems may need to be
    updated to look for "error" messages in addition to "fatal" messages.
    Specify "daemon_table_open_error_is_fatal = yes" to get the historical
    behavior (immediate termination with "fatal" message).
    * enable_long_queue_ids Postfix 2.9 introduces support for non-repeating queue IDs (also
    used as queue file names). These names are encoded in a mix of upper
    case, lower case and decimal digit characters.  Long queue IDs are
    disabled by default to avoid breaking tools that parse logfiles and
    that expect queue IDs with the smaller [A-F0-9] character set.
    * 20111209 memcache lookup and update support. This provides
    a way to share postscreen(8) or verify(8) caches between Postfix
    instances.  See MEMCACHE_README and memcache_table(5) for details
    and limitations.
    * 20111218 To support external SASL authentication, e.g.,
    in an NGINX proxy daemon, the Postfix SMTP server now always checks
    the smtpd_sender_login_maps table, even without having
    "smtpd_sasl_auth_enable = yes" in main.cf.
    * ipv6
    o The default inet_protocols value is now "all" instead of "ipv4",
    meaning use both IPv4 and IPv6.
    o The default smtp_address_preference value is now "any" instead
    of "ipv6", meaning choose randomly between IPv6 and IPv4. With
    this the Postfix SMTP client will have more success delivering
    mail to sites that have problematic IPv6 configurations.

++++ rpm:

  - remove the macros that were documented to be removed january 2013:
    %run_permissions, use %set_permissions instead
    %run_suseconfig, SuSEconfig is gone
    %suse_update_config

++++ xf86-video-cirrus:

  - xf86-video-cirrus 1.5.2
    * Remove mibstore.h
    * cirrus: fix falling back after kernel check
    * cirrus: fix build against old server
    * cirrus: fix out of bounds access to shadowfb
    * obsoletes U_cirrus_fallback_kernel_check.patch

++++ xorg-x11-Xvnc:

  - this seperate xorg-x11-Xvnc source package (tigervnc) now
    replaces the previous xf4vnc in xorg-x11-server source package
    (disabled there now)

++++ xorg-x11-server:

  - disabled build of VNC (xf4vnc), which finally has been replaced
    by the seperate xorg-x11-Xvnc source package (tigervnc)

++++ yast2-apparmor:

  - don't create /var/log/apparmor/*/ in %post (no longer needed)

++++ yast2-network:

  - s390 - bnc#719881 - only devices with L2 support can be enslaved in bond
  - improved filtering of devices available for enslaving.
  - able to load qeth config from system (layer2 support and other
    qeth attributes used to be lost once qeth device was configured)
  - 2.24.11

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-1-9  -  Jan 9 2013  -------------------
------------------------------------------------------------------

++++ PackageKit-branding-openSUSE:

  - Bump version to 12.3 for next version of openSUSE

++++ acpica:

  - Add acpi_validate script for easy disassembling and re-compilation
    of local ACPI tables or of an already existing acpidump file

++++ bash:

  - Avoid autoconf on older products
  - Apply audit patch variant to readline as well as we use a shared
    libreadline
  - Avoid bash-devel on older products as older GNU make do not have
    a realpath builtin

++++ branding-openSUSE:

  - Restore gfxboot welcome text

++++ bundle-lang-common:

  - update package list
  - Update to version 12.3

++++ bundle-lang-gnome:

  - update package list
  - Update to version 12.3

++++ bundle-lang-kde:

  - update package list
  - Update to version 12.3

++++ gcc48:

  - Update to GCC trunk head (r195049).

++++ empathy:

  - Update to version 3.7.3:
    + bgo#688988: Add more protocolname<->displayname.
    + bgo#689056: Port EmpathyContact to geocode-glib >= 0.99.1.
    + bgo#689122: org.gnome.empathy.notifications.notification-focus
    should default to true.
    + Updated translations.
  - Introduce with_geocode defines, currently set to 0, as
    geocode-glib >= 0.99.1 does not yet exist. The
    pkgconfig(geocode-glib) BuildRequires is depending on
    with_geocode.
  - Update to version 3.7.2:
    + Bugs fixed: bgo#592995, bgo#681445, bgo#684979, bgo#685793,
    bgo#685888, bgo#686067, bgo#686969, bgo#687338, bgo#687361.
    + Updated translations.
  - Re-enable parallel build.
  - Update to version 3.6.3:
    + Bugs fixed: bgo#691085, bgo#691137, bgo#691195, bgo#691006,
    bgo#688132.
    + Updated translations.

++++ gedit:

  - Update to version 3.7.3:
    + Application menu.
    + Misc bugfixes.
  - Changes from version 3.7.2:
    + Port to GtkApplication.
    + Lots of improvements in docs.
    + Misc bugfixes.
    + Updated translations.
  - Add pkgconfig(gio-2.0) and pkgconfig(libpeas-1.0) BuildRequires
    so they can be versioned.

++++ glib2-branding-openSUSE:

  - Update version number to 12.3.

++++ gjs:

  - Update to version 1.35.3:
    + Add new GBytes API and conversions
    + Rework dynamic class system
    + boxed: introduce support for complex constructors
    + Fix memory leaks
  - Changes from version 1.35.2:
    + Gio: Don't eat errors when trying to call the initial
    asyncCallback
    + byteArray: Remove JSCLASS_CONSTRUCT_PROTOTYPE
    + Gjs: work around GType bug with dynamic types
    + Support Sun CC
    + Fix memory leaks.

++++ gstreamer:

  - Update to version 1.0.5:
    + Add GST_BIN_FLAG_NO_RESYNC flag that disables a resync when an
    element is added, removed or linked in the bin.
    + Add OTHER clock type
    + Bugs fixed: bgo#690915.

++++ gstreamer-plugins-bad:

  - Update to version 1.0.5:
    + psdemux: tentative port to 1.0; take into account both DTS and
    PTS
    + shm: Actually get the permissions on get_property
    + waylandsink: do not default to fullscreen mode
    + bgo#690097, bgo#690442.

++++ gstreamer-plugins-base:

  - Update to version 1.0.5:
    + alsasrc: don't output buffers without timestamps or with bogus
    timestamps
    + discoverer, decodebin: fix state change re-sync race that might
    lead to deadlocks
    + video: fix crashes with and frame sizes of A420 video format
    + Bugs fixed: bgo#691244.

++++ gstreamer-plugins-good:

  - Update to version 1.0.5:
    + rtspsrc: fix regression that make rtspsrc hang when stopping
    + audio/video parsers: fix negotiation with encoders in some
    transcoding cases
    + cairo: port cairooverlay to 1.0
    + jpegenc: pass flow returns upstream
    + qtdemux: fix pixel-aspect-ratio of some files with ProRes video
    + Bugs fixed: bgo#690184, bgo#690476, bgo#691098.

++++ gtk3-branding-openSUSE:

  - Bump version to 12.3.

++++ hicolor-icon-theme-branding-openSUSE:

  - Update version to 12.3

++++ hwinfo:

  - moved man pages into git

++++ kdebase4-openSUSE:

  - Updates
    * Make the Plasma theme slightly more transparant
    * Updated systray icons for konversation and device notifier
    * Change opaque for the shutdown dialog

++++ kiwi:

  - update internal data structure in-code documentation

++++ syslogd:

  - Enable syslogd.service and create the syslog.service alias link
    in post install -- regardless of a preset config (bnc#790805).

++++ kvm:

  - Update to latest seabios sources (git id: 261e870) (bnc#797624,
    bnc#794695)
  - Removed kvm-supported.txt, as it does not apply to openSUSE

++++ libffi48:

  - Update to GCC trunk head (r195049).

++++ libgcj48:

  - Update to GCC trunk head (r195049).

++++ libgphoto2:

  - updated to 2.5.0.2 temp snapshot
  - various new ids
  - various bugfixes
  - Canon driver fixes
  - PTP driver fixes: Canon EOS thumbnail fixes
  - translation updates

++++ gtksourceview:

  - Update to version 3.7.1:
    + Add Bluespec SystemVerilog syntax highlighter.
    + Improvements in completion.
    + Add language spec for IDL.
    + Lots of fixes in gtk doc.
    + Misc bugfixes.
    + Updated translations.

++++ systemd:

  - udev: path_id - handle Hyper-V devices
    add: 1008-udev-path_id-handle-Hyper-V-devices.patch
  - keymap: Update the list of Samsung Series 9 models
    add: 1009-keymap-Update-the-list-of-Samsung-Series-9-models.patch
  - keymap: Add Samsung 700T
    add: 1010-keymap-Add-Samsung-700T.patch
  - libudev: avoid leak during realloc failure
    add: 1011-libudev-avoid-leak-during-realloc-failure.patch
  - libudev: do not resolve $attr{device} symlinks
    add: 1012-libudev-do-not-resolve-attr-device-symlinks.patch
  - libudev: validate 'udev' argument to udev_enumerate_new()
    add: 1013-libudev-validate-udev-argument-to-udev_enumerate_new.patch
  - udev: fix whitespace
    add: 1014-udev-fix-whitespace.patch
  - udev: properly handle symlink removal by 'change' event
    add: 1015-udev-properly-handle-symlink-removal-by-change-event.patch
  - udev: builtin - do not fail builtin initialization if one of
    them returns an error
    add: 1016-udev-builtin-do-not-fail-builtin-initialization-if-o.patch
  - udev: use usec_t and now()
    add: 1017-udev-use-usec_t-and-now.patch

++++ pcsc-lite:

  - Verify GPG signature.
  - Fixes for SLE10.

++++ libpeas:

  - Update to version 1.7.0:
    + Add python3 loader.
    + Updated translations.
  - Add python3-devel BuildRequires to also build the python3 loader.
  - Create loader-python3 subpackage.

++++ polkit:

  - Only mark the following files as %config, not %config(noreplace):
    + %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
    + %{_sysconfdir}/pam.d/polkit-1
    + %{_sysconfdir}/polkit-1/rules.d/50-default.rules
    PolicyKit's own config files should only be changed for good reason
    and we want to prefer openSUSE's defaults (you still get an .rpmsafe
    file)

++++ python-gobject:

  - Resolve conflict between python-gobject-devel and
    python3-gobject-devel: only package the .h and .pc file in
    python-gobject-devel, but require python-gobject-devel from this
    package (See bgo#689068 for background). The .pc and .h files are
    python-version agnostic.
  - Add supplemnts to auto-install python(3)?-gobject when python(3)?
    and libgirepository-1_0-1 are installed.
  - Update to version 3.7.3:
    + Add support for caller-allocated GArray out arguments
    (bgo#690041)
    + [API add] Re-support calling GLib.io_add_watch with an fd or
    Python file
  - pygtkcompat: Work around IndexError on large flags
  - Fix pyg_value_from_pyobject() range check for uint
  - Fix tests to work with g-i 1.34.2
    + Fix wrong refcount for GVariant property defaults (bgo#689267)
  - Fix array arguments on 32 bit architectures
  - Add backwards compatible API for GLib.unix_signal_add_full()
    + Drop MININT64/MAXUINT64 workaround, current g-i gets this right
    now
  - Fix maximum and minimum ranges of TYPE_(U)INT64 properties
    (bgo#688949)
  - Ship pygi-convert.sh in tarballs (bgo#688697)
  - Changes from version 3.7.2:
    + API changes:
  - Drop almost all static GLib bindings and replace them with
    proper introspection.
  - Deprecate calling GLib API through the GObject namespace.
    This has always been a misnomer with introspection, and will
    be removed in a later version; for now this throws a
    PyGIDeprecationWarning.
  - Do not bind gobject_get_data() and gobject_set_data().
    (bgo#641944)
  - Deprecate void pointer fields as general PyObject storage.
    (bgo#683599)
  - Add support for GVariant properties
  - Add type checking to GVariant argument assignment
  - Fix marshalling of arrays of struct pointers to Python
    (bgo#678620)
  - Fix Gdk.Atom to have a proper str() and repr() (bgo#678620)
  - Make sure g_value_set_boxed does not cause a buffer overrun
    with GStrvs (bgo#688232)
  - Fix leaks with GValues holding boxed and object types
    (bgo#688137)
  - Add doc strings showing method signatures for gi methods
    (bgo#681967)
  - Set Property instance doc string and blurb to getter doc
    string (bgo#688025)
  - Add GObject.G_MINSSIZE
  - Fix marshalling of GByteArrays
  - Fix marshalling of ssize_t to smaller ints
  - Add get_introspection_module for getting
    un-overridden modules (bgo#686828)
    + Add support for lcov code coverage, and add a lot of missing
    GIMarshallingTests and g-i Regress tests.
  - pygi-convert: remove deprecated GLib → GObject conversions
  - Add support for overriding GObject.Object (bgo#672727)
  - Add --with-python configure option
    + Do not prefer unversioned "python" when configuring, as some
    distros have "python" as Python 3. Use Python 3 by default if
    available. Add --with-python configure option as an alternative
    to setting $PYTHON, which is more discoverable.
    + Fix property lookup in class hierarchy (bgo#686942)
    + Move property and signal creation into _class_init()
    (bgo#686149)
    + Fix duplicate symbols error on OSX
    + Work around wrong 64 bit constants in GLib Gir (bgo#685022)
    + Mark GLib.Source.get_current_time() as deprecated
    + Fix OverflowError in source_remove() (bgo#684526)
    + Updated translations.

++++ python3-gobject:

  - Resolve conflict between python-gobject-devel and
    python3-gobject-devel: only package the .h and .pc file in
    python-gobject-devel, but require python-gobject-devel from this
    package (See bgo#689068 for background). The .pc and .h files are
    python-version agnostic.
  - Add supplemnts to auto-install python(3)?-gobject when python(3)?
    and libgirepository-1_0-1 are installed.
  - Update to version 3.7.3:
    + Add support for caller-allocated GArray out arguments
    (bgo#690041)
    + [API add] Re-support calling GLib.io_add_watch with an fd or
    Python file
  - pygtkcompat: Work around IndexError on large flags
  - Fix pyg_value_from_pyobject() range check for uint
  - Fix tests to work with g-i 1.34.2
    + Fix wrong refcount for GVariant property defaults (bgo#689267)
  - Fix array arguments on 32 bit architectures
  - Add backwards compatible API for GLib.unix_signal_add_full()
    + Drop MININT64/MAXUINT64 workaround, current g-i gets this right
    now
  - Fix maximum and minimum ranges of TYPE_(U)INT64 properties
    (bgo#688949)
  - Ship pygi-convert.sh in tarballs (bgo#688697)
  - Changes from version 3.7.2:
    + API changes:
  - Drop almost all static GLib bindings and replace them with
    proper introspection.
  - Deprecate calling GLib API through the GObject namespace.
    This has always been a misnomer with introspection, and will
    be removed in a later version; for now this throws a
    PyGIDeprecationWarning.
  - Do not bind gobject_get_data() and gobject_set_data().
    (bgo#641944)
  - Deprecate void pointer fields as general PyObject storage.
    (bgo#683599)
  - Add support for GVariant properties
  - Add type checking to GVariant argument assignment
  - Fix marshalling of arrays of struct pointers to Python
    (bgo#678620)
  - Fix Gdk.Atom to have a proper str() and repr() (bgo#678620)
  - Make sure g_value_set_boxed does not cause a buffer overrun
    with GStrvs (bgo#688232)
  - Fix leaks with GValues holding boxed and object types
    (bgo#688137)
  - Add doc strings showing method signatures for gi methods
    (bgo#681967)
  - Set Property instance doc string and blurb to getter doc
    string (bgo#688025)
  - Add GObject.G_MINSSIZE
  - Fix marshalling of GByteArrays
  - Fix marshalling of ssize_t to smaller ints
  - Add get_introspection_module for getting
    un-overridden modules (bgo#686828)
    + Add support for lcov code coverage, and add a lot of missing
    GIMarshallingTests and g-i Regress tests.
  - pygi-convert: remove deprecated GLib → GObject conversions
  - Add support for overriding GObject.Object (bgo#672727)
  - Add --with-python configure option
    + Do not prefer unversioned "python" when configuring, as some
    distros have "python" as Python 3. Use Python 3 by default if
    available. Add --with-python configure option as an alternative
    to setting $PYTHON, which is more discoverable.
    + Fix property lookup in class hierarchy (bgo#686942)
    + Move property and signal creation into _class_init()
    (bgo#686149)
    + Fix duplicate symbols error on OSX
    + Work around wrong 64 bit constants in GLib Gir (bgo#685022)
    + Mark GLib.Source.get_current_time() as deprecated
    + Fix OverflowError in source_remove() (bgo#684526)
    + Updated translations.

++++ libreoffice-help-en-US:

  - update to 4.0.0.1

++++ libreoffice-icon-themes:

  - update to 4.0.0.1

++++ libreoffice-l10n:

  - update to 4.0.0.1

++++ samba:

  - Add the missing get_printing_ticket binary path while calling the
    set_permissions macro; (bnc#783375).

++++ nagios:

  - added new subpackage nagios-www-dch (don't call home):
    + add plain html pages to allow users to disable PHP and
    loading of external references
    + re-added documentation (no external link any more)

++++ orca:

  - Update to version 3.7.3:
    + Provide support to cycle amongst speech-dispatcher's
    capitalization presentation options
    + Create a generic UI which can be used in element navigation
    lists
    + Add a _getAll() method to structural_navigation.py
    + Fix for bug 689486 - Broken links to gnome-user-docs in the
    orca help
    + Remove a missed call to str.decode()
    + Make viewing Orca help in Yelp activatable via Learn Mode
    + Eliminate the Splash window, Main window, and Quit window
    + Increase the default uppercase pitch to 7.0
    + Use GLib.source_remove() instead of the deprecated GObject
    equivalent
    + Delete the acroread script
  - Changes from version 3.7.2:
    + General
  - Replace deprecated GObject functions with their GLib equivalents
  - Improve performance of building flat review context
  - Add keywords to the desktop file
  - Python 3 compatibility fixes for brlapi
  - bgo#687526: Orca excepts trying to output exceptions
  - bgo#687527: Handle applications returning 0 as the Value's
    minimalIncrement
    + Gecko
  - bgo#674526: Orca sometimes fails to present download dialog
    widgets in Firefox
  - bgo#688057: A page that hangs Orca.
    + Speech
  - Most of bgo#688172: Orca gets stuck in uppercase pitch
  - Fix for Orca continuing to speak when speech is disabled via
    the Preferences dialog
  - bgo#687239: Traceback seen in Python 3.3 when there are no
    settings saved.
  - Changes from version 3.7.0.100:
    + General
  - Use subprocess.Popen() instead of the deprecated os.popen()
  - Use for() instead of map() in cleanup()
  - Pkill fails to kill Orca in Python 3
  - Fix for bug 686189 - Use importlib.import_module() instead of
    __import__() and imp.reload() instead of reload()
  - Fix for braille email address auto completions in Thunderbird
  - Changes from version 3.7.0.94:
    + bgo#675288: Orca doesn't always announce selection changes
    in Nautilus 3.6's icon view
    + bgo#680228: In Thunderbird 14.0 e-mail address auto completion
    results are not spoken
    + bgo#684838: Orca should present the accessible name of sliders
    + bgo#675656: Mark Hungarian 8 dot computer braille for
    translation
  - Changes from version 3.7.0.92:
    + LibreOffice Writer documents should be fully readable and
    navigable via the braille display
    + bgo#683795: Orca modifier gets stuck on in Bypass Mode
    + bgo#683447: Outdated documentation needs to be removed
    + Updated translations.
  - Change BuildRequires for the port to python 3:
    + Old ones: python, python-cairo, python-louis, python-speechd,
    python-brlapi.
    + New ones: python3, python3-cairo, python3-brlapi,
    python3-louis, python3-speechd.

++++ patterns-openSUSE:

  - Ludwig Nussel (2):
    update minimal pattern
    add --no-recommends
    Commit: 06838603

++++ pcmanfm:

  - Explicit menu-cache as runtime dependency

++++ rsyslog:

  - Enable rsyslog.service and create the syslog.service alias link
    in post install -- regardless of a preset config (bnc#790805).
  - Check the existence of /etc/init.d/syslog script before calling
    the restart_on_update and stop_on_removal macros to avoid errors
    on update. Since openSUSE 12.3, no syslog init script is shipped
    (bnc#790298,bnc#750478).

++++ transmission:

  - Update to version 2.76:
    + All Platforms:
  - Better error logging when user-provided scripts can't be
    executed.
  - The "Time Remaining" property wasn't set for torrents with
    webseeds but no peers.
  - Fix rare error that created a directory name "$HOME".
    + GTK+ Client:
  - Fix sort-by-age regression introduced in 2.74.
  - The "Edit Trackers" window didn't resize properly due to a
    2.70 regression.
  - Raise the main window when presenting it from an App
    Indicator.
    + Qt Client:
  - Add magnet link support to transmission-qt.desktop.
  - Fix notification area bug that inhibited logouts & desktop
    hibernation.
  - Use the "video" icon when the torrent is an mkv or mp4 file.
  - Toggling the "Append '.part' to incomplete files' names" had
    no effect.
  - Fix display of the torrent name in the Torrent Options dialog
  - Fix cursor point bug in the filterbar's entry field.
  - Fix crash when adding a magnet link when Transmission was
    only visible in the system tray.
  - Fix free-memory-read error on shutdown.
    + Daemon:
  - Better watchdir support.
  - Documentation fixes in transmission-remote's manpage.
    + Web Client:
  - Fix indentation of the torrent list and toolbar buttons on
    mobile devices.
    + CLI:
  - If the Download directory doesn't exist, try to create it
    instead of exiting.

++++ xf86-video-modesetting:

  - Update to version 0.6.0:
    + modesetting: add virtual connector support
    + modesetting: remove alloca usage again
    + modesetting: fix crashes caused by udev race conditions
    + build: Put m4 macros in m4 subdirectory
    + Remove call to miInitializeBackingStore()

++++ yast2-runlevel:

  - Fixed message reporting wrong service handler after switching
    to systemd (FATE #312568)
  - 2.21.9

++++ yast2-storage:

  - disallow to activate quota for btrfs (bnc#797499)

++++ yast2-ycp-ui-bindings:

  - Added references to ButtonBox into the generated documentation

------------------------------------------------------------------
------------------  2013-1-8  -  Jan 8 2013  -------------------
------------------------------------------------------------------

++++ ImageMagick:

  - enable support for Pango markup
    * this allows rendering formatted text with the pango:"..." syntax
    see http://www.imagemagick.org/Usage/text/#pango for details
    * to actually use this, libpango needs to be installed

++++ aaa_base:

  - Let the bash check the winsize only if COLUMNS is exported (bnc#793536)
  - Also source environment for tcsh and bash if sudo is used

++++ bash:

  - Do not trigger the export of COLUMNS or LINES due enforced
    checkwinsize (bnc#793536)
  - Update bash 4.2 to patch level 42
    * Missing I/O errors if output redirection applied to builtin
    commands when the file descriptor was closed
    * Process substitution incorrectly inherited a flag that
    inhibited using the temporary environment for variable lookups
    if it was providing the filename to a redirection.
    * Compilation failed after specifying the `minimal config' option

++++ devhelp:

  - Update to version 3.7.3:
    + bgo#646402: port devhelp to gsettings
    + bgo#683882: Can't Ctrl+C to copy
    + bgo#687607: add keywords to the desktop file
    + bgo#688919: devhelp fails to build with GNU gold due to
    underlinking
  - Changes from version 3.7.1:
    + bgo#685710: Switch to WebKit2 by default for 3.7.x
    + Updated translatons.
  - Replace pkgconfig(webkitgtk-3.0) BuildRequires with
    pkgconfig(webkit2gtk-3.0), following upstreams move to WebKit2.
  - Replace gconf schema handling with gsettings equivalents.

++++ gbrainy:

  - Update to version 2.1.5:
    + Remove code to handle low resolutions, let the system to decide
    + Some new verbal analogies
    + Updated translations.
  - Changes from 2.1.4:
    + Bugs fixed: bgo#676211·
    + Updated translations.
  - Changes from 2.1.3:
    + In memory count dots puzzle, we were not painting all dots in
    some cases plus we were always asking for the red dot color in
    the question instead of random
    + Updated translations.
  - Changes from 2.1.2:
    + Allow to set the time to memorize a question below 4 for very
    advanced players
    + Text should be plural in the sentence
    + Bugs fixed: bgo#655725, bgo#669105, bgo#669102, bgo#669099,
    bgo#669106, bgo#669104.
    + Updated translations.
  - Changes from 2.1.1:
    + The correct answer for the Average game was always the smaller
    option
    + Updated translations.
  - Changes from 2.1.0:
    + Software improvements
  - Refactoring to break down responsibilities in classes and
    make code more modular
  - Automated “Assembly / package versioning”
    + Existing games improvements
  - Mouse support for Memorize figures and text
  - Show graphically the answer in square sheets puzzle
  - Add rationale to handshake puzzle
  - People at the table has a better graphic
  - Some controls in games handle better larger texts
    + Updated translations.
  - Add patch gbrainy-2.1.5-CSharpCompiler.patch - fix build for
    mono-3.0
  - Use spec-cleaner
  - Use fdupes
  - Fix executable permission on gbrainy.exe.config

++++ gdl:

  - Update to version 3.7.3:
    + Fix build with GDL_DISABLE_DEPRECATED defined
    + Hide GdlDockNotebook button if there is only one visible page
    + Unused docks don't disappear (bgo#688585)
    + Fix gtk theme warning and assertion
    + Reading the master member of GdlDockObject returns null pointer
    (bgo#686702)
    + Updated translations

++++ glib-networking:

  - Update to version 2.35.3:
    + build: The TLS tests are now not built if you are building
    without gnutls support.
    + gnutls: Several handshaking fixes:
  - Fix a hang when doing a synchronous close() immediately
    after cancelling an asynchronous handshake() (which would
    happen in libsoup if you cancelled a message at the right
    time) (bgo#688751)
  - Avoid an assertion when an implicit handshake fails
    (bgo#689274)
  - Fixed GTlsServerConnection:authentication-mode to work
    again, and added a regression test for this (bgo#689259)
  - Return the appropriate error
    (G_TLS_ERROR_CERTIFICATE_REQUIRED) when a handshake fails
    because the server required a certificate but none was
    provided, and added a test for this (bgo#689260)
  - Make g_io_stream_close() finish successfully after a failed
    handshake (bgo#689260)
  - Make g_io_stream_close() finish successfully before a
    handshake (bgo#689271)
    + gnutls: Updated to be aware of G_IO_ERROR_BROKEN_PIPE in glib
    2.35.3, which needs to be converted to G_TLS_ERROR_NOT_TLS in
    some cases. (Previously this error showed up as just
    G_IO_ERROR_FAILED.)
    + proxy/gnome: This is now only used in GNOME login sessions (as,
    essentially, a more efficient version of the libproxy GNOME
    backend); in non-GNOME sessions, gio will now fall back to the
    libproxy plugin, allowing environment variables or other
    libproxy settings backends to be used.
    + Updated translations.

++++ glibc:

  - add _constraints file to make sure glibc-testsuite only builds on big
    hosts. Otherwise it's running out of memory and stalls

++++ glibc:

  - add _constraints file to make sure glibc-testsuite only builds on big
    hosts. Otherwise it's running out of memory and stalls

++++ gnome-contacts:

  - Update to version 3.7.3:
    + Use libgd.
    + New contact pane design.
    + Fix build with new telepathy-glib.
  - Add pkgconfig(gobject-introspection-1.0) BuildRequires: new
    dependency.

++++ gnome-disk-utility:

  - Update to version 3.7.1:
    + Reword ATA SMART failure notification
    + Show notification when RAID array is degraded
    + Also show spinner in device tree if a MD-RAID scrub is in
    progress
    + Convey data rate and remaning time for MD-RAID sync operations
    + Improve checking whether a sync op is underway
    + Make it possible to start/stop data scrubbing operations from
    the drive menu
    + Avoid hiding widgets only to show them again
    + Add a "Power Off" icon for drives that can be powered off
    + Update keywords for Disks application
    + Alert the user by playing a sound the first time a read error
    happens
    + Show warning dialog if read errors occured during disk image
    creation
    + Reword text in the dialog shown if read errors happened during
    image creation
  - Changes from version 3.7.0:
    + Initial MD-RAID support
    + Show array size and unify some formatting routines
    + Show "N required (M detected)" if not all RAID members are
    available
    + Update SMART dialog
    + Bugs fixed: bgo#683772
    + Updated translations.
  - Add new BuildRequires:
    + pkgconfig(libcanberra-gtk3): needed for audible warnings.
    + pkgconfig(dvdread): for the new DVD image support.
    + pkgconfig(gnome-settings-daemon): New generic dependency.
    + pkgconfig(libnotify): needed for notifications.

++++ gnome-documents:

  - Update to version 3.7.3:
    + Update search provider to org.gnome.Shell.SearchProvider2
    interface.
    + Perform application search when launched from a shell search
    and "back" is pressed.
    + Show page selector OSD also when not in fullscreen mode.
    + Don't use a timeout logic for OSD preview controls, show/hide
    them on click.
    + Don't show document page numbers in toolbar.
    + Don't activate fullscreen on double click.
    + Use paging instead of a continuous mode to display documents.
    + Make find bar buttons insensitive when there are no matches to
    scroll.
    + Remove white flashspot when switching window mode.
    + Automatically fullscreen when maximized and a preview is
    opened.
    + Use unicode ellipsis instead of three ASCII periods.
    + Don't show "New and Recent" in the toolbar all the time.
    + Set versions for GJS imports.
    + Simplify launch scripts.
  - Add gnome-documents-nonvoid.patch: Fix brp error regarding
    missing return value.

++++ gnome-font-viewer:

  - Update to version 3.7.3:
    + Show an error dialog when we fail to load a font file.
    + Fix a crasher when opening a non-existing file from the command
    line.
    + Updated translations.

++++ gnome-icon-theme:

  - Update to version 3.7.3:
    + Add icons for new panels: search, notifications, privacy.
    + Add icons for RAID and other multidisk devices.
    + Weather icons.

++++ gnome-terminal:

  - Update to version 3.7.0:
    + Terminal now uses GSettings and DConf instead of GConf. The
    existing profiles and settings will be automatically migrated
    from GConf when first running this version.
    + To make new tabs opened within Terminal have the same working
    directory as the current tab, it is necessary for the shell
    running in the terminal to cooperate. For this, vte installs a
    bash shell script that you must use in your bash PS1 prompt.
    For example, you can put this at the end of your ~/.bashrc:
    export PS1='\[$(__vte_ps1)\]'$PS1
    + Many bugs fixed.
    + Updated translations.
  - Add pkgcondif(dconf) BuildRequires following upstreams port to
    GSettings. Note: pkgconfig(gconf-2.0) is needed for the GConf to
    DConf migration helper tool.
  - Replace pkgconfig(sm) and pkgconfig(ice) BuildRequires with
    pkgconfig(libnautilus-extension), following upstreams changes.
  - Add pkgconfig(uuid) BuildRequires: new dependency.
  - Add pkgconfig(gio-2.0) BuildRequires so it can be versioned.
  - Add gsettings schema handling macros to post/postun.
  - Drop gnome-doc-utils-devel BuildRequires: it's no longer needed.

++++ gnome-desktop:

  - Update to version 3.7.3:
    + rr-labeler has been moved into gnome-control-center.
    + We use nice Unicode for date formatting now.
    + idle-monitor: Reset the alarm so it can be triggered again
    (bgo#688227).
    + Updated translations.
  - Rename libgnome-desktop-3-4 subpackage to libgnome-desktop-3-5,
    following upstram soname bump (also in baselibs.conf).

++++ grub2:

  - add grub2-fix-unquoted-string-in-class.patch (bnc#788322)
  - add grub2-add-device-to-os_prober-linux-menuentry.patch (bnc#796919)

++++ gsettings-desktop-schemas:

  - Update to version 3.7.3:
    + Add lockdown mode key for user-accounts.
    + Add trash, temp files and recent files related settings.
    + Add schemas for notification filtering.
    + Add new "switch-application" keybinding, so that
    the "switch-windows" keybinding can be kept for the legacy mode
    + Add new switch-input-source keybinding.
  - Changes from version 3.7.2:
    + Add a schema for desktop search providers (bgo#687489)
    + Add a schema for privacy settings (bgo#688578)
    + Add a show-full-name setting for the lock screen
    + Quote a11y feature names (bgo#687292)
    + Remove unneeded XML escaping (bgo#687291)
    + Fix a typo (bgo#686861)
    + Updated translations.

++++ gstreamer-0_10-plugins-bad:

  - Add gstreamer-0_10-plugins-bad-directfb.patch: Fix build with
    directfb 1.6, which redefines  __no_instrument_function__ in an
    incompatible way to glib's gmacro.h usage.

++++ gtk3:

  - Update to version 3.7.4:
    + GtkBuilder now lets you refer to external objects from a ui
    file if the objects have been exported with the new function
    gtk_builder_expose_object().
    + Font handling has been improved.
    + GTK+ now uses proper Unicode ellipses in strings.
    + The releases includes several noticable performance
    improvements.
    + Various deprecations.
    + Bugs fixed: bgo#132333, bgo#371034, bgo#447972, bgo#548793,
    bgo#595615, bgo#626499, bgo#668239, bgo#677339, bgo#680065,
    bgo#687065, bgo#687816, bgo#688710, bgo#688744, bgo#688884,
    bgo#689012, bgo#689047, bgo#689081, bgo#689168, bgo#689401,
    bgo#689584, bgo#689847, bgo#689923, bgo#690099, bgo#690266.
    + Updated translations.
  - Update to version 3.7.2:
    + Accessibility: Make entry icons accessible.
    + Filechooser:
  - Don't add duplicate bookmarks.
  - Remember sidebar width.
    + Geometry management:
  - Size groups now handle height-for-width.
  - Fix corner cases in label size allocation.
    + Theming:
  - Improve touch text handle theming.
  - Always draw background of menuitems.
    + Bugs fixed: bgo#524295, bgo#577806, bgo#677609, bgo#683896,
    bgo#686021, bgo#686347, bgo#687059, bgo#687196, bgo#687467,
    bgo#687842, bgo#687872, bgo#687977.
    + Updated translations.

++++ gvfs:

  - Update to version 1.15.1:
    + client: Set default timeout to infinite for all
    GDaemonFile methods
    + http, dav: Port to SoupRequest
    + sftp: Fix symlink target in query_info_reply()
    + smb: Report proper error on do_query_fs_info()
    + proxy volume monitor:
  - Don't disable exit_on_close on session bus
  - Get session bus on demand
    + udisks2:
  - Use udisks 2.0.90 API for symbolic icons
  - Fix symbolic icons for devices without an UDisksDrive
  - Don't leak GIcon when applying hints
  - Get icons via UDisksObjectInfo for block devices that are not
    drives
  - Add support for mount option x-gvfs-symbolic-icon
  - If a drive is hotplugged and CanPowerOff is TRUE, set
    can_stop to TRUE
  - Don't set GDrive.can_stop to TRUE if drive has removable
    media
    + Added and fixed tests
    + programs:
  - Add a cmdline way to empty the trash
  - Print out symbolic-icon in gvfs-info
    + Removed calls to g_type_init()
    + Updated translations.
  - Rebase gvfs-nvvfs.patch.

++++ harfbuzz:

  - Update to version 0.9.10:
    + [Indic] Fixed rendering of Malayalam dot-reph
    + Updated OT language tags.
    + Updated graphite2 backend.
    + Improved hb_ot_layout_get_size_params() logic.
    + Improve hb-shape/hb-view help output.
    + Fixed hb-set.h implementation to not crash.
    + Fixed various issues with hb_ot_layout_collect_lookups().
    + Various build fixes.

++++ kdebase4-workspace:

  - added patch krunner-no-crash.diff to fix a possible krunner crash

++++ kiwi:

  - fixed 'run out of space' problem in LVM setup. use
    a relative 20% (min 30M) spare space per volume
  - fixed LANG setup inside the kiwi initrd. LANG must be correctly
    set before calling fbiterm. Otherwise the multibyte characters
    in the target locale are not displayed correctly

++++ gssdp:

  - Update to version 0.13.2:
    + Fix implementation of GInitable such that _init() is callable
    multiple times without breaking.
    + Really ignore invalid MAN headers.
    + Fix port reuse on NetBSD.
    + Allow non-sourcedir build from git.
    + Don't use -Werror by default.
    + Silence some deprecation warning.
    + Bugs fixed: bgo#685949, bgo#682576, bgo#682308 and
    https://github.com/01org/media-service-upnp/issues/54.

++++ systemd:

  - udevd: add missing ':' to getopt_long 'e'.
    add: 1007-udevd-add-missing-to-getopt_long-e.patch
  - clean up systemd.spec, make it easy to see which are udev and
    systemd patches.
  - make 'reload' and 'force-reload' LSB compliant (bnc#793936).

++++ libgweather:

  - Update to version 3.7.3:
    + Two new backends for GWeatherInfo: Yahoo! Weather
    and Yr.no. Work has started to include Yahoo location data
    (WOEID) in the offline database.
    + GWeatherInfo backends can now be enabled and disabled
    individually from the application side.
    + GWeatherXML was removed from the public API. No users of it are
    known, however the soname was bumped.
    + GWeatherLocation is now serializable to GVariant for storage in
    GSettings.
    + GWeatherInfo no longer requires network access for astronomical
    data.
    + Unmaintained Windows support was removed.
    + Updated translations.
  - Rename libgweather-3-1 subpackage to libgweather-3-3, according
    shared library packaging policy (also in baselibs.conf).

++++ openal-soft:

  - The devel package requires libopenal1, not openal-soft

++++ liborcus:

  - Rename package and sort it out for acceptance to factory.

++++ libssh2_org:

  - update to 1.4.3
    compression: add support for zlib@openssh.com
    Bug fixes:
    sftp_read: return error if a too large package arrives
    libssh2_hostkey_hash.3: update the description of return value
    examples: use stderr for messages, stdout for data
    openssl: do not leak memory when handling errors
    improved handling of disabled MD5 algorithm in OpenSSL
    known_hosts: Fail when parsing unknown keys in known_hosts file
    configure: gcrypt doesn't come with pkg-config support
    session_free: wrong variable used for keeping state
    libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL
    comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating
    Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner
    userauth.c: fread() from public key file to correctly detect any errors
    configure.ac: Add option to disable build of the example applications
    Added 'Requires.private:' line to libssh2.pc
    SFTP: filter off incoming "zombie" responses
    gettimeofday: no need for a replacement under cygwin
    SSH_MSG_CHANNEL_REQUEST: default to want_reply
    win32/libssh2_config.h: Remove hardcoded #define LIBSSH2_HAVE_ZLIB
    build error with gcrypt backend
    always do "forced" window updates to avoid corner case stalls
    aes: the init function fails when OpenSSL has AES support
    transport_send: Finish in-progress key exchange before sending data
    channel_write: acknowledge transport errors
    examples/x11.c: Make sure sizeof passed to read operation is correct
    examples/x11.c:,Fix suspicious sizeof usage
    sftp_packet_add: verify the packet before accepting it
    SFTP: preserve the original error code more
    sftp_packet_read: adjust window size as necessary
    Use safer snprintf rather then sprintf in several places
    Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET
    sftp_write: cannot return acked data *and* EAGAIN
    sftp_read: avoid data *and* EAGAIN
    libssh2.h: Add missing prototype for libssh2_session_banner_set()
  - dropped patches (already in the upstream)
    0004-libssh2.h-Add-missing-prototype-for-libssh2_session_.patch
    0005-Add-symbol-versioning.patch
    0006-missing-libssh2_session_banner_set.patch

++++ libwacom:

  - Update to version 0.7:
    + New devices:
  - Cintiq 22HD, 24HD touch,
  - ISDv4 E5, 100, 101
    + Support for SVG layouts of the tablets
    + New APIs for:
  - list status LEDs
  - list integration flags (differ between builtin and
    screen-tablets)

++++ openssh:

  - use ssh-keygen(1) default keylengths in generating the host key
    instead of hardcoding it

++++ os-prober:

  - add os-prober-1.49-fix-grub2.cfg-parsing.patch (bnc#796919)

++++ seamonkey:

  - update to SeaMonkey 2.15 (bnc#796895)
    * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
    Miscellaneous memory safety hazards
    * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
    CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
    Use-after-free and buffer overflow issues found using Address Sanitizer
    * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
    Buffer Overflow in Canvas
    * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
    URL spoofing in addressbar during page loads
    * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
    Use-after-free when displaying table with many columns and column groups
    * MFSA 2013-06/CVE-2013-0751 (bmo#790454)
    Touch events are shared across iframes
    * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
    Crash due to handling of SSL on threads
    * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
    AutoWrapperChanger fails to keep objects alive during garbage collection
    * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
    Compartment mismatch with quickstubs returned values
    * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
    Event manipulation in plugin handler to bypass same-origin policy
    * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
    Address space layout leaked in XBL objects
    * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
    Buffer overflow in Javascript string concatenation
    * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
    Memory corruption in XBL with XML bindings containing SVG
    * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
    Chrome Object Wrapper (COW) bypass through changing prototype
    * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
    Privilege escalation through plugin objects
    * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
    Use-after-free in serializeToStream
    * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
    Use-after-free in ListenerManager
    * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
    Use-after-free in Vibrate
    * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
    Use-after-free in Javascript Proxy objects
  - requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
  - reenable WebRTC
  - added mozilla-libproxy-compat.patch for libproxy API compat
    on openSUSE 11.2 and earlier

++++ sushi:

  - Update to version 3.7.3:
    + Use the single-include header for GtkSourceView.
    + Add some convenience functions to SushiFontWidget.
    + Use a better error message in SushiFontLoader.
    + Updated translations.

++++ xdm:

  - /etc/X11/xdm/Keyboard.map:
    * added missing mac-dvorak entry (bnc#796170)

++++ xorg-x11-server:

  - let xorg-x11-server require xkeyboard-config again, since Xvfb
    is part of this package and requires keyboard files as well
    (bnc#797124)

++++ yast2-restore:

  - Used standard ButtonBox widget for pup-up dialogs (bnc#701268)
  - 2.23.3

++++ yast2-runlevel:

  - Used standard ButtonBox widget for pop-up dialogs (bnc#701268)
  - 2.21.8

++++ yast2-storage:

  - install cryptsetup-mkinitrd along with cryptsetup (bnc#796167)

------------------------------------------------------------------
------------------  2013-1-7  -  Jan 7 2013  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Merge pull request #1 from fcrozat/master
  - rc.status: allow to pass options to systemctl using SYSTEMCTL_OPTIONS

++++ bea-stax:

  - remove xerces-j2-bootstrap depenency (bnc#789163)

++++ clamav:

  - Remove the clamav-db subpackage. ClamAV installations should
    fetch current versions of the virus database directly from
    upstream. If there really is need for a packaged database, it
    should be in a separate package.
  - Remove scripts do deal with very old (before 2008) config and
    database file formats.

++++ gcc:

  - Re-enable Ada for ppc64.

++++ cryptsetup-mkinitrd:

  - auto install if cryptsetup and mkinitrd are installed (bnc#796167)

++++ gtk3:

  - Update to version 3.7.0:
    + Add an "inverted" property to GtkLevelBar
    + Support RTL flipping in GtkLevelBar
    + Various memory leak fixes
    + Wayland: Update for protocol changes
    + Bugs fixed: bgo#684288, bgo#684415, bgo#684980, bgo#686013,
    bgo#686152, bgo#686209, bgo#686265, bgo#686280, bgo#686366.
    + Updated translations.
  - Update to version 3.6.4:
    + Stylecontext: Make font hack not crash (bgo#691186).

++++ kdebase4-workspace:

  - Fix typo in kdm postinstall script

++++ kernel-default:

  - force ws2008 during vmbus negotiation.
  - commit f68af45

++++ kernel-desktop:

  - force ws2008 during vmbus negotiation.
  - commit f68af45

++++ kernel-pae:

  - force ws2008 during vmbus negotiation.
  - commit f68af45

++++ libXTrap:

  - Update to version 1.0.1:
    + Add README with pointers to mailing list, bugzilla & git repos
    + Add note about XTrap history & deprecation to README
    + Replace static ChangeLog with dist-hook to generate from git log
    + SyncHandle must not be called with the Display lock held.
    + configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake 1.13
    + configure.ac: foreign and use XORG_COMPILER_FLAGS
    + nuke RCS Ids
    + Janitor: ansification, make distcheck, compiler warnings.
    + Fix memset usage.
    + Remove unnecessary memset return value casts to void.

++++ libavutil:

  - update to 1.1
    * stream disposition information printing in ffprobe
    * filter for loudness analysis following EBU R128
    * Opus encoder using libopus
    * ffprobe -select_streams option
    * Pinnacle TARGA CineWave YUV16 decoder
    * TAK demuxer, decoder and parser
    * DTS-HD demuxer
    * remove -same_quant, it hasn't worked for years
    * FFM2 support
    * X-Face image encoder and decoder
    * 24-bit FLAC encoding
    * multi-channel ALAC encoding up to 7.1
    * metadata (INFO tag) support in WAV muxer
    * subtitles raw text decoder
    * support for building DLLs using MSVC
    * LVF demuxer
    * ffescape tool
    * metadata (info chunk) support in CAF muxer
    * field filter ported from libmpcodecs
    * AVR demuxer
    * geq filter ported from libmpcodecs
    * remove ffserver daemon mode
    * AST muxer/demuxer
    * new expansion syntax for drawtext
    * BRender PIX image decoder
    * ffprobe -show_entries option
    * ffprobe -sections option
    * ADPCM IMA Dialogic decoder
    * BRSTM demuxer
    * animated GIF decoder and demuxer
    * PVF demuxer
    * subtitles filter
    * IRCAM muxer/demuxer
    * Paris Audio File demuxer
    * Virtual concatenation demuxer
    * VobSub demuxer
    * JSON captions for TED talks decoding support
    * SOX Resampler support in libswresample
    * aselect filter
    * SGI RLE 8-bit decoder
    * Silicon Graphics Motion Video Compressor 1 & 2 decoder
    * Silicon Graphics Movie demuxer
    * apad filter
    * Resolution & pixel format change support with multithreading for H.264
    * documentation split into per-component manuals
    * pp (postproc) filter ported from MPlayer
    * NIST Sphere demuxer
    * MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
    * Sony Wave64 muxer
    * adobe and limelight publisher authentication in RTMP
    * data: URI scheme
    * support building on the Plan 9 operating system
    * kerndeint filter ported from MPlayer
    * histeq filter ported from VirtualDub
    * 012v decoder

++++ util-linux:

  - add-canonicalize_path_restricted.patch,
    mount-sanitize-paths-from-non-root-users.patch,
    umount-sanitize-paths-from-non-root-users.patch:
    prevent leaking information about existence of folders
    (bnc#797002, CVE-2013-0157)

++++ openal-soft:

  - Fixed SLES build
  - Removed Requirements that are resolved automatically
  - Added missing openal-soft-devel Requirement libopenal1

++++ pcsc-lite:

  - Fix path to nologin in useradd (bnc#796242).

++++ libqt4:

  - Add cert-blacklist-more.diff, cert-blacklist-tuerktrust.diff:
    * blacklist more evil certificates
  - enable linked support for OpenSSL

++++ libqt4-sql-plugins:

  - Add cert-blacklist-more.diff, cert-blacklist-tuerktrust.diff:
    * blacklist more evil certificates
  - enable linked support for OpenSSL

++++ libselinux:

  - Remove obsolete defines/sections

++++ libsemanage:

  - Remove obsolete defines/sections

++++ libsepol:

  - Remove obsolete defines/sections

++++ tdb:

  - Refresh ignore-tdb1-run-transaction-expand.diff patch.

++++ udisks2:

  - Fix name of polkit action (fdo#58629):
    modify-device-system-other-seat -> modify-device-other-seat

++++ libustr:

  - Parallel build with %_smp_mflags
  - Remove obsolete defines/sections
  - Resolve rpmlint warnings about RPM group

++++ libyui:

  - Removed needless loadPluginLib() from header file
  - Version 2.42.4

++++ libzio:

  - Specify a BuildRoot, which is mandatory for old RPM (like SLE)

++++ patterns-openSUSE:

  - Guido Berhoerster (1):
    Terminal has been renamed to xfce4-terminal
    Ludwig Nussel (5):
    don't install any smtp daemon in minimal
    add glibc-locale to minimal
    remove xinetd, yp-tools and ypbind from minimal
    ncurses yast also needs ncurses packager
    prefer cracklib-dict-small in minimal
    Michael Catanzaro (1):
    Update openjdk packages
    Commit: 254debd2

++++ rhino:

  - remove xerces-j2-bootstrap depenency (bnc#789163)

++++ rsyslog:

  - Update to 7.2.4 [v7-stable] with following changes:
  - enhance: permit RFC3339 timestamp in local log socket messages
    Thanks to Sebastien Ponce for the patch.
  - imklog: added ParseKernelTimestamp parameter (import from 5.10.2)
    Thanks to Marius Tomaschewski for the patch.
  - fix missing functionality: ruleset(){} could not specify ruleset queue
    The "queue.xxx" parameter set was not supported, and legacy ruleset
    config statements did not work (by intention). The fix introduces the
    "queue.xxx" parameter set. It has some regression potential, but only
    for the new functionality. Note that using that interface it is possible
    to specify duplicate queue file names, which will cause trouble. This
    will be solved in v7.3, because there is a too-large regression
    potential for the v7.2 stable branch.
  - imklog: added KeepKernelTimestamp parameter (import from 5.10.2)
    Thanks to Marius Tomaschewski for the patch.
  - bugfix: imklog mistakenly took kernel timestamp subseconds as nanoseconds
    ... actually, they are microseconds. So the fractional part of the
    timestamp was not properly formatted. (import from 5.10.2)
    Thanks to Marius Tomaschewski for the bug report and the patch idea.
  - bugfix: supportoctetcountedframing parameter did not work in imptcp
  - bugfix: modules not (yet) supporting new conf format were not properly
    registered. This lead to a "module not found" error message instead of
    the to-be-expected "module does not support new style" error message.
    That invalid error message could be quite misleading and actually stop
    people from addressing the real problem (aka "go nuts" ;))
  - bugfix: template "type" parameter is mandatory (but was not)
  - bugfix: some message properties could be garbled due to race condition
    This happened only on very high volume systems, if the same message was
    being processed by two different actions. This was a regression caused
    by the new config processor, which did no longer properly enable msg
    locking in multithreaded cases. The bugfix is actually a refactoring of
    the msg locking code - we no longer do unlocked operations, as the use
    case for it has mostly gone away. It is potentially possible only at
    very low-end systems, and there the small additional overhead of doing
    the locking does not really hurt. Instead, the removal of that
    capability can actually slightly improve performance in common cases,
    as the code path is smaller and requires slightly less memory writes.
    That probably outperforms the extra locking overhead (which in the
    low-end case always happens in user space, without need for kernel
    support as we can always directly aquire the lock - there is no
    contention at all).
  - Removed imklog-kernel-timestamp-parsing (bnc#783967) patch obsoleted
    by this version.

++++ tomboy:

  - Update to version 1.13.3:
    + Update screenshots and links in docs (bgo#689722).
    + Add missing documentation (bgo#689147).
    + Change default setting in ExportNotes add-in (bgo#688187).
    + Fix crash with spellcheck add-in (bgo#655067).
    + Include more add-ins in Windows build.
    + Updated translations.

++++ vinagre:

  - Update to version 3.7.3:
    + Updated translations.

++++ vino:

  - Update to version 3.7.3:
    + Consistently use SECRET_DEPS, not LIBSECRET_DEPS.
    + Update GSettings schema descriptions and summaries.
    + Do not leak clipboard to unauthenticated clients.
    + Updated translations.

++++ xmlbeans:

  - remove xerces-j2-bootstrap depenency (bnc#789163)

++++ xorg-x11-driver-video-nouveau:

  - Update to version 1.0.6:
    + fixes some misrendering on rendercheck, and edid.

++++ yast2:

  - SuSEfirewall2 has merged *_init and *_setup services into one
    systemd service (bnc#795929).
  - 2.23.17

++++ yast2-installation:

  - set new keyboard layout right after selecting (bnc#796589)
  - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services
    (bnc#791076)
  - 2.23.7

++++ yast2-network:

  - fate#312733
  - Added edit action for DNS CLI mode.
  - Hostname editing supported.
  - 2.24.10

++++ yast2-tftp-server:

  - Testsuite adapted to switching Service module to systemd
    (yast2-2.23.15)
  - Testsuite adapted to merging SuSEfirewall2_* scripts into one
    (yast2-2.23.17)
  - 2.22.2

++++ yelp-xsl:

  - Update to version 3.7.3:
    + Added style="continues" for Mallard lists and steps
    + Better handling of broken internal Mallard links
    + Updated translations.

------------------------------------------------------------------
------------------  2013-1-6  -  Jan 6 2013  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 18.0 (bnc#796895)
    * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
    Miscellaneous memory safety hazards
    * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
    CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
    Use-after-free and buffer overflow issues found using Address Sanitizer
    * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
    Buffer Overflow in Canvas
    * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
    URL spoofing in addressbar during page loads
    * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
    Use-after-free when displaying table with many columns and column groups
    * MFSA 2013-06/CVE-2013-0751 (bmo#790454)
    Touch events are shared across iframes
    * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
    Crash due to handling of SSL on threads
    * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
    AutoWrapperChanger fails to keep objects alive during garbage collection
    * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
    Compartment mismatch with quickstubs returned values
    * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
    Event manipulation in plugin handler to bypass same-origin policy
    * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
    Address space layout leaked in XBL objects
    * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
    Buffer overflow in Javascript string concatenation
    * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
    Memory corruption in XBL with XML bindings containing SVG
    * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
    Chrome Object Wrapper (COW) bypass through changing prototype
    * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
    Privilege escalation through plugin objects
    * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
    Use-after-free in serializeToStream
    * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
    Use-after-free in ListenerManager
    * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
    Use-after-free in Vibrate
    * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
    Use-after-free in Javascript Proxy objects
  - requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
  - removed obsolete SLE11 patches (mozilla-gcc43*)
  - reenable WebRTC
  - added mozilla-libproxy-compat.patch for libproxy API compat
    on openSUSE 11.2 and earlier
  - backed out restartless language packs as it broke multi-locale
    setup (bmo#677092, bmo#818468)

++++ anjuta:

  - Update to version 3.7.3:
    + Added keywords in desktop file.
    + anjuta:
  - Fix destruction of the AnjutaUI instance.
  - Fix destruction of AnjutaPreferences instance.
  - Unload all plugins before closing a window.
  - Remove "exiting" signal from AnjutaShell.
    + anjuta-plugin-handle: Use g_hash_table_remove_all instead of
    g_hash_table_foreach_remove.
    + am-project: Change the "Dependencies loop in variables"
    warning to a debug print.
    + build: disable -Werror to workaround flex(1) issue.
    + build-basic-autotools:
  - Disconnect all signals on editors when the plugin is
    deactivated.
  - Remove idle for updating indicators when plugin is
    deactivated.
    + document-manager:
  - Remove autosave timeout when the plugin is deactivated.
  - Fix disconnection of GtkNotebook "switch-page" signal.
    + file-manager:
  - Keep a weak reference to the IAnjutaVcs object in FileModel.
  - Unref the FileModel reference when the FileView gets
    finalized.
    + git: Fix compile warnings.
    + glade: Add toggle buttons for margin and align editing.
    + indentation-c-style: Fix logic error.
    + libanjuta: Set "relative-path" property of AnjutaFileDropEntry
    as readwrite.
    + plugin-manager:
  - Fix dependents checking on wrong object in should_unload().
  - Don't destroy available_plugins order in
    populate_plugin_model().
  - Clean up memory management.
  - Directly use anjuta_plugin_deactivate in unload_all_plugins()
    + profile-manager: Add new close() function.
    + project-wizard:
  - Allow to start a new project from the command line.
  - Remove trailing spaces.
  - Remove compilation warnings.
  - hide breakpoints and watches windows on new project
    bgo#616728.
    + run-program:
  - Keep a weak reference to the IAnjutaTerminal we run the
    program in.
  - Fix a crash when destroying the plugin.
    + sourceview: Don't store the builder for the preferences in a
    global variable.
    + symbol-db:
  - Keep a reference to the SymbolDBQuery when running it in a
    thread.
  - Use a vertical box for the search view.
  - Remove buffer update timeout when plugin gets deactivated.
    + Updated translations.

++++ at:

  - Use simpler HXmap_get in at-parse-suse-sysconfig.patch
    (bnc#780259)

++++ atk:

  - Update to version 2.7.3:
    + Problems with the management of
    ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
    (bgo#689907)
    + Port introspection fixes from Vala (bgo#686746).
    + Add introspection support for Windows MSVC builds (bgo#689952)
    + Other Visual C++ configuration files: Use MultiByte character
    set.

++++ grub2:

  - add patch grub2-fix-enumeration-of-extended-partition.patch to
    fix enumeration of extended partitions with non-standard EBR (bnc#779534)

++++ kdbg:

  - adapt opensuse-gdb.diff to slightly different gdb output in case of
    a missing debuginfo-package on 12.3

++++ kdebase4-workspace:

  - Updated plymouth patch with the correct path (/usr/bin/plymouth)

++++ kdepimlibs4:

  - Make the devel package require nepomuk-core-devel.
    KdepimLibsConfig.cmake requires it, preventing many packages
    that depend on kdepimlibs from building

++++ libXcomposite:

  - Update to version 0.4.4:
    + This minor maintenance release cleans up the build configuration scripts,
    including making them compatible with automake-1.13, which errors out on
    the old AM_CONFIG_HEADER macro.

++++ libXdamage:

  - Update to version 1.1.4:
    + This minor maintenance release cleans up the build configuration scripts,
    including making them compatible with automake-1.13, which errors out on
    the old AM_CONFIG_HEADER macro.

++++ libcares2:

  - Update to 1.9.1 version:
    * include the ares_parse_soa_reply.* files in the tarball
  - Removed patches (fixed and merged on upstream release)
    * 0001-ares_destroy.c-fix-segfault-in-ares_destroy_options.patch
    * 0002-ares_getnameinfo-fix-random-results-with-c-ares-1.7..patch
    * 0003-ares_init.c-fix-segfault-triggered-in-ares_init_opti.patch
  - Updated and versionned patchs for upstream release:
    * 0001-add-symbol-versioning-support.patch
    * cares-ocloexec.patch

++++ libkmahjongg:

  - Removed unneeded runtime requirements for %kde4_runtime_requires and
    libkdegames6 from libkmahjongg. Removed %kde4_runtime_requires from
    libkmahjongglib4.

++++ libnepomukwidgets:

  - Adjusted license as that some components are licensed under
    LGPL-2.1+

++++ pcre:

  - Update to 8.32 version:
    * There is now support for 32-bit character strings and UTF-32. Like the
    16-bit support, this is done by compiling a separate 32-bit library.
    * \X now matches a Unicode extended grapheme cluster.
    * Case-independent matching of Unicode characters that have more than one
    "other case" now makes all three (or more) characters equivalent. This
    applies, for example, to Greek Sigma, which has two lowercase versions.
    * Unicode character properties are updated to Unicode 6.2.0.
    * The EBCDIC support, which had decayed, has had a spring clean.
    * A number of JIT optimizations have been added, which give faster JIT
    execution speed. In addition, a new direct interface to JIT execution is
    available. This bypasses some of the sanity checks of pcre_exec() to give a
    noticeable speed-up.
    * A number of issues in pcregrep have been fixed, making it more compatible
    with GNU grep. In particular, --exclude and --include (and variants) apply
    to all files now, not just those obtained from scanning a directory
    recursively. In Windows environments, the default action for directories is
    now "skip" instead of "read" (which provokes an error).
    * If the --only-matching (-o) option in pcregrep is specified multiple
    times, each one causes appropriate output. For example, -o1 -o2 outputs the
    substrings matched by the 1st and 2nd capturing parentheses. A separating
    string can be specified by --om-separator (default empty).
    * When PCRE is built via Autotools using a version of gcc that has the
    "visibility" feature, it is used to hide internal library functions that are
    not part of the public API.
  -  updated and versionned pcre-visibility.patch to svn trunk
    * Modifications on configure.ac and makefile have been merged on upstream release

++++ udisks2:

  - Add gptfdisk Requires: sgdisk is called by udisksd to modify the
    partition tables (bnc#796853).

++++ libzypp:

  - Update zypp-po.tar.bz2

------------------------------------------------------------------
------------------  2013-1-5  -  Jan 5 2013  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Remove Requires.private and Libs.private from *.pc files
    * Both are needed only for static linking
    * This package provides only shared libraries
    * the rpm pkgconfig dependency generator considers "Requires.private"
    a valid dependency even though there are no static libraries in the
    packages
    * This cause bloat and hides broken "buildRequires" in other packages.

++++ MozillaThunderbird:

  - update to Thunderbird 17.0.2 (bnc#796895)
    * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
    Miscellaneous memory safety hazards
    * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
    CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
    Use-after-free and buffer overflow issues found using Address Sanitizer
    * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
    Buffer Overflow in Canvas
    * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
    URL spoofing in addressbar during page loads
    * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
    Use-after-free when displaying table with many columns and column groups
    * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
    Crash due to handling of SSL on threads
    * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
    AutoWrapperChanger fails to keep objects alive during garbage collection
    * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
    Compartment mismatch with quickstubs returned values
    * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
    Event manipulation in plugin handler to bypass same-origin policy
    * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
    Address space layout leaked in XBL objects
    * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
    Buffer overflow in Javascript string concatenation
    * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
    Memory corruption in XBL with XML bindings containing SVG
    * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
    Chrome Object Wrapper (COW) bypass through changing prototype
    * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
    Privilege escalation through plugin objects
    * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
    Use-after-free in serializeToStream
    * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
    Use-after-free in ListenerManager
    * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
    Use-after-free in Vibrate
    * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
    Use-after-free in Javascript Proxy objects
  - requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
  - update Enigmail to 1.5.0

++++ clamav:

  - update daily.cvd to ver. 16364
    released on 04 Jan 2013 20:37 :0500 (sig count: 492103)
  - add cvd signature verification to %check section
  - make Release field of clamav-db package contain cvd file versions

++++ digikam:

  - Link rawconverter icon to the hicolor theme so it can be safely
    used as an application icon (needed by kphotoalbum)

++++ syslogd:

  - Fixed typo in syslog.8 manual page

++++ kpat:

  - Added update-mime-database %post/%postun scripts for the mime file
    installed by the package.

++++ cogl:

  - Update to version 1.12.2:
    + Lots of MSVC build updates
    + Fix GL_ARB_shader_objects terminator mitigating potential crash
    + Fix to only allow CoglGLES2 context creation with GLES2 driver
    + Use right context when pushing a CoglGLES2 context to an
    onscreen
    + Port to new Wayland 1.0 protocol
    + Don't set SDL_GL_DOUBLEBUFFER when the swap chain has no pref
    + Bugs fixed: bgo#682071, bgo#684917, bgo#689850.
    + Updated translations.

++++ libpst:

  - Update to version 0.6.57:
    + Remove useless dependencies (only in tarball shipped .spec
    file).
  - Changes from version 0.6.56:
    + Merge -m .msg files code into main branch.
  - Add libgsf-devel BuildRequires: new dependency for the .msg files
    code.

------------------------------------------------------------------
------------------  2013-1-4  -  Jan 4 2013  -------------------
------------------------------------------------------------------

++++ grub2:

  - add support for chainloading another UEFI bootloader to
    30_os-prober (bnc#775610)

++++ gtk3:

  - Update to version 3.6.3:
    + The Wayland backend works with Wayland 1.0.0 now.
    + Bugs fixed: bgo#132333, bgo#371034, bgo#548793, bgo#577806,
    bgo#626499, bgo#668239, bgo#672193, bgo#677339, bgo#683072,
    bgo#687065, bgo#687816, bgo#688710, bgo#688884, bgo#689235,
    bgo#690266.
    + Updated translations.

++++ kdebase4-runtime:

  - Fix branding conflict

++++ libkdegames:

  - Removed unneeded build requirements ggz-client-libs-devel, libqca2-devel and
    oxygen-icon-theme-large. Added fdupes to fix rpmlint warning
    "files-duplicate".
  - Removed unneeded runtime requirements for ggz-client-libs and
    %kde4_runtime_requires from libkdegames6.

++++ kernel-default:

  - staging/sb105x: remove asm/segment.h dependency.
  - commit 473afce

++++ kernel-desktop:

  - staging/sb105x: remove asm/segment.h dependency.
  - commit 473afce

++++ kernel-pae:

  - staging/sb105x: remove asm/segment.h dependency.
  - commit 473afce

++++ giflib:

  - Adjust baselibs.conf for libgif6, remove libungif rpm symbols
    since they are now no longer provided.

++++ mariadb:

  - updated to MariaDB 5.5.28a
    * Release notes:
    http://kb.askmonty.org/v/mariadb-5528a-release-notes
    * Changelog:
    http://kb.askmonty.org/v/mariadb-5528a-changelog
    * fixes CVE-2012-5611 (bnc#792444)
    * fixes CVE-2012-4414 (bnc#779476)

++++ poppler:

  - Update to version 0.22.0:
    + core:
  - Fix crash in invalid files that define a <= 0 bits per image
    value
  - Fix a few issues in JPX decoding when not using OpenJPEG
  - TextOutputDev: Use page size for max value in
    TextPage::visitSelection
  - Fix typo in error message
    + utils:
  - Fix pdfunite regression (fdo#358569)
  - Demo fixes and improvements
    + misc:
  - pdf-inspector improvements

++++ poppler-qt:

  - Update to version 0.22.0:
    + core:
  - Fix crash in invalid files that define a <= 0 bits per image
    value
  - Fix a few issues in JPX decoding when not using OpenJPEG
  - TextOutputDev: Use page size for max value in
    TextPage::visitSelection
  - Fix typo in error message
    + utils:
  - Fix pdfunite regression (fdo#358569)
  - Demo fixes and improvements
    + misc:
  - pdf-inspector improvements

++++ libqt4:

  - qdbusviewer.patch: Add fix for qdbusviewer not matching args (bnc#784197)
  - openssl-incompatibility-fix.diff: Fix wrong error reporting when using
    a binary incompatible version of openSSL (bnc#797006, CVE-2012-6093)

++++ libqt4-sql-plugins:

  - qdbusviewer.patch: Add fix for qdbusviewer not matching args (bnc#784197)
  - openssl-incompatibility-fix.diff: Fix wrong error reporting when using
    a binary incompatible version of openSSL (bnc#797006, CVE-2012-6093)

++++ libstorage:

  - do not resize filesystem if enlarging partition failed
    (bnc#796339)

++++ upower:

  - Update to version 0.9.19:
    + New Features:
  - Add a Documentation tag to the service file
  - Add luminosity property
  - Add support for Logitech Unifying devices
    + Bugfixes:
  - Always return 0 from notify-upower.sh
  - Do not continue to poll if /proc/timer_stats is not readable
  - Fix "can-hibernate" formatting in upower --dump
  - Fix device matching for recent kernels
  - Fix srcdir != builddir
  - Send resume signal when built with systemd and using pm-utils
    suspend
  - Drop upower-fix-resume-no-systemd.patch, merged upstream

++++ libyui-qt:

  - fixed bnc #801311: read locale directory from YSettings
  - Version 2.42.5

++++ liferea:

  - Update to version 1.8.12:
    + Some GPLv2 license headers were outdated (sf#1041).
    + tt-rss API changed (we now support only 1.6 API) (sf#1044)
    + Fixes XHTML errors caused by extra  tags from tt-rss
  - Changes from version 1.8.11:
    + Added Google Plus to social bookmarking options.
    + x-www-browser preference not working (deb#668197)
    + Incorrect notifications for Google Reader (sf#1037)
    + Removed all feedvalidator.org references from FAQ and XSLT as
    it was reported to host malware (sf#1048).
    + Updated translations.

++++ os-prober:

  - add support for chainloading another UEFI bootloader (bnc#775610)
    * 05efi - top level driver to search ESP
    * efi-20microsoft - support Microsoft UEFI bootloader
    * efi-10elilo - support ELILO UEFI bootloader (Agnelo de la Crotche)
  - skip legacy Microsoft bootloader on UEFI (bnc#775610)

++++ simple-scan:

  - Update to version 3.6.0:
    + Remove drag and drop support - it breaks the cropping
    + Fix crash caused by signal being emitted in scan thread
    + Fix crash when starting a new document during a scan
    + Fix --debug not working
    + Always set scanner options in the same order to avoid options
    resetting options already set.
    + Number multiple page documents from 1
    + Fix help not working
    + Show progress dialog when saving files
    + Support drag and drop

++++ xf86-input-synaptics:

  - xf86-input-synaptics-Reset-num_active_touches-on-DeviceOff-52496.patch
    * Reset num_active_touches on DeviceOff (bnc#779452, fdo#52496)

++++ yast2:

  - fixed path for get_kernel_version (bnc#794084)
  - 2.23.16

++++ yast2-runlevel:

  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)
  - 2.21.7

++++ yast2-samba-server:

  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)
  - 2.23.0

------------------------------------------------------------------
------------------  2013-1-3  -  Jan 3 2013  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ ark:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ blinken:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ ca-certificates-mozilla:

  - update certificates to revision 1.87 (bnc#796628)
    * new "EE Certification Centre Root CA"
    * new "T-TeleSec GlobalRoot Class 3"
    * revoke mis-issued intermediate CAs from TURKTRUST

++++ kdesdk4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kdebase4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes
  - Added libnpeomukwidgets as buildrequires due to changes in
    dolphin.

++++ kiten:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ ghostscript:

  - Provide libijs (that is not done via "configure --with-ijs")
    because libijs is needed by the pdftoijs filter in the
    cups-filters package (see the README file in cups-filters).

++++ gwenview:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kactivities4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kalgebra:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kalzium:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kanagram:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kate:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes
  - Dropped patch fix_build_for_unicode_python.diff as this was
    incorporated upstream

++++ kbruch:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kcalc:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kcharselect:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kcolorchooser:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kde4-filesystem:

  - Update to 4.9.97
    * This is the second RC release for 4.10 (contains bugfixes)

++++ kdebase4-workspace:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kde4-l10n:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes.

++++ kde4-print-manager:

  - Update to 4.9.97
    * This is the second RC release for 4.10 Contains bugfixes

++++ kdeartwork4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kdebase4-runtime:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkdegames:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kdelibs4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kdenetwork4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kdepimlibs4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kernel-default:

  - config: Update vanilla configs.
  - commit 0d2a457
  - Updated to 3.8-rc2.
  - commit 79d206a

++++ kernel-desktop:

  - config: Update vanilla configs.
  - commit 0d2a457
  - Updated to 3.8-rc2.
  - commit 79d206a

++++ kernel-pae:

  - config: Update vanilla configs.
  - commit 0d2a457
  - Updated to 3.8-rc2.
  - commit 79d206a

++++ kgamma:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kgeography:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ khangman:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kig:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kio_audiocd:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kamera:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kiwi:

  - Start documenting the KIWI design
    + document the new XML design
    + start of high level data-flow/interaction diagram

++++ klettres:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kmag:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kmahjongg:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kmines:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kmix:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kmousetool:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kmplot:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ konsole:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kpat:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kreversi:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kross-interpreters:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kruler:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kscd:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ ksnapshot:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kstars:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ ksudoku:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ ktouch:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kwalletmanager:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ kwordquiz:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ SDL:

  - USe OS byteswapping macros that are optimized for all platforms
    directly by GCC.
  - DO not use dlopen to load libraries that otherwise can be linked
    at build-time, this is a _very_ bad idea, starting with the fact
    that rpm dependencies do not take account of dlopen and will
    break profiling/debugging etc..
  - SDL-devel now has strict requires, so it will only pull what
    it really requires, as it no longer requires metapackages, it is
    very likely that some packages dont the chain will fail to build
    those must be fixed in the respective spec files (not here)

++++ analitza:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkcddb4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkcompactdisc4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkdcraw:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkdeedu4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkexiv2:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkipi:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libkmahjongg:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libksane:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ marble:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ libnepomukwidgets:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ nepomuk-core:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ okular:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ oxygen-icon-theme:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ parley:

  - Removed unneeded build requirements. Added libkde4-devel, libxml2-devel and
    libxslt-devel.
  - Removed unneeded runtime requirements for libkeduvocdocument4 and libkdeedu4.
  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ plasma-addons:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ python-kde4:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes
  - Added patch to ensure installation of /usr/bin/pykdeuic4
    (fix-symlink-for-pykdeuic4.patch)

++++ step:

  - Removed unneeded build requirements. Added libkde4-devel.
  - Removed unneeded runtime requirement for libkeduvocdocument4.
  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ sweeper:

  - Update to 4.9.97
    * This is the second RC release for 4.10. Contains bugfixes

++++ vim:

  - update apparmor.vim (taken from AppArmor 2.8)
    * add capability block_suspend

++++ yast2-inetd:

  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)
  - 2.21.3

++++ yast2-irda:

  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)
  - 2.23.0

++++ yast2-iscsi-client:

  - version 2.23.1
  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)

++++ yast2-ldap-client:

  - added simple check for certificates (bnc#792413)
  - 2.23.2

++++ yast2-network:

  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)
  - Testsuite adapted to merging SuSEfirewall2_* scripts into one
    (yast2-2.23.17)
  - 2.24.9

++++ yast2-nis-client:

  - Testsuites adapted to switching Service module to systemd
    (yast2-2.23.15)
  - Testsuite adapted to one single SuSEfirewall2 service
    (yast2-2.23.17)
  - 2.23.1

++++ yast2-trans:

  - Updated languages: ar cs de fi fr nb pl ru zh_CN.

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2013-1-2  -  Jan 2 2013  -------------------
------------------------------------------------------------------

++++ bluedevil:

  - Update to 1.3
    * Fixed a few crashes in KDED by removing the AgentListener thread
    * Fixed crashes when adapter is unplugged (kde#284052, kde#298633,
    kde#279911, kde#297785, kde#286466, kde#276911, kde#291708)
    * Updated pin databse for more automatic experience
    * Fix preventing sending files (kde#297785)
    * Check if the destination folder is writable, if not fallback
    to DocumentsLocation (kde#294041)
    * Fix preventing tethering using PAN (kde#285637)
    * Do not show PANU in kiobluetooth since it is not supported
    * Use a common version string

++++ cvsps:

  - update to 3.4 with fast-export dumping
    * maintained by Eric S. Raymond
    * more focused on --fast-export mode only
    * now always runs in what used to be csv_direct mode
    * it's not required to run csvps in CVS checkout directory
    * local cvs commands are no longer used
    * the old-style non-fast-export reporting mode is deprecated and
    may be dropped in the future
    * removed the --bkcvs and -x options
    * new --fast-export option allows dumping the history as a git
    import stream
    * the -A now works in the expected way
    * add -R option that writes out a revision map
    * incorporates Heiko Voight's patch for solving some time-skew cases
    * check README and NEWS for details
  - obsoleted files and patches
    * bk-cvs.mail - who is interested in BitKeeper/CSV kernel trees?
    * cvsps-bk-cvs.mail - or the ability to import BitKeeper logs?
    * fixes.tar.bz2 - they are upstream
    * CMakeLists.txt - plain make is recommended
    * commitid.diff - already upstream

++++ kiten:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ kbruch:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ kdebase4-openSUSE:

  - Updates
    * Minor improvement to the plasma theme
    * Added dark colorscheme
    * Update oxygen glow color

++++ kdump:

  - Fix the broken package rename from kdump-helpers.
  - Update to 0.8.2
    o FATE#314283: kdump: log-only mode
    o checking of SSH keys
    o lots of cleanups and bugfixes
  - Drop the following patches (included in upstream now):
    o kdump-fix-gcc46.diff
    o kdump-gcc47.patch
    o kdump-save-log
    o kdump-add-none-format
    o kdump-udev-rule
    o kdump-usrmerge.patch
  - kdump-format-list: Dropped (wrong).

++++ kgeography:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ khangman:

  - Updated build requirements.
  - Removed unneeded runtime requirements for libkeduvocdocument4 and python.

++++ kig:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ klettres:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ kmplot:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ ktouch:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ kwordquiz:

  - Updated build requirements.
  - Removed unneeded runtime requirements for libkdeedu4 and libkeduvocdocument4.

++++ marble:

  - Removed unneeded build requirements kdebase4-workspace-devel and
    libkdeedu4-devel. Added libkde4-devel.
  - Removed unneeded runtime requirement for libkeduvocdocument4.
  - Recommend instead of Suggest the marble-doc subpackage.
  - Replaced marble with libmarblewidget15 in marble-devel Requires:.
  - Removed Recommends: entry for marble in libmarblewidget15 (not needed).

++++ redland:

  - Update to 1.0.16
    * Fixed Issues: [1]#0000443, [2]#0000460, [3]#0000497, [4]#0000518,
    [5]#0000519
    * Postgres, MySQL and Hashes storage bug fixes.
    * Multiple other API bug fixes
    * Multiple build fixes to help building on Windows.
    * Requires Raptor 2.0.7 or newer
    * librdf_model_contains_statement() and librdf_storage_contains_
    statement() now return 0 for invalid statements

++++ soprano:

  - Update to 2.9.0
    * Better error handling on the Client::LocalSocketClient
    * New DataStream class which shares code between the server and client
    * New boolean option "emptyGraphs" in the Virtuoso backend, which can
    enable/disable checks for empty graphs
    * New boolean option "fakeBooleans" in the virtuoso backend, which can
    enable/disable fake boolean support
    * Client and Server code optimizations
  - Drop no-qdebug-output-in-non-debug-modes.patch applied upstream

++++ python-lxml:

  - Fix building on SLES

++++ python-xlib:

  - Fix building on SLES

++++ rpm:

  - update to 4.10.2 (bnc#796375):
    * Fix missing error code on unparseable signature in packages,
    regression introduced in rpm 4.10.0. This could result in packages
    with malformed signature falling through signature checking.
    * Fix missing error code on --import on bogus key file (RhBug:869667)
    * Fix installation of packages containing skipped hardlinks (RhBug:864622)
    * Fix --setperms regression introduced in rpm 4.10.0 (RhBug:881835)
    * Fix locale dependent behavior in rpm2cpio.sh (RhBug:878363)
    * Add --undefine cli switch for undefining macros (related to RhBug:876308)
    * Fix warnings when building with gcc >= 4.7
    * Permit key imports on transactions where signature checking is
    disabled, regression of sorts introduced in 4.10.0 (RhBug:856225)
    * Fix RPMPROB_FILTER_FORCERELOCATE aka --badreloc, regression introduced in
    4.9.0 (RhBug:828784)
    * Verify files from non-installed packages again, regression introduced
    in 4.9.0 (RhBug:826589)
    * Fix large (> 4GB) package support, regression introduced in
    4.9.0 (RhBug:844936)
    * Only create the first instance of a file shared between multiple
    packages on install (speedup + improved verification timestamp behavior)
    * Report config and missinok flags too in deptype format extension
    * Fix relative path handling in --whatprovides query
    * Add --noclean and --nocheck options to rpmbuild (RhBug:756531)
    * Permit non-existent %ghost directories to be packaged (RhBug:839656)
    * Dont silence patch by default (RhBug:678000, RhBug:773503)
    * Accept "owner" as an alias to "user" %verify attribute (RhBug:838657)
    * Add "power64" arch macro for all supported PowerPC 64 processors (RhBug:818320)
    * Fix bogus "unclosed %if" error when %include is used in conditionals
    * Report starting line for unclosed %if errors in spec
    * Always print out package dependencies on build
    * Restore pre-4.10.0 fdFree() behavior, ie return the fd itself while
    references exist, returning NULL introduced fd leak regressions.
    * Remove up-streamed patches:
  - obsoletesdeptag.diff, fdopen_strncat.diff, powerpc-fix-platform.diff, missingok.diff

++++ rpm-python:

  - Update to 4.10.2

++++ soprano-backend-virtuoso:

  - Update to 2.9.0
    * Better error handling on the Client::LocalSocketClient
    * New DataStream class which shares code between the server and client
    * New boolean option "emptyGraphs" in the Virtuoso backend, which can
    enable/disable checks for empty graphs
    * New boolean option "fakeBooleans" in the virtuoso backend, which can
    enable/disable fake boolean support
    * Client and Server code optimizations
  - Drop no-qdebug-output-in-non-debug-modes.patch applied upstream

++++ yast2-vm:

  - Enable vm-install to be built for s390x

------------------------------------------------------------------
------------------  2013-1-1  -  Jan 1 2013  -------------------
------------------------------------------------------------------

++++ blinken:

  - Removed unneeded build requirements kdebase4-workspace-devel,
    libkdeedu4-devel, ocaml, ocaml-facile and fdupes. Added libkde4-devel.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ digikam:

  - Update to 3.0.0-rc:
    digikam:
  - General: Add new Noise Estimation feature to Wavelets Noise
    Reduction tools.
  - BatchQueueManager: Add Color Effect tool support.
  - BatchQueueManager: Multicore CPU support to process items
    in parallel.
  - BatchQueueManager: Add Raw Demosaicing settings in Queue
    Qettings.
  - BatchQueueManager: Add new behavior options about RAW file
    loading (extract preview or perform
    demosaicing).
  - BatchQueueManager: Add the capability to assign more than
    one time a tool to a queue.
  - BatchQueueManager: Add the capability to put target file
    processed from queue to source album.
  - BatchQueueManager: Add concept of Workflow dedicated to save
    and restore between sessions Queue Settings
    including Assigned Batch Tools list.
  - 18 fixed bugs.
    kipi-plugins:
  - 2 fixed bugs.
  - Added patch (digikam-3.0.0-rc.no-kdcraw.version-check.patch) to
    temporarily disabled libkdcraw version check (does not work any more)

++++ git:

  - updated to version 1.8.1:
    * a bit of features.
    * other minor fixes and documentation updates since v1.8.0.
    more details, please see here:
    https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.txt.

++++ kalgebra:

  - Removed unneeded build requirements kdebase4-workspace-devel, readline-devel,
    ocaml and ocaml-facile. Added libkde4-devel.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ kalzium:

  - Removed unneeded build requirements gsl-devel, kdebase4-workspace-devel,
    libgmm++-devel, libqalculate-devel, libspectre-devel, python-qt4-devel and
    readline-devel. Added libkde4-devel.
  - Removed unneeded runtime requirement for libkeduvocdocument4.

++++ kanagram:

  - Updated build requirements.
  - Removed unneeded runtime requirement for libkdeedu4 and libkeduvocdocument4.

++++ LibVNCServer:

  - Switch SSL backend to openssl, we all agree that OpenSSL
    has it faults, but it is heavily optimized in all platforms
    not only x86 and performance matters in interactive,latency
    sensitive tasks like VNC.
  - libvncserver-ossl.patch Ensures openssl use less memory
    and avoid abi breaks on openSSL updates.

++++ nagios:

  - use new rpm macros for basic user-/groupadd commands:
    %%nagios_user_group_add
    %%nagios_command_user_group_add

++++ vim:

  - Updated to revision 762, fixes the following problems
    * Automatically setting 'ttymouse' doesn't work.
    * Memory leaks when using location lists.
    * Cannot properly test conceal mode.
    * Python interface doesn't build without the multi-byte feature.
    * The justify macro does not always work correctly.
    * Test 61 is flaky, it fails once in a while.
    * Test 49 script file doesn't fold properly.
    * When there is a QuitPre autocommand using ":q" twice does not work
    * Autoconf doesn't find Python 3 if it's called "python".
    * A location list can get a wrong count in :lvimgrep.
    * Issue 96: May access freed memory when a put command triggers
    * Matchit plugin does not handle space in #ifdef.
    * dv_ deletes the white space before the line.
    * In Visual mode a "-p does not work. (Marcin Szamotulski)
    * On some systems the tabline is not redrawn.

++++ xfce4-terminal:

  - update to version 0.6.1:
  - add drop-down window support with --drop-down parameter, this
    allows xfce4-terminal to start 1 game-console like window
  - rename Go menu to Tabs
  - load default Alt+N accelerators on first startup
  - make single tab accelerator insensitive again
  - rename clear scrollbar to reset
  - fix crash when showing toolbar 2nd time
  - don't check for version and help in parameters parsing
  - remove Report Bug menu entry
  - hide search dialog on delete to avoid crash
  - set minimum tab label size to 10 chars
  - make right-click tab menu more functional
  - stop activity timeout when destroying a screen
  - rename $TERM to emulation and use new preference to avoid
    migration crashes
  - fix the tab re-use option when running from shortcut
  - allow underscore and + in email address
  - use new GPL license address
  - allow setting the geometry in the preferences
  - translation updates

------------------------------------------------------------------
------------------  2012-12-31  -  Dec 31 2012  -------------------
------------------------------------------------------------------

++++ libHX:

  - Update to new upstream release 3.14.1 (bugfix release)
    * restore forward ordering of ordered maps

++++ netpbm:

  - Update to 10.61.01:
    * pamstereogram: change -guidesize default from 10 to 20
    * pgmhist: Add -machine option.
    * pgmhist: Add -median, -quartile, and -decile options.
    * pamstereogram: Add -guidetop and -guidebottom options to replace
    trick where negative -guidesize means top, positive means
    bottom, absent means none.
    * pamstereogram: -smoothing smooths images even without -texfile.
    * pnmcat: set don't care bits in packed PBM output to zero so
    they are predictable.
    * etc. see doc/HISTORY

++++ pciutils:

  - pciutils-endianh.patch Use the documented/optimized byteswapping
    routines from endian.h

++++ pulseaudio:

  - Update to pulseaudio 3.0
    * ALSA Use Case Manager (UCM) support
    * Runtime editable LADSPA filter parameters
    * Out-of-the-box support for Bluetooth sources
    * Configurable device latency offset
    * Various ALSA changes
    * Lots of infrastructure improvements

++++ dante:

  - Add dante-glibc-2.17.patch to use getauxval() function instead
    of private __libc_enable_secure.

++++ man-pages:

  - update to version 3.45
    * New and rewritten pages
    s390_runtime_instr.2
    New page for s390-specific s390_runtime_instr(2)
    if_nameindex.3
    Document if_nameindex(3) and if_freenameindex(3)
    Edits, improvements and corrections to Hideaki's page
    Add an example program
    if_nametoindex.3
    New page documenting if_nametoindex(3) and if_indextoname(3)
    * Newly documented interfaces in existing pages
    * New and changed links
    if_freenameindex.3
    New link to if_nameindex.3
    if_indextoname.3
    New link to if_nametoindex.3
    * Global changes
    sysconf.3
    cciss.4
    Global fix: s/runtime/run time/
    * Changes to individual pages
    clone.2
    Since 2.6.30, CLONE_NEWIPC also supports POSIX message queues
    delete_module.2
    Small rewording of description of effect of O_TRUNC
    getrlimit.2
    Document Linux's nonstandard treatment or RLIMIT_CPU soft limit
    Upon encountering the RLIMIT_CPU soft limit when a SIGXCPU handler
    has been installed, Linux invokes the signal handler *and* raises
    the soft limit by one second. This behavior repeats until the
    limit is encountered.  No other implementation that I tested
    (Solaris 10, FreeBSD 9.0, OpenBSD 5.0) does this, and it seems
    unlikely to be POSIX-conformant. The (Linux-specific)
    RLIMIT_RTTIME soft limit exhibits similar behavior.
    Point reader at discussion of /proc/[pid]/limits in proc(5)
    io_getevents.2
    io_getevents() may cause segfault when called with invalid ctx_id
    For reference see: http://marc.info/?l=linux-aio&m=130089887002435&w=2
    recv.2
    UNIX domain sockets support MSG_TRUNC since 3.4
    sendmmsg.2
    Add example program for sendmmsg()
    stat.2
    Clarify description of EOVERFLOW error
    The EOVERFLOW error is not only for st_size, but also
    inode and block size fields. See glibc source file
    sysdeps/unix/sysv/linux/xstatconv.c and kernel source
    file fs/stat.c. Also, fix bit/byte confusion
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604928
    syscalls.2
    Update various references to "i386" to "x86"
    Add s390_runtime_instr(2)
    sysctl.2
    Mention CONFIG_SYSCTL_SYSCALL
    Calls to sysctl() log warnings to the kernel log since 2.6.24
    syslog.2
    Substantially reorganize discussion of commands
    Make the layout of the discussion of the commands
    more readable.
    Add kernel symbolic 'type' names
    Clarify SYSLOG_ACTION_SIZE_UNREAD semantics
    SYSLOG_ACTION_SIZE_UNREAD returns the number of bytes
    available for reading via SYSLOG_ACTION_READ.
    Clarify where SYSLOG_ACTION_READ_ALL places data it reads
    Clarify semantics of SYSLOG_ACTION_CLEAR
    The SYSLOG_ACTION_CLEAR command (5) does not really clear
    the ring buffer; rather it affects the semantics of what
    is returned by commands 3 (SYSLOG_ACTION_READ_ALL) and
    4 (SYSLOG_ACTION_READ_CLEAR).
    Clarify discussion of privileges for commands 3 and 10
    Add mention of CONFIG_LOG_BUF_SHIFT
    wait.2
    BUGS: Document odd waitid() behavior when 'infop' is NULL
    getifaddrs.3
    Update description of ifa_data to Linux 2.6+ reality
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526778
    memcmp.3
    Enhance RETURN VALUE text and remove redundant text from DESCRIPTION
    Note that sign of result equals sign of difference between
    first two bytes that differ (treated as "unsigned char")."
    mkstemp.3
    Deemphasize discussion of mode 066 in glibc 2.0.6
    Glibc 2.0.6 is now so ld that the discussion of details
    of that version can be deemphasized placing just under
    NOTES.
    See https://bugzilla.kernel.org/show_bug.cgi?id=51811
    strcmp.3
    Enhance RETURN VALUE text and remove redundant text from DESCRIPTION
    Note that sign of result equals sign of difference between
    first two bytes that differ (treated as "unsigned char")."
    ttyname.3
    Fix confused text in ERRORS
    The existing text suggested that the ERRORS applied
    only for ttyname_r(). However, 2 of the 3 errors
    can occur for ttyname().
    undocumented.3
    Remove some now documented functions
    proc.5
    Correct description of SwapFree in /proc/meminfo
    Note change of /proc/[pid]/limits file permissions in 2.6.36
    resolv.conf.5
    Document IPv6 format for nameserver
    See: http://bugs.debian.org/610036
    capabilities.7
    Correct URL for POSIX.1e draft
    ipv6.7
    Add description of getsockopt() for IPV6_MTU
    In IPv4,IP_MTU is only supported by getsockopt.
    In IPv6, we can use IPV6_MTU to set socket's MTU,
    but the return value of getsockopt() is the path MTU.
    rtnetlink.7
    Update description of IFLA_STATS to Linux 2.6+ reality
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526778
    socket.7
    Document 'sockaddr' and 'sockaddr_storage' types
    Explain effect of SO_SNDTIMEO for connect()
    When SO_SNDTIMEO is set before connect(), then connect()
    may return EWOULDBLOCK when the timeout fires.

++++ valgrind:

  - Fix last patch
  - Add valgrind-glibc-2.17.patch to fix compilation with glibc 2.17

++++ wireless-regdb:

  - Update database to the most recent 2012.06.08

------------------------------------------------------------------
------------------  2012-12-30  -  Dec 30 2012  -------------------
------------------------------------------------------------------

++++ kdebase4-openSUSE:

  - Link to userbase instead of http://help.opensuse.org/kde4/ which
    is totally outdated. "Fixes" bnc#774509
    Patch created by Christian Trippe

++++ mozilla-nss:

  - updated CA database (nssckbi-1.93.patch)
    * MFSA 2013-20/CVE-2013-0743 (bmo#825022, bnc#796628)
    revoke mis-issued intermediate certificates from TURKTRUST

++++ giflib:

  - Version 5.0.3
    * The library is now purely reentrant and thread-safe
    * Adds an EGifSetGifVersion() entry point
    * All names of exported functions now have a Gif, DGif, or EGif prefix.
  - packaging changes:
    * soname is now libgif6
    * Compatibility with ancient "libungif" via rpm spec file hacks
    is no longer included, if there is any application around
    that still requires this it has to be fixed.

++++ libkdeedu4:

  - Removed unneeded build requirements.

++++ LibVNCServer:

  - libvncserver-byteswap.patch : USe OS byteswapping macros
    which are optimized for the target arch.
  - BuildRequire libpng-Devel

++++ squid:

  - Changes to squid-3.2.5 (10 Dec 2012):
  - Bug 3698: Add missing include of errno.h
  - Changes to squid-3.2.4 (03 Dec 2012):
  - Ported: urllogin ACL from squid 2.7
  - Bug 3688: Lots of Orphan Comm:Connections to ICAP server
  - Bug 3677: Port un-pinning logic changes from squid 3.3
  - Bug 3405: ssl_crtd crashes failing to remove certificate
  - ... and major bugs fixed in squid 3.1.22
  - Fix accept_filter on Linux
  - Remove 'Bungled' warning on missing component directives
  - ... and many buffer and memory leak issues in the bundled helpers
  - ... and a small amount of code polishing
  - remove obsolete glibc-217 patch

------------------------------------------------------------------
------------------  2012-12-29  -  Dec 29 2012  -------------------
------------------------------------------------------------------

++++ libmpcdec:

  - libmpcdec-byteswap.patch, use OS byteswap routines.
    (that in turns needs AC_USE_SYSTEM_EXTENSIONS)
  - build with large file support.

++++ libquvi:

  - Update to 0.4.1 version:
    * Add examples/parse.c [a26f5f6]
    * Add examples/supported.c [179d997]
    * DOC: Replace buzzhumor with gaskrank [3d2e015]
    * FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
    * FIX: Make verify c/b check against correct option [0c4ff3b]
    * FIX: Use dirname(3) properly [b2f1621]
  - Remove conditionnal BuildRequires macros; now work fine with lua 5.2

++++ virtualbox:

  - updated to virtualbox 4.2.6
    * VMM: don't inject stale VT-x events to prevent crashes after VM reset (bug #11256)
    * VMM: workaround for buggy BIOSes which enable MONITOR only for certain CPUs (bugs #9460, #10686)
    * GUI: fixed trimming of anti-aliased text in details-view element headers (4.2.0 regression)
    * GUI: fixed create-settings-file-alias functionality on Mac hosts (4.2.0 regression)
    * GUI: fixed take-guest-screenshot functionality on Windows hosts (bug #11095)
    * GUI: several minor fixes, including palette fixes (bug #11191)
    * GUI: fixed Windows 2012 OS type (bug #11206)
    * GUI: allow to terminate the VM even if VBoxSVC crashed
    * API: fixed cancelling of snapshots, previously this could lead to inconsistent VM configs (bug #6877)
    * API: fixed identifying disk images by UUID (bug #11209)
    * 3D Support: several fixes
    * VRDP: fixed occasional crash with external authentication (bug #11156)
    * VGA: fix for double scan text modes
    * USB: fixed invalid pending request count at the time of service of DEVICE POWER requests (Windows hosts only; bugs #10021, #11056)
    * USB keyboard: Korean keyboard workaround (bug #11150)
    * Storage: fixed hang with QCOW images and asynchronous I/O enabled
    * Storage: fixed hang with newer VHD images (bug #11279)
    * Storage: actually write the non-rotational flag to the VM settings (4.2.0 regression)
    * Virtio-net: fixed the problem with network statistics counters in Session Information dialog (GUI)
    * Metrics: introduced network rate and disk usage metrics
    * Metrics: fixed a crash under certain conditions on Solaris hosts
    * BIOS: fix for El Torito
    * Shared Folders: if the host folder of a shared folder mapping does not exist, keep it active but mark it as invalid to prevent inconsitent saved states (bug #11147)
    * VBoxManage: fixed converting disks from raw images
    * VBoxManage: show snapshot description in the VM or snapshot information
    * VBoxManage: make implicit opening of media consistent in all places dealing with media
    * VBoxManage: the iSCSI initiator name was not stored in the settings file when doing storageattach (bug #11212)
    * VBoxManage: metrics collect now properly handles 'CPU/MHz' and 'Net/*/LinkSpeed' metrics
    * VBoxManage: changing the image UUID or parent UUID as part of storageattach works now in all safe cases
    * VBoxManage: introduced storageattach --medium additions as a shortcut to mount the additions image (bug #11165)
    * OVF: fixed importing OVF files cerated by recent VMware products (bug #10905)
    * Linux hosts / Bridged Networking: fixed the problem with leaking connections in conntrack (bug #11178)
    * Linux Additions: added support for ConsoleKit sessions in the vminfo service of VBoxService
    * Linux Additions: don't crash during remount under certain conditions (bug #11291)
    * Linux/Solaris Additions: fixed guest memory metrics collection
    * Solaris hosts: added a dependency to ensure that the user directories are reachable when starting VBox services
    * Windows host installer: integrated user-contributed translations, thanks to all contributors!
    * Windows Additions: fixed auto-logon installation for Windows 8
    * Windows Additions: don't fail if the shared folders host service is not available
    * Windows Additions: fixed Guest Additions startup on Windows 2000 guests (bug #11253)
    * Windows Additions: auto-resize fixes for Windows 8 guests

------------------------------------------------------------------
------------------  2012-12-28  -  Dec 28 2012  -------------------
------------------------------------------------------------------

++++ exo:

  - update to version 0.10.2
  - optimize returning the selected item in icon view
  - work with icon names in the toolbar editor
  - GIO unix is still used for exo-open
  - use same thumbnail frame as Thunar
  - rename Terminal to xfce4-terminal
  - remove unmaintained translations
  - add chromium-browser to binary names
  - add various helpers

++++ freerdp:

  - only enable SSE2 on x86*
  - disable SSE2 for ARM as well
  - disable SSE2 for powerpc

++++ gnome-shell-extensions:

  - Update to version 3.6.2:
    + Ignore missing local bookmarks.
    + Support historical location for bookmarks file.
    + Don't fail for GIO errors getting the file name.
    + native-window-placement: fix disabling the extension.
  - Changes from version 3.6.1:
    + Fixed alternative-status-menu for the new lock screen
    + Squashed some alternate-tab warnings
    + drive-menu now works with 3.6 again
  - Changes from version 3.6.0:
    + major rework in places menu, to make it work without
    removed supporting code in the shell and to make it look like
    the nautilus sidebar
  - Changes from version 3.5.91:
    + Various crashers were fixed in alternative-tab
    + auto-move-windows now can be made to work with static
    workspaces
    + place-menu is now on the left and uses symbolic icons like
    Files
    + StIconType usage was removed from all extensions, after it was
    removed in core
    + systemMonitor, xrandr-indicator, apps-menu, places-menu,
    alternative-status-menu were updated for the newer shell
  - Changes from version 3.5.90:
    + alternate-tab has been reworked again, the old mode switch
    was removed and the all&thumbnails code extended to handle
    icons and filtering to the workspace
    + alternate-tab thumbnails now reflect the aspect ratio of the
    windows
    + systemMonitor now shows a tooltip above the indicator
    + native-window-placement, systemMonitor and windowsNavigator
    have been updated for the newer shell
  - Changes from version 3.5.5:
    + convenience module has been relicensed to BSD, for
    compatibility with GPLv3 extensions
    + alternate-tab has been refactored and seen various
    improvements to all&thumbnails mode, including a new
    overlaid application icon
  - Changes from version 3.5.4:
    + Updated translations.
  - Changes from version 3.5.2:
    + removable-drive-menu is now a11y friendly
    + the dock can now be placed on any monitor, not just the
    primary
    + dock is now clipped to its monitor
    + alternative-status-menu now exposes GSettings for Suspend
    and Hibernate visibility - no UI yet
    + more gnome-shell API changes (places-menu,
    removable-drive-menu, alternative-status-menu)
    + miscellaneous bug fixes (native-window-placement, gajim,
    auto-move-windows)
    + Updated translations.
  - Add glib2_gsettings_schema macros to post/postun.

++++ util-linux:

  - 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch
    Use OS byteswapping macros, this patch is functionally identical
    to the version submitted upstream with the exception it excludes
    code that target non-linux systems.

++++ libgda:

  - BuildRequires fbclient and fbembed on ppc64 as well

++++ thunar:

  - update to version 1.6.2
  - don't abort startup if dbus failed
  - put * around string if * and ? are not used in the pattern
  - revert "Remove right-click drag possibility (bug #3549)."
  - revert "Directly popup menus on selected items (bug #3550)."
  - update shortcuts headers when removing a shortcut
  - implement tab middle click in location buttons
  - add new tab option to right-click menu of location buttons
  - small improvement in thumbnail frame
  - key combos not working with location buttons
  - open tree node if expanded and mounted
  - use some more cairo rendering
  - make Desktop in Go menu translatable
  - send to menu not updated for directories
  - fix freeze on /proc/kmsg
  - show all volumes in the devices list
  - removed translations: Dzongkha, Kazakh, Kurdish, Macedonian
  - translation updates

++++ xfce4-terminal:

  - provide/obsolete Terminal-lang correctly
  - Terminal was renamed to xfce4-terminal

------------------------------------------------------------------
------------------  2012-12-27  -  Dec 27 2012  -------------------
------------------------------------------------------------------

++++ freerdp:

  - build with WITH_SSE2=ON as freerdp now uses runtime detection
    (bnc#793611)

++++ glibc:

  - Set bugurl to bugs.opensuse.org

++++ glibc:

  - Set bugurl to bugs.opensuse.org

++++ gnome-control-center:

  - Drop apg recommends: automatic password generatoion is no longer
    done by spawning apg, but rather by using libpwquality directly.

++++ kdebase4-workspace:

  - Clean the BuildRequirements:
    * audit-devel, bluez-devel, libsmbclient-devel are not required,
    and libdbusmenu-qt-devel was listed twice
  - Remove obsolete -DKDE4_KCHECKPASS_PAM_SERVICE flag

++++ kdebase4-runtime:

  - Clean the BuildRequirements:
    * QtZeitgeist-devel, bluez-devel, libqimageblitz-devel,
    libusb-devel and pkgconfig(libxklavier) are not requirements

++++ kdelibs4:

  - Clean the BuildRequirements:
    * alsa-devel, cups-devel and unzip are not required
    * Minimal required versions are cmake >= 2.8.9 and Qt >= 4.8.0

++++ kernel-default:

  - drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync
    op v3 (bnc#795963).
  - commit db55aa9

++++ kernel-desktop:

  - drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync
    op v3 (bnc#795963).
  - commit db55aa9

++++ kernel-pae:

  - drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync
    op v3 (bnc#795963).
  - commit db55aa9

++++ akonadi-runtime:

  - Update to 1.9.0
    * Respect collection cache policy refresh interval for collection tree sync.
    * Fix initialization of PostgreSQL database.
    * Correctly count items flags in virtual collections.
    * Notify parent virtual collections about item changes.
    * Require CMake >= 2.8.8.
    * Remove dependency to Automoc4.
    * Support Qt 5.
  - Remove automoc4 BuildRequires

++++ libexttextcat:

  - license update: BSD-4-Clause
    BSD is not acceptable (not SPDX format). BSD-4-Clause is the better
    choice because of e.g. src/fingerprint.c

++++ webkitgtk:

  - Add new conditional package typelib-1_0-WebKit2, since we now
    build introspection files for WebKit2.

++++ webkitgtk3:

  - Add new conditional package typelib-1_0-WebKit2, since we now
    build introspection files for WebKit2.

++++ libyui-gtk:

  - Fixed YGProgressBar setValue to refresh
  - Added percentage to YGProgressBar (same behavior of ncurses and
    qt implementation)

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ mono-core:

  - Fix ppc build failures (ppc.patch)

++++ splashy:

  - move README.themes to %{_datadir}
  - macroize the spec file
  - minor syntactic tweaks

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-12-26  -  Dec 26 2012  -------------------
------------------------------------------------------------------

++++ acl:

  - Use OS byteswapping routines, application already Includes
    "endian.h" but then goes ahead defining ad-hoc equivalent
    functionality (0001-Use-OS-byteswapping-macros.patch)

++++ at-spi2-atk:

  - Update to version 2.7.3:
    + Re-register if the registry goes away and later returns.
    + Stop using deprecated glib functions.
    + Fix a few memory leaks.
  - Add BuildRequires:  pkgconfig(glib-2.0), so we can version it.
  - Remove a cosmetic '-' in order to remove a rpmlint warning about
    summary being to long.

++++ at-spi2-core:

  - Update to version 2.7.3:
    + Atspi_accessible_get_index_in_parent no longer returns -1 if
    the object's parent is not cached (bgo#688057).
    + Re-register keystroke listeners if the registry goes away and
    then returns.
    + Fix atspi_device_listener_new_simple.
    + Fix some compiler warnings.
    + Build: use gobject-introspection's Makefile instead of rolling
    our own.
    + Fix a crash when parsing events without detail when there is a
    listener for the event that names a specific detail value.
    + Fix crash when removing hung processes.
    + Fix deregistering of applications.
    + A few documentation fixes.
  - Changes from version 2.7.2:
    + Only call an event listener once per event, even if the
    listener registered for both the event and a superset of the
    event.
    + Don't distribute dbind-config.h (bgo#688083).
    + Fix gtk-doc for Atspi-Registry (bgo#688224).
    + Some introspection fixes to make vapigen happy (bgo#688223).
    + Fixed a crash handling DeregisterKeystrokeListener.
  - Changes from version 2.7.1:
    + Update the cache in response to role change notifications
    (bgo#685469).
    + Don't output a warning when a p2p connection isn't available.

++++ gcr:

  - Update to version 3.7.2:
    + Fix corner case in DER parsing.
    + Fix crash when parsing invalid DER.
    + More complete test coverage.
    + Other minor fixes.
    + Build fixes.
  - Update to version 3.7.1:
    + Allow system prompts to be cancelled while in 'checking' state.
    + Cancel system prompts when the prompter goes away.
    + Use gnome-common code coverage macros.
    + Build fixes.
    + Updated translations.

++++ glib2:

  - Update to version 2.35.3:
    + This release contains an incompatible change to
    the g_get_home_dir() function. Previously, this function would
    effectively ignore the HOME environment variable and always
    return the value from /etc/password. As of this version, the
    HOME variable is used if it is set and the value from
    /etc/passwd is only used as a fallback.
    + We now install a public "gnetworking.h" header that can be used
    to include the relevant OS-dependent networking headers. This
    does not really abstract away unix-vs-windows however; error
    codes, in particular, are incompatible.
    + Bugs fixed: bgo#686895, bgo#688704, bgo#602715, bgo#688377,
    bgo#688180, bgo#688497, bgo#688319, bgo#688886,bgo#681685,
    bgo#689037, bgo#688931, bgo#688681, bgo#652650, bgo#664627,
    bgo#688419, bgo#684145, bgo#675516, bgo#689538, bgo#679683,
    bgo#689377, bgo#142568, bgo#587806, bgo#689800, bgo#689847,
    bgo#629301, bgo#689982, bgo#690069, bgo#623187, bgo#690083,
    bgo#690163, bgo#690346, bgo#687092, bgo#690348.

++++ gupnp-av:

  - Update to version 0.11.6:
    + Fix an unitialized variable.
    + Fix a wrong use of BAD_CAST.
    + Fix handling of updateID in the CDS LastChange parser.
    + Fix CDS LastChange test.
    + Bugs fixed: bgo#689701, bgo#689808.
  - Changes from version 0.11.4:
    + Fix API definition in gupnp-cds-last-change-parser.h
    + Set items in a media collection to "restricted" by default.
    + Bugs fixed: bgo#689517.
  - Changes from version 0.11.3:
    + Fix DIDL_S parsing issues in GUPnPMediaCollection.
    + Fix reference count issues in GUPnPMediaCollection.
    + Add more tests for GUPnPMediaCollection.
    + Add test for LastChange parser.
    + Fix LD_LIBRARAY_PATH handling on make check.
    + Silence XSD validation errors on make check.
    + Silence makefile portability warnings.
    + Some gtk-doc fixes.
    + Add LastChange parser for LastChange in ContentDirectory:3
    including tests.
    + Bugs fixed: bgo#689094, bgo#689141, bgo#689276.

++++ gupnp:

  - Update to version 0.19.3:
    + Work-around missing notification messages.
  - Changes from version 0.19.1:
    + Support Windows.
    + Fix searching for services in ControlPoint.
    + Drop deprecated calls to g_type_init on glib >= 2.35.
    + Fix LD_LIBRARY_PATH in make check.
    + Explicitly use IPv4 in tests.
    + Allow autogen.sh to be run out-of-tree.
    + Expose GSSDPResourceGroup of a root device.
    + Bugs fixed: bgo#687320, bgo#687621, bgo#689028, bgo#688411,
    bgo#685643, bgo#682580, bgo#672830.

++++ xf86-video-intel:

  - Update to 2.20.17:
    A minor update to prepare for co-operating with the kernel over managing
    stability on 830gm/845g. On this pair of chipsets, the kernel will perform
    an extra copy of the batchbuffer into reserved memory, which prevents them
    from randomly dying. However, that extra copy does have a noticeable
    impact upon throughput, so we also have a mechanism for userspace to
    opt-out of the kernel workaround and take responsibility for ensuring its
    batches are coherent.
  - Bugs fixed since 2.20.16:
    + Build fixes against xorg-1.14
    https://bugs.freedesktop.org/show_bug.cgi?id=58552
    https://bugs.freedesktop.org/show_bug.cgi?id=58406
    + Fixed the origin of cropped (textured) video windows (Xv and XvMC)
    https://bugs.freedesktop.org/show_bug.cgi?id=23033
    + Fix potential corruption when using images larger than ~1GiB

++++ xorg-x11:

  - Don't require twm; it is still recommended.

++++ xscreensaver:

  - new upstream version 5.20
    * Made pipes be ridiculously less efficient, but spin.
    * Added better mouse control to rubik, cube21, crackberg, and julia.
    * Cosmetic improvements to queens and endgame.
    * sonar can now ping local subnet on DHCP.
    * Most savers now resize/rotate properly.
    * Various fixes.
    * Fixed some compilation problems.
    * Enlarged the texture image for lament.
    * XInput devices now also ignore small mouse motions.
    * Loading images via RSS feeds is much improved.
  - rebased xscreensaver-default-screensaver.patch and xscreensaver-stars.patch
    to apply to new code

------------------------------------------------------------------
------------------  2012-12-25  -  Dec 25 2012  -------------------
------------------------------------------------------------------

++++ glibc:

  - Update to glibc 2.17 release (git id c758a6861537):
    * bump version number
    * update translations

++++ glibc:

  - Update to glibc 2.17 release (git id c758a6861537):
    * bump version number
    * update translations

++++ iptables:

  - Update to new upstream release 1.4.17
    * libxt_time: add support to ignore day transition
    * libxt_statistic: fix save output

++++ kernel-default:

  - Updated to 3.8-rc1.
  - Eliminated 13 patches.
  - Xen is disabled.
  - ARM configs need updating.
  - ext4 richacls are disabled until the upstream index can be reserved.
  - commit a952042

++++ kernel-desktop:

  - Updated to 3.8-rc1.
  - Eliminated 13 patches.
  - Xen is disabled.
  - ARM configs need updating.
  - ext4 richacls are disabled until the upstream index can be reserved.
  - commit a952042

++++ kernel-pae:

  - Updated to 3.8-rc1.
  - Eliminated 13 patches.
  - Xen is disabled.
  - ARM configs need updating.
  - ext4 richacls are disabled until the upstream index can be reserved.
  - commit a952042

++++ nagios-plugins:

  - added nagios-plugins-check_disk_printf.patch: fix wrong number
    of printf arguments if verbose
  - refreshed patches

------------------------------------------------------------------
------------------  2012-12-24  -  Dec 24 2012  -------------------
------------------------------------------------------------------

++++ miniupnpc:

  - Update to 1.7 version:
    * Cleanup settings of CFLAGS in Makefile
    * Fix signed/unsigned integer comparaisons
    * Allow to specify protocol with TCP or UDP for -A option
    * Only try to fetch XML description once in UPNP_GetValidIGD()
    * Added -ansi flag to compilation, and fixed C++ comments to ANSI C comments.
    * minor improvements to minihttptestserver.c
    * upnperrors.c returns valid error string for unrecognized error codes
    * make minihttptestserver listen on loopback interface instead of 0.0.0.0
    * Maven installation thanks to Alexey Kuznetsov
    * Replace WIN32 macro by _WIN32
    * Fixes in java wrappers thanks to Alexey Kuznetsov :
    https://github.com/axet/miniupnp/tree/fix-javatest/miniupnpc
    * Make and install .deb packages (python) thanks to Alexey Kuznetsov :
    https://github.com/axet/miniupnp/tree/feature-debbuild/miniupnpc
    * The multicast interface can now be specified by name with IPv4.
    * Install man page
    * added header to Port Mappings list in upnpc.c
    * Makefile : make clean now removes jnaerator generated files.
    * MINIUPNPC_VERSION in miniupnpc.h (updated by make)
    * added rootdescURL to UPNPUrls structure.
  - Remove unneeded miniupnpc-makefile.patch

++++ zsh:

  - Update to version 5.0.2
    * Numeric constants in mathematical contexts can contain
    underscores.
    * functions -T turns on tracing for specific functions.
  - See the included NEWS file for other changes.

------------------------------------------------------------------
------------------  2012-12-23  -  Dec 23 2012  -------------------
------------------------------------------------------------------

++++ cantarell-fonts:

  - Update to version 0.0.12:
    + Improved ligatures.
    + Improve and add missing cyrillics. (bgo#689220)
    + Advanced typo glyphs. (bgo#689184)

++++ gcc48:

  - Fix installation of gnat_ugn manual
  - Fix info references in dir file

++++ libffi48:

  - Fix installation of gnat_ugn manual
  - Fix info references in dir file

++++ libgcj48:

  - Fix installation of gnat_ugn manual
  - Fix info references in dir file

++++ libpwquality:

  - Update to version 1.2.1:
    + Properly free pwquality settings.
    + Add extern "C" to public header.
    + Updated translations.

++++ samba:

  - Use the version macro while definition of the branch macro.

++++ usbredir:

  - Update to version 0.6:
    + usbredirproto:
  - add support for bulk packets with 32 bits length
  - add support for buffered bulk input
    + usbredirparser:
  - add support for bulk packets with 32 bits length
  - add support for buffered bulk input
    + usbredirhost:
  - add support for bulk packets with 32 bits length
  - queue multiple transfers for interrupt receiving
  - add support for buffered bulk input
  - only apply mult to max-packet-size for isoc high speed
    endpoints
  - add a do-not-reset device blacklist, populate it with
    1210:001c
  - Changes from version 0.5.3:
    + usbredirparser:
  - add support for bulk packets longer then 65535 bytes
    + usbredirhost:
  - add support for bulk packets longer then 65535 bytes

------------------------------------------------------------------
------------------  2012-12-22  -  Dec 22 2012  -------------------
------------------------------------------------------------------

++++ branding-openSUSE:

  - Initial 12.3 branding based on the 'grow' design

++++ evolution:

  - Rebase and re-enable bnc-435722-book-uri-long.patch.

++++ telepathy-haze:

  - Update to version 0.7.0
    + Add skype-x11 to known protocols, rename the other one to
    skype-dbus.
    + Expose third party skype prpl as 'skype' (fdo#57201).

++++ xf86-video-mach64:

  - Update to version 6.9.4:
    + Remove call to obsolete miInitializeBackingStore()
    + Remove dummy UTS / DFS hooks. fdo#51137
    + Mach64PixelARGB should use exaGetPixmapFirstPixel
    + Fix build with neither XAA nor EXA against xserver 1.13.0
    + Don't gratuitously disable Render when ShadowFBing
    + mach64: fix build on 32-bit. tvout code only builds on 32-bit.
  - Drop U_mach64-fix-build-on-32-bit.patch, fixed upstream.

------------------------------------------------------------------
------------------  2012-12-21  -  Dec 21 2012  -------------------
------------------------------------------------------------------

++++ DirectFB:

  - Fix cyber5k and radeon drivers build on powerpc
    (DirectFB-setregion.patch)

++++ grub2:

  - put 32-bit grub2 modules to /usr/lib/grub2
  - put 64-bit grub2 modules to /usr/lib64/grub2 (x86_64-efi)
  - put grub.efi to /usr/lib64/efi(x86_64) or /usr/lib/efi(i586)

++++ haveged:

  - fix powerpc detection (haveged-ppc.patch)

++++ kiwi:

  - added support for resizeMDRaid in kiwi's oemboot code
    when the geometry of the disk changes the raid array
    needs to grow too
  - fixed mdraid setup in combination with LVM
  - added zeroMDRaidSuperBlock function to make sure an old
    raid array is stopped and the super block is removed prior
    to installing a new system on that disk
  - deal with mdraid in the test
    + fix getXMLElement test
    + add unit test for new MDRaid methods
  - removed duplicate rt profile

++++ texlive:

  - remove conflicting libicu buildrequires as required by the arm
    people (was SR#146133)

++++ libseccomp:

  - Make 0001-build-use-autotools-as-build-system.patch apply again

++++ xapian-core:

  - Update to version 1.2.12
    * 1.2.11 had its library version information incorrectly set.
    This resulted in the shared library having an incorrect SONAME.
    This release has been made to fix this problem.
    * Fix issue with running AND, OR and XOR queries against a
    database with no documents in it - this was leading to a divide
    by zero, which led to MSet::get_matches_estimated() reporting
    2147483648 on i386.
    * Don't count unweighted subqueries of MultiAndPostList in
    percentage calculations, as OP_FILTER maps to MultiAndPostList
    now.  (ticket#590)
    * When compacting, if the output database is empty, don't write
    out a metainfo tag.  Take care not to divide by zero when
    computing the percentage size change for a table.
    (brass and chert backend)
    * Add new QueryParser::STEM_ALL_Z stemming strategy, which
    stems all terms and adds a Z prefix.
    * Add TermGenerator::set_stemming_strategy() method, with
    strategies which correspond to those of QueryParser.
    * Correct "BM25Weight" to "TradWeight" in exception message
    from TradWeight.
    * We were failing to call init() for user-defined Weight objects
    providing the term-independent weight.  These now get called
    with init(0.0).
    * Xapian::Auto::open_stub() now throws a Xapian::DatabaseOpeningError
    exception if the stub file can't be opened.  Previously we
    failed to check for this condition, which resulted in us
    treating the file as empty.
    * See http://svn.xapian.org/*checkout*/tags/1.2.12/xapian-core/NEWS
    * http://svn.xapian.org/*checkout*/tags/1.2.11/xapian-core/NEWS
    * http://svn.xapian.org/*checkout*/tags/1.2.10/xapian-core/NEWS
    * http://svn.xapian.org/*checkout*/tags/1.2.9/xapian-core/NEWS

++++ linux-glibc-devel:

  - Update to new upstream release 3.7.1, use xz format
  - Remove unneeded %clean section
  - Also remove sparc's SO_BSDCOMPAT in
    linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch

++++ nagios-plugins:

  - skip sensors package also for s390 and s390x

++++ saxon9:

  - Replace unmaintained options in man pages with links to website
  - Fix command line flag syntax -foo bar -> -foo:bar
  - Don't use CatalogResolver unless CatalogManager.properties exists

++++ yast2-installation:

  - show the info about possibility to download drivers
    from drivers.suse.com (fate#312875)
  - added KVM installation scenario (bnc#795067)
  - 2.23.6

------------------------------------------------------------------
------------------  2012-12-20  -  Dec 20 2012  -------------------
------------------------------------------------------------------

++++ colord:

  - Update to version 0.1.26:
    + New Features:
  - Add 4 more defined sensor types.
  - Add a create-temperature subcommand to colormgr to test VCGT
    generation.
  - Add a 'SensorId' property to the sensor interface.
  - Add a session helper that can be used to calibrate the screen
  - Add cd_it8_save_to_data() to save the data to some allocated
    memory.
  - Add FindSensorById() to the main interface.
  - Add some defines for the Spyder4 display colorimeter.
  - Add some device figures from gnome-color-manager used in KDE
    and GNOME.
  - Add some example calibration ti1 files from
    gnome-color-manager.
  - Add support for reading and writing .cal files to CdIt8.
  - Add the ability to 'disable' a device so that color
    management can be turned off.
  - Export cd_color_rgb_interpolate() as it's useful to
    applications.
  - Recognise the internal sensor on W700 laptops and set a
    property for the calibration tools.
  - Use spotread when there is no native sensor driver.
    + Bugfixes:
  - Add some missing entries in cd_sensor_kind_from_string.
  - Create ICCv2 profiles when using cd-create-profile.
  - Do 3 reads in quick succession for colormgr
    get-sensor-reading.
  - Fix a crash when saving a ti3 file where white is not the
    last sample.
  - Fix a critical warning when writing using cd_it8_add_data()
    with no XYZ value.
  - If ti1 values are > 1.0 then assume they are normalized.
  - Return class specific error codes if authentication fails.
  - Scale the ti3 RGB values to 100 when writing with
    NORMALIZED_TO_Y_100.
  - Set DEVICE_CLASS when saving a cal IT8 file.
  - Support doing sensor user actions when using 'colormgr
    get-sensor-reading'.
  - Update the device scope if it changes at runtime.
  - Use enumerated error values in the client library.

++++ gcc48:

  - Update to GCC trunk head (r194635).
  - Fixup cross.spec.in.

++++ cups:

  - Added "BuildRequires: poppler-tools" which installs
    /usr/bin/pdftops for the build-time check in cups-pdf.m4
    regarding HAVE_PDFTOPS_WITH_ORIGPAGESIZE that makes sure
    that the CUPS filter /usr/lib/cups/filter/pdftops calls
    /usr/bin/pdftops with "-origpagesizes" otherwise it would
    result wrong PostScript output for poppler > 0.18.0 (bnc#776080)
    see also https://www.cups.org/str.php?L3689 (STR #3689).
  - Changed 'configure --with-pdftops=/usr/bin/pdftops' back to
    the upstream default 'configure --with-pdftops=pdftops'
    (compare the entry dated 'Fri Jul 31 15:08:41 CEST 2009').
  - Removed leftover and since a longer time obsolete
    "BuildRequires: avahi-compat-mDNSResponder-devel".

++++ freetype2:

  - Update to version 2.4.11
    * Some vulnerabilities in the  BDF implementation have been fixed.
    * Support for OpenType collections (OTC) has been added.
    * Pure CFF fonts within an SFNT wrapper are now supported.
    * Minor rendering improvements to the auto-hinter.
    * `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
  - Modify freetype2-subpixel.patch for new subpixel hinting option.
  - Drop fix-build.patch: no longer needed

++++ ft2demos:

  - Update to version 2.4.11
    * ftdiff now supports UTF-8 encoded input files for option `-f'.
    * Using keys `r' and `R', you can now adjust the stroker radius in
    ftview.

++++ nautilus:

  - Add nautilus-make-sure-to-always-notify-when-unmounting.patch,
    fixes missing notification when unmounting drives (rh#885133).

++++ icoutils:

  - Update to 0.30.0.
    * Fix crash with libpng version prior to 1.2.25.
    * Man page improvements.
    * Limit size of extracted icon to size of resource. Fixes a
    segfault (rh#701855).
  - Correct build dependencies: remove zlib-devel; libpng-devel ->
    pkgconfig(libpng).
  - Verify GPG signature.

++++ kdebase4-openSUSE:

  - Screenlocker requires now the full path to the image in
    plasma-desktoprc, otherwise it will just show a white background

++++ ksh:

  - Add ksh93-dttree-crash.dif - Allow empty strings in (dt)trees
    (bnc#795324)
  - Modify ksh93-jobs.dif - make sure that tty is closed even if an
    interrupt has been happen at close and also be aware that the
    return value of tcgetpgrp() is greater than `1' that does not
    match the process group ID of any existing process group (bnc#790315)

++++ dirac:

  - buildrequire pkg-config regardless of build-architecture

++++ libffi48:

  - Update to GCC trunk head (r194635).
  - Fixup cross.spec.in.

++++ libgcj48:

  - Update to GCC trunk head (r194635).
  - Fixup cross.spec.in.

++++ librcc:

  - Update to 0.2.10.
    * Fixed bugs.
  - Drop librcc-printf.diff, librcc-0.2.9-suse-lint.diff,
    librcc-0.2.9-provide_prototype.patch (fixed upstream).
  - Build against libdb (build requires db-devel).

++++ swig:

  - Fix RHEL4 and 6 build

++++ xfdesktop:

  - added xfdesktop-fix-backdrop-timer.patch in order to fix the
    backdrop timer not being rescheduled (bnc#793723, bxo#8962)

++++ zypper:

  - Fix install counter (bnc#793285)
  - Add an "--ignore-unknown" global option to zypper.
  - Show installation progress (bnc #779427)
  - version 1.8.7
  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-12-19  -  Dec 19 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ ark:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ binutils:

  - Backport s390 .machinemode pseudo insn

++++ blinken:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kdesdk4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ gcc48:

  - Update to GCC trunk head (r194606).

++++ kdebase4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kiten:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ gmp:

  - Update to GMP 5.1.0 release.
    * Bug fixes and speedups
    * Many new CPUs recognised
    * New functions for multi-factorials, and primorial: mpz_2fac_ui,
    mpz_mfac_uiui and mpz_primorial_ui
    * The fat binary mechanism is now more robust in its CPU recognition
    * Drops support for BSD compatibility library

++++ gstreamer:

  - Update to version 1.0.4:
    + basesrc: fix potential leaks when re-activating in a different
    mode
    + bindings:
  - make all pad probe types work with bindings
  - fix gst_event_parse_stream_start() annotation, fixing crash
    + Documentation improvements.
    + Bugs fixed: bgo#687845, bgo#688804, bgo#688934.

++++ gstreamer-plugins-bad:

  - Update to version 1.0.4:
    + mpeg4videoparse:
  - also parse divx 4/5
  - export number of sprite warping points in caps (decoders
    might have no or only limited GMC support)
    + mpegtsmux: propagate flow returns upstream; don't crash when
    reused
    + rtmpsrc: disable seeking if the configured url specifies
    live=true
    + build fixes for OS/X (shm) and Windows (d3dvideosink)
    + Bugs fixed: bgo#688870, bgo#689107, bgo#689183, bgo#690031,
    bgo#690149.

++++ gstreamer-plugins-base:

  - Update to version 1.0.4:
    + playbin: fix occasional not-negotiated errors when switching
    visualisations
    + ssaparse: ignore invalid UTF-8 in SSA/ASS subtitles init
    sections in matroska files
    + streamsynchronizer: better timestamp and gap handling at EOS,
    fixing potential OOM in baseaudiosink
    + bindings:
  - fix annotation for gst_app_src_push_buffer(), fixing crash
  - add several missing annotations for GstRtspMessage API
    + Bugs fixed: bgo#679976, bgo#689814, bgo#689873.

++++ gstreamer-plugins-good:

  - Update to version 1.0.4:
    + deinterleave: properly set srcpad channel position
    + osxvideosink: Fix resizing the Cocoa window on receiving new
    caps
    + rtspsrc fixes
    + shout2send: also accept audio/webm in addition to video/webm
    + videobox: fix border filling for planar YUV formats
    + webmmux: fix linking to shout2send
    + v4l2: fix build on FreeBSD
    + Bugs fixed: bgo#684312, bgo#684991, bgo#687469, bgo#689732,
    bgo#689336.

++++ gwenview:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes
  - Dropped patch correct_jpeg_lib_version.patch. This has been
    resolved upstream and the jpeg_lib_version is detected in a
    different way.

++++ ibus-table:

  - Update to 1.4.99.20121112
    * Updated PO files

++++ ibus-table-chinese:

  - update to 1.4.6
    * Table build scripts has been refactored.
    * cmake-fedora is added as submodule.
    * Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
    merging maxiaojun's repository
    * Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
    * Fixed Google issue 1507: Add CJKV Extension C/D support for Array30
    * Merge GitHub Pull request 3: Added the inter punct
    * Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per page
    * Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing
    * Complete LICENSE tag for all of the tables.

++++ kactivities4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kalgebra:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kalzium:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kanagram:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kate:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes
  - Added fix_build_for_unicode_python.diff patch, fixes 32bit
    compilation

++++ kbruch:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kcalc:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kcharselect:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kcolorchooser:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kde4-filesystem:

  - Update to 4.9.95
    * This is the first RC release for 4.10 (contains bugfixes)

++++ kdebase4-workspace:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kde4-l10n:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes.

++++ kde4-print-manager:

  - Update to 4.9.95
    * This is the first RC release for 4.10 Contains bugfixes

++++ kdeartwork4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kdebase4-runtime:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkdegames:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kdelibs4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kdenetwork4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kdepimlibs4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kgamma:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kgeography:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ khangman:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kig:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kio_audiocd:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kamera:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kiwi:

  - added support for software raid into disk based appliances
    The feature is based on creating a degraded raid array with
    one disk, thus only mirroring and striping levels can be
    supported. A system build with a degraded raid array allows
    to add custom disks later to the array. In order to set it
    up you only need to specify the mdraid attribute as part of
    the type like the following example:
    
  - removed redundant code from setupInstallCD, this is done
    in the KIWIBoot constructor
  - fixed grub2 title setup, spaces were ignored

++++ kiwi-config-openSUSE:

  - adapt to new kiwi schema

++++ klettres:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kmag:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kmahjongg:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kmines:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kmix:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kmousetool:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kmplot:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ konsole:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kpat:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kreversi:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kross-interpreters:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kruler:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kscd:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ ksnapshot:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kstars:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ ksudoku:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ ktouch:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kwalletmanager:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ kwordquiz:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libQtWebKit4:

  - added patch to fix infinite loop with certain svg files
    see https://bugs.webkit.org/show_bug.cgi?id=97258

++++ analitza:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ clutter-gtk:

  - Update to version 1.4.2:
    + Remove annotation from constructor function.
    + Ensure the event filter installed by GtkClutterEmbed works
    correctly when multiple embeds are realized/unrealized.
    + Fix links in the DOAP file.
    + Bugs fixed: bgo#686697, bgo#689879.

++++ colord-gtk:

  - Update to version 0.1.24:
    + New Feature: Hide the mouse cursor when it goes over the sample
    widget.
    + Bugfixes:
  - Don't use a GtkImage for the sample window.
  - Fix automatic dep on vala.
  - Fix the build.
  - Never use -Werror as it breaks jhbuild.
  - Pass --enable-vala to configure to ensure the vala bindings are
    built.

++++ libffi48:

  - Update to GCC trunk head (r194606).

++++ libfm:

  - New upstream version 1.1.0
    * detailed changelog at http://blog.lxde.org/?p=951
  - removed libfm-1.0.1-test.patch now in upstream code
  - removed autoconf from BuilRequires, no more needed
  - migration to gtk3 for suse > 12.2
  - added libfm-1.1.0-gtk3_doc.patch to fix doc builds with GTK3 enable
  - dropped support for suse < 11.4

++++ libgcj48:

  - Update to GCC trunk head (r194606).

++++ libkcddb4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkcompactdisc4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkdcraw:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkdeedu4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkexiv2:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkipi:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libkmahjongg:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libksane:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ marble:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ menu-cache:

  - new upstream version 0.4.1
    * The libmenu-cache is made thread-safe. Thread-unsafe APIs are marked
    as deprecated now and should be never used in any multithreaded application.
    * Added creation of HTML developers documentation. It is triggered
    by configure script option –enable-gtk-doc.
    * The libmenu-cache is made more responsible by moving some time-critical
    operations into thread. Also it preloads saved cache file if it exists
    so it is available near instantly after menu_cache_lookup().
    Caller still will get updates by adding notifier to the cache.
    * Added automatic shutdown of menu-cached server after some inactivity
    timeout (i.e. all clients were unregistered).
    * Fixed few memory problems (referencing errors and memory leaks).
    * Fix for bug #3501347: use g_get_tmp_dir() instead of hardcoded “/tmp”.
    * The libmenu-cache ABI bumped to 2.

++++ libnepomukwidgets:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ libnl-1_1:

  - Have package build successfully with non-SUSE

++++ pango:

  - Update to version 1.32.5:
    + Fix build failures (bgo#689864).
    + Other bugs fixed: bgo#689882, bgo#686512, bgo#690081,
    bgo#679299, bgo#689843.

++++ libreoffice-help-en-US:

  - update to 4.0.0.0.beta2
  - update to 4.0.0.0.beta1
  - remove unused build_module_in_parallel define
  - use xz tarballs instead of bz ones
  - add "xz" to BuildRequires; explicitly needed on older SUSE versions
  - remove obsolete patches:
    * build-helpcontent-do-not-check-cups.diff
  - remove obsolete configure switches:
    * --disable-ldap
    * --disable-mozilla
    * --disable-fontconfig
    * --disable-strip-solver
    * --without-stlport
    * --with-system-db
    * --with-java-target-version=1.5
  - use configure switches:
    * --disable-dbus: dbus is not need for help
    * --disable-gstreamer-0-10: gstreamer is not needed for help
    * --without-system-icu: system ICU is too old on openSUSE < 12.1

++++ libreoffice-icon-themes:

  - update to 4.0.0.0.beta2
  - update to 4.0.0.0.beta1

++++ libreoffice-l10n:

  - update to 4.0.0.0.beta2
  - update to 4.0.0.0.beta1

++++ libstorage:

  - version 2.23.3
  - change order of vgchange/vgscan call in LvmVg to work around
    udev not creating LVM device nodes any more (bnc#794692)
  - add function umountDeviceUns to make YCP able to prevent removal
    of crypt helper devices when doing fstab import (bnc#794692)

++++ webrtc-audio-processing:

  - add s390 and s390x to known platforms
    by adding webrtc-s390x.patch

++++ lxde-common:

  - fixed build failures for suse <= 12.1

++++ nautilus-sendto:

  - Update to version 3.6.1:
    + Drop leftover libedataserverui dependency.
  - Drop pkgconfig(libedataserverui-3.0) BuildRequires: no longer
    needed.

++++ nepomuk-core:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ okular:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ oxygen-icon-theme:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ parcellite:

  - new upstream version 1.0.2rc5
    * Fixed 100% CPU bug that occurs with certain clipboard data.
    * Fixed list not staying at the top of the list.
    * Added patch that corrects clipboard losing text data when app closes.
    * Added more man page information.
    * Created new icon ‘parcellite’ and added it to install.
    * Moved newline to after elipsizing (thanks, Christian).
    * Added right-click delete.
    * Added history location
    * Added search as you type.
    * Added Data Size limt.
    * Fixed build so dist-clean does not remove icons.
    * Added wrapper p_strcmp so it builds with Gtk <2.16
    * and many many more
  - removed parcellite-0.9.1-ld_fix.diff now in upstream code
  - rebased parcellite-0.9.1-defaults.diff to apply
  - added parcellite-1.0.2rc5-rpmlint_happy.patch to fix some compiler warnings

++++ parley:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ pcmanfm:

  - New upstream version 1.1.0
    * detailed changelog at http://blog.lxde.org/?p=951
  - migration to gtk3 for suse > 12.2
  - dropped support for suse < 11.4

++++ plasma-addons:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ python-kde4:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ python-lxml:

  - The doc sub-package is noarch

++++ step:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ sweeper:

  - Update to 4.9.95
    * This is the first RC release for 4.10. Contains bugfixes

++++ yast2-kerberos-client:

  - fixed testsuite
  - 2.23.3
  - read available Kerberos options from sssd if sssd is configured
    (bnc#792415)
  - 2.23.2

++++ yast2-storage:

  - version 2.23.3
  - prevent removal of crypt helper devices when doing fstab import
    (bnc#794692)

------------------------------------------------------------------
------------------  2012-12-18  -  Dec 18 2012  -------------------
------------------------------------------------------------------

++++ DirectFB:

  - remove unused files
    * 85-directfb.rules
    * DirectFB-1.5.3-lm.patch
    * DirectFB-1.6.1-fix-Wimplicit-function-declaration-cflags-error.patch
    * DirectFB-1.7.11.3-mesa-libgbm-stridefix.patch

++++ caribou:

  - Update to version 0.4.6:
    + bgo#688517: libcaribou: refactor some code
    + bgo#688656: key-model: Use key-released instead of key-clicked
    to hide subkeys
    + bgo#689823: caribou-preferences: Fix expansion of
    LD_LIBRARY_PATH
    + Updated translations.

++++ dhcpcd:

  - dhcpcd-unused.patch fixes ppc build error. Where unused expects
    an argument

++++ glibc:

  - Move glibc-utils subpackage to own specfile and enable programs that
    require libgd
  - Filter GLIBC_PRIVATE symbols
  - Don't stop at first error in testsuite run

++++ glibc:

  - Move glibc-utils subpackage to own specfile and enable programs that
    require libgd
  - Filter GLIBC_PRIVATE symbols
  - Don't stop at first error in testsuite run

++++ grub2:

  - ship a Secure Boot UEFI compatible bootloader (fate#314485)
  - add grub2-secureboot-chainloader.patch, which expands the efi
    chainloader to be able to verify images via shim lock protocol.

++++ insserv-compat:

  - new package

++++ java-1_7_0-openjdk:

  - use jamvm on %arm
  - use icedtea package name instead of protected openjdk for jamvm builds
  - fix armv5 build
  - update to java access bridge 1.26.2
    * bugfix release, mainly 64bit JNI and JVM support

++++ kernel-default:

  - Update Xen patches to 3.7.1 and c/s 1213.
  - commit 756a7d4

++++ kernel-desktop:

  - Update Xen patches to 3.7.1 and c/s 1213.
  - commit 756a7d4

++++ kernel-pae:

  - Update Xen patches to 3.7.1 and c/s 1213.
  - commit 756a7d4

++++ flac:

  - Add flac-fix-pkgconfig.patch to fix includedir in the pkgconfig
    files.

++++ mozilla-nss:

  - update to 3.14.1 RTM
    * minimal requirement for Gecko 20
    * several bugfixes

++++ liborcus:

  - Build gnumeric filters as libreoffice check for them.
    * cleanup the spec a bit.

++++ plymouth:

  - Make sure that the right version of the scripts is required by
    the main package. This to prevent that an update of the scripts
    is not installed (bnc#793400)
  - Removed obsolete patch plymouth-remove-pid-file.patch. Issue
    has been resolved upstream

++++ poppler:

  - Update to version 0.21.4:
    + core:
  - SplashOutputDev: Fix crash when rendering in monochrome mode
  - SplashOutputDev: Fix line widths in monochrome mode
    (fdo#57294)
  - PSOutputDev: Fix crop on EPS conversion (fdo#30692)
  - TextOutputDev: Fix minor logic mistake
  - Fix assert on some malformed files (fdo#58257)
  - Move #include "jpeglib.h" into .cc file (fdo#57687)
  - Filter text that may end up being written to the shell
  - Fix windows compile warnings
    + glib:
  - Add poppler_annot_set_flags (fdo#58015)
  - Demo fixes and improvements
    + qt4:
  - Fix check_lexer on 32-bit systems
  - Changes from version 0.21.3:
    + core:
  - Splash: Implement bilinear image scaling (fdo#22138)
  - CairoOutputDev: Update fill and stroke color in startPage
    (fdo#54526)
  - Fix GooString::insert()
  - Allow large chars in TextPage
  - Fix crash on ActualText::end
  - Don't use memcpy to copy classes
  - Fix warnings
    + glib:
  - Check if words end with spaces (fdo#54504)
  - Ensure text is only computed on first render
  - Fix warnings while generating introspection file
  - Fix returns tag in PopplerAttachmentSaveFunc api doc
  - Minor demo fixes
  - Changes from version 0.21.2:
    + core:
  - CairoOutputDev: make drawImage work with images > 32767 in
    width/height (fdo#56858)
  - CairoOutputDev: Fix soft mask when image resolution != smask
    resolution (fdo#57070)
  - CairoOutputDev: Fix crash in CairoImageOutputDev with
    setSoftMaskFromImageMask (fdo#57067)
  - Remove a check on fonts that we don't need (fdo#56753)
  - Misc code cleanups
    + utils:
  - pdftocairo: Add tiff output support (fdo#57006)
  - pdfunite: Fix -v (fdo#56817)
  - Misc code cleanups

++++ poppler-qt:

  - Update to version 0.21.4:
    + core:
  - SplashOutputDev: Fix crash when rendering in monochrome mode
  - SplashOutputDev: Fix line widths in monochrome mode
    (fdo#57294)
  - PSOutputDev: Fix crop on EPS conversion (fdo#30692)
  - TextOutputDev: Fix minor logic mistake
  - Fix assert on some malformed files (fdo#58257)
  - Move #include "jpeglib.h" into .cc file (fdo#57687)
  - Filter text that may end up being written to the shell
  - Fix windows compile warnings
    + glib:
  - Add poppler_annot_set_flags (fdo#58015)
  - Demo fixes and improvements
    + qt4:
  - Fix check_lexer on 32-bit systems
  - Changes from version 0.21.3:
    + core:
  - Splash: Implement bilinear image scaling (fdo#22138)
  - CairoOutputDev: Update fill and stroke color in startPage
    (fdo#54526)
  - Fix GooString::insert()
  - Allow large chars in TextPage
  - Fix crash on ActualText::end
  - Don't use memcpy to copy classes
  - Fix warnings
    + glib:
  - Check if words end with spaces (fdo#54504)
  - Ensure text is only computed on first render
  - Fix warnings while generating introspection file
  - Fix returns tag in PopplerAttachmentSaveFunc api doc
  - Minor demo fixes
  - Changes from version 0.21.2:
    + core:
  - CairoOutputDev: make drawImage work with images > 32767 in
    width/height (fdo#56858)
  - CairoOutputDev: Fix soft mask when image resolution != smask
    resolution (fdo#57070)
  - CairoOutputDev: Fix crash in CairoImageOutputDev with
    setSoftMaskFromImageMask (fdo#57067)
  - Remove a check on fonts that we don't need (fdo#56753)
  - Misc code cleanups
    + utils:
  - pdftocairo: Add tiff output support (fdo#57006)
  - pdfunite: Fix -v (fdo#56817)
  - Misc code cleanups

++++ procps:

  - Add procps-v3.3.5-top-locale.patch (bnc#794678)

++++ net-snmp:

  - net-snmp-5.7.2-build-fix-for-strlcat.patch: fix exported strlcat()
    prototype that could conflict with other packages (bnc#793548)

++++ libsolv:

  - fix potential access to freed memory
  - improve find_problemrule speed
  - add support for special namespaceprovides jobs
  - bump version to 0.2.3

++++ thunar:

  - package NEWS file

++++ wayland:

  - Update to new upstream release 1.0.3
    * a couple of documentation fixes
    * the test suite now cleans up its temporary files

++++ xfce4-session:

  - changed xfce4-session-adapt-session-scripts.patch so that it the
    session is wrapped with systemd-inhibit in order to work around
    systemd's broken defaults of handling suspend/hibernate-keys and
    the lidswitch which interferes with xfce4-power-manager
    (bnc#789057), this unconditionally disables systemd's handling of
    these keys regardless of its settings or whether
    xfce4-power-manager actually runs in the session or not

++++ mlterm:

  - updated to 3.1.6:
    * Sixel graphic pictures are divided to the screen cells.
    * Cursor blinking is enabled not only by VTE_CURSOR_BLINK_ON
    but also VTE_CURSOR_BLINK_SYSTEM.
    * Color names defined in ~/.mlterm/color are not available for
  - fg, -bg, -sbfg and -sbbg options.
    * Unicode line drawing characters like U+2500 etc are converted to
    dec special ones if -Y option is specified.
    * Gzipped pcf fonts are available.
    * etc/font-fb: unifont.pcf is added.
    * etc. see doc/ReleaseNote
  - removed patches:
    * cast-from-pointer-to-integer-of-different-size.patch
    * mlconfig_fixdups.diff
    * mlterm-configure.patch

++++ psmisc:

  - Update to version 22.20 + upstream patch
    * Make usage of linked lists of devices found in
    /proc/self/mountinfo optional
    * Make timeout() in timeout.c work with shared mmap to
    reduce the load due write/read the stat buffers
    * Add list_sort() to lists.h to be able to sort lists
    * pstree sorts properly on names Debian #682014
    * fuser -m regresion fixed SF #3559232, thanks to hanpt
    * pstree finds orphaned processes SF#3537508
    * fuser finds unix sockets again SF #3502649
    * pstree finds pid 0 stops looping Debian #687829
    * killall with no args exits again SF #3536526
    * Added AC_CANONICAL_TARGET for target_os Debian #673485
    * sed doesn't have [0-9]+ replace with [0-9][0-9]*
    * assert in killall triggered for small lifetimes Debian #628617
    * killall MAX_NAMES off by one Debian #677428
    * Removed remaining parts of pidof
    * fuser uses correct timeout_stat define Debian #661723
    * fuser is not compiled on hurd-i386 Debian #673485
    * No TEXTRELS in src/lists built as PIE on x86
    * Fake pstree root for kernels with hidepid turned on
    * More fixes for Cygwin SF Patch #3511920
    * pstree can show PGIDs SF Patch #3471056
  - This should fix the bug reported by Madhu

++++ seamonkey:

  - update to SeaMonkey 2.14.1
    * fix regressions from 2.14 release

++++ vim:

  - gvim should require vim-data package, bnc#793311

++++ wireshark:

  - build with gtk3 on 11.4+
  - disable zlib makes a sense for 1.2.5 only
  - turn some features on (python, gcrypt, gnutls, plugins dir)

++++ yast2:

  - Adapted Service module to use systemd directly instead of via
    init.d (FATE #312568)
  - 2.23.15

++++ yast2-iscsi-client:

  - version 2.23.0
  - do not write iscsi-client section to autoinst.xml if no iscsi
    targets are defined (bnc#792071)

------------------------------------------------------------------
------------------  2012-12-17  -  Dec 17 2012  -------------------
------------------------------------------------------------------

++++ gcc48:

  - Update to GCC trunk head (r194556).
  - Fixup cross.spec.in and icecream-cross.spec.in.
  - Add aarch64 icecream and cross compiler target.

++++ ethtool:

  - Update to new upstream release 3.7
    * Fix: Gracefully handle failure of register pretty-printer (-d
    option)
    * Feature: Add support for et131x registers (-d option)
    * Feature: Basic optical diagnostics for SFF-8472 modules (-m
    option)

++++ exo:

  - update to version 0.10.1
  - bump glib to 2.30 and drop exo-gio-module
  - bump Gtk to 2.24
  - draw the rubberband identical to gtk
  - don't use GSimpleResult in ExoJob
  - fix shadowed variable
  - g_main_context_ref_thread_default() is 2.32 API
  - translation updates

++++ glibc:

  - Split off glibc-testsuite package

++++ glibc:

  - Split off glibc-testsuite package

++++ grilo-plugins:

  - Update to version 0.2.5:
    + General:
  - Moved examples/ into help/
  - Fixed typo in documentation
  - Build fix (bgo#689577)
    + TMDb plugin:
  - Do not require plugin installed to run the tests
  - Several fixes and improvements in tests
  - Publication date is a slow key
    + UPnP plugin:
  - Fixed race condition when creating the sources
  - Re-enable "make check" in %check as it works now.

++++ guile:

  - fixed build: net-db.test takes EAI_SYSTEM error by
    * net-db-test.patch [bnc#794696]
  - turn off one test in gc.test
    * gc-test.patch
    http://lists.gnu.org/archive/html/bug-guile/2012-07/msg00069.html

++++ java-1_7_0-openjdk:

  - fix a segfault in AWT code - (bnc#792951)
    * add openjdk-7-src-b147-awt-crasher.patch
  - turn pulseaudio off on pre 11.4 distros

++++ k3b:

  - Add various bugfixes from upstream 2.0 branch
    * k3b-dont-count-used-capacity-twice.patch (kde#276002)
    * k3b-fixed-crash-on-detecting-writing-speeds.patch (kde#272427)
    * k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch (kde#276681)
    * k3b-fixed-solid-predicates.patch (kde#265819)
    * k3b-increase-tolerance.patch (kde#276002)
    * k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch
    * k3b-set-error-status-when-CDDB-query-fails.patch

++++ kernel-default:

  - Linux 3.7.1.
  - Delete patches.rpmify/ezusb-add-dependency-to-usb.
  - commit 7c5f8a6

++++ kernel-desktop:

  - Linux 3.7.1.
  - Delete patches.rpmify/ezusb-add-dependency-to-usb.
  - commit 7c5f8a6

++++ kernel-pae:

  - Linux 3.7.1.
  - Delete patches.rpmify/ezusb-add-dependency-to-usb.
  - commit 7c5f8a6

++++ clucene-core:

  - fix build on s390x which also uses lib64

++++ libffi48:

  - Update to GCC trunk head (r194556).
  - Fixup cross.spec.in and icecream-cross.spec.in.
  - Add aarch64 icecream and cross compiler target.

++++ libgcj48:

  - Update to GCC trunk head (r194556).
  - Fixup cross.spec.in and icecream-cross.spec.in.
  - Add aarch64 icecream and cross compiler target.

++++ hyphen:

  - Update wrt missing dir spec.
  - Initial commit, version 2.8.6.

++++ mythes:

  - Remove copy&pastos.
  - Whitespace
  - Initial commit with version 1.2.3.

++++ ncurses:

  - Add ncurses patch 5.9.20121215
    + fix several warnings from clang 3.1 --analyze, includes correcting
    a null-pointer check in _nc_mvcur_resume.
    + correct display of double-width characters with MinGW port (report
    by Erwin Waterlander).
    + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
    + correct check for 8-bit value in _nc_insert_ch().
    + remove dead code in progs/tset.c, test/linedata.h
    + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
    test-programs.
  - Add ncurses patch 5.9.20121208
    + modify test/knight.c to show the number of choices possible for
    each position in automove option, e.g., to allow user to follow
    Warnsdorff's rule to solve the puzzle.
    + remove a few redundant checks.
    + check return value from remove/unlink in tic.
    + fix a null dereference in c++/cursesw.cc
    + fix two instances of uninitialized variables when configuring for the
    terminal driver.
    + correct scope of variable used in SetSafeOutcWrapper macro.
    + set umask when calling mkstemp in tic.
    + initialize wbkgrndset() temporary variable when extended-colors are
    used.
  - Add ncurses patch 5.9.20121201
    + also replace MinGW's wctomb(), fixing a problem with setcchar().
  - Add ncurses patch 5.9.20121124
    + correct order of color initialization versus display in some of the
    test-programs, e.g., test_addstr.c
  - Add tack patch 1.07.20120916
    * tack.c: ensure that $TERM is set and is not too large
    * edit.c: build-fix for g++
    * color.c:
    corrected check for ncv (no_color_video), which did not handle
    the case when all video attributes should work.
    * color.c:
    add/use init_palette() and reset_palette() to restore the 0-7
    ANSI colors to sane values after running the change-colors tests.
    * charset.c: add a test for "eslok" capability

++++ thunar:

  - update to version 1.6.1
  - tabs support
  - performance improvements
  - numerous bugfixes
  - see the included NEWS file for a detailed list of changes
  - rebased thunar-use-xdg-icon-spec-icons.patch

++++ tumbler:

  - update to version 0.1.26
  - remove INSTALL
  - directly render the capture in the correct size
  - new gstreamer thumbnailer based on totem-thumbnailer
  - disable http and cdda schemes as well
  - add support for MPEG2 transport streams
  - rotate jpeg thumbnails
  - plug small leak
  - don't use collate to check strings
  - release lifecycle manager during early exit
  - don't abort with warnings in debug mode
  - clear 2.32 mutex memory leak
  - drop unneeded vfs schemes
  - work with an array to store the strings
  - don't use GString for a simple concat
  - make registry dump a bit smaller
  - don't use deprecated glib 2.32 API
  - rotate pixbuf loader images
  - translation updates

++++ libyui-qt:

  - fixed bnc #793893: storage graph in yast missing
  - Version 2.42.3

++++ libzypp:

  - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
  - Enable zypper to remove zypp locks without evaluating the
    query (bnc#792901)
  - Configure curl to "not fix the BEAST attack" (bnc#779177)
  - version 12.6.0 (0)

++++ mkinitrd:

  - Fix typo in purge-kernels.service (bnc#792925).
  - Handle moving ibft interface between interfaces and subnets
    (bnc#755642).

++++ mono-core:

  - fix patches for arm*
  - do not detect hard fp support in gcc (mono is not supporting it yet for real)

++++ nagios:

  - update to 3.4.3:
    * Applied fix for pagination and sorting on status.cgi #381
    (Phil Randal)
    * Fixed issue where deleting a downtime could cause Nagios to crash
    (Eric Stanley)
    * Corrected logic so that end times for flexible downtimes are
    calculated from the downtime start rather than the current time
    in the case where Nagios is restarted (Eric Stanley)
    * Fixed issue introduced by fix for bug #124 where flexible
    downtimes are not taken into account on Nagios restart.
    (Scott Wilkerson, Eric Stanley)
    * Fixed bug #247: If a service reports no performance data, the
    perfdata log file has no line indicating the test.
    (omnikron@free.fr)
    * Fixed link for unhandled unreachable host problems on tactical
    overview page (Rudolf Cejka)
    * Fixed bug #345 with wild card searches not paging properly
    on status.cgi (Phil Randal)
    * Fixed bug #343 on status.cgi where Service Group Summary can
    potentially show wrong totals (Mark Ziesemer)
    * Fixed memory leaks on SIGHUP (Carlos Velasco)
  - refreshed patches
  - just require php not php5 to allow a switch to php53
  - do not compress logfiles per default to allow searching via
    webinterface
  - init script now uses daemonchk.cgi to check for status (if present)

++++ subversion:

  - update to 1.7.8 [bnc#794676]
    + Client- and server-side bugfixes:
    * Fix typos in pt_BR, es and zh_TW translations
    + Client-side bugfixes:
    * add missing attributes to "svn log -v --xml" output
    * fix svn patch ignoring hunks after no trailing newline
    * fix hang with ra_serf during error processing
    * ignore file externals with mergeinfo when merging
    * fix SEGV with "svnmucc cp rev arg" during argv processing
    * fix conflict handling on symlinks
    + Server-side bugfixes:
    * properly detect threading availability
    * fix "svnadmin load --bypass-prop-validation"
    * fix parsing of [groupsfoo] sections in authz file
    * add Vary: header to GET responses to improve cacheability
    * fix fs_fs to cleanup after failed rep transmission
    * fix mod_dav_svn to complain about revisions > HEAD
    + Developer-visible changes:
    * fix incorrect status returned by 1.6 API
    * fix compilation with g++ 4.7
  - drop subversion-1.7.5-libsvn_auth_kwallet-r1345740.patch
    as it was merged upstream
  - update annotation of subversion-1.7.4-ruby-1.9-RbConfig.patch
  - remove excess logging from optional regression tests to reduce
    spurious build failures in OBS due to size of log
  - remove commands trailing "make check" which masked build failures
  - add subversion-1.7.8-TestHarness_run_py_test_exit_code.patch
    to ensure "make check" fails when certain Python tests fail

++++ swig:

  - Update to SWIG 2.0.9
    SWIG-2.0.9 summary:
  - Improved typemap matching.
  - Ruby 1.9 support is much improved.
  - Various bug fixes and minor improvements in C#, CFFI, Go, Java,
    Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
  - Removed patches (included in 2.0.9 release)
  - 0001-Ruby-replace-obsolete-STR2CSTR-macro-with-StringValu.patch
  - 0002-Ruby-use-RbConfig-instead-of-deprecated-Config-modul.patch
  - 0003-Ruby-Fix-include-pathes-for-Ruby-1.9.patch
  - 0004-Ruby-Add-local-dir-to-loadpath-for-Ruby-1.9.patch
  - 0007-Ruby-1.9-methods-returns-array-of-Symbols-now.patch
  - Removed broken patch
  - swig-2.0.4-guile2.patch
  - Disable tests failing on (deprecated) Python 2.4
  - new patch: python-2.4.patch

++++ transmission:

  - Update to version 2.75:
    + Mac-only fixes.

++++ yast2-product-creator:

  - reinitialize architecture after going back (bnc#794583)
  - 2.23.3

------------------------------------------------------------------
------------------  2012-12-16  -  Dec 16 2012  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Update to version 0.6.30:
    + Minor source clean ups.
    + Crasher fix on 32bit systems.
    + Add get_user_by_id.
    + Don't lose sessions list for users at startup.
    + Add API for detecting when accountsservice is unavailable.

++++ amarok:

  - fix broken signal/slot signatures caused by SR:130759

++++ gparted:

  - Update to version 0.14.1:
    + Key changes include:
  - Fix Linux software RAID device detection
  - Fix logical partition grow overlaps extended partition end
    + Bugs fixed: bgo#678379, bgo#683149, bgo#685656, bgo#686668,
    bgo#687813, bgo#688760.
    + Updated translations.

++++ haveged:

  - update to 1.6:
    * make clock_gettime a build option and correct dependencies when used
    * fix alignment fault on arm64 in procedure A test0

++++ libavutil:

  - update to 1.0.1

++++ enca:

  - update to 1.14:
    + Allow standard names for belarusian and slovenian languages,
    thanks to Branislav Geržo for suggestion.
    + Reset strictness when check buffer less than file size,
    thanks to Sam Liao.
    + Fixed typos in man page, thanks to A. Costa.

++++ fftw3:

  - update to version 3.3.3
    * Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the bug
    report and patch, and to Graham Dennis for the bug report).
    * Use 128-bit ARM NEON instructions instead of 64-bit instructions. This
    change appears to speed up even ARM processors with a 64-bit NEON pipe.
    * Speed improvements for single-precision AVX.
    * Speed up planner on machines without "official" cycle counters, such as ARM.

++++ libqt4:

  - fix build on s390x by adding
    qt4-fix-s390x-build.diff

++++ libqt4-sql-plugins:

  - fix build on s390x by adding
    qt4-fix-s390x-build.diff

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ xf86-video-intel:

  - Update to 2.20.16:
    Rejoice! We have found a trick to make 830gm/845g stable at long last.
    Ever since the switch to GEM and dynamic video memory, those early
    second generation chipsets have been plagued by instability. The lack of
    flushing cachelines from the CPU to GMCH was eventually solved by using
    an undocmented bit, but 830/845 were still hanging under memory pressure.
    These deaths were all due to garbage finding its way into the command
    streamer, and they go away if we take a leaf out of the original driver
    and never reuse those pages for anything else. So for the first time
    ever, I have been able to complete running the test suite on an 845g,
    even whilst thrashing the page and buffer caches!
  - Bugs fixed since 2.20.15:
    + Run the SF stage as single-threaded on gen4 to workaround a few issues
    https://bugs.freedesktop.org/show_bug.cgi?id=57410
    + Keep the scanout SURFACE_STATE separate to avoid overriding its
    memory access control on gen6/7 (i.e. writes to the scanout need to
    be kept out of the render cache)
    + Tune batch flushing after an operation to an exported surface under a
    compositor.
    + Make sure the source is on the CPU for inplace composition of trapezoids
    using the CPU
    https://bugs.freedesktop.org/show_bug.cgi?id=56825
    + Immediately flush in the block hander after a split batch to reduce
    latency between the two halves of an operation.
    https://bugs.freedesktop.org/show_bug.cgi?id=51718
    + Install a fallback config if we fail to install the desired config
    at VT switch (i.e. booting, after resume with 3 incompatible pipes on
    Ivybridge)
    + Pin batches to avoid CS incoherence on 830/845
    https://bugs.freedesktop.org/show_bug.cgi?id=26345

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-12-15  -  Dec 15 2012  -------------------
------------------------------------------------------------------

++++ libxml2:

  - update to 2.9.0 version:
    * please see the Changelog
  - Updated patchs to get working with new version:
    * libxml2-2.9.0-CVE-2012-5134.patch ( libxml2-CVE-2012-5134.patch )
    * fix-perl.diff

++++ zlib:

  - Add zlib-devel-static to baselibs.conf, needed for binutils testsuite
  - Migrate zlib- to libz1-

++++ mono-core:

  - Updated to mono 3.0.2
    * Bug fixes to the 3.0.x series

++++ postfix:

  - update to 2.8.13
    * 20121029
    Workaround: strip datalink suffix from IPv6 addresses
    returned by the system getaddrinfo() routine.  Such suffixes
    mess up the default mynetworks value, host name/address
    verification and possibly more. This change obsoletes the
    20101108 change that removes datalink suffixes in the SMTP
    and QMQP servers, but we leave that code alone.  File:
    util/myaddrinfo.c.
    * 20121013
    Cleanup: to compute the LDAP connection cache lookup key,
    join the numeric fields with null, just like string fields.
    Viktor Dukhovni. File: global/dict_ldap.c.
    * 20121010
    Bugfix (introduced: Postfix 2.5): memory leak in program
    initialization. Reported by Coverity. File: tls/tls_misc.c.
    Bugfix (introduced: Postfix 2.3): memory leak in the unused
    oqmgr program. Reported by Coverity. File: oqmgr/qmgr_message.c.
    * 20121003
    Bugfix: the postscreen_access_list feature was case-sensitive
    in the first character of permit, reject, etc. Reported by
    Feancis Picabia. File: global/server_acl.c.
  - rebase dynamic_maps_pie patch
  - rpmlint
    * invalid-suse-version-check 1140
    * obsolete-suse-version-check 920 (changes file)

++++ python-libxml2:

  - update to 2.9.0 version:
    * please see the Changelog
  - Updated patchs to get working with new version:
    * libxml2-2.9.0-CVE-2012-5134.patch ( libxml2-CVE-2012-5134.patch )
    * fix-perl.diff

------------------------------------------------------------------
------------------  2012-12-14  -  Dec 14 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Remove unrecognized configure option "--disable-glu"

++++ gcc48:

  - Update to GCC trunk head (r194496).

++++ dnsmasq:

  - Update to version 2.65. For other changes relating to other
    versions in between please see the  CHANGELOG
    * Fix regression which broke forwarding orgf queries sent via
    TCP which are not for A and AAAA and which were directed to
    non-default servers. Thanks to Niax for the bug reportst.
    Fix failure to build with DHCP support excluded. Thanks to
    Gustavo Zacarias for the patch.
    Fix nasty regression in 27.64 which completely broke cacheing.
  - renamed group_and_isc.diff to group_and_isc.patch rebasinp to -p1
    level as outlined in the documentation at
    http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines

++++ git:

  - updated to version 1.8.0.2:
    * Various codepaths have workaround for a common misconfiguration to
    spell "UTF-8" as "utf8", but it was not used uniformly.  Most
    notably, mailinfo (which is used by "git am") lacked this support.
    * We failed to mention a file without any content change but whose
    permission bit was modified, or (worse yet) a new file without any
    content in the "git diff --stat" output.
    * When "--stat-count" hides a diffstat for binary contents, the total
    number of added and removed lines at the bottom was computed
    incorrectly.
    * When "--stat-count" hides a diffstat for unmerged paths, the total
    number of affected files at the bottom of the "diff --stat" output
    was computed incorrectly.
    * "diff --shortstat" miscounted the total number of affected files
    when there were unmerged paths.
    * "git p4" used to try expanding malformed "$keyword$" that spans
    across multiple lines.
    * "git update-ref -d --deref SYM" to delete a ref through a symbolic
    ref that points to it did not remove it correctly.
    * Syntax highlighting in "gitweb" was not quite working.
    Also contains other minor fixes and documentation updates.

++++ glibc:

  - Build profile and locale packages for i686 as well.

++++ glibc:

  - Build profile and locale packages for i686 as well.

++++ kiwi:

  - v5.04.31 released
  - added support for the apt-get/dpkg package manager to kiwi

++++ libffi48:

  - Update to GCC trunk head (r194496).

++++ libgcj48:

  - Update to GCC trunk head (r194496).

++++ libreoffice:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)
    * broken VML import
    * missing "/" in .icedove path
    * XLSX import crasher (fdo#57451)
    * DOCX import crasher (fdo#55289)
    * data corruption with XLSX import
    * wrong textbox size in DOCX import
    * more robust removal of bug title prefix
    * unopkg GUI does not remove lock (fdo#51638)
    * apparent loop in style hierarchy (fdo#49587)
    * incorrect right-aligned tabstops (fdo#52640)
    * use snap rectangle instead of logic rectangle
    * crash when removing PivotTable group (fdo#57497)
    * drawing object in DOC import crasher (fdo#57780)
    * DOT files sometimes rejected by writer (bnc#793422)
    * do not crash when setting too small size (fdo#57611)
    * unable to open some MS Word 97 documents (fdo#57532)
    * frame selection in header/footer (fdo#52182,fdo#58142)
    * make presentation spanning all screens work (bnc#758138)
    * better placement of 3D pie chart data labels (bnc#791952)
    * format paintbrush only modifies last paragraph (fdo#53508)
    * broken character styles in RTF import (fdo#57133, fdo#54473)
    * crash in format->autocorrect->apply and edit changes (fdo#56549)
    * more default date acceptance patterns (fdo#52240, fdo#52240, fdo#57668)

++++ libreoffice-help-group1:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-help-en-US:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-help-group2:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-help-group3:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-help-group4:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-help-group5:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-icon-themes:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libreoffice-l10n:

  - update to 3.6.3.2.4 (SUSE 3.6-rc4, tag suse-3.6-4, based on upstream 3.6.3.2)

++++ libseccomp:

  - code is only x86 capable. Set ExclusiveArch: %{ix86} x86_64

++++ ntp:

  - logrotate is not strictly required for operation of ntp so change
    it to Suggested. That way the minimal installation doesn't draw in
    cron and postfix.

++++ postfix:

  - bnc#790141 - Command SuSEconfig.postfix reports ERROR -
    "can not find /lib/YaST/SuSEconfig.functions!!"

++++ systemtap:

  - Update to version 2.0
    Changelog: http://sourceware.org/ml/systemtap/2012-q4/msg00047.html
  - Delete previous patches (present in version 2.0):
    link-with-pthread.patch
    systemtap-linux-types.patch
  - Add patches:
    systemtap-fix-for-kernels-without-vm_executable.patch

++++ xorg-x11-server:

  - Update to version 1.13.1:
  - Remove upstreamed patches: (double checked)
    + U_EXA-Track-source-mask-pixmaps-more-explicitly-for-Co.patch
  - Removed unrecognized configure options
    + "--enable-builddocs"

++++ yast2-installation:

  - disable USB sources after installation (bnc#793709)
  - 2.23.5

++++ yast2-runlevel:

  - Services are just enabled but not started when called from
    AutoYast - that needs to be done by AutoYast at the end
    (BNC #769924)
  - 2.21.6

------------------------------------------------------------------
------------------  2012-12-13  -  Dec 13 2012  -------------------
------------------------------------------------------------------

++++ SuSEfirewall2:

  - move to /usr, remove init scripts

++++ alsa:

  - 0041-configure-Quite-AM_CONDITIONAL-arguments.patch:
    Fix for the recent automake conditionals
  - 0042-mixer-Don-t-build-simple_abst-when-no-libdl-is-avail.patch:
    Minor fix for the build without libdl
  - Fix endian check breakage due to the recent UAPI header move:
    0043-Fix-endian-check-in-local.h.patch

++++ gcc:

  - Add BuildRequires to gcc$version, required for cc1 path detection.

++++ cryptsetup:

  - version 1.5.1:
    * Added keyslot checker
    * Add crypt_keyslot_area() API call.
    * Optimize seek to keyfile-offset (Issue #135, thx to dreisner).
    * Fix luksHeaderBackup for very old v1.0 unaligned LUKS headers.
    * Allocate loop device late (only when real block device needed).
    * Rework underlying device/file access functions.
    * Create hash image if doesn't exist in veritysetup format.
    * Provide better error message if running as non-root user (device-mapper, loop).

++++ gawk:

  - Remove unneded %clean section

++++ iproute2:

  - Update to new upstream release 3.7.0
    * add support for tcp_metrics
    * iplink: Added support for the kernel IPoIB RTNL ops
    * ss: Get udp sockets info via sock-diag
    * tc: add canid ematch to ematch_map
    * vxlan support

++++ kiwi:

  - allow the id for a vmdisk and vmdvd to be 0
    trapped again by Perl's a string with zero ("0") is false
  - update templates and examples to match the schema
  - fixed the change of the pwd attribute to be really complete
    also fixed the 5.5 to 5.6 upgrade xsl style sheet

++++ kvm:

  - Remove IA64 support

++++ opal:

  - Add opal-server-flood.patch: Fix server flood in some configurations
    Upstream r28644 and r28650 also bgo#690144

++++ qemu:

  - linux-user: fix lseek with SEEK_END
  - Cherry pick patches from qemu-kvm into the qemu package:
  - 0033-Add-support-for-DictZip-enabled-gzi.patch
  - 0034-Add-tar-container-format.patch.patch
  - 0035-Legacy-Patch-kvm-qemu-preXX-dictzip.patch
  - 0036-Legacy-Patch-kvm-qemu-preXX-report-.patch
  - 0037-console-add-question-mark-escape-op.patch
  - 0038-Make-char-muxer-more-robust-wrt-sma.patch

++++ qemu-linux-user:

  - linux-user: fix lseek with SEEK_END
  - Cherry pick patches from qemu-kvm into the qemu package:
  - 0033-Add-support-for-DictZip-enabled-gzi.patch
  - 0034-Add-tar-container-format.patch.patch
  - 0035-Legacy-Patch-kvm-qemu-preXX-dictzip.patch
  - 0036-Legacy-Patch-kvm-qemu-preXX-report-.patch
  - 0037-console-add-question-mark-escape-op.patch
  - 0038-Make-char-muxer-more-robust-wrt-sma.patch

++++ virt-utils:

  - Revert last two changes back to Mon Jun 25 09:35:38 UTC 2012
    Patches belong in qemu-tools package

------------------------------------------------------------------
------------------  2012-12-12  -  Dec 12 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager-kde4:

  - Update to 0.9.0.6
    * Add warning when storage mode is kwallet and kwallet is not enabled. The
    warning will be printed in ~/.xsession-errors.
    * Add warning about things that must not go to the log file.
    * Pre-fill secrets in password dialog for wifi connections.
    * Fix crash when deleting connection.
    * Fix another potential case of qDeleteAll() crash.
    * Fix crash on kded4 startup
    * Make version text selectable by mouse.
    * Update systray icon even when not in a panel containment. This is
    usefull when using systray widget outside a panel.
    * Go passive if there is no network interface available.
    * guard QWaitCondtion::wakeAll() call with mutex lock/unlock to prevent
    deadlock
    * CISCO vpn pcf files can have string keys either as "" or
    "!". If  is not found, look for ! too.
    * Knm::Setting does not need to inherit from QObject. This may be the
    cause of the crash when deleting Knm::WirelessSecuritySetting:
    * Add MD5 and GTC options to WPA2 Enterprise's TTLS setting dialog.
    * Set configuration dialog size when opening it via systray icon's right menu.
    * Use correct default password mode.
    * Correctly detect if 802-1x security setting is enabled or not.
    * Add mechanism to validate EAP methods' settings. The first one implemented is
    for TLS, which requires the identify field to be filled or it will crash the
    edit dialog. Now the Ok button in edit dialog will be disabled if the identify
    field is empty.
    * Print error message if loading vpn plugin fails.
    * Fix ConnectionSecretsJob::doAskUser() for vpn connections.

++++ SuSEfirewall2:

  - adjust for starting via systemd service files
  - move lock files to /run
  - just CT instead of NOTRACK (bnc#793459)

++++ gcc48:

  - Update to GCC trunk head (r194442).

++++ cryptsetup:

  - split off hashalot and boot.crypto
  - move to /usr

++++ cryptsetup-mkinitrd:

  - initial package split off from cryptsetup

++++ glibc:

  - Update to 4641d57e1e00:
    * Updated translations
    * bug fixes

++++ glibc:

  - Update to 4641d57e1e00:
    * Updated translations
    * bug fixes

++++ kernel-default:

  - ezusb: add dependency to USB.
    This prevents build failures by making it depend on the value of CONFIG_USB.
    Commit 36e0f0bd did this for architectures other than ARM manually.
  - commit b89db5d

++++ kernel-desktop:

  - ezusb: add dependency to USB.
    This prevents build failures by making it depend on the value of CONFIG_USB.
    Commit 36e0f0bd did this for architectures other than ARM manually.
  - commit b89db5d

++++ kernel-pae:

  - ezusb: add dependency to USB.
    This prevents build failures by making it depend on the value of CONFIG_USB.
    Commit 36e0f0bd did this for architectures other than ARM manually.
  - commit b89db5d

++++ kiwi:

  - update templates and examples to latest schema version
  - split up KIWIManager object into a base class and the
    corresponding manager sub classes for zypper, ensconce
    yum and smart
  - clean up
    + eliminate references to Novell where possible
    + change copyrights from Novell Inc. to SUSE LLC
    + fix spelling OpenSUSE is openSUSE
    + update e-mail address rschweikert@novell.com to rjschwei@suse.com

++++ libffi48:

  - Update to GCC trunk head (r194442).

++++ libgcj48:

  - Update to GCC trunk head (r194442).

++++ webkitgtk:

  - Update to version 1.10.2:
    + WebCore has been split in a few more convenience libtool
    libraries, which should fix problems with linking in some
    architectures and with make's command line length limit.
    + WebKit2 introspection files will also be built if introspection
    is enabled.
    + Includes fixes for the following CVEs: CVE-2012-5112,
    CVE-2012-5133.
    + Web audio has been fixed to use a GstBuffer per-channel when
    looping, which sidesteps a race when dealing with the object
    references. It also got improvements to error handling and ease
    of testing when loading resources.
  - Rebase webkit-ld-optimization.patch.

++++ webkitgtk3:

  - Update to version 1.10.2:
    + WebCore has been split in a few more convenience libtool
    libraries, which should fix problems with linking in some
    architectures and with make's command line length limit.
    + WebKit2 introspection files will also be built if introspection
    is enabled.
    + Includes fixes for the following CVEs: CVE-2012-5112,
    CVE-2012-5133.
    + Web audio has been fixed to use a GstBuffer per-channel when
    looping, which sidesteps a race when dealing with the object
    references. It also got improvements to error handling and ease
    of testing when loading resources.
  - Rebase webkit-ld-optimization.patch.

++++ libyui-gtk-pkg:

  - Interim continue using deprecated history reader API

++++ libyui-ncurses-pkg:

  - Improve help text for recommended packages, fix typos
  - V 2.43.2

++++ libyui-qt-pkg:

  - Adapt to libzypps new history log parser API.
  - Version 2.42.3

++++ smartmontools:

  - Use sysconfig variables (sed on smartd.service.in) and generate
    smartd_opts for systemd smartd.service.
  - Remove obsolete parsing of /etc/default/smartmontools
    (it is no more in upstream installation).

------------------------------------------------------------------
------------------  2012-12-11  -  Dec 11 2012  -------------------
------------------------------------------------------------------

++++ at-spi2-core:

  - Update to version 2.6.3:
    + Fix several crashes.
    + Fix atspi_accessible_get_index_in_parent when the parent is not
    cached.
    + Fix deregistering of applications.
    + Fix some compiler warnings.

++++ gcc48:

  - New package, created from GCC trunk head (r194392), which will
    develop to GCC 4.8.0.
    * Adds libatomic1 and libitm1 sub-packages for transactional memory
    * Adds libasan0 and libtsan0 sub-packages for address and thread sanitizing

++++ fetchmail:

  - update to 6.3.23
    [#] REGRESSION FIXES
    * Fix compilation with OpenSSL implementations before 0.9.8m that lack
    SSL_CTX_clear_options. Patch by Earl Chew.
    Note that the use of older OpenSSL versions with fetchmail is unsupported and
    * not* recommended.
    [#] BUG FIXES
    * Fix combination of --plugin and -f -. Patch by Alexander Zangerl,
    to fix Debian Bug#671294.
    * Clean up logfile vs. syslog handling, and in case logfile overrides
    syslog, send a message to the latter stating where logging goes.
    [#] CHANGES
    * The build process can now be made a bit more silent and concise through
    ./configure --enable-silent-rules, or by adding "V=0" to the make command.
    [#] WORKAROUNDS
    * Make Maillennium POP3 workarounds less specific, to encompass
    Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie
    via fetchmail-users mailing list, 2012-10-13.
    [#] TRANSLATION UPDATES

++++ grilo-plugins:

  - Update to version 0.2.4:
    + General:
  - Improved build system
  - Added plugins documentation
  - grl_source_query(): Does not hint at the query syntaxes
    (bgo#685473)
    + Blip.TV plugin:
  - Use GrlNet instead of librest
  - Fixed backend API usage
    + Filesystem plugin:
  - Fixed a warning
    + Jamendo plugin:
  - Return no result when browsing out of range feeds
    (bgo#689125)
    + Local Metadata plugin:
  - Check URL in resolve
    + Metadata Store plugin:
  - Fixed crash with freed variable
  - Add 'search' with filtering by 'favourite' (bgo#687788)
    + TMDb plugin:
  - Added documentation
  - Added example of use
  - Restored original-title key
  - Add tmdb plugin tests (bgo#688245)
    + Tracker plugin:
  - Added support for Tracker 0.15
    + Vimeo plugin:
  - Use GrlNet
  - Use quvi to get the URL video
  - Set up URL key as slow key
  - Added "format" parameter
  - Vimeo plugin is broken (bgo#688821)
  - Add docbook_4 and gnome-doc-utils-devel BuildRequires: new
    dependencies to build tutorial.
  - Remove pkgconfig(rest-0.7) BuildRequires: dependency is now gone.
  - Disable "make check" in %check as it fails during the build. It
    likely needs the package to be installed (see bgo#690034).

++++ kernel-default:

  - Drivers: hv: balloon: Fix a memory leak.
  - commit 26cdad5
  - Update to 3.7-final.
  - commit 1771a73
  - Update patch headers for fate314663 and fate314665 changes
  - commit 44044f1
  - Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
    ext3 will be removed upstream so let's do the transition.
  - commit dadc8ea

++++ kernel-desktop:

  - Drivers: hv: balloon: Fix a memory leak.
  - commit 26cdad5
  - Update to 3.7-final.
  - commit 1771a73
  - Update patch headers for fate314663 and fate314665 changes
  - commit 44044f1
  - Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
    ext3 will be removed upstream so let's do the transition.
  - commit dadc8ea

++++ kernel-pae:

  - Drivers: hv: balloon: Fix a memory leak.
  - commit 26cdad5
  - Update to 3.7-final.
  - commit 1771a73
  - Update patch headers for fate314663 and fate314665 changes
  - commit 44044f1
  - Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
    ext3 will be removed upstream so let's do the transition.
  - commit dadc8ea

++++ kiwi:

  - implement InstRepositoryData class
    + stores data for  element
    + implement RepositoryBaseData class as parent class to share common
    functionality with RepositoryClass
    + implement unit tests
  - some clean up for consistency in the RepositoryData class
    + update unit test
  - implement ProductPackageData class
    + stores data for  element
    + did not implement set* methods as it is not obvious at this time
    if they are needed
  - follow up from addition of attributes to  for apt support
    + set the class members
    + check the argument for the set* methods
    + add unit tests for all new methods
  - implement ProductOptionsData class
    + stores data for  element
    + implement unit tests
  - implement ProductArchitectureData class
    + stores data for  element
    + implement unit tests
  - implement ProductMetaFileData class
    + stores data for  element
    + implement unit tests
    + some style clean up in File and Type test
  - implement ProductMetaChrootData class
    + stores data for  element
    + implement unit tests
  - integrate all classes related to  handling into XML
    processing code
    + implement new accessor methods
    + renames all getInstSource* and related methods to _legacy
    + update client code to use _legacy names
    + implement unit tests
  - change the pwd attribute of the instrepo element to password
    + be consistent with the attribute name for the repository password
    between the instrepo and repository element
  - bump the schema version to 5.6
  - implement a 5.5 to 5.6 upgrade style sheet

++++ libffi48:

  - New package, created from GCC trunk head (r194392), which will
    develop to GCC 4.8.0.
    * Adds libatomic1 and libitm1 sub-packages for transactional memory
    * Adds libasan0 and libtsan0 sub-packages for address and thread sanitizing

++++ libgcj48:

  - New package, created from GCC trunk head (r194392), which will
    develop to GCC 4.8.0.
    * Adds libatomic1 and libitm1 sub-packages for transactional memory
    * Adds libasan0 and libtsan0 sub-packages for address and thread sanitizing

++++ systemd:

  - detect-btrfs-ssd.patch: Fix btrfs detection on SSD.
  - timedated-donot-close-bogus-dbus-connection.patch: Avoid
    closing an non-existent dbus connection and getting assertion
    failures.

++++ libosinfo:

  - Update to version 0.2.2:
    + Loads of improvements and fixes to installer APIs and scripts.
    + Add API for information on downloadable device drivers.
    + Add/improve data on: RHEL, Windows 7, Windows 8, Windows XP.
    + Enable translations for many (potential) user-visible strings.
    + Correct default value for OsinfoMedia::installer-reboots.
    + Register enum types with gobject type system.
    + Add enum param getter/setter helpers.
    + OsinfoList is now instantiable and all its subclasses has been
    deprecated.
    + Various other fixes and improvements.
  - Add intltool BuildRequires: needed for changes in the build
    system for translations.
  - Add translation-related packaging machinery (lang subpackage, and
    Recommends for it in the main subpackage), but keep it disabled
    with a %{with_lang} macro for now as there is no translation yet.

++++ pixman:

  - Update to version 0.28.2:
    + Fixes for 64 bit Windows, clang, and PowerPC on MacOS and
    OpenBSD.

++++ libselinux:

  - update selinux-ready script
    * use -L when stat()ing /etc/selinux/config
    * make sure that SELINUX isn't disabled in /etc/selinux/config
    * look for either of /sys/fs/selinux and /selinux directory
    * use systemctl to check for restorecond
    * don't look for booleans file (deprecated)

++++ sane-backends:

  - Our own special source file epkowa.desc is dropped because
    the package iscan-free is dropped (bnc#788756). Instead
    adapt_epkowa.desc_for_yast2-scanner.patch adapts the upstream
    epkowa.desc for yast2-scanner which works without additional
    adaptions in yast2-scanner so that the sane-backends package
    works on released openSUSE systems without a RPM requirement
    for a yast2-scanner update (bnc#788756 starting at comment#14).

++++ transmission:

  - Update to version 2.74:
    + All Platforms:
  - Fix a bug that prevented IPv6 addresses from being saved in
    dht.dat
  - Better handling of magnet links that contain 'tr.x='
    parameters
  - Add filtering of addresses used for uTP peer connections
  - Fix detection of whether or not a peer supports uTP
    connections
    + Web Client:
  - Fix a multi-file selection bug
  - Fix bug where the upload and download arrows and rates would
    not appear for downloading torrents
  - Fix bug when displaying the tracker list
    + Mac fixes.

++++ wpa_supplicant:

  - Update to 1.1
    * Fix EAPOL supplicant port authorization with PMKSA caching.
    * Fix EAPOL processing when STA switches between multi-BSSes.
    * Fix EAP-FAST with OpenSSL 1.0.1.
    * EAP-pwd: Increase maximum number of hunting-and-pecking
    iterations, which results in less authentication attempts
    failing.
    * Set state to DISCONNECTED on AP creation errors. Previously the
    supplicant would stay in SCANNING state forever.
    * Fix REMOVE_NETWORK to not run operations with invalid
    current_ssid.
    * EAP-SIM peer: Fix AT_COUNTER_TOO_SMALL use.
    * Interworking: Fix PLMN matching with multiple entries to compare
    all entries, not just the first one.
    * Handle long configuration file lines more gracefully.
    * Fix adding extra IEs in sched scan.
    * PMKSA: Set cur_pmksa pointer during initial association.
    * PMKSA: Do not evict the active cache entry when adding new ones.
    * Set state consistently to DISCONNECTED on auth/assoc failures.
    * Fix BSSID enforcement with driver-based BSS selection. Set BSSID
    and channel when the network block has an explicit bssid
    parameter to select which BSS is to be used.
    * wpa_gui: Fix compilation with gcc/g++ 4.7.
    * EAP-AKA'
  - Update to RFC 5448 in the leading characters used in the
    username. This will make EAP-AKA' not interoperate between the
    earlier draft version and the new version.
  - Fix SIM/USIM determination to support EAP-AKA'.
    * dbus:
  - Add global capabilities property.
  - Fix bss_expire_count getter, which was returning the wrong
    value.
  - P2P: Remove network_object dictionary entry from signal
    GroupStarted.
  - Fix D-Bus build without ctrl_iface.
    * WPS:
  - Fix nonce comparisons to compare all bytes, not just the first
    byte.
  - Fix NFC password token building with WPS 2.0 to avoid wpabuf
    overflow and application abort if NFC out-of-band mechanism is
    used with WPS 2.0 enabled.
  - Fix cleanup of WPS operations (by clearing them) in
    WPA_SCANNING and WPA_DISCONNECTED states.
  - Fix issue with BSSID filter handling that could cause only a
    single one of the available BSSes to be available or could
    cause issues connecting.
  - Fix overlapping memcpy on WPS interface addition.
    * P2P:
  - Remove channel 14 from supported P2P channels.
  - Fix Provision Discovery retries on delay in off channel
    transmission, to avoid unnecessary retries.
  - Limit maximum number of stored P2P clients (the
    p2p_client_list parameter) to 100.
  - Improve p2p_client_list updates in configuration file,
    reording entries so that the most recently added values are
    maintained in the list if the list gets truncated due to
    size.
  - Fix Provision Discovery retries during p2p_find by making the
    p2p_find case behave consistently with the limited retry
    behavior used with Provision Discovery retries in the IDLE
    state.
  - Fix P2P Client Discoverability bit updates so that the bit is
    only updated based on P2P Group Info attribute from a GO.
  - Fix GO Negotiation race condition where both devices may
    believe they are the GO. (Ignore unexpected GO Neg Response
    if we have already sent GO Neg Response.)
  - Deinitialize global P2P context on P2P management interface
    removal.
  - Wait 100 ms if driver fails to start listen operation. This
    is a workaround for some drivers that may accept the
    remain-on-channel command, but instead of indicating start
    event for remain-on-channel, just indicate that the operation
    has been cancelled immediately.
  - Clone max_sta_num parameter for group interfaces, allowing
    this parameter set in the main config file to apply to
    dynamically created P2P group interfaces.
  - Fix Device ID matching for Probe Request frames, which was
    checking only the first octet of the P2P Device Address.
  - Do not update peer Listen channel based on PD Request
    Invitation Request frames (just on Probe Response frames).
  - Fix p2p_listen to disallow scheduling a new after scan
    operation in the case where a p2p_connect operation is
    pending.
  - Remove upstreamed wpa_supplicant-gcc47.patch
  - Enable background scan to improve roaming
  - Build driver with libnl3 (wpa_supplicant-libnl3.patch)

------------------------------------------------------------------
------------------  2012-12-10  -  Dec 10 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to Version 9.0.1
    * bug fix release

++++ desktop-data-openSUSE:

  - bump version to 12.3

++++ emacs:

  - Remove obsolete patches
  - Don't use obsolete mouse-sel
  - Avoid calling autoconf
  - Avoid warning about duplicate files

++++ gobject-introspection:

  - Enhance gi-find-deps.sh: in case we add typelib() requires for
    python scripts, we are sure that this script would also require
    python-gobject (which provides gi.repository). Fixes issues
    similar to bnc#793758.

++++ glibc:

  - pthread-cond-timedwait-i486.patch:
    Extend i486 pthread_cond_timedwait to use futex syscall with absolute
    timeout
  - nscd-short-write.patch:
    Properly check for short writes when sending the response in nscd

++++ glibc:

  - pthread-cond-timedwait-i486.patch:
    Extend i486 pthread_cond_timedwait to use futex syscall with absolute
    timeout
  - nscd-short-write.patch:
    Properly check for short writes when sending the response in nscd

++++ gmime:

  - Update to version 2.6.13:
    + g_mime_header_iter_{first,last}: Make sure the list isn't
    empty.
    + g_mime_header_list_prepend: Prepend the header to the list,
    don't *append* it. Oops.
    + g_mime_header_list_clear: Don't forget to reset the linked list
    so that it doesn't contained free'd nodes.

++++ gstreamer-0_10:

  - Add gstreamer-no-setlocale.patch: Don't set the locale in
    gst_init() (bnc#779426, bgo#685650).

++++ harfbuzz:

  - Update to version 0.9.9:
    + Fix build on Windows.
    + Minor improvements.

++++ kdebase4-runtime:

  - remove support for < 12.1
  - add support for 12.3

++++ kio_mtp:

  - license update: GPL-2.0+
    SPDX format (http://www.spdx.org/licenses)

++++ kvm:

  - Update to qemu-kvm v1.3.0. For changes see:
    http://wiki.qemu.org/ChangeLog/1.3
    Some select features include:
  - all remaining differences between qemu-kvm.git and qemu.git
    have been merged into qemu.git (tarball source)
  - QEMU can now use the Linux VFIO driver for guest PCI devices
  - USB3 has been vastly improved, including support for USB mass
    storage devices and MSI/MSI-X support for the XHCI controller
  - New paravirtualized hardware random number generator device
  - New block jobs: live block commit (a.k.a. snapshot deletion)
    and live disk mirroring (a.k.a "storage migration")
  - New CPU models: "Haswell" and "Opteron_G5"
  - USB redirection now supports live migration
  - NBD block devices can now be specified using URI syntax
  - QEMU embeds an NBD server, accessible via the monitor
  - Improved support for sandboxing using seccomp mode 2
  - Update to latest seabios sources (git id: 8b73b83)
  - Update to latest ipxe sources (git id: 717279a)

++++ systemd:

  - add conflicts between udev-mini and udev-mini-devel to libudev1

++++ pango:

  - Update to version 1.32.4:
    + Require harfbuzz 0.9.9.
    + Add serials tracking changes in PangoFontMap/PangoContext/
    PangoLayout (bgo#340066).
    + Automatically relayout PangoLayout if PangoContext has changed.
    + Fix rendering of rotated frames.
    + Remove Thai/Lao Prepend/Extend properties (bgo#576156).
    + Fix grapheme properties of joiner / nonjoiner.
    + Fix grapheme properties of U+FFxx range.
    + Fix line break of surrogate characters.
    + Fix grapheme boundaries of surrogates and unassigned default
    ignorables.
    + Update bidi tables to Unicode 6.2.0.
    + Use -Bsymbolic-functions by default if available (bgo#689648).
    + Fix Win32 and CoreText cairo backends to take cairo CTM into
    account.

++++ polkit:

  - Add polkit-libmozjs.patch: dlopen libmozjs185.so.1.0 instead of
    libmozjs185.so, which is packaged in the -devel package
    (bnc#793562)

++++ libsepol:

  - Update to 2.1.8 version:
    * fix neverallow checking on attributes
    * Move context_copy() after switch block in ocontext_copy_*().
    * check for missing initial SID labeling statement.
    * Add always_check_network policy capability
    * role_fix_callback skips out-of-scope roles during expansion.

++++ samba:

  - SEGV when using second vfs module; (bso#9471).
  - Update to 3.6.10.
    + Respond correctly to FILE_STREAM_INFO requests; (bso#9460).
    + Fix segfault when "default devmode" is disabled; (bso#9433).
    + Fix segfaults in "log level = 10" on Solaris; (bso#9390).

++++ libvpx:

  - Fix ARM builds
    + Removed old unused patch (libvpx-configure-add-armv7-tgt-isa.patch)
    + Add new patches for ARM:
  - libvpx-disable-cross-for-arm.patch: to fix toolchain names for ARM
  - libvpx-armv7-use-hard-float.patch: to fix float abi for armv7

++++ ltrace:

  - Update to 0.7.2
    * * Bugfixes
    * ** (Again) detect VDSO entry in r_debug linkmap with non-empty name
    * ** Fix building with libunwind 1.1
    * ** Fix prototype lookup for -x symbols from shared libraries
  - Remove upstreamed patch ltrace.vdso.patch

++++ wireshark:

  - Add wireshark-suidflags.patch: Allow to pass SUID_{C,LD}FLAGS to
    introduce -fPIE -pie as needed for suid binaries
  - Add libtool BuildRequires and call to autoreconf, as above patch
    touches the build system.
  - Export SUID_{C,LD}FLAGS with appropriate flags.

++++ xmlbeans:

  - use saxon9 for build-classpath as well

++++ yast2-pkg-bindings:

  - showing patch contents (packages with their versions) as part
    of ResolvableProperties call
  - 2.23.0

------------------------------------------------------------------
------------------  2012-12-9  -  Dec 9 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager-vpnc:

  - Don't package the empty README as doc file (bnc#779418).

++++ busybox:

  - Update to 1.20.2 (Bug fix release):
    * fix for variable expansion in redirection
    * fix for "pre-up" and "pre-down" handling
    * fixes for compressed man pages handling
    * important fix! due to misplaced s_mkfs_time field, ext4 driver
    couldn't mount our images
    * fix for getting uptime on non-Linux platforms
    * fix base-256 decoding
  - Remove busybox-1.19.4-ext2fs_h.diff: fixed on upstream release

++++ evolution-data-server:

  - Update baselibs.conf to match the latest soname defines (replace
    libebackend-1_2-4 with libebackend-1_2-5).

++++ gcr:

  - Add baselibs.conf in order to provide these -32bit packages:
    + libgck-1-0.
    + libgck-devel.
    + libgcr-3-1 (Needed by libgdata13-32bit).
    + libgcr-devel.

++++ gtk2:

  - Update to version 2.24.14:
    + File chooser:
  - Use the bookmarks file from the same XDG location as GTK+ 3
    if present
  - Add a setting to specify the startup mode
    + Bugs fixed: bgo#577806, bgo#626499, bgo#644906, bgo#652204,
    bgo#663990, bgo#668239, bgo#672193, bgo#681845, bgo#682919,
    bgo#684419, bgo#685959, bgo#688710, bgo#689235.
    + Updated translations.
  - The docs have been moved to gtk2 / gdk2 directories in order to
    not conflict on file-level with gtk3 (upstream change).

++++ kio_mtp:

  - Initial package for kio-mtp. Version 0.0.1 (git snapshot)

++++ pam_mount:

  - Avoid running fdupes on /etc
  - Depend on gpg-offline only for openSUSE >= 12.3
  - Do require ofl and fd0ssh now, as they are now separate
    installables starting with 12.3

++++ libwebp:

  - Update to version 0.2.1
    * libwebp: validate chunk size in ParseOptionalChunks
    * cwebp (windows): fix alpha image import on XP
    * autoconf/libwebp: enable dll builds for mingw
    * [cd]webp: always output windows errors
    * fix double to float conversion warning
    * cwebp: fix jpg encodes on XP
    * VP8LAllocateHistogramSet: fix overflow in size calculation
    * GetHistoBits: fix integer overflow
    * EncodeImageInternal: fix uninitialized free
    * fix the -g/O3 discrepancy for 32bit compile
    * fix the BITS=8 case
    * Make *InitSSE2() functions be empty on non-SSE2 platform
    * make *InitSSE2() functions be empty on non-SSE2 platform
    * make VP8DspInitNEON() public

++++ python-qt4:

  - Update to 4.9.6:
  - Added the missing constBits() and constScanLine() methods to QImage.
  - A QPoint can now be specified whenever a QPointF is expected.
  - Added support for Qt v4.8.4.
  - Added support for Qt v5.0-rc1 (QtCore, QtGui, QtHelp, QtNetwork, QtSql,
    QtSvg, QtWebKit and QtXml only).
  - Added the --no-deprecated option to configure.py.
  - SIP v4.14.2 is now required.

++++ python-sip:

  - Update to 4.14.2:
  - Added sip.setdestroyonexit().
  - sip.voidptr() will now accept any object that implements the buffer
    protocol.

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-12-8  -  Dec 8 2012  -------------------
------------------------------------------------------------------

++++ glibc:

  - Update to 56e7d3ad5c2f:
    * Bugfixes
    * Fix warnings building glibc
  - Remove upstreamed patch glibc-revert-fseek-on-fclose.diff

++++ glibc:

  - Update to 56e7d3ad5c2f:
    * Bugfixes
    * Fix warnings building glibc
  - Remove upstreamed patch glibc-revert-fseek-on-fclose.diff

++++ kdebase4-openSUSE:

  - Update to the new openSUSE plasmatheme
    * More ksystray icons
    * Minor improvements
  - Introduce an alternative lighter colorscheme

++++ kiwi:

  - make sure plymouth splash is switched off when the progress
    dialog is displayed in the oemboot/suse-dump code (bnc #793260)

++++ flac:

  - add xz buildrequires for old distros.
  - Update to current git
    * patches deleted:
  - flac-1.2.1-asm.patch
  - flac-1.2.1-bitreader.patch
  - flac-gcc43-fixes.diff
  - flac-gcc47.patch
  - flac-leaks.patch
  - flac-no-xmms.diff
  - flac-visibility.patch
  - flac-printf-format-fix.diff
    All Upstreamed either by us or other distros.
  - Add flac-openssl.patch, do crypto with openssl (not wanted upstream)
  - Restore make check

++++ samba:

  - Fix MD5 detection in the autoconf build; (bso#9037); (bso#9086); (bso#9094);
    (bso#9418).
  - Use work around for 'winbind use default domain' only if it is set;
    (bso#9367).
  - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend;
    (bso#9374).
  - large read requests cause server to issue malformed reply; (bso#9422).
  - s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(); (bso#9426).
  - Fix ncacn_ip_tcp reconnection code for lsa lookups; (bso#9439).
  - Allow to force DNS updates using net; (bso#9451).
  - Respond correctly to FILE_STREAM_INFO requests; (bso#9460).

++++ nmap:

  - run available unit tests
  - add nmap-ncat-fail-test-addrset.patch to make ncat tests effective
  - add nmap-ncat-skip-network-tests.patch to skip tests requiring
    name resolution

++++ subversion:

  - for package maintainers, add support to run regression tests
    over ra_neon and ra_serf (http://) via Apache / mod_dav_svn
    when built --with=regression_tests

------------------------------------------------------------------
------------------  2012-12-7  -  Dec 7 2012  -------------------
------------------------------------------------------------------

++++ android-tools:

  - Initial package
  - Version 4.2.1_r1

++++ gcin:

  - readd a new gcin-libdir.patch as the bug was fixed only for
    strange subforms of x86_64 and not all other platforms.

++++ kernel-default:

  - Update omap2plus (armv7) config: Enable TWL* USB drivers
  - commit 28c09f5
  - rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
    of bzImage for Xen flavors.
  - commit 713a73c
  - Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
  - commit d1ec1be
  - Update Xen patches to 3.7-rc7 and c/s 1211.
  - allow non-pv-ops kernel to be built as bzImage.
  - commit 2a7feb8

++++ kernel-desktop:

  - Update omap2plus (armv7) config: Enable TWL* USB drivers
  - commit 28c09f5
  - rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
    of bzImage for Xen flavors.
  - commit 713a73c
  - Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
  - commit d1ec1be
  - Update Xen patches to 3.7-rc7 and c/s 1211.
  - allow non-pv-ops kernel to be built as bzImage.
  - commit 2a7feb8

++++ kernel-pae:

  - Update omap2plus (armv7) config: Enable TWL* USB drivers
  - commit 28c09f5
  - rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
    of bzImage for Xen flavors.
  - commit 713a73c
  - Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
  - commit d1ec1be
  - Update Xen patches to 3.7-rc7 and c/s 1211.
  - allow non-pv-ops kernel to be built as bzImage.
  - commit 2a7feb8

++++ kiwi:

  - v5.04.30 released
  - fixed changelog filter tool to incorporate commits with the
    same timestamp into one changelog entry
  - Add tests for the new firmware attribute handling
  - Additional changes to new firmware handling in the Type object
    + Encode the firmware type default (bios)
    + Verify that the given value is supported
  - v5.04.29 released
  - add grub2-efi by default to openSUSE 12.2 oem|vmxboot
    descriptions. Thus just selecting the firmware via
     is enough
  - added support for the firmware="bios|efi" type attribute
    before this patch the decision for efi was done by the presence
    of the grub2 efi modules inside the kiwi generated initrd.
    This has turned out to be not flexible and can't be extended
    to the firmware required disk layout on other architectures
    like the arm based chromebook to mention just one example
    This fixes (bnc #792917)
  - we should not overwrite the user specified target directory
    in the commandline object with something the user did not set.
    With reference to commit:b6a7e563 the creation of the image
    happened in a subdirectory below the specified target directory
    and kiwi overwrote that user target directory with a new name.
    This should not happen thus I added a new function pair named
    setImageIntermediateTargetDir/getImageIntermediateTargetDir
    to handle that value and don't touch the user specified
    target directory

++++ openal-soft:

  - update to new version 1.15
  - Fixed device enumeration with the OSS backend.
  - Reorganized internal mixing logic, so unneeded steps can potentially be skipped for better performance.
  - Removed the lookup table for calculating the mixing pans. The panning is now calculated directly for better precision.
  - Improved the panning of stereo source channels when using stereo output.
  - Improved source filter quality on send paths.
  - Added a config option to allow PulseAudio to move streams between devices.
  - Currently disabled by default, as the device specifier does not properly update.
  - The PulseAudio backend will now attempt to spawn a server by default.
  - Added a workaround for a DirectSound bug relating to float32 output.
  - Added SSE-based mixers, for HRTF and non-HRTF mixing.
  - SSE can be detected at run-time, and be disabled as needed.
  - Added support for the new AL_SOFT_source_latency extension.
  - Currently, the PulseAudio, ALSA, and MMDevAPI backends provide proper latency information.
  - Improved ALSA capture by avoiding an extra buffer when using sizes supported by the underlying device.
  - Improved the makehrtf utility to support new options and input formats.
  - Modified the CFLAGS declared in the pkg-config file so the "AL/" portion of the header includes can optionally be omitted.
  - Added a couple example code programs to show how to apply reverb, and retrieve latency.
  - The configuration sample is now installed into the share/openal/ directory instead of /etc/openal.
  - Note, /etc/openal/alsoft.conf is still used to read the configuration like before.
  - The configuration sample now gets installed by default.
  - undo upstream change to auto spawn pulseaudio (openal-no-autospawn.diff)

++++ spice-gtk:

  - Add pkgconfig(libusbredirparser-0.5) BuildRequires, to see early
    unresolvables instread of 'late' build failures.
  - Replace libusbredirparser with libusbredirparser-0.5 in
    configure{.ac,}.

++++ libstorage:

  - escape meta-characters for regular expressions (bnc#792245)
  - 2.23.2

++++ libxml2:

  - Add libxml2-CVE-2012-5134.patch to fix CVE-2012-5134 (bnc#793334)

++++ makedumpfile:

  - upgrade to makedumpfile-1.5.1
    o Support for Xen4 Dom0 dumps
    o Introduce mem_map array logic
  - makedumpfile-x86-return-in-nonvoid-function.patch: dropped.

++++ mkinitrd:

  - mkinitrd: copy firmware signature files to initrd (fate#314574).

++++ xdm:

  - Be aware the mktemp(1) without XXXXXX will do exactly nothing,
    therefore use mv(1) which uses rename(2) on the same file system
    to use the files created by mktemp(1) to the log output file

++++ xorg-x11-Xvnc:

  - N_tigervnc_keyboard-layout-handling.patch
    * Use keyboard handling from tightvnc.

++++ yast2:

  - allow some characters in URL password field (bnc#786757)

++++ yast2-add-on-creator:

  - some more fixes for spaces in paths (bnc#790667)
  - 2.23.0

++++ yast2-online-update:

  - if release notes package was updated, show release notes at the
    end (fate#314072)
  - 2.23.1

------------------------------------------------------------------
------------------  2012-12-6  -  Dec 6 2012  -------------------
------------------------------------------------------------------

++++ DirectFB:

  - Only apply patch DirectFB-1.6.1-mesa-libgbm-stridefix.patch on
    openSUSE > 12.2

++++ NetworkManager:

  - Update systemd-network-config.patch: ensure
    NetworkManager.service is Before network.target (bnc#789421).

++++ bind:

  - Updated to 9.9.2-P1 (bnc#792926)
    https://kb.isc.org/article/AA-00828
    * Security Fixes
    Prevents named from aborting with a require assertion failure on
    servers with DNS64 enabled.  These crashes might occur as a result of
    specific queries that are received.  (Note that this fix is a subset
    of a series of updates that will be included in full in BIND 9.8.5
    and 9.9.3 as change #3388, RT #30996).  [CVE-2012-5688] [RT #30792]
    A deliberately constructed combination of records could cause
    named to hang while populating the additional section of a
    response. [CVE-2012-5166] [RT #31090]
    Prevents a named assert (crash) when queried for a record whose
    RDATA exceeds 65535 bytes.  [CVE-2012-4244]  [RT #30416]
    Prevents a named assert (crash) when validating caused by using
    "Bad cache" data before it has been initialized. [CVE-2012-3817]
    [RT #30025]
    A condition has been corrected where improper handling of zero-length
    RDATA could cause undesirable behavior, including termination of
    the named process. [CVE-2012-1667]  [RT #29644]
    ISC_QUEUE handling for recursive clients was updated to address a race
    condition that could cause a memory leak. This rarely occurred with
    UDP clients, but could be a significant problem for a server handling
    a steady rate of TCP queries. [CVE-2012-3868]  [RT #29539 & #30233]
    New Features
    Elliptic Curve Digital Signature Algorithm keys and signatures in
    DNSSEC are now supported per RFC 6605. [RT #21918]
    Introduces a new tool "dnssec-checkds" command that checks a zone to
    determine which DS records should be published in the parent zone,
    or which DLV records should be published in a DLV zone, and queries
    the DNS to ensure that it exists. (Note: This tool depends on python;
    it will not be built or installed on systems that do not have a
    python interpreter.)  [RT #28099]
    Introduces a new tool "dnssec-verify" that validates a signed zone,
    checking for the correctness of signatures and NSEC/NSEC3 chains.
    [RT #23673]
    Adds configuration option "max-rsa-exponent-size ;" that
    can be used to specify the maximum rsa exponent size that will be
    accepted when validating [RT #29228]
    Feature Changes
    Improves OpenSSL error logging [RT #29932]
    nslookup now returns a nonzero exit code when it is unable to get
    an answer.  [RT #29492]
    Bug Fixes
    Uses binary mode to open raw files on Windows.  [RT #30944]
    When using DNSSEC inline signing with "rndc signing -nsec3param", a
    salt value of "-" can now be used to indicate 'no salt'.  [RT #30099]
    Prevents race conditions (address use after free) that could be
    encountered when named is shutting down and releasing structures
    used to manage recursive clients.  [RT #30241]
    Static-stub zones now accept "forward" and "fowarders" options
    (often needed for subdomains of the zone referenced to override
    global forwarding options).  These options are already available
    with traditional stub zones and their omission from zones of type
    "static-stub" was an inadvertent oversight. [RT #30482]
    Limits the TTL of signed RRsets in cache when their RRSIGs are
    approaching expiry. This prevents the persistence in cache of
    invalid RRSIGs in order to assist recovery from a situation where
    zone re-signing doesn't occur in a timely manner.   With this change,
    named will attempt to obtain new RRSIGs from the authoritative server
    once the original ones have expired, and even if the TTL of the old
    records would in other circumstances cause them to be kept in cache
    for longer.  [RT #26429]
    Corrects the syntax of isc_atomic_xadd() and isc_atomic_cmpxchg()
    which are employed on Itanium systems to speed up lock management
    by making use of atomic operations.  Without the syntax correction
    it is possible that concurrent access to the same structures could
    accidentally occur with unpredictable results.  [RT #25181]
    Improves OpenSSL error logging [RT #29932]
    The configure script now supports and detects libxml2-2.8.x correctly
    [RT #30440]
    The host command should no longer assert on some architectures
    and builds while handling the time values used with the -w (wait
    forever) option.  [RT #18723]
    Invalid zero settings for max-retry-time, min-retry-time,
    max-refresh-time, min-refresh-time will now be detected during parsing
    of named.conf and an error emitted instead of triggering an assertion
    failure on startup.  [RT #27730]
    Removes spurious newlines from log messages in zone.c [RT #30675]
    When built with readline support (i.e. on a system with readline
    installed) nsupdate no longer terminates unexpectedly in interactive
    mode. [RT #29550]
    All named tasks that perform task-exclusive operations now share the
    same single task.  Prior to this change, there was the possibility of
    a race condition between rndc operations and other functions such as
    re-sizing the adb hash table.  If the race condition was encountered,
    named would in most cases terminate unexpectedly with an assert.
    [RT #29872]
    Ensures that servers are expired from the ADB cache when the timeout
    limit is reached so that their learned attributes can be refreshed.
    Prior to this change, servers that were frequently queried might
    never have their entries removed and reinitialized.  This is of
    particular importance to DNSSEC-validating recursive servers that
    might erroneously set "no-edns" for an authoritative server following
    a period of intermittent connectivity. [RT #29856]
    Adds additional resilience to a previous security change (3218) by
    preventing RRSIG data from being added to cache when a pseudo-record
    matching the covering type and proving non-existence exists at a
    higher trust level. The earlier change prevented this inconsistent
    data from being retrieved from cache in response to client queries  -
    with this additional change, the RRSIG records are no longer inserted
    into cache at all. [RT #26809]
    dnssec-settime will now issue a warning when the writing of a new
    private key file would cause a change in the permissions of the
    existing file. [RT #27724]
    Fixes the defect introduced by change #3314 that was causing failures
    when saving stub zones to disk (resulting in excessive CPU usage in
    some cases).  [RT #29952]
    Address race condition in units tests: asyncload_zone and
    asyncload_zt. [RT #26100]
    It is now possible to using multiple control keys again - this
    functionality was inadvertently broken by change #3924 (RT #28265)
    which addressed a memory leak. [RT #29694]
    Named now holds a zone table reference while performing an
    asynchronous load of a zone.  This removes a race condition that
    could cause named to crash when zones are added using rndc addzone
    or by manually editing named's configuration file followed by rndc
    reconfig/reload. [RT #28326]
    Setting resolver-query-timeout too low could cause named problems
    recovering after a loss of connectivity.  [RT #29623]
    Reduces the potential build-up of stale RRsets in cache on a busy
    recursive nameserver by re-using cached DS and RRSIG rrsets when
    possible [RT #29446]
    Corrects a failure to authenticate non-existence of resource records
    in some circumstances when RPZ has been configured.  Also:
    adds an optional "recursive-only yes|no" to the response-policy
    statement
    adds an optional "max-policy-ttl" to the response-policy statement
    to limit the false data that "recursive-only no" can introduce
    into resolvers' caches
    introduces a predefined encoding of PASSTHRU policy by adding
    "rpz-passthru" to be used as the target of CNAME policy records
    (the old encoding is still accepted.)
    adds a RPZ performance test to bin/tests/system/rpz when queryperf is available.  [RT #26172]
    Upper-case/lower-case handling of RRSIG signer-names is now handled
    consistently: RRSIG records are generated with the signer-name in
    lower case. They are accepted with any case, but if they fail to
    validate, we try again in lower case. [RT #27451]

++++ gnome-font-viewer:

  - Update to version 3.6.2:
    + Fix Install button not refreshing correctly when opening an
    installed font.
    + Fix a crasher when installing a new font.
    + Updated translations.

++++ libkdegames:

  - Add libkdegames-bnc793185.patch to remove potentially
    problematically licensed files under carddesks/svg-konqi-modern

++++ kernel-default:

  - fate#314663 hyper-v memory ballooning support
  - mm: Export a function to get vm committed memory.
  - Drivers: hv: Add Hyper-V balloon driver.
  - Drivers: hv: balloon: Fix a bug in the definition of struct
    dm_info_msg.
  - Update config files.
    fate#314665 hyper-v: Update the Vmbus protocol
  - Drivers: hv: Implement routines for read side signaling
    optimization.
  - Drivers: hv: Add state to manage batched reading.
  - Drivers: hv: Turn off batched reading for util drivers.
  - Drivers: hv: Optimize signaling in the read path.
  - Drivers: hv: Optimize the signaling on the write path.
  - Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
  - Drivers: hv: Support handling multiple VMBUS versions.
  - Drivers: hv: Update the ring buffer structure to match win8
    functionality.
  - Drivers: hv: Extend/modify vmbus_channel_offer_channel for
    win7 and beyond.
  - Drivers: hv: Save and export negotiated vmbus version.
  - Drivers: hv: Change the signature for hv_signal_event().
  - Drivers: hv: Change the signature of vmbus_set_event().
  - Drivers: hv: Move vmbus version definitions to hyperv.h.
  - Drivers: hv: Manage signaling state on a per-connection basis.
  - Drivers: hv: Cleanup vmbus_set_event() to support win7 and
    beyond.
  - Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
  - Drivers: hv: Add state to manage incoming channel interrupt
    load.
  - Drivers: hv: Modify the interrupt handling code to support
    win8 and beyond.
  - Drivers: hv: Add code to distribute channel interrupt load.
  - Drivers: hv: Get rid of the unused global signaling state.
  - Drivers: hv: Get rid of unnecessary request for offers.
  - Drivers: hv: Manage event tasklets on per-cpu basis.
  - Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
  - Drivers: hv: Add a check to deal with spurious interrupts.
  - Drivers: hv: Enable protocol negotiation with win8 hosts.
  - Drivers: hv: Implement flow management on the send side.
  - Drivers: hv: Capture the host build information.
  - Drivers: hv: Cleanup and consolidate reporting of build/version
    info.
  - commit 4fccd03

++++ kernel-desktop:

  - fate#314663 hyper-v memory ballooning support
  - mm: Export a function to get vm committed memory.
  - Drivers: hv: Add Hyper-V balloon driver.
  - Drivers: hv: balloon: Fix a bug in the definition of struct
    dm_info_msg.
  - Update config files.
    fate#314665 hyper-v: Update the Vmbus protocol
  - Drivers: hv: Implement routines for read side signaling
    optimization.
  - Drivers: hv: Add state to manage batched reading.
  - Drivers: hv: Turn off batched reading for util drivers.
  - Drivers: hv: Optimize signaling in the read path.
  - Drivers: hv: Optimize the signaling on the write path.
  - Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
  - Drivers: hv: Support handling multiple VMBUS versions.
  - Drivers: hv: Update the ring buffer structure to match win8
    functionality.
  - Drivers: hv: Extend/modify vmbus_channel_offer_channel for
    win7 and beyond.
  - Drivers: hv: Save and export negotiated vmbus version.
  - Drivers: hv: Change the signature for hv_signal_event().
  - Drivers: hv: Change the signature of vmbus_set_event().
  - Drivers: hv: Move vmbus version definitions to hyperv.h.
  - Drivers: hv: Manage signaling state on a per-connection basis.
  - Drivers: hv: Cleanup vmbus_set_event() to support win7 and
    beyond.
  - Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
  - Drivers: hv: Add state to manage incoming channel interrupt
    load.
  - Drivers: hv: Modify the interrupt handling code to support
    win8 and beyond.
  - Drivers: hv: Add code to distribute channel interrupt load.
  - Drivers: hv: Get rid of the unused global signaling state.
  - Drivers: hv: Get rid of unnecessary request for offers.
  - Drivers: hv: Manage event tasklets on per-cpu basis.
  - Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
  - Drivers: hv: Add a check to deal with spurious interrupts.
  - Drivers: hv: Enable protocol negotiation with win8 hosts.
  - Drivers: hv: Implement flow management on the send side.
  - Drivers: hv: Capture the host build information.
  - Drivers: hv: Cleanup and consolidate reporting of build/version
    info.
  - commit 4fccd03

++++ kernel-pae:

  - fate#314663 hyper-v memory ballooning support
  - mm: Export a function to get vm committed memory.
  - Drivers: hv: Add Hyper-V balloon driver.
  - Drivers: hv: balloon: Fix a bug in the definition of struct
    dm_info_msg.
  - Update config files.
    fate#314665 hyper-v: Update the Vmbus protocol
  - Drivers: hv: Implement routines for read side signaling
    optimization.
  - Drivers: hv: Add state to manage batched reading.
  - Drivers: hv: Turn off batched reading for util drivers.
  - Drivers: hv: Optimize signaling in the read path.
  - Drivers: hv: Optimize the signaling on the write path.
  - Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
  - Drivers: hv: Support handling multiple VMBUS versions.
  - Drivers: hv: Update the ring buffer structure to match win8
    functionality.
  - Drivers: hv: Extend/modify vmbus_channel_offer_channel for
    win7 and beyond.
  - Drivers: hv: Save and export negotiated vmbus version.
  - Drivers: hv: Change the signature for hv_signal_event().
  - Drivers: hv: Change the signature of vmbus_set_event().
  - Drivers: hv: Move vmbus version definitions to hyperv.h.
  - Drivers: hv: Manage signaling state on a per-connection basis.
  - Drivers: hv: Cleanup vmbus_set_event() to support win7 and
    beyond.
  - Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
  - Drivers: hv: Add state to manage incoming channel interrupt
    load.
  - Drivers: hv: Modify the interrupt handling code to support
    win8 and beyond.
  - Drivers: hv: Add code to distribute channel interrupt load.
  - Drivers: hv: Get rid of the unused global signaling state.
  - Drivers: hv: Get rid of unnecessary request for offers.
  - Drivers: hv: Manage event tasklets on per-cpu basis.
  - Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
  - Drivers: hv: Add a check to deal with spurious interrupts.
  - Drivers: hv: Enable protocol negotiation with win8 hosts.
  - Drivers: hv: Implement flow management on the send side.
  - Drivers: hv: Capture the host build information.
  - Drivers: hv: Cleanup and consolidate reporting of build/version
    info.
  - commit 4fccd03

++++ kiwi:

  - finally changed the fragile cleanup code in KIWIBoot.pm
    The code there now builds a stack of commands which set
    the busy devices free if processed in reverse order
  - make sure rhelStripInitrd arguments are passed correctly
  - use mktemp -t to make use of $TMPDIR and do not hardcode
    /tmp in the paramter to mktemp
  - Don't use the same inode count for the install stick disk
    compared to the system image disk. If the system image is
    big the inode count is also a big number. But on the install
    disk image there are only a few files including the
    compressed version of the system image. Thus it's smaller
    and has not much files. The system image inode count has no
    relation to the filesystem on the install disk image. Under
    certain circumstances it could happen that the install disk
    filesystem can't be created because the big chunk of inodes
    exceeds the size of the install disk filesystem

++++ systemd:

  - revert-of-9279749b84cc87c7830280b7895a48bed03c9429.patch:
    do not consider failure to umount / and /usr an error.

++++ kmod:

  - Update to new upstream release 12
    * Fix removing vermagic from module when told to force load a module
    * Fix removing __versions section when told to force load a
    module: we need to mangle the section header, not the section.
    * modinfo no longer fails while loading a module from file when
    path contains ".ko" substring

++++ libxslt:

  - update to 1.1.28:
    * fix generate-id() to avoid generating the same ID
    * fix crash with empty xsl:key/@match attribute
    * fix crash when passing an uninitialized variable to document()
    * fix regression: default namespace not correctly used
    * remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml
  - changes from 1.1.27:
    * link python module with python library (Frederic Crozat)
    * report errors on variable use in key
    * the XSLT namespace string is a constant one
    * fix handling of names in xsl:attribute
    * reserved namespaces in xsl:element and xsl:attribute
    * null-terminate result string of cry:rc4_decrypt
    * EXSLT date normalization fix
    * exit after compilation of invalid func:result
    * fix for EXSLT func:function
    * rewrite EXSLT string:replace to be conformant
    * avoid a heap use after free error
    * fix a dictionary string usage
    * output should not include extraneous newlines when indent is off
    * document('') fails to return stylesheets parsed from memory
    * xsltproc should return an error code if xinclude fails
    * forwards-compatible processing of unknown top level elements
    * fix system-property with unknown namespace
    * fix default template processing on namespace nodes
    * fix a bug in selecting XSLT elements
    * fix a memory leak with xsl:number
    * fix a problem with ESXLT date:add() with January
    * fix generate-id() to not expose object addresses
    * allow whitespace in xsl:variable with select
    * fix direct pattern matching bug
    * add the saxon:systemId extension
    * add an append mode to document output
    * fix portability to upcoming libxml2-2.9.0
    * precompile patterns in xsl:number
  - change soname macro back to "1" and enforce it in the files list
  - revert -tools subpackage for openSUSE < 12.2 as that has only
    become effective since 12.2 on the package that ships with the
    distribution, to avoid having a completely different package
    layout in this repository as compared to the stock distribution
    packages (added a Provides: libxslt-tools though)

++++ patch:

  - Back to bz2 archive format as old products lack xz.
  - Version 2.7.1
    + Patch no longer gets a failed assertion for certain mangled
    patches.
    + Ignore destination file names that are absolute or that contain
    a component of "..", except when working in the root directory.
    This addresses CVE-2010-4651.
    + Support for most features of the "diff --git" format, including
    renames and copies, permission changes, and symlink diffs.
    Binary diffs are not supported yet; patch will complain and
    skip them.
    + Support for double-quoted filenames: when a filename starts
    with a double quote, it is interpreted as a C string literal.
    The escape sequences \\, \", \a, \b, \f, \n, \r, \t, \v, and
    \ooo (a three-digit octal number between 0 and 255) are
    recognized.
    + Refuse to apply a normal patch to a symlink. (Previous versions
    of patch were replacing the symlink with a regular file.)
    + New --follow-symlinks option to allow to treat symlinks as
    files: this was patch's behavior before version 2.7.
    + When trying to modify a read-only file, warn about the
    potential problem by default. The --read-only command line
    option allows to change this behavior.
    + Files to be deleted are deleted once the entire input has been
    processed, not immediately. This fixes a bug with numbered
    backup files.
    + When a timestamp specifies a time zone, honor that instead of
    assuming the local time zone (--set-date) or Universal
    Coordinated Time (--set-utc).
    + Support for nanosecond precision timestamps.
    + Many bug fixes.
    + Clarify the message printed when a patch is expected to empty
    out and delete a file, but the file does not become empty.
    + Various improvements to messages when applying a patch to a
    file of different type (regular file vs. symlink), when there
    are line ending differences (LF vs. CRLF), and when in
  - -dry-run mode.
    + Ignore when extended attributes cannot be preserved because
    they are unsupported or because permission to set them is
    denied.
  - patch-revert-e0f70752.patch: Dropped, original bug fixed
    upstream.
  - patch-stdio.in.patch: Dropped, merged upstream.

++++ perl-Bootloader:

  - don't report an error if bootloader type is unset (bnc #757942)
  - don't run external grep to read sysconfig variables
  - don't use Sys::Hostname (bnc #792634)
  - 0.705

++++ python-kde4:

  - license update: LGPL-2.1+ and GPL-2.0+
    Contains components licensed under GPL-2.0+

++++ yast2-trans:

  - Updated languages: af am ar be bg bn bs ca cs cy da de el eo es et fa
    fi fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms my nb
    nl nn pa pl pt ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu en_GB
    en_US pt_BR zh_CN zh_TW ast nds.

++++ yast2-users:

  - replaced obsolete SuSEconfig call
  - 2.23.1

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-12-5  -  Dec 5 2012  -------------------
------------------------------------------------------------------

++++ findutils:

  - Fix typo in findutils-4.5.10-updatedb_ignore_nfsv4.patch that
    lead to nfs4 directories being searched again (bnc#792323).
  - Enable FTS based search.
  - Replace $RPM_BUILD_ROOT by %%buildroot in specfile.

++++ harfbuzz:

  - Update to version 0.9.8:
    + Some API additions (see NEWS for details).
    + Actually implement hb_shape_plan_get_shaper ().
    + Make UCDB data tables const.
    + Lots of internal refactoring in OTLayout tables.
    + Flesh out hb_ot_layout_lookup_collect_glyphs().
  - Drop harfbuzz-missing-return.patch: fixed upstream.

++++ kbd:

  - Update to version 1.15.5:
    * Fix msgstr in es.po and update translations.
    * Update changelog and increase version (1.15.5wip).
    * po: Update vi.po from translationproject.org.
    * Fix various vlock build errors.
    * Fix loadkeys.analyze lex handling.
    * Ignore config.cache files.
  - Applied into upstream kbd-1.15.3-po-es.patch was deleted.

++++ kde4-print-manager:

  - license update: GPL-2.0+
    SPDX format

++++ kernel-default:

  - Update to 3.7-rc8.
  - Delete patches.rpmify/net-fix-build-failure-in-xilinx.
  - commit 76b3d92

++++ kernel-desktop:

  - Update to 3.7-rc8.
  - Delete patches.rpmify/net-fix-build-failure-in-xilinx.
  - commit 76b3d92

++++ kernel-pae:

  - Update to 3.7-rc8.
  - Delete patches.rpmify/net-fix-build-failure-in-xilinx.
  - commit 76b3d92

++++ kiwi:

  - Fedora/RHEL based distros have dhclient instead of dhcpcd.
    Thus the code to ask the DHCP server for an address has been
    splitted into two new functions setupNetworkDHCPCD() and
    setupNetworkDHCLIENT()

++++ libQtWebKit4:

  - Sync with Qt 4.8.4

++++ systemd:

  - Add fix-devname-prefix.patch: fix modules.devname path, it isn't
    in /usr.
  - Move post script to fix symlinks in /etc/systemd/system to a
    trigger to run it after old systemd is uninstalled.

++++ webkitgtk:

  - Add webkit-shm_unlink-moved-to-librt.patch: shm_unlink moved to
    librt with glibc 2.17.
  - Add libtool BuildRequires and call to autoreconf, as above patch
    touches the build system.

++++ webkitgtk3:

  - Add webkit-shm_unlink-moved-to-librt.patch: shm_unlink moved to
    librt with glibc 2.17.
  - Add libtool BuildRequires and call to autoreconf, as above patch
    touches the build system.

++++ libnepomukwidgets:

  - license update: GPL-2.0+
    SƒPDX format

++++ libsolv:

  - many Selection improvements
  - fix perl binding memory issue
  - improve file list matching
  - support targeted up/dup with cleandeps
  - bump version to 0.2.2

++++ qemu:

  - Revert memory size constraint, the workaround patch got applied
  - Update to v1.3.0: see http://wiki.qemu.org/ChangeLog/1.3
    * Update update_git.sh script accordingly

++++ qemu-linux-user:

  - Revert memory size constraint, the workaround patch got applied
  - Update to v1.3.0: see http://wiki.qemu.org/ChangeLog/1.3
    * Update update_git.sh script accordingly

++++ radvd:

  - Add radvd-tmpfile-grpname.patch: On openSUSE, the radvd user is
    added to the 'daemon' group (not a specific 'radvd' group). Thus
    adjusting the groupname in for the file to be installed in
    tmpfiles.d. Otherwise, the systemd-tmpfiles service fails to
    start (and radvd can't find the /var/run folder).

++++ tftp:

  - Add systemd socket activation units.
  - Change inet-daemon to be recommended only, as we can now also
    activate by means of systemd sockets.

++++ xinit:

  - Move xinitrc.d sourcing part to xinit.common to make it work
    even with xdm session scripts
  - Detect other running X server in xserverrc

++++ xorg-x11-Xvnc:

  - Update TigerVNC to 1.2.80 and xserver to 1.13.0.

++++ yast2-product-creator:

  - for images created in Studio, disable editing image.sh and
    config.sh, but enable editing root/build-custom (fate#310978)
  - 2.23.2

------------------------------------------------------------------
------------------  2012-12-4  -  Dec 4 2012  -------------------
------------------------------------------------------------------

++++ alsa:

  - 0040-PCM-Fix-conflict-of-_snd_pcm_hw_params-definitions.patch:
    fix the segfault due to the symbol conflict of _snd_pcm_hw_params

++++ coreutils:

  - Update default posix version to 200112 (bnc#783352).
  - Add coreutils-df-always-hide-rootfs.patch:
    Hide rootfs in df (df not using yet /proc/self/mountinfo).

++++ gnome-clocks:

  - Update to version 0.1.5:
    + Reworked large parts of the code to use less CPU.
    + Depend on libgnome-desktop to use the system WallClock.
    + Show the nation beside the city.
    + Improved rendering of world clocks and alarms.
    + Misc bugfixes.
    + Updated translations.
  - Add python-xdg Requires: It's imported from gnomeclocks/utils.py.

++++ harfbuzz:

  - Update to version 0.9.7:
    + Some API additions and changes (see NEWS for details).
    + Fix Arabic contextual joining using pre-context text.
    + Fix Sinhala "split matra" mess.
    + Fix Khmer shaping with broken fonts.
    + Implement Thai "PUA" shaping for old fonts.
    + Do NOT route Kharoshthi script through the Indic shaper.
    + Disable fallback positioning for Indic and Thai shapers.
    + Misc fixes.
    + hb-shape / hb-view changes:
  - Add --text-before and --text-after
  - Add --bot / --eot / --preserve-default-ignorables
  - hb-shape --output-format=json
  - Add harfbuzz-missing-return.patch: fix missing return value.

++++ kernel-default:

  - add splash=black option to bootsplash code,
    to keep a black background, useful for remote access to VMs
    (bnc#773487)
  - commit c060ae1

++++ kernel-desktop:

  - add splash=black option to bootsplash code,
    to keep a black background, useful for remote access to VMs
    (bnc#773487)
  - commit c060ae1

++++ kernel-pae:

  - add splash=black option to bootsplash code,
    to keep a black background, useful for remote access to VMs
    (bnc#773487)
  - commit c060ae1

++++ kiwi:

  - make sure pidof returns only the master pid of udevd
  - make sure the splash information doesn't get lost when
    repacking the initrd while building live iso images
  - fixed behavior of /etc/init.d/boot.clock which reads a value
    in /dev/shm/warpclock. The value is provided by a mkinitrd
    binary in /lib/mkinitrd/bin/warpclock. It looks like it's
    required to store that information for a proper localtime
    system clock setup. There is not good documentation about
    this magic but to stay compatible the warpclock code from
    mkinitrd was ported over to the kiwi first boot initrd
    This fixes (bnc #786730)
  - instsource: use supportstatus from product descriptions
    instead from PDB (Package Data Base)
  - instsource: avoid usage of translate_packages code, use
    create_package_descr code (patch by rudi)

++++ systemd:

  - Add fix-debugshell.patch: use /bin/bash if sushell isn't
    installed (bnc#789052).
  - Add handle-root-uses-lang.patch: handle ROOT_USES_LANG=ctype
    (bnc#792182).
  - Ensure libudev1 and libudev-mini1 conflicts.

++++ gupnp-igd:

  - Update to version 0.2.2:
    + Parallel build and linking fixes.
  - Change python-gupnp-id Obsoletes to < %{version}, as we now have
    a new release. Fixes a rpmlint warning about self-obsoletion.

++++ pango:

  - Update to version 1.32.3:
    + Make gobject-introspection PANGO_GLYPH happy
    + Provide a phony define for LANGUAGE
    + Adjust to harfbuzz 0.97 API

++++ samba:

  - On uninstall remove winbind from the pam configuration, invalidate the nscd
    passwd and group cache and only recommend the install of nscd; (bnc#792340).

++++ yast2-installation:

  - allow using local repositories during update (bnc#779397)
  - 2.23.4

------------------------------------------------------------------
------------------  2012-12-3  -  Dec 3 2012  -------------------
------------------------------------------------------------------

++++ ConsoleKit:

  - obsoletes udev-acl package (bnc#791320)

++++ apparmor:

  - verify tarball with gpg-offline

++++ at-spi2-core:

  - Add baselibs.conf in order to provide libatspi0-32bit and
    at-spi2-core-devel-32bit. The library is needed by
    libatk-bridge-2_0-0-32bit.

++++ bogofilter:

  - Update to version 1.2.3.
    * Update configure.ac to avoid autoconf 2.68 warnings, by
    (a) quoting the first AC_RUN_IFELSE argument, an
    AC_LANG_PROGRAM(), with [ ], and
    (b) providing an explicit "true" assumption for Berkeley DB
    capabilities to avoid cross-compilation warnings.
    * Security bugfix; (bnc#792939),
    Fix a heap corruption in base64 decoder on invalid input.
    http://bogofilter.sourceforge.net/security/bogofilter-SA-2012-01
    * Added bogofilter-faq-bg.html, a Bulgarian translation of the FAQ.
    * Mark "Berkeley DB 5.1.19: (August 27, 2010)" supported.
  - Update to version 1.2.2.
    * Use a better PRNG for random sleeps. That is arc4random() where
    available, and drand48() elsewhere.
    * Assorted fixes for issues found with clang analyzer:
    + Fix a potential NULL deference
    + Fix a potential division by zero
    + Remove dead assignments and increments
    * Update Doxyfile and source contrib/bogogrep.c for docs, too.
    * Security bugfix, CVE-2010-2494:
    Fix a heap corruption in base64 decoder on invalid input.
    Analysis and patch by Julius Plenz .
    Please see doc/bogofilter-SA-2010-01 for details.
    * Updated sendmail milter contrib/bogofilter-milter.pl to v1.??????
    * Bump supported/minimum SQLite3 versions and warning threshold.
    See doc/README.sqlite for details.
    * Mark BerkeleyDB 4.8.26 and 5.0.21 supported.
    * Make t.maint more robust; ignore .ENCODING token. To fix test
    failures on, for instance, FreeBSD with unicode enabled.
    * Fix several compiler warnings "array subscript has type 'char'", by
    casting the arguments to unsigned char.
    * Split error messages for ENOENT and EINVAL into new function.
    * Avoid divison by zero in robx computation by checking if there are at
    least one ham message and one spam message registered.
    * contrib/spamitarium.pl updated to version 0.4.0
    * Updated and integrated Ted Phelps's "Patch to prevent .ENCODING from
    being discarded by bogoutil -m" (SourceForge Patch #1743984).

++++ ekiga:

  - Update to version 4.0.0:
    + Major overhaul of the main window
    + Use gnome icons instead of ekiga's own
    + Re-add back H264 and H263+ video plugins
    + New pulse audio plugin (in ptlib)
    + New audio codecs: SILK (used by skype), G.722.1 (aka Siren 7),
    G.722.2 (aka GSM-AMR Wide band)
    + Fix H.323 gatekeeper support
    + Call auto-answer
    + Support for handling multiple video streams (H.239)
    + Use spinner effect during ringing on the other party
    + Unregister accounts when quitting
    + Set presence to offline upon quitting
    + Faster startup by not getting canonical name of servers
    + Fixes for Contact field during registration:
  - Use two additional compatibility mode for some bogus
    registrars
  - Fix order of items in Contact field
    + Add tooltips to various windows and dialog boxes
    + Adjust defaults (show offline users, use picture-in-picture)
    + Jabber/XMPP and GStreamer fixes
    + [windows] Support mingw-w64 and its own headers for building
    + See NEWS file for more details.
  - Add gnome-icon-theme BuildRequires: new verified dependency.
  - Pass --enable-avahi to configure: the default has been changed.

++++ gdb:

  - Merge from gdb-7.5.1-30.fc18.src.rpm.
    7.5.1 gives:
    * An "Attempt to dereference a generic pointer" errors (-var-create).
    * Backtrace problems on x32 (PR backtrace/14646).
    * next/step/finish problems on x32 (PR gdb/14647).
    * A "malformed linespec error: unexpected keyword, [...]" error
    (PR breakpoints/14643).
    * GDB crash while stepping through powerpc (32bits) code.
    * A failed assertion in linux_ptrace_test_ret_to_nx.
    * A "!frame_id_inlined_p (frame_id)" failed assertion.
    * A "No more reverse-execution history." error during reverse
    "next" execution (PR 14548).
    * Incomplete command descriptions in "apropos" output.
    * PR gdb/14494 (a GDB crash difficult to characterize).
    7.5 gives:
    * Go language support.
    * New targets (x32 ABI, microMIPS, Renesas RL78, HP OpenVMS ia64).
    * More Python scripting improvements.
    * SDT (Static Defined Tracing) probes support with SystemTap probes.
    * GDBserver improvements (stdio connections, target-side evaluation
    of breakpoint conditions, remote protocol improvements).
    * Other miscellaneous improvements (ability to stop when a shared
    library is loaded/unloaded, dynamic printf, etc).
    * Reverse debugging on ARM.

++++ glibc:

  - Remove nosegneg i686 library, it's only used for a 32-bit Xen
    hypervisor (not for a 32-bit guest running under 64-bit hypervisor),
    and since the 32-bit Xen hypervisor is not part of openSUSE anymore,
    it is unneeded (bnc#789607).
  - Suppress error message from systemctl in %post -n nscd (bnc#792333)

++++ glibc:

  - Remove nosegneg i686 library, it's only used for a 32-bit Xen
    hypervisor (not for a 32-bit guest running under 64-bit hypervisor),
    and since the 32-bit Xen hypervisor is not part of openSUSE anymore,
    it is unneeded (bnc#789607).
  - Suppress error message from systemctl in %post -n nscd (bnc#792333)

++++ guile:

  - update to 2.0.7:
    * Notable changes
    * * SRFI-105 curly infix expressions are supported
    * * Reader options may now be per-port
    * * Futures may now be nested
    * * `GUILE_LOAD_PATH' et al can now add directories to the end of
    the path
    * * `load-in-vicinity' search for `.go' files in `%load-compiled-path'
    * * Extension search order fixed, and LD_LIBRARY_PATH preserved
    * * Optimize calls to `equal?' or `eqv?' with a constant argument
    * Manual updates
    * * SRFI-9 records now documented under "Compound Data Types"
    * * (ice-9 and-let-star) and (ice-9 curried-definitions) now documented
    * New interfaces
    * * New "functional record setters" as a GNU extension of SRFI-9
    * * web: New `http-get*', `response-body-port', and `text-content-type?'
    procedures
    * * `string-split' accepts character sets and predicates
    * * R6RS SRFI support
    * * `define-public' is no a longer curried definition by default
    etc. see NEWS

++++ iw:

  - license update: ISC
    Look at the license file in the sources

++++ kbd:

  - Update to version 1.15.4:
    * vlock: New utility which locks one or more virtual consoles.
    * loadkeys: Change the handling of -C option.
    * loadkeys: Fix -d option.
    * Add dvorak-es keymap.
    * Add dvorak-uk keymap (Joe MacMahon).
    * Add dvorak-sv-a1 and dvorak-sv-a5 keymaps.
    * Add ruwin_alt_sh-UTF-8 keymap (Dmitriy Perlow).
  - kbd-1.15.3-po-es.patch was fixed.
  - Applied into upstream patches were deleted.
  - Fixed up via spec-cleaner.
  - Clean-section was removed.
  - Macro warnings were fixed via '%' deleting.

++++ kdevelop4:

  - Update to 4.4.1
    * Skip varibles when parsing Makefile for targets.
    * Fix code completion: We used to hide const getter functions if they have a Q_PROPERTY of the same name.
    * Call ::repaint explicitly on the QSplashScreen after showing it.
    * Fix c++ completion bug: don't insert "::::"
    * Don't crash when calling string(TOLOWER, TOUPPER or LENGTH) with too few arguments
    * update splash to say v4.4
    * Put the recent projects in a button+menu instead of a list
    * Fix build on PPC.

++++ kdevplatform:

  - Update to 1.4.1
    * Don't allow to delete the project root, i.e. by pressing DEL.
    * Do not store const& to a shared pointer of AbstractType.
    * Fix C++ code completion bug: don't insert a ";" if there's already one
    * Fix some strings in execute script
    * Improve performance of context menu for git versioned projects
    * Ensure we do not listen to deleted signals for items in skipped folders.
    * Fix build of reviewboardtest.
    * Update copy of FindQJSON.cmake - from kdepimlibs.
    * Add filter lineedit to pick session dialog

++++ kiwi:

  - don't point stdout to stderr when calling grub2-mkconfig with
    stdout I/O redirection into the configuration file. This just
    leads to an empty file. I should think twice before hitting
    the push button ;)
  - workaround a grub2-mkconfig bug which happens if a ' sign is
    used as menuentry title in /etc/default/grub. if called with
    the option -o grub2-mkconfig complains even if the shell
    quoting is perfectly fine. Strange enough it works nicely
    if called as grub2-mkconfig > some-file. As this is only a
    small and maintainable workaround I applied it
  - added an architecture check for KIWIIsoLinux::createHybrid()
    on architectures e.g ppc and ia64 the embedding of a partition
    table into the ISO will not work. Thus the check will issue
    a warning but proceed and does not fail
  - fixed 64bit path check for lxc base directory

++++ lpsolve:

  - Add obsoletes/provides for old libname so depending pkgs work.
    * drop no longer needed lpsolve-5.5.0.11-cflags.patch we use
    autotools now.
    * drop no longer needed lpsolve-pic.diff for the same reason.

++++ opal:

  - Update to version 3.10.9:
    + Various SIP interoperability fixes.
    + Added SIP Service-Route header support (RFC 3608).
    + Various SIP/SIMPLE presence related fixes.
    + Fixed registration to broken registrars.
    + Unregister all accounts on quit.
    + Publish offline presence on quit.
    + Refresh NAT bindings with SIP OPTIONS requests.
    + Support for DNS SRV caching.

++++ libpt2:

  - Update to version 2.10.9:
    + Various SIP interoperability fixes.
    + Added SIP Service-Route header support (RFC 3608).
    + Various SIP/SIMPLE presence related fixes.
    + Fixed registration to broken registrars.
    + Unregister all accounts on quit.
    + Publish offline presence on quit.
    + Refresh NAT bindings with SIP OPTIONS requests.
    + Support for DNS SRV caching.
  - Pass --enable-ipv6 to configure: enable IPv6 support.

++++ libqt4:

  - Update to version 4.8.4:
    * long list of forward and backward compatible
    bug fixes. see included changes-4.8.4 for details
  - remove obsolete backport disable-ssl-compression-by-default.patch
  - update License and URL to Digia

++++ libqt4-sql-plugins:

  - Update to version 4.8.4:
    * long list of forward and backward compatible
    bug fixes. see included changes-4.8.4 for details
  - remove obsolete backport disable-ssl-compression-by-default.patch
  - update License and URL to Digia

++++ samba:

  - BuildRequire libnscd-devel once.

++++ usbredir:

  - Rename libusbredirparser0 to libusbredirparser1:
    The lib version has changed
  - Update to version 0.5.2:
    + usbredirparser:
  - rename libusbredirparser.pc to libusbredirparser-0.5.pc
    This should really have been done with the 0.5 release as API
    compatibility with previous releases was broken there!
  - Update to version 0.5.1:
    + usbredirparser:
  - usbredirparser_has_data_to_write now returns the write queue depth,
    instead of only 0 or 1
    + usbredirhost:
  - usbredirhost_has_data_to_write now returns the write queue depth,
    instead of only 0 or 1
  - when the write queue gets too large, drop isochronous input packets
  - Update to version 0.5:
  - Windows support
  - Add support for 64 bit packet ids
  - usbredirparser:
  - Add state serialization support
  - API and ABI changed to use 64 bit ids,
  - usbredirhost:
  - Remove bulk packets time out, this fixes various devices not working
  - Ack packet cancels immediately
  - Now supports 64 bits packet ids
  - Use libusb_error_name instead of logging raw error codes
  - usbredirfilter_check return -ENOENT rather then -EPERM if no rules match a
    device, this way the caller can differentiate between a deny caused by a
    matching rule, and one caused by there being no matching rules.

++++ libvisio:

  - Bump version to 0.0.23
    * Fixes fdo#48601 - wrong colours in some gradients

++++ libzypp:

  - HistoryLogReader: new HistoryLogData based API for parsing the new
    history file entries (fate#312521)
    The old HistoryItem based API is deprecated but will
    still be available for a while if you compile with
  - DWITH_DEPRECATED_HISTORYITEM_API.
  - Write userdata string to history log (fate#312521)
  - Add HistoryLogReader testcases
  - Adapt to libsolv 'medianr'-changes
  - version 12.5.0 (0)

++++ plasma-addons:

  - Added qoauth-devel as build requirement to enable compilation of microblog
    plasma engine.

++++ sudo:

  - license update: ISC
    Look at the license file

++++ usb_modeswitch:

  - Update to 1.2.5:
    * Initial support for MBIM devices, use with data package >= 20121109;
    checking for these is the automatic default, new parameter NoMBIMCheck
    prevents the check per device in case of problems; new global option
    to set "delay_use" of usb-storage (as low values may prevent
    mode-switching);
    * fix for handling multi-configuration devices (thanks
    to Bjørn Mork for advice)
  - Removed files:
    * add_alcatel_ot_x220d.patch: supported on upstream release
    * 1bbb:f017: supported on upstream release
  - Adapt huawei-timing.patch for 1.2.5

++++ xf86-video-intel:

  - Update to version 2.20.15:
    And lo, enabling more of the common acceleration paths for gen4 revealed
    another lurking bug - something is wrong with how we prepare Y-tiling
    surfaces for rendering. For the time being, we can surreptiously disable
    them for gen4 and avoid hitting GPU hangs.
  - Bugs fixed since 2.20.14:
    + Avoid clobbering the render state after failing to convert the
    operation to use the blitter.
    https://bugs.freedesktop.org/show_bug.cgi?id=57601
    + Disable shadow tracking upon server regeneration, and so fix a crash
    if you restart the server whilst a RandR transform (e.g. rotation) is
    in effect.
    https://bugs.freedesktop.org/show_bug.cgi?id=52255
    https://bugs.freedesktop.org/show_bug.cgi?id=56608

++++ yast2-product-creator:

  - read-only support for repository aliases (fate#312133)
    (alias can be found in config.xml and defined in system
    /etc/kiwi/repoalias file)
  - 2.23.1

------------------------------------------------------------------
------------------  2012-12-2  -  Dec 2 2012  -------------------
------------------------------------------------------------------

++++ kiwi:

  - Implement XMLExceptData class to store  data of the
     element
  - Modify the get* methods of the XMLSplitData class to return array refs of
    FileData and ExceptData objects
    * this was necessary to avoid duplication of XML generation code across
    class implementations
    * this behavior is now also consistent with other get* methods when
    accessing complex data
  - Implement getXMLElement method for all XML*Data classes
    * getXML method returns 1 XML element that represents the data of the
    class
  - Update unit tests as needed

++++ lftp:

  - Add lftp-ca-bundle-path.patch: use /etc/ssl/ca-bundle.pem as
    root CA store. Instead of 'suggesting' users to get used to
    certificate errors, it's better to give a working default that
    allows normal certificate verification. Note: we do not set
    ssl:ca-path, even though this would be nicer, but lftp v4.4.0
    seem not to support this (despite it being documented in man
    pages).

++++ grilo:

  - Update to version 0.2.4:
    + Fixed compilation problem with gcc 4.2.
    + Improved documentation.
    + Added support for boolean, float and datetime keys in filters.
    + Some fixes in core, including:
  - bgo#688301: docs: GrlMedia: Improve certificate/region
    function docs.
  - bgo#689053: grl-source: fix compare_queue_element function.

++++ netpbm:

  - Update libmin to 60.
  - Added libjpeg-devel, libxml2-devel and pkgconfig(x11) as build requirements.

++++ libproxy:

  - Update to version 0.4.11:
    + Build fixes with cmake 2.8.10+.
    + Quick release without built binaries / files (bug#184).
  - Drop cmake-2.8.10-compat.diff: fixed upstream.

++++ libproxy-plugins:

  - Update to version 0.4.11:
    + Build fixes with cmake 2.8.10+.
    + Quick release without built binaries / files (bug#184).
  - Drop cmake-2.8.10-compat.diff: fixed upstream.

++++ samba:

  - Remove obsoleted references to pre-9.4 SUSE systems; (bnc#792294).
  - Add SUSE version depending pkg-config requires macro; (bnc#792294).
  - Define library names and use it instead of libldb1, libnetapi0,
    libsmbclient0, libsmbsharemodes0, libtalloc2, libtdb1, libtevent0, and
    libwbclient0; (bnc#792294).
  - Provide and obsolete libsmbsharemodes for post-10.3 SUSE systems.

++++ talloc:

  - Update to 2.0.8.
    + Convert error cecking macros into fns
    + don't allow a talloc_pool inside a talloc_pool.
    + use a struct for pool headers.
    + remove unused variables
    + Update doxygen config.
    + Slightly simplify talloc_unlink
    + Only check for pkg-config file when checking for system talloc.
    + fix a comment typo
    + simplifiy the logic to build talloc_testsuite in the standalone build

++++ tdb:

  - Update to version 1.2.11.
    + Make tdb robust against improper CLEAR_IF_FIRST restart
    + Make robust against shrinking tdbs
    + add -e option to tdbdump (and docment it).
    + tdbdump should log errors, and fail in that case.
    + add tdb_rescue()
    + Fix a typo
    + return unpack error on strdup failure
    + finish weaning off err.h.
    + don't use err.h in tests.
    + make TDB_NOSYNC merely disable sync.
    + remove unused debug_fprintf() macro that breaks the build
    + tests: fix use of a non-existent word (existant)

++++ nmap:

  - update to 6.25
    + add 373 IPv4 OS fingerprints and improve existing fingerprints
    + add more than 400 service/version detection fingerprints
    + integrate latest IPv6 OS submissions and corrections
    + Enabled support for IPv6 traceroute using UDP, SCTP, and IPProto
    (Next Header) probes.
    + Scripts can now return a structured name-value table so that results
    are query-able from XML output. Scripts can return a string as
    before, or a table, or a table and a string. In this last case, the
    table will go to XML output and the string will go to screen output.
    + Ncat: Added support for Unix domain sockets. The new -U and
  - -unixsock options activate this mode.
    + removal of Windows dependencies reduces size of source tarball
    + Replaced old RPC grinder with NSE-based implementation
    + Updated Nmap Scripting Engine to use Lua 5.2
    + Added 85 NSE scripts
    + Added 12 new protocol libraries:
    * ajp (Apache JServ Protocol)
    * base32 (Base32 encoding/decoding - RFC 4648)
    * bjnp (Canon BJNP printer/scanner discovery protocol)
    * cassandra (Cassandra database protocol)
    * eigrp (Cisco Enhanced Interior Gateway Routing Protocol)
    * gps (Global Positioning System - does GPRMC NMEA decoding)
    * ipp (CUPS Internet Printing Protocol)
    * isns (Internet Storage Name Service)
    * jdwp (Java Debug Wire Protocol)
    * mobileme (a service for managing Apple/Mac devices)
    * ospf (Open Shortest Path First routing protocol)
    * rdp (Remote Desktop Protocol)
    + added more Common Platform Enumeration (CPE) identifiers
    + Scans that use OS sockets (including TCP connect scan, version
    detection, and script scan) now use the SO_BINDTODEVICE sockopt on
    Linux, so that the -e (select network device) option is
    honored.
    + [Zenmap] Host filters can now do negative matching, for example you
    can use "os:!linux" to match hosts NOT detected as Linux.
    + further minor improvements and bug fixes as listed in
    http://nmap.org/changelog.html
  - for openSUSE releases where lua 5.2 is available, build with that
    library, otherwise use the library that comes with the sources
  - add tests for the correct system or included libraries
  - refresh nmap-4.75-nostrip.patch
  - refresh su-to-zenmap.patch

++++ python-kde4:

  - Update to 4.9.90
    * See http://www.kde.org/announcements/announce-4.10-beta2.php
  - Removed patch pykde4-fix-strings.diff due to upstream inclusion

------------------------------------------------------------------
------------------  2012-12-1  -  Dec 1 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ alsa-utils:

  - Add libsamplerate-devel to buildrequires for alsaloop
    (bnc#792173)

++++ ark:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ blinken:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdesdk4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdebase4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes
  - Drop buildrequire on xine-lib. No longer required
  - Add kwebkitpart as recommend for Konqueror

++++ kiten:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ glibc:

  - Update to f638872ab422:
    Fix regression introduced with last update in sunrpc code
    Fix assertion failure in resolver
    Bug fixes
  - Remove upstreamed patch glibc-resolv-assert.diff

++++ glibc:

  - Update to f638872ab422:
    Fix regression introduced with last update in sunrpc code
    Fix assertion failure in resolver
    Bug fixes
  - Remove upstreamed patch glibc-resolv-assert.diff

++++ gwenview:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kactivities4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kalgebra:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kalzium:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kanagram:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kate:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kbruch:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kcalc:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kcharselect:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kcolorchooser:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kde4-filesystem:

  - Update to 4.9.90
    * This is the second Beta release for 4.10 (Contains bugfixes)

++++ kdebase4-workspace:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kde4-l10n:

  - Update to 4.9.90 (KDE 4.10 Beta 2)
    * Bugfixes

++++ kde4-print-manager:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdeartwork4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdebase4-runtime:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkdegames:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdelibs4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdenetwork4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kdepimlibs4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes
  - Remove patch buildfix-qjson_0_8_0.diff, as that it was included
    upstream

++++ kgamma:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kgeography:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ khangman:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kig:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kio_audiocd:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kamera:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ klettres:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kmag:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kmahjongg:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kmines:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kmix:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kmousetool:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kmplot:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ konsole:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kpat:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kreversi:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kross-interpreters:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kruler:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kscd:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ ksnapshot:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kstars:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ ksudoku:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ ktouch:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kwalletmanager:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ kwordquiz:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ analitza:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkcddb4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkcompactdisc4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkdcraw:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkdeedu4:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkexiv2:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkipi:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libkmahjongg:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libksane:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ marble:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ libnepomukwidgets:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ opencv:

  - Drop the buildrequire for libxine

++++ wayland:

  - Update to new upstream release 1.0.2
    * new wl_display_dispatch_queue_pending() entry point that allows
    avoiding triple buffering in Mesa
    * avoid premature exit and potential memory corruption in
    wl_display_roundtrip()
  - Put all include files in a separate directory so that we see
    when downstream users forget to use pkgconfig

++++ nepomuk-core:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ okular:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ oxygen-icon-theme:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ parley:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ plasma-addons:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ step:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ sweeper:

  - Update to 4.9.90
    * This is the second Beta release for 4.10. Contains bugfixes

++++ vim:

  - Updated to revision 744, fixes the following problems
    * printf() can only align to bytes, not characters.
    * Inconsistency: :set can be used in the sandbox, but :setlocal and
    * Crash when calling setloclist() in BufUnload autocmd. (Marcin
    * Error on exit when using Python 3.
    * When changing the font size, only MS-Windows limits the window
    * When re-using the current buffer the buffer-local options stay.
    * Cannot run new version of cproto, it fails on missing include
    * Proto files are outdated.
    * Ruby interface defines local functions globally.
    * Perl flags may contain "-g", which breaks "make proto".
    * Building with Ruby and Tcl on MS-Windows 64 bit does not work.
    * :aboveleft and :belowright have no effect on :copen.
    * Typos and duplicate info in README.
    * Building with Ruby fails on some systems.
    * Crash in PHP file when using syntastic.
    * Py3Init_vim() is exported uneccessarily.
    * Compiler warnings for function arguments.
    * Tests fail when including MzScheme.
    * Cannot put help files in a sub-directory.
    * File name completion in input() escapes white space.
    * Unused function argument.
    * Computing number of lines may have an integer overflow.
    * IOC tool complains about undefined behavior for int.
    * Tiny build fails.
    * Leaking memory when :vimgrep restores the directory.
    * Tiny build still fails.
    * 64 bit compiler warning.

------------------------------------------------------------------
------------------  2012-11-30  -  Nov 30 2012  -------------------
------------------------------------------------------------------

++++ alsa-plugins:

  - Improve prebuf setup of pulse plugin:
    0001-pcm_pulse-set-prebuf-parameter-according-to-software.patch

++++ alsa-utils:

  - Build with libsamplerate for aloop (bnc#792173)
  - Add a patch to handle alsaloop properly without libsamplerate
    (bnc#792173):
    0010-alsaloop-Make-alsaloop-working-without-libsamplerate.patch
    0011-alsaloop-Fix-missing-endif.patch

++++ binutils:

  - Revert upstream change to error on bfd.h usage without first
    including some config.h

++++ dvb:

  - update to 1.1.1_20120913
    * ar, br, cz, hu scan data updated
  - remove cz-Kojal scanfile. It's superseded by the new cz data.

++++ glibc:

  - Update to c93ec1f091ec:
    Warn about unsupported DT_FLAGS_1 flags
    Add Interlingua locale
    Bug fixes

++++ glibc:

  - Update to c93ec1f091ec:
    Warn about unsupported DT_FLAGS_1 flags
    Add Interlingua locale
    Bug fixes

++++ grub2:

  - replace %{sles_version} by %{suse_version}
  - use correct product name

++++ kiwi:

  - implement consistency check to disallow boot to be setup as
    a volume in  (LVM) configuration
  - implement unit tests to verify test
  - v5.04.28 released
  - removed obsolete and also never reached code
  - fixed user/group setup. kiwi used the given group name as a
    supplementary group and not as the main group this user belongs
    to. Together with a group name and a group id which matches
    that group name this could lead to duplicate user views in
    e.g YaST and to basically wrong user configuration (bnc #792058)
  - implement handling of additive and unit attributes of the 
    element in the imageConfig data structure and the XMLTypeData class
    rename the following methods of the XML class:
    * getImageSize               => getImageSize_legacy
    * getImageSizeAdditiveBytes  => getImageSizeAdditiveBytes_legacy
    * getImageSizeBytes          => getImageSizeBytes_legacy

++++ lpsolve:

  - Use the spec-beautifier to make it more readable.

++++ pcsc-lite:

  - Updated to version 1.8.7
    * Fix a problem when a reader is unplugged (and the reader is
    still in use)

++++ samba:

  - Don't clutter the spec file diff view; (bnc#783384).

++++ ltrace:

  - Update to 0.7.1
    * Version 0.7.1
    * * Bugfixes
    * ** ltrace.conf.5 is now installed to man5 as it should be
    * ** [PowerPC] A header file necessary for building is now shipped
    * ** [MIPS] Work around duplicate symbol request bug
    * ** Detect VDSO entry in r_debug linkmap with non-empty name
    * ** Temporary files are wiped properly after the test suite has been run
    * ** Parsing typedefs with common prefix now works as it should
    * * Cofiguration Files
    * ** The following prototypes in ltrace.conf were added or updated
    * ** Duplicate typedefs are now guarded against
    * ** It's now possible to define recursive structures
    * ** New lens "bitvec" is available
    * ** Octal lens renamed to "oct"
    * ** The hex lens can now format floating point arguments
    * Version 0.7.0
    * * Tracing
    * ** Full support for tracing multi-threaded processes
    * ** Support for tracing inter-library calls
    * ** Better support for parameter passing ("fetch backend")
    * ** Awareness of deny_ptrace SELinux boolean
    * ** Limited support for tracing returns from tail call functions
    * ** -e, -x and -l selectors now allow using globs and regular expressions
    * ** -g command line option dropped
    * ** Test suite can now be run under valgrind
    * ** [ppc] Support both BSS and secure PLTs for 32-bit processes
    * ** [mips] Implement software singlestepping
    * ** [mips] Add support for CPIC main programs
    * ** Support tracing PIE binaries
    * * Configuration Files
    * ** New abstraction: parameter pack
    * ** New expression: zero
    * ** Lenses: change the way that underlying type is rendered
    * ** Misspelling of "int" as "itn" temporarily accepted, but deprecated
    * ** Using void as top-level function argument now deprecated
    * ** Using void to hide one argument is now obsolete
    * * Documentation
    * ** New manual page ltrace.conf(5)
    * ** README, INSTALL brought up to date
    * ** New file CREDITS with a list of contributors
    * * Bugfixes
    * ** Fix detaching from a process
    * ** Argument to -n is now checked for validity
    * ** Fix tracing across exec in a stripped binary
    * ** [x86] ORIG_RAX/ORIG_EAX may not contain original syscall number
    * ** [ppc] Fix races in tracing -e events in 64-bit processes
    * ** [ppc] Allow stepping over lwarx instruction
    * * Known bugs
    * ** [arm] Tracing is not supported at all on ARM
    * Version 0.6.0
    * * General Features
    * ** Use autotools for building
    * ** New option -b: disables output of signals received by the tracee
    * ** New option -w: print stack trace of events
    * ** Support tracing of symbols from libraries opened with dlopen
    * * Architecture-specific Changes
    * ** Various fixes for MIPS and PowerPC
    * ** Support for ARM Thumb mode
    * ** Implement fetching of 5th and further function arguments on s390
    * ** Support fork/exec syscalls on 31-bit s390
    * ** Support for float and double arguments on x86_64
    * ** Fixes for return arguments (after '+') in nested calls on x86_64
  - removed upstreamed patches:
    ltrace.ppc.patch
    ltrace.s390-more-arguments.patch
    ltrace.demangle-lib.cstdlib.patch
  - ltrace.vdso.patch: allow more VDSO names.

++++ mozilla-nspr:

  - update to version 4.9.4
    * bmo#757593: PR_IntervalNow not monotonic for Android, Linux,
    Mac OS X.
    * bmo#804806: Remove support for obsolete platforms (ncr, nec,
    sony, nextstep, sinix/reliantunix, and sunos4).
    * bmo#804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish with
    NO_NSPR_10_SUPPORT. Fixed by Isaac Aggrey.

------------------------------------------------------------------
------------------  2012-11-29  -  Nov 29 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 17.0.1
    * revert some useragent changes introduced in 17.0
    * leaving private browsing with social enabled doesn't reset all
    social components (bmo#815042)
  - fix KDE integration for file dialogs

++++ alsa:

  - backport UAPI header fix, chmap extension and comiple warning fix
    0036-Merge-kernel-uapi-sound-asound.h-and-asequencer.h.patch
    0037-PCM-Add-more-chmap-definitions-for-UAC2.patch
    0038-PCM-shut-up-a-compile-unused-parameter-compile-warni.patch
    0039-Add-workaround-for-conflicting-snd_seq_event_t-defin.patch

++++ alsa-utils:

  - Backport fixes from upstream
    0006-alsamixer-fix-handling-of-removed-controls.patch
    0007-aplay-Show-usage-if-no-parameter-is-passed.patch
    0008-amixer-fix-rounding-of-relative-changes.patch
    0009-amixer-Fix-parsing-container-TLV-entries.patch

++++ colord:

  - Update to version 0.1.25:
    + New Features:
  - Add a create-standard-space sub-command to cd-create-profile.
  - Add a FAQ entry describing application support of color
    management.
  - Add a 'make coverity' helper to scan the project for errors.
  - Add a profile metadata key of 'License'.
  - Add a profile warning if any of the primaries are outside of
    ROMM RGB.
  - Add a set-version command to the cd-fix-profile command line
    tool.
  - Add a warning if the profile calibration data is
    non-monotonic.
  - Add a warning if the profile copyright is missing.
  - Add a warning if the profile description is missing.
  - Add a warning if the profile gray axis is invalid.
  - Move the named color examples to shared-color-profiles.
  - Print if the profile is system-wide when doing 'colormgr
    get-profiles'.
  - Show the primaries when dumping the profile using
    cd-fix-profile.
  - Use syslog to be able to debug what the daemon is doing
    without restarting it.
    + Bugfixes:
  - Check the return value of mbstowcs before using the buffer.
  - Convert cd-create-profile to using sub-commands to make it
    more modular.
  - Create linear vcgt tables when using create-x11-gamma to
    match the xserver behaviour.
  - Create version 2.2 ICC files when creating named color
    profiles.
  - Do not ever manually set a ICC profile version when creating
    profiles.
  - Do not try to connect to colord in cd-fix-profile until
    actually needed.
  - Don't optimize the profile check transforms to speed up
    daemon startup.
  - Don't set the StandardSpaces override, the generated profiles
    have the correct metadata now.
  - Fix a crash in the example code if the device has a
    non-standard qualifier format.
  - Fix GetStandardSpace so it can actually work.
  - huey: Ensure we return an error if we ran out of retries.
  - If the copyright string is not set when creating a profile
    use a good default.
  - Improve the formatting of 'get-profiles' and 'get-devices'.
  - libcolord: Fix up a warning if GetStandardSpace fails to find
    a profile.
  - Return an error if the client does not set a profile or
    device id.
  - Return an error if the client uses an unsupported scope
    value.
  - Set a default copyright string when creating profiles without
    using --copyright.

++++ glibc:

  - Remove obsolete patches:
    glibc-strict-aliasing.diff
    nscd-avoid-gcc-warning.diff

++++ glibc:

  - Remove obsolete patches:
    glibc-strict-aliasing.diff
    nscd-avoid-gcc-warning.diff

++++ hplip:

  - Version upgrade to 3.12.11:
    Several more supported printers and all-in-one devices
    (in particular several "HP LaserJet Enterprise" models).
    Several bug fixes.
    For details see
    http://hplipopensource.com/hplip-web/release_notes.html
  - fix-no-return-in-nonvoid-function.diff is no longer needed
    because it is now completely fixed in the upstream sources.
  - disable-chgrp_lp.diff replaces no-chgrp_lp_hplip_Logdir.diff
    and does basically the same but is adapted for HPLIP 3.12.11.
  - Adapted no-hplip_cron.diff for HPLIP 3.12.11.

++++ jing:

  - used saxon9 for build and as a dependency (bnc#780666)

++++ kiwi:

  - fixed legacy grub setup. the partition numbers starts at 0 here
  - fixed shell escaping for grub.cfg and /etc/default/grub
  - also fixed importFile method to handle single quotes correctly

++++ pam_mount:

  - Verify GPG signature.

++++ lpsolve:

  - Drop duplication of the license string.

++++ libmspub:

  - Update the whitespacing and order
  - Version bump to 0.0.3
    * cleanup the license string
    * disable werror explicitely
    * fdupe duped images

++++ python3-base:

  - fix include path in macros (bnc#787526)
  - implement failed import handlers for modules that live in
    subpackages - e.g. "import ssl" will now throw a sensible error
    message telling you to install "python3"

++++ libvisio:

  - Bump version to 0.0.22

++++ openvpn:

  - Verify GPG signature.

++++ perl-HTML-Tidy:

  - license Artistic-2.0

++++ system-config-printer:

  - Add python-pycurl Requires to python-cusphelpers subpackage, as
    pycurl is imported from cupshelpers/openprinting.py.

++++ smartmontools:

  - Verify GPG signature.

++++ squid:

  - Verify GPG signature.

++++ wireshark:

  - update to 1.8.4 [bnc#792005]
    + vulnerabilities fixed:
    * Wireshark could leak potentially sensitive host name
    resolution information when working with multiple pcap-ng
    files.
    wnpa-sec-2012-30 CVE-2012-5592
    * The USB dissector could go into an infinite loop.
    wnpa-sec-2012-31 CVE-2012-5593
    * The sFlow dissector could go into an infinite loop.
    wnpa-sec-2012-32 CVE-2012-5594
    * The SCTP dissector could go into an infinite loop.
    wnpa-sec-2012-33 CVE-2012-5595
    * The EIGRP dissector could go into an infinite loop.
    wnpa-sec-2012-34 CVE-2012-5596
    * The ISAKMP dissector could crash.
    wnpa-sec-2012-35 CVE-2012-5597
    * The iSCSI dissector could go into an infinite loop.
    wnpa-sec-2012-36 CVE-2012-5598
    * The WTP dissector could go into an infinite loop.
    wnpa-sec-2012-37 CVE-2012-5599
    * The RTCP dissector could go into an infinite loop.
    wnpa-sec-2012-38 CVE-2012-5600
    * The 3GPP2 A11 dissector could go into an infinite loop.
    wnpa-sec-2012-39 CVE-2012-5601
    * The ICMPv6 dissector could go into an infinite loop.
    wnpa-sec-2012-40 CVE-2012-5602
    + Further bug fixes and updated protocol support as listed in:
    http://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html

++++ xmlbeans:

  - require saxon9 for build

++++ yast2:

  - fixed bnc#791294: frame for firewall settings
  - 2.23.14

------------------------------------------------------------------
------------------  2012-11-28  -  Nov 28 2012  -------------------
------------------------------------------------------------------

++++ at:

  - When sysconfig variables are empty, do not set stuff to zero
    just use the defaults.
  - Fix systemd unit and sysconfig parsing the right way.

++++ binutils:

  - Change update-alternative priorities to always prefer GNU ld

++++ cmake:

  - Update to 2.8.10.2
    * Fix kitware#0013691: [Modules] FindGettext.cmake does not set GETTEXT_FOUND on success
    * Fix kitware#0013702: [CMake] CMake crashes when reconfiguring build
    * Fix kitware#0013667: [CMake] Automoc fails to handle Q_INTERFACES
  - Drop obsolete patches

++++ gcc:

  - Rework gcc-info.
    * Install symlinks to the versioned info files and adjust
    install_info calls.  [bnc#756182]
    * Provide uninstall hook that removes the alias entries.

++++ cups-pk-helper:

  - Add cups requires: Without cups being installed, cups-pk-helper
    can't do any of its tasks (bnc#783865).

++++ lvm2:

  - udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch:
    cookie_set=1 on each dm_task_set_cookie call (bnc#788882)

++++ dmraid:

  - Move lock file to /run/lock so it wont interfere with systemd.

++++ elfutils:

  - add elfutils-aarch64.patch to support aarch64
  - update to 0.155
    libelf: elf*_xlatetomd now works for cross-endian ELF note data.
    elf_getshdr now works consistently on non-mmaped ELF files after
    calling elf_cntl(ELF_C_FDREAD).
    Implement support for ar archives with 64-bit symbol table.
    [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET.
    libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc).
    Any existing sources using the old name will have to be updated.
    Add DW_MACRO_GNU .debug_macro type encodings constants, DW_ATE_UTF
    and DW_OP_GNU_parameter_ref to dwarf.h.
    Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
    and DW_FORM_GNU_strp_alt.  Disabled by default.  Use configure
  - -enable-dwz to test it.
    dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
    Fix bug using dwarf_next_unit to iterate over .debug_types.
    elflint: Now accepts gold linker produced executables.
    readelf: Add .debug_macro parsing support.
    Add .gdb_index version 7 parsing support.
    Recognize DW_OP_GNU_parameter_ref.
    backends: Add support for Tilera TILE-Gx processor.
    translations: Updated Ukrainian translation.
    The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone
    programs. There is now also a formal CONTRIBUTING document describing how to
    submit patches.

++++ file-roller:

  - Update to version 3.6.3:
    + Crash when pasting a deleted file. (bgo#688627)
    + Fixed the 'next' button still activated when it should not.
    (bgo#688648)
    + zip archives: file-roller doesn't delete directories.
    (bgo#632339)
    + The properties panel shows an incorrect number of files.
    (bgo#688634)
    + Match Nautilus behavior for back and forward buttons.
    (bgo#578837)
    + Fixed crash when using the --extract-to option. (bgo#686321)
    + Fixed cut & paste for rar/arj/lhz archives when cutting all the
    files in the archive.
    + Fixed file deletion for encrypted rar archives.
    + Fixed renaming for files starting with '--'.
    + Updated translations.

++++ glibc:

  - Update to e3c6aa3a5848:
    * Fix powerpc64 make abi check failure
    * bugfixes
  - Install nscd.socket to new /usr location
  - Reenable multi-arch on ppc ppc64

++++ glibc:

  - Update to e3c6aa3a5848:
    * Fix powerpc64 make abi check failure
    * bugfixes
  - Install nscd.socket to new /usr location
  - Reenable multi-arch on ppc ppc64

++++ iptables:

  - Verify GPG signature

++++ kiwi:

  - implement  data handling in new XML data structure
  - rename the following methods:
    * updateTypeList      -> __updateTypeList_legacy
    * updateXML           -> __updateXML_legacy
    * writeXMLDescription -> writeXMLDescription_legacy
    * createURLList       -> __createURLList_legacy
    * getURLHash          -> getURLHash_legacy
    * getURLList          -> __getURLList_legacy
    * getLocale           -> getLocale_legacy
    * getStripDelete      -> __getStripDelete_legacy
    * getStripLibs        -> __getStripLibs_legacy
    * getStripTools       -> __getStripTools_legacy
    * addStrip            -> __addStrip_legacy
  - implement new methods to add and get data expressed as 
    in the XML
  - update unit tests to use _legacy method names
  - implement new unit tests for new methods
    * create new config.xml file for new unit tests
  - implement XMLStripData class
  - fixes use of custom disk size value via the  element
    or the option --bootvm-disksize. In combination with LVM
    volumes the result disk size is much bigger because kiwi
    just added the requested volume sizes to the specified
    disk size which is not the desired behavior
  - fix array comparison in the test case
    * at present names that contain "special" characters may not compare
    properly, such that libstdc++ will not match a libstdc++ entry in
    the other array. Use string interpolation to address the issue.

++++ libHX:

  - Verify GPG signature

++++ graphite2:

  - graphite2-arm.patch :Fix build in arm and possible other platforms, we should
    notuse -nodefaultlibs as a linker flag and let the system
    do its job automatically.
  - freetype-devel should be freetype2-devel

++++ libindi:

  - Update to version 0.9.6:
    * Support for Starlight Xpress Adaptive Optics unit.
    * Improved support for Startlight Xpress CCDs and Filter wheels.
    * Support for Arduino boards, with customizable drivers for common
    observatory auxiliary devices.
    * Support for GPUSB Guide Port Interface.
    * Improved support for QSI CCDs and Filter wheels.
    * Support for filters with absolute positioning.
    * Support for cameras with guiding chip.
    * Fixed INDI server FIFO CPU utilization bug.
    * Fixed various bugs with v4l drivers due to code regression.
    * Improved support for Mac OS X.
    * Improved simulators.
    * _REQUEST properties are now deprecated.
    * Updated tutorials and API.
  - Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and
    added a new one to fix some new "no-return-in-nonvoid-function" rpm
    post-build check errors.
  - Added a patch (udev_rules_dir_configurable.patch) to make
    "UDEVRULES_INSTALL_DIR" configurable.
  - Added pkgconfig(udev) as build requirement in order to install the udev rules
    file in the correct directory.

++++ libmnl:

  - Verify GPG signature

++++ libnetfilter_conntrack:

  - Verify GPG signature

++++ libnfnetlink:

  - Verify GPG signature

++++ opencv:

  - Update to OpenCV 2.4.3
    More info at:
    http://opencv.org/opencv-2-4-3-released.html
    The nicely formatted changelog can be seen here:
    http://code.opencv.org/projects/opencv/wiki/ChangeLog;
    here are the highlights:
    * A lot of good stuff from the Google Summer of Code 2012 has been
    integrated; this was a very productive summer!
    * Significantly improved and optimized Android and iOS ports.
    * Greatly extended GPU (i.e. CUDA-based) module.
    * The brand new ocl (OpenCL-based) module that unleashes GPU power
    also for AMD and Intel GPU users. It’s not included into the
    binary package, since there are different SDKs, and it’s not
    turned on by default. You need to run CMake and turn on
    “WITH_OPENCL”. Also, please note that this is very first version
    of the module, so it may be not very stable and not very
    functional.
    * Much better performance on many-core systems out of the box. You
    do not need TBB anymore on MacOSX, iOS and Windows. BTW, the
    binary package for Windows is now built without TBB support.
    Libraries and DLLs for Visual Studio 2010 use the Concurrency
    framework.
    * About 130 bugs have been fixed since 2.4.2.
    * Since 2.4.3rc we fixed several more problems, in particular some
    compile problems with iOS 6 SDK.

++++ liborcus:

  - Official 0.3.0 package.

++++ python3-base:

  - merge python3-xml into python3
  - merge python3-2to3 library into python3-base
    and the 2to3 binary into python3-devel
    (python3-devel is now in conflict with python-2to3, which
    will be dropped)
  - enable --with-system-expat for python3, making the xml modules
    (and thus python3) depend on expat
  - reconfigure tests to disable network and GUI resources, which
    the upstream apparently thought is a good idea to enable by default.
    this fixes build failures in Factory
  - add lzma-devel to build the _lzma module
  - moved %dynlib macro definition to common section

++++ samba:

  - Fix fd leak causing 100% CPU in winbind on certain dc connection
    failures; (bso#9436); (bnc#786677).

++++ nfs-utils:

  - New upstream release 1.2.7.  Adds FedFD support
    to mounted and replaces nfsdcld with
    nfsdcltrack.  This is used to manage client state
    on NFSv4 servers.
    Incorporates more local patches.
  - Replace "/var/run" with "/run" in various scripts.
  - nfsserver.init: Generate message that "bind=" is deprecated
    if it is used.

++++ qemu:

  - Replace -fno-gcse patch with v3

++++ qemu-linux-user:

  - Replace -fno-gcse patch with v3

++++ rpcbind:

  - Move rpcbind.sock and rpcbind.lock to /run to not interfere with
    systemd.

++++ saxon9:

  - do not provide saxon symbol, this will be provided by saxon6
    bnc#780666 (comment10)

++++ yast2-nis-server:

  - save local NIS client with static netconfig policy (bnc#786799)
  - 2.23.0

------------------------------------------------------------------
------------------  2012-11-27  -  Nov 27 2012  -------------------
------------------------------------------------------------------

++++ ConsoleKit:

  - import-udev-acl-tool-from-udev.patch: add udev-acl to ConsoleKit
    for systems which don't use systemd-logind (bnc#791320).

++++ ModemManager:

  - Move udev rules file to the folder specified by udev.pc by
    passing --with-udev-base-dir to configure.

++++ NetworkManager:

  - Move the udev files to the right location:
    + Define _udevdir based on the udevdir variable of udev.pc.
    + Pass --with-udev-dir=%{_udevdir} to configure.
    + Use %{_udevdir} in the files section as appropriate.

++++ aspell-dictionaries:

  - updated pt_PT dictionary, version 20121123

++++ autoconf:

  - Repackage with bzip2 so that the package can be built for older
    distributions.

++++ binutils:

  - Implement update-alternatives service for gold
  - update to version 2.23.1 release
  - add aarch64 biarch patch

++++ curl:

  - Verify GPG signature.

++++ digikam:

  - enabled compilation of the VideoSlideshow kipi plugin

++++ xiterm:

  - license update: SUSE-CPL-0.5

++++ hxtools:

  - Verify GPG signature

++++ fontconfig:

  - updated to 2.10.2:
    + Fix syntax errors in fonts.dtd.
    + Bug 57114 - regression on FcFontMatch with namelang
    + Update CaseFolding.txt to Unicode 6.2
    + Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in 65-nonlatin.conf
    + Fix N'ko orthography
    + Install config files first

++++ gimp:

  - Add gimp-CVE-2012-5576.patch: fix memory corruption vulnerability
    when reading XWD files (bnc#791372, bgo#687392, CVE-2012-5576).

++++ git:

  - updated to version 1.8.0.1:
    * a bit of features.
    * other minor fixes and documentation updates since v1.8.0.
    more details, please see here:
    https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.0.1.txt.

++++ glade:

  - Update to version 3.14.2:
    + Fixed bgo#685816 "Widget attributes editing broken" by
    reverting old fix and setting use-action-appearance default
    back to false so the old sensitivity code can work as ussual.
    + Fixed bgo#678922 "When editing a label, the cursor is moved to
    the end after every change."
    + Fixed a few leak since glade_property_make_string() returns a
    newlly allocated string.

++++ glib2:

  - Changes from version 2.35.2:
    + GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
    + New g_variant_new_from_bytes() API
    + UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
    + Many pedantic cleanups to adhere to a higher level of -W use
    + GTask changes to avoid a deadlock
    + many cleanups/fixes for Windows
    + Boxing for GPollFD, GIOChannel, GBytes, GByteArray
    + Fix URL-encoding of trashed files
    + Many other docs and annotations fixes
    + Bugs fixed: bgo#649302, bgo#668842, bgo#672924, bgo#673229,
    bgo#677062, bgo#686185, bgo#686191, bgo#686797, bgo#686810,
    bgo#686822, bgo#686839, bgo#686895, bgo#686898, bgo#686920,
    bgo#686921, bgo#687075, bgo#687089, bgo#687098, bgo#687385,
    bgo#687441, bgo#687516, bgo#687540, bgo#687541, bgo#687600,
    bgo#687698, bgo#687700, bgo#687742, bgo#687801, bgo#688109,
    bgo#688255, bgo#688338, bgo#688370, bgo#688378, bgo#688518.
  - Changes from version 2.35.1:
    + Signal handlers connected with g_signal_connect_object() are
    now automatically disconnected on target object destruction
    + The ->constructed vfunc is now called after all properties are
    set
    + g_type_init() is no longer necessary and has been deprecated
    + GTask (the new GAsyncResult implementation) has landed
    + GLib version macros updated
    + Update to Unicode 6.2
    + Thread safety fixes for GFileMonitor in non-default main
    contexts
    + GTimeZone support for old-format zoneinfo database (as on Mac
    OS)
    + g_settings_bind() now works with non-canonical property names
    + Fix crashes related to NULL connection passed to
    GBusNameVanishedCallback and document this situation
    + Bugs fixed: bgo#118536, bgo#661767, bgo#682950, bgo#683642,
    bgo#684882, bgo#684909, bgo#684912, bgo#685037, bgo#685608,
    bgo#685697, bgo#685733, bgo#685787, bgo#685995, bgo#686091,
    bgo#686119, bgo#686161, bgo#686231, bgo#686458.
    + Updated translations.
  - Disable glib2-force-fam-for-remote-fs.patch: Needs fixing.
  - Update to version 2.34.3:
    + Reverted the patch for bgo#686786, which broke the build on
    OS X and Windows.
    + Bugs fixed: bgo#673047, bgo#681685, bgo#688093, bgo#688180,
    bgo#688319, bgo#688338, bgo#688370, bgo#688377, bgo#688886.
    + Updated translations.

++++ glibc:

  - Update to de2fd463b1c0:
    Various bugfixes including:
    * Fix fwrite bug causing grep etc testsuite failure
    * sotruss: fix argument parsing
    * Check supported DF_1_XXX bits
    Add new locales niu_NU and niu_NZ
  - Refresh patch glibc-revert-fseek-on-fclose.diff

++++ glibc:

  - Update to de2fd463b1c0:
    Various bugfixes including:
    * Fix fwrite bug causing grep etc testsuite failure
    * sotruss: fix argument parsing
    * Check supported DF_1_XXX bits
    Add new locales niu_NU and niu_NZ
  - Refresh patch glibc-revert-fseek-on-fclose.diff

++++ gnome-bluetooth:

  - Move udev rules.d files to the right location:
    + Add pkgconfig(udev) BuildRequires.
    + Define _udevdir based on udevdir variable in udev.pc
    + Fix install section to make use of _udevdir.

++++ gnutls:

  - Test suite breaks on qemu-arm some calls not implemented.

++++ hdparm:

  - Add pkgconfig(udev) BuildRequires: needed in order to dynamically
    extract the right folder for udev rules and scripts.
  - Copy the udev rules to %{_udevdir}, identified based on udev.pc.
  - Add pkgconfig BuildRequires: needed, as we otherwise end up not
    having pkg-config in the build root, which we rely on to read
    the .pc file.

++++ kiwi:

  - use numbers for calculations, do not depend on implicit conversion
  - DB: rebuild documentation
  - DB: update documentation due to the new pxe unionfs mount method
  - added mountSystemUnionFS() function which uses fuse-unionfs
    to overlay mount the root system according to the contents
    of UNIONFS_CONFIG. So far this setup is only supported with
    pxe images as requested in (bnc #776505)

++++ libgpod:

  - install the udev rules in /usr/lib/udev for factory and above

++++ libksba:

  - Use URL for source

++++ lirc:

  - install the udev rules in /usr/lib/udev for factory and above

++++ xz:

  - Update to version 5.0.4
    * liblzma:
  - Fix lzma_index_init(). It could crash if memory allocation
    failed.
  - Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ
    filter is used and the application only provides exactly as
    much output space as is the uncompressed size of the file.
  - Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't
    check if the last call to lzma_code() really returned
    LZMA_STREAM_END, which made the program think that truncated
    files are valid.
  - New example programs in doc/examples (old programs are now in
    doc/examples_old). These have more comments and more detailed
    error handling.
    * Fix "xz -lvv foo.xz". It could crash on some corrupted files.
    * Fix output of "xz --robot -lv" and "xz --robot -lvv" which
    incorrectly printed the filename also in the "foo (x/x)" format.
    * Fix exit status of "xzdiff foo.xz bar.xz".
    * Fix exit status of "xzgrep foo binary_file".
    * Fix portability to EBCDIC systems.
    * Fix a configure issue on AIX with the XL C compiler. See INSTALL
    for details.
    * Update French, German, Italian, and Polish translations

++++ openal-soft:

  - license update: LGPL-2.1+ and GPL-2.0+
    See the c files in utils/ - looks like a GPL licensed utility is included
    (as aggregate)

++++ pulseaudio:

  - Add the audio setup for qemu/kvm to setup-pulseaudio script
    (bnc#737070)

++++ libqjson:

  - Fix the SLES build (directory not owned by a package).
  - Install the license files.
  - Update to version 0.8.1
  - Ensure API and ABI compatibility with 0.7.1

++++ libqt4:

  - revert optflags breakage in last change

++++ libqt4-sql-plugins:

  - revert optflags breakage in last change

++++ libselinux:

  - update selinux-ready script

++++ samba:

  - Fix spoolss segfault when default devmode is disabled; (bso#9433);
    (bnc#791183).

++++ orca:

  - Update to version 3.6.3:
    + Traceback seen in Python 3.3 when there are no settings saved
    (turns out it impacts Python 2.x as well) (bgo#687239).
  - Changes from version 3.6.2:
    + Orca sometimes fails to present download "dialog" widgets
    (bgo#674526).
    + A page that hangs orca (bgo#688057)
    + Fix for Orca continuing to speak when speech is disabled via
    the preferences dialog.
    + Improve performance of building flat review context.
    + Handle applications returning 0 in minimalIncrement for Value
    (bgo#687527).
    + Use subprocess.Popen() instead of the deprecated os.popen().
    + Use for() instead of map() in cleanup().
    + Use importlib.import_module() instead of __import__() and
    imp.reload() instead of reload() (bgo#686189).
    + Fix to braille email address auto completions in Thunderbird.
    + Updated translations.

++++ perl-XML-Twig:

  - update to 3.42
    * fixed: bug, elements created with XML::Twig::Elt
    * added: some tests
  - passed the spec file through spec cleaner
  - strip %clean section (not needed on BS)

++++ permissions:

  - add /usr/bin/dumpcap to watchlist
  - make fscaps=1 the default on ""
  - added PERMISSION_FSCAPS to the sysconfig/security fillup template.
  - /bin/ping(6) was moved to /usr/bin/ping(6) /bin/eject was moved to /usr/bin/eject

++++ pigz:

  - update to 2.2.5:
    * add --rsyncable functionality
    * many bug fixes
  - remove all suse patches:
    * pigz-dictzip.patch, large and unmaintained patch. If somebody
    really needs that then we should rebase and test it. In this
    case --dictzip should be probably also added to original gzip.
    * pigz-always-thread.patch was a folloup of pigz-dictzip.patch
    * pigz-do-symlinks.patch added IMO dangerous and stupid behaviour
    for symlinks. The original behaviour is now again like we know
    it from gzip, bzip2 and xz.
    * pigz-spl.patch, why we hacked in special handling of .spl
    files?
    * Generally we want to have pigz to replace gzip (and vice versa)
    so better avoiding interface incompatibilities.
  - cleanup spec file

++++ qemu:

  - Add patch to workaround GCC PR55489 via -fno-gcse,
    another step to avoid builds failing with out-of-memory
  - Add _constraints to request adequate memory to succeed building
  - Update to v1.3.0-rc1: see http://wiki.qemu.org/ChangeLog/1.3
    * Update update_git.sh accordingly

++++ qemu-linux-user:

  - Add patch to workaround GCC PR55489 via -fno-gcse,
    another step to avoid builds failing with out-of-memory
  - Add _constraints to request adequate memory to succeed building
  - Update to v1.3.0-rc1: see http://wiki.qemu.org/ChangeLog/1.3
    * Update update_git.sh accordingly

++++ saxon9:

  - Update references to "saxon8" -> "saxon9" in man pages
  - Fix missing/incorrect classpath JARs for command line scripts

++++ wvstreams:

  - Fix bnc#779386: Disabled optimizations which caused crash

++++ xorg-x11-server:

  - Let the old Xfig program find the ghostscript fonts (bnc#784305)

++++ xterm:

  - Verify GPG signatures.

++++ yast2:

  - Added sysconfig variables (solver options) PKGMGR_VERIFY_SYSTEM,
    PKGMGR_AUTO_CHECK, PKGMGR_REEVALUATE_RECOMMENDED

------------------------------------------------------------------
------------------  2012-11-26  -  Nov 26 2012  -------------------
------------------------------------------------------------------

++++ MozillaThunderbird:

  - fix KDE integration for file dialogs
  - fix some rpmlint warnings (mkdir.done files)
  - build on SLE11
    * mozilla-gcc43-enums.patch
    * mozilla-gcc43-template_hacks.patch
    * mozilla-gcc43-templates_instantiation.patch

++++ at:

  - use /etc/sysconfig/atd variables in atd.service (bnc#780259#c4)

++++ build:

  - fixed deb building
  - collecting statistics during VM build

++++ cmake:

  - Add cmake-fix-qt-includes.diff to fix the missing qt_include_dir.
    This was reported as cmake regression from 2.8.9 (kitware#0013667).

++++ digikam:

  - Update to 3.0.0-beta3:
    digikam:
  - Libkipi:
    * All kipi-plugins actions can be pluged to tools bar.
    * Usability improvements in plugins configuration dialog.
  - Libkdcraw:
    * Update internal Libraw version 0.15.0 Alpha2 to support
    new RAW cameras :
    * Adobe DNG: Fast Load and lossy-compressed DNG
    (LightRoom 4.x)
    * Canon    : G1 X, SX220 HS, EOS 5D Mark III, EOS 650D,
    EOS 1D-X
    * Casio    : EX-Z8
    * Fujifilm : X-S1, HS30EXR, X1-Pro
    * Nikon    : D4, D3200, D800, D800E
    * Olympus  : E-M5
    * Panasonic: DMC-GF5
    * Samsung  : NX20, NX210, NX100, NX-1000
    * Sigma    : SD15,SD1, SD1 Merill, DP1, DP1S, DP1X, DP2,
    DP2S, DP2X
    * Sony     : NEX-F3, SLT-A37, SLT-A57, DSC-RX100
  - ImportUI: Port icon-view to Qt4 model/View.
  - ImportUI: Labels and Tags pre-assignation.
  - ImportUI: Pipelined post download operations.
  - ImportUI: Preview items during downloading.
  - Metadata: Video files metadata support
    (through Exiv2 project).
  - 54 fixed bugs.
    kipi-plugins:
  - General: New tool to export Collection to DLNA device.
  - General: New tool to make video slideshow.
  - General: Port all plugins to KDE XML-GUI framework.
  - 18 fixed bugs.

++++ file:

  - Add file-5.11-extfs-minix.dif: Change detection order of ext2/3/4
    fs and minix to avoid the for the free inode numbers 4991,5007,
    9320,9336 and multiple of 65536 the ext2/3/4 fs will be detected
    as minix fs (bnc#788435)

++++ grub2:

  - ship a Secure Boot UEFI compatible bootloader (fate#314485)
  - added secureboot patches which introduces new linuxefi module
    that is able to perform verifying signed images via exported
    protocol from shim. The insmod command will not function if
    secure boot enabled (as all modules should built in grub.efi
    and signed).
  - grub2-secureboot-add-linuxefi.patch
  - grub2-secureboot-use-linuxefi-on-uefi.patch
  - grub2-secureboot-no-insmod-on-sb.patch
  - grub2-secureboot-provide-linuxefi-config.patch
  - Makefile.core.am : support building linuxefi module
  - Make grub.efi image that is with all relevant modules incorporated
    and signed, it will be the second stage to the shim loader which
    will verified it when secureboot enabled.
  - Make grub.efi's path to align with shim loader's default loader
    lookup path.
  - The changes has been verified not affecting any factory instalation,
    but will allow us to run & test secure boot setup manually with shim.

++++ haveged:

  - Current version does support ARM, remove the ExcludeArch

++++ kiwi:

  - remove searchUSBStickDevice() function. When kiwi was called
    with a target disk device the assumption was made that the
    install media should also be created on a device directly.
    If the install media is a USB stick (installstick="true")
    kiwi searches for stick devices during the process and:
    a) exits with an error if it can't find one
    b) asks which one to use if it finds more than one
    This behavior is a pita for automatic build processes and
    it also fails if the stick media does not set the 'removable'
    state in its meta data correctly. Additionally the assumption
    that the install media is present as a device just because
    the image was created from an existing device also sucks
    This commit removes the search for stick devices and always
    creates the install media through a loop as a file which
    then needs to be dumped on the target device
  - fixed spec file, syslinux exists on ix86 and x86_64 only
  - cleanup global mount method to use the getPartDevice() function
    to search for partition devices
  - cleanup setupInstallStick(), the reference to this->{loop}
    might be undefined depending on the environment better use
    the contents of $haveDiskDevice
  - removed obsolete mount code from setupInstallStick()
  - fixed setupInstallStick() if called in Studio mode. If this
    function is called with a disk device as reference it expects
    the target USB stick to be plugged in, in order to create the
    install image directly on that stick. For Studio this does
    not work because the target stick is never attached to the
    containment within this call happens. Thus this fix creates
    the install USB stick image in a loop device
  - added sanity check for mount() method to fail
    if no source information is passed

++++ libassuan:

  - license update: GPL-3.0+ and LGPL-2.1+
    Look at COPYING, COPYING.LIB and README

++++ snapper:

  - implemented use-counter for mounts of snapshots
  - updated translations

++++ wayland:

  - Add initial baselibs.conf
    With this we can provide 32bit x86_64.rpm

++++ nagios:

  - Use usermod instead of groupmod when suse_version > 1220 due to
    pwdutils/shadow switch.

++++ xf86-video-intel:

  - Update to version 2.20.14:
    The highlight of this release is gen4, from 965g to gm45. Quite an old
    bug surfaced in the shader assembly, sparking a chance to review a few
    design choices within that backend and experiment on fresh ways to
    workaround the remaining issues.
  - Bugs fixed since 2.20.13:
    + Avoid using inplace XOR'ed uploads for very large buffers
    https://bugs.freedesktop.org/show_bug.cgi?id=57031
    + Fix the gen4/5 opacity shader
    https://bugs.freedesktop.org/show_bug.cgi?id=57054
    + Queue a pending vblank request after flip completion
    https://bugs.freedesktop.org/show_bug.cgi?id=56423
    + Avoid migrating an uninitialised pixmap for use as a render source
    https://bugs.freedesktop.org/show_bug.cgi?id=47597
    + Improve handing of texture fallbacks for 830/845.
    https://bugs.freedesktop.org/show_bug.cgi?id=57392

++++ xterm:

  - Patch #287 - 2012/11/25
    * fix  a case where in_put() loop could continue when it has found an
    X  event  rather  than  the pty, causing the pty-read to be delayed
    (patch by Balazs Kezes).
    * add  option  to  pointerMode  resource  and  corresponding  control
    sequences  to  allow  text-cursor  to  remain hidden if the pointer
    leaves/enters  the  window  via  accelerator  keys. Ordinary motion
    within the window restores the pointer (prompted by patch by Balazs
    Kezes).
    * remove   special   case   of  modifiers  for  the  Mode_switch  and
    XK_ISO_Level3_Shift  from  patch  #223.  Verified that the conflict
    which  this  was  intended  to  resolve  does not happen for normal
    compose- or modeswitch-handling (prompted by patch by Balazs Kezes,
    Debian #638694).
    * modify  the  handling  of focus-change events to ignore those whose
    detail  is  NotifyPointer,  since  those  are  sent  in addition to
    focus-change  events  directed  to the old/new windows having focus
    (prompted by patch by Balazs Kezes to prevent the urgency-hint from
    being reset in this scenario).
    * modify  description  of iconName in manpage to make it clearer that
    this  resource does not specify the filename of an icon (discussion
    with Ian Collier).  * modify  iconHint resource to allow suppressing
    the built-in icon by setting this to "none" (discussion with Ian
    Collier).
    * make -iconic option work with the toolbar configuration.
    * correct  initialization  of  window  manager  hints used to set the
    icon-pixmap.  That  detail  from patch #282 overwrote state used to
    control the -iconic command-line option (report by Ian Collier).
    * fix paste64 feature for the case where the selection comes from the
    current terminal. The selection callback can happen after the reply
    is  partly  built, making it necessary to flush the reply-buffer to
    keep things in the proper order (report by Ailin Nemui).
    * reject  command-line  options  which are longer than the options in
    xterm's table, to avoid mismatches (Redhat #875305).
    * correct attribution for patch #282 changes.

++++ yast2:

  - Dropped obsolete Runlevel YCP module

------------------------------------------------------------------
------------------  2012-11-25  -  Nov 25 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Drop patch 4_8_branch.diff as it is not used at all

++++ ark:

  - Drop patch 4_7_branch.diff as it is not used at all

++++ at-spi2-atk:

  - Update to version 2.7.2:
    + atk-adaptor: don't emit a critical in case the bridge was not
    initialized (bgo#684334).
    + Remove dbind (it was only used for the droute test).
    + Fix a crash in socket_embed_hook if spi_global_register is NULL
    + [droute] Fix memory leak in path cleanup (bgo#688363).

++++ atk:

  - Update to version 2.7.2:
    + Extend atk_add_global_event_listener in order to support signal
    details (bgo#686801).
    + Updated translations.

++++ kdebase4:

  - Drop patch 4_7_branch.diff as it is not used at all

++++ eog:

  - Update to version 3.7.2:
    + Build system improvements / fixes.
    + Bugs fixed: bgo#687755.
    + Updated translations.

++++ hxtools:

  - Update to new upstream release 20121125
    * Enhance cp437AB.uni to support the Unicode quotation marks

++++ gnome-desktop:

  - Update to version 3.7.2:
    + Bugs fixed: bgo#682224, bgo#682224, bgo#688189, bgo#687913.
    + Updated translations.

++++ gnutls:

  - include LGPL-3.0+ text in COPYING.LESSER
  - run regression tests, but move "make check" to %check section
  - add gnutls-3.0.26-skip-test-fwrite.patch to skip a failing test
  - no longer manipulate doc/examples tree in %install section, the
    deletion of Makefiles breaks "make check" in %check
  - install documentation, reference and examples in %install section
    to fetch them for the package without unneccessary files

++++ gupnp-av:

  - Update to version 0.11.3:
    + Fix documentation generation for recently added functionality.
    + Tweak XSD files to make the validation shut up completely.
    + Fix an issue in the DIDL-Lite filtering.
    + Add new class GUPnPMediaCollection for parsing and creation of
    DIDL_S playlists.
    + Bugs fixed: bgo#687462.

++++ iftop:

  - Properly handle multicast packages
  - Define USE_GETIFADDRS to use getifaddrs for better IPv6 support

++++ kalgebra:

  - Drop patch 4_6_branch.diff as it is not used at all

++++ kdebase4-workspace:

  - Drop patch 4_7_branch.diff, which is not used at all

++++ kdebase4-runtime:

  - Drop patch 4_7_branch.diff. This one is not used at all

++++ libkdegames:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ kdelibs4:

  - Drop patch 4_7_branch.diff as it is not used at all

++++ kdepimlibs4:

  - Add buildfix-qjson_0_8_0.diff. Fixes build with QJson 0.8.0
  - Drop patch 4_7_branch.diff which is not used at all

++++ kmahjongg:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ kmines:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ kmousetool:

  - Drop patch 4_7_branch.diff as it is not used at all

++++ kpat:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ kreversi:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ ksudoku:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ akonadi-runtime:

  - Only require mysql on SLES.

++++ libgweather:

  - Update to version 3.7.2:
    + Fixed deprecation warnings for modern GLib.
    + Updated translations.

++++ libnettle:

  - upgrade to 2.5:
    * removed some internal undocumented functions
    * pkcs1_signature_prefix renamed to _pkcs1_signature_prefix
    with slightly different behavior
    * nettle-internal.c is no longer included
    * Support for the salsa20 block cipher
    * Tentative interface for timing-resistant RSA functions
    * A more general interface for PKCS#1 signatures
    * Documentation, example programs for the base16 and base64
    * Use an additional table to avoid GF2^8 multiplications in
    aes_invert_key (mainly used by aes_set_decrypt_key). Also
    tabulate round constants in aes_set_encrypt_key.
  - configure --enable-shared now default, no longer required

++++ libkipi:

  - Drop patch 4_6_branch.diff as it is not used at all

++++ libkmahjongg:

  - Drop patch 4_9_branch.diff as it is not used at all

++++ libmygpo-qt:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ libnl3:

  - Update to new upstream release 3.2.16
    * Optional hashtable backend for caches
    * Improved netlink expectations support
    * Extended AF_BRIDGE support for link and neighbour caches
    * Better thread safety in module registration operations

++++ libpeas:

  - Update to version 1.6.2:
    + Fix gjs single-include issues.
    + Updated translations.

++++ phonon:

  - Fix the SLES build (%make_install doesn't exist)

++++ libprison:

  - Fix the SLES build (%make_install doesn't exist)

++++ qrencode:

  - Fix the SLES build:
    * Replace 'pkgconfig(libpng)'
    * Replace %make_install
    * BuildRequires: pkg-config

++++ soprano:

  - Added no-qdebug-output-in-non-debug-modes.patch from upstream,
    so soprano doesn't emmit qDebug output, fixes kde#247483

++++ strigi:

  - Fix the SLES build: Replace BuildRequires:pkgconfig(...)

++++ okular:

  - Drop patch 4_8_branch.diff as it is not used at all

++++ phonon-backend-gstreamer-0_10:

  - Fix the SLES build (%make_install doesn't exist)

++++ plasma-addons:

  - Drop patch 4_7_branch.diff as it is not used at all

++++ soprano-backend-virtuoso:

  - Added no-qdebug-output-in-non-debug-modes.patch from upstream,
    so soprano doesn't emmit qDebug output, fixes kde#247483

++++ tcl:

  - The testsuite needs timezone data, require it at build time.

++++ virtuoso:

  - Fix the SLES build:
    * Replace %make_install
    * Replace BuildRequires: pkgconfig(...)

++++ vpnc:

  - Ensure that on every boot the directory /var/run/vpnc is
    created (bnc#773379)
  - Removed patch work-with-netconfig.patch as this is now included
    upstream

------------------------------------------------------------------
------------------  2012-11-24  -  Nov 24 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
    * KAlarm:  Add command line and D-Bus option to output list of
    scheduled alarms

++++ anjuta:

  - Update to version 3.7.2:
    + anjuta: Allow to abort loading of a session
    + anjuta-window: Don't call gtk_widget_show_all when setting up
    widget.
    + debug-manager:
  - Fix accessing of invalid tree models.
  - use g_spawn_sync() instead of fork() and waitpid()
    + document-manager:
  - Add search_box to document manager box directly.
  - Fix various compile warnings.
  - hide search box when pressing escape inside the document
    widget.
  - Never disable "find in files" action.
  - Remove obsolete code for tabbing between documents.
  - Show dirty character "*" and "[read-only]" in combo filename.
  - Support showing open documents in a combobox.
  - Update combo filenames when the project changes.
  - use on_close_file_activate() when closing file using combo
    close button.
    + file-manager: Fix invalid unref of NULL pointer.
    + Fix compile errors regarding undeclared functions.
    + git:
  - Fix assertion when running g_hash_table_unref() on a NULL
    pointer.
  - Fix assertion when running g_signal_handlers_disconnect on
    already destroyed widget.
  - Fix bgo 687145 - Critical warning when switching git pane
    + glade:
  - Fix the images in the palette toggles used for choosing the
    edit mode.
  - Fix the palette not being shown.
    + indentation-c-style:
  - Add option whether paranthesis alignment should only use
    spaces.
  - be more picky when completing braces.
  - Change plugin.c modeline to spaces
  - Enable the plugin for JavaScript source files.
  - Fix get_line_indentation().
  - Fix modeline in plugin.c
  - Fix "parenthesis" typos
  - remove java_indentation() method
  - Rename action group to "C Indentation" and remove it on
    deactivation.
  - Update preferences UI file to gtk+-3
  - When removing opening bracket also remove the closing one.
    + indentation-python-style: Rename action group to "Python
    Indentation".
    + language-support-cpp-java: Remove
    org.gnome.anjuta.plugins.cpp.gschema.valid from git
    + language-support-vala: Don't clean config.vapi
    + libanjuta:
  - Improve documentation of AnjutaSession
  - use g_spawn_sync instead of fork() and waitpid()
    + project-wizard: Fix vala ui path (bgo#686718)
    + python:
  - Auto-completion causes a segfault in Anjuta 3.6.1
    (bgo#687646)
  - Fix crash during auto-indentation
    + sourceview: don't emit change events after doing an undo
    + Fixed compile warnings and a real bug in the gdbmi plugin

++++ ark:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
    * Make it possible to disable the internal previewer

++++ binutils:

  - add cross-aarch64-binutils

++++ blinken:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kdesdk4:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Umbrello:  Line based diagram grid

++++ dconf:

  - Update to version 0.15.2:
    + Update to the new GVDB API (GBytes based) and refactor a bit
    + Add a new type of "database mode" DConfChangeset and use it
    + The service has been substantially rewritten
  - using gdbus-codegen
  - cache the file contents instead of read/modify/write each
    time
  - new DConfWriter abstraction allows considering support for
    backends
  - uses only POSIX IO (read and write syscalls) for database
    access
  - workaround mmap() bug on OpenBSD
    + Editor:
  - Fix search order of schema dirs
  - Translate summary and description
    + Updated translations.
  - Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.

++++ kdebase4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
    * Dolphin improvements (parallel sort algorithm, GUI option for
    the "Rename inline" setting, Add "Icon Size" submenu to the
    places panel context menu)

++++ kiten:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ glibc:

  - Remove nscd init script, use systemd files.

++++ glibc:

  - Remove nscd init script, use systemd files.

++++ gnome-documents:

  - Update to version 3.7.2:
    + Query results from extra Tracker locations added by the user.
    + Use a better label for the Load More button.
    + Add a Properties entry to the preview gear menu.
    + Pre-select find text in the preview searchbar.
    + Fix a bug where two search bars would appear after leaving
    fullscreen.

++++ gwenview:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
    * Added Recursive Importer
    * Added Color Profile Support

++++ iw:

  - Upgrade to version 3.7
    * Support all new kernel features upto 3.7

++++ kactivities4:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kalgebra:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Splitted the QML components from KAlgebraMobile
    * New plotting plasmoid graphs, in QtQuick

++++ kalzium:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kanagram:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kate:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Support for Python plugins
    * Advanced gid(1) plugin using both ID files and etags
    * Built-in quick open (Ctrl+Alt+o)
    * New Project Plugin
    * Improved Scripting Support

++++ kbruch:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kcalc:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - patch 4_7_branch.diff removed (no content)

++++ kcharselect:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - patch 4_7_branch.diff removed (no content)

++++ kcolorchooser:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kdebase4-workspace:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * New qml based screen locker
    * Kwin fixes (bko#308990, bko#102607, bko#296773, bko#266596,
    bko#308994, bko#308995, bko#309006, bko#305875, bko#179077,
    bko#183996, bko#244439, bko#297634, bko#297637, bko#301103,
    bko#303093, bko#303314, bko#303579, bko#305738, bko#306384,
    bko#306436, bko#307609, bko#307866, bko#269207, bko#299277,
    bko#301327, bko#303090, bko#303756, bko#303810, bko#305832)
    * Notifications applet was ported to QML
    * System tray with interface in QML
    * Overhaul powerdevil notifications and initial implementation
    of upower/systemd support
    * Keyboard layout preview in Systemsettings

++++ kde4-l10n:

  - Update to 4.9.80 (KDE 4.10 Beta 1)
    * Additional and updated translations based on the new KDE release

++++ kde4-print-manager:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
    * Officially replaces the kde4-printer-applet

++++ kdeartwork4:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kdebase4-runtime:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Making it possible to do full-featured containments in QML

++++ libkdegames:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Major cleanup and rewrite
    * Split off from kdegames4

++++ kdelibs4:

  - Fix the SLES build
    * Replace 'BuildRequires:pkgconfig(bzip2)'
    * Disable the polkit backend (polkit is not available in SLES)
    * Add kdelibs4-rpmlintrc to silence the percent-in-dependency and percent-in-provides errors
    (rpmlint complains about 'Requires: %{name}-branding = %{brandingversion}' and
    'Provides: %{name}-branding = %{brandingversion}')
  - Remove obsolete conditions
  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
  - Remove the patches enable-solid-udisks2-backend.diff and
    kdelibs4-fix-python3-install.diff as it is now included upstream

++++ kdenetwork4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kdepimlibs4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kgamma:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kgeography:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ khangman:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kig:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kio_audiocd:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kamera:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ klettres:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kmag:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - removed 4_7_branch.diff patch (no content anyway)

++++ kmahjongg:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - Package was split of from kdegames4

++++ kmines:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - Package was split of from kdegames4

++++ kmix:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - Remove patch kmix-autostart.diff due to upstream support for
    autostart in desktop file.

++++ kmousetool:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kmplot:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ konsole:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kpat:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - Package was split of from kdegames4

++++ kreversi:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - Package was split of from kdegames4

++++ kross-interpreters:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kruler:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kscd:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ ksnapshot:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ kstars:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ ksudoku:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Add a simple Print facility for KSudoku puzzles
  - Split off from kdegames4

++++ ktouch:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * Smart resizing of training screen
    * Show course descriptions in course selector
    * Show message when keyboard layout visualization isn't available
    due missing data

++++ kwalletmanager:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - patch 4_7_branch.diff removed (no content)

++++ kwordquiz:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ akonadi-runtime:

  - Update to 1.9beta1
    * Recover from lost external payload files.
    * Improve the virtual collections handling.
    * Many code and queries optimizations.

++++ analitza:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * New plotting Framework

++++ libgnome-keyring:

  - Update to version 3.7.2:
    + Share the secure memory pool with libsecret and gcr.
    + Other minor tweaks.
  - Add libgnome-keyring-vapi.patch: fix installation of vapi files.

++++ libkcddb4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libkcompactdisc4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libkdcraw:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libkdeedu4:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libkexiv2:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libkipi:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libkmahjongg:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - Package got split of from kdegames4

++++ libksane:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ marble:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php

++++ libnepomukwidgets:

  - Initial package for Nepomuk Metadata Widgets. This is required
    for KDEPIM.

++++ nepomuk-core:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * New Nepomuk indexer which no longer requires strigi
    * Nepomuk Backup rewritten from scratch
    * New Nepomuk Tags KIO Slave
    * Nepomuk KCM was rewritten
    * Add Nepomukcleaner (application to port/clean invalid/legacy
    data in Nepomuk)

++++ okular:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ oxygen-icon-theme:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ parley:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ plasma-addons:

  - Update to 4.9.80
    * see http://www.kde.org/announcements/announce-4.10-beta1.php
    * QML Rewrites for ComicStrip and Calculator
    * Make it possible to have animated wallpapers
    * Dictionary krunner: Look up words in the dictionary by typing
    in "define {word}' in krunner
    * Aurorea decorations were removed from the package.

++++ python-kde4:

  - Add patch pykde4-fix-strings.diff to fix string handling in
    PyKDE4 (fixed upstream after Beta 1)
  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ step:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php

++++ sweeper:

  - Update to 4.9.80
    * See http://www.kde.org/announcements/announce-4.10-beta1.php
  - patch 4_7_branch.diff removed (no content)

++++ tomboy:

  - Update to version 1.13.2:
    + Bump gmime dependency to 2.6 (bgo#686510)
    + Clarify key binding example in preferences dialog (bgo#687418)
    + Improve window positioning code for multi-monitors
    + Updated translations.

++++ yelp-xsl:

  - Update to version 3.7.2:
    + MathML support for Mallard and DocBook.
    + Audio and video support for DocBook.
    + Ability to set poster image for video.
    + TTML subtitles for audio and inline media.
    + Updated media controls.
    + Fixed #hash auto-expanding and colorizing.
    + Translator and publisher credits.
    + Use quote char on :before for blockquote.
    + ARIA landmark roles.
    + Changed marker for expanders.
    + Switched ui:expanded to non-experimental.
    + Experimental Mallard UI overlays.
    + Dropped unused DocBook utility XSLT.
    + Use itstool "join mode" for translations.
    + More experimental thumbnail link styles.
    + Updated translations.

++++ zenity:

  - Update to version 3.7.2:
    + Updated translations.

------------------------------------------------------------------
------------------  2012-11-23  -  Nov 23 2012  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Update to version 0.6.29:
    + Translate D-Bus errors to local errors in libaccountsservice.
    + Fix a wrong property name in the login history support.

++++ xiterm:

  - Employ shared library naming guidelines
  - Use %_smp_mflags for parallel build

++++ glibc:

  - Fix getaddrinfo-ipv6-sanity.diff to apply again.

++++ glibc:

  - Fix getaddrinfo-ipv6-sanity.diff to apply again.

++++ gtk3:

  - Make gtk3-devel-32bit available on all arches
  - Remove redundant tags/sections from specfile

++++ kernel-default:

  - rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
    (bnc#781327)
  - commit 841d864

++++ kernel-desktop:

  - rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
    (bnc#781327)
  - commit 841d864

++++ kernel-pae:

  - rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
    (bnc#781327)
  - commit 841d864

++++ kiwi:

  - v5.04.27 released
  - fixed broken postImage() filesystem check which prevented the
    creation of the system image .md5 file
  - v5.04.26 released
  - changed behavior of --fat-storage option. Instead of syslinux
    we now use grub2 to boot from the fat partition. It has turned
    out that grub2 is more stable and behaves better when using
    the image on a USB stick. The grub2 theme support also makes
    it easier to use custom branded boot graphics
  - fixed cleanup of temporary copy of sysconfig/proxy. If there
    is a fillup template for the file and the file hasn't changed
    as part of the build process the fillup template is restored
    instead of removing the file (bnc #777151)

++++ kwebkitpart:

  - Update to 1.3.1
    * Features and changes
    * Removed unnecessary debug statements
    * Removed no longer necessary namespace use.
    * Make sure the curent focus widget is restored when
    closing the searchbar.
    * Removed no longer necessary #include statements.
    * On view frame or document source, open the actual file
    when it is local page
    * Bugfixes
    * Protect against potential random crashes. kde#310521
    * On view frame or document source,
    open the actual file when it is local page
    * Fix search shortcuts. kde#307394
    * Do not crash when QWebHitTestResult::frame() returns NULL.
    kde#306102

++++ libcdaudio:

  - Employ shared library packaging guidelines
  - Use %_smp_mflags for parallel build
  - Remove redundant tags/sections from specfile

++++ kmod:

  - Require suse-module-tools now that it is present in Base:System
  - kmod-compat depends on kmod, add that missing Requires.

++++ pcre:

  - Update package descriptions about the differences between the
    PCRE library subpackages.

++++ libreoffice:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
    * hyperlink DOCX export (bnc#789482)
    * delete also note caption (fdo#56584)
    * numbers as text conversion (fdo#55875)
    * special pages in DOC import (fdo#53909)
    * column width in DOCX Import (bnc#780645)
    * test equality by order index (fdo#54898)
    * shrunken text in DOCX import (bnc#773061)
    * better input field selection (bnc#780277)
    * accept fraction input if preset (fdo#55369)
    * fraction formats with hard denom (fdo#56205)
    * broken bold text in presentation (fdo#47432)
    * non-math/chart OLE in DOCX export (fdo#51550)
    * embedded spreadsheets in PPTX export (bnc#780830)
    * remove conditional formats without range (fdo#56983)
    * rotated text in emf images looks thicker (bnc#782833)
    * nicer toolbars even for XP, not only Vista and higher
    * only set entries for existing sort entries (fdo#56958)
    * squashed glyphs with Cairo canvas (fdo#55931, bnc#681110)
    * change in formula options should cause repaint (fdo#56776)
    * make sure that the sort vector is large enough (fdo#56958)
    * update default Hebrew font to Lucida Sans Unicode (fdo#55034)
    * broadcast deletion to dependent formula cells (fdo#53364, i#101869,
    fdo#54074, fdo#56278, fdo#55059, i#99844)
  - bin obsolete orbit2-devel from BuildRequires
  - bin obsolete build-i18npool-with-icu-4.0.diff
  - sdext-poppler-0.21.1.diff: fix build with poppler-0.21.1

++++ libreoffice-help-group1:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
  - bin obsolete build-i18npool-with-icu-4.0.diff

++++ libreoffice-help-en-US:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
  - bin obsolete build-i18npool-with-icu-4.0.diff

++++ libreoffice-help-group2:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
  - bin obsolete build-i18npool-with-icu-4.0.diff

++++ libreoffice-help-group3:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
  - bin obsolete build-i18npool-with-icu-4.0.diff

++++ libreoffice-help-group4:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
  - bin obsolete build-i18npool-with-icu-4.0.diff

++++ libreoffice-help-group5:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)
  - bin obsolete build-i18npool-with-icu-4.0.diff

++++ libreoffice-icon-themes:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)

++++ libreoffice-l10n:

  - update to 3.6.3.2.3 (SUSE 3.6-rc3, tag suse-3.6-3, based on upstream 3.6.3.2)

++++ libsolv:

  - support targeted up/dup
  - support best rules to enforce the installation of the best package
  - implement selection class to ease package selection
  - fix obsolete handling for debian packages
  - add pool_lookup_deltalocation helper
  - bump version to 0.2.1

++++ libyui-qt:

  - changed to calendar popup instead using spin

++++ rsyslog:

  - fix zeromq support
  - fix hiredis support

++++ sysconfig:

  - version 0.76.8
  - Changed rcnetwork to not report dhcp in background to systemd
    (bnc#785240,bnc#780644). You may set DHCLIENT_MODIFY_SMB_CONF
    to "no" in /etc/sysconfig/network/dhcp as the samba/cifs hooks
    make systemctl calls to reload/restart nmb and other services
    which block (systemd deadlock) ifup scripts for a long time.
  - Reverted ifup pre/post and if-up.d/if-down.d scripts processing
    feature in background and removed WAIT_BACKGROUND_JOBS variable
    as it tends to cause unexpected behavior / side effects.
  - Replaced udevrulesdir patch with --with-udevdir configure option.
  - Removed obsolete network-remotefs init script (disabled before).

------------------------------------------------------------------
------------------  2012-11-22  -  Nov 22 2012  -------------------
------------------------------------------------------------------

++++ binutils:

  - Have pre_checkin.sh create cross-sparc64-binutils

++++ branding-openSUSE:

  - bump version to 12.3 and get rid of bootsplash theming

++++ grub2:

  - ship a Secure Boot UEFI compatible bootloader (fate#314485)
  - In SLE-11 SP3, don't include any other architecture binaries
    except EFI, so we split packages by architecture binaries to
    meet the requirement.
  - grub2 : common utilties and config etc
  - grub2-efi : provide compatibilty to grub2-efi package
  - grub2-i386-pc : binaries for x86 legacy pc firmware
  - grub2-i386-efi : binaries for ia32 EFI firmware
  - grub2-x86_64-efi : binaries for x86_64 firmware
  - grub2-powerpc-ieee1275: binaries for powerpc open firmware

++++ gstreamer:

  - Update to version 1.0.3:
    + bufferpool: fix deadlock.
    + baseparse: forward stream-start event in push mode, fixing
    issues with streamsynchronizer
    + basesink: reset START_TIME when needed, fixing position
    reporting after seeking beyond end
    + Bugs fixed: bgo#666053, bgo#687896, bgo#688477, bgo#688511,
    bgo#688655, bgo#685870.

++++ gstreamer-plugins-bad:

  - Update to version 1.0.3:
    + mpegtsmux: fix DTS/PTS confusion
    + tsdemux, tsparse: seeking fixes
    + tsdemux, tsparse: fix timestamping with push-based input
    + h264parse: fix PPS insertion
    + mpg123audiodec: fix leaks from not chaining up in the finalize
    function
    + Bugs fixed: bgo#686871, bgo#687178, bgo#687806, bgo#688091,
    bgo#688626, bgo#688510.

++++ gstreamer-plugins-base:

  - Update to version 1.0.3:
    + typefind: detect isml ftyp as iso-fragmented video/quicktime
    + typefinding improvements fixing playback of some wavpack files
    + textoverlay rendering fixes
    + gobject-introspection annotation fixes
    + API additions.
    + Bugs fixed: bgo#686276, bgo#687030, bgo#687055, bgo#687057,
    bgo#687421, bgo#687459, bgo#687473, bgo#687620, bgo#687666,
    bgo#687674, bgo#687991, bgo#687994, bgo#688151, bgo#686841.

++++ gstreamer-plugins-good:

  - Update to version 1.0.3:
    + rtspsrc: numerous improvements
    + build fix for gst-plugins-base installed in non-default prefix
    + multifilesink: post messages in max-size mode as well
    + vp8dec: improve robustness on decoding errors, e.g. for
    videocalls over RTP
    + Bugs fixed: bgo#639420, bgo#686837, bgo#686985, bgo#687013,
    bgo#687154, bgo#687330, bgo#687464, bgo#688382.

++++ kdebase4-openSUSE:

  - Darkened colorscheme and properly name it
  - minor fixes (improvements) for taskbar
  - Bump version to 12.3
  - Following patches were incorporated upstream
    * kdebase4-openSUSE-bnc721114.patch
    * link-to-qtxml.patch
    * noakonadi.diff
    * noproxy.diff
  - Added openSUSE Plasma theme and openSUSE Color scheme
  - Updated kde4 defaults to have the correct background with the
    new screenlocker (KDE 4.10) and with lightdm

++++ kiwi:

  - fixed logical volume name building in resizeLVMVolumes()
    the function only evaluates volume names at the primary
    level e.g /opt. As soon as you have a volume e.g /opt/bob
    it failed to resize
  - added support for a jump partition which is added before the
    actual boot partition. This is used for grub2 efi based disk
    images now. kiwi just put the created grub2 bootx64.efi module
    onto the fat16 based jump partition and let grub2 read all
    data from the second ext3 based boot partition. This allows
    standard linux filesystem based boot partitions and it has
    also turned out that this disk layout might be required for
    arm based images as well. But so far this system is connected
    to the efi setup only
  - added parted to openSUSE 12.2 JeOS template
  - fixed typo in setupFilesystem() which caused a fat16 filesystem
    even though a fat32 filesystem was requested.
  - changed the efi boot partition type to fat16
  - added ext2 modules to the bootx64.efi module

++++ syslogd:

  - Fixed service file to use $ADDITIONAL_SOCKET without {} around
    as systemd expands them differently (bnc#788330).

++++ systemd:

  - Fix creation of /dev/root link.

++++ libmms:

  - libmms-pkgconfig.patch: DO not inject bogus build
    dependencies via pkgconfig files, in this case glib2 which
    will pull pcre and so on...

++++ liboauth:

  - Remove dependency bloat on curl/openssl on main and devel
    packages.

++++ libqjson:

  - Update to version 0.8.0

++++ libsecret:

  - Update to version 0.12:
    + When storing a secret, create default keyring if necessary.
    + Share the memory pool with the gcr or libgnome-keyring library.
    + Testing and other fixes.
    + Build fixes.

++++ spice:

  - Update to version 0.12.0
    * support setting client monitor configuration via device
    QXLInterface::client_monitors_config
    * support notifying guest of client capabilities
    QXLInterface::set_client_capabilities
    * new capability for A8 Surface support
    * Enable build on armv6+
    * Option to quit server after first client disconnects
    spice_server_set_exit_on_disconnect
    * Support seamless migration: no loss of in transit messages. Still not
    supported for agent, smartcard and usb.
    * Support a new rendering message, Composite, for much improved linux guest
    performance.
    * Support arbitrary resolution & multiple monitors on a single display channel.
    * Improved keyboard handling under network latency with new
    SPICE_MSGC_INPUTS_KEY_SCANCODE message.
    * New libspice-server.so symbols:
    spice_server_set_seamless_migration
    spice_server_vm_stop
    spice_server_vm_start
    spice_qxl_monitors_config_async
    * New capabilities:
    SPICE_DISPLAY_CAP_COMPOSITE
    SPICE_DISPLAY_CAP_MONITORS_CONFIG
    SPICE_INPUTS_CAP_KEY_SCANCODE
    SPICE_MAIN_CAP_AGENT_CONNECTED_TOKENS
    SPICE_MAIN_CAP_SEAMLESS_MIGRATE
    * Misc:
    * char_device.c: Introducing shared flow control code for char devices
    * Enable build without client, cegui and slirp.
    * New spice protocol messages: (changes in spice-protocol, here for reference)
    * SPICE_MSG_MAIN_NAME, SPICE_MSG_MAIN_UUID
    * SPICE_MSG_DISPLAY_STREAM_DATA_SIZED
    * New corresponding caps: (changes in spice-protocol, here for reference)
    * SPICE_MAIN_CAP_NAME_AND_UUID
    * SPICE_DISPLAY_CAP_SIZED_STREAM.
    * Send name & uuid to capable clients
    * add support for frames of different sizes RHBZ #813826
    * server:
    * support a pre-opened file descriptor
    * Solaris support. Now using poll instead of epoll.
    * Support IPV6 addresses in channel events RHBZ #788444
    * other fixed RHBZ#: 787669, 787678, 819484
    * spicec
    * alsa: use "default" instead of "hw:0,0"
    * volume keys support RHBZ #552539
    * other fixed RHBZ#: 78655, 804561, 641828
    * solaris, mingw & windows, 32 bit fixes.
    * enable server only build.
    * GNULIB manywarnings.m4 & warnings.m4 module added.
    * Many more bug fixes & code cleanups.
    * spice-protocol no longer external.
    * new server functions:
    + spice_server_set_name
    + spice_server_set_uuid
    + spice_server_set_listen_socket_fd
    + spice_server_is_server_mouse
  - Drop spice-gcc47.patch
  - Update spice-glibc217.patch (file moved)

++++ zlib:

  - Replace %make_install by normal make install;
    the former is a constant source of agony in older or non-SUSE.

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ python-six:

  - Removed openSUSE 11.4 spec file workarounds

++++ python3-cairo:

  - Remove openSUSE 11.4 spec file workarounds

++++ rsyslog:

  - enabled elastic search support (build enabled by default):
  - > new buildrequires curl devel
  - > new subpackage rsyslog-module-elasticsearch
  - added --enable-unlimited-select
  - added --enable-imttcp:
  - > this module is packaged in the main package as it has no
    new dependencies
  - added --enable-imdiag
  - > this module is packaged in the diag package
  - prepared adding support for hiredis, hdfs, mongodb and zeromq
  - Update to 7.2.3 (v7-stable) a release providing following fixes:
  - regression fix: rsyslogd terminated when wild-card $IncludeConfig did not
    find actual include files. For example, if this directive is present:
    $IncludeConfig /etc/rsyslog.d/*.conf
    and there are no *.conf files in /etc/rsyslog.d (but rsyslog.d exists),
    rsyslogd will emit an error message and terminate. Previous (and expected)
    behaviour is that an empty file set is no problem. HOWEVER, if the
    directory itself does not exist, this is flagged as an error and will
    load to termination (no startup).
    Unfortunately, this is often the case by default in many distros, so this
    actually prevents rsyslog startup.
  - doc improvements
  - enabled to build without libuuid, at loss of uuid functionality
    this enables smoother builds on older systems that do not support
    libuuid. Loss of functionality should usually not matter too much as
    uuid support has only recently been added and is very seldom used.
  - bugfix: omfwd did not properly support "template" parameter
  - bugfix: potential segfault when re_match() function was used
    Thanks to oxpa for the patch.
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=371
  - bugfix: potential abort of imtcp on rsyslogd shutdown
  - bugfix: imzmq3 segfault with PULL subscription
    Thanks to Martin Nilsson for the patch.
  - bugfix: improper handling of backslash in string-type template()s
  - bugfix: leading quote (") in string-type template() lead to thight loop
    on startup
  - bugfix: no error msg on invalid field option in legacy/string template
  - bugfix: potential segfault due to invalid param handling in comparisons
    This could happen in RainerScript comparisons (like contains); in some
    cases an unitialized variable was accessed, which could lead to an
    invalid free and in turn to a segfault.
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=372
    Thanks to Georgi Georgiev for reporting this bug and his great help
    in solving it.
  - bugfix: no error msg on unreadable $IncludeConfig path
  - bugfix: $IncludeConfig did not correctly process directories
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=376
    The testbench was also enhanced to check for these cases.
    Thanks to Georgi Georgiev for the bug report.
  - bugfix: make rsyslog compile on kfreebsd again
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380
    Thanks to Guillem Jover for the patch.
  - bugfix: garbled message if field name was used with jsonf property option
    The length for the field name was invalidly computed, resulting in either
    truncated field names or including extra random data. If the random data
    contained NULs, the rest of the message became unreadable.
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=374
  - bugfix: potential segfault at startup with property-based filter
    If the property name was followed by a space before the comma, rsyslogd
    aborted on startup. Note that no segfault could happen if the initial
    startup went well (this was a problem with the config parser).
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=381
  - bugfix: imfile discarded some file parts
    File lines that were incomplete (LF missing) *at the time imfile polled
    the file* were partially discarded. That part of the line that was read
    without the LF was discarded, and the rest of the line was submitted in
    the next polling cycle. This is now changed so that the partial content
    is saved until the complete line is read. Note that the patch affects
    only read mode 0.
    Thanks to Milan Bartos for providing the base idea for the solution.
  - Merged also fixes for unreliable kernel timestamp regression (bnc#783967),
    which will be picked up in a later v7-stable release:
  - imklog: added $klogParseKernelTimestamp option (default off),
    wich reverts to the 5.8.x behavior to use receive time for the
    kernel messages instead to try parse and convert the kernel
    timestamp, what is not reliable on some hardware (intel i7/Xeon).
  - imklog: added $klogKeepKernelTimestamp option (default off),
    causing to not remove the kernel timestamp from the message
    after a successful conversion.
  - imklog: fixed a conversion bug causing a <1sec incorrectness
    of the message time when the kernel timestamp is parsed.
  - Removed {} arround RSYSLOG_PARAMS variable in service file. systemd
    seems sometimes to not like it any more (bnc#788330).

++++ xf86-input-evdev:

  - Use static tarballs instead of git created ones and remove
    unneeded dependencies!

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-11-21  -  Nov 21 2012  -------------------
------------------------------------------------------------------

++++ cifs-utils:

  - Version 5.8
    * NFS-style device names are being deprecated in 6.0.
    * Many bugs in cifs.idmap, getcifsacl and setcifsacl have been fixed.

++++ claws-mail:

  - Update to version 3.9.0:
    + Added IMAP server side search
    + Added the file .claws-mail/extraheaderrc which holds editable
    extra
    + Added 'Select html part of multipart messages' to the Folder
    Properties
    + GnuPG: Consider marginal signature validity as untrusted
    + The mimeview shortcuts are now user configurable
    + Spell checker: Always show 'change dictionary' menu
    + Filtering dialogue: TreeView type-ahead is now case
    insensitive
    + Separated 'Mark all read' from 'Mark as read' and
    'Ignore thread'
    + Made 'Mark all read' confirmation button more clear
    + Made the clickable area of the expander arrows in the folder
    list larger
    + Made SSL client certificate error messages more meaningful
    + The type of units required in the Extended Search information
    dialogue are now indicated
    + Several speed-ups and optimisations
    + Updated manual
    + Updated translations
    + Bug fixes:
  - bug 1137: 'loading plugins with same profile on different
    archs'
  - bug 1961: 'patches for a couple of clang warnings'
  - bug 1975: 'preference mutt key bindings do not take effect'
  - bug 2096: 'MEMORY-ERROR w/ Claws-Mail/IMAP and Lotus
    Domino'
  - bug 2203: 'Problems in forwarding multipart/alternative
    messages with HTML part'
  - bug 2390: 'Non-fully-trusted-key-warning appears based on
    primary UID rather than recipient e-mail'
  - bug 2579: 'Installed headers redefine autotools-specific
    constants'
  - bug 2596: 'Spell checker does not work properly'
  - bug 2638: 'Respect $LEX environment variable in autogen.sh'
  - bug 2639: 'The MSGBUFSIZE definition collides with a
    definition of OpenBSD'
  - bug 2650: 'segfault in pgp when gpgme_strerror() returns
    a non utf-8 string'
  - bug 2689: 'segfault when trying to view info about
    pgp/smime sign'
  - bug 2697: 'segfault in parse_parameters()'
  - bug 2718: 'Failure to check peer hostname when checking
    certificate'
  - bug 2723: 'Missing encoding in generated html manual'
  - bug 2743: 'null pointer crash in procmime strchr'
  - bug 2744: 'Quick search throws bad command argument error
    since recent change'
  - bug 2751: 'g_mutex_new/g_mutex_free removed from GLib 2.32'
  - bug 2760: 'display correct libc version in crash dialog
    when uclibc is used'
  - bug 2761: 'Desktop file does not pass validation'
  - bug 2776: 'Make all menu shortcuts work properly in the
    message window'
  - bug 2777: 'Installing latest cvs116 package 14 Windows
    version results in wrong paths in clawsrc'
  - Fix some modal windows
  - Only show HTML parts by default (if the pref is set so) if
    the part disposition-type is inline or unknown, but not
    attachment.
  - IMAP: Always clear the tags list when fetching a folder, or
    Claws will never untag an untagged email.
  - Fix double mainwindow presentation that confuses GNOME3
    when some plugins fail to load (subsequent Claws windows
    got no focus in that case)
  - Fix build on Fink/OS X
  - Fix build with gnutls 3.1.3
  - Fix Windows build
  - Fix Windows runtime crash
  - Fix socket communication
  - Removed patches taken from upstream:
    + claws-mail-bnc770014.patch
    + claws-mail-verify-hostname.patch
    + claws-mail-3.8.1-procmime-vuln.patch

++++ gdk-pixbuf:

  - Do not provide typelib-1_0-GdkPixbuf-2_0-32bit (baselibs.conf):
    this only results in a big mess of duplicate provides. Adding
    ($HOSTTYPE) to the typelib() symbols does not work, as we'd
    otherwise no longer be able to use them against noarch packages.

++++ gtk2:

  - Do not provide typelib-1_0-Gtk-2_0-32bit (baselibs.conf): this
    only results in a big mess of duplicate provides. Adding
    ($HOSTTYPE) to the typelib() symbols does not work, as we'd
    otherwise no longer be able to use them against noarch packages.

++++ kiwi:

  - adapt oemboot suse/rhel-repart code to make use of the flexible
    boot partition location in $kiwi_BootPart. The partition ID
    stored there is used as the beginning of the partition layout.
    Instead of a fixed boot partition at 1 the layout handles the
    value of $kiwi_BootPart as the start. If there is no boot
    partition the first partition must be the root partition as
    usual.
  - update the driver handling for the imageConfig data structure
    * take advantage of the private helper methods implemented for
    package handling
    * eliminates code duplication
    * simplifies implementation of driver handling methods
  - update the unit tests to adjust for minor differences in messages
  - fixed perl dependencies in spec file for rhel/centos
  - resolve suse version checking to zero if the suse_version
    macro is not defined. This allows the package build going
    easily also in non-suse based distros
  - use new partids hash for the bootloader stage setup
    setupBootLoaderStages()
  - use new partids hash for the setup and installation of the
    bootloaders, setupBootLoaderConfiguration() / installBootLoader()
  - fixed use of filehandle in addAppdata() and collectPackages()
    of the instsource media KIWICollect module

++++ ksshaskpass:

  - Removed debian specific files
    updated the URL in the spec file and don't use a recompressed tarball

++++ i4l-base:

  - Remove "set -x" from %post (bnc#790326).

++++ lpsolve:

  - Last commit was really bad idea.
  - Drop useless requires line.
  - Try to version bump on 5.5.2.0 based of Gentoo.

++++ netpbm:

  - updated to 10.60.03:
    * Xbmtopbm: fix incorrect output, memory leak.  Thanks Prophet of
    the Way .
    * Pamtojpeg2k: default to no compression ratio constraint and
    allow compression ratios less than 1.  Because of compression
    metadata, small images do require loss of quality in order to
    get down to a compression ratio of 1.
    * Sunicontopnm: Fix incorrect output for depth 8.  Always broken
    (depth = 8 capability was added in Netpbm 10.53 (December 2010).
    pamgauss: Fix bug: erroneously says -maxval is too big on 64 bit
    system.  Always broken (Pamgauss was added in 10.23 (July 2004).
    * xpmtoppm: major speedup for 3-character-per pixel files,
    memory reduction for all files: use hash table instead of
    linear search or direct index, go row by row.
    * xpmtoppm: fix bogus "color number too large" failure.  Broken
    in 10.49 (December 2009).
    * pnm_hashtuple: slight performance improvement from new hash
    function.  Thanks Prophet of the Way .
    * ppmtospu: wild memory accesses.  Always broken (program added in
    10.58 (March 2012).
    * pamtosrf: fix storage corruption.  Always broken (program added
    in 10.55 (June 2011).

++++ pango:

  - Do not provide typelib-1_0-Pango-1_0-32bit (baselibs.conf): this
    only results in a big mess of duplicate provides. Adding
    ($HOSTTYPE) to the typelib() symbols does not work, as we'd
    otherwise no longer be able to use them against noarch packages.

++++ parted:

  - add fix-error-informing-the-kernel.patch:
    Informing the kernel about partition changes still fails if first
    logical partition starts right after the extended partition. Fix
    it.

++++ snapper:

  - handle userdata in zypp plugin (fate #312521)

++++ soprano:

  - Fix build on SLES (%make_install is not expanded)

++++ upower:

  - Add 'pm-utils' to Recommends; gnome-power-manager and
    mate-power-manager (at least) use upower for some features, some
    features like suspend/hibernate only show if 'pm-utils' is also
    installed. See bnc#790787. I believe this is an improvement.
  - Add macro systemdutildir and fix broken build and drop FIXME
    comment

++++ libvisio:

  - Disable werror explicitely. Usefull for devel but not for pkg.
  - Bump version to 0.0.21

++++ oxygen-icon-theme:

  - Fix build on SLES (%make_install is not expanded)

++++ permissions:

  - apply permissions settings in %post. During initial installation
    some packages might be installed before the permissions package
    due to dependency loops so we need to make sure their settings
    are applied too. Also, on update of the permissions package
    changed permission settings may need to be applied.

++++ soprano-backend-virtuoso:

  - Fix build on SLES (%make_install is not expanded)

------------------------------------------------------------------
------------------  2012-11-20  -  Nov 20 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 17.0 (bnc#790140)
    * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
    Miscellaneous memory safety hazards
    * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
    Buffer overflow while rendering GIF images
    * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
    evalInSanbox location context incorrectly applied
    * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
    Crash when combining SVG text on path with CSS
    * MFSA 2012-95/CVE-2012-4203 (bmo#765628)
    Javascript: URLs run in privileged context on New Tab page
    * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
    Memory corruption in str_unescape
    * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
    XMLHttpRequest inherits incorrect principal within sandbox
    * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
    XrayWrappers exposes chrome-only properties when not in chrome
    compartment
    * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
    Improper security filtering for cross-origin wrappers
    * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
    Improper character decoding in HZ-GB-2312 charset
    * MFSA 2012-102/CVE-2012-5837 (bmo#800363)
    Script entered into Developer Toolbar runs with chrome privileges
    * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
    Frames can shadow top.location
    * MFSA 2012-104/CVE-2012-4210 (bmo#796866)
    CSS and HTML injection through Style Inspector
    * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
    CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
    CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
    Use-after-free and buffer overflow issues found using Address
    Sanitizer
    * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
    Use-after-free, buffer overflow, and memory corruption issues
    found using Address Sanitizer
  - rebased patches
  - disabled WebRTC since build is broken (bmo#776877)
  - build on SLE11
    * mozilla-gcc43-enums.patch
    * mozilla-gcc43-template_hacks.patch
    * mozilla-gcc43-templates_instantiation.patch

++++ MozillaThunderbird:

  - update to Thunderbird 17.0 (bnc#790140)
    * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
    Miscellaneous memory safety hazards
    * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
    Buffer overflow while rendering GIF images
    * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
    evalInSanbox location context incorrectly applied
    * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
    Crash when combining SVG text on path with CSS
    * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
    Memory corruption in str_unescape
    * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
    XMLHttpRequest inherits incorrect principal within sandbox
    * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
    XrayWrappers exposes chrome-only properties when not in chrome
    compartment
    * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
    Improper security filtering for cross-origin wrappers
    * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
    Improper character decoding in HZ-GB-2312 charset
    * MFSA 2012-102/CVE-2012-5837 (bmo#800363)
    Script entered into Developer Toolbar runs with chrome privileges
    * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
    Frames can shadow top.location
    * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
    CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
    CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
    Use-after-free and buffer overflow issues found using Address
    Sanitizer
    * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
    Use-after-free, buffer overflow, and memory corruption issues
    found using Address Sanitizer
  - rebased patches
  - disabled WebRTC since build is broken (bmo#776877)
  - update Enigmail to 1.4.6

++++ aaa_base:

  - Simplify and tighten the bash prompt

++++ appmenu-qt:

  - Fix the SLES build (%make_install is not expanded)
  - Fix the openSUSE_12.2_ARM build (%_libqt4_pluginsdir not defined)

++++ aspell-dictionaries:

  - updated Polish dictionary, version 1.11-2
  - updated Spanish dictionary, version 20121120
  - new Huastec dictionary, version 0.03-1

++++ caribou:

  - Update to version 0.4.5:
    + xadapter:
  - use level3 shift if possible (bgo#687018)
  - use XkbChangeMap instead of XkbSetMap (bgo#673547)
  - specify core device when callin XkbSetMap (bgo#673547)
    + Portability: allow the use of /bin/sh instead of /bin/bash.
    + libcaribouu:
  - simplify using xtst.vapi provided by vala (bgo#685607)
  - Ignore level 3 keysyms when looking up keycode (bgo#673579)
    + xml: add "text" attribute to key (bgo#687026)
    + Port from libgee 0.6 to 0.8
    + Bugs fixed: bgo#667455, bgo#656175, bgo#673543, bgo#686200.
    + Updated translations.
  - Replace pkgconfig(gee-1.0) with pkgconfig(gee-0.8), following
    upstreams port to libgee 0.8.

++++ cln:

  - Fix the SLES build (%make_install is not expanded)
  - Install the license file

++++ cryptsetup:

  - Verify GPG signature.

++++ curl:

  - Curl 7.28.1
    * FTP: prevent the multi interface from blocking Obsoletes
    curl-ftp-prevent-the-multi-interface-from-blocking.patch
    * don't send '#' fragments when using proxy
    * OpenSSL: Disable SSL/TLS compression - avoid the "CRIME" attack
    * TFTP: handle resend
    * memory leak: CURLOPT_RESOLVE with multi interface
    * SSL: Several SSL-backend related fixes

++++ hxtools:

  - Update to new upstream release 20121121
    * profile: have hxpref_cd relay complaints if HOME is unset
    * new screenfonts A1.fnt, B1.fnt with unimap cp437AB.uni
    * vfontas: add -G option for 8x16->9x16 conversion
    * gpsh: support index exclusion

++++ glibc:

  - Update to f59cba71d848:
    * Various bug fixes
    * Add new locales szl_PL, ayc_PE, nhn_MX, doi_IN, mni_IN, sat_IN.
    * Remove patch glibc-compiled-binaries.diff since getconf can not be
    cross-compiled
    * Refresh patch glibc-2.3.90-bindresvport.blacklist.diff

++++ glibc:

  - Update to f59cba71d848:
    * Various bug fixes
    * Add new locales szl_PL, ayc_PE, nhn_MX, doi_IN, mni_IN, sat_IN.
    * Remove patch glibc-compiled-binaries.diff since getconf can not be
    cross-compiled
    * Refresh patch glibc-2.3.90-bindresvport.blacklist.diff

++++ grub2:

  - update grub2-quote-messages-in-grub.cfg.patch to use upstream commit

++++ texinfo:

  - Use latest CVS version for the last patch

++++ kalgebra:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kanagram:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kcalc:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kcharselect:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kernel-default:

  - net: fix build failure in xilinx.
  - commit 28be621
  - Update config files. Enable CONFIG_SMB2 to 'y'.
  - commit 25bdfaf

++++ kernel-desktop:

  - net: fix build failure in xilinx.
  - commit 28be621
  - Update config files. Enable CONFIG_SMB2 to 'y'.
  - commit 25bdfaf

++++ kernel-pae:

  - net: fix build failure in xilinx.
  - commit 28be621
  - Update config files. Enable CONFIG_SMB2 to 'y'.
  - commit 25bdfaf

++++ kgeography:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kio_audiocd:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kiwi:

  - use new partids hash to create the device map and cleanup
    access to the new device map data
  - make sure setupBootFlags also updates the .splash.gz variant of
    the initrd if the function was called with the non splash (.gz)
    variant of the initrd.
  - fixed post partition size check and read-write dump if
    split + lvm is used. An undefined device was used for
    the check and the dump in this case
  - allow getExecArgsFormat to parse python optparse/argparse
    output. python uses the form '-o, --option' whereas we
    don't expect a comma between the short and long version
  - add unit test for this option format
  - check for kiwi_BootPart from new partition IDs meta data
    in setupBootPartition(). This could be used to map the
    boot partition to another than the first partition
  - switched oemboot boot code to make use of config.partids
  - switched vmxboot boot code to make use of config.partids
  - added additional meta data file with suffix .pids. The file
    contains the information about the ID/Name of the root,boot
    readonly/readwrite device according to this appliance if a
    virtual disk based image was requested. The information is
    included as config.partids into the initrd and is used on
    first boot. Rather than guessing the purpose of partitions
    the initrd will now know it exactly
  - fixed call of method textContent() on an undefined value
  - fix typo and logic error in test cases (bnc #790254)
    * typo cause list comparison to fail
    * logic error caused a name that should have been in he comparison
    list to be omitted

++++ syslogd:

  - Added version 2.0 to syslog-service to solve build problems
    of depending syslog daemon packages on openSUSE < 12.3, which
    require the 1.x syslog-service version with LSB init scripts.

++++ kmag:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kmix:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kmousetool:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kross-interpreters:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kruler:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ kscd:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ akonadi-runtime:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ analitza:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ attica:

  - Fix installation on SLES

++++ libdmtx:

  - Fix the SLES build (%make_install not expanded)
  - Fix a couple rpmlint warnings

++++ systemd:

  - Add remount-ro-before-unmount.patch: always remount read-only
    before unmounting in final shutdown loop.
  - Add switch-root-try-pivot-root.patch: try pivot_root before
    overmounting /
  - links more manpages for migrated tools (from Christopher
    Yeleighton).
  - disable boot.localnet service, ypbind service will do the right
    thing now (bnc#716746)
  - add xdm-display-manager.patch: pull xdm.service instead of
    display-manager.service (needed until xdm initscript is migrated
    to native systemd service).
  - Add fix-permissions-btmp.patch: ensure btmp is owned only by root
    (bnc#777405).
  - Have the udev package create a tape group, as referenced by
    50-udev-default.rules and 60-persistent-storage-tape.rules
    (DimStar).
  - Add fix-bad-memory-access.patch: fix crash in journal rotation.
  - Add fix-dbus-crash.patch: fix D-Bus caused crash.
  - Add sync-on-shutdown.patch: ensure sync is done when initiating
    shutdown.
  - Add mount-efivars.patch: mount efivars if booting on UEFI.

++++ iodbc:

  - Update to 3.52.8
    * Fixed issue with using buffer after free
    * Fixed use ssize_t where appropriate
    * Fixed issue with strlen if param can be NULL
    * Fixed use ssize_t for length of string
    * Fixed tracing SQLGetData using multiple chunks
    * Fixed problem tracing on big-endian machines
    * Fixed wrong type label
    * Fixed compiler warnings

++++ libkcddb4:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ libkcompactdisc4:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ libkipi:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ libksane:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ netpbm:

  - add url tag

++++ libnova:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ openbabel:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ libpng16:

  - updated to 1.6.0beta31

++++ qalculate:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ raptor:

  - Fix build on SLES: pkgconfig(libxml-2.0) fails

++++ libssh:

  - Update to version 0.5.3
    * CVE-2012-4559 Fixed multiple double free() flaws.
    * CVE-2012-4560 Fixed multiple buffer overflow flaws.
    * CVE-2012-4561 Fixed multiple invalid free() flaws.
    * rlo #84 - Fix bug in sftp_mkdir not returning on error.
    * rlo #85 - Fixed a possible channel infinite loop if the connection dropped.
    * rlo #88 - Added missing channel request_state and set it to accepted.
    * rlo #89 - Reset error state to no error on successful SSHv1 authentiction.
    * Fixed a possible use after free in ssh_free().
    * Fixed multiple possible NULL pointer dereferences.
    * Fixed multiple memory leaks in error paths.
    * Fixed timeout handling.
    * Fixed regression in pre-connected socket setting.
    * Handle all unknown global messages.

++++ libstorage:

  - updated check for parted errors (bnc#790481)

++++ wayland:

  - Update to new upstream release 1.0.1
    * Supply a fix for out-of-order delete_id events, which allows
    to fix a crash that happens during EGLSurface destruction.

++++ lxdm:

  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ makedumpfile:

  - upgrade to makedumpfile-1.5.0
    o implement cyclic mode
    o update necessary elfutils version
    o tested for kernels up to 3.4.8

++++ nagios:

  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ nepomuk-core:

  - Fix the SLES build (%make_install is not expanded on SLES)

++++ python-pyudev:

  - Build HTML documentation
  - Fix SLE_11_SP2 build (not noarch)

++++ qemu:

  - Update to v1.3.0-rc0: see http://wiki.qemu.org/ChangeLog/1.3
    * Update update_git.sh accordingly
    * Disable SPICE for 11.4 since it can no longer be built lacking
    pyparsing

++++ qemu-linux-user:

  - Update to v1.3.0-rc0: see http://wiki.qemu.org/ChangeLog/1.3
    * Update update_git.sh accordingly
    * Disable SPICE for 11.4 since it can no longer be built lacking
    pyparsing

++++ rpm:

  - Change user_group_add macro to not invoke useradd and groupadd
    with -o parameter. Non-unique does not make sense when not
    passing -u/-g (useradd/groupadd) and fails on newer pwdutils/
    shadowurils implementations. The macro does not allow for a
    uid/gid being passed.

++++ rsyslog:

  - Require syslog-service >= 2.0 on 12.3, otherwise < 2.0, which
    contain the /etc/init.d/syslog init script.

++++ seamonkey:

  - update to SeaMonkey 2.14 (bnc#790140)
    * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
    Miscellaneous memory safety hazards
    * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
    Buffer overflow while rendering GIF images
    * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
    evalInSanbox location context incorrectly applied
    * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
    Crash when combining SVG text on path with CSS
    * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
    Memory corruption in str_unescape
    * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
    XMLHttpRequest inherits incorrect principal within sandbox
    * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
    XrayWrappers exposes chrome-only properties when not in chrome
    compartment
    * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
    Improper security filtering for cross-origin wrappers
    * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
    Improper character decoding in HZ-GB-2312 charset
    * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
    Frames can shadow top.location
    * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
    CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
    CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
    Use-after-free and buffer overflow issues found using Address
    Sanitizer
    * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
    Use-after-free, buffer overflow, and memory corruption issues
    found using Address Sanitizer
  - rebased patches
  - disabled WebRTC since build is broken (bmo#776877)

++++ smartmontools:

  - Re-introduce smartmontools-sysconfig.patch with
    SMARTD_SAVESTATES, SMARTD_ATTRLOG and SMARTD_EXTRA_OPTS sysconfig
    variables (bnc#790044).

++++ vsftpd:

  - Verify GPG signature.
  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ yast2:

  - move RegistrationStatus.pm from wagon to yast2 (fate#312712)
  - new version for proper package dependencies in wagon
  - 2.23.13

++++ yast2-runlevel:

  - Unified service handling in AutoYast and on a running system
    (BNC #769924)
  - 2.21.5

------------------------------------------------------------------
------------------  2012-11-19  -  Nov 19 2012  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Update to version 0.6.28:
    + Fix act_user_manager_delete_user_finish.
    + Fix handling of LoginTime and LoginHistory properties.
  - Changes from version 0.6.27:
    + Fix warnings when the singleton user manager object is
    finalized.
    + Generated docs for libaccountsservice.
    + Initialize local_acount to TRUE.
    + Add async api for user creation, caching and deletion.

++++ coreutils:

  - Statically link to gmp otherwise expr depends on gmp and gmp
    configure script depends on expr which creates a build cycle.

++++ dbus-1-python:

  - Update to version 1.1.1:
    Dependencies:
  - libdbus 1.6 or later is now recommended. It is not strictly required yet.
    Fixes:
  - Validate UTF-8 according to the rules libdbus uses, falling back to our
    own (inefficient) implementation if not compiled against dbus >= 1.6
    (fdo#40817)
  - Under Python 3, in the absence of introspection or signature='...',
    pass dbus.ObjectPath or dbus.Signature arguments with the obvious
    signature 'o' or 'g', not 's'. This previously only worked in Python 2.
    (fdo#50740)
    From version 1.1.0:
    Deprecations:
  - dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new
    code.
    API changes:
  - dbus.gobject_service works in legacy PyGObject 2 applications again,
    like it did before 1.0. The down side is that it doesn't work in all PyGI
    applications any more, unlike 1.0. In PyGI applications, depend on
    dbus-python >= 1.1 and use dbus.gi_service instead - its API is the same.
    (fdo#48904, deb#670516)
  - dbus.gobject_service has been removed from Python 3 builds altogether.
    Enhancements:
  - Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing
    it
    Fixes:
  - Put sockets for the regression tests in /tmp, not the builddir, fixing
    test failures in a really long builddir (fdo#46747)
  - Fix a reference leak in dbus_py_variant_level_set (fdo#47108)
  - Modify AM_CHECK_PYTHON_HEADERS so the "another way" works with Python 3

++++ dbus-1-python3:

  - Update to version 1.1.1:
    Dependencies:
  - libdbus 1.6 or later is now recommended. It is not strictly required yet.
    Fixes:
  - Validate UTF-8 according to the rules libdbus uses, falling back to our
    own (inefficient) implementation if not compiled against dbus >= 1.6
    (fdo#40817)
  - Under Python 3, in the absence of introspection or signature='...',
    pass dbus.ObjectPath or dbus.Signature arguments with the obvious
    signature 'o' or 'g', not 's'. This previously only worked in Python 2.
    (fdo#50740)
    From version 1.1.0:
    Deprecations:
  - dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new
    code.
    API changes:
  - dbus.gobject_service works in legacy PyGObject 2 applications again,
    like it did before 1.0. The down side is that it doesn't work in all PyGI
    applications any more, unlike 1.0. In PyGI applications, depend on
    dbus-python >= 1.1 and use dbus.gi_service instead - its API is the same.
    (fdo#48904, deb#670516)
  - dbus.gobject_service has been removed from Python 3 builds altogether.
    Enhancements:
  - Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing
    it
    Fixes:
  - Put sockets for the regression tests in /tmp, not the builddir, fixing
    test failures in a really long builddir (fdo#46747)
  - Fix a reference leak in dbus_py_variant_level_set (fdo#47108)
  - Modify AM_CHECK_PYTHON_HEADERS so the "another way" works with Python 3

++++ galculator:

  - new upstream version 2.0.1
    * added missing GUI element in preferences dialog (migrated
    GtkOptionMenu to GtkComboBox in Numbers tab)
    * fixed integer parsing rule in flex parser (thanks to John Williams,
    fixes sf.net #74)
    * working around bug with window resizing, I assume this was GTK's
    fault (general_functions.c, set_window_size_minimal)
    * removed deprecated calls to set color on color buttons
    * fixed decimal separator on keypad (thanks to cyberpatrol and
    qwertypoke, fixes sf.net #86)
    * config file stored according to XDG spec (thanks to Eric Heintzmann,
    fixes sf.net #88)
    * applied patch to update spec file for RPM (thanks to Dwigth Engen)

++++ grub2:

  - quote localized "Loading ..." messages in grub.cfg (bnc#790195)

++++ gstreamer-0_10-plugins-base:

  - Add gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch. Fixes kde#302652.

++++ texinfo:

  - Be aware that characters of appendix numbering requires a ASCII
    null if used as string (bnc#788574)

++++ kdebase4-runtime:

  - Drop the Xine support. It's unmaintained upstream and will be dropped in 4.10

++++ kernel-default:

  - Update to 3.7-rc6.
  - commit daac70a

++++ kernel-desktop:

  - Update to 3.7-rc6.
  - commit daac70a

++++ kernel-pae:

  - Update to 3.7-rc6.
  - commit daac70a

++++ kiwi:

  - changed spec file to be quiet on unpacking the source tarball.
    During kiwi build don't list files and directories of tarball.
    This floods build log pretty much.
  - don't fail hard if copyBootCode() cannot create e.g symlinks
    on copy of the boot data. Just report that as a warning
  - if a bootfilesystem is specified it's required to check its
    type prior to the creation of the partition table because it
    might be required to specify a partition label according to
    the selected filesystem
  - fix return values of legacy methods of the XML class, return
    values as string. Older versions of the LibXML perl binding
    do not have an overloaded eq operator for a NodeList where the
    value of the first entry of a node can be used in a comparison.
    There is however a string conversion, thus placing the nodelist
    inside a string "$nl" does the trick. This fixes issues on
    SLES 11 with the unit tests Related to (bnc #790254)
  - update the trigger files to fix unit tets execution that was
    broken when ArchiveData, IgnoreData, and ProductData were
    renamed To contain the Package prefix in the name.
    Related to (bnc #790254)
  - fixed spec file:
    * update author list for kiwi-instsource
    * make sure at least ext and fat filesystem creation tools
    are required

++++ libQtWebKit4:

  - Rediff reduce-link-optimization.diff. Needed by SLES

++++ ncurses:

  - Add ncurses patch 5.9.20121117
    > fixes based on Coverity report:
    + add missing braces around FreeAndNull in two places.
    + various fixes in test/ncurses.c
    + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
    + correct malloc size in progs/infocmp.c
    + guard against negative array indices in test/knight.c
    + fix off-by-one limit check in test/color_name.h
    + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
    test/inchs.c
    + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
    test/clip_printw.c, test/demo_menus.c
    + delete unused windows in test/chgat.c, test/clip_printw.c,
    test/insdelln.c, test/newdemo.c on error-return.
  - Add ncurses patch 5.9.20121110
    + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
    local -I include options in case someone has set conflicting -I
    options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
    Vassili Courzakis).
    + modify the ncurses*-config scripts to eliminate relative paths from
    the RPATH_LIST variable, e.g., "../lib" as used in installing shared
    libraries or executables.

++++ openjpeg:

  - do fdupes only for SUSE distributions

++++ mtpaint:

  - Update to 3.40.
    * Usage of multiple CPU cores to speed up slower processing
    tasks.
    * Two new tools - for image segmentation, and for approximating
    gradients using palette colours.
    * Dynamic preview in colour selectors.
    * sRGB (linear RGB) colour scales and gradients.
    * Palette sorting by brightness.
    * Dock area to hold settings toolbar and layers window.
    * Colour chooser popup.
    * Autoscrolling in canvas, view and palette windows.
    * Auto-resizing toolbars.
    * Support for PBM/PGM/PPM/PAM, PCX and SVG image formats.
    * Support for ICC colour profiles in images.
    * Loading of animated GIFs and multipage TIFFs into layers.
    * Palette extraction from image files.
    * Format conversions in file actions.
    * "Snap to grid" mode.
    * New keyboard shortcuts.
    * And various speedups, interface improvements and bugfixes.
  - Drop mtpaint-3.31-libpng14.patch,
    mtpaint-fix-no-add-needed.patch, mtpaint-3.31-openjpeg.patch,
    mtpaint-3.31-ld_fix.patch (fixed upstream or no need).
  - Refresh mtpaint-buff.diff.
  - Rework mtpaint-xdg-open.patch: fix hardcoded apps and options.
  - Add mtpaint-3.40-strip.patch: don't strip binary (rh#787462).
  - Correct build dependencies:
    * Remove: dos2unix, gettext.
    * Add: pkgconfig(libopenjpeg) (for openSUSE >= 12.2) or
    libjasper-devel, unzip, pkgconfig(lcms2).
    * Use pkgconfig(*).
  - Requires ImageMagick; recommends exif.
  - Don't call %suse_update_desktop_file macro.
  - Split off language subpackage.
  - Correct configure options:
    * Remove: debug.
    * Add: gif, gtkfilesel, imagick, jp2 or jasper, lcms2, thread.
  - Use parallel build.
  - Remove check for unsupported openSUSE versions.
  - Mark man as doc.
  - Clean up and formatting spec.

++++ xdm:

  - Add display-manager as provides to xdm initscript, to comply with
    systemd defaults.

------------------------------------------------------------------
------------------  2012-11-18  -  Nov 18 2012  -------------------
------------------------------------------------------------------

++++ bind:

  - added a ratelimiting (draft RFC) patch from Paul Vixie.
    see http://www.redbarn.org/dns/ratelimits
    suggested by Stefan Schaefer 

++++ dbus-1-x11:

  - Update to 1.6.8
  - remove patch dbus-cve-2012-3524.patch as incorporated upstream
    Changes since 1.5.12
    • Follow up to CVE-2012-3524: The additional hardening
    work to use __secure_getenv() as a followup to bug #52202
    broke certain configurations of gnome-keyring.  Given
    the difficulty of making this work without extensive
    changes to gnome-keyring, use of __secure_getenv() is
    deferred.
    • CVE-2012-3524: Don't access environment variables (fd.o #52202)
    Thanks to work and input from Colin Walters, Simon McVittie,
    Geoffrey Thomas, and others.
    • Detect that users are "at the console" correctly when configured with
    a non-default path such as --enable-console-auth-dir=/run/console
    (fd.o #51521, Dave Reisner)
    • Remove an incorrect assertion from DBusTransport (fd.o #51657,
    Simon McVittie)
    • Change how we create /var/lib/dbus so it works under Automake >= 1.11.4
    (fd.o #51406, Simon McVittie)
    • Don't return from dbus_pending_call_set_notify with a lock held on OOM
    (fd.o #51032, Simon McVittie)
    • Disconnect "developer mode" (assertions, verbose mode etc.) from
    Automake maintainer mode. D-Bus developers should now configure with
  - -enable-developer. Automake maintainer mode is now on by default;
    distributions can disable it with --disable-maintainer-mode.
    (fd.o #34671, Simon McVittie)
    • Unix-specific:
    · Check for libpthread under CMake on Unix (fd.o #47237, Simon McVittie)
    • New requirements
    · PTHREAD_MUTEX_RECURSIVE on Unix
    · compiler support for 64-bit integers (int64_t or equivalent)
    • D-Bus Specification v0.19
    • New dbus-daemon features
    ·  rules allow the service to
    own names like com.example.Service.Instance3
    · optional systemd integration when checking at_console policies
    · --nopidfile option, mainly for use by systemd
    · path_namespace and arg0namespace may appear in match rules
    · eavesdropping is disabled unless the match rule contains eavesdrop=true
    • New public API
    · functions to validate various string types (dbus_validate_path() etc.)
    · dbus_type_is_valid()
    · DBusBasicValue, a union of every basic type
    • Bug fixes
    · removed an unsafe reimplementation of recursive mutexes
    · dbus-daemon no longer busy-loops if it has far too many file descriptors
    · dbus-daemon.exe --print-address works on Windows
    · all the other bug fixes from 1.4.20
    • Other major implementation changes
    · on Linux, dbus-daemon uses epoll if supported, for better scalability
    · dbus_threads_init() ignores its argument and behaves like
    dbus_threads_init_default() instead
    · removed the per-connection link cache, improving dbus-daemon performance
    • Developer features
    · optional Valgrind instrumentation (--with-valgrind)
    · optional Stats interface on the dbus-daemon (--enable-stats)
    · optionally abort whenever malloc() fails (--enable-embedded-tests
    and export DBUS_MALLOC_CANNOT_FAIL=1)
    • Be more careful about monotonic time vs. real time, fixing DBUS_COOKIE_SHA1
    spec-compliance (fd.o #48580, David Zeuthen)
    • Don't use install(1) within the source/build trees, fixing the build as
    non-root when using OpenBSD install(1) (fd.o #48217, Antoine Jacoutot)
    • Add missing commas in some tcp and nonce-tcp addresses, and remove
    an unused duplicate copy of the nonce-tcp transport in Windows builds
    (fd.o #45896, Simon McVittie)

++++ kdebase4-runtime:

  - Enable QNtrack support, for providing
    data input for Solid network status

++++ kdelibs4:

  - Explicitly require pkgconfig(bzip2) for 12.3
  - Recommend media-player-info for kde#269447, kde#269451

++++ kio_audiocd:

  - Enable flac and ogg encoders

++++ kiwi:

  - fix use of uninitialized variables

++++ dbus-1:

  - Update to 1.6.8
  - remove patch dbus-cve-2012-3524.patch as incorporated upstream
    Changes since 1.5.12
    • Follow up to CVE-2012-3524: The additional hardening
    work to use __secure_getenv() as a followup to bug #52202
    broke certain configurations of gnome-keyring.  Given
    the difficulty of making this work without extensive
    changes to gnome-keyring, use of __secure_getenv() is
    deferred.
    • CVE-2012-3524: Don't access environment variables (fd.o #52202)
    Thanks to work and input from Colin Walters, Simon McVittie,
    Geoffrey Thomas, and others.
    • Detect that users are "at the console" correctly when configured with
    a non-default path such as --enable-console-auth-dir=/run/console
    (fd.o #51521, Dave Reisner)
    • Remove an incorrect assertion from DBusTransport (fd.o #51657,
    Simon McVittie)
    • Change how we create /var/lib/dbus so it works under Automake >= 1.11.4
    (fd.o #51406, Simon McVittie)
    • Don't return from dbus_pending_call_set_notify with a lock held on OOM
    (fd.o #51032, Simon McVittie)
    • Disconnect "developer mode" (assertions, verbose mode etc.) from
    Automake maintainer mode. D-Bus developers should now configure with
  - -enable-developer. Automake maintainer mode is now on by default;
    distributions can disable it with --disable-maintainer-mode.
    (fd.o #34671, Simon McVittie)
    • Unix-specific:
    · Check for libpthread under CMake on Unix (fd.o #47237, Simon McVittie)
    • New requirements
    · PTHREAD_MUTEX_RECURSIVE on Unix
    · compiler support for 64-bit integers (int64_t or equivalent)
    • D-Bus Specification v0.19
    • New dbus-daemon features
    ·  rules allow the service to
    own names like com.example.Service.Instance3
    · optional systemd integration when checking at_console policies
    · --nopidfile option, mainly for use by systemd
    · path_namespace and arg0namespace may appear in match rules
    · eavesdropping is disabled unless the match rule contains eavesdrop=true
    • New public API
    · functions to validate various string types (dbus_validate_path() etc.)
    · dbus_type_is_valid()
    · DBusBasicValue, a union of every basic type
    • Bug fixes
    · removed an unsafe reimplementation of recursive mutexes
    · dbus-daemon no longer busy-loops if it has far too many file descriptors
    · dbus-daemon.exe --print-address works on Windows
    · all the other bug fixes from 1.4.20
    • Other major implementation changes
    · on Linux, dbus-daemon uses epoll if supported, for better scalability
    · dbus_threads_init() ignores its argument and behaves like
    dbus_threads_init_default() instead
    · removed the per-connection link cache, improving dbus-daemon performance
    • Developer features
    · optional Valgrind instrumentation (--with-valgrind)
    · optional Stats interface on the dbus-daemon (--enable-stats)
    · optionally abort whenever malloc() fails (--enable-embedded-tests
    and export DBUS_MALLOC_CANNOT_FAIL=1)
    • Be more careful about monotonic time vs. real time, fixing DBUS_COOKIE_SHA1
    spec-compliance (fd.o #48580, David Zeuthen)
    • Don't use install(1) within the source/build trees, fixing the build as
    non-root when using OpenBSD install(1) (fd.o #48217, Antoine Jacoutot)
    • Add missing commas in some tcp and nonce-tcp addresses, and remove
    an unused duplicate copy of the nonce-tcp transport in Windows builds
    (fd.o #45896, Simon McVittie)

++++ hdf5:

  - Update to 1.8.10, changes documented here:
    http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
  - remove hdf5-ph5diff.patch (fixed by upstream)
  - add hdf5-fix_printf.patch

++++ libkcddb4:

  - Enable musicbrainz support
  - Remove obsolete BuildRequires

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ python-pyudev:

  - Update to version 0.16.1:
    * #53: Fix source distribution
    * #54: Fix typo in test
    From version 0.16:
    * Remove :meth:`pyudev.Monitor.from_socket`.
    * Deprecate :meth:`pyudev.Device.traverse()` in favor of
    :attr:`pyudev.Device.ancestors`.
    * #47: Deprecate :meth:`pyudev.Monitor.receive_device` in favor of
    :attr:`pyudev.Monitor.poll`.
    * #47: Deprecate :attr:`pyudev.Monitor.enable_receiving` in favor of
    :attr:`pyudev.Monitor.start`.
    * #47: Deprecate :attr:`pyudev.Monitor.__iter__` in favor of explicit looping
    or :class:`pyudev.MonitorObserver`.
    * #49: Deprecate ``event_handler`` to :class:`pyudev.MonitorObserver` in
    favour of ``callback`` argument.
    * #46: Continuously test pyudev on Travis-CI.
    * Add :attr:`pyudev.Device.ancestors`.
    * Add :attr:`pyudev.Device.action`.
    * #10: Add :attr:`pyudev.Device.sequence_number`.
    * #47: Add :meth:`pyudev.Monitor.poll`.
    * #47: Add :attr:`pyudev.Monitor.started`.
    * #49: Add ``callback`` argument to :class:`pyudev.Monitor`.
    * :meth:`pyudev.Monitor.start` can be called repeatedly.
    * #45: Get rid of 2to3
    * #43: Fix test failures on Python 2.6
    * Fix signature in declaration of ``udev_monitor_set_receive_buffer_size``.
    * #44: Test wrapped signatures with help of ``gccxml``.
    * Fix compatibility with udev 183 and newer in :class:`pyudev.Context`.
    * :meth:`pyudev.MonitorObserver.stop` can be called from the observer thread.
  - Removed python-setuptools and added python-distribute as build requirement.

++++ telepathy-idle:

  - Update to version 0.1.14:
    + Parse PONG replies more leniently. bip's PONGs were rejected by
    0.1.13.

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-11-17  -  Nov 17 2012  -------------------
------------------------------------------------------------------

++++ kvm:

  - Fix build with glibc 2.17 (add patch kvm-glibc217.patch).

++++ libdb-4_8:

  - fix check-build.sh for kernel > 3.0

++++ openldap2-client:

  - fix check-build.sh for kernel > 3.0

++++ pulseaudio:

  - disable all HAL compat/support since it is long gone.

++++ python-gobject:

  - Update to version 3.7.1:
    + Bump version to 3.7.1; let's follow the real GNOME versioning
    from now on
    + Change install_properties to not use getattr on classes
    (bgo#686559)
    + Move property install function into propertyhelper.py
    (bgo#686559)
    + Fix Signal decorator to not use base class gsignals dict
    (bgo#686496)
    + tests: Consistently use GLib.MainLoop
    + Install the .egg-info files into correct multilib directory
    (bgo#686315)
    + Fix leak with python callables as closure argument (bgo#685598)
    + Gio overrides: Handle setting GSettings enum keys (bgo#685947)
    + tests: Check reading GSettings enums in Gio overrides
    + Fix unsigned values in GArray/GList/GSList/GHash (bgo#685860)
    + _pygi_marshal_from_py_uint64(): Use correct data type in py2.7
    check (bgo#685000)
    + pygobject.c: Don't leak GObjectClass reference (bgo#684062)
    + Fix memory leak in _pygi_argument_to_array() (bgo#685082)
    + GVariant overrides: Support empty tuple arrays (bgo#684928)
    + tests: Fix wrong return type in test_int64_callback()
    (bgo#684700)
    + Fix GValue marshalling of long and unsigned long (bgo#684331)
    + Clean up deprecation message for assigning gpointers to objects
    (bgo#683599)
    + pygi-property: Lookup property in base classes of
    non-introspected types (bgo#684058)

++++ python3-gobject:

  - Update to version 3.7.1:
    + Bump version to 3.7.1; let's follow the real GNOME versioning
    from now on
    + Change install_properties to not use getattr on classes
    (bgo#686559)
    + Move property install function into propertyhelper.py
    (bgo#686559)
    + Fix Signal decorator to not use base class gsignals dict
    (bgo#686496)
    + tests: Consistently use GLib.MainLoop
    + Install the .egg-info files into correct multilib directory
    (bgo#686315)
    + Fix leak with python callables as closure argument (bgo#685598)
    + Gio overrides: Handle setting GSettings enum keys (bgo#685947)
    + tests: Check reading GSettings enums in Gio overrides
    + Fix unsigned values in GArray/GList/GSList/GHash (bgo#685860)
    + _pygi_marshal_from_py_uint64(): Use correct data type in py2.7
    check (bgo#685000)
    + pygobject.c: Don't leak GObjectClass reference (bgo#684062)
    + Fix memory leak in _pygi_argument_to_array() (bgo#685082)
    + GVariant overrides: Support empty tuple arrays (bgo#684928)
    + tests: Fix wrong return type in test_int64_callback()
    (bgo#684700)
    + Fix GValue marshalling of long and unsigned long (bgo#684331)
    + Clean up deprecation message for assigning gpointers to objects
    (bgo#683599)
    + pygi-property: Lookup property in base classes of
    non-introspected types (bgo#684058)

++++ sox:

  - Disable OSS support, alsa and pulse are enough for us now.

++++ spice:

  - Fix build with glibc 2.17 (add patch spice-glibc217.patch).

++++ libtasn1:

  - update to libtasn1 3.0, SONAME libtasn1.so.6
  - Added tool in tests/ to benchmark X.509 structure decoding.
  - Added asn1_read_node_value() to obtain a node's value.
  - Optimizations in internal tree allocation.
  - Optimizations in tree search.
  - libtasn1.h no longer exports internal structures.
  - Types were renamed for consistency:
    ASN1_DATA_NODE -> asn1_data_node_st
    ASN1_ARRAY_TYPE -> asn1_static_node
    ASN1_TYPE -> asn1_node
    ASN1_TYPE_EMPTY -> NULL
    static_struct_asn -> asn1_static_node_st
    node_asn_struct -> asn1_node_st
    node_asn -> asn1_node_st
    (the old types are still available as definitions)
  - fix W: devel-package-with-non-devel-group

++++ openldap2:

  - fix check-build.sh for kernel > 3.0

++++ python-kde4:

  - Add a -common package for installation in parallel of SIP files
  - Adjust description

++++ squid:

  - Fix build with glibc 2.17 (add patch squid-glibc217.patch).

++++ telepathy-salut:

  - Update to version 0.8.1:
    + Fix an assertion failure in the OLPC activity manager on
    disconnect.
    + Check parsing tube messages in a MUC succeeds, to avoid using
    an uninitialized variable.
    + Don't crash when closing a roomlist channel.
    + Fix interoperability with iChat (fdo#51527, fdo#51528).

------------------------------------------------------------------
------------------  2012-11-16  -  Nov 16 2012  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Add PackageKit-no-polkit-backend-1.patch: Do not look for no
    longer existing polkit-backend-1. Fixes build with polkit >= 106.

++++ at-spi2-atk:

  - Update to version 2.7.1:
    + Remove the schema; it was only used to specify the location of
    the atk-bridge library, which is now installed in the standard
    path.
    + Fix compiler warnings (bgo#678045).
  - Drop glib2_gsettings_schema_post/postun schema handling from
  - common package, as there are no more schemas installed.

++++ cantarell-fonts:

  - Update to version 0.0.11:
    + Use ligature lookup tables.
    + Make digits monospaced for bold.

++++ dbus-1-x11:

  - Enable systemd integration (with_systemd 1): follow the rest of
    the distribution enabling systemd support. As agreed, systemd is
    the main supported way for 12.3.
  - Move default home from /var/run/dbus to /run/dbus
  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ gdm:

  - Update to version 3.6.2:
    + Fix occasional failure at startup.
    + Fix peer-to-peer dbus communication on BSDs.
    + Fix host based access control if gdm-initial-setup user
    doesn't exist.
    + Updated translations.

++++ glib-networking:

  - Update to version 2.35.1:
    + Update for glib 2.35.1; remove g_type_init() calls and port to
    GTask.
    + Updated translations.

++++ gnome-session:

  - Only conditionally require ConsoleKit from gnome-session-core,
    based on with_systemd defines: while switching openSUSE 12.3 to
    systemd based session tracking, we should not require CK anymore.

++++ gnutls:

  - updated to GnuTLS 3.0.26:
  - libgnutls: Always tolerate key usage violation errors from the
    side of the peer, but also notify via an audit message.
  - libgnutls: gnutls_x509_crl_verify() includes time checks.
  - libgnutls: Increased maximum password length in the PKCS #12
    functions.
  - API and ABI modifications:
    GNUTLS_CERT_REVOCATION_DATA_TOO_OLD: Added
    GNUTLS_CERT_REVOCATION_DATA_ISSUED_IN_FUTURE: Added
  - includes changes from 3.0.25:
  - libgnutls: Fixed the receipt of session tickets during session
    resumption.
  - libgnutls: Added gnutls_ocsp_resp_check_crt() to check whether the
    OCSP response corresponds to the given certificate.
  - libgnutls: Several updates in the OpenPGP code. The generating code
    is fully RFC6091 compliant and RFC5081 support is only supported in
    client mode.
  - API and ABI modifications:
    gnutls_ocsp_resp_check_crt: Added
  - includes changes form version 3.0.24:
  - libgnutls: The %COMPAT keyword, if specified, will tolerate
    key usage violation errors (they are far too common to ignore).
  - libgnutls: Corrected bug in OpenPGP subpacket encoding.
  - libgnutls: Added X.509 certificate verification flag
  - GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN. This flag allows the verification
    of unsorted certificate chains and is enabled by default for
    TLS certificate verification (if gnutls_certificate_set_verify_flags()
    does not override it).
  - libgnutls: Correctly restore gnutls_record_recv() in DTLS mode
    if interrupted during the retrasmition of handshake data.
  - libgnutls: Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init(),
    which provides a tool to counter compression-related attacks where
    parts of the data are controlled by the attacker _and_ are placed in
    separate records (use with care - do not use compression if not sure).
  - libgnutls: Depends on libtasn1 2.14 or later.
  - includes changes from version 3.0.23:
  - gnutls-serv: Listens on IPv6
  - libgnutls: Be tolerant in ECDSA signature violations (e.g. using
    SHA256 with a SECP384 curve instead of SHA-384), to interoperate with
    openssl.
  - libgnutls: Fixed DSA and ECDSA signature generation in smart cards.
  - includes changes from version 3.0.22
  - libgnutls: When verifying a certificate chain make sure it is chain.
    If the chain is wronly interrupted at some point then truncate it,
    and only try to verify the correct part. Patch by David Woodhouse
  - libgnutls: Restored the behavior of gnutls_x509_privkey_import_pkcs8()
    which now may (again) accept a NULL password.
  - certtool: Allow the user to choose the hash algorithm
    when signing certificate request or certificate revocation list.
  - Refresh gnutls-implement-trust-store-dir.diff, some parts are in
    upstream sources

++++ gpgme:

  - update to 1.3.2
    * Remove support for libgpgme-pth.  As far as we know, this was never used,
    and GnuPG is going to use our own npth in the future.
    * Fix signature summary information for a missing X.509 key.
    * Fix parsing of dates >= year 2038.
  - refresh gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
    to gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
  - actual minimum requirement for libgpg-error is >= 1.8

++++ hdparm:

  - update to hdparm-9.43
  - rearrange flag execution so that the idle/standby/sleep "now"
    flags are executed last.

++++ jfsutils:

  - Fix missing include (patch jfs-headers.patch).

++++ kdebase4-workspace:

  - Also make sure that KDM doesn't require ConsoleKit anymore.

++++ kernel-default:

  - rpm/config.sh: Set projects for ARM
  - commit 55bac79

++++ kernel-desktop:

  - rpm/config.sh: Set projects for ARM
  - commit 55bac79

++++ kernel-pae:

  - rpm/config.sh: Set projects for ARM
  - commit 55bac79

++++ kiwi:

  - v5.04.25 released
  - arm: removed match for image-$VERSION in suseStripKernel

++++ kwebkitpart:

  - Update to 1.3.0
    * Features and changes
    * Added manual spell checking support (no spell-check as you type) for form input widgets. kde#300382
    * Added on demand plugin loading that honors Konqueror's settings. kde#298592
    * Added ability to copy the text of a link without selecting it. kde#299738
    * Added Access key support. kde#265028
    * Added automatic scrolling support. kde#247672
    * Added support for using Konqueror's nsplugin for displaying flash and java applets. kde#232736
    * Bugfixes
    * No favicon in bookmarks page with Webkit. kde#300317
    * Open in This Window action missing. kde#293709
    * konqueror crashed when trying to print current page as PDF file. kde#289453
    * Adding URLs to adblock list fails in konqueror. kde#287153
    * ~/.kde/share/apps/kwebkitpart/autosave/ growing to insane sizes. kde#284383
    * JavaScript Policy (window.open) not honored when using webkit browser engine. kde#282166
    * Cannot un-blacklist a site for password storing. kde#203901
    * Fixed compilation on Windows.
    * View Document Source does not work for JS-generated pages. kde#244136

++++ libassuan:

  - update to Libassuan 2.0.3
  - Make assuan_get_pid work correctly for pipe server.
  - Interface changes relative to the 2.0.2 release:
    * ASSUAN_FORCE_CLOSE (NEW)

++++ dbus-1:

  - Enable systemd integration (with_systemd 1): follow the rest of
    the distribution enabling systemd support. As agreed, systemd is
    the main supported way for 12.3.
  - Move default home from /var/run/dbus to /run/dbus
  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ libevent:

  - update to 2.0.20
    * core: Make event_pending() threadsafe
    * evhttp: Fix a memory leak on error in evhttp_uriencode
    * evbuffer: Avoid possible needless call to writev
    * evdns: memset sockaddr_in before using it
    * evhttp: Check more setsockopt return values when binding sockets
    * evdns: Avoid segfault on weird timeout during name lookup
    * bufferevent_ssl: Correctly invoke callbacks when a SSL
    bufferevent reads some and then blocks

++++ hdf5:

  - cosmetics, enable parallel build for suse only
  - fix build for old findutils

++++ openldap2-client:

  - Fixed initscript to avoid endless loop when no configuration
    is present in /etc/openldap/slapd.d/ (bnc#767464)
  - cleaned up SLES10 buildrequires and dependencies
  - removed support for building on SLES9, didn't work anyway anymore
  - Don't buildrequire krb5-mini on Distributions where it does not
    exist

++++ python-gobject:

  - Update to version 3.4.2:
    + Fix marshalling of GByteArrays.
    + Fix marshalling of ssize_t to smaller ints.
    + Fix crash with GLib.child_watch_add (bgo#688067).
    + Fix various bugs in GLib.IOChannel.
    + Work around wrong 64 bit constants in GLib Gir (bgo#685022).
    + Fix OverflowError in source_remove() (bgo#684526).
    + Fix Signal decorator to not use base class gsignals dict
    (bgo#686496).

++++ python3-gobject:

  - Update to version 3.4.2:
    + Fix marshalling of GByteArrays.
    + Fix marshalling of ssize_t to smaller ints.
    + Fix crash with GLib.child_watch_add (bgo#688067).
    + Fix various bugs in GLib.IOChannel.
    + Work around wrong 64 bit constants in GLib Gir (bgo#685022).
    + Fix OverflowError in source_remove() (bgo#684526).
    + Fix Signal decorator to not use base class gsignals dict
    (bgo#686496).

++++ libqt4:

  - Fix the SLE_11 build. %patch -R doesn't work for the SLE repos.
  - Spec cleanup: Remove obsolete conditions and drop use-freetype-default-legacy.diff,
    Replace absolute paths with rpm variables,
    Move the prep section below the packages descriptions,
    Remove some unused blocks

++++ libqt4-sql-plugins:

  - Fix the SLE_11 build. %patch -R doesn't work for the SLE repos.
  - Spec cleanup: Remove obsolete conditions and drop use-freetype-default-legacy.diff,
    Replace absolute paths with rpm variables,
    Move the prep section below the packages descriptions,
    Remove some unused blocks

++++ samba:

  - ACL masks incorrectly applied when setting ACLs; (bso#9236).
  - s3-kerberos: also try with AES keys, when decrypting tickets; (bso#9272).
  - lib/replace: replace all *printf function if we replace snprintf; (bso#9390).
  - lib/addns: don't depend on the order in resp->answers[]; (bso#9402).

++++ man-pages:

  - update to version 3.44
    * New and rewritten pages
    delete_module.2
    Rewrite to Linux 2.6+ reality
    Change license and copyright
    There is now nothing left of the original FSF-copyrighted
    page. So, change the copyright and license.
    Substantial reorganization after comments from Rusty Russell
    Rusty notes that O_NONBLOCK is almost always used in
    practice. Therefore, it would be better to reorganize
    the page to consider that "the default".
    init_module.2
    Rewrite to Linux 2.6+ reality
    Change copyright and license
    Little of the original page now remains. Change
    copyright and license
    Changes after review comments from Rusty Russell
    Add various pieces describing Linux 2.6+ behavior
    Pieces take from, or inspired by, a patch sent by Kees.
    getauxval.3
    Document getauxval() function added in glibc 2.16
    * Global changes
    * Various pages
    Global fix: Use consistent capitalization in NAME section
    The line(s) in the NAME section should only use capitals
    where English usage dictates that. Otherwise, use
    lowercase throughout.
    * Various pages
    Global fix: "userspace" ==> "user space" or "user-space"
    Existing pages variously use "userspace or "user space".
    But, "userspace" is not quite an English word.
    So change "userspace" to "user space" or, when used
    attributively, "user-space".
    * Changes to individual pages
    clock_getres.2
    clock_nanosleep.2
    Linking with -lrt is no longer needed from glibc 2.17 onward
    create_module.2
    Note that this system call is present only in kernels before 2.6
    Note that ENOSYS probably indicates kernel 2.6+
    execve.2
    Document treatment of PR_SET_PDEATHSIG on execve()
    Document treatment of SECBIT_KEEP_CAPS securebits flag on execve()
    fork.2
    Note treatment of default timer slack value on fork()
    getdomainname.2
    Point out that these calls relate to NIS, not DNS
    See http://bugs.debian.org/295635
    get_kernel_syms.2
    Note that this system call is present only in kernels before 2.6
    ipc.2
    Update note on architectures that don't have ipc()
    Replace mention of ia64 with x86-64 and ARM.
    link.2
    Add EPERM error triggered by /proc/sys/fs/protected_hardlink
    prctl.2
    Mention Documentation/prctl/no_new_privs.txt for PR_SET_NO_NEW_PRIVS
    update seccomp sections for mode 2 (BPF)
    This adds a short summary of the arguments used
    for "mode 2" (BPF) seccomp.
    Small improvements to PR_SET_SECCOMP discussion
    Note type of 'arg3' for SECCOMP_MODE_FILTER.
    Add pointer to Documentation/prctl/seccomp_filter.txt.
    Note 'seccomp' semantics with respect to fork(), execve(), and prctl()
    Document PR_SET_TIMERSLACK and PR_GET_TIMERSLACK
    Reword PR_SET_NAME and PR_GET_NAME in terms of threads
    Plus tfix
    document PR_SET_NO_NEW_PRIVS, PR_GET_NO_NEW_PRIVS
    This adds a short description of the no_new_privs bit,
    as described in Documentation/prctl/no_new_privs.txt.
    ptrace.2
    Clarify that some operations are not present on all architectures
    PTRACE_GETREGS, PTRACE_SETGREFS, PTRACE_GETFPREGS,
    and PTRACE_GETSPREGS are not present on all architectures.
    PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP are present only
    on x86.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122383
    query_module.2
    Add a few words clarifying reference to /sys/module
    Note that this system call is present only in kernels before 2.6
    Note that ENOSYS probably indicates kernel 2.6+
    SEE ALSO: Add modinfo(8) and lsinfo(8)
    Move some information in NOTES to VERSIONS
    socketcall.2
    Update note on architectures that don't have socketcall()
    Replace mention of ia64 with x86-64 and ARM.
    times.2
    Recommend clock_gettime(2) as alternative to times(2)
    clock_getcpuclockid.3
    Linking with -lrt is no longer needed from glibc 2.17 onward
    fts.3
    Improve description of physical vs. logical tree walking
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633505
    getenv.3
    SEE ALSO: add getauxval(3)
    proc.5
    Document /proc/meminfo
    Info mostly taken from Documentation/filesystems/proc.txt
    and Documentation/vm/hugetlbpage.txt.
    Default for /proc/sys/fs/protected_{hardlinks,symlinks} is now 0
    The default setting of 1 in/proc/sys/fs/protected_hardlinks
    and /proc/sys/fs/protected_symlinks caused one too many
    breakages for Linus's taste, so commit 561ec64ae67e changed
    the default for both files to 0.
    Note system call error yielded by /proc/sys/fs/protected_symlinks
    Note that violating 'protected_symlinks' restrictions
    causes system calls to fail with the error EACCES.
    Since Linux 2.6.27, /proc/sys/kernel/modprobe depends on CONFIG_MODULES
    ipv6.7
    Document IPV6_RECVPKTINFO
    man-pages.7
    Note rules for capitalization in NAME section
    time.7
    Add a subsection on timer slack
    ld.so.8
    SEE ALSO: add getauxval(3)

++++ openldap2:

  - Fixed initscript to avoid endless loop when no configuration
    is present in /etc/openldap/slapd.d/ (bnc#767464)
  - cleaned up SLES10 buildrequires and dependencies
  - removed support for building on SLES9, didn't work anyway anymore
  - Don't buildrequire krb5-mini on Distributions where it does not
    exist

++++ perl:

  - update to 5.16.2
    *  has been upgraded from version 2.70 to version 2.76
    Perl 5.16.2 represents approximately 2 months of development since Perl
    5.16.1 and contains approximately 740 lines of changes across 20 files
    from 9 authors.

++++ zsh:

  - Test suite runs flaky in qemu-arm, disable it for now.

------------------------------------------------------------------
------------------  2012-11-15  -  Nov 15 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - fix url to point to github
  - change summary to say "openSUSE" (bnc#773245)
  - remove boot.* again, new insserv shadows them
  - Add aaa_base-syntax-error.patch: Fix syntax error in rc.status.

++++ at-spi2-atk:

  - Update to version 2.6.2:
    + Up libatspi dependency to what is actually required
    (bgo#686667).
    + Don't distribute dbind-config.h (bgo#688083).

++++ at-spi2-core:

  - Update to version 2.6.2:
    + Don't output a warning when a p2p connection isn't available.
    + Don't distribute dbind-config.h (bgo#688083).

++++ autofs:

  - UDisks dbus module support: use private connection, do not refer
    to a reply if already handled, install dbus AutoMount.conf in
    direct way

++++ baobab:

  - Update to version 3.6.3:
    + Fix crash in the about dialog.
    + Updated translations.

++++ farstream:

  - Update to version 0.2.2:
    + Update and fix the default properties for vp8enc.

++++ findutils:

  - Initialize stat_buf in find.c(process_path) so that find by inum
    works (bnc#780928 http://savannah.gnu.org/bugs/?37683)
    findutils-init_stat_buf.patch.
  - Exclude /.snapshot from updatedb's indexing (bnc#780918)
    No patch, change was done in the sysconfig file of this package.
  - Rename automake-1.12.patch to findutils-automake-1.12.patch

++++ gdm:

  - Do not ship gdm.service: openSUSE uses xdm to start the requested
    DisplayManager, based on sysconfig settings.
  - No longer perform actions needed for openSUSE <= 11.2 (deleting
    en@shaw language files).

++++ glib-networking:

  - Update to version 2.34.2:
    + build: it no longer tries to build the TLS tests if gnutls is
    not available.
    + Updated translations.

++++ glib2:

  - Update to version 2.34.2:
    + Bugs fixed: bgo#649302, bgo#672924, bgo#685995, bgo#686091,
    bgo#686185, bgo#686213, bgo#686662, bgo#686786, bgo#687089,
    bgo#687540, bgo#687541, bgo#687600, bgo#687801.

++++ gnome-bluetooth:

  - Update to version 3.6.1:
    + Library:
  - Fix crasher using BlueZ's development version.
  - Fix Connect/Disconnect functions not working.
  - Add internal helper to talk to /dev/rfkill.
    + Wizard:
  - Add another OUI for Apple trackpad.
  - Fix crasher doing substring matching.
  - Add a white button press (meaning Return) for iCades.

++++ gnome-control-center:

  - Update to version 3.6.3:
    + Add F1 accelerator to show help.
    + Background: Hide in Unity.
    + Bluetooth:
  - Fix the master switch not following the actual adapter state.
  - Fix the Connection switch being in the wrong state when
    connecting fails.
  - Show a spinner when connecting to a device.
  - Align left hand pane with the "All Settings" button.
    + Keyboard: Show more specific help page
    + Network: Make Airplane mode switch off all the radios,
    including Bluetooth.
    + Online Accounts:
  - Don't preselect the first item when adding an account.
  - Align left hand pane with the "All Settings" button.
    + Printers:
  - Fix renaming printers with recent versions of CUPS.
  - Show in Unity.
    + Region: Fix possible crasher on startup.

++++ gnome-settings-daemon:

  - Update to version 3.6.3:
    + Keyboard: Add keyboard shortcuts including CapsLock to switch
    input sources..
    + Mouse: Fix horizontal natural scrolling.
    + Power: Fix a warning on startup.

++++ iptables:

  - list all required binaries explicitly to make sure all of them are actually
    compiled
  - Always regenerate files due to SUSE's iptables-batch patch

++++ kdebase4-workspace:

  - Activate systemd support for Factory only. This disables
    ConsoleKit support !!

++++ kernel-default:

  - Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
    crash in context switch code).
  - commit bb1d12d

++++ kernel-desktop:

  - Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
    crash in context switch code).
  - commit bb1d12d

++++ kernel-pae:

  - Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
    crash in context switch code).
  - commit bb1d12d

++++ kiwi:

  - fixed kernel search in suseStripKernel for armv5 kernel.
    There we have Image-* (with a capital 'I')
  - fixed spec file requirements: kiwi has a create mode runtime check
    for the vgs command. Thus the kiwi package should require lvm2 to
    become installed
  - make sure possibly left over dhcpcd pid file from a -T (test) call
    is removed before requesting the IP address for the interface. It
    has turned out that the sle10 dhcpcd has this bug and kiwi works
    around this one by actively checking for a pid file after the
    dhcpcd -T (test) call (bnc #787924)
  - use baseUpdateSysConfig() function to update variable contents
    of sysconfig files as required in the suseConfig() function.
    This eliminates the various sed statements here and uses one
    common function for all sysconfig updates

++++ systemd:

  - Ship a empty systemd-journald initscript in systemd-logger to
    stop insserv to complain about missing syslog dependency.
  - Update
    0001-service-Fix-dependencies-added-when-parsing-insserv..patch
    with bug fixes from Debian.

++++ lua:

  - export luaU_dump in order to fix linking of luac binary

++++ pcsc-lite:

  - Fix useradd/groupadd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ polkit:

  - Update to version 0.108:
    + PolkitAgent: Avoid crashing if initializing the server object
    fails
    + Fall back to authenticating as uid 0 if the list of admin
    identities is empty
    + Dynamically load libmozjs185.so and cope with it not being
    available
    + docs: mention the audience for authorization rules
    + build: Fix .gir generation for parallel make
  - Only conditionally Require ConsoleKit when with_systemd is 0:
    systemd support obsoletes ConsoleKit.
  - Add polkit-link-gmodule.patch: Link against gmodule-2.0.
  - Change libpolkit0 to require polkit >= %version instead of the
    exact version. This will ease upgrade problems should there ever
    be a soname bump of libpolkit0.

++++ pulseaudio:

  - Enable systemd integration (following the distribution):
    + Add systemd-devel BuildRequires.
    + Pass --enable-systemd to configure.

++++ libreoffice:

  - build with debug symbols fails in OBS when creating RPMs because
    there is not enough space in the virtual machines; try to save
    some space in the %%install phase:
    * install-with-hardlinks.diff: use hardlinks in BuildRoot
    * remove the huge translation sources
    * use these hacks only when %save_space == 1

++++ libreoffice-branding-openSUSE:

  - update to versions 3.6 (bnc#779770):
    + remove obsolete pt_BR files
    + replace about.png with flat_logo.svg
    + add about.svg even when it seems to be unused right now
    + do not use the name and symbol of The Document Foundation in the branding
    because we do not distribute the official builds; our builds are based
    on the official sources but there are some modifications, e.g. extra
    fixes, enabled KDE4 integration, more system libraries

++++ libseccomp:

  - Restore autotools patch (0001-build-use-autotools-as-build-system.patch)
    that was previously embodied in the files in the tarball

++++ libstorage:

  - added another udevadm settle call (bnc#781402)

++++ perl-DBD-SQLite:

  - update to 1.37
  - Updated to SQLite 3.7.12.1 (ISHIGAKI)
  - Tweaked Makefile.PL to behave better during the Bsymbolic
    check (HMBRAND)
  - Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI)
  - Fix >32bit integer truncation and other sqlite_set_result
    condition issue (Yuriy Kaminskiy)
  - Fix integer overflow in passing argument to perl function
  - Convert unsigned -> int64 when possible (Yuriy Kaminskiy)
  - Turned datatype mismatch error (introduced in 1.34_02) into
    a warning (you can disable this warning by setting PrintWarn
    attribute to false). (ISHIGAKI)
  - Refactored sqlite_is_number to fix various corner cases
  - Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be
    broken on the latest MacOS X (due to a missing symbol),
    and broke other modules that typically use temporary tables
    under a few environments too. As of this writing, would-be
    3.7.11 seems fine, but it would take another month to be
    released. (ISHIGAKI)
    * ** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    Note that this release changed the default schema format
    number, that means newly created database files will be
    unreadable by SQLite version prior to 3.3.0 (2006-01-10)
    (or DBD::SQLite prior to 1.12) unless you explicitly issue
    "PRAGMA legacy_file_format=ON".
  - Enabled SQLITE_ENABLE_FTS4
  - Enabled SQLITE_ENABLE_STAT3
  - Resolved #73159: FTS tokenizer segfault (ISHIGAKI)
  - Resolved #73787: sqlite_see_if_its_a_number causes a buffer
    overflow (ISHIGAKI)
  - Resolved #73314 for DBD-SQLite: binding of 64bit integers fail
    on 1.34_02 (ISHIGAKI)
  - Implemented sqlite_trace and sqlite_profile methods for simpler
    tracing/profiling; use DBI_TRACE/DBI_PROFILE for more
    complicated cases (ISHIGAKI)

++++ python-lxml:

  - BuildRequire libxml2-devel instead of pkconfi() to allow building
    on SLE_11_SP2

++++ smartmontools:

  - Update to version 6.0 (bnc#789204):
    * option/directive '-F nologdir' and '-F xerrorlba'.
    * smartctl '--identify' option.
    * smartctl prints nominal media rotation rate (ATA).
    * smartctl prints SATA version and speed.
    * smartctl '-l sataphy' works for CD/DVD drives also.
    * smartctl '-x' includes ATA Device Statistics.
    * smartd warning emails include device identify info.
    * smartd '-d' output is flushed to support redirection.
    * Many HDD, SSD and USB additions to drive database.
    * smartctl options '-g, --get' and '-s, --set' to get/set various
    ATA settings: AAM, APM, Read look-ahead, Write cache, Security
    (freeze), Standby mode/timer.
    * smartd directive '-e' to set (most of) the above settings on
    startup.
    * smartctl options '-f hex' and '-f hex,[id|val]'.
    * smartctl does not start ATA self-test if another test is
    already running.  Override with new option '-t force'.
    * smartctl supports extended self-test polling times greater
    than 255 minutes.
    * Controller-independent SAT detection: '-d sat,auto[+TYPE]'.
    * smartd.conf DEFAULT directive.
    * Support for SATA disks behind Areca SAS RAID controllers and
    HP Smart Array controllers.

++++ telepathy-idle:

  - Update to version 0.1.13:
    + Enhancements:
  - Initial support for listing rooms (fdo#23005).
  - Chat room channels now respawn if you Close() them
    (fdo#24614).
    + Fixes:
  - Fix for "make -j" safety (fdo#54016).
  - Sending well-formed but invalid UTF-8 no longer gets Idle
    kicked off the bus (fdo#30741).
  - Idle now disconnects if it doesn't get a reply to its pings
    after a while (fdo#56589).
  - Don't wedge and stop sending messages in a situation we
    believe was triggered by a short-lived GIO bug (fdo#49163).

++++ xdm:

  - Added a switch to enable building against systemd-logind and
    to remove the dependency on ConsoleKit
  - Enabled the systemd switch already for Factory

++++ xfce4-power-manager:

  - added xfce4-power-manager-fix-broken-translations.patch which
    fixes broken format strings in translations causing crashes
    (bnc#788361)

++++ yast2-network:

  - confirmed license

++++ yast2-runlevel:

  - Starting enabled service if it fits the current runlevel
    (BNC #769924)
  - 2.21.4

++++ yast2-storage:

  - 2.23.2
  - deactivate swap if disk is selected for install in live
    installer (bnc#789078)

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-11-14  -  Nov 14 2012  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Update to version 0.6.26:
    + Require libsystemd-login 186.
    + Protect against deleting root user.
    + Add LoginTime and LoginHistory properties.
    + Fix crash consolekit code.
    + Fix has_multiple_user property after removing user.

++++ anjuta:

  - Update to version 3.7.1:
    + am-project:
  - Avoid critical warnings when a group does not have a
    Makefile.am
  - Double click on folder in project view open properties window
    (bgo#681050)
  - Folder properties dialog can't be close with ESC (bgo#681051)
  - Project browser is not updated when files are added or removed
    (bgo#683728)
  - Adding a "Miscelaneous Data" objective ignores the given name
    (bgo#684770)
  - Check a copy of anjuta project in regression instead of the
    real project
  - Do not store files as binary in anjuta shar archive used in
    regression test
    + anjuta:
  - Do not use GDL members deprecated in version 3.6
  - Move command line parsing in AnjutaApplication
  - Remove custom filtering for debugging message as this is
    provided by GLib >= 2.32
  - Rename AnjutaApp as AnjutaWindow
  - Rename Anjuta as AnjutaApplication
    + build-basic-autotools:
  - Configuration name combo box should be editable
  - Fix alignment of some text broken by the previous patch
  - Update environment variables when the build configuration is
    changed
    + build: anjuta-3.5.91 fails to configure due to ac_ct_CXX check
    (bgo#684758)
    + glade: Fix make file some files were not installed
    + jhbuild:
  - new plugin to build/run program inside the jhbuild environment
  - Provide a fallback for G_DEFINE_QUARK to allow compilation
    with GLib 2.32
    + run-program: use AnjutaEnvironmentEditor instead of implementing
    our own version.

++++ avahi:

  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ bind:

  - updated to 9.9.2
    https://kb.isc.org/article/AA-00798
    Security:
    * A deliberately constructed combination of records could cause
    named to hang while populating the additional section of a
    response. [CVE-2012-5166] [RT #31090]
    * Prevents a named assert (crash) when queried for a record whose
    RDATA exceeds 65535 bytes.  [CVE-2012-4244]  [RT #30416]
    * Prevents a named assert (crash) when validating caused by using "Bad
    cache" data before it has been initialized. [CVE-2012-3817]  [RT #30025]
    * A condition has been corrected where improper handling of zero-length
    RDATA could cause undesirable behavior, including termination of the
    named process. [CVE-2012-1667]  [RT #29644]
    * ISC_QUEUE handling for recursive clients was updated to address a race
    condition that could cause a memory leak. This rarely occurred with
    UDP clients, but could be a significant problem for a server handling
    a steady rate of TCP queries. [CVE-2012-3868]  [RT #29539 & #30233]
    New Features
    * Elliptic Curve Digital Signature Algorithm keys and signatures in
    DNSSEC are now supported per RFC 6605. [RT #21918]
    * Introduces a new tool "dnssec-checkds" command that checks a zone
    to determine which DS records should be published in the parent zone,
    or which DLV records should be published in a DLV zone, and queries
    the DNS to ensure that it exists. (Note: This tool depends on python;
    it will not be built or installed on systems that do not have a python
    interpreter.)  [RT #28099]
    * Introduces a new tool "dnssec-verify" that validates a signed zone,
    checking for the correctness of signatures and NSEC/NSEC3 chains.
    [RT #23673]
    * Adds configuration option "max-rsa-exponent-size ;" that can
    be used to specify the maximum rsa exponent size that will be accepted
    when validating [RT #29228]
    Feature Changes
    * Improves OpenSSL error logging [RT #29932]
    * nslookup now returns a nonzero exit code when it is unable to get an answer.  [RT #29492]
    Lots of bugfixes.
  - unfuzzed patches:
    perl-path.diff
    pie_compile.diff
    workaround-compile-problem.diff

++++ cmake:

  - Add cmake-gettext.patch to fix gettext detection

++++ dconf:

  - Update to version 0.15.0:
    + Add --disable-man
    + Fix reading default values in GSettings backend
    + Editor:
  - Support schema overrides
  - Search improvements (search directories, values,
    descriptions)
  - Correctly get text from schema descriptions
  - Only write window state settings on exit and support
    fullscreen state
    + dconf_rebuilder_get_parent: don't leak parent_name
    + Updated translations.

++++ devhelp:

  - Update to version 3.6.1:
    + Fix Ctrl-C to copy.
    + Updated translations.

++++ empathy:

  - Update to version 3.6.2:
    + Improves GNOME Online Account integration
    + Fix a bunch of call related bugs
    + Bugs fixed: bgo#652546, bgo#686311, bgo#686314, bgo#687449,
    bgo#687762, bgo#687690.
    + Updated translations.

++++ eog:

  - Update to version 3.7.1:
    + Switch to GtkApplication for inhibiting the screensaver.
    + Misc. improvements/fixes.
    + Bugs fixed: bgo#684098, bgo#684179, bgo#684581.
    + Updated translations.

++++ gedit:

  - Update to version 3.7.1:
    + Port to python 3.
    + Misc bugfixes.
    + Updated translations.
  - Add python BuildRequires so we can version it. Note: As the
    BuildRequires is python >= 3.2.3, this currently pulls in
    python3, which is in fact exactly what we want.
  - Drop .desktop fixup hack: fixed upstream.

++++ gnome-control-center:

  - Don't own %{_datadir}/polkit-1/rules.d: it's owned (with special
    attr()) by polkit.
  - Change with_systemd defines to 1 in order to enable systemd.

++++ gnome-icon-theme:

  - Update to version 3.6.2:
    + Updated translations.

++++ gnome-icon-theme-extras:

  - Update to version 3.6.2:
    + Increased contrast in 16x16 application-rss+xml.

++++ gnome-icon-theme-symbolic:

  - Update to version 3.6.2:
    + Separate share and send to.
    + Wireless hotspot.
    + application-rss+xml.
    + Remove success color from battery-full.

++++ gnome-menus:

  - Update to version 3.6.1:
    + Updated translations.

++++ gnome-online-accounts:

  - Update to version 3.6.2:
    + Bugs fixed: bgo#685876, bgo#686410, bgo#686415, bgo#686416,
    bgo#687578, bgo#687632, bgo#687962, bgo#688018
    + Updated translations.

++++ gnome-packagekit:

  - Update to version 3.6.1:
    + Fix a segfault when distribution upgrades available
    (bgo#685579)
    + Updated translations.

++++ gnome-desktop:

  - Update to version 3.7.1:
    + Bugs fixed: bgo#684814, bgo#684803, bgo#682224, bgo#686792.
    + Updated translations.

++++ grub:

  - revert previous misguided "fix", as it does not cure the root
    cause, see bnc#789169

++++ libgsf:

  - Update to version 1.14.25:
    + Enhance gsf tool to create archives.
    + Fix memory management problem with document properties.
    + Fix writing of OLE2 properties for multi-byte codepages
    (bgo#627696).
    + Unconditionally require gio (bgo#687753).
  - Add pkgconfig(gio-2.0) BuildRequires: new dependency.

++++ gvfs:

  - Update to version 1.15.0:
    + New testing framework
    + daemon:
  - Check for a NULL GMountOperation when unmounting
  - Allow specifying directory and extensions for mount files
    + proxy volume monitor: Don't emit connected/added signals at
    object creation
    + proxy volume monitor: Allow specifying the dir for .monitor
    files
    + smb: Fix libsmbclient samba 4 support
    + Updated translations.
  - Add pkgconfig(smbclient) BuildRequires: samba 4 can be detected
    based on pkg-config now.
  - Rebase gvfs-nvvfs.patch.

++++ harfbuzz:

  - Update to version 0.9.6:
    + Don't clear pre-context text if no new context is provided.
    + Fix ReverseChainingSubstLookup, which was totally borked.
    + Adjust output format of hb-shape a bit.
    + Include config.h.in in-tree. Makes it easier for alternate
    build systems.
    + Fix hb_buffer_set_length(buffer, 0) invalid memory allocation.
    + Use ICU LayoutEngine's C API instead of C++. Avoids much
    headache.
    + Drop glyphs for all of Unicode Default_Ignorable characters.
    + Misc build fixes.
    + Arabic shaper:
  - Enable 'dlig' and 'mset' features in Arabic shaper.
  - Implement 'Phags-pa shaping, improve Mongolian.
    + Inidic shaper:
  - Decompose Sinhala split matras the way old HarfBuzz / Pango
    did.
  - Initial support for Consonant Medials.
  - Start adding new-style Myanmar shaping.
  - Make reph and 'pref' logic introspect the font.
  - Route Meetei-Mayek through the Indic shaper.
  - Don't apply 'liga' in Indic shaper.
  - Improve Malayalam pre-base reordering Ra interaction with
    Chillus.

++++ kernel-default:

  - Update to 3.7-rc5.
  - Update Xen patches additionally to c/s 1204:
  - commit d5de9cf

++++ kernel-desktop:

  - Update to 3.7-rc5.
  - Update Xen patches additionally to c/s 1204:
  - commit d5de9cf

++++ kernel-pae:

  - Update to 3.7-rc5.
  - Update Xen patches additionally to c/s 1204:
  - commit d5de9cf

++++ libHX:

  - Update to new upstream release 3.14
    * rand: avoid division by zero when calling HX_irand with lo==hi

++++ systemd:

  - /var/log/journal is now only provided by systemd-logger (journal
    won't be persistent for people using another syslog
    implementation).
  - install README in /var/log (in systemd-logger) and /etc/init.d
  - create adm group when installing systemd.
  - fix path in udev-root-symlink.systemd.
  - Enforce Requires(post) dependency on libudev in main systemd
    package (help upgrade).
  - Ensure configuration is reloaded when upgrading and save random
    seed when installing.
  - Create /lib/udev symlink, if we do a fresh install.
  - Add fix-build-glibc217.patch: fix build with latest glibc.
  - Add libgcrypt.m4: copy of autoconf macro from libgcrypt, only
    used to bootstrap systemd-mini.

++++ icu:

  - Update to new upstream release 50
    * Unicode 6.2: Turkish Lira Sign, improved word & line segmentation
    (BreakIterator) for symbols
    * CLDR 22.1: Data coverage & quality improved across all major
    languages; new short width type for weekday names; new zhuyin
    (Bopomofo) collation for Chinese; improved data for
    CompactDecimalFormat & RBNF
    * Time zone data: 2012h
    * Ordinal-number support in MessageFormat & PluralRules
    * Deprecate setLocale(locale) in PluralFormat
    * Dictionary-based break iterators (word segmentation)

++++ liblangtag:

  - Fix Requires to demand glib2-devel not gtk1 variant
    (thanks coolo)
    * Fix copy&pasto in one summary.

++++ libnl3:

  - Update to new upstream release 3.2.14
    * This release contains bugfixes and adds support for some new link
    features.

++++ pango:

  - Update to version 1.32.2:
    + Fix load_fontset() for Win32 backend (bgo#685021).
    + pango-viewer: Flush cairo surface when done.
    + Xft: Fix a deadlock on display close (bgo#687470)
    + Add missing colors from the web palette.
    + Rename configure.in to configure.ac.

++++ plymouth:

  - fix path to systemd-tty-ask-password-agent for newer systemd
  - create the pid file again during boot, the existence of this is
    a condition for systemd-ask-password-plymouth.service. A proper
    fix might look different but that get's it going again.

++++ polkit:

  - Enable systemd inetegration (change with_systemd to 1): As an
    agreed target for 12.3, systemd integration will be enabled.

++++ vala:

  - Update to version 0.18.1:
    + Bug fixes and binding updates.

++++ module-init-tools:

  - Move m-i-t independent files to suse-module-tools, so that
    kmod-compat can be installed in a system.
  - Remove redundant %clean section

++++ obexd:

  - Add missing include to fix build (add patch obexd-headers.patch)

++++ pam-modules:

  - Add /etc/default/passwd for pam_unix2.so, was removed with
    pwdutils drop.

++++ perl:

  - fix version for Module::Build obsoletes, so installing newer version is possible

++++ perl-Bootloader:

  - support 'parmfile' option in zipl.conf (bnc #788391)
  - fix zipl (s390x) support
  - 0.704

++++ suse-module-tools:

  - New package. Split SUSE-specific scripts from module-init-tools,
    so that we can actually get a system with kmod-compat running.

++++ tomboy:

  - Update to version 1.13.1:
    + Accept command line args when Tomboy is running (bgo#670928)
    + Preferences dialog should not be modal (bgo#527177)
    + Updated translations.

++++ wireshark:

  - for openSUSE 12.2 and later, build against lua51-devel instead
    of lua-devel for Lua support (bnc#780669)

------------------------------------------------------------------
------------------  2012-11-13  -  Nov 13 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - merged last bits from gitorious:
  - from froh:
  - /etc/bash.bashrc: add prompt to the terminal "status line",
    which on most graphical terminals is the window title.
  - from fcrozat:
  - rc.status: output initscript status before systemd one.
  - rc.status: educate users on which systemctl command was started
  - rc.status: systemctl 195+ allows to not specify .service

++++ aisleriot:

  - Update to version 3.6.2:
    + Updated translations.

++++ alsa:

  - backport fixes from upstream tree:
    0031-pcm-support-for-audio-timestamps.patch
    0032-pcm-fix-64-bit-SNDRV_PCM_IOCTL_STATUS-ABI-breakage.patch
    0033-PCM-Fix-memory-leak-for-pcm-empty-and-asym-plugins.patch
    0034-Reduce-compilation-warnings.patch
    0035-PCM-Avoid-busy-loop-in-snd_pcm_write_areas-with-rate.patch

++++ anjuta:

  - Update to version 3.6.2:
    + indentation-c-style:
  - be more picky when completing braces.
  - remove java_indentation() method
  - When removing opening bracket also remove the closing one.
    + sourceview: don't emit change events after doing an undo
    + build-basic-autotools:
  - Configuration name combo box should be editable
    + Do not use GDL members deprecated in version 3.6
    + Updated translations.

++++ appmenu-qt:

  - Update license
  - Drop kde4-filesystem fromBuildRequires and add build
    flags accordingly
  - Adjust filelist to make use of Qt macros

++++ autoyast2:

  - 2.23.1
  - convert autoyast init script to systemd service (bnc#788997)

++++ cheese:

  - Update to version 3.6.2:
    + Handle thumbnail directory creation (bgo#671614).
    + Return NULL rather than a const empty string (bgo#687042,
    bgo#687123).
    + Updated documentation.
    + Upadted translations.

++++ cups:

  - Add cups-provides-cupsd.service: ensure cupsd.service is provided
    by cups.service.

++++ dconf:

  - Update to version 0.14.1:
    + Fix a rather substantial memory leak in dconf-service.
    + Fix xinclude issues in docs for srcdir != builddir.
    + Using the g_settings_delay()/g_settings_reset()/
    g_settings_get() trick to read default values is working again
    + Updated translations.

++++ eog:

  - Update to version 3.6.2:
    + Updated translations.

++++ evolution:

  - Update to version 3.6.2:
    + evolution.convert: Remove leftover "force-message-limit" entry.
    + Remove "Disable Account" menu item for GOA-based accounts.
    + Fixed squished labels on Identity page of Account Assistant.
    + EMailConfigAssistant: Make revising auto-configuration easier.
    + Preferences and contact editor too large for small screens
    (bgo#267787, bgo#317153)
    + Bugs fixed: bgo#310978, bgo#317153, bgo#588959, bgo#627244,
    bgo#663844, bgo#663844, bgo#680497, bgo#685262, bgo#685786,
    bgo#686278, bgo#686325, bgo#686785, bgo#686813, bgo#687010,
    bgo#687060, bgo#687137, bgo#687155, bgo#687400, bgo#687442,
    bgo#688084.
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.6.2:
    + EAuthenticationSession: Close prompt before storing password.
    + IMAPX error handling improvements.
    + Bugs fixed: bgo#640594, bgo#641825, bgo#669082, bgo#678400,
    bgo#680497, bgo#681962, bgo#684655, bgo#685034, bgo#685090,
    bgo#686719, bgo#686727, bgo#686924, bgo#687100, bgo#687642,
    bgo#687694, bgo#687776.
    + Updated translations.

++++ gcr:

  - Update to version 3.6.2:
    + Updated translations.

++++ gedit:

  - Update to version 3.6.2:
    + Misc bugfixes.
    + Updated translations.
  - Remove the hack in %setup to fixup the .desktop file: fixed
    upstream.

++++ gobject-introspection:

  - Refactored gi-find-deps.sh: the various requires extraction
    methods are split in functions, which allows to execute the same
    function on different patterns. This helps us insofar as we need
    to be able to check files in /usr/bin and want to habe them
    processed the same way as other files. Needed for example by
    accerciser, where /usr/bin/accerciser is a python script with
    stricter gi requirements (Wcnk 3.0).
  - Add /usr/bin/* to fileattrs to be checked for dependencies. At
    the moment, gi-find-deps.sh only treats python scripts found like
    this.
  - Add file Requires: gi-find-deps makes use of file to identify
    the file types.
  - Update to version 1.34.2:
    + gimarshallingtests: Fix return data type.
    + scanner: correctly handle large 64bit integer constants.

++++ gnome-calculator:

  - Update to version 6.6.2:
    + Updated translations.

++++ gnome-documents:

  - Update to version 3.6.2:
    + Don't flicker overview when launching a preview from the search
    provider.
    + Don't start GOA miners for account types we don't have.
    + Add keyboard accelerators for help, print and the gear menu.

++++ gnome-font-viewer:

  - Update to version 3.6.1:
    + Fix application name showing in dialog title.
    + Fix a possible crasher when updating the font list.
    + Updated translations.

++++ gnome-keyring:

  - Update to version 3.6.2:
    + Accept XDG_DATA_HOME environment variable during initialization
    + Handle empty secrets correctly.

++++ vte:

  - Update to version 0.34.2:
    + Updated translations.

++++ gnome-screenshot:

  - Update to version 3.6.1:
    + Updated translations.

++++ gnome-session:

  - Update to version 3.6.2:
    + Initialize systemd client before acquiring name. Fixes logind
    race.
    + Add SessionName property to introspection. Fixes gdbus errors.
    + Drop system inhibitor when necessary. Fixes logind leak.
    + Fix malloc/g_free mismatch in systemd code.
    + Updated translations.

++++ gnome-shell:

  - Update to version 3.6.2:
    + Implement org.gnome.ScreenSaver.GetActiveTime (bgo#686064)
    + Explicitly load gnome-screensaver when not running GDM
    (bgo#683060)
    + Set Empathy as preferred handler when delegating channels
    (bgo#686296)
    + Add setting to force log out menuitem (bgo#686057)
    + Implement 'disable-user-list' in login screen (bgo#660660)
    + Bugs fixed: bgo#686745, bgo#686474, bgo#687121, bgo#686571,
    bgo#680601, bgo#682237, bgo#685915, bgo#686233, bgo#686484,
    bgo#686487, bgo#686630, bgo#686728, bgo#686574, bgo#686574,
    bgo#686574, bgo#686879, bgo#686763, bgo#685239, bgo#687189,
    bgo#686736, bgo#686583, bgo#687132, bgo#687958, bgo#687020,
    bgo#687708, bgo#686888, bgo#686530, bgo#684810, bgo#688181.
    + Updated translations.
  - Add docbook-xsl-stylesheets and xsltproc BuildRequires: newly
    needed to build the man pages.

++++ nautilus:

  - Update to version 3.6.3:
    + Fix symbolic links on remote volumes not activating default
    action.
    + Fix duplicated query editor filter rows when changing search
    location.
    + Fix search toolbar disappearing with very long folder names.
    + Fix missing Trash action after "Recent" was visited.
    + Fix missing frame around thumbnails for some zoom factors.
    + Fix crash when unmounting remote volumes.

++++ seahorse:

  - Update to version 3.6.3:
    + Display item labels even if they don't match formatters.
    + Fix crashers.
    + Updated translations.

++++ gnome-themes-standard:

  - Update to version 3.6.2:
    + Add assets for insensitive radio/check states for the GTK2
    theme.
    + Fix active spinner when no animations are in use.
    + Fix gray menu separators under some circumstances.
    + Fix the build on non-X11 environments.
    + Fix uneven padding on the notebook tab close button.
    + Fix minor glitch with borders of tiled WM decorations.
  - Replace pkgconfig(gdk-x11-2.0) BuildRequires with
    pkgconfig(gdk-2.0), following upstream.

++++ gnome-user-docs:

  - Update to version 3.6.2:
    + Various updates to the docs.
    + Updated translations.

++++ gnome-desktop:

  - Update to version 3.6.2:
    + gnome-rr: Fall back to XFree86_DDC_EDID1_RAWDATA.
    + Updated translations.

++++ gsettings-desktop-schemas:

  - Update to version 3.6.1:
    + Updated translations.

++++ gtk3:

  - Update to version 3.6.2:
    + Bugs fixed: bgo#677609, bgo#686021, bgo#686265, bgo#686280,
    bgo#687196, bgo#687467, bgo#687872.
    + Updated translations.

++++ gucharmap:

  - Update to version 3.6.1:
    + Bug fixes.
    + Updated translations.

++++ gvfs:

  - Update to version 1.14.2:
    + proxy volume monitor:
  - Don't emit connected/added signals at object creation
  - Don't disable exit_on_close on session bus
  - Don't force-close the session bus
    + gdaemonmount: Check for a NULL GMountOperation when unmounting
    + smb: Find libsmbclient with samba 4
    + Updated translations.

++++ kiwi:

  - Fixed regular expression for replacing HWCLOCK in clock config file
    This fixes a bug that causes a wrong '--localtime' / '--utc' entry
    in USE_HWCLOCK setting. This setting got introduced first with
    openSUSE 12.2
  - fix use of uninitialized variables
  - netboot: fixed dhcpcd '-r' option name clash. Older versions of
    dhcpcd use that option in a completely different meaning, thus
    we distinguish the call by the the capability of the '-p' option
    (interface persistency) which was introduced in newer versions
    of dhcpcd only (bnc #787924)
  - fix use of uninitialized variables
  - add spaces to separate option arguments

++++ syslogd:

  - Dropped SYSLOG_DAEMON variable from /etc/sysconfig/syslog.
    The syslogd package provides a specific syslogd.service file
    and creates an alias to syslog.service while activation now
    (bnc#788330).
  - Dropped SYSLOG_REQUIRES_NETWORK, syslogd requires network.
  - Updated documentation in syslog.8 manual page.
  - Adopted logrotation and svcinfo files to use systemctl.
  - Dropped /etc/init.d/syslog and earlysyslog init scripts,
    added /sbin/rcsyslog as compatibility forwarder to systemctl.
  - Changed to install in /usr/sbin, compatibility link in /sbin.
  - Changed to use _unitdir macro to install systemd unit files.

++++ libcdr:

  - license update: LGPL-2.0+ or GPL-2.0+ or MPL-1.1
    Use either ^or^ or ^and^ to specify a license aggregation or compilation.
    Semicolons and colons are ambigous and confusing

++++ graphite2:

  - license update: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
    See License file (most source code notices concur)

++++ libgusb:

  - Update to version 0.1.4:
    + Add GObject Introspection support.
    + Add g_usb_device_reset() to reset a connected device.
    + Add Vala bindings.
    + Assorted introspection annotation fixes.
    + Rename inconsistently named gusb_* symbols to g_usb_*.
  - Add pkgconfig(gobject-introspection-1.0) and vala BuildRequires:
    New dependency for the GObject introspection support and the vala
    bindings.
  - Create new typelib-1_0-GUsb-1_0 subpackage.

++++ libgweather:

  - Update to version 3.6.2:
    + Updated translations.

++++ liblangtag:

  - Use both lpgl and mpl licenses.
    * thanks to babelworx for the hint (merge request fails to
    complete so doing it myself).

++++ mutter:

  - Update to version 3.6.2:
    + Only process keyboard mapping events for the core X keyboard
    (bgo#674859)
    + Updated translations.

++++ libseccomp:

  - updated to 1.0.1 release
  - The header file is now easier to use with C++ compilers
  - Minor documentation fixes
  - Minor memory leak fixes
  - Corrected x86 filter generation on x86_64 systems
  - Corrected problems with small filters and filters with arguments
  - use public downloadable tarball

++++ samba:

  - s4:torture/smb2: improve the smb2.create.blob tes; (bso#9209).
  - lib/krb5_wrap: request enc_types in the correct order; (bso#9272).
  - Fix net ads join message for the dns domain; (bso#9326).
  - docs-xml: fix use of  tag; (bso#9345).
  - s3-aio_pthread: Optimize aio_pthread_handle_completion; (bso#9359).
  - s3:winbind: Failover if netlogon pipe is not available; (bso#9386).

++++ libsmi:

  - Add libsmi-flex.patch: yyleng should be type of size_t

++++ libsoup:

  - Update to version 2.40.2:
    + Fixed a crash caused by a race condition in SoupSessionSync
    (bgo#684238)
    + Fixed a problem that would cause g_warning()s in epiphany when
    browsing sites that (incorrectly) returned empty Cache-Control
    headers (bgo#683433)
    + Belatedly added soup-multipart-input-stream.h to soup.h.
    + Added support for Apache 2.4 to the unit tests. Also fixed a
    few race conditions that could cause "make check" to fail on
    slow or heavily-loaded machines.
    + Updated translations.

++++ libstorage:

  - remove boost-devel from Requires of libstorage-devel

++++ telepathy-glib:

  - Update to version 0.20.1:
    + In Call channels, ignore state transitions where the state did
    not actually change (fdo#56044).
    + Process the SelfHandleChanged signal for non-obsolete
    connection managers (fdo#55666).

++++ libzypp:

  - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
  - Extend ZConfig to store a user defined string value (fate#312521)
  - Add SIGSEGV handler trying to log a stack trace
  - Add zypp::dumpBacktrace to dump current stack trace to a stream.
  - Use gettext plural handling (bnc#784666)
  - version 12.4.0 (0)

++++ openssh:

  - Updated to 6.1p1, a bugfix release
    Features:
    * sshd(8): This release turns on pre-auth sandboxing sshd by default for
    new installs, by setting UsePrivilegeSeparation=sandbox in sshd_config.
    * ssh-keygen(1): Add options to specify starting line number and number of
    lines to process when screening moduli candidates, allowing processing
    of different parts of a candidate moduli file in parallel
    * sshd(8): The Match directive now supports matching on the local (listen)
    address and port upon which the incoming connection was received via
    LocalAddress and LocalPort clauses.
    * sshd(8): Extend sshd_config Match directive to allow setting AcceptEnv
    and {Allow,Deny}{Users,Groups}
    * Add support for RFC6594 SSHFP DNS records for ECDSA key types. bz#1978
    * ssh-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8
    * sshd(8): Allow the sshd_config PermitOpen directive to accept "none" as
    an argument to refuse all port-forwarding requests.
    * sshd(8): Support "none" as an argument for AuthorizedPrincipalsFile
    * ssh-keyscan(1): Look for ECDSA keys by default. bz#1971
    * sshd(8): Add "VersionAddendum" to sshd_config to allow server operators
    to append some arbitrary text to the server SSH protocol banner.
    Bugfixes:
    * ssh(1)/sshd(8): Don't spin in accept() in situations of file
    descriptor exhaustion. Instead back off for a while.
    * ssh(1)/sshd(8): Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs as
    they were removed from the specification. bz#2023,
    * sshd(8): Handle long comments in config files better. bz#2025
    * ssh(1): Delay setting tty_flag so RequestTTY options are correctly
    picked up. bz#1995
    * sshd(8): Fix handling of /etc/nologin incorrectly being applied to root
    on platforms that use login_cap.
    Portable OpenSSH:
    * sshd(8): Allow sshd pre-auth sandboxing to fall-back to the rlimit
    sandbox from the Linux SECCOMP filter sandbox when the latter is
    not available in the kernel.
    * ssh(1): Fix NULL dereference when built with LDNS and using DNSSEC to
    retrieve a CNAME SSHFP record.
    * Fix cross-compilation problems related to pkg-config. bz#1996
  - Fix groupadd arguments
  - Add LSB tag to sshd init script

++++ rsyslog:

  - imuxsock: do not log EAGAIN in nonblocking recvfrom (bnc#734672)

++++ shadow:

  - Fix getdef default variables (getdef-new-defs.diff)
  - Fix default group value in /etc/default/useradd
    (useradd-default.diff)

++++ sushi:

  - Update to version 3.6.1:
    + Updated translations.

++++ timezone:

  - update to 2012j:
    * Libya moved to CET this weekend, but with DST planned next year

++++ timezone-java:

  - update to 2012j:
    * Libya moved to CET this weekend, but with DST planned next year

++++ tomboy:

  - Update to version 1.12.2:
    + Updated translations.

++++ vinagre:

  - Update to version 3.6.2:
    + Do not use NULL attributes with libsecret (bgo#685041).
    + Fix missing prototypes warnings.

++++ vino:

  - Update to version 3.6.2:
    + Fixups for -Wmissing-prototypes with miniupnp.
    + Set quality level if JPEG support is enabled.
    + Updated translations.

++++ yast2:

  - confirmed license GPL v2
  - 2.23.12

++++ yast2-apparmor:

  - confirmed license GPL v2
  - 2.22.3

++++ yast2-firewall:

  - confirmed license GPL v2
  - 2.21.3

++++ yast2-inetd:

  - confirmed license GPL v2
  - 2.21.2

++++ yast2-live-installer:

  - confirmed license GPL v2
  - 2.21.2

++++ yast2-network:

  - Code cleanup:
  - removed obsolete and empty function ScreenName.
  - removed reference to CVS/SVN feature ($Id$)

++++ yast2-restore:

  - confirmed license gpl v2
  - 2.23.2

++++ yast2-storage:

  - 2.23.1
  - removed boost-devel and openssl-devel from BuildRequires
  - recognize "BIOS grub" partition as boot partition (bnc#786870)

++++ yast2-theme:

  - confirmed license GPL v2
  - 2.21.19

++++ yast2-transfer:

  - confirmed license gpl v2
  - 2.21.1

++++ zypper:

  - Add global '--userdata' option to allow defining transaction ids (fate#312521)
  - BuildRequire libzypp supporting userdata transaction ids.
  - Fix 'whatprovides' output (bnc#787318)
  - version 1.8.6

------------------------------------------------------------------
------------------  2012-11-12  -  Nov 12 2012  -------------------
------------------------------------------------------------------

++++ alsa-utils:

  - Fix build breakage on 11.4
  - Correct udev rules path (the recent udev places /usr/lib/udev)

++++ autoyast2:

  - prepare for having autoyast documentation separate from sources

++++ bison:

  - bison 2.6.5
    * Incorrect definitions of YY_, issued by yacc.c when no parser header is
    generated, are removed.
    * Fix compiler warnings in the generated parser (yacc.c, glr.c)
    * Warnings about uninitialized yylval and/or yylloc for push parsers with a
    pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
    3.2.

++++ brasero:

  - Update to version 3.6.1:
    + Libburnia plugin: Fix while loop in
    `brasero_libisofs_write_image_to_fd_thread()` (bgo#685983)
    + Remove nonexisting options from the man page
    + Updated translations.

++++ caribou:

  - Update to version 0.4.4.2:
    + Use GDBus directly instead of dbus-python (bgo#685792).
    + Use "=" operator instead of "==" in shell scripts (bgo#685629).
    + Fix border-image slice values in antler's gtk CSS (bgo#687409).

++++ cronie:

  -Fix Bug 786096 - VUL-1: cron: does not close file descriptors before invocation of commands

++++ lvm2:

  - fix 10-dm.rules (bnc#789021)
  - port dmsetup export patch to new LVM code (bnc#789019,bnc#789020)

++++ fetchmail:

  - do not use useradd -o without -u

++++ file-roller:

  - Update to version 3.6.2:
    + Fails when tryings create zip files if is in "maximum"
    compression level (bgo#686655).
    + Updated translations.
  - Add file-devel BuildRequires: it is what actually provides
    magic.h / libmagic devel files.
  - Change --disable-magic configure parameter to --enable-magic in
    order to ensure libmagic is being found.

++++ gdk-pixbuf:

  - Update to version 2.26.5:
    + Improve error message for missing cache file (bgo#686844).
    + Ensure we link to gobject (bgo#686822).
    + Silence custom make rule (bgo#686605).
    + Prevent an error pileup (bgo#686139).
    + Don't use AC_PATH_PROG (bgo#671516).
    + Updated translations.
  - Drop gdk-pixbuf-link-gobject.patch: fixed upstream.

++++ gdl:

  - Update to version 3.6.2:
    + Generate error at compile time when using deprecated member
    (bgo#686702).
    + Updated translations.

++++ glib2-branding-openSUSE:

  - No longer set
    org.gnome.settings-daemon.plugins.updates/auto-update-type: this
    setting was removed from the schema during GNOME 3.6 development.
    (gnome-settings-daemon commit 7cd4aad).

++++ gnome-contacts:

  - Update to version 3.6.2:
    + Keyboard shortcuts for new and help.
    + Add keywords to desktop file for better searching.
    + Updated translations.

++++ gnome-panel:

  - Update to version 3.6.2:
    + Panel:
  - Avoid double forking when launching apps to not break
    "pkexec".
  - Fix using a variable after it was freed.
    + Clock Applet:
  - Open calendar application in correct month.
    + Updated translations.

++++ grilo-plugins:

  - Update to version 0.2.3:
    + General:
  - Remove "default" get_caps implemetations (bgo#673491).
  - Sources report the type of medias they support.
    + DMAP plugin: Fixed typo in GObject macro.
    + Flickr plugin: Handle only photos.
    + Metadata Store plugin:
  - Updates don't work properly (bgo#686282).
  - Add support for GRL_METADATA_KEY_FAVOURITE (bgo#686288).
    + TMDb plugin: several fixes.
    + UPnP plugin: Link it to libgssdp.
    + YouTube plugin: Added "format" parameter.
  - Add pkgconfig(gssdp-1.0) BuildRequires: new dependency.

++++ grub:

  - also require ncurses-devel on x86_64 to get the headers

++++ krusader:

  - Add bug309159.patch from upstream, to fix crashes with previewing video files
  - Properly annotate previous patch (krusader-2.4.0-beta2-generate-manpage.patch)

++++ kiwi:

  - fix use of uninitialized variables
  - do not clobber the FS tune settings for ext2,3,4 if fsnocheck and tune
    settings are provided
  - fixed use of implicit split to @_ with a temporary variable

++++ less:

  - Update to version 456
    * Yet another bugfix in option string parser

++++ liberation-fonts:

  - downgrade to 1.07.2 [bnc#788838]
    (liberation2-fonts package created)

++++ graphite2:

  - Whitespace trying to figure out why spec file is interpreted as
    binary.

++++ grilo:

  - Update to version 0.2.3:
    + Added TMDb plugin in the Test UI program.
    + grl_source_resolve() can be invoked with sources that do not
    implement it
    + grl_source_store_metadata() can be invoked with sources that do
    not implement it
    + Added support for mocking network answers, for testing purpose
    + Added support for capturing network content, for testing
    purpose
    + Improved (de)serialization: support all metadata key types and
    multi-valued elements
    + Added new keys: GRL_METADATA_KEY_FAVOURITE,
    GRL_METADATA_KEY_REGION, GRL_METADATA_KEY_KEYWORD,
    GRL_METADATA_KEY_PERFORMER, GRL_METADATA_KEY_PRODUCER,
    GRL_METADATA_KEY_DIRECTOR and GRL_METADATA_KEY_ORIGINAL_TITLE
    + Sources can expose the type of media they can handle
    + Improved documentation
    + Bugs fixed: bgo#679686, bgo#685274, bgo#685861, bgo#685967,
    bgo#686032, bgo#686033, bgo#686206, bgo#686271, bgo#687104.
  - Drop grilo-linking.patch: fixed upstream.
  - Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
    we no longer carry any patches.

++++ gtkhtml:

  - Update to version 4.6.1:
    + Updated translations.

++++ openal-soft:

  - update to git snapshot close to 1.15
  - re-enable OSS support
  - also rename libopenal0-soft for consistency

++++ openssl:

  - fix bug[bnc#784994] - VIA padlock support on 64 systems
    e_padlock: add support for x86_64 gcc

++++ libproxy:

  - Add cmake-2.8.10-compat.diff: fixes a CMake error with
    CMake >= 2.8.10 (bnc#789219).

++++ libproxy-plugins:

  - Add cmake-2.8.10-compat.diff: fixes a CMake error with
    CMake >= 2.8.10 (bnc#789219).

++++ snapper:

  - reject create-config on non-thin LVM volumes
  - version 0.1.1

++++ libsyncml0:

  - do not fail on deprecated glib functions

++++ udisks2:

  - Update to version 2.0.0
    + configure.ac: raise gudev dependency
    + Add --disable-man configure option
    + Update list of recovery/system partitions
    + Add support for creating exFAT filesystems and changing exFAT
    labels
    + Add textual descriptions for IMSM Raid members
    + Use all-caps for RAID
    + Only do the isohybrid hack for the first partition
    + Don't complain about missing /etc/crypttab file
    + Don't complain about missing /etc/fstab file
    + Make it work without requiring the kernel to be CONFIG_SWAP=y
    + Mention the right file when complaing about /proc/swaps
    + Fix glaringly wrong documentation for Filesystem.Mount()
    + Move bash completion script into
    /usr/share/bash-completion/completions
    + Don't require that users define UDISKS_API_IS_SUBJECT_TO_CHANGE
    + Remove udisks_daemon_util_on_other_seat() from sections.txt
    + Add workaround annotation for
    udisks_client_get_block_for_dev()
    + Enable large file support
    + Various doc and tests fixes
    + Bugs fixed: fdo#51063.
    + Updated translations.
  - Drop systemd-dynamic-check.diff: fixed upstream.
  - Dropped gnome-common BuildRequires and call to gnome-autogen.sh,
    as the patch which needed that is dropped.

++++ libwnck:

  - Update to version 3.4.4:
    + Updated translations.

++++ yelp:

  - Update to version 3.6.2:
    + Fixed if:test="action:install"
    + Updated translations.

++++ pam:

  - Sync common-*.pamd config with pam-config (use pam_unix.so as
    default).

++++ pam-config:

  - Use --create --force for new installation
  - Update to pam-config 0.84
  - Add pam_env per default
  - Don't print wrong error messages

++++ patterns-openSUSE:

  - Stephan Kulow (1):
    ulimit is dropped
    Commit: d8b2c6b4

++++ rpm:

  - buildrequire rpm-build - it's ignored otherwise

++++ rsyslog:

  - Removed handling of the -c  option which is
    obsolete in rsyslog-7.x.
  - Fixed build requires / deps to work on 12.x and SLE-11-SP2.
  - Initialized RSYSLOG_PARAMS env variable in service file.
  - Marked additional log socket config as ghost.

++++ w3m:

  - Due to the "CRIME attack" (CVE-2012-4929) HTTPS clients
    that negotiate TLS-level compression can be abused for
    MITM attacks. (w3m-openssl.patch)
  - Use SSL_MODE_RELEASE_BUFFERS if available .

++++ wget:

  - wget-no-ssl-comp.patch: Since the apperance of the "CRIME attack"
    (CVE-2012-4929) HTTPS clients must not negotatiate ssl compression.

++++ xf86-video-cirrus:

  - Add U_cirrus_fallback_kernel_check.patch:  Fix falling back after
    kernel check.

++++ xorg-x11-server:

  - Update N_autoconfig_fallback_fbdev_first.diff to ensure
    modesetting driver is used before fbdev.

++++ yast2-ycp-ui-bindings:

  - confirmed license
  - 2.21.6

------------------------------------------------------------------
------------------  2012-11-11  -  Nov 11 2012  -------------------
------------------------------------------------------------------

++++ gdm:

  - Fix useradd invocation: -o is useless without -u and newer
    versions of pwdutils/shadowutils fail on this now.

++++ glibc:

  - Update to current glibc 2.17 development snapshot (git 7e2bd01fcf3c):
    * Upstream changes:
    + ports is now part of main tarball
    + Add port to ARM AArch64
    + New function secure_getenv
    + Systemtap static probes
    + The `clock_*' suite of functions (declared in ) is now
    available directly in the main C library.
    + The `crypt' function now fails if passed salt bytes that violate the
    specification for those values.  On Linux, the `crypt' function will
    consult /proc/sys/crypto/fips_enabled to determine if "FIPS mode" is
    enabled, and fail on encrypted strings using the MD5 or DES algorithm
    when the mode is enabled.
    + Optimzations and bug fixes
    * remove upstream patches malloc-check-size.patch,
    glibc-2.16-getaddrinfo-buffer.patch, sparc-bind-now.patch,
    pthread-cond-wait-revert.patch
    * Remove now obsolete patch glibc-gai-private4.diff
    * Refresh patches glibc-2.14-crypt.diff, glibc-2.14-crypt-versioning.diff,
    glibc-fix-check-abi.patch, nss-db-path.patch, glibc-2.3.90-noversion.diff,
    glibc-revert-fseek-on-fclose.diff
    * Disable patches glibc-compiled-binaries.diff, getaddrinfo-ipv6-sanity.diff
    and glibc-gai-private4.diff.
    * Use git id instead of ChangeLog date in version output (patch glibc-version.diff)
    * Enable multi-arch on all architectures that support it.

++++ glibc:

  - Update to current glibc 2.17 development snapshot (git 7e2bd01fcf3c):
    * Upstream changes:
    + ports is now part of main tarball
    + Add port to ARM AArch64
    + New function secure_getenv
    + Systemtap static probes
    + The `clock_*' suite of functions (declared in ) is now
    available directly in the main C library.
    + The `crypt' function now fails if passed salt bytes that violate the
    specification for those values.  On Linux, the `crypt' function will
    consult /proc/sys/crypto/fips_enabled to determine if "FIPS mode" is
    enabled, and fail on encrypted strings using the MD5 or DES algorithm
    when the mode is enabled.
    + Optimzations and bug fixes
    * remove upstream patches malloc-check-size.patch,
    glibc-2.16-getaddrinfo-buffer.patch, sparc-bind-now.patch,
    pthread-cond-wait-revert.patch
    * Remove now obsolete patch glibc-gai-private4.diff
    * Refresh patches glibc-2.14-crypt.diff, glibc-2.14-crypt-versioning.diff,
    glibc-fix-check-abi.patch, nss-db-path.patch, glibc-2.3.90-noversion.diff,
    glibc-revert-fseek-on-fclose.diff
    * Disable patches glibc-compiled-binaries.diff, getaddrinfo-ipv6-sanity.diff
    and glibc-gai-private4.diff.
    * Use git id instead of ChangeLog date in version output (patch glibc-version.diff)
    * Enable multi-arch on all architectures that support it.

++++ kiwi:

  - v5.04.24 released
  - fixed build of plain bootiso/bootstick from kiwi initrd without
    system image. The call kiwi --bootusb  failed to work
    because it tried to access the XML description which can't
    work when no system image is specified

++++ ksshaskpass:

  - Install the binary in %{_libexecdir}/ssh (bnc#788963)

++++ lightdm:

  - remove bogus -o option from useradd

++++ mono-core:

  - Updated to mono 3.0.1
    * Bug fixes to the 3.0.0 release

++++ xf86-video-intel:

  - Update to version 2.20.13:
    Nothing but bug fixes.
  - Bugs fixed since 2.20.12:
    + Sanity check the platform probe points to our expected i915 device
    https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069031
    + Prevent 16-bit overflow for computing the sample area to upload of
    sources for render operations
    https://bugs.freedesktop.org/show_bug.cgi?id=56324
    + Clamp the drawable box for migration to prevent 16-bit overflow
    https://bugs.freedesktop.org/show_bug.cgi?id=56591
    + Disable RandR hotplug events if Xinerama is enabled and thereby prevent
    a crash upon hotplug
    https://bugs.freedesktop.org/show_bug.cgi?id=55260
    + Call ValidatePicture before attempting to flatten the alphamaps
    https://bugs.freedesktop.org/show_bug.cgi?id=56367
    + Clip the trapezoid correctly if it ends on the boundary pixel
    https://bugs.freedesktop.org/show_bug.cgi?id=56395
    + Make sure the pipeline choice is propagated to the scanline wait
    across a batch flush
    https://bugs.freedesktop.org/show_bug.cgi?id=47597
    + Set the valid drawable box when choosing placement of BLT composite ops
    https://bugs.freedesktop.org/show_bug.cgi?id=47597
    + Prevent use-after-free when promoting a partial-GPU bo to a full-GPU bo
    https://bugs.freedesktop.org/show_bug.cgi?id=56591
    + gen4 opacity spans require the per-rectangle workaround
    https://bugs.freedesktop.org/show_bug.cgi?id=55500
    + Prevent use of invalid damage pointers when redirecting rendering
    https://bugs.freedesktop.org/show_bug.cgi?id=56785

------------------------------------------------------------------
------------------  2012-11-10  -  Nov 10 2012  -------------------
------------------------------------------------------------------

++++ branding-openSUSE:

  - remove reference to grub2-efi-mkconfig (bnc#782891)

++++ digikam:

  - Added libpgf-devel as build requirement (to be used instead of the bundled
    copy).

++++ krusader:

  - Update to 2.4.0-beta3
    Changes since 2.0.0:
    * FIXED: crash when trying to open/(un)mount ejectable device via media menu
    * ADDED: options: Panel > Media Menu >
    Show Mount Path
    Show File Sytem Type
    Show Size (Always | When Device has no Label | Never)
    * ADDED: pressing CTRL+RETURN when media menu is open (un)mounts the highlighted device
    * ADDED: action: Bring Main Window to Top (global shortcut possible)
    * ADDED: option: General > Viewer/Editor > Viewer > Use Okteta As Hex Viewer
    (default: on)
    * ADDED: option: Archives > krarc > Enable Write Support
    * ADDED: splitter option: Overwrite files without confirmation
    * ADDED: action: Go to Other Panel's Directory - shortcut: CTRL+=
    * CHANGED: krarc write support is disabled by default
    * CHANGED: user action manager starts with the "Basic Properties" tab active
    * CHANGED: detailed view: "Automatically Resize Columns" setting is remembered
    * FIXED: [ 306472 ] Krusader fails to build when using clang as compiler -
    thanks to Jekyll Wu
    * FIXED: [ 308193 ] Krusader closes the search window after file editing -
    thanks to Alexander
    * FIXED: pressing the context menu key when the media menu is shown
    opens the context menu for a random item instead of the current
    * FIXED: [ 300514 ] no warning if terminal emulator can't be created
    * FIXED: [ 303209 ] passwords for remote connections are stored in config
    NOTE: passwords already stored in krusaderrc may still be left
    * FIXED: [ 280946 ] viewer: incorrect tab's file names when moving tabs
    * FIXED: user actions: "run in the embedded terminal emulator" setting is not saved
    * FIXED: mountman: mount list is not refreshed if /etc/mtab is a symlink to /proc/mounts
    * FIXED: [ 148866 ] create new directory: spaces are stripped out
    * FIXED: [ 305069 ] list panel is not autoscrolled to the cursor (in brief view)
    * FIXED: [ 173690 ] file ACLs are not displayed correctly in properties dialog
  - thanks to Eugeny Shkrigunov
    * FIXED: It is impossible to select a non-default folder in the search dialog
    * FIXED: splitter overwrites files without confirmation
    * FIXED: [ 274483 ] crash when selecting items from popup-menu
    * FIXED: [ 285778 ] View or edit files doesn't work
    * FIXED: viewer tries to load obsolete libkhexedit2 part as hex viewer -
    use okteta part instead
    * FIXED: crash when trying to view files with embedded KOrganizer part
    (avoids KOrganizer bug 205713)
    * FIXED: "apply settings to other tab" action doesn't apply icon size
    * FIXED: [ 198996 ] crash when closing viewer
    * FIXED: [ 294501 ] toolbar "equal" has no shortcut
    * FIXED: [ 108892 ] "Combine Files" overwrites existing target file without confirmation
    * FIXED: Queue manager closed when any of the queues finished
    * FIXED: [ 300922 ] crash when pause sftp transfer via queue on quit
    * FIXED: [ 271265 ] krusader should search for kdesu executable in /usr/lib{64,}/kde4/libexec/
  - thanks to Anssi Hannula / Ahmad Samir
    * FIXED: [ 290304 ] Panel option "always sort dirs by name" doesn't work
    * FIXED: [ 297926 ] state of the menu item 'Show hidden files' and the current setting is different
    * FIXED: [ 234296 ] crash when closing disk usage view
    * FIXED: [ 296718 ] execution of files that have spaces in their path doesn't work anymore
    * FIXED: [ 294618 ] using "open with" on video files
    causes their thumbnails to be created, even when not needed
    * FIXED: root mode action doesn't work if a panel url contains spaces
    * FIXED: relative url completion in address-bar only works in home dir
    * FIXED: [ 242566 ] Cannot F3-View .vcf vCard files
    * FIXED: Root action (which opens the root dir of the local filesystem)
    is disabled in the root dir of nonlocal filesystems
    * FIXED: when cutting to clipboard from virt:/ the virtual entries are immediately removed
    * FIXED: Unselecting files before copy/move operation doesn't work for copy&paste
    * FIXED: [ 277259 ] Unselecting files before copy/move operation doesn't work in the same panel
    this also fixes the selection of the other panel being cleared instead
    * FIXED: [ 276310 ] crash when trying to delete already deleted file
    * FIXED: [ 277578 ] Crash on cancelling calculation of occupied space on smb share
    * FIXED: krusader hangs for some time when opening a bz2(and possibly gzip)-compressed archive
    * FIXED: loading defaults on the Panel page in Konfigurator has no effect
    * FIXED: changes to "Show new/close tab buttons" don't take effect immediately
    * FIXED: when options requiring a gui restart are changed, the panel history is lost
    * FIXED: [ 277838 ] Swap Panels no longer works
    * ADDED: option: Panel > Status/Totalsbar > Show space information
    * ADDED: Konfigurator: reset button
    * ADDED: option: Startup > User Interface > Show actions toolbar
    * ADDED: options: Panel > Layout: "Compact", "Classic"
    * ADDED: mountman gui option: Show only removable devices
    * ADDED: tabs have close buttons
    * ADDED: reset button for filter dialog
    * ADDED: option: Panel > Operation > Filter dialog remembers settings
    * ADDED: tabs can be dragged to the other side
    * ADDED: action: Move Current Tab to Other Side - shortcut: CTRL + SHIFT + O
    * ADDED: view: iconsizes 64, 128, 256
    * ADDED: history is saved/restored
    * ADDED: action: Restore Selection
    * ADDED: option: Panel > Operation > Unselect files before copy/move
    * ADDED: support for xz archives
    * CHANGED: new default panel layout
    * CHANGED: option: Panel > View > Show previews -> Show previews by default
    * CHANGED: removed option "Show free disk space in the Totalsbar"
    since that setting is controlled by the layout chosen in Panel >
    Layout
    * CHANGED: removed option "Preserve Attributes" - KIO always preserves
    Attributes
    * CHANGED: option: Panel > Filelist icon size -> Default icon size
    * CHANGED: quickfilter follows case sensivity setting of quicksearch
    * CHANGED: quickfilter expands wildcards
    * CHANGED: duplicate tab / open in new tab:
    create the new tab next to the current one.
    * CHANGED: filter settings are saved/restored individually for each tab.
    * CHANGED: filter settings are remembered when changing view type
    * CHANGED: All view settings are saved/restored individually for each tab.
    * FIXED: [ 3222819 (sf.net) ] Alt-Enter is not showing selected files'
    properties
    * FIXED: [ 274083 ] Search results list shows wrong extension when dir path
    has a dot in it
    * FIXED: [ 262761 ] krusader crashed on viewing text file with internal viewer
    this was probably already fixed in 2.3.0-beta1
    * FIXED: [ 229489 ] Seg fault moving ISO image files from USB Flash drive to
    USB SATA HD
  - thanks to Anssi Hannula
    * FIXED: mountman gui might add the same mountpoint to the list multiple times
    * FIXED: [ 3044425 (sf.net) ] Desktop freeze when opening a context menu
    * FIXED: [ 217203 ] Krusader crashed when accessing sftp after resume from
    sleep
    * FIXED: [ 243716, 270605, 270588 ] crash when moving files
    * FIXED: [ 256794 ] crash when file is deleted while a preview is being loaded
    for it (and it is the only file for which a preview is being loaded)
    * FIXED: [ 274732 ] Weird functionality after "directory doesn't exist"
    * FIXED: [ 3216624 (sf.net) ] Krusader saves newly created files with
    incorrect permissions
    * FIXED: [ 2773302 (sf.net) ] krarc can't handle brackets in file paths inside
    ZIP archive
    * FIXED: [ 272876, 274269 ] crash when refreshing view
    * FIXED: [ 3191155 (sf.net) ] Moving a symbolic link changes attributes of
    target file
    * FIXED: [ 2998795 (sf.net) ] "Show actions toolbar" setting is not saved
    * FIXED: Url commandline argument opens a new tab instead of switching to an
    existing one
    * FIXED: root mode action does not work with newer versions of kdesu,
    thanks to CyberCastle
    * FIXED: switching tabs sometimes doesn't switch the panel
    * FIXED: [ 3004510 (sf.net) ] Double-clicking executables start in
    ~/Documents folder
    * FIXED: [ 2996188 (sf.net) ] relative path for custom folder icon doesn't
    work
    * FIXED: [ 2915020 (sf.net) ] wrong icon for directory symlink
    * FIXED: when switching tabs, sometimes the new tab isn't set active
    * FIXED: [ 263253 ] View displays wrong total size in some circumstances.
    * FIXED in 2.3.0-beta1, but not recorded in Changelog at release time:
    [ 259495 ] crash when closing search dialog
    * ADDED: option: Panel > General > Flat Origin Bar
    * ADDED: option: Panel > Buttons > Toolbar buttons have icons
    * ADDED: listpanel buttons: Back, Forward
    * ADDED: options: Panel > Layout >
    Layout / Frame Color / Frame Shape / Frame Shadow
    * ADDED: QuickFilter - default shortcut: CTRL+i
    * ADDED: option: Panel > View > Show directories first
    * ADDED: actions: Back/Forward in history
    * ADDED: action: Set Focus to the Panel - shortcut: ESC
    * ADDED: actions: Move Focus Up/Down - shortcut: CTRL+SHIFT+Up/Down
    * ADDED: selection dialog option: Apply selection to directories
    * ADDED: option: Startup > User Interface > Update default panel settings
    * ADDED: dbus interface: org.krusader.Instance.openUrl(QString url)
    * ADDED: search dialog > feed to listbox:
    search parameters are saved as metadata in the virtual fs and
    displayed in panel's statusbar
    * ADDED: filter option: Apply filter to directories
    * ADDED: action: view > Apply settings to other tabs
    * ADDED: action: view > Save settings as default (for new instances of this
    view type)
    * ADDED: option: Panel > View > Locale aware sorting
    * CHANGED: Media Button shows Solid Icon for currently opened device
    * CHANGED: Removed options Panel > General > Status/Totalsbar >
    Statusbar Frame / Statusbar Background / Show Statusbar /
    Show Totalsbar. They are customizable in layout.xml.
    * CHANGED: Use KrView for displaying search results,
    which is much faster than the previously used QTreeWidget.
    * CHANGED: Removed default shortcuts for the Left/Right Bookmarks actions,
    as they conflict with the Back/Forward actions.
    * CHANGED: After failed refresh, only focus location bar if the url was entered
    manually.
    * CHANGED: Removed default shortcut for 'Cancel Refresh of View' as it conflicts
    with the 'Set Focus to the Panel' action. Unless a shortcut is
    assigned manually, ESC cancels the refresh when the panel is focused.
    * CHANGED: Konfigurator: "apply" takes effect immediately.
    * CHANGED: Url commandline argument: if there is already a tab open with that
    url, it is activated, otherwise a new tab is opened in the active
    panel.
    * FIXED: When trying to close Konfigurator but canceling the
    "Apply changes ?" dialog, Konfigurator it is closed anyway.
    * FIXED: [ 3073211 ] Wrong quoting when opening file in external editor
    * FIXED: [ 3059457 ] new panel uses default columns instead of configured
    ones
    * FIXED: [ 2898151 ] also in view-mode (F3) possible to edit, thanks to Kevin
    Kofler
    * FIXED: panelpopup viewer: error messageboxes when file cannot be displayed
    * FIXED: [ 2981303 ] Viewer/editor unused submenu Game, thanks to Kevin
    Kofler
    * FIXED: regression making single-click mode unusable, thanks to Kevin Kofler
    * FIXED: [ 3003338 ] Rename selects extension regression, thanks to Kevin
    Kofler
    * FIXED: [ 2980201 ] KrViewer doesn't handle binary files well (this fix
    works only for local files !)
    * FIXED: "sort by" useractions change sorting direction randomly
    * FIXED: [ 3028599 ] Sorting criteria is not saved at exit
    * FIXED: [ 2949337 ] splitter ui bug
    * FIXED: [ 2843749 ] view item is deselected when updated
    * FIXED: [ 268037 (bugs.kde.org) ] brief view: mouse wheel doesn't work
    * FIXED: brief view: mouse selection doesn't work in columns > columns per
    page
    * FIXED: selecting a bigger number of files is very slow
    * FIXED: [ 2969403 ] KrViewer shows old file content if file is overwritten,
    thanks to Kevin Kofler
    * FIXED: [ 246424 (bugs.kde.org) ] krusader tries to load WHOLE big file into
    memory on F3
    * FIXED: [ 2154760 ] Krusader erases files when opening for editing
    * FIXED: changing sort direction is slow
    * FIXED: [ 3015094 ] krusader doesn't exit at closing the application
    * FIXED: right clicking on media button doesn't work
    * FIXED: tabs were no longer movable, thanks to Victor (kernel_daemon)
    * FIXED: 3 valgrind fixes by Alexander Stein
    * FIXED: viewer would show empty menus, thanks to CtHx
    * FIXED: crash when changing view type
    * ADDED: option: Panel > General > Tabs > Show new/close tab buttons
    * ADDED: options: Panel > Buttons > Show Media/History/Bookmarks Button
    * ADDED: options: Panel > General > Status/Totalsbar settings >
    Show Statusbar, Show Totalsbar, Show Size In Bytes,
    Show free disk space in the Totalsbar
    * ADDED: option: Look&Feel > Quicksearch > "Up/Down cancels Quicksearch"
    * ADDED: dbus interface: org.krusader.PanelManager.newTab(QString url) /
    newTabs(QStringList)
    * ADDED: url command-line argument
    * ADDED: action "Show View Options Menu"
    * ADDED: detailed view context-menu option "Automatically Resize Columns"
    * ADDED: action "cancel refresh" triggered by ESC by default
    * ADDED: change icon size individually per view
    * ADDED: thumbnails - toggleable by mainmenu > view > Show Previews
    * ADDED: 128x128 pixel versions of the application icon, needed by Mac OS X
    * ADDED: Konfigurator options: Look&Feel > Panel >
    Status/Totalsbar settings > Draw frame / Fill background
    * ADDED: Konfigurator option: Colors > Colors > Other > Statusbar
    * ADDED: Konfigurator option: Look&Feel > Panel > Panel layout >
    Quicksearch position / Tab Bar position
    * ADDED: buttons "(un)mount" and "eject" in mountman gui
    * ADDED: KMountMan::removable(), KMountMan::networkFilesystem()
    * CHANGED: reorganize Konfigurator: "Look & Feel" page becomes "Panel" /
    move several options to new places
    * CHANGED: when open/refresh of a dir fails, don't annoy the user with a message
    box, but display the error embedded into the panel
    * CHANGED: icon size, icons/previews on/off are set separately per view type
    * CHANGED: dim icons in unfocused panel (if dim colors is activated)
    * CHANGED: mountman gui: retrieve icons from Solid
    * CHANGED: mountman gui: change mount check interval from 3000 to 500 ms
    * CHANGED: mountman gui: current selection persists refresh of mountlist,
    mountlist is focused after refresh
    * CHANGED: dont't execute a process if the correct working dir cannot be set
    * CHANGED: dont't retrieve working dir of the cmdline from the label which might
    get truncated - store it in a string instead
    * FIXED: brief view: clicking on the space below a column selects the first
    item of the next column
    * FIXED: if refresh has failed, the origin bar is focused even if the panel is
    not active
    * FIXED: if the path of an inactive panel changes, the embedded cmdline is set
    to that path
    * FIXED: useraction commands, or those entered in the embedded cmdline, are
    sometimes not executed in the correct working dir
    * FIXED: when multiple commands are entered in the embedded cmdline or a
    useraction, and execution mode is set to terminal, only the first
    command is executed in a new terminal and the others in the same
    terminal (if any) as krusader
    * FIXED: commands entered via command line are mixed up with history
    * FIXED: [ 2790819, 2892768, 2915192 ] Can't resize columns properly
    * FIXED: disk usage dialog layout problem
    * FIXED: [ 2907607 ] crash while closing
    * FIXED: if a panel is focused by clicking on the header, the colors/actions
    are not updated
    * FIXED: mountman: unmounting is not possible if currently opened dir is below
    the mountpoint
    * FIXED: [ 2860400 ] Drag'n'drop to kmail broken
    * FIXED: [ 2904850 ] panels are not repainted
    * FIXED: deadlock when trying to display error message after failed mount
    * FIXED: [ 2858133 ] wrong background color in listviews
    * ADDED: file regex in quick search, thanks to GregC
    * ADDED: lister: a fast text/hex viewer for Krusader
    * ADDED: service menu, thanks to Tomasz Kalkosinski
    * ADDED: queued packing / unpacking
    * ADDED: lock tabs, close inactive tabs, close duplicated tabs
    * ADDED: better trash integration
    * CHANGED: the packer/unpacker/archive tester are job based now
    * CHANGED: the old views were replaced by the interviews
    * FIXED: [ 2857663 ] deadlock when trying to display error message after
    failed unmount
    * FIXED: problem with autorefresh in the new interviews
    * FIXED: [ 2609505 ] problem with directory refresh
    * FIXED: [ 2793916 ] KHistoryComboBox content can change the window width
    * FIXED: [ 2805624 ] ctrl-left/right arrow with locked tabs on the other panel
    * FIXED: panels sometimes lose focus
    * FIXED: directory compare modes don't work
    * FIXED: [ 2609483 ] unpacking to directories with international characters

++++ kmod:

  - Update to kmod-11
    * Fix testsuite defining symbols twice on 32 bit systems
    * Allow to check generated files against correct ones
    * libkmod now keeps a file opened after the first call to
    * kmod_module_get_{info,versions,symbols,dependency_symbols}. This
    reduces signficantly the amount of time depmod tool takes to
    execute. Particularly if compressed modules are used.
    * Remove --with-rootprefix from build system. It was not a great
    idea after all and should not be use since it causes more harm
    than benefits.
    * Hide --wait option on rmmod. This feature is being targeted for
    removal from kernel. rmmod still accepts this option, but it is
    hidden now: man page and usage() says nothing about it and if
    it is used, user will get a 10s sleep. This way we can check and
    help if anyone is using this feature.
    * Refactor message logging on all tools, giving proper prefix,
    routing everything to syslog when asked for, etc.
    * Fix parsing of modules.order when using compressed modules
    * Usage messages go to stdout instead of stderr
    * Fix memory leak in hash implementation

++++ liborcus:

  - Updated snapshot from the latest master branch.

------------------------------------------------------------------
------------------  2012-11-9  -  Nov 9 2012  -------------------
------------------------------------------------------------------

++++ libcanberra:

  - Add libcanberra-broadway-fix.patch: Fix crash with
    libcanberra-gtk-module's and non-X11 displays (bnc#789066).

++++ google-croscore-fonts:

  - updated to version 1.23.0

++++ kiwi:

  - v5.04.23 released
  - fixed device name setup in recovery/restore mode. kiwi assumes
    an overlay setup when a second partition exists but this is not
    true if the second partition is the swap space. For the initial
    boot of an appliance the device setup always works but when
    oemboot has created new partitions e.g swap space and the kiwi
    initrd runs again in recovery/restore mode the device setup
    might be broken because of another partition layout compared
    to the initial state
  - implement XML data classes for elements that are children of 
    * KIWIXMLPackageArchiveData handle 
    * KIWIXMLPackageIgnoreData 
    * KIWIXMLPackageCollectData handle  and 
    * KIWIXMLPackageData handle 
    * KIWIXMLPackageProductData 
  - update the FileData base class to allow extension by child to support
    additional allowed attributes
  - implement unit tests for all new classes
  - integrate new data classes into XML class and rename the
    following methods to _legacy
    * getArchiveList
    * addPatterns
    * addImagePatterns
    * getList
    * getTypeSpecificPackageList
    * getPackageNodeListgetPackageAttributes
    * getImageConfig
    * getBaseList
    * getInstallList
    * getDeleteList
    * getBootIncludes
    * addPackages
    * addImagePackages
    * addRemovePackages
  - update client code to use *_legacy methods
  - removed hasDefaultPackages method
  - implement equivalent functionality with the new methods
    * addArchives
    * getArchives
    * addBootstrapPackages
    * addPackages
    * addPackagesToDelete
    * getBootDeletePackages
    * getBootIncludeArchives
    * getBootIncludePackages
    * getBootstrapPackages
    * getPackages
    * getPackagesToDelete
    * getProducts
  - the  and  are treated equally as a package
    collection
  - update unit tests for XML
    * there are some bugs in the _legacy methods, these will not be fixed as
    the bugs will go away when we switch to the new code. The legacy code
    does not respect type specific archives being added.
    * update the test data to re-use same configuration files
    for multiple test cases
    * use _legacy names
    * implement new tests for new methods
  - update RuntimeChecker to use new methods in the XML
  - implement tnew triggers and update existsing triggers as needed
  - some clean up, typos, remove unused code
  - added tar to 12.2 JeOS

++++ kvm:

  - Revert serial retry logic (bnc#779727)

++++ graphite2:

  - Fix desc not to mention libexttextcat.

++++ liblangtag:

  - Fix desc not to contain mention of libexttextcat.

++++ pixman:

  - Update to version 0.28.0:
    + Support for sRGB coded images.
    + New API for fast glyph rendering.
    + Faster bilinear scaling on iwMMX, Loongson and MMX.
    + More fast paths in the MIPS DSPr2 backend.
    + Faster scaling in general and on SSE2 in particular.

++++ poppler:

  - Update to version 0.21.1:
    core:
    * Annotation improvements
    * Form improvements
    * CairoImageOutputDev: Support parameterized Gouraud shading (Bug #56463)
    * UTF validation fixes
    * Do not call drawing routines if we don't need non text (Bug #54617)
    * Fix Memory leak in CharCodeToUnicode (Bug #54702)
    qt4:
    * Make LinkRendition properties available (Bug #55378)
    * Accessors for FormWidgetChoice::editChoice
    * Implement overprint

++++ poppler-qt:

  - Update to version 0.21.1:
    core:
    * Annotation improvements
    * Form improvements
    * CairoImageOutputDev: Support parameterized Gouraud shading (Bug #56463)
    * UTF validation fixes
    * Do not call drawing routines if we don't need non text (Bug #54617)
    * Fix Memory leak in CharCodeToUnicode (Bug #54702)
    qt4:
    * Make LinkRendition properties available (Bug #55378)
    * Accessors for FormWidgetChoice::editChoice
    * Implement overprint

++++ sensors:

  - Update to lm_sensors 3.3.3
    * documentation: Update fan-divisors, fan divisors are optional
    * libsensors: Fix warning about library path not in /etc/ld.so.conf
    * sensors: Fix libiconv linkage need detection in rare corner case
    Add support for humidity output
    Add long switches to manual page
    * sensors-detect: Don't choke on systems without PCI
    Avoid probing EDID addresses on graphics cards (#2386)
    Add detection of NCT6779D and NCT6102D/NCT6106D
    Add detection of SMSC LPC47N217 and SIO10N268
    Do not scan I2C adapters on graphics cards by default
    Fix parent class discovery when multiplexer is present

++++ libwacom:

  - Update to version 0.6.1:
    + More/corrected metadata for:
  - Cintiq 22HD, 24HD, 24HD touch.
  - DTI 520.
  - ISDv4 E5, 100, 101.

++++ mkinitrd:

  - Version 2.7.2.
  - put udev related files into /usr/lib/udev
    create /lib/udev as symlink

++++ rpm:

  - remove pwdutils and timezone from default essentials, timezone
    is only required by very specific test suites, the builds happen
    in UTC anyway - and pwdutils hides packaging bugs

++++ rsyslog:

  - Readded things removed in previous change, that is compat version
    and params variable use, generation of additional (chroot) log
    sockets include file, xconsole handling in rsyslog.service.
  - Fixed liblognorm conditional build flag dependencies, removed all
    suse version dependencies.
  - Changed to install in /usr/sbin, compatibility link in /sbin.
  - Added klogd to build conflicts to resolve build service deps

++++ vaapi-intel-driver:

  - update to release 1.0.19
    Version 1.0.19 - 09.Nov.2012
    * Add support for Haswell
    * Add raw DRM support (Dmitry Ermilov)
    * Add Wayland support
    * Add support for display rotation attribute
    * Support 4K encoding on IVB and HSW
    * Drop explicit dependency on X11 and libva-x11
    * Fix VC-1 decoding when VSTRANSFORM is 0
    * Fix SIGSEGV caused by use-after-free of the bufmgr (Stéphane Marchesin)
    * Fix thread safety issue (Gautam)
    * Fix vaUnlockSurface() for libva trace

++++ xorg-x11-driver-video-nouveau:

  - Update to version 1.0.4:
    Release to fix Zaphod mode, a rendering regression, and drop some
    old DRI interface usage.
    + nouveau: fix regression in virtualbox drawing hopefully.
    + nouveau: drop DRI1 device open interface.
    + nouveau: drop unused nv private members.
    + nouveau: Remove unneeded xf86GetEntityInfo()
    + nouveau: introduce NVInitScrn()
    + nouveau: Factor out common code to NVHasKMS()
    + nouveau: NVPlatformProbe, handle shareable entities

++++ yast2-dns-server:

  - Enhanced checking for errors while writing to LDAP (bnc#768708)
  - 2.23.4

------------------------------------------------------------------
------------------  2012-11-8  -  Nov 8 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Switch on systemd support: change with_systemd defines to 1.

++++ coreutils:

  - Add the missing parts in coreutil.spec so that the testsuite is
    only run when coreutils-testsuite is built. Also add additional
    BuildRequires for the testsuite.

++++ dbus-1-x11:

  - Link /usr/bin/dbus-send to /bin/dbus-send. Upower uses
    dbus-send to receive signals from systemd regarding resuming,
    however looks for the moment in the wrong directory.

++++ gcin:

  -remove gcin-libdir.patch, upstream had solved the bug

++++ gdm:

  - Switch on systemd support: change with_systemd defines to 1.

++++ gnome-packagekit:

  - Switch on systemd support: change with_systemd defines to 1.

++++ gnome-settings-daemon:

  - Update to version 3.6.2:
    + Make test applications work when libnotify was used.
    + Keyboard:
  - Add default ibus engine for Indic locales.
  - Prevent 100% CPU usage related to remembering Num-Lock state.
  - Don't print warning messages when resuming from suspend.
    + Power:
  - Fix screen dimming and power saving even when inhibited.
  - Don't suspend, dim or blank when running in virtual machines.
  - Fix warning output in the Brightness & Lock panel.
  - Fix possible crash when the backlight fails to be turned off
    for example.
    + Sound:
  - Fix alert sound changes requiring a log out/login to apply.
    + Updates:
  - Don't require the user to click OK to clear the message for
    successful offline updates.
    + Wacom:
  - Fix touchstrips and touchrings without a modeswitch.
    + XSettings:
  - Make startup smoother by batching settings updates together.
  - Change with_systemd defines to 1 in order to enable systemd.

++++ kiwi:

  - add support for grub2 based recovery system
  - fixed indention of linux command in grub.cfg
  - fix the automatic alias generation to remove '$' from the
    name, this allows users to use SMT repos without having to
    specify an alias in the config.xml file
  - use contents of $bootPartitionFSType to check symlink capabilities
  - fixed cleanup code in KIWILinuxRC after mkinitrd was called
    in case of arm images not all obsolete data was removed
  - pass boot filesystem type as first argument to the pre
    bootloader install script and handle it in the arm JeOS
    template in uboot-image-setup
  - export bootPartitionFSType in KIWILinuxRC and handle it
    in the hook script kiwi-hooks/setupUBoot.sh
  - DB: rebuild schema documentation
  - fixed nic interface runtime check, the value '0' is valid
    for the index of a VMware interface definition, thus it's
    wrong to do a true/false check here.
  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime

++++ dbus-1:

  - Link /usr/bin/dbus-send to /bin/dbus-send. Upower uses
    dbus-send to receive signals from systemd regarding resuming,
    however looks for the moment in the wrong directory.

++++ polkit:

  - Add pwdutils to prereq for groupadd and useradd.

++++ qrencode:

  - Update to 3.4.1
    * A bug that mutual exclusion was not performed has been fixed
    * Colored QR Code support
    * SVG, UTF8, and ANSIUTF8 output supports have been added to the command line tool.

++++ taglib:

  - Add patch taglib-1.8-version_fix.patch: fix version defines
    in taglib.h

++++ mkinitrd:

  - wrap "_unitdir" file list entry in a suse_version check
  - remove blkid handling from setup-udev.sh
    it is already handled in boot-udev.sh

++++ totem:

  - Update to version 3.6.3:
    + Really stop using the soundpitch plugin.
    + Fix playback of some audio types failing.

++++ postfix:

  - bnc#782048 - postfix uses /sbin/conf.d
  - bnc#784659 - remove SuSEconfig calls from yast2-mail

++++ yast2-mail:

  - bnc#784659 - remove SuSEconfig calls from yast2-mail
  - bnc#782048 - postfix uses /sbin/conf.d

------------------------------------------------------------------
------------------  2012-11-7  -  Nov 7 2012  -------------------
------------------------------------------------------------------

++++ acpica:

  - Update to latest version 20121018.
  - > one patch got accepted mainline -> removed.

++++ cmake:

  - Update to 2.8.10.1 This is a bugfix release
    * Fix kitware#0013651: FindSDL.cmake is broken
    * Fix kitware#0013638: ./configure reports Copyright 2000-2011
    Complete changelog: http://public.kitware.com/Bug/changelog_page.php?version_id=105

++++ gcin:

  - update to 2.7.9
  - fix problem about switch to tsin from systray
  - add %flag_keypad_input_key to .cin files
  - fix problem about Ctrl+Shift+* in firefox
  - use gtk2 UI as default
  - add vietnamese and german input method support
  - remove chewing support temporary, need more develpment
  - screen keyboard will keep on the top of all applications
  - other minor bugs fixed

++++ glibc:

  - Avoid shell comment leaking into %post.

++++ glibc:

  - Avoid shell comment leaking into %post.

++++ icedtea-web:

  - update to 1.3.1 (bnc#787846)
  - Security Updates
    * CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event attached to applet
  - Common
  - PR1161: X509VariableTrustManager does not work correctly with OpenJDK7
    fixes the self-signed issue (mentioned in bnc#784859, bnc#785333, bnc#786775)

++++ intlfonts:

  - license HPND and SUSE-Redistributable-Content and SUSE-Public-Domain
    [bnc#786092]

++++ kdbg:

  - Update to 2.5.2
  - Support for GDB 7.5.
  - More of GDB's output is recognized in some corner cases
  - The thread list parser introduced in 2.5.1 sometimes stripped two letters
    from the function name.
  - Added opensuse-gdb.diff: ignore messages about debuginfo-packages from
    openSUSE's gdb (bnc#784634)

++++ kdenetwork4:

  - Add explicit buildrequire for libmediastreamer1 for kopete to
    avoid "Have Choice for" for packages depending on Kopete and to
    prevent that the user has to make a choice what to install

++++ kiwi:

  - make sure var/log/ConsoleKit exists when booting the first time
  - fixed cleanKernelFSMount() to use the correct root path
  - added support for reading /etc/kiwi/repoalias file in
    KIWIURL.pm. The repoalias definition can be used to
    mirror a repo path to another location (bnc #788536)
  - SuSEconfig is gone, call it only if it exists

++++ libexttextcat:

  - Require data of the same version of the package.

++++ liblangtag:

  - Add missing directory to the list.

++++ pcre:

  - Use the --enable-pcre16 configure flag.
    This switch enables 16 bit character support that will be required by Qt5

++++ libreoffice:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)
    * OOXML color export
    * faster sorted cache write-out
    * table undo crasher (rh#852128)
    * skipped merged cells (fdo#54862)
    * some new ADO constants (bnc#787452)
    * can't connect ADO source (fdo#53070)
    * overflowing left margin (bnc#707779)
    * parent style in XLSX import (fdo#55198)
    * layout format in DOC export (fdo#54648)
    * section break in DOCX import (fdo#52208)
    * correct hex color conversion (fdo#55800)
    * column width in DOCX import (bnc#785767)
    * table spacing in DOCX import (bnc#778836)
    * table position in DOCX import (bnc#780645)
    * allow adding external templates (bnc#782597)
    * broken time field in page header (fdo#53531)
    * crash on switching to outline view (rh#855972)
    * wrong conversion factor for "tspm" (fdo#55367)
    * text rotation handling (bnc#773048, bnc#783433)
    * crash when deleting last table cell (rh#689053)
    * column has no Catalog/Schema/Table name crasher
    * upside down text box in PPTX import (bnc#757387)
    * work with empty TrustedAuthor entries (fdo#55019)
    * hard coded sheet limit in XLSX import (rh#864858)
    * faster updating of row flags in pivot table cache
    * slide fragment handling in DOCX import (bnc#785727)
    * subscript/superscript with autofit text (fdo#55931)
    * more intuitive editing of relative refs (fdo#54940)
    * do not double-expand bootstrap variables (fdo#55138)
    * add back compatible Hungarian date format acceptance
    * cell notes upon cell insertion / deletion (fdo#55885)
    * import values and formulas from lotus-123 (fdo#55066)
    * default table cell margins in DOCX export (bnc#780645)
    * chart complex category placement (fdo#44832, fdo#55297)
    * crash on DOCX export of inline anchored frame (fdo#48569)
    * cyclic references in XLSX import (bnc#781166, bnc#780296)
    * corrupted styles with multi-saved XLSX document (fdo#55418)
    * inform about unsupported PDF encryption formats (rh#826526)
    * exchange sort settings between the two tab pages (fdo#53482)
    * correctly clear DataColumns read-only information (fdo#37529)
    * misc broadcaster cells fixes (fdo#54553, fdo#55712, fdo#55059)
    * crash with 0 dyaLinePitch in DOCX import (fdo#40686, rh#831755)
    * hiding windows based on "Visible" property (fdo#46071, fdo#46074)
    * ignore time stamp differences in XLSX import (fdo#54609, fdo#49819)
    * doubled '~' in German OK/Cancel translations (fdo#56281, rh#868479)
    * display upper case Greek letters in page numbering option (fdo#55732)
    * misc ODF export fixes (fdo#30711, fdo#49678, fdo#49677, fdo#49876,
    fdo#49571, fdo#45700)
    * various conditional formatting fixes (fdo#54749, fdo#55379, fdo#56316,
    fdo#52535, fdo#54661, fdo#54555, fdo#54349)
    * several RTF import/export fixes (fdo#48442, fdo#55526, fdo#52475,
    fdo#50539, fdo#55939, fdo#52389, fdo#55493, fdo#49655, fdo#52989)
  - update mdds to version 0.6.1:
    * mixed_type_matrix: speed up
    * flat_segment_tree, point_quad_tree: broken iterator implementation
    * multi_type_vector(new): efficient storage of data of different types
    * multi_type_matrix(new): eventually replace mixed_type_matrix
  - update libcdr to version 0.0.9:
    * better color import (fdo#54785, fdo#55522)
    * bin obsolete patches:
    * mono-enable-climaker-stuff-in-unoil.diff
    * mono-install-cli-when-mono-enabled.diff
    * mono-install-mono-before-finalizing-filelits.diff
    * pack-addressbook.diff: correctly pack KDE and TDE addressbook (bnc#779697)
  - flat_logo.svg need to be modified by the branding packages
  - update mime, desktop files, and icon theme cache from the main package
  - update desktop files cache also from subpackages that install desktop
    files (bnc#782638)
  - sync the prebuilt sofficerc with upstream sources

++++ libreoffice-help-group1:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-help-en-US:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-help-group2:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-help-group3:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-help-group4:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-help-group5:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-icon-themes:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libreoffice-l10n:

  - update to 3.6.3.2.2 (SUSE 3.6-rc2, tag suse-3.6-2, based on upstream 3.6.3.2)

++++ libstorage:

  - 2.23.1
  - support creation of "BIOS grub" partition on GPT (bnc#786870)

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev.: 1579:9833).

++++ yast2-storage:

  - support creation of "BIOS grub" partition on GPT (bnc#786870)

------------------------------------------------------------------
------------------  2012-11-6  -  Nov 6 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add NetworkManager-systemd-suspend.patch and
    NetworkManager-upower-out.patch: Listen to systemd for
    suspend/resume when built with systemd support. The upower
    signals will never be emitted.
  - When building with systemd support, add gnome-common
    BuildRequires and call to gnome-autogen.sh, as above patches
    touch the build system.

++++ aaa_base:

  - readd insserv for the remaining boot scripts

++++ autofs:

  - autofs-5.0.7-use-protocol-id-instead-of-protoent.patch: use
    protocol id directly instead of calling the non-reentrant
    function getprotobyname() (bnc#787410)
  - autofs-5.0.7-dont-reschedule-alarm-after-signals.patch: don't
    schedule new alarms after handling SIGHUP and SIGUSR1 (bnc#783651)
  - autofs-5.0.7-new-style-systemd-daemon.patch: add new command
    line parameter --systemd, which instructs automount to skip
    daemonization completely, leaving the task to systemd
  - autofs.service: use new --systemd option when starting up

++++ cairo:

  - 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.

++++ coreutils:

  - Add script pre_checkin.sh that creates spec and changes for
    coreutils-testsuite from their coreutils counterparts.

++++ filesystem:

  - Revert /var/run and /var/lock being symlinks for now.

++++ gnome-phone-manager:

  - Update to 0.68+20121106git:
    + Port from GConf to GSettings
    + Support and Require gnome-bluettoth 3.3
  - Drop gnome-phone-manager-bt33api.patch: fixed upstream
  - Drop gnome-phone-manager-g_thread.patch: fixed upstream
  - Add gnome-phone-manager-eds36.patch: Fix build with
    evolution-data-server 3.6.

++++ hwinfo:

  - cleanup of spec
  - added missing manual pages

++++ iso-codes:

  - Update to version 3.40:
    + ISO 15924 (Updated as of 2012-10-16 changes):
  - Added Aghb
  - Renamed Hung
  - Added Mahj
  - Ignored addition of "property alias" for Geok as we don't
    include these (yet?)
    + ISO 639 and ISO 639-3:
  - Introduce the concept of common_name in ISO-639 lists to
    allow solving issues where the standard are clearly lagging
    behind common practice
  - Use "Bangla" as common name for Bengali (lp#991002).
    + Updated translations for ISO 15924, ISO 3166, ISO 3166-2,
    ISO 639 and ISO 639-3.

++++ dicts:

  - license update: SUSE-Permissive
    Use a license from the spreadsheet linked at http://license.opensuse.org

++++ kernel-default:

  - config: sync x86_64 configs for NR_UARTS
    This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
    CONFIG_SERIAL_8250_NR_UARTS to 32.
  - commit ddf88e6
  - Delete patches.arch/s390-remove-kvm-para.patch.
  - commit f759e1e
  - config: sync ppc64 configs for LIB80211, NET_SDA_MV*
    This commit changes the following options to be modular:
    LIB80211
    NET_DSA_MV88E6XXX
    NET_DSA_MV88E6060
  - commit caa5a52
  - config: sync ppc64/debug with ppc64/default
    The debug config should be identical to default with the exception of
    the debug options. This patch brings ppc64/debug in line with ppc64/default
    with the exception of a few things that are modular in debug that should
    also be modular in default.
  - commit b981fcd
  - config: sync kvm options between ppc64 flavors.
  - commit 8a389d5
  - config: disable HW_RANDOM_AMD on ppc64
    This chip is only on AMD hardware and an old ppc64 eval board. We can skip
    it on ppc64.
  - commit 03001a4
  - config: Eliminate unused ppc/ppc64 configs.
    The history of the ppc/ppc64 configs is a convoluted one that started
    before the kernel source could support multiple machine types with a
    single image and before there was a usable 64-bit userspace.
    In the subsequent years, the powerpc code has been unified and we've
    released a 64-bit powerpc userspace. The "default" and "ppc64" configs
    on ppc64 are essentially identical and just waste space. The "ppc64"
    config on 32-bit ppc address a long since unnecessary corner case. Users
    who still want a 32-bit userspace with a 64-bit kernel can install and
    update it themselves using the 64-bit repository like i386/x86_64 users
    can do.
    This commit can be summarized thusly:
    rm config/ppc/ppc64
    rm config/ppc/ps3 (already unused)
    mv config/ppc64/ppc64 config/ppc64/default
  - commit a9cc3d5
  - Add kernel-versatile description
  - commit 5424cf2
  - Enable armv5 in arch-symbols
  - commit 401de81

++++ kernel-desktop:

  - config: sync x86_64 configs for NR_UARTS
    This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
    CONFIG_SERIAL_8250_NR_UARTS to 32.
  - commit ddf88e6
  - Delete patches.arch/s390-remove-kvm-para.patch.
  - commit f759e1e
  - config: sync ppc64 configs for LIB80211, NET_SDA_MV*
    This commit changes the following options to be modular:
    LIB80211
    NET_DSA_MV88E6XXX
    NET_DSA_MV88E6060
  - commit caa5a52
  - config: sync ppc64/debug with ppc64/default
    The debug config should be identical to default with the exception of
    the debug options. This patch brings ppc64/debug in line with ppc64/default
    with the exception of a few things that are modular in debug that should
    also be modular in default.
  - commit b981fcd
  - config: sync kvm options between ppc64 flavors.
  - commit 8a389d5
  - config: disable HW_RANDOM_AMD on ppc64
    This chip is only on AMD hardware and an old ppc64 eval board. We can skip
    it on ppc64.
  - commit 03001a4
  - config: Eliminate unused ppc/ppc64 configs.
    The history of the ppc/ppc64 configs is a convoluted one that started
    before the kernel source could support multiple machine types with a
    single image and before there was a usable 64-bit userspace.
    In the subsequent years, the powerpc code has been unified and we've
    released a 64-bit powerpc userspace. The "default" and "ppc64" configs
    on ppc64 are essentially identical and just waste space. The "ppc64"
    config on 32-bit ppc address a long since unnecessary corner case. Users
    who still want a 32-bit userspace with a 64-bit kernel can install and
    update it themselves using the 64-bit repository like i386/x86_64 users
    can do.
    This commit can be summarized thusly:
    rm config/ppc/ppc64
    rm config/ppc/ps3 (already unused)
    mv config/ppc64/ppc64 config/ppc64/default
  - commit a9cc3d5
  - Add kernel-versatile description
  - commit 5424cf2
  - Enable armv5 in arch-symbols
  - commit 401de81

++++ kernel-pae:

  - config: sync x86_64 configs for NR_UARTS
    This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
    CONFIG_SERIAL_8250_NR_UARTS to 32.
  - commit ddf88e6
  - Delete patches.arch/s390-remove-kvm-para.patch.
  - commit f759e1e
  - config: sync ppc64 configs for LIB80211, NET_SDA_MV*
    This commit changes the following options to be modular:
    LIB80211
    NET_DSA_MV88E6XXX
    NET_DSA_MV88E6060
  - commit caa5a52
  - config: sync ppc64/debug with ppc64/default
    The debug config should be identical to default with the exception of
    the debug options. This patch brings ppc64/debug in line with ppc64/default
    with the exception of a few things that are modular in debug that should
    also be modular in default.
  - commit b981fcd
  - config: sync kvm options between ppc64 flavors.
  - commit 8a389d5
  - config: disable HW_RANDOM_AMD on ppc64
    This chip is only on AMD hardware and an old ppc64 eval board. We can skip
    it on ppc64.
  - commit 03001a4
  - config: Eliminate unused ppc/ppc64 configs.
    The history of the ppc/ppc64 configs is a convoluted one that started
    before the kernel source could support multiple machine types with a
    single image and before there was a usable 64-bit userspace.
    In the subsequent years, the powerpc code has been unified and we've
    released a 64-bit powerpc userspace. The "default" and "ppc64" configs
    on ppc64 are essentially identical and just waste space. The "ppc64"
    config on 32-bit ppc address a long since unnecessary corner case. Users
    who still want a 32-bit userspace with a 64-bit kernel can install and
    update it themselves using the 64-bit repository like i386/x86_64 users
    can do.
    This commit can be summarized thusly:
    rm config/ppc/ppc64
    rm config/ppc/ps3 (already unused)
    mv config/ppc64/ppc64 config/ppc64/default
  - commit a9cc3d5
  - Add kernel-versatile description
  - commit 5424cf2
  - Enable armv5 in arch-symbols
  - commit 401de81

++++ kiwi:

  - fixed schema for bootfilesystem attribute, attribute was not
    set into the attribute list in the RelaxNG schema
  - added support for optional type attribute 'bootfilesystem'
    which can be one of ext2,ext3,fat16 or fat32 (bnc #788374)
  - added unit test for new attribute
  - update pre-commit hook
  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime
  - removed obsolete and unmaintained dotty graph file
  - remove the statistics colector and the generated data
    we never got around to finish the integration of the data collector
    and it is not used. At this point it appears that the code will just
    not be used in the long run, thus it is getting removed
  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime
  - fixed openSUSE product building

++++ less:

  - Update to version 455
    * Bugfixes in buildsystem and option parser

++++ lapack:

  - Update to 3.4.2
    * Bug fixes

++++ libdrm:

  - Update to version 2.4.40:
    + radeon: add some new SI pci ids
    + radeon: fix unused-function warning
    + intel: Fix "properly test for HAS_LLC"
    + intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1
    + configure.ac: Allow forcible disabling of Cairo support
    + intel: properly test for HAS_LLC
    + fix make distcheck
    + vmwgfx: No longer experimental
    + intel: add support for ValleyView
    + libdrm: man page infrastructure and a few sample man pages
    + intel: Mark bo's exported to prime as not reusable
    + libkms: link against libdrm
    + radeon: don't take the stencil-specific codepath for buffers without
    stencil
    + radeon: don't force stencil tile split to 0
    + radeon: fix stencil miptree allocation of combined ZS buffers on EG and
    SI
    + radeon: fix tile_split of 128-bit surface formats with 8x MSAA
    + radeon: Fix layout of linear aligned mipmaps on SI.
    + radeon: Memory footprint of SI mipmap base level is padded to powers of
    two.
    + radeon: Sampling pitch for non-mipmaps seems padded to slice alignment
    on SI.
    + initialize width/height fields in drmModeCrtc
    + omap: release lock also on error paths

++++ libexttextcat:

  - Use variables instead of hard declarations.
  - Add vala dirs to the list so it builds.
  - License is BSD.
  - Homepage fix.
  - Remove copy&pasto requires.
  - Remove pointless file.
  - Initial commit of 3.4.0 release.

++++ graphite2:

  - Initial commit version 1.2.0.

++++ systemd:

  - adding a package systemd-logger that blocks syslog implementations
    from installation to make an installation that only uses the journal

++++ liblangtag:

  - Initial package. Version 0.4.0.

++++ plymouth:

  - Provide the scripts to integrate Plymouth in dracut as a
    separate package.
  - Added patch (plymouth-dracut-path.patch) to correct the paths
    inside the specific plymouth-dracut scripts

++++ vte2:

  - Fix typo in tag line of vte-CVE-2012-2738.patch.

++++ libwps:

  - update to 0.2.7
  - Disable werror explicitely

++++ patterns-openSUSE:

  - Stephan Kulow (1):
    fix previous commit
    Commit: 982ea6db
  - Stephan Kulow (1):
    with systemd there is no special requirement for syslog
    Commit: 93316782

++++ rsyslog:

  - Enabled rsyslog own systemd service file. This to resolve the
    current issue with a non starting system logger with systemd 185.
    (see also bnc#788330)

++++ smartmontools:

  - do no longer require syslog on 12.3, journal is enough for
    some installations

++++ xf86-video-ati:

  - Update to version 7.0.0:
    This is the first KMS only release.  Major changes:
    + Enable 2D tiling by default on r6xx+ asics
    (requires mesa 9.0+).  If you are planning to
    ship xf86-video-ati 7.x with an older version of
    mesa, please disable 2D tiling.
    + xserver 1.13 support including prime
    + glamor support
    + SI support

++++ yast2-network:

  - Fixed testsuite. tests/include.ycp, tests/udev.ycp failed when
    missing /etc/sysconfig/console.

------------------------------------------------------------------
------------------  2012-11-5  -  Nov 5 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - readd some boot.* scripts that are required by insserv for not ported
    applications (they are empty though)

++++ bash:

  - Update bash 4.2 to patch level 39
    * Official fix for the last crash fix
    * Avoid variable expansion in arithmetic expressions when
    evaluation is being suppressed

++++ lvm2:

  - Now also fix devmapper-setup
  - Adapt mkinitrd scripts to new udev locataion

++++ gmime:

  - Update to version 2.6.12:
    + stream_read): Initialize presize to READ_PAD instead of
    READ_SIZE to prevent potential buffer underruns.
    + unzip_filter: Apparently Z_BUF_ERROR isn't actually an error
    unless there is input available.
    + parser_push_boundary: Don't use strcmp to check if the boundary
    is an mbox boundary, use a direct pointer comparison so that we
    can handle Content-Type boundary parameters with a value of
    "From "
    + parser_step_headers: Don't assume that the first non-header
    line we find indicates the start of the content unless we've
    already gotten some basic headers (bgo#686223).

++++ grub2:

  - We really only need makeinfo, so require that one where it exists.

++++ kernel-default:

  - config: sync vanilla flavor with default flavor for each platform
    The vanilla configs have drifted away from the default configuration
    for each platform. This patch brings them back in sync.
  - commit 8d4661f
  - config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
  - commit 9907c37
  - Updated to 3.7-rc4.
    Eliminated 1 patch.
  - commit 5168053
  - Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
  - commit 5feff7e

++++ kernel-desktop:

  - config: sync vanilla flavor with default flavor for each platform
    The vanilla configs have drifted away from the default configuration
    for each platform. This patch brings them back in sync.
  - commit 8d4661f
  - config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
  - commit 9907c37
  - Updated to 3.7-rc4.
    Eliminated 1 patch.
  - commit 5168053
  - Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
  - commit 5feff7e

++++ kernel-pae:

  - config: sync vanilla flavor with default flavor for each platform
    The vanilla configs have drifted away from the default configuration
    for each platform. This patch brings them back in sync.
  - commit 8d4661f
  - config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
  - commit 9907c37
  - Updated to 3.7-rc4.
    Eliminated 1 patch.
  - commit 5168053
  - Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
  - commit 5feff7e

++++ kiwi:

  - fixed handling of special characters in grub2 menuentry setup
    single quotes are required for custom names (bnc #786262)
  - fixed spec file require for kiwi-tools. kiwi should require
    the same or newer kiwi-tools version compared to the base
    kiwi package
  - put tests/unit/*.t to perl critic level 4
  - put tests/qa/stats/collector.pl to perl critic level 4
  - update pre-commit hook

++++ libQtWebKit4:

  - fix build against bison 2.6

++++ libcdr:

  - Update to upstream version 0.0.9
    * Fix wrong positions of grouped objects in newer
    CorelDraw file-formats

++++ xfce4-branding-openSUSE:

  - remove support for openSUSE 11.4

++++ fam:

  - remove sysvinit requires, especially for syslog

++++ glibmm2:

  - Update to version 2.34.1:
    + Gio:
  - Corrected an ABI class-size break in MountOperation.
  - ContentType: Actually implement
    content_type_get_symbolic_icon() name.
    + gmmproc:
  - Improve documentation generation.

++++ gtksourceview:

  - Update to version 3.6.1:
    + Fixed important invalid write
    + Updated translations.

++++ systemd:

  - Don't hardcode path for systemctl in udev post script.
  - Ensure systemd-udevd.service is shadowing boot.udev when booting
    under systemd.
  - Fix udev daemon upgrade under both systemd and sysvinit.
  - Add fix-logind-pty-seat.patch: fix logind complaining when doing
    su/sudo in X terminal.

++++ hdf5:

  - fixing baselibs.conf

++++ lightdm:

  - fixed lightdm-fix-language-setting.patch so LANG/GDM_LANG are not
    set if there are no per-user settings

++++ ncurses:

  - Add ncurses patch 5.9.20121026
    + improve malloc/realloc checking (prompted by discussion in Redhat
    [#866989]).
    + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
    + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
    first corrects pattern used for Mac OS X's customization of gcc.
  - Add ncurses patch 5.9.20121102
    + realign manual pages and fix a long-ago error in curs_addstr.3x
    which said that a -1 length parameter would only write as much
    as fit onto one line (report by Reuben Thomas).
    + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
    + remove obsolete fallback _nc_strdup() for strdup().
    + cancel any debug-rpm in package/ncurses.spec
    + reviewed vte-2012, reverted most of the change since it was incorrect
    based on testing with tack -TD
    + un-cancel the initc in vte-256color, since this was implemented
    starting with version 0.20 in 2009 -TD

++++ openal-soft:

  - Remove support for old distributions
  - Remove Icon tag and icon file. It's not normal for openSUSE packages to use it
  - Remove Conflicts/Provides for rename from openal. Latest release of the old openal was in openSUSE 11.1.
  - Use pkgconfig() BuildRequires
  - Run spec-cleaner
  - Rename libopenal1-soft to libopenal1
  - Disable OSS support

++++ opencc:

  - split a data package to be required by library.
    fix a conversion crash bug in fcitx.

++++ plymouth:

  - Update to an slightly newer git snapshot to fix regression
    from 0.8.8

++++ python3-base:

  - buildrequire timezone for the test suite

++++ libstorage:

  - freq and passno should be 0 for BTRFS fs in fstab (bnc#786719)

++++ tiff:

  - updated to 4.0.3:
    * Add some TIFF/FX support in libtiff.
    * Fix bug rewriting image tiles in a compressed file.
    * Fix read past end of data buffer.
    * etc., see ChangeLog
  - removed upstreamed patches:
    * bigendian.patch
    * dont-fancy-upsampling.patch
    * CVE-2012-3401.patch
  - new patch:
    * test-jpeg-turbo.patch
    * CVE-2012-4564.patch [bnc#787892]

++++ tracker:

  - Update to version 0.14.4:
    + Support XPS documents (bgo#687160): XML Page Specific Microsoft
    alternative to PDF files
    + Support DVI documents (bgo#687162): DeVice Independent files
    (printable output of TeX files)
    + tracker-extract-pdf: Avoid leaving hundreds of Zombie processes
    around
    + tracker-miner-fs: Fix huge memory consumption (bgo#687134)
    + Updated translations.
  - Add libgxps-devel BuildRequires: enable the new XPS Support.

++++ libvisio:

  - Upgrade to upstream version 0.0.20
    * Support of Visio XML Drawing file-format (*.vdx)
    * Initial support of (not-yet-relesed) Visio 2013 file-formats
    (*.vsdx and *.vsdm)
    * Initial support of extracting of master shapes from Visio
    documents.

++++ lomoco:

  - Ensure that locomo.sh is installed in the correct path
    /usr/lib/udev

++++ nagios-plugins:

  - enhance apparmor profile for check_ntp_time (IPv6 support)

++++ tracker-extras:

  - Update to version 0.14.4:
    + Support XPS documents (bgo#687160): XML Page Specific Microsoft
    alternative to PDF files
    + Support DVI documents (bgo#687162): DeVice Independent files
    (printable output of TeX files)
    + tracker-extract-pdf: Avoid leaving hundreds of Zombie processes
    around
    + tracker-miner-fs: Fix huge memory consumption (bgo#687134)
    + Updated translations.
  - Add libgxps-devel BuildRequires: enable the new XPS Support.

++++ pcmciautils:

  - Added patch (fix_udev_directory.patch) to ensure that the udev
    related files are installed in the correct /usr/lib/udev
    directory

++++ system-config-printer:

  - Ensure that the udev related files are installed in the correct
    path (/usr/lib/udev).

++++ swig:

  - fix build on SLE10: disable autogen.sh
    Add patch: PyInt_FromSize_t unavailable under Python 2.4

++++ sysconfig:

  - Added patch (set_new_udevrules_dir.patch) to ensure that the
    udevmountd and the udev rules are installed at the right place
    (/usr/lib/udev)

++++ timezone:

  - update to 2012i:
    * Cuba switches DST on November 4th
  - tzcode-ksh.diff: Obsolete, upstream uses bash now by default

++++ timezone-java:

  - update to 2012i:
    * Cuba switches DST on November 4th
  - tzcode-ksh.diff: Obsolete, upstream uses bash now by default

++++ yast2-installation:

  - fixed installation of systemd units (crrodriguez)
  - 2.23.3

++++ yast2-storage:

  - do a swapoff in live installer when swap partition gets removed
    (bnc#779527)
  - disable "Fstab Options" button when not fstab entry (bnc#786788)

++++ yast2-trans:

  - Updated languages: af am ar be bg bn bs ca cs cy da de el eo es et
    fa fi fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms my
    nb nl nn pa pl pt ro ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu
    en_GB en_US pt_BR zh_CN zh_TW ast nds.

------------------------------------------------------------------
------------------  2012-11-4  -  Nov 4 2012  -------------------
------------------------------------------------------------------

++++ curl:

  - added curl-ftp-prevent-the-multi-interface-from-blocking.patch in
    order to prevent the multi interface from blocking when using ftp
    and the remote end responds very slowly (sf#3579064)

++++ lvm2:

  - Fix booting ... place udev rules in the proper location..

++++ kdevelop4:

  - update to 4.4.0
    * Fix bug in signature assistant. Tested in master.
    * Fix auto type-deduction for cases like 'auto foo(bar);'.
    * Extend unit test
    * Improve properties fetching

++++ kdevplatform:

  - update to 1.4.0
    * Fix a regression of AliasDeclaration handling in DUContext::findLocalDeclarationsInternal.
    * Add dots to lex/yacc file patterns.
    * Only handle document model once, not once for every top row.
    * Make it possible to show the history of CVS folders without crashing.
    * Fix conditional, reported by CppCheck

++++ less:

  - Update to version 453
    * Allow backslash escaping of metacharacters in LESS environment
    variable.
    * Don't quit if syntax errors are found in command line options.
    * Increase sizes of some internal buffers.
    * Fix configure bug with --with-regex=none.
    * Fix crash with "stty rows 0".

++++ libmtp:

  - mtp-probe no longer working in factory, wrong udev dir.

++++ pulseaudio:

  - Place udev rules in the proper place

++++ upower:

  - Enable systemd support, now we have version 195

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ mdadm:

  - Fix factory breakage on udev and systemd rules.

++++ patterns-openSUSE:

  - Stephan Kulow (1):
    switch to libpng15
    Commit: 0c70f9f1
  - bump version
  - Cristian Rodríguez (2):
    Move acpid to ENHANCED-BASIS-OPT
    Remove "smolt" from patterns
    Guido Berhoerster (2):
    xfce: Remove gnome-bluetooth which drags in too many GNOME dependencies
    xfce: Include xfce4-panel-plugin-weather again since it has been fixed
    Stephan Kulow (2):
    even make acpid suggested only
    small cleanups
    Commit: 0f4d50b9

++++ rpm:

  - insserv is not required any more
  - extend the list of build essentials - 4 drop candidates
  - glibc-locale is build essential too - too many things go wrong
    without locales

++++ sudo:

  - sudo 1.8.6p3
    * Support for using the System Security Services Daemon (SSSD) as a source of sudoers data
    * Fixed a race condition that could cause sudo to receive SIGTTOU (and stop)
    when resuming a shell that was run via sudo when I/O logging (and use_pty) is not enabled.
    * The sudoers plugin now takes advantage of symbol visibility controls when supported by the compiler or linker.
    * Sending SIGTSTP directly to the sudo process will now suspend
    the running command when I/O logging (and use_pty) is not enabled.

++++ swig:

  - Update to 2.0.8
    * Fix a couple of regressions introduced in 2.0.5 and 2.0.7.
    * Improved using declarations and using directives support.
    * Minor fixes/enhancements for C#, Java, Octave, Perl and Python.

------------------------------------------------------------------
------------------  2012-11-3  -  Nov 3 2012  -------------------
------------------------------------------------------------------

++++ alsa-utils:

  - Fix systemd units location in factory.

++++ bundle-lang-common:

  - update package list

++++ bundle-lang-gnome:

  - update package list

++++ bundle-lang-kde:

  - update package list

++++ dbus-1-x11:

  - Fix factory breakage on systemd units directory

++++ kiwi:

  - clean most test unit driver files to perlcritic level 2
    The remainaing driver files must be cleaned after we have
    migrated the code to use the new internal data structure

++++ dbus-1:

  - Fix factory breakage on systemd units directory

++++ systemd:

  - add libudev1 to baselibs.conf

++++ lightdm:

  - added lightdm-make-sessions-inherit-system-default-locale.patch
    in order to make greeter and user sessions inherit the system
    default locale (lp#1073135, bnc#786926)
  - added lightdm-fix-language-setting.patch in order to fix saving/
    retrieving of the language setting (lp#1068853, lp#1019314)
  - added lightdm-do-not-strip-codeset-from-language.patch in order
    to prevent stripping the codeset consistent with how the
    Language setting is retrieved from AccountsService (lp#1074946)
  - gdm 3.6.1 brought back gdmflexiserver so remove the conflict again

++++ virtualbox:

  - updated to virtualbox 4.2.4
    * GUI: fixed validation warning on global settings / proxy page (4.2.2 regression, bug #11089)
    * GUI: fixed crash with multiple guest screens on certain conditions (OS X hosts only)
    * VBoxBalloonCtrl: fixed command line argument handling of ballooning module
    * VRDP: fixed occasional crash during a video playback in the guest (bug #11082)
    * BIOS: fixed broken DMI information (4.2 regression)
    * BIOS: workaround for booting from Windows 2000 floppy disks
    * EFI: fixed video mode selection loss on VM reboot (#10983)
    * Parallel: fixed parallel port printing failure/ paper queue empty error (Windows hosts only)
    * NAT: fixed crash on alias-less DNS responses when host-resolver is used
    * Storage: fixed hang under rare circumstances

------------------------------------------------------------------
------------------  2012-11-2  -  Nov 2 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ amarok:

  - Install the english handbook only with the lang-package as otherwise
    translations will not be displayed when they are provided by
    bundle-lang-kde-* (bnc#695108)
  - No longer Build-require libksuseinstall-devel as the corresponding
    patch was removed

++++ ark:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ blinken:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kdesdk4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ cmake:

  - Update to 2.8.10
    * file(DOWNLOAD now handles "https" URLs -- the pre-built binaries available from Kitware link to OpenSSL
    * Automoc: fix kitware#13572: issue with symbolic links
    * Uniform compiler "id" and version number variables available for nearly all known compilers and platforms
    * New way to arrange exported targets that depend on other targets into "export sets"
    * New generator expressions
    * Generator expressions available in more contexts, namely in the INCLUDE_DIRECTORIES and COMPILE_DEFINITIONS target properties
    See /usr/share/doc/packages/cmake/Changelog for the complete changelog
  - Minor spec cleanup

++++ kdebase4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kiten:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ gwenview:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kactivities4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kalgebra:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kalzium:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kanagram:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kate:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kbruch:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kcalc:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kcharselect:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kcolorchooser:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kde4-filesystem:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kdebase4-workspace:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details
  - Removed upstream patch (upstream-python-applets.diff) as it
    is now included upstream.

++++ kde4-l10n:

  - Update to 4.9.3
    * see http://kde.org/announcements/changelogs/changelog4_9_2to4_9_3.php for details
  - Removed upstream patch (kde4-l10n-da-added-missing-files-back.diff)

++++ kdeartwork4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kdebase4-runtime:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libkdegames:

  - Update to 4.9.3
    * see http://kde.org/announcements/4.9.3/ for details

++++ kdelibs4:

  - Fix the path for docs in /etc/kde4rc which is used by
    bundle-lang-kde-* (bnc#695108)
  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kdenetwork4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kdepimlibs4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kernel-default:

  - Update Xen patches to 3.7-rc3 and c/s 1202.
  - extend base interfaces to support multi-page rings for
    frontend/backend communication.
  - blkback: allow using multiple page frontend communication ring.
  - blkfront: allow using multiple page backend communication ring.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - ACPI: Fix build when disabled.
  - ACPI: Cleanup acpi_initrd_override declaration and remove
    ifdefs.
  - config.conf: Re-enable Xen configs.
  - Update x86 config files.
  - Delete patches.xen/xen3-acpi_override_2_2.patch.
  - commit f042386

++++ kernel-desktop:

  - Update Xen patches to 3.7-rc3 and c/s 1202.
  - extend base interfaces to support multi-page rings for
    frontend/backend communication.
  - blkback: allow using multiple page frontend communication ring.
  - blkfront: allow using multiple page backend communication ring.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - ACPI: Fix build when disabled.
  - ACPI: Cleanup acpi_initrd_override declaration and remove
    ifdefs.
  - config.conf: Re-enable Xen configs.
  - Update x86 config files.
  - Delete patches.xen/xen3-acpi_override_2_2.patch.
  - commit f042386

++++ kernel-pae:

  - Update Xen patches to 3.7-rc3 and c/s 1202.
  - extend base interfaces to support multi-page rings for
    frontend/backend communication.
  - blkback: allow using multiple page frontend communication ring.
  - blkfront: allow using multiple page backend communication ring.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - ACPI: Fix build when disabled.
  - ACPI: Cleanup acpi_initrd_override declaration and remove
    ifdefs.
  - config.conf: Re-enable Xen configs.
  - Update x86 config files.
  - Delete patches.xen/xen3-acpi_override_2_2.patch.
  - commit f042386

++++ kgamma:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kgeography:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ khangman:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kig:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kio_audiocd:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kamera:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kiwi:

  - v5.04.22 released
  - removed vmxboot respectively image type vmx from arm code
    branch. All arm images are oem's vmx is unused here
  - fixed device detection in the oemboot install code. The try to
    remove the boot device from the list of possible install devices.
    The sed statement used here caused a broken list of the substring
    also matches other devices. The fix here changes this to exactly
    match the device string of the boot device and nothing else
  - fixed etc/default/grub GRUB_DISTRIBUTOR name setup
  - include mdmon to handle raid array status changes if
    a dmraid array is in use
  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime
  - fixed setup of /etc/default/grub to contain the bootloader
    setup in terms of boot title, timeout, etc... (bnc #786262)
  - report an error when a  definition is specified in the
    configuration and we cannot find the necessary command to obtain
    LVM information
  - implement consistency check for user settings
    * if a user is specified in two  sections all given settings must
    be the same
    * the same user may not be specified twice in the same  section
  - implement group setting consistency check
    * a group id may only be used once
    * a group name may only be used with one ID

++++ klettres:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kmag:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kmix:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kmousetool:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kmplot:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ konsole:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kross-interpreters:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kruler:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kscd:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ ksnapshot:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kstars:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ ktorrent:

  - Install the english handbook only with the lang-package as otherwise
    translations will not be displayed when they are provided by
    bundle-lang-kde-* (bnc#695108)

++++ ktouch:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kwalletmanager:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ kwordquiz:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ akonadi-runtime:

  - Update to akonadi 1.8.1
    * Fix payload loss on some move/copy scenarios.
    * Improve error reporting for failed item retrievals.

++++ analitza:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ grantlee:

  - Update to 0.3.0
    * Implement dictsort filter
    * Many new unit tests
    * Bug fixes and performance improvements
    * Roman numeral support in textdocument processing

++++ systemd:

  - udev is GPL-2.0, the rest remains LGPL-2.1+ (bnc#787824)

++++ libkcddb4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libkcompactdisc4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libkdcraw:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libkdeedu4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libkexiv2:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libkipi:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ libksane:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ marble:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ v4l-utils:

  - Update to version 0.8.9:
    libv4l changes:
    * libv4lconvert: Various Pixart JPEG fixes
    * libv4lconvert: Add more notebooks to the upside down device table
    Utils changes:
    * keytable: Add support for Sanyo IR and RC-5-SZ protocol
    * keytable: Add missing buttons in shipped keytables
    * v4l2-compliance, v4l-ctl, qv4l2: Sync with development branch
  - Removed libdvbv5-Add-missing-includes.patch (fixed upstream).

++++ wayland:

  - license update: HPND
    http://spdx.org/licenses/HPND#licenseText

++++ libyui-gtk:

  - Used YApplication::applicationTitle() and
    YApplication::applicationIcon() to set title and icon
  - Reimplemented setApplicationTitle from YApplication
  - Fixed YAlignment::setBackgroundPixmap crash

++++ libyui-ncurses:

  -  NCApplication: Reimplemented setApplicationTitle from YApplication
  -  Added the availiability to build a git sha1 versioned package using
    cmake -DGIT_VERSION=on
  - V 2.43.2

++++ libyui-qt:

  - Reimplemented setApplicationTitle from YApplication
  - Used YApplication::applicationTitle() and YApplication::applicationIcon()
    to set title and icon

++++ libyui:

  - Added new API to managed application title and icon
  - Added the availiability to build a git sha1 versioned package using cmake -DGIT_VERSION=on

++++ nepomuk-core:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ okular:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ oxygen-icon-theme:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ parley:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ plasma-addons:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ polkit-default-privs:

  - new systemd privileges, mostly allowing applications to inhibit system actions (bnc#783897)

++++ python-kde4:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details
  - Removed patch fix-for-python.diff, as that the fix is now
    upstream

++++ step:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ sweeper:

  - Update to 4.9.3
    * see http://kde.org/announcements/announce-4.9.3.php for details

++++ vim:

  - Update to patchlevel 712, fixes the following problems
    * Can't build Ruby interface with Ruby 1.9.3.
    * End of color scheme name not clear in E185. (Aaron Lewis)
    * Buffer overflow in unescaping text. (Raymond Ko)
    * MSVC 11 is not supported.
    * Unused variables in Perl interface.
    * Building with Perl loaded dynamically  still uses static library.
    * When building with Cygwin loading Python dynamically fails.
    * Python: memory leaks when there are exceptions.
    * More Python code can be shared between Python 2 and 3.
    * Not possible to lock/unlock lists in Python interface.
    * Using "gN" while 'selection' is "exclusive" misses one character.
    * Using uninitialized memory with very long file name.
    * buf_spname() is used inconsistently.
    * Ruby .so name may not be correct.
    * Ruby detection uses Config, newer Ruby versions use RbConfig.
    * Some files missing in the list of distributed files.
    * List of distributed files picks up backup files.
    * Compiler complains about incompatible types.
    * ":python" may crash when vimbindeval() returns None.
    * "make test" does not delete lua.vim.
    * Using CTRL-\ e mappings is useful also when entering an
    * Test 16 fails when $DISPLAY is not set.
    * Python 3.3 is not supported.
    * MzScheme and Lua may use a NULL string.
    * When the current directory name is exactly the maximum path length
    * State specific to the Python thread is discarded.
    * Can't build GTK version with GTK 2.0.
    * Can't make 'softtabstop' follow 'shiftwidth'.
    * Now that 'shiftwidth' may use the value of 'tabstop' it is not so
    * Balloon cannot show multi-byte text.
    * Message about added spell language can be wrong.
    * Leaking resources when setting GUI font.
    * Python 3 does not preserve state beween commands.
    * When 'ttymouse' is set to "sgr" manually, it is overruled by
    * Cannot detect URXVT and SGR mouse support.
    * When 'undofile' is reset the hash is computed unnecessarily.
    * Repeating "cgn" does not always work correctly.
    * Mouse features are not sorted properly. (Tony Mechelynck)
    * Problems loading a library for a file name with non-latin
    * Filler lines above the first line may be hidden when opening Vim.
    * Compiler warning for unused argument.
    * vim.current.buffer is not available. (lilydjwg)
  - Drop vim-7.3-ruby_ldflags_configure.patch, unneeded now

++++ yast2:

  - move Log Viewer client here from dropped repair module
    (bnc#787070)
  - 2.23.11

++++ yast2-product-creator:

  - create reasonable default when size was not defined (bnc#786696)
  - 2.23.0

++++ yast2-restore:

  - Escaping shell paths that might contain spaces or special
    characters (BNC #776078)
  - 2.23.1

------------------------------------------------------------------
------------------  2012-11-1  -  Nov 1 2012  -------------------
------------------------------------------------------------------

++++ autofs:

  - autofs.service: use service type simple with no forking

++++ freerdp:

  - added freerdp-fix-pulse-no-device-name.patch in order to fix a
    segfault in case device name is not provided (bnc#785437)

++++ grub2:

  - ship a Secure Boot UEFI compatible bootloader (fate#314485)
  - Secure boot support in installer DVD (fate#314489)
  - prime support for package on SLE-11 (SP3)
  - remove buildrequire to libuse and ncurses 32-bit devel packages
    as they are needed by grub-emu which we don't support
  - remove buildrequire to freetype2-devel-32bit as it's not need
    by grub2-mkfont and others
  - buildrequire to xz instead of lzma
  - buildrequire to texinfo instead of makeinfo
  - remove buildrequire to autogen as it's not available in SLE-11
  - add Makefile.util.am Makefile.core.am generated by autogen
  - run autoreconf -vi instead of ./autogen.sh
  - For SLE-11 remove buildrequire to gnu-unifont as it's not
    yet available. Also do not package pf fonts created from it.
  - workaround SLE-11 patch utility not rename file for us
  - add -fno-inline-functions-called-once to CFLAGS to fix build
    error on gcc 4.3.x
  - not require os-prober for SLE-11, as package not yet ready

++++ kdelibs4:

  - Update the upstream patch for Python 3 installation, backporting
    the work done upstream (under review) for 4.10

++++ kiwi:

  - implement KIWIXMLUserData class to store user data
  - implement unit test for new class
  - implement unit tests for new methods
  - tie new class into XML Class
    * rename the following methods to *_legacy
    __addVolume()
    __populateImageTypeAndNode()
    __updateDescriptionFromChangeSet()
    __populateProfiledTypeInfo()
    getUsers()
    getTypes()
    * add new getUsers method returning an array of UserData objects
    * add new getType method return TypeData object for given type name
  - fixup client code to call new _legacy methods
  - update unit tests using _legacy

++++ plymouth:

  - Version 0.8.8
    * main: Try to own socket before anything else
    * main: silently succeed if plymouthd is started a second time
    * service: start plymouthd unconditionally
    * x11: make window fullscreen by default
    * x11: only create windows when necessary
  - plymoith-sd-notforking.patch: Make plymouthd to not use
    Service type "forking"
  - ply-sdunitdir.patch: Must install units in %{_unitdir} as
    returned by pkg-config not in a hardcoded location.

++++ sensors:

  - lm_sensors systemd service file missing [bnc#768354]

++++ samba:

  - Execute the run_permissions macro on pre-11.4 systems and else the
    set_permission one if available.

++++ man-pages:

  - update to version 3.43
    * Newly documented interfaces in existing pages
    getenv.3
    Document secure_getenv(3)
    * New and changed links
    phys.2
    New link to unimplemented.2
    secure_getenv.3
    New link to getenv.3
    * Global changes
    * Various pages
    Global fix: s/-/\\-/ when real hyphen is required (e.g., in code)
    * Various pages
    Global fix: Various consistency fixes for SEE ALSO
    * Various pages
    Global fix: use "Linux kernel source" consistently
    Rather than "kernel source".
    * Various pages
    Global fix: disable justification and hyphenation in SEE ALSO
    For a better visual result, disable justification and hyphenation
    in SEE ALSO where page names are long.
    * Changes to individual pages
    epoll_wait.2
    Describe timeout limitation in kernels < 2.6.37
    As reported by Fredrik (and as far as I can tell the problem
    went back to 2.6.0):
    The timeout argument has an upper limit. Any values above that
    limit are treated the same as -1, i.e. to wait indefinitely.
    The limit is given by:
    [#]define EP_MAX_MSTIMEO min(1000ULL * MAX_SCHEDULE_TIMEOUT / HZ, \
    (LONG_MAX - 999ULL) / HZ)
    That is, the limit depends on the size of a long and the timer
    frequency.  Assuming the a long is never smaller than 32 bits
    and HZ never larger than 1000, the worst case is 35 minutes.
    I think this should be mentioned under "BUGS".
    Although this is likely to be fixed in the future
    (http://lkml.org/lkml/2010/8/8/144), the problem exists in
    at least 2.6.14 - 2.6.35. I don't know if select(2) and poll(2)
    are affected.
    https://bugzilla.kernel.org/show_bug.cgi?id=20762
    Add pointer to select(2) for discussion of close in another thread
    getitimer.2
    Note Linux's odd handling of the new_value==NULL case
    Fix types used to declare fields in timeval struct
    keyctl.2
    Reorder SEE ALSO, without .br
    poll.2
    Add pointer to select(2) for discussion of close in another thread
    select.2
    Note behavior if monitored file descriptor is closed in another thread
    Executive summary: a sane application can't rely on any
    particular behavior if another thread closes a file descriptor
    being monitored by select().
    See https://bugzilla.kernel.org/show_bug.cgi?id=40852
    Clarify equivalent pselect() code in terms of threads
    s/sigprogmask/pthread_sigmask/
    semop.2
    Recast discussion of blocking behavior in terms of threads
    semop() blocks the calling thread, not the process.
    SEE ALSO: Add clone(2)
    Give reader a clue about CLONE_SYSVSEM.
    shutdown.2
    Document EINVAL error (and associated bug)
    Eric Dumazet noted that EINVAL was not documented. Some further
    digging shows that it's also not diagnosed consistently.
    See https://bugzilla.kernel.org/show_bug.cgi?id=47111.
    sigaction.2
    Tweak SA_RESETHAND description
    syscalls.2, uname.2, boot.7
    Global fix: s/OS/operating system/
    timer_settime.2
    Small rewording around discussion of pointer arguments
    wait4.2
    Note that these functions are nonstandard and recommend alternatives
    Some edits to Adrian's path by mtk.
    CONFORMING TO: Note SUS details for wait3()
    gnu_get_libc_version.3
    Remove unneeded "#define _GNU_SOURCE" from SYNOPSIS
    pthread_kill.3, pthread_sigqueue.3
    Remove wording "another"
    Writing "another thread" in these pages implies that these
    functions can't be used to send a signal to the calling thread
    itself, which is of course untrue.
    sigvec.3
    Add "int" arg to sv_handler definition in sigvec structure
    Fix small error in discussion of blocking of signals
    The signal that causes the handler to be invoked is blocked,
    but saying "by default" implies that this can be changed via
    the API. It cannot. (One needs sigaction(2) for that.)
    syslog.3
    Remove (apparently bogus) text claiming LOG_AUTH is deprecated
    LOG_AUTH is in POSIX, and widely available. There
    seems to be no basis to the claim it is deprecated.
    Quoting Simon:
    I cannot find any other source that claim LOG_AUTH is
    deprecated in any way.  LOG_AUTH is distinct from
    LOG_AUTHPRIV.  The GNU C Library manual only documents
    LOG_AUTH.  The header files contains both without any
    comment.  Common systems like Debian appear to refer to
    both auth and authpriv facilities in syslog configurations.
    Popular daemons appear to use both facilities.
    Both facilities are discussed in several RFCs.
    See https://bugzilla.kernel.org/show_bug.cgi?id=46091
    ttyname.3
    SEE ALSO: Add ctermid(3)
    proc.5
    Clarify header file related to 'flags' field of /proc/PID/stat
    Update description of 'starttime' field of /proc/PID/stat
    The unit of measurement changed from jiffies to clock ticks in
    Linux 2.6.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675891
    Document /proc/sys/kernel/kptr_restrict
    Document /proc/sys/fs/protected_symlinks
    Based on text in Documentation/sysctl/fs.txt by Kees Cook
    Document /proc/sys/fs/protected_hardlinks
    Based on text in Documentation/sysctl/fs.txt by Kees Cook
    capabilities.7
    Document interaction of CAP_SYSLOG and /proc/sys/kernel/kptr_restrict
    ip.7
    SEE ALSO: Add ipv6(7)
    SEE ALSO: Add icmp(7)
    man-pages.7
    Add some advice about disabling hyphenation in SEE ALSO
    ld.so.8
    Describe interpretation of slashes in dependency strings
    Repeat note that LD_LIBRARY_PATH is ignored in privileged programs
    This point is already noted when discussing search order for
    libraries, but it's worth repeating under the specific discussion
    of LD_LIBRARY_PATH further down the page.
    Add some details for LD_PRELOAD
    Note that LD_PRELOAD list separator can be space or colon

++++ setserial:

  - add groff to BuildRequires
  - removed executable permission from rc.serial

++++ sysconfig:

  - version 0.76.7
  - Start ifup pre/post and if-up.d/if-down.d scripts in background.
    The new network/config variable WAIT_BACKGROUND_JOBS specifies
    the wait limit. Default is 5 secons, 0 disables backgrounding
    and reverts to previous blocking behavior. Attempt to solve the
    issues where interfaces are not come up in time, because some
    hook-script are blocking ifup (bnc#780644).
  - Execute netconfig/ntp-runtime updates in background (bnc#780644).
  - Man-page hint to use STARTMODE=nfsroot when using iSCSI or FCoE.

++++ yast2-restore:

  - Removed all references to SUSEConfig (BNC #786689)
  - 2.22.1

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-10-31  -  Oct 31 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Enforce creation of /etc/adjtime even if no /etc/sysconfig/clock exists (bnc#779440)

++++ bluez:

  - bluez-coldplug init script is forced but it s not needed
    when using systemd with dbus activation.

++++ colord:

  - Update to version 0.1.24:
    + New Features:
  - Add a extract-vcgt subcommand to cd-fix-profile.
  - Add a general plugin interface for adding and removing
    devices.
  - Add defines for the 'ColorHug Spectro' hardware.
  - Add a 'seat' property to each device.
  - Add FindProfileByProperty() to the main interface.
  - Allow the user to specify a custom udev rules directory.
    + Bugfixes:
  - Append usernames to dbus object paths before sanitising the
    object path.
  - colorhug:
    . Add support for firmware >= 1.2.0 by accepting a full HID
    buffer.
    . Update the private files to the latest libcolorhug code.
  - Fix a critical warning when user tries to dump a non-icc
    file.
  - Fix automatic dep on libusb and vala.
  - Fix a warning in the daemon if a device property is NULL at
    setup.
  - Initialise global connection variable earlier.
  - More paranoia in construction of object paths.
  - Never use Werror by default in configure.
  - Remove libsane support and rely only on udev for scanner
    device information.
  - Set FILE_checksum on discovered system profiles.
  - Set the seat for devices created in the session and from
    udev.
  - Drop sane-backends-devel BuildRequires: no longer needed.
  - Add pkgconfig(libsystemd-login) BuildRequires: new dependency.

++++ gimp-help:

  - Since recent changes, fdupes can only link files of same
    owner/permissions (bnc#784670). As we still want to make use
    of fdupes, we adjust the permissions of the images folder's
    content.

++++ ipsec-tools:

  - unify the permissions of psk.txt to avoid false duplicate warnings
    from fdupes (bnc#784670)

++++ dicts:

  - unify the permissions of all files, to make fdupes working again (bnc#784670)

++++ kernel-default:

  - Add support to armv5 versatile kernel
  - commit 99d34f3
  - Update to 3.7-rc3.
  - commit 48e5027

++++ kernel-desktop:

  - Add support to armv5 versatile kernel
  - commit 99d34f3
  - Update to 3.7-rc3.
  - commit 48e5027

++++ kernel-pae:

  - Add support to armv5 versatile kernel
  - commit 99d34f3
  - Update to 3.7-rc3.
  - commit 48e5027

++++ kiwi:

  - Added armv5 support
  - v5.04.21 released
  - fixed unit test, don't use remote URLs for a test they will
    fail inside the buildservice because there is no network
    access allowed
  - fixed spec file, added lvm2 to buildrequires. This is
    required to let the unit tests work
  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime
  - v5.04.20 released

++++ mariadb:

  - updated to MariaDB 5.5.28
    * Release notes:
    http://kb.askmonty.org/v/mariadb-5527-release-notes
    http://kb.askmonty.org/v/mariadb-5528-release-notes
    * Changelog:
    http://kb.askmonty.org/v/mariadb-5527-changelog
    http://kb.askmonty.org/v/mariadb-5528-changelog

++++ libreoffice:

  - sdext-poppler-0.21.0.diff: fix build with poppler-0.21.0
  - libreoffice-poppler-0.17.0-reject-fix.diff: reject the check for
    poppler-0.21.0 on too old distributions
  - mono-enable-climaker-stuff-in-unoil.diff: support also prebuilt dlls
  - do not pack obsolete README-mono; keep it in sources for future

++++ telepathy-logger:

  - Update to version 0.6.0:
    + Multiple introspection problems have been fixed (fdo#50361).
    + Streamed Media channel support has been removed.
    + telepathy-glib 0.19.2 is now required and deprecated
    telepathy-glib usage has been removed.
  - Rename libtpl-extensions2 to libtpl-extensions3 and
    libtpl-logger2 to libtpl-logger3, following upstreams soname
    bumps.

++++ libvisio:

  - Changed license to "MPL-1.1 or GPL-2.0+ or LGPL-2.1+" (SPDX style).
  - Install libvisio devel documentation in %{_docdir}/libvisio-devel/.
  - Spec file cleanup based also on spec-cleaner run.

++++ liferea:

  - Update to version 1.8.10:
    + Fix crash in google_source_remove_node (sf#3572660).
    + Prevents adding folders/search folders/newsbins to Google
    Reader.
    + Prevents sorting subscriptions in Google Reader
    + Fixes items not removed from search folder count when feed is
    removed.
    + Fixes search folder rebuilding (do not include comment items).
    + Fixes SELECT offset handling when rebuilding search folders.

++++ quota:

  - boot.quota is obsoleted by systemd-quotacheck
    http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html
  - rpc.quota daemon will be migrated to systemd later after investigation
    on a saner approach.

++++ rhythmbox:

  - Disable webkit support (define with_webkit 0) (bnc#787216,
    bnc#783923).
    Based on the defines, we conditionally:
    + Enable pkgconfig(webkitgtk-3.0) BuildRequires (with_webkit 1).
    + Enable packaging of the context pane plugin (with_webkit 1).
    + Pass --without-webkit to configure (with_webkit 0).
  - Add rhythmbox-no-webkit-no-context-pane.patch: if webkit support
    is disabled, the context pane plugin should not be built (as it
    can't work without webkit).
  - Add gnome-common BuildRequires and call to autogen.sh, as above
    patch touches the build system.

++++ saxon9:

  - update to current maintenance release 9.4.0.4
    * no changelog available
  - rename to saxon9 to be able to reintroduce saxon6 (XSLT 1.0)
    a request from documentation team (bnc#780666)

++++ transmission:

  - Update to version 2.73:
    + Mac: Fix crash on non-English localizations.

++++ vboxgtk:

  - Update to version 0.8.2:
    + Re-added vboxgtk.desktop.in
  - Changes from version 0.8.1:
    + Added compatibility with VirtualBox 4.2.

++++ virt-utils:

  - bnc#763572 - qemu vpc/vhd issues: uuid missing, c/h/s wrong for
    fixed format
    qemu-img-vpc-uuid.patch
  - bnc#785085 - Unable to create VHD images for HyperV that are
    greater than 127 GB
    qemu-img-vpc-2TB-disks.patch

++++ yast2-installation:

  - removed fonts_finish, its only action was to call obsolete
    SuSEconfig script
  - removed inst_suseconfig client (fate#100011)
  - 2.23.2

------------------------------------------------------------------
------------------  2012-10-30  -  Oct 30 2012  -------------------
------------------------------------------------------------------

++++ nautilus:

  - Update to version 3.6.2:
    + Open default location for remote shares when mounting.
    + Resolve symbolic links before launching a file.
    + Fix missing search results from Tracker for names that contain
    hyphens.
    + Fix black input field when renaming a file in icon view with
    XIM enabled.
    + Fix missing item selection in the sidebar when starting up.
    + Fix wrong return location when unmounting local and remote
    mounts.
    + Fix search tabs changing location to $HOME on tab switch.
    + Fix search toggle button state inconsistent when switching
    between tabs.
    + Fix search string being eaten by a hidden entry under certain
    circumstances.
    + Fix missing tooltips on stock toolbar buttons.
    + Fix crasher when using the Tracker engine from the Shell search
    provider.
    + Fix crasher in Shell search provider.
    + Fix crasher when unmounting a volume under certain
    circumstances.

++++ gupnp-av:

  - Update to version 0.11.2:
    + Implement fragment handling and verification in DIDLLiteObject.
    + Don't error out if vapigen cannot be found.
    + Updated translations.
  - Require gupnp-av >= %{version} from the library package, as there
    are now some data files packaged. We require '>=' in order to
    allow multiple library versions in parallel, assuming the data
    format stays compatible.

++++ kernel-default:

  - rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
  - commit 2520563
  - ARM: Update config files: Fix vexpress (default) config
  - commit be072b4

++++ kernel-desktop:

  - rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
  - commit 2520563
  - ARM: Update config files: Fix vexpress (default) config
  - commit be072b4

++++ kernel-pae:

  - rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
  - commit 2520563
  - ARM: Update config files: Fix vexpress (default) config
  - commit be072b4

++++ kiwi:

  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime
  - don't send data to a closed file descriptor
  - fixed use of uninitialized values in the code now reported
    due to the use of warnings at runtime
  - fixed name for install media:
    * install ISO has suffix: .install.iso
    * install USB has suffix: .install.raw
    * install PXE has suffix: .install.tgz
  - update pre-commit hook
  - put KIWIXML.pm to perl critic level 4
  - put KIWISharedMem.pm to perl critic level 4
  - put KIWISatSolver.pm to perl critic level 4
  - put KIWIRoot.pm to perl critic level 4
  - put KIWIRepoMetaHandler.pm to perl critic level 4
  - put KIWIProductData.pm to perl critic level 4
  - put KIWIMigrate.pm to perl critic level 4
  - put KIWIManager.pm to perl critic level 4
  - add consistency check to verify a volume name is unique
    within each  definition
  - add unit test
  - put KIWILog.pm to perl critic level 4
  - put KIWIImage.pm to perl critic level 4
  - put KIWIImageFormat.pm to perl critic level 4
  - put KIWIConfigure.pm to perl critic level 4

++++ procps:

  - Update to procps-ng-3.3.5
    * Stop SIGFPE on vmstat at times
    * Added debian patch for kfreebsd bug, Debian #674785
    * Bump the soname
  - Update to procps-ng-3.3.4
    * Removed ps -aux bogus message
    * w get -i option to display IP addresses
    * watch 8bit fixes Debian #675069
    * Fixed FTBFS for non-linux Debian #677055
    * pkill -u  doesn't need space Debian #676239
    * top enables intra-column horizontal scrolling
    * top can display a task's environment
    * top can display major/minor pg fault deltas, Debian #84992
    * top provides additional control over column widths
    * top offers user controlled left/right justification

++++ libreoffice:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - upstream changes:
    * hyperlinks import (fdo#53175)
    * math export/import in DOCX/RTF
    * toupper is unreliable (fdo#53252)
    * broadcaster cells are empty (fdo#54553)
    * various DOCX shape export fixes (fdo#53113)
    * compile extension help in gbuild (fdo#53009)
    * use correct cell for broadcasting (fdo#55059)
    * multiline tooltip for very long texts (i#42424)
    * missing thumbnail image in ODB files (fdo#53592)
    * check for non existing style entries (fdo#53339)
    * CSV space delimiter and quoted field (fdo#53325)
    * install Evolution DB driver correctly (fdo#54450)
    * clear DataColumns read-only information (fdo#37529)
    * be more careful when recognizing MathML (bnc#774921)
    * numbering level problems in PPTX import (bnc#760019)
    * disable unlink graphics in Report Builder (fdo#53001)
    * exception while importing XLSX (fdo#54609, fdo#45366)
    * import values and formulas from Lotus 123 (fdo#55066)
    * Report Design: fix section draw page crash (fdo#53872)
    * reset read-only UI after successful Save As (fdo#53280)
    * page breaks on landscape pages in RTF import (fdo#52052)
    * do not register shell extensions for Flat ODF (fdo#52078)
    * handle .xlsm link to external sheet with space (fdo#51926)
    * import group shapes position and size correctly (fdo#53229)
    * positions of cell-anchored objects in ODS import (fdo#54695)
    * do not display error dialogs while showing a menu (fdo#36149)
    * user editable date patterns (fdo#52240, fdo#52137, fdo#52288)
    * don't use a timer to show header/footer separators (fdo#46141)
    * force version 2.1 of the sRGB profile for PDF/A-1a (fdo#54546)
    * pivot table uses case insensitive string comparison (fdo#53929)
    * ensure that the extension for text is .txt from writer (fdo#52451)
    * more "doesn't start after upgrade" problems (fdo#53655, fdo#53968)
    * VBA not tracking currently selected document correctly (fdo#54721)
    * allow paste & paste special for non-matching dest range (fdo#46250)
    * convert filter value as LIKE pattern only on (NOT) LIKE (fdo#53887)
    * correctly cache source data coming from database backend (fdo#53640)
    * sync cell context menu & edit menu 'PasteSpecial' entries (fdo#46250)
    * when swapping cols or rows insert notes at the right place (fdo#53979)
    * do not double-escape (e.g. date) literals as strings in Base (fdo#46480)
    * word count is inconsistent and wrong with non-breaking space (fdo#53399)
    * allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates (fdo#48868)
    * conditional formatting fixes (fdo#53424, fdo#54749, fdo#53839, fdo#54498,
    fdo#52340, fdo#52535, fdo#54661, fdo#54349)
  - extra changes:
    * background import (bnc#759180)
    * text rotation fixes (bnc#783433)
    * corrupted PPTX export (fdo#41992)
    * text offsets in shapes (bnc#771549)
    * VML import improvements (bnc#779627)
    * various conditional formatting fixes
    * hidden/non-wrapping text (bnc#757419)
    * issues with bullet points (bnc#778854)
    * background in PPTX import (bnc#783202)
    * empty values in PPT import (fdo#55298)
    * parent style in XLSX import (fdo#55198)
    * adjust chart layout distance (bnc#759197)
    * clip the objects to the page (bnc#777699)
    * clip pictures instead of scaling (bnc#775270)
    * don't access out of bound array index (fdo#55022)
    * non-autofit text imported as autofit (bnc#778859)
    * conditional format range for XLS import (fdo#54555)
    * slide notesMaster and notes in PPTX import (bnc#768027)
    * chart complex category placements (fdo#44832, fdo#55297)
    * PPTX shape margins need to be rotated as well (bnc#773048)
    * mouse pointer over URLs with background image (bnc#778148)
    * better PPTX custom shape presets import/export (bnc#760997)
    * cyclic referenced defined names in PPTX import (bnc#781166, bnc#780296)
    * fix for regression, failure to export vertical text in shape (fdo#55565)
    * more on DOC/DOCX export/import filters (bnc#779627, bnc#778140,
    bnc#783638, bnc#782061, bnc#780853, bnc#780843, bnc#778828, bnc#778836,
    bnc#777337, bnc#781825, bnc#773061, bnc#780563, bnc#782345, bnc#777345,
    bnc#778133, bnc#780851)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0
  - mono-install-mono-before-finalizing-filelits.diff,
  - mono-enable-climaker-stuff-in-unoil.diff,
    mono-install-cli-when-mono-enabled.diff: fix build with mono on SLED11
    * Aug 24 2012 by pmladek@suse.com in LibreOffice:Unstable
  - update version 3.6.1.2
    * chart binfilter import
    * PPTX import crasher (bnc#774167)
    * painting at small zoom (fdo#53439)
    * several DOCX export bugs (fdo#52610)
    * report builder translations (fdo#52427)
    * discard broken embedded object previews
    * hiding all sections crasher (fdo#53210)
    * fixed the end of hyperlinks (fdo#53175)
    * report design wizard crasher (fdo#53154)
    * hidden MediaWiki options page (fdo#52232)
    * CSV fixed width import crasher (fdo#53012)
    * HYPERLINK field in DOCX import (fdo#51034)
    * better textbox DOC/DOCX export (fdo#45724)
    * shadow color on partial redraw (bnc#773515)
    * search Toolbar keeps its history (fdo#49750)
    * change checkbox no-label behaviour (fdo#51336)
    * undo of textbox resizing (fdo#46968, fdo#36138)
    * page style attributes in ODF import (fdo#38056)
    * missing footnote DOCX/DOC/RTF export (fdo#46020)
    * check for non existing style entries (fdo#53339)
    * CSV space delimiter and quoted field (fdo#53325)
    * collapsing merged table border painting (fdo#39812)
    * do not force all text cells in CSV import (fdo#52205)
    * do not show backing window on --nodefault (fdo#42470)
    * misc Basic IDE fixes (fdo#50633, fdo#50632, fdo#40152)
    * lose focus event to close popup (fdo#51943, fdo#48096)
    * report-builder does not show any properties (fdo#52399)
    * insert selected text to Findbar by [Ctrl-F] (fdo#37791)
    * reset read-only UI after successful Save As (fdo#53280)
    * zero rect. size causing wrong line positions (fdo#47434)
    * initialize pivot tables after the formula cells (fdo#53456)
    * mark manual row heights correctly during import (fdo#52393)
    * auto extension handling in KDE Open/Save dialogs (fdo#52546)
    * display themed progress bar instead of the native one (fdo#51890)
    * font Size Enlarge And Reduce Shortcut in Impress/Draw (fdo#51716)
    * avoid setting valid numbers as text during HTML import (fdo#53089)
    * certain SmartArt drawings are not imported (bnc#759210, fdo#50907)
    * cross-reference text when Caption order is Numbering first (fdo#50801)
    * abbreviated date acceptance patterns for [de-{AT,CH,LI,LU}] (fdo#52240)
    * problems with bundled extensions (fdo#53006, fdo#51252, fdo#52639,
    fdo#53655)
    * misc conditional formatting fixes (fdo#52565, fdo#52340, fdo#53010,
    fdo#52457, fdo#52351)
    * misc RTF import/export fixes (fdo#51772, fdo#47495, fdo#48033, fdo#52066,
    fdo#49892, fdo#48446, fdo#49892, fdo#51772)
  - update to libvisio 0.0.19:
    * file displays as blank page in Draw (fdo#50990)
  - enable localizations: Amharic(am), Assamese(as), Asturian(ast), Esperanto(eo),
    Basque(eu), Scottish Gaelic(gd), Indonesian(id), Icelandic(is),
    Kannada(kn), Malayalam(ml), Marathi(mr), Oromo(or), Oriya(or),
    Romanian(ro)(bnc#776323)
  - the system cache for bundled extensions causes troubles (fdo#53006, fdo#51252)
    * do not longer create it; remove the older one
    * remove obsolete force-refresh-of-bundled-extension-cache.diff
    * Aug  9 2012 by pmladek@suse.com in LibreOffice:Unstable
  - use the vendor "SUSE" instead of "Novell, inc."; SUSE has become a separate
    business unit inside The Attachmate Group
  - install-with-vendor-SUSE.diff: use "SUSE" in the install scripts
  - make sure that the system extensions cache is considered as newer after
    an update; we really need to use the below mentioned hack for 3.6.0
    release
    * Jul 30 2012 by pmladek@suse.com in LibreOffice:Unstable
  - force-refresh-of-bundled-extension-cache.diff: avoid mismatched bundled
    extensions cache that causes application to do not start
    * Jul 27 2012 by pmladek@suse.com in LibreOffice:Unstable
  - update version 3.6.0.4
    * lots border fixes
    * lots RTF import fixes
    * support colored axis in data bars
    * VML shapes without anchor (bnc#758883)
    * better page descriptor handling in RTF
    * reclaim space occupied by deleted rows
    * data form dialog layout fix (fdo#47947)
    * make reportbuilder work again (fdo#51278)
    * indicate UI language as default (fdo#45830)
    * double deletion of a text portion (fdo#51582)
    * page style attributes in ODF import (fdo#38056)
    * presenter console display switching (fdo#521512)
    * lost custom row height in ODT import (fdo#52393)
    * remove duplication of License/Credits information
    * correctly calculate scroll bar position (fdo#51599)
    * few layout problems in conditional formatting dialog
    * do not force all text cells in CSV import (fdo#52205)
    * incomplete slide number info in status bar (fdo#51543)
    * Estonian translation for keyboard shortcuts (fdo#50415)
    * preserve sheet name input of invalid reference (fdo#46338)
    * cache fontconfig font substitutions (fdo#41556, fdo#47636)
    * incremental search and buffer switching crasher (fdo#51577)
    * abbreviated date acceptance patterns for German languages (fdo#52240)
    * formula performance improvement for XLSX import (bnc#765942, bnc#763168)
    * make ctrl-8 and 9 increase/decrease font size in Swedish (fdo#36187)
    * undocked toolbars do not show all icons in special ratio (fdo#47071)
    * lots different import fixes (bnc#758883, bnc#766481, bnc#766487, fdo#46966,
    bnc#693238, bnc#758883, bnc#758883, bnc#766487, bnc#758883, bnc#758883)
  - update libvisio to version 0.0.18:
    * Greek code page instead the Russian code page (fdo#48602)
  - update libcmis to version 0.2.3:
    * SharePoint support
  - bin obsolete patches:
    * gtk3-build-dependency.diff
    * checkdll-libbf_xolo.so-crasher-with-gcc-4.7.diff
  - reduce build parallelism to reduce build crashes:
    * dmake support 64 jobs at maximum
    * do not eat all memory with some huge sources
  - add procps into BuildRequires to check available memory
    * Jun 26 2012 by pmladek@suse.com in LibreOffice:Unstable
  - checkdll-libbf_xolo.so-crasher-with-gcc-4.7.diff: hack to avoid build crasher
    * Jun 22 2012 by pmladek@suse.com in LibreOffice:Unstable
  - update version 3.6.0.0.beta2:
    * color scale dialog behavior
    * do not crash on X errors in GTK
    * help stylesheets and error page
    * clipped toolbar item (fdo#42379)
    * switch to the new version scheme
    * table AutoFormat crasher (fdo#50896)
    * word count bugs (fdo#46757, fdo#50141)
    * feature: conditional formatting in Calc
    * ignored small size icon setting (fdo#35972)
    * reading two SmartArt shapes in one document
    * improve line height calculation (bnc#757905)
    * missing ole and form controls in XLSX import
    * add Hide and Show items into tab context menu
    * dates formatting in report designer (fdo#43967)
    * evoab2: add libebook-1.2.so.13 (evolution 3.4)
    * ignored picture background setting (bnc#325936)
    * Calc input line: crash with accessibility enabled
    * all images missing in PresenterConsole (fdo#50964)
    * improve the toolbars look in Windows Vista or later
    * Visio import fixes (fdo#50868, fdo#50988, fdo#48601)
    * more on RTF import (fdo#49178, fdo#49659, fdo#50087)
    * proxy or browser plug-in settings crasher (fdo#47044)
    * rework handling of recursive OOXML shapes (bnc#705956)
    * more descriptive compatibility key bindings (fdo#31812)
    * local help short cuts  (fdo#41830, fdo#39139, fdo#46143)
    * Win/VC++ STL messes up the name space vector (bnc#759982)
    * changing the keyboard of the slide show button (bnc#753458)
    * section break and page style conversion problem (bnc#750935)
    * more on borders (fdo#38116, fdo#43249, fdo#48647, fdo#49438)
    * wrong transitions with hardware acceleration enabled (fdo#30519)
    * import VMLshape 'hidden' style attribute and controls (bnc#757609)
  - update libcdr to version 0.0.8:
    * initial text support
  - update libwps to version 0.2.7
    * lots fixes and improvements
  - add lcms2, version 2.3
    * system one is not available on openSUSE <= 11.3
  - add boost, version 1.44.0:
    * the system one has broken dst_adjustment_offsets definition
    on openSUSE <= 11.3 (bnc#767949)
  - bin obsolete patches:
    * config-host-source.diff
    * sysui-set-default-unixwrappername.diff
  - gtk3-build-dependency.diff: get build flags for gmodule when building GTK3
    support
  - sdext-disable-failing-xpdf-test.diff: temporary disable failing xpdf test
    in Factory
    * Jun 15 2012 by pmladek@suse.com in LibreOffice:Unstable
  - added krb5-devel into BuildRequires; needed to build PostgreSQL
    * Jun 14 2012 by pmladek@suse.com in LibreOffice:Unstable
  - updated to libreoffice-3.5.99.1 (3.6.0-beta1)
  - Writer
    * word count in status bar
    * contextual spacing support
    * extended "Table AutoFormats"
    * extended paintbrush format handling
    * improved Label and Business card support
    * Ctrl with [ or with ] modifies font size of the selected text
    * show Text Boundaries only when displaying non-printable characters
  - Calc
    * new defaults options page
    * support field items in cells
    * sort option in autofilter menu
    * support for color scales and data bars
    * Ctrl-D fills-down in more familiar ways
    * merge cells using the cell context menu
    * lots CSV file import/export improvements
    * show/hide sheets using the sheets tab context menu
    * new formula options page with calculation settings
    * sort dialog with multiple sort keys (more than three)
    * pasting only text, value, or formula from the context menu
    * default number of sheets for new document is 1, instead of 3
    * new option to specify a custom sheet name prefix in new documents
    * new spreadsheet functions DATEDIF, IMTAN, IMSEC, IMCSC, IMCOT, IMSINH,
    IMCOSH, IMSECH and IMCSCH
  - Impress
    * 10 new master pages
    * wide-screen format for impress-slides
    * correctly detect the external display
  - Math
    * better help
  - Basic IDE
    * docked Object Catalog pane
  - common
    * allow editing of read-only documents
    * support for Japanese postcard paper size
    * Lanczos algorithm for resizing of images
    * macro recording can be activated with a separate option
  - Filters
    * Corel Draw import
    * PDF Export with Watermark option
    * export conditional formatting to XLSX
    * import lines, rotations, and flips from VML
    * document zoom setting in RTF/DOCX import/export
    * import GetExpression and SetExpression from DOCX
    * ODF Export now comes with a "ODF 1.2 Extended (compat mode)"
  - GUI
    * new branding
    * redesigned About dialog
    * cleaner and more light-weight rulers
    * several GTK theme support improvements
    * Writer and Calc use split color buttons
    * cleaner handling of buttons that do not fit toolbars size
    * zooming based on a geometric progression instead of an arithmetic one
  - Localization
    * default locale is the locale of the operating system
    * locale dependent date acceptance patterns for input of incomplete dates,
    editable in Tools/Options/Language Settings/Languages
  - Performance
    * faster pivot table in Calc
    * faster DOC/DOCX import in general
    * autocorrect lists handled around twice as fast
    * faster OLE2 import from DOC, XLS, PPT documents
    * faster raw cell value import from XLSX documents
    * embedded HSQLDB databases are size-minimized when saving
    * faster merged cell and matrix range import from ODS documents
    * document scrolling / re-layout / interactive editing improvements
  - add clucene-core-devel, hsqldb, liblcms2-devel, gtk3-devel into BuildRequires
  - update 3rd-party source tarballs:
    * mythes to version 1.2.2
    * libexttextcat to version 3.3.1
    * hyphen to version 2.8.3
    * libcmis to version 0.2.2
    * libvisio to version 0.0.17
  - add new 3rd-patry tarballs:
    * clucene-core, version 2.3.3.4
    * translations handling
    * libcdr, version 0.0.7
    * Corel DRAW import
  - bin obsolete patches:
    * javasetting-mark-config.diff
    * library-link-order-to-build-with-as-needed.diff
    * distro-install-file-lists-3.5.diff
    * svx-globlmn-hrc-build-dep.diff
    * desktop-submenu.diff
    * implement-unicode-6.1-hebrew-line.diff
  - config-host-source.diff: allow to source config_host.mk
  - sysui-set-default-unixwrappername.diff: correctly set icon names
    in desktop files
  - pack-desktop-files-for-optional-filters.diff: put new desktop files
    into the right file lists
  - do not add "/usr/sbin" twice into PATH
  - enable GTK3 support
  - disable doxygen; documentation is huge and accessible online
  - disable PostgreSQL SDBC; it is not needed to build help
  - keep using the internal stuff that is not useful from system:
    * --without-doxygen
    * --without-system-apache-commons
    * --without-system-beanshell
    * --without-system-clucene
    * --without-system-jfreereport
    * --without-system-hsqldb
    * --without-system-libcdr
    * --without-system-saxon
    * --without-system-servlet-api
  - pack about.svg instead of about.png
  - icons are moved in sources

++++ libreoffice-help-group1:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0

++++ libreoffice-help-en-US:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0

++++ libreoffice-help-group2:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0

++++ libreoffice-help-group3:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0

++++ libreoffice-help-group4:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0

++++ libreoffice-help-group5:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)
  - build-i18npool-with-icu-4.0.diff: use a function provided already by icu-4.0

++++ libreoffice-icon-themes:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)

++++ libreoffice-l10n:

  - updated to version 3.6.2.2.1 (SUSE 3.6 rc1 based on upstream 3.6.2.2)

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev.: 1579:9814M).

++++ xorg-x11-server:

  - U_EXA-Track-source-mask-pixmaps-more-explicitly-for-Co.patch
    Track source/mask pixmaps more explicitly for Composite fallback regions.
    In particular, make sure pExaScr->src/maskPix are cleared when the
    corresponding pictures aren't associated with drawables, i.e. solid or
    gradient pictures. Without this, we would in some cases associate the
    source/mask region with unrelated pixmaps from previous Composite
    fallbacks, resulting in random corruption. (bnc#786153, fdo#47266)

++++ xterm:

  - Patch #286 - 2012/10/29
    * fix minstall.in to work with "make docs" rule, so that patch
    number appears in the corresponding generated documentation.
    * modify minstall.in to keep the name shown in the heading
    consistent with any renaming, e.g., for test-builds.
    * check for misconfigured printerCommand resource on the first
    use, warn and disable it if it does not specify an executable
    command (Debian #691642).
    * improve check for window-manager name needed to establish
    usable default for activeIcon resource. This works around a
    scenario where gdm does incomplete cleanup, leaving window
    properties that refer to windows which no longer exist
    (Redhat #869959).

++++ yast2:

  - Kernel::InformAboutKernelChange - always return boolean
  - fixed build dependencies
  - 2.23.10

------------------------------------------------------------------
------------------  2012-10-29  -  Oct 29 2012  -------------------
------------------------------------------------------------------

++++ kiwi:

  - put KIWICollect.pm to perl critic level 4
  - put KIWIArchList.pm to perl critic level 4
  - add consistency check for the  case
    can only delete packages, thus specifying archives, patterns,
    or a product is not valid
  - fixed removal of temporary boot_bind entry in fstab
  - make sure proc/cmdline is there when setting up logging
  - create LVM volume filesystems with suitable number of inodes
    for filesystems which require this. Occasionally it happens
    that we run out of space when using a custom LVM volume setup.
    The reason for this is that the filesystem cannot allocate
    more inodes because kiwi calculates the inode count for the root
    volume but not for the sub lvm volumes e.g /var, /srv, etc
    according to the volume setup. This commit fixes this in a way
    that kiwi creates a suitable number of inodes for each
    filesystem inside the LVM

++++ systemd:

  - Add var-run-lock.patch: make sure /var/run and /var/lock are
    handled as bind mount if they aren't symlinks.
  - Update storage-after-cryptsetup.patch with new systemctl path.
  - Migrate broken symlinks in /etc/systemd/system due to new systemd
    location.

++++ python3-base:

  - disable more checks for qemu builds as they use syscalls not
    implemented yet

++++ samba:

  - Ensure adding the winbind group never can fail.
  - Create ntadmin group only if it doesn't yet exist.
  - Update to 3.6.9.
    + When setting a non-default ACL, don't forget to apply masks to
    SMB_ACL_USER and SMB_ACL_GROUP entries; (bso#9236).
    + Winbind can't fetch user or group info from AD via LDAP; (bso#9147).
    + Fix segfault in smbd if user specified ports out for range; (bso#9218).
  - quota: Don't force the block size to 512; (bso#3272).
  - Fix poll replacement to become a msleep replacement; (bso#8107).
  - Fix wrong test == syntax in configure; (bso#8146).
  - Fix --with(out)-sendfile-support option handling in autoconf; (bso#8344).
  - Fix builtin forms order to match Windows again; (bso#8632).
  - Fix RAW printing for normal users; (bso#8769); (bnc#790741).
  - Initialise ticket to ensure we do not invalid memory; (bso#8788).
  - Fix 'net rpc share allowedusers' to work with 2008r2; (bso#8966).
  - Fix crash on null pam change pw response; (bso#9013).
  - Connection to outbound trusted domain goes offline; (bso#9016).
  - Increase debug level for info that the db is empty; (bso#9112).
  - 'smbclient' can't connect to a Windows 7 server using NTLMv2; (bso#9117).
  - Winbind can't fetch user or group info from AD via LDAP; (bso#9147).
  - Open printers with the right access mask; (bso#9154).
  - Fix makerpms.sh on RHEL; (bso#9165).
  - Remove non-existent option '-Y' from winbindd manpage; (bso#9171).
  - Add quota support for gfs2; (bso#9172).
  - Make SMB2 compound request create/delete_on_close/close work as Windows;
    (bso#9173).
  - Empty SPNEGO packet can cause smbd to crash; (bso#9174).
  - pam_winbind: Match more return codes when wbcGetPwnam has failed;
    (bso#9177).
  - Fix crash bug in idmap_hash; (bso#9188); (bnc#788159).
  - SMB2 Create doesn't return correct MAX ACCESS access mask in blob;
    (bso#9189).
  - Fix service control for non-internal services; (bso#9192).
  - Don't take 'state->te' as indication for "was_deferred"; (bso#9196).
  - Parse of invalid SMB2 create blob can cause smbd crash; (bso#9209).
  - Bad ASN.1 NegTokenInit packet can cause invalid free; (bso#9213).
  - Fix segfault in smbd if user specified ports out for range; (bso#9218).
  - Signing cannot be disabled for SMB2 by design, so fix the documentation
    instead; (bso#9222).
  - Fix NT_STATUS_IO_TIMEOUT during slow import of printers into registry;
    (bso#9231).
  - When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER
    and SMB_ACL_GROUP entries; (bso#9236).
  - lib-addns: ensure that allocated buffer are pre set to 0; (bso#9259).
  - Make tdb robust against shrinking tdbs and improper CLEAR_IF_FIRST restart;
    (bso#9268).
  - Add support for reloading systemd services; (bso#9280).

++++ man:

  - Make shadowed manual pages accessible (bnc#786679)

++++ python-sip:

  - update to 4.14.1:
  - SIP_PYBUFFER can now be used to define objects that implement the Python
    buffer protocol.
  - Added /Capsule/ typedef annotation.
  - Added the 'z' format character to sipBuildResult().
  - Added the 'z', '!' and '$' format characters to sipParseResult().
  - The C prototype foo(void) is now accepted.
  - sipdistutils.py will now include swig_opts if no sip_opts have been
    defined.
  - Bug fixes.

++++ python3:

  - disable more checks for qemu builds as they use syscalls not
    implemented yet

++++ rsyslog:

  - Update to 7.2.1 (v7-stable), a pure bug-fixing release:
  - bugfix: ruleset()-object did only support a single statement
  - added -D rsyslogd option to enable config parser debug mode
  - improved syntax error messages by outputting the error token
  - the rsyslog core now suspeneds actions after 10 failures in
    a row. This was former the case after 1,000 failures and could
    cause rsyslog to be spammed/ressources misused.
    See the v6 compatibility doc for more details.
  - ommongodb rate-limits error messages to prevent spamming the
    syslog closes (for v7.2):
    http://bugzilla.adiscon.com/show_bug.cgi?id=366
  - Enabled compilation of kmsg, the kernel’s new structured logging
    system modile, mmaudit the message modification module supporting
    Linux audit format and mmjsonparse providing the cee-enhanced
    syslog format support message modification module.

++++ unoconv:

  - update to 0.6
  - Changes are in ChangeLog file
  - removed pathes (merged upstream):
  - unoconv-0.4-LD_LIBRARY_PATH.patch
  - unoconv-libreoffice-support.patch
  - unoconv-output-argument.patch

++++ yast2:

  - use Kernel::InformAboutKernelChange after package installation
  - do not read SuSEconfig log
  - 2.23.9

++++ yast2-add-on:

  - inst_suseconfig removed, replaced by warning after new kernel
    installation
  - 2.23.0

++++ yast2-restore:

  - removed inst_suseconfig call

------------------------------------------------------------------
------------------  2012-10-28  -  Oct 28 2012  -------------------
------------------------------------------------------------------

++++ coreutils:

  - Add upstream patch:
    * cp could read from freed memory and could even make corrupt copies.
    This could happen with a very fragmented and sparse input file,
    on GNU/Linux file systems supporting fiemap extent scanning.
    This bug also affects mv when it resorts to copying, and install.
    [bug introduced in coreutils-8.11] (bnc#788459 gnu#12656)

++++ cronie:

  - DO not require sysvinit(syslog), the journal is enough

++++ digikam:

  - Added glu as build requirement (needed since it was split from Mesa in
    Factory).

++++ kdebase4-openSUSE:

  - Properly apply noakonadi.diff, so krunnerrc shows up in the right place

++++ lcms2:

  - Update to version 2.4
    * Featured release
    + Performance and stability fixes
    + Black point detection from the algorithm disclosed by Adobe
    + Added support for transforms on planar data with different
    stride
    + Added a new plug-in type for optimizing full transforms
    + Linear (gamma 1.0) profiles can now operate in unbounded mode
    + Added "half" float support
    + Please see the ChangeLog  file for more details.

++++ libpgf:

  - Initial release (version 6.12.24).

++++ plasma-addons:

  - Added explicit buildrequires for libortp and libmediastreamer1 to
    adjust to the changes made in kopete. This would elminate the use
    of linphone to satisfy certain requirements

++++ rpm:

  - gawk and file are build essentials too

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-10-27  -  Oct 27 2012  -------------------
------------------------------------------------------------------

++++ MozillaThunderbird:

  - update to Thunderbird 16.0.2 (bnc#786522)
    * MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196
    (bmo#800666, bmo#793121, bmo#802557)
    Fixes for Location object issues

++++ NetworkManager:

  - Update to version 0.9.6.4:
    + Add libnm-glib API to get bond interface slaves.
    + Fix detection of some ACPI-based laptop airplane-mode/rfkill
    switches.
    + Fix a crash when a VLAN interface is removed.
    + Fix a regression setting the Device 'driver' and 'firmware'
    properties.
    + Fix a stale-properties issue with libnm-glib when device state
    changes.
    + Ignore cached/cloned route notifications from the kernel.
    + Work around buggy kernel driver carrier notifications.
    + Fix a crash with dnsmasq local caching nameserver functionality
    when no nameservers are present.
    + Add "Speedport W 501V" to list of manufacturer default SSIDs.
    + Various documentation fixes.
    + Fix routing setup if gateway is not given with the first IP
    address.
    + Enhance nmcli for additional VLAN and bonding functionality.
    + Fix possible crash when removing OLPC Mesh devices.

++++ NetworkManager-gnome:

  - Update to version 0.9.6.4:
    + Better cooperation with GNOME Shell
    + Fix connection editing from external tools when the editor is
    already open
    + Backport new libnm-gtk API to work with recent GNOME Control
    Center versions
    + Updated translations.

++++ evolution:

  - Remove traces of USE_EVOLDAP defines: evoldap-client2 has been
    disabled in 2009 and has since not been maintained. Re-enabling
    won't be a good idea.
  - Drop evolution-custom-openldap-includes.patch: This patch was
    only used to accomodate to find a non-system ldap library.
  - Drop bnc-210959-evo-accept-ics.patch: the evolution backend is
    unmaintained and as such this patch no longer makes sense.

++++ file:

  - implement shared library policy for libmagic1

++++ grub2:

  - grub2-efi now depends on exact grub2 version

++++ kiwi:

  - update kiwi manual pages to clarify meaning of set-repo argument
  - fix the behavior of the new implementation of setRepository
    * replaceable is considered the default, thus replace a repo if it is
    the first in line and has not status set or the status is marked
    replaceable
    * properly replace the first repo specified in config.xml that is
    not marked "fixed". Previously the default profile would have been
    the first to get a repo replaced, no matter the definition order in
    config.xml
  - update the unit tests
  - encode the default status of replaceable in the RepositoryData object

++++ kiwi-config-openSUSE:

  - there is no more boot.ldconfig

++++ seamonkey:

  - update to SeaMonkey 2.13.2 (bnc#786522)
    * MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196
    (bmo#800666, bmo#793121, bmo#802557)
    Fixes for Location object issues

++++ timezone:

  - update to 2012h (bnc#787005):
    * Samoa fall 2012 and later
    * Palestine fall 2012
    * Bahia no longer has DST
    * Tocantins has DST
    * Israel has new DST rules next year
    * Jordan stays on DST this winter

++++ timezone-java:

  - update to 2012h (bnc#787005):
    * Samoa fall 2012 and later
    * Palestine fall 2012
    * Bahia no longer has DST
    * Tocantins has DST
    * Israel has new DST rules next year
    * Jordan stays on DST this winter

------------------------------------------------------------------
------------------  2012-10-26  -  Oct 26 2012  -------------------
------------------------------------------------------------------

++++ alsa-plugins:

  - remove obsoleted alsa-plugins-include.patch

++++ dbus-1-x11:

  - remove sysvinit requires from the package
  - remove %run_permissions macro

++++ dosfstools:

  - hack to use just 1 sector for embedded devices. should be made
    into a flag, but this shouldn't break normal systems ...
    lunchpad bug (746262)
  - fixes ppc boot from vfat (in case root on raid,lvm,ext4)

++++ gnome-control-center:

  - Update to version 3.6.2:
    + Background:
  - Fix crash when exiting panel too quickly.
    + Network:
  - Fix 8021x connections.
    + Screen:
  - Avoid accessing destroyed panel.
    + User accounts:
  - Complete discover on failure.
  - Recognize that some kerberos domains cannot be joined.
  - Remove the realmd version check.
  - Set timeouts on all realmd interface proxies.
  - Don't have domains twice in the drop down.
  - Fix wrong sensitivity of the autologin combo.

++++ gstreamer-plugins-bad:

  - Update to version 1.0.2:
    + Parallel installability with 0.10.x series
    + audioparse: add mode where caps are taken from upstream and
    only timestamping is performed
    + directsoundsrc: port to 1.0
    + dtsdec: fix buffer parsing
    + fieldanalysis: actually build (remove from the NONPORTED
    plugins list)
    + hlsdemux: numerous thread-safety fixes, and an invalid memory
    access fix
    + mpegdemux: handle and combine downstream flow returns better
    + mpegdemux: make work properly with dvdreadsrc
    + mpegtsdemux: PES header parsing fixes; fix potential crash
    + mpegtsdemux: First push EOS, then destroy all programs
    + mpegtsmux: fix buffer refcounting issue
    + mpeg4videoparse: correctly parse the full first frame; properly
    mark config data presence
    + mpegvideoparse: correctly parse the full first frame; signal
    interlacing properly in caps
    + pitch: fix for start times > 0 (e.g. ogg streaming)
    + rtmpsink: handle RTMP_Write() return value correctly, fix
    memory leak
    + scaletempo: fix timestamp and latency query handling, and event
    leak
    + subenc: port to 1.0
    + Bugs fixed: bgo#623387, bgo#673414, bgo#681459, bgo#685709,
    bgo#685895, bgo#686009, bgo#686294, bgo#686327, bgo#686358,
    bgo#686520, bgo#686547, bgo#686595, bgo#686774, bgo#686829.

++++ kiwi:

  - make sure repos marked as imageinclude will preserve its priority
  - changed back to clicfs for 12.2 live iso JeOS template.
    I found several problems with btrfs and it's seed implementation
    * the compressed read-only part needs to be bigger than the data
    requires it. if this is not given adding the seed dev will fail
    * when adding a ramdisk seed for the combination read-only loop
    from ISO plus read-write /dev/ram (brd) block device the kernel
    throws a trace from btrfs not being able to relocate sys chunks
    and that 'balancing' it would solve that... which is not true
  - make sure edit boot scripts get the executable bit set
  - change behavior of boolean in the XML*Data classes
    * undefined attributes in the initialization of an object
    remain undefined
    * defined values are either 'true' or 'false'
    * this change had to be made such that merging and updating
    of preferences in the XML can be supported correctly
  - add new runtime check to verify that repo aliases used are unique
    this has to be a runtime check as it is valid to define repos with
    the same alias as long as those repos are never used at the same
    time during a build
  - implement setPreferences method in the XML class
    preferences will be assigned to the profile preferences that have
    an existing definition, if no definition exists the setting applies
    to the default preferences
  - add unit test for new runtime check
  - add unit test for new setPreferences method
  - remove all calls to _legacy methods from the RuntimeChecker
    thus the RuntimeChecker is the first using the new internal
    data structure

++++ ksh:

  - add explicit buildrequire on grof for man pages

++++ libcroco:

  - Update to version 0.6.8:
    + Handle signed units (bgo#686239).

++++ dbus-1:

  - remove sysvinit requires from the package
  - remove %run_permissions macro

++++ systemd:

  - Update to release 195:
    + journalctl agained --since and --until, as well as filtering
    for units with --unit=/-u.
    + allow ExecReload properly for Type=oneshot (needed for
    iptables.service, rpc-nfsd.service).
    + journal daemon supports time-based rotation and vaccuming.
    + journalctl -F allow to list all values of a certain field in
    journal database.
    + new commandline clients for timedated, locald and hostnamed
    + new tool systemd-coredumpctl to list and extract coredumps from
    journal.
    + improve gatewayd: follow mode, filtering, support for
    HTML5/JSON Server-Sent-Events.
    + reload support in SysV initscripts is now detected when file is
    parted.
    + "systemctl status --follow" as been removed, use "journalctl -fu
    instead"
    + journald.conf RuntimeMinSize and PersistentMinSize settings
    have been removed.
  - Add compatibility symlink for systemd-ask-password and systemctl
    in /bin.

++++ openldap2-client:

  - enabled mdb backend
  - Update to 2.4.33
    * Added slapd-meta cn=config support
    * Fixed slapd alock handling on Windows (ITS#7361)
    * Fixed slapd acl handling with zero-length values (ITS#7350)
    * Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
    * Fixed slapd delta-syncrepl MMR with large attribute values (ITS#7354)
    * Fixed slapd slapd_rw_destroy function (ITS#7390)
    * Fixed slapd-ldap idassert bind handling (ITS#7403)
    * Fixed slapo-constraint with multiple modifications (ITS#7168)
    Changes in 2.4.32:
    * Added slappasswd loadable module support (ITS#7284)
    * Fixed tools to not clobber SASL_NOCANON (ITS#7271)
    * Fixed libldap function declarations (ITS#7293)
    * Fixed libldap double free (ITS#7270)
    * Fixed libldap debug level setting (ITS#7290)
    * Fixed libldap gettime() regression (ITS#6262)
    * Fixed libldap sasl handling (ITS#7118, ITS#7133)
    * Fixed libldap to correctly free socket with TLS (ITS#7241)
    * Fixed slapd config index renumbering (ITS#6987)
    * Fixed slapd duplicate error response (ITS#7076)
    * Fixed slapd parsing of PermissiveModify control (ITS#7298)
    * Fixed slapd-bdb/hdb cache hang under high load (ITS#7222)
    * Fixed slapd-bdb/hdb alias checking (ITS#7303)
    * Fixed slapd-bdb/hdb olcDbConfig changes work immediately (ITS#7338)
    * Fixed slapd-ldap to encode user DN during password change (ITS#7319)
    * Fixed slapd-ldap assertion when proxying to MS AD (ITS#6851)
    * Fixed slapd-ldap monitoring (ITS#7182, ITS#7225)
    * Fixed slapd-perl panic (ITS#7325)
    * Fixed slapo-accesslog memory leaks with sync replication (ITS#7292)
    * Fixed slapo-syncprov memory leaks with sync replication (ITS#7292)
  - add explicit buildrequire on groff - needed to build manuals

++++ samba:

  - Warn via the smbd log if AppArmor and "wide links" are in use; (bnc#783719).

++++ microcode_ctl:

  - Drop systemd units that loaded the microcode module
    it is loaded automatically nowdays.
  - reload the microcode on pacakge update.

++++ openldap2:

  - enabled mdb backend
  - Update to 2.4.33
    * Added slapd-meta cn=config support
    * Fixed slapd alock handling on Windows (ITS#7361)
    * Fixed slapd acl handling with zero-length values (ITS#7350)
    * Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
    * Fixed slapd delta-syncrepl MMR with large attribute values (ITS#7354)
    * Fixed slapd slapd_rw_destroy function (ITS#7390)
    * Fixed slapd-ldap idassert bind handling (ITS#7403)
    * Fixed slapo-constraint with multiple modifications (ITS#7168)
    Changes in 2.4.32:
    * Added slappasswd loadable module support (ITS#7284)
    * Fixed tools to not clobber SASL_NOCANON (ITS#7271)
    * Fixed libldap function declarations (ITS#7293)
    * Fixed libldap double free (ITS#7270)
    * Fixed libldap debug level setting (ITS#7290)
    * Fixed libldap gettime() regression (ITS#6262)
    * Fixed libldap sasl handling (ITS#7118, ITS#7133)
    * Fixed libldap to correctly free socket with TLS (ITS#7241)
    * Fixed slapd config index renumbering (ITS#6987)
    * Fixed slapd duplicate error response (ITS#7076)
    * Fixed slapd parsing of PermissiveModify control (ITS#7298)
    * Fixed slapd-bdb/hdb cache hang under high load (ITS#7222)
    * Fixed slapd-bdb/hdb alias checking (ITS#7303)
    * Fixed slapd-bdb/hdb olcDbConfig changes work immediately (ITS#7338)
    * Fixed slapd-ldap to encode user DN during password change (ITS#7319)
    * Fixed slapd-ldap assertion when proxying to MS AD (ITS#6851)
    * Fixed slapd-ldap monitoring (ITS#7182, ITS#7225)
    * Fixed slapd-perl panic (ITS#7325)
    * Fixed slapo-accesslog memory leaks with sync replication (ITS#7292)
    * Fixed slapo-syncprov memory leaks with sync replication (ITS#7292)
  - add explicit buildrequire on groff - needed to build manuals

++++ openssh:

  - explicit buildrequire groff, needed for man pages

++++ sudo:

  - add explicit buildrequire on groff

++++ sysconfig:

  - version 0.76.6
  - Fixed to check and reject too long interface names or names
    with suspect characters, do not wait when creation of virtual
    interface name fails (bnc#784952).
  - Fixed to not report failure while setting unsupported power
    management option in ifup-wireless as the support and features
    depends on the driver (bnc#716652).
  - Fixed ifup-dhcp to not start dhcp clients too early or they may
    be unable to send packets and just increase resend time. Instead,
    load af_packet module early and wait for link ready (bnc#780644).
  - Fixed netconfig/ntp-runtime to not use try-restart as its start
    may block for a while, so just add servers ourself. When ntpd is
    not running (not yet started), the init script will pickup our
    servers later (bnc#780644).

++++ viewvc:

  - update to 1.1.17 (bnc#787072):
    * fix exception caused by uninitialized variable usage (issue #516)
    * security fix: escape "extra" diff info to avoid XSS attack (issue #515)
    * add 'binary_mime_types' configuration option and handling (issue #510)
    * fix 'select for diffs' persistence across log pages (issue #512)
    * remove lock status and filesize check on directories in remote SVN views
    * fix bogus 'Annotation of' page title for non-annotated view (issue #514)

++++ yast2-installation:

  - do not allow to go next without desktop selected (bnc#786507)
  - 2.23.1

++++ yast2-packager:

  - remove calls to obsolete inst_suseconfig
  - 2.23.0

++++ zsh:

  - buildrequire groff needed to build helpfiles

------------------------------------------------------------------
------------------  2012-10-25  -  Oct 25 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - also move the file to /run
  - generate utmp in /run not in /var/run
  - /var/run/utmp should be packaged as /run/utmp

++++ gdk-pixbuf:

  - Add gdk-pixbuf-link-gobject.patch: Ensure to link against
    libgobject.

++++ glibc:

  - Update to glibc 2.16 c3b96f90c9c1:
  - Fix missing _mcount@GLIBC_2.0 on powerpc32 (replaces
    patch glibc-2.16-ppc32-mcount.patch)
  - Drop patch glibc-elf-localscope.diff, fixed upstream in 2.16
    in a different way.

++++ glibc:

  - Update to glibc 2.16 c3b96f90c9c1:
  - Fix missing _mcount@GLIBC_2.0 on powerpc32 (replaces
    patch glibc-2.16-ppc32-mcount.patch)
  - Drop patch glibc-elf-localscope.diff, fixed upstream in 2.16
    in a different way.

++++ grub2:

  - build grub2-efi with standard "grub2" prefix (bnc#782891)
  - remove use-grub2-efi-as-a-package-name.patch
  - migrate settings from /boot/grub2-efi to /boot/grub2 in efi post
  - provide some compatibility links grub2-efi-xxx for perl-Bootloader
  - workaround for /boot/grub2-efi linkk and /boot/grub2/grub.cfg
    missing on update from older versions
  - add grub2-fix-build-error-on-flex-2.5.37.patch

++++ gstreamer:

  - Update to version 1.0.2:
    + Parallel installability with 0.10.x series
    + collectpads: ensure all timestamps are in same time domain
    + gobject-introspection: fix GstSample annotations
    + add GstElement::post_message() vfunc
    + info: allow gst_debug_add_log_function() to be called before
    gst_init()
    + event: allow GST_CLOCK_TIME_NONE as duration for GAP events
    + documentation: new chapters and updates for the application
    development manual and the plugin writer's guide
    + Bugs fixed: bgo#686456, bgo#686658, bgo#686659, bgo#686723,
    bgo#686787.

++++ gstreamer-plugins-base:

  - Update to version 1.0.2:
    + Parallel installability with 0.10.x series
    + alsa: fix probing of supported formats, and advertise
    non-native-endianness formats as fallback
    + audiobasesink: properly handle GAP events (fixing some
    isses with e.g. certain DVD menus)
    + audioconvert: try harder to not convert or to preserve input
    format precision
    + audiodecoder: leak fixes and refcounting fixes
    + audioresample: re-enable the SSE/SSE2 code paths for better
    performance
    + riff: fix paletted RGB formats and msvideo mapping
    + rtsp: make formatting and parsing of range floating-point
    values locale-independent
    + playbin: streamsynchronizer fixes, esp. for handling
    corner-cases near EOS
    + tcpserver{sink,src}: add 'current-port' property and signal
    actually used port
    + videoconvert: fix handling of paletted RGB formats
    + videodecoder: don't leak message strings when error is not
    fatal
    + videodecoder: finetune missing timestamp estimating
    + videotestsrc: add palette for paletted RGB formats
    + vorbistag: fix writing of image tags into vorbis comments
    + Bugs fixed: bgo#580093, bgo#680904, bgo#683098, bgo#684411,
    bgo#685273, bgo#685711, bgo#685938, bgo#686081, bgo#686298.

++++ gstreamer-plugins-good:

  - Update to version 1.0.2:
    + Parallel installability with 0.10.x series
    + avidemux: fix handling of paletted and other raw RGB data
    + flacparse: ignore bad headers if we have a valid STREAMINFO
    header; improve coverart extraction
    + jpegdepay: store quant tables in zigzag order
    + matroskamux: do not use unoffical V_MJPEG codec id; fix
    subtitle request sink pad name and functionality
    + videofilter: add videomedian element
    + multiudpsink: add "force-ipv4" option and "multicast-iface"
    property
    + pulsesink: fix caps leak and potential crasher in acceptcaps
    function
    + pulsesink: start the ringbuffer on GAP events without duration
    + qtdemux: add support for 'generic' samples; allow more streams
    + qtdemux: support more ProRes variants; fix memory leak for
    MS/RIFF audio
    + qtdemux: with raw audio, set a default channel-mask for
    multichannel audio
    + rtpbin: set PTS and DTS in jitterbufffer
    + rtpbin: use running-time for NTP time when use-pipeline-clock
    is set
    + rtpsession: inform source when caps change
    + udpsrc: use negotiated allocator or pool
    + videobox: use out_info for out properties
    + videocrop: port to videofilter
    + videomixer2: Fix race condition where a src setcaps is ignored
    + vp8enc: fix default target-bitrate value; set DECODE_ONLY flag
    on invisible frames
    + Bugs fixed: bgo#654216, bgo#682481, bgo#683782, bgo#683842,
    bgo#684701, bgo#685864, bgo#686008, bgo#686046, bgo#686550,
    bgo#686642.

++++ isns:

  - Remove redundant tags/sections from specfile
  - Parallel build with %_smp_mflags

++++ kernel-default:

  - Fixup kvm for s390.
  - commit 503388b

++++ kernel-desktop:

  - Fixup kvm for s390.
  - commit 503388b

++++ kernel-pae:

  - Fixup kvm for s390.
  - commit 503388b

++++ kiwi:

  - fixed getSector to calculate with numeric values
  - fixed IPC signal setup
  - fixed use of uninitialized values in KIWIBoot.pm. with
    the last cleanup we use warnings for KIWIBoot now thus
    we get informed about perl warnings for this module.
    Along with the ongoing process of cleaning up the code
    by using perl-critic other modules will follow
  - make KIWIArch.pm perl critic level 3 clean
  - make KIWIBoot.pm perlcritic level 4 clean
  - make kiwi.pl perl critic level 4 clean

++++ ksh:

  - Make last patch smart that is use /dev/shm for temporary file
    descriptors

++++ mozilla-nss:

  - update to 3.14 RTM
    * Support for TLS 1.1 (RFC 4346)
    * Experimental support for DTLS 1.0 (RFC 4347) and DTLS-SRTP (RFC 5764)
    * Support for AES-CTR, AES-CTS, and AES-GCM
    * Support for Keying Material Exporters for TLS (RFC 5705)
    * Support for certificate signatures using the MD5 hash algorithm
    is now disabled by default
    * The NSS license has changed to MPL 2.0. Previous releases were
    released under a MPL 1.1/GPL 2.0/LGPL  2.1 tri-license. For more
    information about MPL 2.0, please see
    http://www.mozilla.org/MPL/2.0/FAQ.html. For an additional
    explanation on GPL/LGPL compatibility, see security/nss/COPYING
    in the source code.
    * Export and DES cipher suites are disabled by default. Non-ECC
    AES and Triple DES cipher suites are enabled by default
  - disabled OCSP testcases since they need external network
    (nss-disable-ocsp-test.patch)

++++ python-base:

  - add explicit buildrequire on libbz2-devel

++++ python3-base:

  - exclude test_math for SLE 11; math library fails on negative
    gamma function values close to integers and 0, probably
    due to imprecision in -lm on SLE_11_SP2.

++++ libsepol:

  - skip roles which are out of scope when expanding attributes
  - needed for building selinux-policy

++++ libyui-qt:

  - YQIMage autoScale implementation
  - to build a git sha1 versioned package use cmake -DGIT_VERSION=on

++++ mdadm:

  - new upstream release 3.2.6.  Subsumes all of our
    patches and adds a lot of other bug fixes for
    less common cases including for a couple that cause
    mdadm to crash.

++++ mozilla-nspr:

  - update to version 4.9.3
    * bmo#749849: NSPR pthread_key_t leak and memory corruption.
    * bmo#794316: PR_PushIOLayer doesn't push layer on the top correctly
    * bmo#795213: clang's -Wtautological-constant-out-of-range-compare
    warns on prnetdb.c

++++ totem:

  - Update to version 3.6.2:
    +  Make Ogg video streaming work again (the soundpitch plugin in
    gst-plugins-bad is broken).
    + Fix memory leaks when using download buffering.
  - Changes from version 3.6.1:
    + Movie Player:
  - Fix spinning cursor when launching videos from the file
    manager.
  - Fix bugs in video searches.
    + Browser Plugin:
  - Fix screensaver not being inhibited.
  - Fix some streams' video canvas being hidden.
  - Add pkgconfig(gstreamer-plugins-bad-1.0) BuildRequires: new
    verified dependency, so it can be versioned.

++++ rpcbind:

  - Instead of using syslog, log to the journal

++++ screen:

  - Fix sort command to not stop at window gaps.
    That can happen if windows got deleted and the window numbers do not
    increment sequentially anymore.

++++ xorg-x11-driver-video:

  - only require vmware driver on those archs where it exists
  - remove buildarch: noarch as it is now arch specific

++++ xorg-x11-driver-video-nouveau:

  - Update to version 1.0.3:
    + Remove mibstore.h
    + shadowfb: fix segfault due to reading outside of shadow buffer
    + nouveau/dri2: fix pixmap/window offset calcs.
    + nvc0/exa: make solid fill actually work
    + remove unused members from nv_type.h
    + exa: fix up download_from/upload_to screen
    + exa: fix comparison in download_from_screen
    + exa: remove exaMarkSync from download/upload screen
    + dri2: Fix potential race and crash for swap at next vblank.
    + exa: use CLAMP_TO_EDGE for RepeatPad

++++ xterm:

  - Patch #285 - 2012/10/23
    * add/adapt FreeBSD ports files for test-building.
    * modify  minstall.sh to use the patch-number and date in the manpage
    footer.
    * add  check  for  failure  to  allocate the fg/bg colors at startup,
    e.g.,  misconfiguration. Work around by setting both to the default
    colors (suggested by Scott Bertilson).
    * amend  change  for  patch  #280 which added modifyKeyboard, to make
    modifyOtherKeys work (report by Ailin Nemui).
    * add query-colors.pl example for OSC 4.
    * correct   mis-applied  fix  for  minstall.sh  (report  by  Miroslav
    Lichvar).

++++ yast2:

  - added Kernel::InformAboutKernelChange - replacement for only
    non-SuSEconfig part of inst_suseconfig
  - 2.23.8

++++ yast2-country:

  - remove calls to obsolete inst_suseconfig
  - 2.23.0

++++ yast2-network:

  - initialize s390 specific device variables when switching interfaces
  - s390 code cleanup. chan_mode variable is not shared between different
    device types anymore. qeth_macaddress is set according sysconfig now.
  - bnc#747844
  - 2.24.8

++++ yast2-online-update:

  - remove the call of obsolete inst_suseconfig
  - 2.23.0

++++ zypper:

  - Fix source-install to accept package names and lookup their
    source package (bnc#785832)
  - version 1.8.5

------------------------------------------------------------------
------------------  2012-10-24  -  Oct 24 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 16.0.2 (bnc#786522)
    * MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196
    (bmo#800666, bmo#793121, bmo#802557)
    Fixes for Location object issues
  - bring back Obsoletes for libproxy's mozjs plugin for distributions
    before 12.2 to avoid crashes

++++ autoyast2:

  - ask dialogs can have "width" and "height" entries to make popups
    larger than default size (fate#313019)

++++ binutils:

  - Update to binutils 2.23 branch head.
    * Includes binutils 2.23 release.

++++ dbus-1-x11:

  - baselibs: dbus-1-devel-32bit must require libdbus-1-3-32bit

++++ ddclient:

  - rework config patch
    * ddclient.conf: add example for selfhost (http://selfhost.de)

++++ enblend-enfuse:

  - workaround vigra bug where arithmetic coded JPEG is always
    created with libjpeg-turbo #bnc786566

++++ gdk-pixbuf:

  - Make gdk-pixbuf-devel-32bit available on all archs
    (baselibs.conf).

++++ glib2:

  - Make glib2-devel-32bit available on all archs (baselibs.conf).
  - Remove redundant tags/sections from specfile.

++++ gnome-shell:

  - Obsolete gnome-shell-extension-alternative-status-menu: the
    alternative-status-menu was meant to bring 'power off' to the
    user menu, which is there by default in gnome-shell 3.6, thus
    making the extension obsolete.

++++ gtk2:

  - Make gtk2-devel-32bit available on all arches
  - Remove redundant tags/sections from specfile

++++ gupnp-av:

  - Update to version 0.11.1:
    + Add m4 vapigen detection macro.
    + Fix introspection install dirs.
    + Fix objectUpdateID setter.
    + Add a FeatureList parser.
    + Add some XML fragment getters for DIDLLiteObject.
    + Lower G-I requirements.
    + Enable introspection during distcheck.
    + Undeprecate single-value _{get|set}_creator methods.
    + Bugs fixed: bgo#685963, bgo#686464.

++++ kiwi:

  - update pre-commit hook
  - make kiwi.pl perl critic level 5 clean
  - make KIWIBoot.pm perlcritic level 5 clean

++++ glew:

  - Fixed dependencies for openSUSE <= 12.1

++++ libavutil:

  - update to 1.0
    * Maintenance update
  - add missing readme/license files

++++ dbus-1:

  - baselibs: dbus-1-devel-32bit must require libdbus-1-3-32bit

++++ gssdp:

  - Update to version 0.13.1:
    + Run introspection in make distcheck.
    + Don't fail configure if vapigen could not be found
    + Bugs fixed: bgo#686039.

++++ gupnp:

  - Update to version 0.19.1:
    + Include m4 macro for finding vapigen.
    + Run introspection with make distcheck.
    + Lower G-I requirement again.
    + Add gupnp_context_manager_get_port.
    + Don't stop configure if vapigen can't be found.
    + Drop some deprecated stuff from VAPI.

++++ pango:

  - Make pango-devel-32bit available on all archs (baselibs.conf).
  - Remove redundant tags/sections from specfile.

++++ libpng12:

  - Add missing baselib requires for compat-devel-32bit

++++ libpng16:

  - Add missing baselib requires for compat-devel-32bit

++++ libsemanage:

  - when building "standard" (not MCS/MLS) selinux-policies,
    libsemanage will crash, because "level" is NULL
    (libsemanage-2.1.6-NULL_level_fix.patch)

++++ tracker:

  - Update to version 0.14.3:
    + build:
  - Add SQLite3 version check and warning for crashes with
    complex queries
  - Default to icu over unistring when automatically guessing
    unicode support
    + functional-tests:
  - office test files should always be included in dist
  - include missing tiff files in dist
    + libtracker-common: Consistently use long in get_memory_total
    + libtracker-fts: ICU cannot handle complex locale descriptions
    + libtracker-extract: Fixed EXIF extractor due to changes by
    libexif
    + tracker-extract-pdf: Fix crash if mmap() fails
    + tracker-extract-playlist:
  - Don't error when to_metadata hash table is NULL
  - Log message for ignoring playlists with > 1k entries
    + tracker-info: Added --plain-text-content || -c option
    + tracker-miner-fs:
  - Make building this optional
  - Ignore XDG directories set to $HOME
    + tracker-needle: Fix double free
    + Bugs fixed: bgo#628857, bgo#666749, bgo#675660, bgo#680172,
    bgo#680350, bgo#680897, bgo#685253, bgo#686071.
    + Updated translations.
  - Drop libtracker-fts-ICU-complx-locale.patch: fixed upstream.

++++ udisks2:

  - remove the rpmlintrc after adding the privs bnc#779404

++++ wxWidgets:

  - Add "API version" in %description.

++++ libyui-ncurses-pkg:

  - Save settings from 'Dependency' menu (bnc # 766598)
  - V 2.43.1

++++ libzypp:

  - Add simple sysconfig::write (bnc#766598)
  - For installed products also filelists when trying to find the buddy
    (bnc#784900)
  - Provide information whether product license needs to be accepted.
  - version 12.3.0 (0)

++++ mailman:

  - update to 2.1.15
    * fixes CVE-2011-0707 - patch dropped
    * better CSRF protection
    * better e-mail address validation
    * password reminder button
    * new config options
    * updated translations
  - dropped mailman-python24 patch as we no longer care
    about python2.4
  - replaced %run_permissions in spec

++++ tracker-extras:

  - Update to version 0.14.3:
    + build:
  - Add SQLite3 version check and warning for crashes with
    complex queries
  - Default to icu over unistring when automatically guessing
    unicode support
    + functional-tests:
  - office test files should always be included in dist
  - include missing tiff files in dist
    + libtracker-common: Consistently use long in get_memory_total
    + libtracker-fts: ICU cannot handle complex locale descriptions
    + libtracker-extract: Fixed EXIF extractor due to changes by
    libexif
    + tracker-extract-pdf: Fix crash if mmap() fails
    + tracker-extract-playlist:
  - Don't error when to_metadata hash table is NULL
  - Log message for ignoring playlists with > 1k entries
    + tracker-info: Added --plain-text-content || -c option
    + tracker-miner-fs:
  - Make building this optional
  - Ignore XDG directories set to $HOME
    + tracker-needle: Fix double free
    + Bugs fixed: bgo#628857, bgo#666749, bgo#675660, bgo#680172,
    bgo#680350, bgo#680897, bgo#685253, bgo#686071.
    + Updated translations.
  - Drop libtracker-fts-ICU-complx-locale.patch: fixed upstream.

++++ polkit-default-privs:

  - added polkit default privs for GNOME control-center (bnc#779938)

++++ python-atspi:

  - Update to version 2.7.1:
    + Export application class in the Accessibility namespace, for
    backwards compatibility.

++++ python3-atspi:

  - Update to version 2.7.1:
    + Export application class in the Accessibility namespace, for
    backwards compatibility.

++++ rpcbind:

  - There should be no Requires on syslog as it is no longer
    required for anything since the introduction of the journal.

++++ rsyslog:

  - Update to 7.2.0 (v7-stable) a full structured-logging/CEE enabled
    version which provides following features compared to v5-stable:
    * greatly improved configuration language – the new language is
    much more intuitive than the legacy format. It will also prevent
    some typical mistakes simply be not permitting these invalid
    constructs. Note that legacy format is still fully supported
    (and you can of course do the same mistakes if you use legacy
    format).
    * greatly improved execution engine – with nested if/then/else
    constructs as well as the capability to modify variables during
    processing.
    * full support for structured logging and project lumberjack/CEE.
    this includes everything from being able to create, interpret
    and handle JSON-based structured log messages, including the
    ability to normalize legacy text log messages.
    * more plugins – like support for MongoDB, HDFS, and ElasticSearch
    as well as for the kernel’s new structured logging system.
    * higher performance – many optimizations all over the code, like
    5 to 10 times faster execution time for script-based filters,
    enhanced multithreaded TCP input plugin, DNS cache and many more.

++++ yast2-installation:

  - removed suseconfig step from installation sequence (fate#100011)
  - 2.23.0

++++ yast2-security:

  - remove SuSEconfig calls (fate#100011)
  - 2.23.0

++++ zypper:

  - return dedicated error code if libzypp is locked (bnc #772353)
  - Don't ask for license agreement for openSUSE (bnc #780659)
  - add patch/list-patches option --category to man
  - Fix zypper output if stdout is not a tty (bnc#779716)
  - version 1.8.4

------------------------------------------------------------------
------------------  2012-10-23  -  Oct 23 2012  -------------------
------------------------------------------------------------------

++++ autoyast2:

  - support entry "mkfs_options" in partitions

++++ ed:

  - license update: GPL-3.0+ and LGPL-2.1+
    Semicolon is ambiguous

++++ seahorse:

  - Update to version 3.6.2:
    + Fix problem where keyring items overwrite one another.

++++ grsync:

  - update to 1.2.2
  - increased size of source and destination fields
  - updated translations

++++ kernel-default:

  - ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
  - commit 336ead7

++++ kernel-desktop:

  - ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
  - commit 336ead7

++++ kernel-pae:

  - ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
  - commit 336ead7

++++ kiwi:

  - DB: rebuild schema documentation
  - DB: rebuild documentation
  - DB: update documentation concerning the new installpxe attribute
  - added support for the  attribute.
    if set kiwi creates a tarball which contains all data required
    to let an oem disk image to become installed via pxe. The
    archive contains: kernel, initrd, system gzimage, md5sum and
    kernel boot options for the append line in the pxe setup
    This fixes bug (bnc #785222)
  - added kiwi.pl to pre-commit check
  - do not support creation of a TypeData object without keyword
    initialization hash. The image attribute is mandatory on the
     element, thus it should not be possible to construct
    an object representing the element without specifying a value
    for image
  - add the new installpxe member to the bool keywords
  - update the unit tests to handle the new condition
  - add tests for new installpxe member
  - change the handling of booleans in the XML*Data classes
    * implement __initializeBoolMembers in the base class to setup
    boolean members
    * modify the __setBooleanValue method such that a boolean value
    is defined as a member only if it is true, this allows us to
    change checks from "if ($bool && $bool eq 'true')" to simply
    "if ($bool)" this is consistent with general language
    conventions

++++ ksh:

  - Add a workaround for filled /tmp file systems (bnc#786134)
  - Check for subshell if tmp file can be used otherwise use a
    a pipe (bnc#786134)
  - Restore shell variables before any outpur will be placed in
    a temp file or buffer (bnc#786134)

++++ libass:

  - Update to version 0.10.1
    * Fix letter spacing
    * Add \rSTYLENAME syntax support (GC #43)
    * Fix border generation and border style reset (GC #56)
    * Fix various issues with bug-for-bug compatibility of
    transformations (\fax, \fay, etc.) to VSFilter (GC #46, GC #42)
    * Fix drawing parsing (GC #47)
    * Various fixes to shaper (GC #54, GC #55, GC#59)
    * Fix change detection
    * Add ass_set_line_position API to set a vertical subtitle offset
    * Fix scaling of drawing baseline offset (\pbo) values
    * Fix skipping of zero-width characters for FriBiDi shaper
    * Use LTR text base direction by default, similar to VSFilter

++++ libmygpo-qt:

  - Update to 1.0.6
    * Added support for DeviceSync API. This API makes it possible to
    set up synchronization with existing gpodder.net devices from inside
    your application
    * Set Contenttype Header to avoid warnings with Qt 4.8
    * Some fixes & enhancements to CMake build system

++++ wayland:

  - Update to new upstream release 1.0
    * more consistent error checking

++++ polkit-default-privs:

  - added new udisks2 policykit privileges at lowest setting bnc#779404

++++ python-atspi:

  - Do not install magFocusTracker.py sample applications. Useless
    for normal users and in plus it introduces an unversioned
    typelib(Gdk) dependency, which causes unresolvables in Factory.

++++ python3-atspi:

  - Do not install magFocusTracker.py sample applications. Useless
    for normal users and in plus it introduces an unversioned
    typelib(Gdk) dependency, which causes unresolvables in Factory.

++++ yast2-storage:

  - support key "mkfs_options" in volumes for autoyast

------------------------------------------------------------------
------------------  2012-10-22  -  Oct 22 2012  -------------------
------------------------------------------------------------------

++++ DirectFB:

  - Update to 1.6.2 version :
    * IDirectFB
  - When creating a windowed primary, translate
    window-surface-policy option to DSCAPS_SYSTEMONLY/VIDEOONLY.
    * Core
  - Stub out Core_Push/Pop/GetCalling in case of single app build, thanks to Mike Nelis!
  - Temporary solution for permissions not being granted to a surface from GetSurface().
  - prevent segfault when calls are launched from non-dfb threads.
  - Reset flip counter to zero when changing buffer mode.
  - When creating a window pass through DSCAPS_GL.
    * Util
  - Add dfb_regions_unite() to calculate bounds of one or more regions.
    * Genefx
  - Avoid division by zero with rotation and formats < 1 byte per pixel.
    * gfxutil
  - Avoid double premultiplication when loading an image scaled.
    * One
  - Use direct_list_foreach_safe() when iterating through receiving list.
  - In OneAppTarget_Destroy() remove from receiving list if needed.
    * fonts
  - Make x and y advances 24.8 fixed point to fix font rotation.
    * X11
  - Set max value for absolute motion events.
    * EGL
  - Support ARGB directly in fboWrite(), add fboRead().
    * Android
  - Use sawman wm.
  - Force quit by segfaulting on purpose.
    * Video Provider
  - Add WIP gstreamer video provider.
    * Tools
  - dfbg: Add option '-p' to create a surface with DSCAPS_PREMULTIPLIED.
  - Update baselibs.conf

++++ aaa_base:

  - Ask terminal about status line in bash.bashrc

++++ hxtools:

  - license update: GPL-2.0+ and SUSE-WTFPL-2.0
    Use tags from the list linked at license.opensuse.org

++++ geoclue:

  - Update to last upstream stable 0.12.99 which build fine on factory
  - Removed all upstream included patch
  - Fix fsf address

++++ git:

  - updated to version 1.8.0:
    * a lot of features.
    * minor documentation updates and code clean-ups.
    * all the fixes since v1.7.12.
    more details, please see here:
    https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.0.txt.

++++ kernel-default:

  - Revert "disable non-compiling irrelevant I2C module"
  - commit d5a21c5
  - thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
  - commit 8e108ab
  - ARM: Update config files.
  - commit 565b450
  - Refresh patches.arch/arm-exynos-nosparse.patch.
  - commit 55fbf60
  - ARM: Update config files.
  - commit 118f2f9
  - ARM: Exynos: Fix MMC driver
  - ARM: Exynos: Update configs
  - commit 37a1704
  - config: change CONFIG_USB_EZUSB_FX2 to module
  - commit 36e0f0b
  - Actually use kthread_run in crasher.ko.
    The previous commit was incomplete.
  - commit b8b35ae
  - crasher: use kthread_run() instead of kernel_thread().
    Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
  - commit f17d925
  - Updated to 3.7-rc2.
  - commit e00a663
  - ARM: Update config files: Exynos: Enable gfx and highmem
  - commit e8b3bd9

++++ kernel-desktop:

  - Revert "disable non-compiling irrelevant I2C module"
  - commit d5a21c5
  - thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
  - commit 8e108ab
  - ARM: Update config files.
  - commit 565b450
  - Refresh patches.arch/arm-exynos-nosparse.patch.
  - commit 55fbf60
  - ARM: Update config files.
  - commit 118f2f9
  - ARM: Exynos: Fix MMC driver
  - ARM: Exynos: Update configs
  - commit 37a1704
  - config: change CONFIG_USB_EZUSB_FX2 to module
  - commit 36e0f0b
  - Actually use kthread_run in crasher.ko.
    The previous commit was incomplete.
  - commit b8b35ae
  - crasher: use kthread_run() instead of kernel_thread().
    Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
  - commit f17d925
  - Updated to 3.7-rc2.
  - commit e00a663
  - ARM: Update config files: Exynos: Enable gfx and highmem
  - commit e8b3bd9

++++ kernel-pae:

  - Revert "disable non-compiling irrelevant I2C module"
  - commit d5a21c5
  - thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
  - commit 8e108ab
  - ARM: Update config files.
  - commit 565b450
  - Refresh patches.arch/arm-exynos-nosparse.patch.
  - commit 55fbf60
  - ARM: Update config files.
  - commit 118f2f9
  - ARM: Exynos: Fix MMC driver
  - ARM: Exynos: Update configs
  - commit 37a1704
  - config: change CONFIG_USB_EZUSB_FX2 to module
  - commit 36e0f0b
  - Actually use kthread_run in crasher.ko.
    The previous commit was incomplete.
  - commit b8b35ae
  - crasher: use kthread_run() instead of kernel_thread().
    Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
  - commit f17d925
  - Updated to 3.7-rc2.
  - commit e00a663
  - ARM: Update config files: Exynos: Enable gfx and highmem
  - commit e8b3bd9

++++ kiwi:

  - Emacs mode fix:
    Fix typos in the suse-start-kiwi-xmllocator. Rather than
    blindly adding suffixes to nxml-mode just add kiwi suffix
    to include to the auto-mode-list
  - fixed unit test kiwiXML.pm:test_addRepositoriesExistPrefLic.
    The test checks for duplicate preference license indicator but
    adds an invalid bool value for the attribute. Thus kiwi complains
    about the invalid value and not about the duplicate indicator
  - added 'imageinclude' to supportedKeywords in KIWIXMLRepositoryData
    to become checked by base class code in KIWIXMLDataBase. Additionally
    removed obsolete and commented out code from KIWIXMLDataBase
    constructor

++++ xfce4-branding-openSUSE:

  - disable automatic session saving by default and don't preselect
    session saving in the logout dialog since it causes problems such
    as bxo#5123

++++ glibmm2:

  - Update to version 2.34.0:
    + Some minor documentation improvements.
  - Drop packaging INSTALL file, as this is not needed for an rpm.

++++ gtkmm3:

  - Update to version 3.6.0:
    + Gtk:
    + ComboBox: Add set_active_id(), deprecating
    get_active_id(string) (bgo#685801).
    + TargetList: Add some add_*_targets() methods.
    + WindowGroup: Add list_windows() and get_current_grab().

++++ zlib:

  - buildignore checks for now to get bootstrapping working

++++ vsftpd:

  - update to 3.0.2 (bnc#786024)
    * Fix some seccomp related build errors on certain CentOS and Debian versions.
    * Seccomp filter sandbox: missing munmap() -- oops. Did you know that qsort()
    opens and maps /proc/meminfo but only for larger item counts?
    * Seccomp filter sandbox: deny socket() gracefully for text_userdb_names.
    * Fix various NULL crashes with nonsensical config settings. Noted by Tianyin
    Xu .
    * Force cast to unsigned char in is* char functions.
    * Fix harmless integer issues in strlist.c.
    * Started on a (possibly ill-advised?) crusade to compile cleanly with
    Wconversion. Decided to suspend the effort half-way through.
    * One more seccomp policy fix: mremap (denied).
    * Support STOU with no filename, uses a STOU. prefix.

------------------------------------------------------------------
------------------  2012-10-21  -  Oct 21 2012  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Linux 3.6.3.
  - Refresh patches.xen/xen3-fixup-xen.
  - Refresh patches.xen/xen3-patch-2.6.23.
  - Refresh patches.xen/xen3-patch-3.2.
  - Refresh patches.xen/xen3-patch-3.6.
  - Delete patches.fixes/hv-storvsc-reset-wait.patch.
  - Delete
    patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
  - commit cfee26b

++++ kernel-desktop:

  - Linux 3.6.3.
  - Refresh patches.xen/xen3-fixup-xen.
  - Refresh patches.xen/xen3-patch-2.6.23.
  - Refresh patches.xen/xen3-patch-3.2.
  - Refresh patches.xen/xen3-patch-3.6.
  - Delete patches.fixes/hv-storvsc-reset-wait.patch.
  - Delete
    patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
  - commit cfee26b

++++ kernel-pae:

  - Linux 3.6.3.
  - Refresh patches.xen/xen3-fixup-xen.
  - Refresh patches.xen/xen3-patch-2.6.23.
  - Refresh patches.xen/xen3-patch-3.2.
  - Refresh patches.xen/xen3-patch-3.6.
  - Delete patches.fixes/hv-storvsc-reset-wait.patch.
  - Delete
    patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
  - commit cfee26b

++++ libgee:

  - Update to version 0.8.0:
    + Fix Traversable.chop (bgo#684348).
    + Remove unnecessary method.
    + Update README.
    + Move everything to GenericAccessor.
  - Changes from version 0.7.90:
    + Don't notify when constructor property is set.
    + Use views instead of copies in MultiMap as in rest of libgee
    + Allow early termination in Traversable.foreach.
  - Changes from version 0.7.4.1:
    + Fix missing property read_only in testmap Entry.
  - Changes from version 0.7.4:
    + Remove *_impl methods
    + Move virtual methods to interfaces
    + Future-proof the ABI by adding reserved v-table members
    + Add read_only to Map.Entry
  - Changes from version 0.7.3:
    + Update documentation
    + Fix iteration order in hashtables
    + Split SortedMap/SortedSet into bi-directional and
    uni-directional parts
    + Simplify CompareDataFunc/HashDataFunc/EqualDataFunc
    + Fix HazardPointers
  - Changes from version 0.7.2:
    + Require *_type property for all collections
    + Add ArrayQueue
    + Few bug fixes
  - Changes frmo version 0.7.1:
    + Implement hazard pointers and concurrent linked lists
    + Respect VALAFLAGS when building tests
    + Fix a few compiling warnings
  - Changes from version 0.7.0:
    + Build system using the automake 1.11 vala support
    + Move to delegates with targets and move them to Gee namespace
    + Gee.Hashable interface
    + Improve Iterator allowing to, among others, query about state
    of iterator
    + Allow checking if Iterator or Collection is read-only
    + Introducing highier-level function via Traversable interface
    + Introduce support for lazy values
    + Allow to install in parallel with 0.6
  - Rename typelib-1_0-Gee-1_0 subpackage to typelib-1_0-Gee-0_8,
    following upstreams rename.
  - Rename libgee2 subpackage to libgee-0_8-2, following upstreams
    rename.
  - Injext -w into CFLAGS as a workaround for bgo#682526.

++++ libspectre:

  - Update to version 0.2.7:
    + This release fixes two crashes that can happen when %%Pages:
    or %%Page: comments are missing in the document or when
    %%Pages: comment is present but it's invalid.
  - Changed tarball into upstream default gz.
  - Updated url and sourcelinks to valid locations.

++++ media-player-info:

  - Fix build with older openSUSE releases.

++++ pm-utils:

  - be more verbose on modunload failures (inspired by bnc#633491)

++++ virtualbox:

  - updated to virtualbox 4.2.2
    * VMM: adapted to changes in Mac OS X 10.8.2 (bug #10965)
    * GUI: restored VM item tool-tip functionality (4.2 regression)
    * GUI: added group item tool-tip functionality
    * GUI: fixed handling of the .ova/.ovf file name association (4.2 regression)
    * GUI: it was not possible to change any setting before the first VM was created (bug #10928)
    * GUI: disable grouping action if all the selected items are full children list of the same group already
    * GUI: added menu for runtime drag-and-drop option change
    * GUI: cleanup shared-clipboard menu on visual-mode change
    * GUI: make sure VM receives keyboard focus on entering fullscreen-mode on Win host (bug #11051)
    * GUI: disable proxy authentication for security reasons
    * 3D Support: DrawIndexedPrimitiveUP implementation fixes for the Windows WDDM video driver (bug #10929)
    * Storage: fixed a release assertion in the AHCI emulation when requests where canceled with asynchronous I/O disabled
    * Storage: fixed a hang during VM reset under certain circumstances (bug #10898)
    * NAT: fixed a crash under rare circumstances (Windows hosts only; bug #10128)
    * NAT: automatically use the host resolver if the host name server is set to some unusual loopback value (bug #10864)
    * E1000: fixed a VirtualBox crash during intensive network transfers (4.2 regression; bugs #10936, #10969, #10980)
    * ICH9: fixed PCI bridge initialization
    * USB mouse: ensure that the last mouse event doesn't get lost if no URBs are available
    * BIOS: certain legacy guests (e.g. Windows 95) didn't find the boot device after a warm reboot
    * BIOS: don't trash the palette in text modes when setting the border color
    * EFI: fixed OS X guest autoboot (4.2 regression)
    * VBoxManage: fixed output of showvminfo --machinereadable (bug #10973)
    * VBoxManage: fixed parsing of storageattach --discard (bug #11023)
    * VBoxManage: fixed wrong output of the HPET setting in showvminfo (bug #11065)
    * VBoxManage: fixed closing the guest session after executing a guest process via guest control
    * VBoxShell: adaptions to interface name changes
    * Guest Additions device: fixed a Guest Additions hang when a machine was reset after a crash
    * Linux hosts / guests: Linux 3.7-rc1 fixes
    * Linux Additions: support X.Org Server 1.13
    * Linux Additions: fixed a hang when the X server was restarted with old guest kernels
    * Linux Additions: fixed a VBoxService crash during CPU hot remove (bug #10964)
    * Windows Additions: fixed automatic screen resize issue for NT4 guests
    * OS/2 Additions: fixed shutdown hang
    * OS/2 Additions: fixed mouse driver panic
    * Solaris hosts: fixed autostart service going into maintenance mode after all VMs started
    * Solaris hosts: fixed linking the host driver with the dtrace module
  - added vbox-drop-fa-IR-translation.diff to fix build

++++ squid:

  - update to 3.2.3 (21 Oct 2012):
  - Regression: SMP crashes on startup with workers > 1
  - Bug 3655: pinning failure breaks NTLM and Negotiate authentication
  - SMP: Allow a UFS cache_dir entry to coexist with a shared memory cache entry
  - HTTP/1.1: honour Cache-Control before Pragma:no-cache
  - HTTP/1.1: Cache-Control compliance upgrade
  - Remove obsoleted refresh_pattern ignore-no-cache option
  - Fix IPv6 enabled squidclient
  - ... and several compile fixes

++++ xf86-video-sisusb:

  - Initial package (0.9.6)

------------------------------------------------------------------
------------------  2012-10-20  -  Oct 20 2012  -------------------
------------------------------------------------------------------

++++ filesystem:

  - remove get_version_number.sh, it's unused since ages

++++ gjs:

  - Obsolete typelib-1_0-GjsDBus-1_0: this helps with updating from
    gnome 3.4 to gnome 3.6.

++++ glu:

  - Add Obsoletes/Provides for Mesa-libGLU1
  - Avoid running configure twice

++++ libgee:

  - Update to version 0.6.6:
    + Fix iterator.remove in PriorityQueue.

++++ libgee06:

  - Update to version 0.6.6:
    + Fix iterator.remove in PriorityQueue.

++++ libsigc++2:

  - Update to version 2.3.1:
    + signal_base: Add blocked(), block(), unblock(). (bgo#153780).

++++ squid:

  - update to 3.2.2 (06 Oct 2012):
  - Regression: Make login=PASS send no credentials when none available
  - Regression: Handle dstdomain duplicates and overlapping names better
  - Bug 3661: Segmentation fault when using more than 1 worker
  - Bug 3660: ACLFilledChecklist::fd set with wrong fd for sslproxy_cert_error
  - Bug 3658: ERR_ZERO_SIZE_OBJECT propagates out even after successful retry
  - Bug 3648: polish String class files
  - Bug 3647: parsing hier_code acl fails
  - Bug 3626: forwarding loops on intercepted traffic
  - Bug 3616: retrieve client connection for ACL checks from the related HttpRequest object
  - Bug 3609: several RADIUS helper improvements
  - Bug 3605: memory leak in Negotiate authentication
  - Fix small memory leak in src ACL parse
  - Fix maximum_single_addr_tries upgrade
  - Fix chunked encoding on responses carrying a Content-Range header.
  - Do not reuse persistent connections for PUTs to avoid ERR_ZERO_SIZE_OBJECT
  - ... and several compile errors
  - fix deps
    * add missing Obsoletes/Provides for squid3

++++ xf86-video-intel:

  - Update to 2.20.12:
    More bug reports, more bug fixes! Perhaps the headline feature is
    that with secure batches, coming to a 3.8 kernel near you, we may
    finally have the ability to perform updates to the scanout synchronized
    to the refresh rate on later SandyBridge and IvyBridge chipsets. It comes
    at quite a power cost as we need to keep the GPU out of its power saving
    modes, but it should allow legacy vsync to function at last. But this
    should allow us to address a longstanding issue with tearing on
    SandyBridge+.
  - Bugs fixed since 2.20.10:
    + Fix component-alpha rendering on IvyBridge, for example subpixel
    antialiased glyphs.
    https://bugs.freedesktop.org/show_bug.cgi?id=56037
    + Flush before some "pipelined" state changes on gen4. The evidence is
    that the same flushes as required on gen5+ are also required for gen4.
    https://bugs.freedesktop.org/show_bug.cgi?id=55627
    + Prevent a potential crash when forcing a stall on a busy CPU bo
    https://bugs.freedesktop.org/show_bug.cgi?id=56180
  - [Release 2.20.11 contained a typo causing UXA to fail immediately.]

------------------------------------------------------------------
------------------  2012-10-19  -  Oct 19 2012  -------------------
------------------------------------------------------------------

++++ anjuta:

  - Update to version 3.6.1:
    + Anjuta crashes when switching git branches of the current
    project on the commandline bgo#681073.
    + Updated translations.

++++ autofs:

  - autofs-5.0.7-upstream-patches-20121018.bz2: update 5.0.7 upstream
    patches to 20121018, fixing some bugs:
    * fix recursive mount deadlock
    * increase file map read buffer size
    * handle new location of systemd
  - remove patches that are now upstream:
    * autofs-5.0.7-handle-new-location-of-systemd.patch

++++ bind:

  - Specially crafted DNS data can cause a lockup in named.
    CVE-2012-5166, bnc#784602.
  - 9.9.1-P4

++++ gmime:

  - Update to version 2.6.11:
    + Misc fixes.
    + Bugs fixed: bgo#679388, bgo#674032.

++++ java-1_7_0-openjdk:

  - update to icedtea-2.3.3 (bnc#785814)
    * Security fixes
  - S6631398, CVE-2012-3216: FilePermission improved path checking
  - S7093490: adjust package access in rmiregistry
  - S7143535, CVE-2012-5068: ScriptEngine corrected permissions
  - S7158796, CVE-2012-5070: Tighten properties checking in EnvHelp
  - S7158807: Revise stack management with volatile call sites
  - S7163198, CVE-2012-5076: Tightened package accessibility
  - S7167656, CVE-2012-5077: Multiple Seeders are being created
  - S7169884, CVE-2012-5073: LogManager checks do not work correctly for sub-types
  - S7169887, CVE-2012-5074: Tightened package accessibility
  - S7169888, CVE-2012-5075: Narrowing resource definitions in JMX RMI connector
  - S7172522, CVE-2012-5072: Improve DomainCombiner checking
  - S7186286, CVE-2012-5081: TLS implementation to better adhere to RFC
  - S7189103, CVE-2012-5069: Executors needs to maintain state
  - S7189490: More improvements to DomainCombiner checking
  - S7189567, CVE-2012-5085: java net obselete protocol
  - S7192975, CVE-2012-5071: Issue with JMX reflection
  - S7195194, CVE-2012-5084: Better data validation for Swing
  - S7195549, CVE-2012-5087: Better bean object persistence
  - S7195917, CVE-2012-5086: XMLDecoder parsing at close-time should be improved
  - S7195919, CVE-2012-5079: (sl) ServiceLoader can throw CCE without needing to create instance
  - S7196190, CVE-2012-5088: Improve method of handling MethodHandles
  - S7198296, CVE-2012-5089: Refactor classloader usage
  - S7158800: Improve storage of symbol tables
  - S7158801: Improve VM CompileOnly option
  - S7158804: Improve config file parsing
  - S7198606, CVE-2012-4416: Improve VM optimization
    * Bug fixes
  - Remove merge artefact.
  - Remove the Xp header and library checks.
    * JamVM
  - PR1155: Do not put version number in libjvm.so SONAME
  - refresh java-1.7.0-openjdk-java-access-bridge-security.patch as new glassfish
    classes were added
  - add icedtea-2.3.3-refresh-6924259-string_offset.patch

++++ kiwi:

  - v5.04.19 released
  - added central deactivateVolumeGroup and activateVolumeGroup
    functions and make sure all udev events are processed before
    activating/deactivating a volume group
  - fixed resizeFilesystem() function:
    * don't create INITRD_MODULES list here, this caused multiple entries
    * use separate mount point not /mnt for temporary mount on resize
    * make sure all udev events are processed before resize
  - removed __checkKernelVersionToolExists runtime check.
    kiwi provides the tool itself thus it's always there
  - v5.04.18 released
  - make path check in KIWIURL more robust
  - force KIWIXMLFileData to be instantiated with a keyword argument hash
  - remove superfluous if test in KIWIXMLDescriptionData and
    KIWIXMLProfileData classes
  - update unit tests
  - fix up KIWIXMLRepositoryData class
    * do not support un-initialized construction
    * use base class infrastructure for the preferlicense member
  - update unit tests accordingly
  - implement __hasInitArg in the XMLDataBase class
    * this allows children that should not be constructed without an
    initialization argument to complain in a consistent way it the
    arg is missing
  - update ProfileData to use new method in base class
  - clean up DescriptionData implementation
    * do not support construction without arg
    : eliminates need for object consistency check
    * make setters consistent in behavior with other *Data class setters
  - revamp the DescriptionData unit tests
    * test structure consistent with other tests for XML*Data tests
    * smaller tests, better coverage

++++ ksh:

  - Be able to export justified and zerofilled variables (bnc#785360)
  - This requires that variables with this attributes should be really
    cleared if unset

++++ wayland:

  - Update to version 0.99.0
    * responsible error handling
    * well-defined atomic update mechanism and event dispatching
    (thread safe)
    * Some API breakage

++++ libzio:

  - provide and obsolete old package name

++++ mono-core:

  - Update to mono 3.0.0
    * C# 5.0 - async!
    * IKVM
    * 4.5 profile
    * New assemblies - System.Net.Http, System.Threading.Task.Dataflow
    * Microsoft's open source ASP.NET WebStack
    * Entity Framework
    * sgen
    * Runtime Optimizations
    * Code Contracts
    * Partial suppor for Portable Class Libraries
    * Improved GDB support for SGenGC internals
    * Lots of bug fixes

++++ yast2:

  - added Syslog module, simple API to write into system log
  - 2.23.7

++++ yast2-users:

  - report critical actions (adding/removing user) in syslog
  - 2.23.0

------------------------------------------------------------------
------------------  2012-10-18  -  Oct 18 2012  -------------------
------------------------------------------------------------------

++++ ConsoleKit:

  - buildrequire systemd by pkgconfig provide to get systemd-mini
    in build environments (to break cycle)

++++ php5:

  - fix CVE-2011-4153 CVE-2011-4153 [bnc#741859]

++++ cronie:

  - buildrequire systemd by pkgconfig provide to get systemd-mini
    in build environments (to break cycle)

++++ cups:

  - buildrequire systemd through the pkgconfig provide to get
    systemd-mini in build environment (to break cycle)

++++ lvm2:

  - Change the default locking dir to reflect the change in filesystem package

++++ emacs:

  - transform .tar.xz for .tar.bz2 to fix build on SLE product

++++ git:

  - updated to version 1.7.12.4:
    * "git fetch" over the dumb-http revision walker could segfault when
    curl's multi interface was used.
    * It was possible to give specific paths for "asciidoc" and other
    tools in the documentation toolchain, but not for "xmlto".
    * "gitweb" did not give the correct committer timezone in its feed
    output due to a typo.
    * The "-Xours" (and similarly -Xtheirs) backend option to "git
    merge -s recursive" was ignored for binary files.  Now it is
    honored.
    * The "binary" synthetic attribute made "diff" to treat the path as
    binary, but not "merge".
    Also contains many documentation updates.

++++ grub2:

  - modify patch grub2-iterate-and-hook-for-extended-partition.patch to
    ignore extended partitions other then primary (bnc#785341)

++++ kernel-default:

  - rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
  - commit 19e7e54
  - ARM: Update config files: Fix exynos uart
  - commit 1b4b5c5
  - Cleanup ACPI table override patches with latest x86-tip commits
    and proper git-xy: meta tags:
  - lib: Add early cpio decoder.
  - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
    for e820 handling.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - ACPI: Implement physical address table override.
  - ACPI: Create acpi_table_taint() function to avoid code
    duplication.
  - ACPI: Document ACPI table overriding via initrd.
  - ACPI: Fix build when disabled.
  - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
  - ACPI: Overriding ACPI tables via initrd only works with
    an initrd.
  - ACPI: Cleanup acpi_initrd_override declaration and remove
    ifdefs.
  - Delete patches.arch/acpi_fix_custom_method_acc.patch.
  - Delete patches.arch/acpi_override_2_2.patch.
  - Delete patches.arch/acpi_override_documentation.
  - Delete patches.arch/acpi_override_introduce_taint_func.patch.
  - Delete patches.arch/acpi_physical_override.patch.
  - Delete patches.arch/lib_earlycpio.patch.
  - Delete patches.arch/x86_introduce_reserve_mem_area.patch.
  - commit c45da8f

++++ kernel-desktop:

  - rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
  - commit 19e7e54
  - ARM: Update config files: Fix exynos uart
  - commit 1b4b5c5
  - Cleanup ACPI table override patches with latest x86-tip commits
    and proper git-xy: meta tags:
  - lib: Add early cpio decoder.
  - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
    for e820 handling.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - ACPI: Implement physical address table override.
  - ACPI: Create acpi_table_taint() function to avoid code
    duplication.
  - ACPI: Document ACPI table overriding via initrd.
  - ACPI: Fix build when disabled.
  - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
  - ACPI: Overriding ACPI tables via initrd only works with
    an initrd.
  - ACPI: Cleanup acpi_initrd_override declaration and remove
    ifdefs.
  - Delete patches.arch/acpi_fix_custom_method_acc.patch.
  - Delete patches.arch/acpi_override_2_2.patch.
  - Delete patches.arch/acpi_override_documentation.
  - Delete patches.arch/acpi_override_introduce_taint_func.patch.
  - Delete patches.arch/acpi_physical_override.patch.
  - Delete patches.arch/lib_earlycpio.patch.
  - Delete patches.arch/x86_introduce_reserve_mem_area.patch.
  - commit c45da8f

++++ kernel-pae:

  - rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
  - commit 19e7e54
  - ARM: Update config files: Fix exynos uart
  - commit 1b4b5c5
  - Cleanup ACPI table override patches with latest x86-tip commits
    and proper git-xy: meta tags:
  - lib: Add early cpio decoder.
  - x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
    for e820 handling.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - ACPI: Implement physical address table override.
  - ACPI: Create acpi_table_taint() function to avoid code
    duplication.
  - ACPI: Document ACPI table overriding via initrd.
  - ACPI: Fix build when disabled.
  - X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
  - ACPI: Overriding ACPI tables via initrd only works with
    an initrd.
  - ACPI: Cleanup acpi_initrd_override declaration and remove
    ifdefs.
  - Delete patches.arch/acpi_fix_custom_method_acc.patch.
  - Delete patches.arch/acpi_override_2_2.patch.
  - Delete patches.arch/acpi_override_documentation.
  - Delete patches.arch/acpi_override_introduce_taint_func.patch.
  - Delete patches.arch/acpi_physical_override.patch.
  - Delete patches.arch/lib_earlycpio.patch.
  - Delete patches.arch/x86_introduce_reserve_mem_area.patch.
  - commit c45da8f

++++ kiwi:

  - fixed grub2 setup. If the root filesystem is LVM based grub2
    can't read e.g the fonts from this device. Thus this patch
    ensure all required theme data incl. the unicode font is part
    of the boot device
  - use the setupFileSystem function to create the boot filesystem
    this is done for code cleanup and also to prepare the code for
    setting up a custom boot partition filesystem. At the moment
    the boot filesystem is bound to which bootloader is in use but
    e.g for arm boxes the same bootloader might require different
    boot filesystems, thus this could become an option in kiwi
  - add tests to run when the XML class changes. Previous update
    had an issue that was found by a unit test that was not
    automatically run from the triggers

++++ syslogd:

  - buildrequire systemd by pkgconfig provides to get systemd-mini
    in build environment (to break cycle)

++++ i4l-base:

  - Make SuSEconfig.isdn a standalone script and rename/move it to
    /etc/sysconfig/isdn/scripts/postprocess.isdn .
  - Move the MODIFY_SECRETS variable from /etc/sysconfig/suseconfig
    to the new /etc/sysconfig/isdn file.
  - Add divactrl_2.1-dialog.patch to keep the precompiled dialog
    binary from getting installed under /usr/share.
  - Add i4l-base-rpmlintrc to silence false positive
    devel-file-in-non-devel-package errors.

++++ clutter-gtk:

  - Update to version 1.4.0:
    + Drop deprecated Clutter API usage from classes and examples.
    + Ensure that GtkClutterEmbed works with GTK+ < 3.4.
    + Documentation fixes.
    + Track the size requests from the embedded ClutterStage.
    + Bugs fixed: bgo#669877, bgo#681462, bgo#684171.
    + Updated translations.
  - Add pkgconfig(gdk-3.0) and pkgconfig(gtk+-3.0) BuildRequires:
    Configure explicitly uses those packages to configure folders.

++++ systemd:

  - Create and own more systemd drop-in directories.

++++ python-gobject:

  - Update to version 3.4.1.1:
    + Bump g-i dependency to >= 1.34.1.1
    + Fix leaked vfunc return values (bgo#686140)
    + Install egg-info files in the right dir (bgo#686315)
  - Changes from version 3.4.1:
    + Skip Regress tests with --disable-cairo (bgo#685094)
    + Fix leak with python callables as closure argument (bgo#685598)
    + Gio overrides: Handle setting GSettings enum keys (bgo#685947)
    + Fix unsigned values in GArray/GList/GSList/GHash (bgo#685860)
    + _pygi_marshal_from_py_uint64(): Use correct data type in py2.7
    check (bgo#685000)
    + Install an .egg-info file (bgo#680138)
    + pygobject.c: Don't leak GObjectClass reference (bgo#684062)
    + Fix memory leak in _pygi_argument_to_array() (bgo#685082)
    + Fix error messages for out of range numbers (bgo#684314)
    + Kill dbus-daemon after running tests (bgo#685009)
    + GVariant overrides: Support empty tuple arrays (bgo#684928)
    + tests: Fix wrong return type in test_int64_callback()
    (bgo#684700)
    + Fix GValue marshalling of long and unsigned long (bgo#684331)
    + Clean up deprecation message for assigning gpointers to objects
    (bgo#683599)
    + pygi-property: Lookup property in base classes of
    non-introspected types (bgo#684058).
  - Drop python-wrong-return.patch: fixed upstream.

++++ python3-gobject:

  - Update to version 3.4.1.1:
    + Bump g-i dependency to >= 1.34.1.1
    + Fix leaked vfunc return values (bgo#686140)
    + Install egg-info files in the right dir (bgo#686315)
  - Changes from version 3.4.1:
    + Skip Regress tests with --disable-cairo (bgo#685094)
    + Fix leak with python callables as closure argument (bgo#685598)
    + Gio overrides: Handle setting GSettings enum keys (bgo#685947)
    + Fix unsigned values in GArray/GList/GSList/GHash (bgo#685860)
    + _pygi_marshal_from_py_uint64(): Use correct data type in py2.7
    check (bgo#685000)
    + Install an .egg-info file (bgo#680138)
    + pygobject.c: Don't leak GObjectClass reference (bgo#684062)
    + Fix memory leak in _pygi_argument_to_array() (bgo#685082)
    + Fix error messages for out of range numbers (bgo#684314)
    + Kill dbus-daemon after running tests (bgo#685009)
    + GVariant overrides: Support empty tuple arrays (bgo#684928)
    + tests: Fix wrong return type in test_int64_callback()
    (bgo#684700)
    + Fix GValue marshalling of long and unsigned long (bgo#684331)
    + Clean up deprecation message for assigning gpointers to objects
    (bgo#683599)
    + pygi-property: Lookup property in base classes of
    non-introspected types (bgo#684058).
  - Drop python-wrong-return.patch: fixed upstream.

++++ snapper:

  - .snapshots is not required to have group root if it is not
    group-writable

++++ libsolv:

  - fix susetags parser, it ignored the filelist of the last
    solvable
  - fix encoding of large values
  - bump version to 0.2.0

++++ libyui-ncurses:

  - NCCheckBoxFrame: respect option `noAutoEnable, bug-fix for
    nested frames (bnc #7853079),
  - V 2.43.1

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ microcode_ctl:

  - Update to latest AMD microcode version: 2012-01-17

++++ mkinitrd:

  - Add a new utility for running a command like diff or less on a
    file in the initrd boot image

++++ nss_ldap:

  - fix build with possix correctly set (added to nss_ldap.dif)

++++ openslp:

  - buildrequire systemd through the pkgconfig provide to get
    systemd-mini in build environments (to break cycles)

++++ opensuse-manuals_de:

  - Update text and image files (Last Changed Rev.: 2564:9556).

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev.: 1579:9677).

++++ vaapi-intel-driver:

  - update to git master commit b6dd872 as released version does not
    build with the latest libva release

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-10-17  -  Oct 17 2012  -------------------
------------------------------------------------------------------

++++ aisleriot:

  - Add fdupes buildrequires, and use fdupes macro to get rid of
    duplicate help files.

++++ alacarte:

  - Update to version 3.6.1:
    + Bugs Fixed: Respect $XDG_MENU_PREFIX.
    + Updated translations.
  - Drop alacarte-xdg-menu.patch, fixed upstream.
  - Drop %if check for obsolete openSUSE version.

++++ alsa:

  - backport from upstream tree:
    * lots of patches to support the new chmap API
    * fix segfault in rate plugin error path
    * add a couple of test programs
    * fix inifinte loop in htimestamp of dmix & co

++++ alsa-utils:

  - backport from upstream tree:
    * add support for the new chmap API

++++ at-spi2-atk:

  - Update to version 2.6.1:
    + Make atk-bridge location empty in the schema, to fix problems
    with multilib builds.

++++ at-spi2-core:

  - Update to version 2.6.1:
    + Update cache in response to role change notifications
    (bgo#685469).

++++ autofs:

  - rpm spec: don't try to build with udisks support on old versions
    of the distribution
  - autofs-5.0.7-upstream-patches-20121016.bz2: update 5.0.7 upstream
    patches to 20121016, fixing some bugs:
    * add timeout option description to man page
    * fix null map entry order handling
    * make description of default MOUNT_WAIT setting clear
    * configure.in: allow cross compilation
    * README: update mailing list subscription info
  - autofs-systemd-path.patch: handle new location of systemd

++++ autoyast2:

  - tolerate leading or trailing whitespace in script "location" tag
    (bnc#782037)

++++ baobab:

  - Update to version 3.6.2:
    + Fix linking error on OpenBSD.

++++ bash:

  - Do not mix xmalloc/xfree of libreadline and bash by making the
    libreadline version weak symbols instead of private symbols

++++ bluez:

  - remove unused 001-remove-rule-dell-mouse.patch
  - Fix build with new systemd / udev location.
  - Change udev rules location with udev > 190

++++ colord:

  - Fix build with new udev rules directory location.

++++ crda:

  - Fix build with udev rules directory new location.

++++ lvm2:

  - lvm2.spec: merge rules for device-mapper and
    lvm2-clvm packages, so there is only one
    spec file and all packages are built consistently.

++++ file-roller:

  - Update to version 3.6.1.1:
    + Fixed crash on startup. (bgo#686230, bgo#685108)
    + Register .ar files as supported.
    + Updated translations.

++++ freerdp:

  - added freerdp-fix-linking-with-libpulse.patch in order to link
    correctly with libpulse
    (https://github.com/FreeRDP/FreeRDP/issues/418, bnc#785437)

++++ gobject-introspection:

  - Update to version 1.34.1.1:
    + Add test method for GDestroy with no user data
  - Changes from version 1.34.1:
    + Update glib annotations to 2.34.1.
  - Add pkgconfig(glib-2.0) BuildRequires, so it can be versioned.

++++ gnome-desktop:

  - Update to version 3.6.1:
    + wall-clock:
  - Add test application.
  - Add debug when timezone or schema changes.
    + rr-labeler:
  - Clear surface before drawing frame and background.
  - Use a shape region if the widget is not composited.
  - Scale the corner radii when drawing the fill.
    + Updated translations.

++++ ibus:

  -  .spec file optimization
    * remove commented patch lines
    * use `make %{?_smp_mflags}` instead of `make %{?jobs:-j%jobs}`
    see: http://en.opensuse.org/openSUSE:Specfile_guidelines#Parallel_make

++++ kernel-default:

  - rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
    This allows to control the kabi checker from outside of the package.
  - commit 0a0900c
  - Update to 3.7-rc1.
  - Eliminated 38 patches.
  - Xen is disabled.
  - ARM configs need updating.
  - Module signing is disabled until the build infrastructure can support it.
  - commit fce087a

++++ kernel-desktop:

  - rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
    This allows to control the kabi checker from outside of the package.
  - commit 0a0900c
  - Update to 3.7-rc1.
  - Eliminated 38 patches.
  - Xen is disabled.
  - ARM configs need updating.
  - Module signing is disabled until the build infrastructure can support it.
  - commit fce087a

++++ kernel-pae:

  - rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
    This allows to control the kabi checker from outside of the package.
  - commit 0a0900c
  - Update to 3.7-rc1.
  - Eliminated 38 patches.
  - Xen is disabled.
  - ARM configs need updating.
  - Module signing is disabled until the build infrastructure can support it.
  - commit fce087a

++++ kiwi:

  - fixed copyBootCode to work if no boot partition is used
  - implement a ProfileData object
    * while profile data was already included in the new data structure,
    information about this data was not returned as an object. This
    change addresses this outstanding issue
    * implement unit tests for the new object
    * update the XML object to integrate the ProfileData class
    * update the XML unit test
  - change all XML*Data classes to be children on XMLDataBase and
    update unit tests to handle new initialization and new error
    conditions and error messages

++++ syslogd:

  - Avoid logrotate to exec for similar entries several times (bnc#713584)

++++ ksh:

  - Do not chrash if the value of an environment variable is NULL (bnc#785266)

++++ clutter:

  - Update to version 1.12.2:
    + Updates for the Wayland backend.
    + Build environment fixes for Visual Studio.
    + Ensure that the Clutter lock is acquired before releasing it.
    + Bugs fixed: bgo#679439, bgo#685554.
    + Updated translations.

++++ glibmm2:

  - Update to version 2.33.14:
    + Glib:
  - RegEx: Add get_has_cr_or_lf().
  - VariantIter: Add init() method.
    + Gio:
  - ActionGroup: Add the query_action() methods.
  - FileAttributeMatcher: Add create_difference() and to_string().
  - FileInfo:  Add has_namespace(), [get|set]_attribute_status(),
    and [get|set]_attribute_strings().
  - IOStream: Add splice_async() splice_finish().
    + MenuItem:
  - Add get_attribute().
    + MountOperation:
  - Wrap the "show-unmount-progess" signal.
    + Proxy: Add call(), call_sync() and call_finish() for
    unix_fd_list.
    + gmmproc:
  - Make the output param feature work for single indirection.
    bgo#662371.
  - Add 3-argument @newin.

++++ libgphoto2:

  - fix build with new udev rules location

++++ gpsd:

  - Fix build and adapt udev rule to new udev location.

++++ grilo:

  - Add grilo-linking.patch: Fix linking of GrlNet.gir.
  - Add gnome-common BuildRequires and call to gnome-autogen.sh, as
    above patch touches the BuildSystem.

++++ webkitgtk:

  - Update to version 1.10.1:
    + Fix an infinite recursive loop in the accessibility code when
    browsing pages with ARIA.
    + Fix the MinGW build in the spellchecker.
    + Restore support for Geode processors.
    + Use XDamage to improve accelerated compositing performance.
    + Fix a crash when accelerated compositing is disabled.
    + Fix a bug causing plugins to be invisible.
    + Fix accelerated content visibility issues on ATI drivers.
  - Add pkgconfig(xdamage) BuildRequires: new dependency.

++++ webkitgtk3:

  - Update to version 1.10.1:
    + Fix an infinite recursive loop in the accessibility code when
    browsing pages with ARIA.
    + Fix the MinGW build in the spellchecker.
    + Restore support for Geode processors.
    + Use XDamage to improve accelerated compositing performance.
    + Fix a crash when accelerated compositing is disabled.
    + Fix a bug causing plugins to be invisible.
    + Fix accelerated content visibility issues on ATI drivers.
  - Add pkgconfig(xdamage) BuildRequires: new dependency.

++++ lightdm:

  - re-use xdm PAM configuration which is identical and there already
    is a de-facto dependency due to the use of xdm init and session
    scripts
  - recommend upower which is needed for hibernate/suspend to work

++++ ncurses:

  - Add ncurses patch 5.9.20121013
    + add vte-2012, gnome-2012, making these the defaults for vte/gnome
  - Add ncurses patch 5.9.20121017
    + fix change to _nc_scroll_optimize(), which incorrectly freed memory

++++ udisks2:

  - Fix build with new udev rules directory location.

++++ upower:

  - Fix build with new udev rules location

++++ usbmuxd:

  - Fix build with new udev rules location

++++ v4l-utils:

  - Add udev-rules-dir.patch and BuildRequires udev to fix build with
    new udev rules directory location.

++++ vala:

  - Add xsltproc BuildRequires: Needed to to build the devhelp books.
  - Drop xz BuildRequires, as it now comes for free in the build
    system.

++++ nfs-utils:

  - Add dependency on "netcfg" to ensure /etc/services
    is present (bnc#779851)

++++ perl-TermReadLine-Gnu:

  - update to version 1.20
    1.20  2010-05-02
  - t/readline.t skip the test of rl_readline_version for GNU
    Readline Library 6.1 which may return a wrong value
  - readline-6.1 support
    new function
    rl_free_keymap (disabled due to readline-6.1 bug)
    new variable
    rl_filename_rewrite_hook (not supported yet)

++++ rsyslog:

  - Fix build with new systemd location.
  - Use RFC-5424 conform log format with RFC-3339 high-precision
    timestamps by default, removed obsolete rsyslog.early.conf.

++++ rtkit:

  - Don't buildrequires systemd, it is pulled by
    pkgconfig(libsystemd-daemon), fixes conflict when bootstrapping
    with systemd-mini packages.

++++ systemd-presets-branding-openSUSE:

  - Change location of presets with latest systemd.

++++ systemtap:

  - Fix build with new systemd location.

++++ transmission:

  - Update to version 2.72:
    + All Platforms:
  - Fix crash when adding magnet links with malformed webseeds.
  - Fix handling of magnet links' webseed URLs that contain
    whitespace.
  - Fix remaining time estimates of magnet links that have
    webseeds.
  - Show the webseed count in the torrent list when downloading
    from webseeds.
    + GTK+: When adding torrents by URL from the clipboard, handle
    whitespace in the link.
    + Qt: Fix dialog memory leaks.
    + Web Client: Minor interface fixes.
    + Mac fixes.

++++ usb_modeswitch:

  - Fix build with new udev directory location

++++ xf86-input-vmmouse:

  - Fix build with new udev rules directory location.

++++ xf86-input-wacom:

  - Fix build with new udev rules directory location.

++++ xf86-video-ati:

  - Update to git commit #ce1b745dcb60dc516ad999756240b78e72a7aa54:
    + Bump package version to 6.98.1
    (the driver identifies itself as 6.99.99)

++++ yast2-network:

  - Refactoring editing interface names.
  - Added nic name checking according bnc#784952
  - 2.24.7

------------------------------------------------------------------
------------------  2012-10-16  -  Oct 16 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - improved packages descriptions

++++ aisleriot:

  - Update to version 3.6.1:
    + Updated translations.

++++ php5:

  - add explicit buildrequire on libbz2-devel
    (having to patch old .changes file to avoid "double entry")

++++ autoyast2:

  - make autoyast able to continue on commit errors (bnc#785234)

++++ avahi:

  - Replace systemd-devel BuildRequires with pkgconfig(systemd)
    to prefer the -mini package, avoiding build cycles.

++++ baobab:

  - Update to version 3.6.1:
    + Minor tweaks to the UI.
    + Updated translations.
  - Add pkgconfig(gobject-introspection-1.0) BuildRequires: enable
    gobject-introspection.

++++ cheese:

  - Update to version 3.6.1:
    + Updated translations.

++++ lvm2:

  - build against the minimal udev to avoid cycles
  - the sysvinit requires are no longer necessary
  - Upgrade to LVM2-2-02-98.  Improvements include
    improved interaction with udev and systemd,
    improved dmraid support, and new command
    "blkdeactivate".

++++ fdupes:

  - update to 1.5.0-PR2
    * new "--summarize" option
    * new  "--recurse:" selective recursion option
    * new "--noprompt" option for totally automated deletion of
    duplicate files.
    * sorts duplicates (old to new) for consistent order when
    listing or deleteing duplicate files.
    * tests for early matching of files, which should help speed up
    the matching process when large files are involved.
    * warns whenever a file cannot be deleted.
    * bugfixes (proper file closing, zero-length files, ...)
  - drop the fdupes-sort-output.diff (upstream uses mtime based)
  - rename and rebase fdupes-speedup.patch to 0008-speedup-the-compare.patch
  - rename and rebase fdupes-endianness.patch to
    0009-glibc-endianness-check-in-md5.patch
  - add -p/--permissions switch so files with different permissions or uid/gid
    are not considered as duplicates (bnc#784670)
    * this mode is a default one for fdupes macro
    0010-add-permissions-mode.patch
  - imported several fixes from Debian
    * 0001-restore-pristine-code.patch - some common code fixes, partly obsoletes
    speedup patch
    * manual page fixes
    0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
    0003-Fix-a-typo-in-a-manpage-bts353789.patch
    0005-add-summarize-to-manpage-bts481809.patch
    0006-add-nohidden-support-bts511702.patch
    0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
    * 0004-Large-file-support-for-2GB-files-bts447601.patch - large file support

++++ flex:

  - update to 2.5.37
    * * Import flex into git. See
    git://flex.git.sourceforge.net/gitroot/flex/flex.
    * * Fix make install target to not fail when the flex++ program is
    already installed
    * * New translations from the translation project: de, fi, pl, vi
    * * various portability fixes that quiet compiler warnings on 64-bit
    hosts
    * * various manual fixes, including correcting the name of a %option and
    updating some simple examples to use ANSI C syntax
    * * various bug fixes that prevent certain error conditions from
    persisting when they should not persist
    * * improvements to the test suite so it behaves better when linking
    compiled files
    * * new translations from the translation project: ca, da, es, fi, fr,
    ga, ko, pt_br, ro, ru, sv, tr, zh_cn
    * * the flex distribution is now built with automake 1.10.1 and automake
    2.61
  - add patch flex-2.5.37-notex.patch to compile without texlive
  - remove patches no longer required:
    flex-2.5.33-yylineno.patch
    flex-2.5.34-doc-fix.diff
    flex-2.5.34-g++44.diff

++++ galculator:

  - new upstream version 2.0 (added gtk3 support)
  - added flex to build requires
  - removed gcalculator-ld_fix.diff

++++ librsvg:

  - Update to version 2.36.4:
    + Build fixes.

++++ gdm:

  - Update to version 3.6.1:
    + Various InitialSetup fixes
    + ignore pam info messages for automatic logins
    + unlock fixes
    + user switching fix on consolekit systems
    + be more robust against empty user shells/home dirs
    + create program session log file as root instead of after setuid
    + properly reload gdm.schemas on SIGHUP
    + bring back gdmflexiserver
    + Updated translations.
  - Reintroduce gdmflexiserver subpackage and gdmflexiserver-wrapper
    source that were dropped with 3.5.90: gdmflexiserver was
    re-introduced as gnome-screensaver depends on it.

++++ gedit:

  - Update to version 3.6.1:
    + File Browser side panel improvements.
    + Fix print preview in landscape mode.
    + Misc bugfixes.
    + Updated translations.
  - Fixup .desktop file: add trailing semicolon to keywords.

++++ gobject-introspection:

  - Extend gi-find-deps.sh to understand gi.require_version in python
    code. This was the last know format not yet supported.

++++ glib2:

  - Update to version 2.34.1:
    + Bugs fixed: bgo#631382, bgo#685037, bgo#685069, bgo#684882,
    bgo#685208, bgo#685608, bgo#686119
    + Updated translations.

++++ gnome-clocks:

  - Update to version 0.1.4:
    + Misc bugfixes.
    + Updated translations.

++++ gnome-games:

  - Update to version 3.6.1:
    + swell-foop: prevent keyboard focus from going to the toolbar.
    + Updated translations.

++++ gnome-keyring:

  - Update to version 3.6.1:
    + Fix regressions with keyring master password changing
    + Load schema for secret items correctly, prevents storing
    multiple times for items stored via libsecret
    + Setup translations properly when daemon starts
    + Fix memory leak in PKCS#11 module
    + Updated translations.

++++ vte:

  - Update to version 0.34.1:
    + End selection mode misses Shift release (bgo#683730).
    + Don't report shift-left-button release (bgo#683729).
    + xterm extended mouse tracking mode (bgo#681329).
    + Support SGR 3 (italic text) (bgo#685223).

++++ gnome-screensaver:

  - Update to version 3.6.1:
    + Updated translations.

++++ gnome-session:

  - Update to version 3.6.1:
    + Don't fall back for zaphod mode multi-screen setups.
    + Fix build on OpenBSD.
    + Detect greeter sessions better with systemd.
    + Updated translations.

++++ gnome-shell:

  - Update to version 3.6.1:
    + dash: Make padding even on the top/bottom of the dash
    (bgo#684619)
    + Fix a crash when dragging search results (bgo#684888)
    + workspaceThumbnail: Fix dragging with static workspaces
    (bgo#684641)
    + Really hide 'Show Keyboard Layout' on the lock screen
    + Misc. improvements to jhbuild setup (bgo#685352, bgo#685353,
    bgo#685354, bgo#685355)
    + Show message tray in Ctrl+Alt+Tab outside of the overview
    (bgo#684633, bgo#685914)
    + Disable hotplug sniffer on remote filesystems (bgo#684093)
    + userMenu: Remove 'Switch Session' item (bgo#685062)
    + unlockDialog: Make prompt entry insensitive while logging in
    (bgo#685444)
    + messageTray: Don't animate desktop clone for failed grabs
    (bgo#685342)
    + Fix crash on dragging windows between workspaces (bgo#681399)
    + userMenu: Ignore 'lock-enabled' setting for user switching
    (bgo#685536)
    + gdm: Fix key-focus on first user (bgo#684650)
    + Make grid button insensitive when dragging non-favorites
    (bgo#685313)
    + Calendar: hide all actions when on the login screen
    (bgo#685142)
    + Adapt unlock dialog layout for the login screen
    (bgo#685201)
    + Make focus-follows-mouse work better with Shell UI (bgo#678169)
    + Improve look of screen shield (bgo#685919)
    + Fix keynav in the login screen (bgo#684730)
    + dateMenu: Hide "Open Calendar" item if calendar unavailable
    (bgo#686050)
    + unlockDialog: Reset UI on verification failure (bgo#685441)
    + Show unlock dialog on primary monitor when using keynav
    (bgo#685855)
    + Fix height changes of entries when entering text (bgo#685534)
    + Fix show-apps label after successful drags (bgo#684627)
    + Misc. bugfixes and cleanups: bgo#685434, bgo#685511,
    bgo#685466, bgo#685341, bgo#685156, bgo#681159, bgo#673189,
    bgo#686016, bgo684869, bgo#686079, bgo#686063
    + Updated translations.

++++ seahorse:

  - Update to version 3.6.1:
    + Strip DBus errors before displaying them.
    + Fix regression for changing a keyring master password.
    + Updated translations.

++++ gnome-terminal:

  - Update to version 3.6.1:
    + Fix opening http-less URLs (bgo#685599).
    + Updated translations.

++++ gnome-themes-standard:

  - Update to version 3.6.1:
    + Add a matching HighContrast WM theme
    + Add support for vertically oriented inline toolbars
    + Fix wrong background for raised and backdrop insensitive
    toolbar buttons
    + Fix glitches in selection-toolbar and suggested-action styling
    + Fix menu borders not present when not running under GNOME Shell
    + Fix color for selected desktop icons
    + Fix stray text shadows in inline toolbar buttons
    + Fix wrong background color when using a menu button in an OSD
    toolbar
    + Fix some glitches in notebook's tab rendering
    + Improve theming support for Nautilus, Documents, Evince, GEdit,
    Baobab and more.
  - Create new gtk2-theming-engine-adwaita subpackage: there is a new
    gtk2 engine.

++++ gnome-tweak-tool:

  - Update to version 3.6.1:
    + Add a Mouse group with the locate-pointer key (bgo#685620)
    + Add tweak for resize-with-right-button on Windows group
    (bgo#678648)
    + Add tweak for mouse-button-modifier on Windows group
    (bgo#678648)
    + Updated translations.

++++ google-croscore-fonts:

  - splitted into subpackages

++++ gstreamer-0_10-plugins-bad:

  - Add explicit libbz2-devel BuildRequires.

++++ gstreamer-plugins-bad:

  - Add explicit pkgconfig(bzip2) BuildRequires.

++++ gtk3:

  - Update to version 3.6.1:
    + Broadway:
  - use binary websockets when available
    + CSS:
  - huge refactoring to avoid computing wrong values
  - treeview: Invalidate children properly
  - treeview: Fix computing child paths
    + Bugs fixed: bgo#646221, bgo#682395, bgo#684517, bgo#684639,
    bgo#684984, bgo#685449, bgo#685996
    + updated translations.

++++ gucharmap:

  - Update to version 3.6.0:
    + Updated translations.

++++ gzip:

  - update to 1.5
  - gzip -cdf mishandles some concatenated input streams: test it
  - gzip -cdf now handles concatenation of gzip'd and uncompressed data
  - gzip: fix a data-loss bug when decompressing with --suffix=''
  - gzip: fix nondeterministic compression results
  - fix "znew -K" to work without use of compress utility
  - Decode FHCRC flag properly, as per Internet RFC 1952.
  - zgrep: fix parsing of -Eh options
  - zgrep: terminate gracefully when a pipeline is interrupted by a signal
  - zgrep: fix shell portability bug with -f; fix mishandling of "-e -"
  - zless: decompress stdin too, if less 429 or later
  - dropped gzip-stdio.in.patch, refreshed others

++++ kiwi:

  - change __setDefaultType() to meet the following conditions:
    * if a type is marked primary within the selected profiles
    it is the default type
    * if no type is marked primary then the first type of the default
     section (the one not assigned to a specific profile)
    becomes the default type; should the default  have
    no type than the first type of the first profile bound preferences
    section is the default type
  - add test cases to verify this behavior
  - added perl-Readonly requirement to spec file
  - fixed kernel version tool to work with uImage files
  - use kiwi's kversion tool instead of get_kernel_version to
    let other distros also be part of the game

++++ krb5:

  - revert the -p usage in %postun to fix SLE build
  - buildrequire systemd by pkgconfig provide to get systemd-mini

++++ lftp:

  - update to 4.4.0
    * implemented bittorrent extensions (FAST, DHT, LTEP,
    ut_metadata, ut_pex).
    * allow torrent downloading by magnet links.
    * new setting torrent:use-dht.
    * new torrent option --dht-bootstrap for manual bootstrapping.
    * add support for name.utf-8 and path.utf-8 in torrent metadata.
    * now net:limit-rate and net:limit-total-rate settings can use suffixes,
    e.g. `set net:limit-total-rate 1M:500k'.
    * allow numeric user names.
    * don't try to upload if ALLO fails.
    * send PROT to ftp servers always when AUTH is activated.
    * fixed gnutls non-fatal error checking.
    * fixed execution of at-finish and at-queue-finish in certain cases.
    * fixed termcap coredump.
    * fixed opie on 64-bit machines.
    * treat gnutls decryption error as non-fatal.
    * fixed core dump in `bm:' pseudo-URL opening.
    * fixed PROPFIND result parsing (WebDAV).

++++ libcroco:

  - Update to version 0.6.7:
    + Fix 'green' colour (bgo#685679).
    + Build fixes.

++++ systemd:

  - Improve mini packages for bootstrapping.
  - do not mount /tmp as tmpfs by default.
  - Fix install script when there is no inittab

++++ openldap2-client:

  - buildrequire krb5-mini in openldap2-client to avoid cycle
  - move Summary out of the %if as prepare_spec is confused about
    the license otherwise

++++ mutter:

  - Update to version 3.6.1:
    + Fix crash when opening large popup menus (bgo#681676)
    + window: Don't move the desktop window after monitor hotplug
    (bgo#681159)
    + Expose MetaPlugin to introspection (bgo#671098)
    + Optionally delay focus changes in focus-follows-mouse mode
    (bgo#678169)
    + Resize the guard window when the X screen is resized
    (bgo#670396)
    + display: Only manage the default X screen (bgo#648156)
    + Misc cleanups (bgo#587255)
    + Updated translations.

++++ libpeas:

  - Update to version 1.6.1:
    + Better SIGINT handling for python signals module.
    + Updated translations.

++++ libproxy:

  - Update to version 0.4.10:
    + Fix http chunk encoded PAC that was broken in previous release.
    + Add HTTP client unit test.
    + Fix more coding style issues.
  - Disable test suite for now: the new http client test fails for
    weird reasons in the build bot (but works locally).

++++ libproxy-plugins:

  - Update to version 0.4.10:
    + Fix http chunk encoded PAC that was broken in previous release.
    + Add HTTP client unit test.
    + Fix more coding style issues.
  - Disable test suite for now: the new http client test fails for
    weird reasons in the build bot (but works locally).

++++ pulseaudio:

  - buildrequire systemd through pkgconfig provides to remove cycle

++++ python3-base:

  - buildrequire libbz2-devel explicitly

++++ qrencode:

  - Remove buildrequires on libSDL-devel, only required when running
    autoreconf, which is not needed at all now.

++++ libqt4:

    + Added upstream patch to resolve an assistant segfault
    fix_assistant_segfault_QTBUG-25324.patch

++++ libqt4-sql-plugins:

    + Added upstream patch to resolve an assistant segfault
    fix_assistant_segfault_QTBUG-25324.patch

++++ libsecret:

  - Update to version 0.11:
    + Better critical preconditions for invalid attributes.

++++ libsoup:

  - Update to version 2.40.1:
    + Improved the parsing of multipart/x-mixed-replace responses
    (bgo#685752).
    + Fixed handling of IPv6 address literals (bgo#684990).
    + Updated translations.

++++ libstorage:

  - ignore failed partition removal if partition table is later
    initialized anyway (bnc#785234)

++++ strigi:

  - add explicit buildrequire on libbz2-devel

++++ LibVNCServer:

  - delete not used LibVNCServer-0.9.9-system_minilzo.patch
  - document patches
  - rename redef-keysym to redef-keysym.patch

++++ mkinitrd:

  - handle udev from systemd 195.

++++ seahorse-nautilus:

  - Update to version 3.6.1:
    + Fix the GSettings schema.

++++ openldap2:

  - buildrequire krb5-mini in openldap2-client to avoid cycle
  - move Summary out of the %if as prepare_spec is confused about
    the license otherwise

++++ openssh:

  - buildrequire systemd through pkgconfig to break cycle

++++ opensuse-manuals_en:

  - Update text and image files (Last Changed Rev: 9677).

++++ orca:

  - Update to version 3.6.1:
    + Orca doesn't always announce selection changes in Nautilus
    3.6's icon view (bgo#675288)
    + In Thunderbird 14.0 e-mail address auto completion results are
    not spoken (bgo#680228)
    + Orca should present the accessible name of sliders (bgo#684838)
    + Updated translations.

++++ polkit-default-privs:

  - 12.3 is next opensuse
  - allow realtimekit at desktop permission (bnc#753849)
  - fixed typo

++++ rpm:

  - new patch: powerpc-fix-platform.diff
    fix platform detection for ppc vs ppc64 (failed on ppc64 with
    personality changed to ppc)

++++ sane-backends:

  - Upgraded to sane-backends version 1.0.23:
    New backends:
    kvs40xx (Panasonic KV-S40xx), kodakaio (Kodak AiO ESP and Hero).
    Significant enhancements to several backends.
    30 new scanner models supported.
    V4L support improvements.
    Improvements for builds on multiple platforms.
    Improved udev rules.
    Updated software deskew algorithm.
    Documentation updates.
    Bugfixes.
    Note:
    This is one more release of the SANE 1.0 series, compare
    the below entry dated "Thu Feb 28 13:56:15 CET 2008".
  - sane-backends-1.0.22-xerox_mfp-fix-usb-devices.patch that
    fixes usb device support in xerox_mfp is obsolete since
    sane-backends-1.0.23 because it is fixed in the source.
  - fix-no-return-in-nonvoid-function.patch fixes a "control reaches
    end of non-void function" gcc warning which lets build fail
    with "no-return-in-nonvoid-function" error in kodakaio.c.

++++ vinagre:

  - Update to version 3.6.1:
    + Updated translations.

++++ vino:

  - Update to version 3.6.1:
    + Build fixes.
    + Updated translations.

++++ wqy-microhei-fonts:

  - silented "Having multiple values in  isn't supported and may
    not works as expected"
    + amended 57-wqy-microhei.conf

++++ wqy-zenhei-fonts:

  - silented "Having multiple values in  isn't supported and may
    not works as expected"
    + amended config-fixes.patch

++++ xterm:

  -Patch #284 - 2012/10/14
    * amend configurability changes for icons from patch #283, moving the
    new  functionality  to the iconHint resource to avoid conflict with
    existing  uses of the iconName resource in the Shell widget (report
    by Emanuel Haupt).
    * fix documentation errata (reports by Miroslav Lichvar):
    + correct manpage default for allowTcapOps (see patch #243
    + modify  documentation  for configure --enable-backarrow-key to
    match the script (see patch #280).
    + fix  typo  in  minstall.sh  in  patch  #283,  which  made  the
    leading-cap "Xterm" become "xterm" (patch by Miroslav).
    * fix  two  typos  in configure.in from patch #283 changes; one broke
    the --regex configure option (report by H Merijn Brand).

++++ yast2-storage:

  - make autoyast able to continue on commit errors (bnc#785234)

------------------------------------------------------------------
------------------  2012-10-15  -  Oct 15 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update from git:
    * Remove /usr/lib/tmpfiles.d/loop.conf (bnc#784963).

++++ autoyast2:

  - add note that merged sections need to be in alphabetical order
    (bnc#782598)

++++ empathy:

  - Update to version 3.6.1:
    + Updated translations.

++++ eog:

  - Update to version 3.6.1:
    + Bugs fixed: bgo#685106, bgo#685923.
    + Updated translations.

++++ evince:

  - Update to version 3.6.1:
    + Show always the offline help using Yelp (bgo#682423).
    + Remove xi:includes referencing obsolete files in documentation
    (bgo#686060).
    + Use custom CSS for EvView to make sure the background is not
    white as Adwaita currently does, because it breaks the page
    frames.
    + Updated translations.

++++ file-roller:

  - Update to version 3.6.1:
    + Fix creation of hard links when using libarchive (bgo#686061)
    + Fix crash when opening multi-volumes rar archives (bgo#685314)
    + Fix crash when the package installer is activated (bgo#684941)
    + Fix creation of encrypted archives.
    + Fix creation of multi-volume archives.
    + Updated translations.

++++ filesystem:

  - Revert last change since aaa_base removed /usr/lib/tmpfiles.d.

++++ gcr:

  - Update to version 3.6.1:
    + Clear and focus password entry in gcr-viewer when invalid
    password.
    + Keep enumerating if getting info about one slot fails.
    + Testing fixes.
    + Updated translations.

++++ glade:

  - Update to version 3.14.1:
    + Fixed bug in GtkButton custom editor properties sensitivity
    (bgo#685816).
    + Render bg in GladeDesignLayout and GladeDesignView.
    + Removed use of custon style providers. Fixes color problems in
    adwaita themes.

++++ gnome-calculator:

  - Update to version 6.6.1:
    + Fix error reporting not working for certain types of error.
    + Add shadow around display.

++++ gnome-contacts:

  - Update to version 3.6.1:
    + Updated translations.

++++ gnome-documents:

  - Update to version 3.6.1:
    + Add support for keyboard navigation and item activation.
    + Performance improvements when new files are added to the store.
    + Performance improvements when refreshing remote documents
    provider sources.
    + Fix detail label not ellipsizing in the main toolbar.
    + Fix window titles for Organize and Properties dialogs.

++++ gnome-online-accounts:

  - Update to version 3.6.1:
    + Bugs fixed: bgo#660932, bgo#681729, bgo#683911, bgo#683968.
    + Updated translations.

++++ nautilus:

  - Update to version 3.6.1:
    + Fix floating bar not disappearing on search finish
    + Fix fullcolor icons appearing in the pathbar for mount roots
    + Fix drag and drop of multiple rows in list view
    + Fix search relevance not being applied correctly when searching
    + Fix sidebar visibility switch applying to all windows
    + Fix search location when moving to a search directory in
    Back/Forward history
    + Fix missing search results with non-ASCII characters
    + Fix Home/Trash not showing up in shell provider results
    + Fix startup notification not working when opening multiple
    windows
    + Fix search results not focusing when activated from the Shell
    + Fix error dialog not showing up when entering a non-existant
    location in Connect to Server
    + Fix inability to open files after cancelling a rename in list
    view under some circumstances
    + Fix desktop icons not following the primary monitor workarea
    when multihead is used with the desktop enabled
    + Fix crasher when search string changes too fast
    + Fix crasher when enabling search while loading a directory
    + Fix crasher when trying to open a saved search file
    + Fix crasher when Tracker is installed but not running
    + Fix crasher in the shell search provider for bookmarks/mounts
    with an empty name.

++++ gnome-system-monitor:

  - Update to version 3.6.1:
    + Bugs fixed: bgo#605571, bgo#656365, bgo#673120, bgo#683762.
    + Updated translations.

++++ gnome-user-docs:

  - Update to version 3.6.1:
    + Updated translations.

++++ gvfs:

  - Update to version 1.14.1:
    + client: Don't disable exit_on_close on session bus.
    + fuse: Don't crash on unmount.
    + udisks2: Add appropriate content type for media players.
    + gphoto2: Make sure to not call g_mutex_clear twice, causing a
    crash.
    + Fix OpenBSD portability issues.
    + Updated translations.

++++ harfbuzz:

  - Update to version 0.9.5:
    + Synthetic-GSUB Arabic fallback shaping.
    + Misc Indic improvements.
    + Add build system support for pthread.
    + Imported UCDN for in-tree Unicode callbacks implementation.
    + Context-aware Arabic joining.
    + Misc other fixes.
    + API extensions.

++++ kiwi:

  - cleanup volume size calculation to be more readable
  - fixed broken symlink when creating tbz images
  - DB: update check target to verify docbook build env
  - DB: rebuild documentation
  - DB: update documentation, add some notes to oem pxe installs

++++ libapr1:

  - buildrequire explicitly netcfg for the test suite

++++ systemd:

  - Create a systemd-mini specfile to prevent cycle in bootstrapping

++++ libgweather:

  - Update to version 3.6.1:
    + Updated translations.

++++ openjpeg:

  - Update to version 1.5.1:
    Security:
    * Fixes: CVE-2012-3535
    * Fixes: CVE-2012-3358
    New Features:
    * Use a new API scheme and solve the SOVERSIONing in OpenJPEG
    * Allow better integration with multi-arch system
    * Compile & Install Java bindings (CMake)
    * Install required addXMLinJP2 (JPIP)
    Misc:
    * Fix linker error by resolving all symbols (eg. missing -lm)
    * Fix some man page typos
    * Huge amount of bug fixes. See CHANGES for details.
  - Removed the following patches (fixed upstream):
    * heap_buffer_overflow_fix.patch
    * heap_buffer_overflow_2_fix.patch
    * heap_corruption_fix.patch
    * openjpeg-1.5.0-cmake_Config.patch
    * openjpeg-1.5.0-cmake_libdir.patch
    * openjpeg-1.5.0-pkgconfig_includedir.patch
  - Replaced openjpeg-1.5.0-cmake_header_symlink.patch with a fix inside the spec
    file.
  - Removed symlink from %{_includedir}/openjpeg-1.5 to %{_includedir}/openjpeg
    (not needed).
  - Added the following patches (taken from Fedora):
    * openjpeg-1.5.1-cmake_libdir.patch
    Fix libopenjpeg.pc symlink
    * openjpeg-1.5.1-soname.patch
    Revert soname bump compared to 1.5.0 release

++++ libpng16:

  - updated to 1.6.0beta29

++++ python-base:

  - buildrequire explicitly netcfg for the test suite

++++ snapper:

  - merged dbus branch (fate #313010 and fate #313042)
  - allows non-root user to use snapper
  - record user id during snapshot creation
  - run background comparisons sequential
  - use ioctl instead of btrfs program
  - disable ext4 support
  - removed Python bindings
  - version 0.1.0

++++ libsocialweb:

  - Update to version 0.25.21:
    + flickr: Only try and check the token if we have one.

++++ libxfce4ui:

  - avoid circular dependency between libxfce4ui and exo

++++ yelp:

  - Update to version 3.6.1:
    + Updated translations.

++++ zlib:

  - add longest_match performance patch (fate#314093)
    * suggested by IBM, sent upstream
  - rename the main library package to libz1 according Shared
    Library Policy
  - profiling build can be enabled via build --with profiling
  - use the human-readable package description from zlib.net
  - add rpmlintrc

++++ luit:

  - switched to fontenc instead of iconv (includes support for CJK)
  - Update to version 1.2-20121014:
    * review/improve no-leaks checking with valgrind.
    * add  null-pointer checks in copyOut in case a non-8bit encoding was
    used with the iconv configuration.
    * document environment variables used by luit in its manpage.
    * amend  the  check using nl_langinfo(CODESET) in 2011/10/30 changes,
    ignoring  that section if the -encoding option was given (report by
    Alexios Zavras). (bnc#781836)
    * support --datarootdir option in configure script.
    * updated configure macros:
    * update config.guess, config.sub

++++ metacity:

  - Update to version 2.34.13:
    + Fix minimization problem of iconified windows.
    + Updated translations.

++++ perl-Bootloader:

  - fix compat issues with older perl & rpm
  - 0.703

++++ perl-Net-SNMP:

  - buildrequire netcfg for the test suite

++++ permissions:

  - temporarily add su.core. workaround for the migration of su from
    coreutils to util-linux needs to be reverted as soon as util-linux
    is also in

++++ tomboy:

  - Update to version 1.12.1:
    + Updated translations.

++++ xorg-x11-server:

  - u_vgaHW-no-legacy.patch
    * likely fixes build on ppc

++++ yelp-xsl:

  - Update to version 3.6.1:
    + Updated translations.

------------------------------------------------------------------
------------------  2012-10-14  -  Oct 14 2012  -------------------
------------------------------------------------------------------

++++ evolution:

  - Update to version 3.6.1:
    + Make contact maps work again.
    + Bugs fixed: bgo#684249, bgo#684447, bgo#684691, bgo#685675.
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.6.1:
    + ESourceRegistryServer: File monitor should set flags on new
    sources.
    + Build fixes.
    + Bugs fixed: bgo#685588, bgo#685725, bgo#685713.
    + Updated translations.

++++ libgexiv2:

  - Update to version 0.5.0:
    + Corrects a major issue where some required directories wouldn't
    be created when running 'make install'.
    + Corrects an issue where gexiv2.py wouldn't get copied to the
    tarball when running 'make dist'.
    + Adds support for GObject introspection.
  - Changes from version 0.4.90:
    + Corrected an issue with the makefile that would cause the GIR
    scanner to generate a lot of
    inconsequential-but-seemingly-ominous warnings.
    + Corrected handling of altitude in
    gexiv2_metadata_set_gps_info().
  - Add pkgconfig(gobject-introspection-1.0), due to new upstream
    introspection support.
  - Pass --enable-introspection to configure, to build introspection
    support.
  - New subpackage typelib-1_0-GExiv2-0_4, containing introspection
    typelib.
  - Switch to xz tarball, upstream does not provide tar.bz2 anymore.
  - Drop conditional for obsolete openSUSE versions, we don't build
    for them anymore anyway.

++++ poppler:

  - Update to version 0.21.0:
    + core:
  - Support the modification of files with Encrypt
  - Annotation improvements
  - Form improvements
  - Splash: Implement DeviceN support
  - Splash: Avoid bogus memory error for tilingPattern
  - TextOutputDev: Allow multiple fonts in a TextWord
  - Kill the concept of base dir
  - PSOutputDev: Always write HiResBoundingBox (fdo#53159)
  - Convert UTF-16 to UCS-4 when reading toUnicode cmap
  - GooString formatting: add support for uppercase hexadecimal
  - Use error() instead of fprintf(stderr, ...) in
    Annot::layoutText
  - poppler-config.h: remove WITH_FONTCONFIGURATION_* macros
    + glib:
  - Annotation improvements
  - Add poppler_page_remove_annot()
  - Add poppler_document_new_from_stream
  - Add poppler_document_new_from_gfile
  - Add poppler_page_find_text_with_options (fdo#2951)
  - Demo improvements
  - Port tests and demo to GTK+3
    + qt4:
  - Add accessor methods for movie poster information
  - Make 'additional actions' available in Annotation API
    (fdo#53589)
  - Add whole-page search method to Poppler::Page
  - Small changes in tests
    + utils:
  - pdftohtml: Make the output more xhtml compliant
  - pdftohtml: Add -fontfullname. (fdo#49872)
  - pdftohtml: Do not invoke gs anymore
    + build system:
  - Add the possibility of using lcms1 even if lcms2 is installed
  - Remove extra fontconfig CFLAGS and LIBS
  - Changes from version 0.20.4:
    + core:
  - Improvements regarding embedded file handling. (KDE#306008)
  - Fix opening some broken files (fdo#14303)
  - Fix memory leaks
  - Fix crashes in various broken files
  - Refine warning to only complain when really needed
  - Remove function declared but not implemented
  - Remove execution permissions from a header file
    + qt4:
  - Improvements regarding embedded file handling. (KDE#306008)
  - Bump sonames following upstream changes.

++++ poppler-qt:

  - Update to version 0.21.0:
    + core:
  - Support the modification of files with Encrypt
  - Annotation improvements
  - Form improvements
  - Splash: Implement DeviceN support
  - Splash: Avoid bogus memory error for tilingPattern
  - TextOutputDev: Allow multiple fonts in a TextWord
  - Kill the concept of base dir
  - PSOutputDev: Always write HiResBoundingBox (fdo#53159)
  - Convert UTF-16 to UCS-4 when reading toUnicode cmap
  - GooString formatting: add support for uppercase hexadecimal
  - Use error() instead of fprintf(stderr, ...) in
    Annot::layoutText
  - poppler-config.h: remove WITH_FONTCONFIGURATION_* macros
    + glib:
  - Annotation improvements
  - Add poppler_page_remove_annot()
  - Add poppler_document_new_from_stream
  - Add poppler_document_new_from_gfile
  - Add poppler_page_find_text_with_options (fdo#2951)
  - Demo improvements
  - Port tests and demo to GTK+3
    + qt4:
  - Add accessor methods for movie poster information
  - Make 'additional actions' available in Annotation API
    (fdo#53589)
  - Add whole-page search method to Poppler::Page
  - Small changes in tests
    + utils:
  - pdftohtml: Make the output more xhtml compliant
  - pdftohtml: Add -fontfullname. (fdo#49872)
  - pdftohtml: Do not invoke gs anymore
    + build system:
  - Add the possibility of using lcms1 even if lcms2 is installed
  - Remove extra fontconfig CFLAGS and LIBS
  - Changes from version 0.20.4:
    + core:
  - Improvements regarding embedded file handling. (KDE#306008)
  - Fix opening some broken files (fdo#14303)
  - Fix memory leaks
  - Fix crashes in various broken files
  - Refine warning to only complain when really needed
  - Remove function declared but not implemented
  - Remove execution permissions from a header file
    + qt4:
  - Improvements regarding embedded file handling. (KDE#306008)
  - Bump sonames following upstream changes.

++++ xf86-video-intel:

  - Update to version 2.20.10:
    The last couple of weeks have been fairly retrospective, a dive
    into prehistory tidying up the earlier generations which lay
    languishing as the core progressed and lead to a number of annoying
    core bugs being fixed.
  - Bugs fixed since 2.20.9:
    + Release DRM master earlier during shutdown so switching between
    multiple X servers works automatically.
    https://bugs.freedesktop.org/show_bug.cgi?id=55446
    + Suppress error propagation from DRI2GetMSC and behave as if the
    pipe was simply off to avoid unexpected errors in the clients
    https://bugs.freedesktop.org/show_bug.cgi?id=55395
    + A few fixes to i8xx batch emission, ensuring that the GPU is
    always in a valid state.
    https://bugs.freedesktop.org/show_bug.cgi?id=55455
    + Prevent a use-after-free during UXA shutdown due to inspecting
    the glamor flags after the glamor interface had been freed.
    + Prevent a crash combining TearFree and rotations.
    https://bugs.freedesktop.org/show_bug.cgi?id=55527
    + Correct a missing damage upload along PutImage after using the CPU
    bo as a source for the GPU.
    https://bugs.freedesktop.org/show_bug.cgi?id=55508
    + Fix compilation for older glibc without O_CLOEXEC
    https://bugs.freedesktop.org/show_bug.cgi?id=55577
    + Fix out-of-tree builds failing to recompile the gen4 assemblies
    https://bugs.freedesktop.org/show_bug.cgi?id=55645
    + Fix non-standard build host configuration handling for intel-gen4asm
    https://bugs.freedesktop.org/show_bug.cgi?id=55646
    + Fix a potential batch buffer overflow when replacing the last BLT
    fill operation with a copy
    https://bugs.freedesktop.org/show_bug.cgi?id=55700
    + Flush the render pipeline more frequently on Ironlake as not all
    pipelined state changes are.
    https://bugs.freedesktop.org/show_bug.cgi?id=51422
    + Detect when we need to read the destination for the background raster
    op during fallbacks.
    https://bugs.freedesktop.org/show_bug.cgi?id=55810
    + Avoid a potential deference of an invalid CPU mmap after doing an
    inplace tiled upload.
    https://bugs.freedesktop.org/show_bug.cgi?id=55812
    + Prevent sign extension when packing the upload data for CopyPlane
    https://bugs.freedesktop.org/show_bug.cgi?id=55823
    + Fix some render corruption with a UDL slave output and pageflipping

++++ xf86-video-r128:

  - Update to version 6.9.1:
    + Fix make distcheck.
    + Scale Xv with the vertical stretch ratio.
    + Remove nested preprocessor checks.
    + Fix missing preprocessor check for R128DRI.
    + Make debug mode work again.
    + Add EXA support, This introduces EXA acceleration which can
    improve performance and allow 2D acceleration to be used
    without XAA. Implemented hooks are Solid, Copy and Composite.
    + Enable EXA by default if XAA isn't available at buildtime.

------------------------------------------------------------------
------------------  2012-10-13  -  Oct 13 2012  -------------------
------------------------------------------------------------------

++++ cups-pk-helper:

  - Update to version 0.2.4:
    + Fix detection of CUPS version.

++++ kdelibs4:

  - Add patch from upstream to enable correct Python 3 installation:
    this is a prerequisite to provide PyKDE4 Python 3 packages.
  - Currently the patch is enabled just for Factory (openSUSE 12.3)

++++ kernel-default:

  - x86/kbuild: archscripts depends on scripts_basic.
  - commit 007718d
  - Linux 3.6.2.
  - commit 798d597

++++ kernel-desktop:

  - x86/kbuild: archscripts depends on scripts_basic.
  - commit 007718d
  - Linux 3.6.2.
  - commit 798d597

++++ kernel-pae:

  - x86/kbuild: archscripts depends on scripts_basic.
  - commit 007718d
  - Linux 3.6.2.
  - commit 798d597

++++ krb5:

  - do not require systemd in krb5-mini

++++ libosinfo:

  - Update to version 0.2.1:
    + Fix and simplify udev rule.
    + Fedora:
  - Fix minimum RAM requirements for F16 and F17.
    + Add data on:
  - Fedora 18
  - GNOME 3.6
  - Ubuntu 12.10
    + Fixes to doc build.
    + Install script:
  - Add get_config_param method.
  - Differenciate between expected/output script names.
  - Add more utility functions.
    + Add 'installer-reboots' parameter to medias.
    + osinfo-detect does not die of DB loading errors anymore.
    + More type-specific entity value getters/setters.
    + Fixe and update RNG file.
    + Add 'subsystem' property/attribute to devices.

++++ media-player-info:

  - move udev rules to /usr

++++ xf86-video-mga:

  - Update to version 1.6.2:
    + Bring dri1 back to life.
    + Add stub storm functions if not using XAA.
    + Remove mibstore.h.

------------------------------------------------------------------
------------------  2012-10-12  -  Oct 12 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - update from git:
    * remove all files not necessary for systemd
    * move files to /usr and leave symlinks around
  - conflict with sysvinit

++++ audit-secondary:

  - Update to version 2.2.1, see audit's changes

++++ cairo:

  - 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.

++++ claws-mail:

  - Add claws-mail-3.8.1-procmime-vuln.patch: Fixes NULL pointer
    derefence while processing email content. (bnc#784463),
    (CVE-2012-4507).

++++ cups-pk-helper:

  - Update to version 0.2.3:
    + Fix security flaw in cupsGetFile/cupsPutFile wrappers
    (CVE-2012-4510, bnc#783488)
    + Escape printer/class names before putting them in URIs
    + Be stricter when validating printer names
    + Fix build with CUPS >= 1.6
    + New/updated translations.

++++ filesystem:

  - own /usr/lib/tmpfiles.d

++++ gparted:

  - Update to version 0.14.0:
    + Key changes include:
  - Add LVM PV read-write support
  - Fix crash when pressing Esc in dialogs with number entry
    + Bugs fixed: bgo#670171, bgo#682658, bgo#684115, bgo#683255
    + Updated translations.

++++ ibus-table:

  - Update to 1.4.99.20121012
    * Updated PO files.
    * Merge remote-tracking branch 'mozbugbox/page-up-down-config' into

++++ kiwi:

  - v5.04.17 released
  - arm: fixed JeOS uboot-setup.tgz:setupUBoot.sh. when calling
    code via runHook the first parameter is the name of the hook
    thus I had to shift all params by one
  - v5.04.16 released
  - fixed reading search path for custom boot config scripts.
    The information of the origin path of the image description
    is read from the image/main::Prepare file stored in the
    unpacked root tree. Within KIWIBoot the reading of that file
    should be done inside the constructor when the XML data
    is read from the unpacked tree. That way the path is consistent
    for the life time of the object and needs to be read only
    once.
  - fixed typo in message string, obsolete '\n'
  - fixed kiwi --installcd mode and the global mount() method
    in general to know about LVM disks. In this case the mount
    has to activate the volume group in order to access the
    devices inside. The code to do this was in the checkLVMbind
    method in KIWIBoot but it is required before in the mount()
    method in KIWIGlobals

++++ audit:

  - update to 2.2.1, upstream changelog:
    2.2.1
  - Add more interpretations in auparse for syscall parameters
  - Add some interpretations to ausearch for syscall parameters
  - In ausearch/report and auparse, allocate extra space for node names
  - Update syscall tables for the 3.3.0 kernel
  - Update libev to 4.0.4
  - Reduce the size of some applications
  - In auditctl, check usage against euid rather than uid
    2.2
  - Correct all rules for clock_settime
  - Fix possible segfault in auparse library
  - Handle malformed socket addresses better
  - Improve performance in audit_log_user_message()
  - Improve performance in writing to the log file in auditd
  - Syscall update for accept4 and recvmmsg
  - Update autrace resource usage mode syscall list
  - Improved sample rules for recent syscalls
  - Add some debug info to audisp-remote startup and shutdown
  - Make compiling with Python optional
  - In auditd, if disk_error_action is ignore, don't syslog anything
  - Fix some memory leaks
  - If audispd is stopping, don't restart children
  - Add support in auditctl for shell escaped filenames (Alexander)
  - Add search support for virt events (Marcelo Cerri)
  - Update interpretation tables
  - Sync auparse's auditd config parser with auditd's parser
  - In ausearch, also use cwd fields in file name searchs
  - In ausearch, parse cwd in USER_CMD events
  - In ausearch, correct parsing of uid in user space events
  - In ausearch, update parsing of integrity events
  - Apply some text cleanups from Debian (Russell Coker)
  - In auditd, relax some permission checks for external apps
  - Add ROLE_MODIFY event type
  - In auditctl, new -c option to continue through bad rules but with failed exit
  - Add auvirt program to do special reporting on virt events (Marcelo Cerri)
  - Add interfield comparison support to auditctl (Peter Moody)
  - Update auparse type intepretation for apparmor (Marcelo Cerri)
  - Increase tcp_max_per_addr maximum to 1024.
  - remove audit-no_python.patch, there is a configure switch for that now
  - remove prereq on sysvinit

++++ xfce4-branding-openSUSE:

  - added audio-input-microphone-muted icon to openSUSE Xfce icon
    theme which is used by xfce4-mixer 4.10.0

++++ plymouth:

  - Remove the non required font file in /etc/fonts/conf.avail/ .

++++ pidgin:

  - Fix build on openSUSE < 12.2: inverted %if needs some brackets
    if it's a more complex statement.

++++ libzio:

  - Adjust baselibs.conf to include libzio1

++++ seamonkey:

  - update to SeaMonkey 2.13.1 (bnc#783533)
    * MFSA 2012-88/CVE-2012-4191 (bmo#798045)
    Miscellaneous memory safety hazards
    * MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619)
    defaultValue security checks not applied

++++ yast2-storage:

  - mention in help text that read-only mount flag is ignored during
    installation (bnc#771556)

++++ ypbind:

  - Set NIS domainname if not set already before starting ypbind
    (bnc#716746).

------------------------------------------------------------------
------------------  2012-10-11  -  Oct 11 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 16.0.1 (bnc#783533)
    * MFSA 2012-88/CVE-2012-4191 (bmo#798045)
    Miscellaneous memory safety hazards
    * MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619)
    defaultValue security checks not applied

++++ MozillaThunderbird:

  - update to Thunderbird 16.0.1 (bnc#783533)
    * MFSA 2012-88/CVE-2012-4191 (bmo#798045)
    Miscellaneous memory safety hazards
    * MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619)
    defaultValue security checks not applied

++++ php5:

  - updated to 5.3.17:
    * Fixed bug (segfault while build with zts and GOTO vm-kind)
    * Fixed bug #62844 (parse_url() does not recognize //
    * etc. see NEWS for details

++++ desktop-file-utils:

  - Update to verison 0.21:
    + desktop-file-validate:
  - update to current version of menu specification:
    . only print hint if no main category is present, not an
    error
    . make Science a main category
    . add new registered categories: Adult, Feed, Humanities,
    Maps, Shooter, Spirituality, XFCE
    . update related categories
    . add TDE to list of registered OnlyShowIn
  - accept and validate GNOME3/GSettings for AutostartCondition
  - output hint if more than one main category is present
  - output hint about suggested related categories
    + misc:
  - do not require glib >= 2.28 for build

++++ fcitx:

  -  update to 4.2.6.1
    * a bugfix release, fix including:
    + FreeBSD xlib path detection
    + A few crash related bug
    + reduce remove call that save profile
    + Workaround a bug for qt older than 4.8.0
    (http://code.google.com/p/fcitx/issues/detail?id=630)
    + fcitx-config-gtk3 will not be called under KDE.
    + fcitx-table-emoji not usable under 4.2.6
    + IM switchkey will not be captured if there is only one im or no im at all.
    + A bunch of fix for gtk im module.

++++ fcitx-googlepinyin:

  - updte 0.1.6
    * a bug fix release

++++ git:

  - updated to version 1.7.12.3:
    * "git am" mishandled a patch attached as application/octet-stream
    (e.g. not text/*); Content-Transfer-Encoding (e.g. base64) was not
    honored correctly.
    * It was unclear in the documentation for "git blame" that it is
    unnecessary for users to use the "--follow" option.
    * A repository created with "git clone --single" had its fetch
    refspecs set up just like a clone without "--single", leading the
    subsequent "git fetch" to slurp all the other branches, defeating
    the whole point of specifying "only this branch".
    * "git fetch" over http had an old workaround for an unlikely server
    misconfiguration; it turns out that this hurts debuggability of the
    configuration in general, and has been reverted.
    * "git fetch" over http advertised that it supports "deflate", which
    is much less common, and did not advertise the more common "gzip" on
    its Accept-Encoding header.
    * "git receive-pack" (the counterpart to "git push") did not give
    progress output while processing objects it received to the puser
    when run over the smart-http protocol.
    * "git status" honored the ignore=dirty settings in .gitmodules but
    "git commit" didn't.
    Also contains a handful of documentation updates.

++++ gnome-control-center:

  - Update to version 3.6.1:
    + Background:
  - Fix multi-monitor handling
  - Use a lighter texture for solid colours
    + Date & Time:
  - Update the current time when we change the timezone
    + Mouse:
  - Fix mouse test area not being in the correct position in some
    cases
    + Network:
  - Fix arrow direction in RTL languages
  - Don't resize the panel or the Wi-Fi list
  - Top align the back button in the Wi-Fi panel
  - Fix parenting problems when spawing a network dialogue
  - Don't try to activate out-of-range connections
  - Fix WPA Enterprise connections not working
  - Use a regular button for "Connect to Hidden Network"
    + Online Accounts:
  - Fix a warning on exit
    + Printers:
  - Fix wrong icon being used in the search entry
    + Region & Language:
  - Remove the unused "Remove" button
  - Reduce the number of required m17n desktop files
  - Repopulate the input sources when IBus becomes available
    again
  - Add support for inscript2 and Marathi phonetic input sources
    + Shell:
  - Fix entering the same panel twice
    + Sound:
  - Fix input level bar direction in RTL languages
    + User Accounts:
  - Fix the autologin icon not being recoloured.
  - Rebase gcc-private-connection.patch.

++++ kernel-default:

  - ARM (omap2plus) : re-enable OMAP DRM module
  - commit 379798d

++++ kernel-desktop:

  - ARM (omap2plus) : re-enable OMAP DRM module
  - commit 379798d

++++ kernel-pae:

  - ARM (omap2plus) : re-enable OMAP DRM module
  - commit 379798d

++++ kexec-tools:

  - Update to kexec 2.0.3.  Drop unneeded patches.

++++ kiwi:

  - fixed creation of .profile KIWI_LVM_LV* variables if no
    size is set for the volume
  - cleaned up the code which walks through the volumes of an
    LVM setup and calculates the volume sizes and disk size
    increasement

++++ plymouth:

  - Adjusted the upstream patch to remove the pid file. The original
    one seems to cause issues with the DM killing plymouth
  - Fix the Pango installation within the initrd. This would
    resolve the error message that Pango cannot find any fonts

++++ libproxy:

  - Add explicit netcfg BuildRequires for the test suite.

++++ libproxy-plugins:

  - Add explicit netcfg BuildRequires for the test suite.

++++ nagios:

  - add virtual provides 'monitoring_daemon' and
    'monitoring_webfrontend' to allow 3rd party packages to run also
    with compatible solutions like icinga

++++ nagios-plugins:

  - nagios-plugins-nagios can also check icinga
  - > require 'monitoring_daemon'

++++ virtualbox:

  - fix build, point source command to current directory ( use source ./env.sh )

++++ xfce4-mixer:

  - added xfce4-mixer-fix-default-window-size.patch in order to
    initialize window width and height to default values

++++ xterm:

  - Patch #283 - 2012/10/09
    * modify makefile and script to generate appropriate renaming
    s/xterm/xterm-dev/ for test-package's manpage.
    * improve makefile rules for installing/uninstalling pixmap
    files, to include the newer mini- and filled- variants.
    * clarify change in manpage regarding patch #282 change to
    always set a window-decoration icon, even if iconName is not
    set.
    * add a fourth flavor of window-decoration icons,
    "filled-xterm" for a monochrome xterm with filled interior.
    * use shape-mask to improve contrast of the window-decoration
    icons.
    * minor changes to icon colors to improve contrast on
    bright-mud backgrounds.
    * drop configure checks for memmove versus bcopy, and strerror
    function; all currently tested platforms support these.
    * cleanup configure macros, as done in byacc 20121003.
    * improve configurability of the built-in icon selectable via
    the iconName resource.
    * update config.guess, config.sub
  - fix build on older SUSE distros (post-12.2)

++++ yast2:

  - removed calls to /sbin/SuSEconfig, packages should care of
    updating configurations on their own

++++ yast2-ldap-client:

  - disable nscd caching when sssd is used (bnc#772944)
  - 2.23.1

++++ yast2-nis-client:

  - remove obsoleted SuSEconfig call
  - 2.23.0

++++ yast2-pam:

  - remove obsolete SuSEconfig call
  - 2.23.0

++++ yast2-samba-client:

  - remove obsolete SuSEconfig call
  - 2.23.0

------------------------------------------------------------------
------------------  2012-10-10  -  Oct 10 2012  -------------------
------------------------------------------------------------------

++++ augeas:

  - license update: GPL-3.0+ and LGPL-2.1+
    semicolon is ambiguous

++++ ca-certificates-mozilla:

  - updated certificates to revision 1.85 (bnc#783509)
    * new "Actalis Authentication Root CA"
    * new "Trustis FPS Root CA"
    * new "StartCom Certification Authority"
    * new "StartCom Certification Authority G2"
    * new "Buypass Class 2 Root CA"
    * new "Buypass Class 3 Root CA"
    * updated: "Sonera Class2 CA": remove code-signing
    * updated: "thawte Primary Root CA": added code-signing
    * updated: "Trustis_FPS_Root_CA.pem": added code-signing
    * updated: VeriSign Class 3 Public Primary Certification Authority - G5":
    added code-signing, email-protection

++++ gnome-bluetooth:

  - own udev directories to avoid udev buildrequire

++++ gnome-settings-daemon:

  - Update to version 3.6.1:
    + Color:
  - Fix possible crashers on exit
    + Keyboard:
  - Allow grabbing the Menu key
  - Apply XKB variants and options for each IBus engine
  - Don't setup legacy toolkits if IBus is missing
  - Add default setup for some particular languages
  - Convert old libgnomekbd and IBus configurations
  - Add support for more modifiers only combinations
  - Fix input switching eating the modifiers keys in some cases
    + Mouse:
  - Fix "Locate Pointer" eating the Ctrl key
  - Fix "Locate Pointer" animation showing when the Ctrl key has
    been used
    + Updates:
  - Never show the user a message about cancelled transactions
    + Wacom:
  - Fix LEDs switching for some tablet models
    + Housekeeping:
  - Fix possible crashers on exit.

++++ gstreamer-plugins-bad:

  - Remove unported plugins from the file list: LV2, mythtv, nas and xvid
  - Add the aac plugin to the file list
  - Correct the amr-wb plugin name in the file list

++++ hplip:

  - Bugfix version upgrade to 3.12.10a:
    The 'a' does not mean 'alpha' but "first bugfix of 3.12.10".
    Fixed crash in HP Device Manager and System Tray due to
    ValueError exception in HPLIP upgrade functionality, see
    https://bugs.launchpad.net/hplip/+bug/1064889 (bnc#784173).
  - Added "chmod a+x ... usr/share/hplip/fax/pstotiff" because
    "make install" installs it only with -rw-r--r-- permissions
    so that when the CUPS filter usr/lib/cups/filter/pstotiff
    which is a link to usr/share/hplip/fax/pstotiff is called,
    it cannot execute usr/share/hplip/fax/pstotiff, see
    https://bugs.launchpad.net/hplip/+bug/1064247 (bnc#783810).

++++ kdenetwork4:

  - replace dependency on linphone GUI with pure mediastreamer/ortp

++++ kernel-default:

  - Delete
    patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
  - Delete
    patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
  - Delete
    patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
    These are in 3.6.1.
  - commit 2a321c4

++++ kernel-desktop:

  - Delete
    patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
  - Delete
    patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
  - Delete
    patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
    These are in 3.6.1.
  - commit 2a321c4

++++ kernel-pae:

  - Delete
    patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
  - Delete
    patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
  - Delete
    patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
    These are in 3.6.1.
  - commit 2a321c4

++++ kiwi:

  - added boot time correction for kiwi initrd's (bnc #784316)
  - removed obsolete disable of hotplug helper when starting udev
  - start error logging as early as possible
  - removed obsolete comments about deletion of _legacy functions
    Robert already sorted them and added a comment on top of all
    these functions

++++ libproxy:

  - Update to version 0.4.9:
    + Fixed buffer overflow when downloading PAC (CVE-2012-4504).
    + Fix infinite loop uppon network errors.

++++ libproxy-plugins:

  - Update to version 0.4.9:
    + Fixed buffer overflow when downloading PAC (CVE-2012-4504).
    + Fix infinite loop uppon network errors.

++++ net-snmp:

  - update to version 5.7.2: several bug fixes in the agent, client
    utilities and libraries. The CHANGES file shipped with the
    package contains a comprehensive list of fixes and improvements
  - rebase patches to apply cleanly:
    * net-snmp-5.7.2-perl-tk-warning.patch
    * net-snmp-5.7.2-socket-path.patch
    * net-snmp-5.7.2-testing-empty-arptable.patch
    * net-snmp-5.7.2-pie.patch
    * net-snmp-5.7.2-velocity-mib.patch
    * net-snmp-5.7.2-fix-snmpd-crashing-when-an-agentx-disconnects.patch
  - remove patches that are now present in the upstream release:
    * net-snmp-5.7.0-recognize-reiserfs.patch
    * net-snmp-5.7.1-snmplib-zero-timeout.patch
    * net-snmp-5.7.1-old-api-double-free.patch
    * net-snmp-5.7.1-use-pclose-to-close-pipes.patch
    * net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
    * net-snmp-5.7.1-snmplib-default-retries.patch
    * net-snmp-5.7.1-fsys-memory-leak.patch
    * net-snmp-5.7.1-adjust-copyright-in-agent-txt-file.patch
    * net-snmp-5.7.1-recognize-ocfs2.patch
    * net-snmp-5.7.1-properly-clean-up-old-requests-in-subagents.patch
    * net-snmp-5.7.1-reduce-code-duplication-in-agentx.patch
    * net-snmp-5.7.1-log-agentx-disconnections.patch
    * net-snmp-5.7.1-more-robust-handling-of-agentx-errors.patch
    * net-snmp-5.7.1-report-problems-with-setundo-processing.patch
    * net-snmp-5.7.1-fix-array-index-error.patch

++++ liferea:

  - Update to version 1.8.9:
    + Added Instapaper.com to social bookmarking sites (sf#3564393)
    + Fix crash on network online status changes (sf#3567715)
    + Fixes preferences dialog not showing up a second time.
    + Fixes reloading item when browsing inside the item view.

++++ qemu:

  - use ulong for syscall parameters. fixes lseek with big files
  - Add more block ioctl handlers for kiwi

++++ qemu-linux-user:

  - use ulong for syscall parameters. fixes lseek with big files
  - Add more block ioctl handlers for kiwi

++++ rpm:

  - follow armv5tel architecture switch from armv5el

++++ shotwell:

  - Update to version 0.13.1:
    + Fixes an issue in which Shotwell would crash after deleting all
    photos present in a view.
    + Fixes an issue where Shotwell would not include all selected
    photos during a Nautilus "Send To..." export operation
    + Corrects a problem in which the file chooser dialog used to
    select Shotwell's library location would inappropriately select
    the parent directory of the chosen directory
    + Shotwell now properly inhibits the system screensaver when
    playing a slideshow
    + Fixes an issue in which the search filter bar could become
    invisible even though a filter was being applied
    + A progress bar now correctly appears during long batch rotate
    and auto-enhance operations
    + Shotwell no longer crashes when certain kinds of malformed
    responses are received from remote servers during photo
    publishing
    + Corrected translation and desktop integration error.
  - Add shotwell-no-libexecdir.patch: Move the migrator binary from
    /usr/libexec/shotwell to /usr/lib/shotwell, which is our
    %{_libexecdir} specification.

++++ xfce4-mixer:

  - update to version 4.10.0
  - do not use G_VALUE_INIT which is only available in glib >= 2.30
  - translation updates
  - drop obsolete xfce4-mixer-do-not-use-glib-2.30-symbols.patch and
    xfce4-mixer-fix-typo.patch

++++ yast2-ftp-server:

  - Recognize [: ] as separator for PassivePortRange
  - bnc#782386 and bnc#756612
  - v2.22.1

++++ yast2-ldap-client:

  - disable sssd service on LDAP client disablemebt (bnc#772944)

------------------------------------------------------------------
------------------  2012-10-9  -  Oct 9 2012  -------------------
------------------------------------------------------------------

++++ aspell:

  - license FDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications

++++ bluedevil:

  - Update to version 1.2.4
    * Preventing sending files (kde#297785)
    * Fallback to DocumentsLocation if the destination folder is writable (kde#294041)
    * Preventing tethering using PAN (kde#285637)
    * Many graphical fixes

++++ bundle-lang-common:

  - update package list

++++ bundle-lang-gnome:

  - update package list

++++ bundle-lang-kde:

  - update package list

++++ empathy:

  - Update to version 3.6.0.3:
    + Fix build errors in the Ubuntu Online Accounts plugin
  - Changes from version 3.6.0.2:
    + Fixes a crash when approving a chat from the contact list
    + Bugs fixed: bgo#681725, bgo#684898, bgo#685498, bgo#685652,
    bgo#685663
    + Updated translations.
  - Disable parallel build, as it randomly fails (bgo#685837).

++++ glibc:

  - Fix malloc_usable_size (swo#1349, bnc#745247) (patch
    malloc-check-size.patch).
  - Update to current glibc 2.16 (git a5cfcf08ffaa):
    * fix fma detection
    * Don't parse %s format argument as multibyte string
    * Use size_t instead of int for internal variables in glob
    * Properly handle fencepost with MALLOC_ALIGN_MASK

++++ glibc:

  - Fix malloc_usable_size (swo#1349, bnc#745247) (patch
    malloc-check-size.patch).
  - Update to current glibc 2.16 (git a5cfcf08ffaa):
    * fix fma detection
    * Don't parse %s format argument as multibyte string
    * Use size_t instead of int for internal variables in glob
    * Properly handle fencepost with MALLOC_ALIGN_MASK

++++ gstreamer:

  - Update to version 1.0.1:
    + Capsfilter prefers filter caps over passthrough now
    + Application Development Manual, Plugin Writer's Guide and other
    documentation updated and extended for 1.0
    + Bugs fixed: bgo#680862, bgo#684538, bgo#684755, bgo#684765,
    bgo#684809, bgo#684970, bgo#684981, bgo#685072.

++++ gstreamer-plugins-bad:

  - Update to version 1.0.1:
    + fieldanalysis and frei0r plugins ported to 1.0
    + DVD playback fixes
    + pitch: transform timestamps properly after a seek
    + camerabin fixes
    + Bugs fixed: bgo#667220, bgo#681562, bgo#681564, bgo#681678,
    bgo#684740, bgo#684847, bgo#685065, bgo#685159.

++++ gstreamer-plugins-base:

  - Update to version 1.0.1:
    + videodecoder and -encoder timestamp handling improvements
    + thread-safey fixes for GstMeta registrations and
    GstVideoDecoder
    + Bugs fixed: bgo#684424, bgo#684832, bgo#685110, bgo#685242,
    bgo#685332, bgo#685490.

++++ gstreamer-plugins-good:

  - Update to version 1.0.1:
    + interleave, deinterlave: channel handling fixes for mono audio
    + videobalance now supports NV12 and NV21 as well
    + Bugs fixed: bgo#683622, bgo#684972, bgo#684977, bgo#685059,
    bgo#685213, bgo#685512.

++++ iproute2:

  - Update to new upstream release 3.6.0
    * ss: report SK_MEMINFO_BACKLOG
    * tc: add ipset ematch
    * iplink: add support for num[tr]xqueues
    * iproute2: Add FDB print and update cmds for self and master
    * iproute: Add ability to save, restore and show the interfaces'
    addresses
    * iproute2: VTI support for ip link command
  - Rename iproute2-libdir-1.diff to iproute2-dirs.diff, as it does
    more than just changing LIBDIR.
  - Add revert-pdf-creation.diff, as the new PDF creation commands
    do not want to work with openSUSE 12.2 and before.

++++ kdebase4-workspace:

  - require xdm as the patch kdm-sysconfig-values.diff requires
    /var/lib/xdm/authdir/authfiles at runtime (bnc#784212)

++++ kiwi:

  - fixed repo setup for arm JeOS template

++++ kiwi-config-openSUSE:

  - do no longer call SuSEconfig

++++ lua:

  - Tweak lua-suse.diff again:
    * LUA_IFUNC must be defined as upstream but without "extern",
    revert the previous mod.
    * LUA_API must be defined as visibility default

++++ libnl3:

  - Update to new upstream release 3.2.13
    * More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msg
    * genl_ctrl_probe_by_name: fix checking of genlmsg_put() return value

++++ pidgin:

  - Introduce with_evolution defines, which enables/disables the
    evolution plugin conditionally (only available on openSUSE<=12.2)
    as pidgin does not yet support GNOME 3.6 (pidgin.im#15353)
    + if with_evolution is not defined (false/0):
  - evolution-data-server BuildRequires is being skipped
  - Do not pass --with-gevolution to configure.
  - Do not build the -evolution sub package
  - Obsolete pidgin-evolution from the main package.
  - Pass --disable-vv to configure, as farstream 0.2 support is not
    avaialble yet.

++++ man:

  - Avoid double free of pointer internal_locale due dup onto
    pointer lang

++++ mdadm:

  - remove /lib/udev/devices from specfile as it is
    unused
  - mkinitrd-setup.sh: fixed recent breakage for IMSM
    arrays (bnc#783444)

++++ system-config-printer:

  - Update to version 1.3.12:
    + Fixed udev rules so a systemd service is created for the device
    + Cleaned up systemd service description.
    + udev: Allow remove to take the same format address.
    + Catch-all for gnomekeyring exceptions (bgo#859760).
  - Fix %post/%postun scripts to reference the new service name (and
    do not handle demo.service; an obvious copy/paste error).

++++ qemu:

  - Sync qemu.spec.in file, please don't forget!

++++ qemu-linux-user:

  - Sync qemu.spec.in file, please don't forget!

++++ screen:

  - add use_locale.diff to fix --enable-use-locale configure option

++++ vpnc:

  - Update to rev 517 of nortel branch
  - Check Vendor vs nat traversal mode
  - Fix compatibility with Solaris 10 /bin/sh
  - Package now owns the /var/run/vpnc directory (bnc#773379)

------------------------------------------------------------------
------------------  2012-10-8  -  Oct 8 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to version 9.0:
    Mesa 9.0 has been released.  Mesa 9.0 is a feature release.
    "The" big feature is the availability of OpenGL 3.1 on some
    supported hardware.
    + Remove the Git Commit ID

++++ MozillaThunderbird:

  - update to Thunderbird 16.0 (bnc#783533)
    * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
    Miscellaneous memory safety hazards
    * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
    select element persistance allows for attacks
    * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
    Continued access to initial origin after setting document.domain
    * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
    Some DOMWindowUtils methods bypass security checks
    * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
    DOS and crash with full screen and history navigation
    * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
    Crash with invalid cast when using instanceof operator
    * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
    GetProperty function can bypass security checks
    * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
    top object and location property accessible by plugins
    * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
    Chrome Object Wrapper (COW) does not disallow acces to privileged
    functions or properties
    * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
    Spoofing and script injection through location.hash
    * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
    CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
    Use-after-free, buffer overflow, and out of bounds read issues
    found using Address Sanitizer
    * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
    CVE-2012-4188
    Heap memory corruption issues found using Address Sanitizer
    * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
    Use-after-free in the IME State Manager
  - update Enigmail to version 1.4.5

++++ aaa_base:

  - Update from git:
    * Fix typo in /usr/lib/tmpfiles.d/loop.conf
  - update from git to get the latest change too

++++ cantarell-fonts:

  - use %files_fontsconf_availdir and %files_fontsconf_file macros

++++ elfutils:

  - Fix baselibs.conf: elfutils-devel -> libelf-devel

++++ ethtool:

  - Update to new upstream release 3.6
    * Feature: Allow setting MDI-X state (-s option)
    * Fix: Preserve pause advertising bits when setting speed and
    duplex with autoneg on (-s option)
    * Fix: Don't call ioctl to set EEE parameters if they are the
    same as the current parameters (--set-eee option)

++++ git:

  - Use ./.make also in %check to test exactly what was built
  - Avoid duplicate file warnings

++++ iptables:

  - Update to new upstream release 1.4.16.3
    * This release includes aliasing support which translates command
    lines using obsolete extensions into new ones. The option parser
    now flags illegal negative numbers in some more extensions.
    A division by zero was resolved in libxt_limit as well.

++++ java-1_7_0-openjdk:

  - %posttrans java-cacerts and cacerts are now recreated if missing, are not
    properly linked and does not contain/point to file with correct mime-type
    application/x-java-keystore
    * fixes bnc#781690: NoSuchAlgorithmException: SunJSSE
    * fixes bnc#727223 - Exceptions during certificate import

++++ kdebase4-openSUSE:

  - Using openSUSE plasma theme by default
  - Fix for Oxygen_white mouse cursor icon theme using by default

++++ kernel-default:

  - Remove noncompiling modules
  - commit b7cdd5a
  - ARM: Update config files: Exynos: Enable serial console
  - commit a8d41ec

++++ kernel-desktop:

  - Remove noncompiling modules
  - commit b7cdd5a
  - ARM: Update config files: Exynos: Enable serial console
  - commit a8d41ec

++++ kernel-pae:

  - Remove noncompiling modules
  - commit b7cdd5a
  - ARM: Update config files: Exynos: Enable serial console
  - commit a8d41ec

++++ kiwi:

  - use simple TERM signal to stop initrd's udevd

++++ i4l-base:

  - Use tmpfiles.d instead of obsolete /lib/udev/devices for static
    device nodes

++++ ncurses:

  - Add ncurses patch 5.9.20121006
    + improve CF_GCC_VERSION to work around Debian's customization of gcc
  - -version message.
    + improve configure macros as done in byacc:
    + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
    has used that for a while.
    + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
    for experimental use.
    + remove unused configure macros.
    + modify configure script and makefiles to quiet new autoconf warning
    for LIBS_TO_MAKE variable.
    + modify configure script to show $PATH_SEPARATOR variable.
    + update config.guess, config.sub
  - Add ncurses patch 5.9.20120922
    + modify setupterm to set its copy of TERM to "unknown" if configured
    for the terminal driver and TERM was null or empty.
    + modify treatment of TERM variable for MinGW port to allow explicit
    use of the windows console driver by checking if $TERM is set to
    "#win32con" or an abbreviation of that.
    + undo recent change to fallback definition of vsscanf() to

++++ libnetfilter_conntrack:

  - Update to new upstream release 1.0.2
    * This release provides new interfaces to interact with libmnl,
    and also has several fixes.

++++ libnfnetlink:

  - Update to new upstream release 1.0.1
    (no changes over 1.0.0+git35, this is just the official release)

++++ libopensync:

  - do not fail on deprecated glib functions

++++ python-base:

  - remove distutils.cfg (bnc#658604)
    * this changes default prefix for distutils to /usr
    * see ML for details:
    http://lists.opensuse.org/opensuse-packaging/2012-09/msg00254.html

++++ python3-base:

  - remove distutils.cfg (bnc#658604)
    * this changes default prefix for distutils to /usr
    * see ML for details:
    http://lists.opensuse.org/opensuse-packaging/2012-09/msg00254.html

++++ parallel-printer-support:

  - Create device node via tmpfiles.d since /lib/udev/devices is not
    supported with openSUSE 12.3.

++++ python-cairo:

  - Build with %{optflags}

++++ scim:

  - Run SuSEconfig.scim as part of post install only.

++++ seamonkey:

  - update to SeaMonkey 2.13 (bnc#783533)
    * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
    Miscellaneous memory safety hazards
    * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
    select element persistance allows for attacks
    * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
    Continued access to initial origin after setting document.domain
    * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
    Some DOMWindowUtils methods bypass security checks
    * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
    DOS and crash with full screen and history navigation
    * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
    Crash with invalid cast when using instanceof operator
    * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
    GetProperty function can bypass security checks
    * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
    top object and location property accessible by plugins
    * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
    Chrome Object Wrapper (COW) does not disallow acces to privileged
    functions or properties
    * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
    Spoofing and script injection through location.hash
    * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
    CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
    Use-after-free, buffer overflow, and out of bounds read issues
    found using Address Sanitizer
    * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
    CVE-2012-4188
    Heap memory corruption issues found using Address Sanitizer
    * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
    Use-after-free in the IME State Manager
  - requires NSPR 4.9.2
  - improve GStreamer integration (bmo#760140)

++++ thai-fonts:

  - use %files_fontsconf_availdir and %files_fontsconf_file macros

++++ wqy-microhei-fonts:

  - use %files_fontsconf_availdir and %files_fontsconf_file macros

++++ wqy-zenhei-fonts:

  - use %files_fontsconf_availdir and %files_fontsconf_file macros

++++ yast2-core:

  - Clarified how to return lists and maps from Perl (bnc#783846).
  - 2.23.6

------------------------------------------------------------------
------------------  2012-10-7  -  Oct 7 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 16.0 (bnc#783533)
    * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
    Miscellaneous memory safety hazards
    * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
    select element persistance allows for attacks
    * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
    Continued access to initial origin after setting document.domain
    * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
    Some DOMWindowUtils methods bypass security checks
    * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
    DOS and crash with full screen and history navigation
    * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
    Crash with invalid cast when using instanceof operator
    * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
    GetProperty function can bypass security checks
    * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
    top object and location property accessible by plugins
    * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
    Chrome Object Wrapper (COW) does not disallow acces to privileged
    functions or properties
    * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
    Spoofing and script injection through location.hash
    * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
    CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
    Use-after-free, buffer overflow, and out of bounds read issues
    found using Address Sanitizer
    * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
    CVE-2012-4188
    Heap memory corruption issues found using Address Sanitizer
    * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
    Use-after-free in the IME State Manager
  - requires NSPR 4.9.2
  - improve GStreamer integration (bmo#760140)
  - removed upstreamed mozilla-crashreporter-restart-args.patch
  - webapprt now included
  - use kmozillahelper's new REVEAL command (bnc#777415)
    (requires mozilla-kde4-integration >= 0.6.4)
  - updated translations-other with new languages

++++ dbus-1-x11:

  - remove libzio build dependency

++++ gupnp-av:

  - Update to version 0.11.0:
    + Add support for properties needed to implement MediaServer:3
    "Track changes" functionality.
    + Add proper upnp:createClass support.
    + Clean-up pkg-config files and link to the correct libraries
    instead of relying on gupnp leaking the right ones.
    + Generate vapi from GIR files.
    + Bugs fixed: bgo#684297, bgo#685477.
  - Replace gobject-introspection-devel, libgupnp-devel BuildRequires
    for their pkgconfig counterparts, gobject-introspection-1.0 and
    gupnp-1.0.
  - Add pkgconfig(vapigen) BuildRequires, needed to build the new
    vala bindings.

++++ kdump:

  - Since the /usr merge, the mkinitrd bits are broken
    since tools have changed locations.
  - Recommend nfs-client and cifs-utils too.

++++ kernel-default:

  - Linux 3.6.1.
  - commit 1f7626a

++++ kernel-desktop:

  - Linux 3.6.1.
  - commit 1f7626a

++++ kernel-pae:

  - Linux 3.6.1.
  - commit 1f7626a

++++ kiwi:

  - DB: rebuild documentation

++++ avogadro:

  - update to 1.1.0:
    + Fix crash with dipole moment after optimization (PR#3521044)
    + Add test files for QTAIM analysis, including diborane(B2H6),
    C4H4, and HCO2. These files will be used for a tutorial
    + Fix residue and atom code assignment
    + be conservative about changing elements when copying atoms
    for the same reason
  - removed avogadro-boost148.patch and avogadro-nostrip.patch

++++ dbus-1:

  - remove libzio build dependency

++++ libfm:

  - new upstream version 1.0.1

++++ gssdp:

  - Update to version 0.13.0:
    + Add/update license headers.
    + Fix pkg-config files to not leak libraries.
    + Add pkg-config name to GIR.
    + Bugs fixed: bgo#685477.
  - Replace glib2-devel, gobject-introspection-devel, gtk2-devel,
    libsoup-devel, vala BuildRequires, for their pkgconfig
    counterparts: glib-2.0, gobject-introspection-1.0, gtk+-2.0,
    libsoup-2.4, vapigen.

++++ gupnp:

  - Update to version 0.19.0:
    + Add an abstract base class for simple context managers.
    + Clean-up pkg-config files to not leak libraries.
    + Generate VAPI from GIR file.
    + Bugs fixed: bgo#680322, bgo#681963, bgo#673100, bgo#673933,
    bgo#676803, bgo#682005, bgo#679204.
  - Add pkgconfig(vapigen) BuildRequires, needed to build the new
    vala bindings.
  - Replace gobject-introspection-devel, libgssdp-devel,
    libsoup-devel, libuuid-devel and libxml2-devel BuildRequires for
    their pkgconfig counterparts, gobject-introspection-1.0,
    gssdp-1.0, libsoup-2.4, libxml-2.0, uuid.

++++ lightdm:

  - provide %{_bindir}/gdmflexiserver for openSUSE > 12.2 since
    gdmflexiserver was dropped from gdm >= 3.6

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ net-tools:

  - Kernel 3.6 removes if_strip.h - disable STRIP support in factory
  - convert .changes to utf-8 fixing old entry, W: non-utf8-spec-file

++++ pcmanfm:

  - new upstream version 1.0.1
  - removed pcmanfm-0.9.10-libm.patch

------------------------------------------------------------------
------------------  2012-10-6  -  Oct 6 2012  -------------------
------------------------------------------------------------------

++++ glibc:

  - make glibc-devel- require glibc- just
    like glibc-devel

++++ glibc:

  - make glibc-devel- require glibc- just
    like glibc-devel

++++ gnome-disk-utility:

  - Update to version 3.6.1:
    + Add window title to Create Partition dialog.
    + Don't show application launcher for Disk Image Mounter.
    + Updated translations.

++++ texinfo:

  - remove prereq on library names

++++ kdenetwork4:

  - Disable the OTR plugin for openSUSE Factory atm due to
    incompatibility with the newer libotr version

++++ vcdimager:

  - Add help2man and --enable-maintainer-mode to get non-empty manpages

++++ python-httplib2:

  - Update to 0.7.6:
    * Fix app engine
    * On Python App Engine 2.7 a body can be passed in that is actually a
    stream. Do a full read of the contents of that stream before proceeding.
  - Update URL to one given in setup.py; also where the old one redirects to.

++++ subversion:

  - update to upstream 1.7.7:
    User-visible changes:
  - Client- and server-side bugfixes:
    * fix memory read bug
    * update Chinese translation
  - Client-side bugfixes:
    * fix issues with applying Git patch files
    * fix status does not descend into dir externals after upgrade
    * fix file externals don't update with old mod_dav_svn
    * fix external diff tool duplicates Index: lines with 'svn diff'
    * fix GNOME keyring library fails with very old glib
    * fix unknown password stores in config file cause error
    * fix assertions in ra_serf running against server root
    * fix ra_serf checkout/export aborts early on Windows
  - Server-side bugfixes:
    * fix an assert with SVNAutoVersioning in mod_dav_svn
    * fix unbounded memory use with SVNPathAuthz short_circuit
    * fix svndumpfilter exclude --targets requires leading slash
    * fix connection ttl for memcache should be 50 seconds
    * stabilize order of paths in dumpfiles with APR 1.4.6
    Developer-visible changes:
  - General:
    * print "All tests successful" at the end of 'make check'
    * fix sandbox violation in a test
    * fix tests fail when running within a format 30 WC
    * fix return value of svn_client_update4() incorrect
    * fix make check summary missing test failures
    * fix build does not fail when apache httpd is not available
  - Bindings:
    * fix swig-pl build fails with swig 2.0.7 and newer.
    * fix swig-py runtime problems with swig 2.0.5 and newer
  - refresh subversion-1.7.4-ruby-1.9-RbConfig.patch
  - refresh subversion-1.7.5-libsvn_auth_kwallet-r1345740.patch

------------------------------------------------------------------
------------------  2012-10-5  -  Oct 5 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Try to resolve the bash completion problems with ls (bnc#725657)

++++ build:

  - backport /proc mounting for rpmlint for factory

++++ emacs:

  - Add workaround into emacs starter script for gtk/gstreamer bug
    which overrides the locale

++++ farstream:

  - Update to version 0.2.1:
    + Fix bug where nothing would be sent.
    + Fix various bugs in ElementAddedNotifier.
    + Fix the GPL headers.
    + Misc bug fixes.

++++ gcin:

  - Better detect for architecture specific libdir

++++ git:

  - updated to version 1.7.12.2:
    * When "git am" is fed an input that has multiple "Content-type: ..."
    header, it did not grok charset= attribute correctly.
    * Even during a conflicted merge, "git blame $path" always meant to
    blame uncommitted changes to the "working tree" version; make it
    more useful by showing cleanly merged parts as coming from the other
    branch that is being merged.
    * "git blame MAKEFILE" run in a history that has "Makefile" but not
    "MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
    confused on a case insensitive filesystem and failed to do so.
    * "git fetch --all", when passed "--no-tags", did not honor the
    "--no-tags" option while fetching from individual remotes (the same
    issue existed with "--tags", but combination "--all --tags" makes
    much less sense than "--all --no-tags").
    * "git log/diff/format-patch --stat" showed the "N line(s) added"
    comment in user's locale and caused careless submitters to send
    patches with such a line in them to projects whose project language
    is not their language, mildly irritating others. Localization to
    the line has been disabled for now.
    * "git log --all-match --grep=A --grep=B" ought to show commits that
    mention both A and B, but when these three options are used with
  - -author or --committer, it showed commits that mention either A or
    B (or both) instead.
    * The subcommand to remove the definition of a remote in "git remote"
    was named "rm" even though all other subcommands were spelled out.
    Introduce "git remote remove" to remove confusion, and keep "rm" as
    a backward compatible synonym.
    Also contains a handful of documentation updates.

++++ grilo-plugins:

  - Update to version 0.2.2:
    + TMDb plugin:
  - Added new plugin that gets information from TMDb.
  - Add pkgconfig(json-glib-1.0) BuildRequires: dependencz for the
    new TMDb plugin.

++++ oxygen-gtk2:

  - Update to version 1.3.1
    * Thread-proof timers used for transitions and animations (kde#306671)
    * Safer code for Groupbox appearance
    * Proper rendering of flat GtkEntries
    * Honor custom color for menu background (kde#304063)
    * More testing options for the demo application

++++ hplip:

  - Version upgrade to 3.12.10:
    Perhaps HP binary plugin installation failure fixed upstream
    see https://bugs.launchpad.net/hplip/+bug/1048732
    A few more supported printers and all-in-one devices.
    A few bug fixes.
    For details see
    http://hplipopensource.com/hplip-web/release_notes.html

++++ iso-codes:

  - Update to version 3.39:
    + ISO 3166: Add official name for Eritrea
    + ISO 3166-2:
  - Corrections and removals of some entries (alioth#313748)
  - Fix spelling of "type" attribute for Finland. (alioth#313749)
    + Updated translations for ISO 3166, ISO 3166-2, ISO 639-3,
    ISO 4217 and ISO 15924.

++++ kiwi:

  - DB: be more specific about how bootinclude affects the system image.
  - v5.04.15 released
  - fixed setup of dmraid devices. A new function called
    identifyDMRaid() has been added which searches for
    mapped dmraid disks and also removes the devices which
    belongs to the raid from the list of install disks

++++ krb5:

  - add systemd service files for kadmind, krb5kdc and kpropd
  - add sysconfig templates for kadmind and krb5kdc

++++ avogadro:

  - glew no longer requires glu, so buildrequire it explicitly

++++ grilo:

  - Update to version 0.2.2:
    + Rename macro from GRL_CAPS_TYPE to GRL_TYPE_CAPS
    + Sort entries in documentation
    + net: Add possibility to set custom HTTP headers on requests
    (bgo#680436)
    + Several bug fixes.

++++ lightdm:

  - update to version 1.4.0
  - new major release, please see the included NEWS for a detailed
    list of changes
  - added lightdm-disable-utmp-handling.patch which disables utmp
    handling since this is handled in the Xstartup/Xreset scripts

++++ liborcus:

  - Latest development snapshot from the master branch.

++++ sqlite3:

  - Bugfix release 3.7.14.1:
    * Fix a bug that causes a segfault on a LEFT JOIN that includes
    an OR in the ON clause.
    * Work around a bug in the optimizer in the VisualStudio-2012
    compiler that causes invalid code to be generated when
    compiling SQLite on ARM.
    * Fix the TCL interface so that the "nullvalue" setting is
    honored for TCL implementations of SQL functions.

++++ libxcb:

  - Update to version 1.9:
    + Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
    + Always include "config.h" at the start of all C source files.
    + Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality
    + Return connection failure if display string specifies non-existent screen
    + c_client: Fix parallel-make issue creating 'man' directory
    + xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a
    launchd socket
    + Allow undocumented code to be built
    + Split manpage list in two (static/built)
    + Do not list manpages, use a wildcard
    + Move static man to man
    + c_client.py: generate manpages
    + Allow xcb_send_request with >MAX_IOV iovecs
    + Add a .gitignore for src/man/
    + Fix a multi-thread deadlock
    + Include static man pages in "make dist"
  - Packaging changes:
    + Pack the now static manpages in the devel package

++++ libzio:

  - Strange policy causes new package libzio1

++++ memtest86+:

  - declare that the asm inline snippets in movinvr call e.g. rand()
    and might clobber caller-saved registers a, d, _and_ c.
    (bnc#773569)

++++ mono-core:

  - workaround for ppc build with mcs-docs enabled
    use --with-sigaltstack=no (bxc#6440)

++++ orca:

  - Update to version 3.6.0:
    + Updated translations.

++++ xorg-x11-proto-devel:

  - Update xcb-proto to version 1.8:
    + dri2: Update to DRI2 1.4
    + XKB: Fix broken events
    + xproto: add doc tags, xcbgen: handle doc tags

++++ tk:

  - Fix configure xft detection (add patch tk-8.5.12-fix-xft.patch).
  - Replace build requires of xorg-x11-devel with those that are really
    needed.

++++ xterm:

  - new fontpackages-devel only valid post-12.2

++++ yast2-ldap-client:

  - added TLS enablement checkbox again, might be used
    even with sssd (bnc#775167)
  - 2.23.0

------------------------------------------------------------------
------------------  2012-10-4  -  Oct 4 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Create loop devices via tmpfiles and not via /lib/udev/devices.

++++ gcc:

  - remove gcc-ada subpackage for those architectures that
    don't have a gccXX-ada package

++++ dnsmasq:

  - license update: GPL-2.0
    Most of the source code files give a choice of either GPL-2.0 or GPL-3.0
    (not GPL-2.0+). The website states that the COPYING file in the
    distribution is the official license - in this case it is GPL-2.0. This
    is consistent with what Fedora state about the package. Accordingly, I^d
    be ok with License: GPL-2.0 or License: (GPL-2.0 or GPL-3.0) but not
    License: GPL-2.0+

++++ empathy:

  - Update to version 3.6.0.1:
    + This new stable release fixes a bug preventing Empathy to
    connect an IM account having an invalid certificate.
    + It also improves the performance of roster live search and
    should reduce the startup time of the chat window as well.
    + Bugs fixed: bgo#684528, bgo#684675, bgo#684783, bgo#684971,
    bgo#685203, bgo#685278
    + Updated translations.

++++ gnome-tweak-tool:

  - Update to version 3.6.0:
    + Can configure extension preferences
    + Support input sources (bgo#684712)
    + Support typing options (bgo#678171)
    + Support power-button action
    + Many translation improvements (bgo#683630).
  - Drop gnome-tweak-tool-pwr-button.patch: fixed upstream.

++++ grilo-plugins:

  - Update to version 0.2.1:
    + DMAP plugin:
  - New plugin providing content from DMAP protocol (bgo#652516)
    + Local Metadata plugin: Fixed segmentation fault.
    + Tracker plugin: Several fixes
    + YouTube plugin: Better error reporting for youtube plugin when
    quvi fails (bgo#685235).
  - Add pkgconfig(libdmapsharing-3.0) BuildRequires: dependency for
    the new DMAP plugin.
  - Add pkgconfig(grilo-net-0.2) BuildRequires so it can be properly
    versioned.

++++ hplip:

  - no-hplip_cron.diff deactivates the "cron" stuff in Makefile.am
    because it lets build fail on SLE11 products (possibly an
    autoconf issue) and we (SUSE) do not allow to install files
    like /etc/cron.daily/hplip_cron via RPMs. Instead hplip_cron
    is provided as /usr/share/doc/packages/hplip/hplip_cron
  - The /var/lib/hp directory is created everywhere except on
    openSUSE 12.2 and later versions (perhaps also an autoconf
    issue) so that it is created in the install section if it
    does not exist as a simple and fail-safe workaround
    see https://bugs.launchpad.net/bugs/1018303
    and (bnc#780413).
  - Adapted change-udev-rules.diff so that it applies to
    the HPLIP 3.12.9 sources.

++++ kernel-default:

  - rpm/kernel-binary.spec.in: enable Conflicts for
    apparmor, udev and lvm2 also for vanilla kernel
  - commit a24206f
  - rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
    to make sure the daemon is in sync with the kernel
    (bnc#770763 , fate#314441)
  - commit 86f9ba3
  - Update Xen patches to 3.6-final and c/s 1197.
  - Update Xen config files.
  - commit 338be2c
  - Hyper-V KVP IP injection (fate#31441)
  - hyperv: Add comments for the extended buffer after RNDIS message.
  - Drivers: hv: Cleanup the guest ID computation.
  - Drivers: hv: vmbus: Use the standard format string to format
    GUIDs.
  - Drivers: hv: Add KVP definitions for IP address injection.
  - Drivers: hv: kvp: Cleanup error handling in KVP.
  - Drivers: hv: Explicitly size elements of protocol structures.
  - Drivers: hv: kvp: Support the new IP injection messages.
  - Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
  - Tools: hv: Further refactor kvp_get_ip_address().
  - Tools: hv: Gather address family information.
  - Tools: hv: Gather subnet information.
  - Tools: hv: Represent the ipv6 mask using CIDR notation.
  - Tools: hv: Gather ipv[4,6] gateway information.
  - hv: fail the probing immediately when we are not in hyperv
    platform.
  - hv: vmbus_drv: detect hyperv through x86_hyper.
  - Tools: hv: Get rid of some unused variables.
  - Tools: hv: Correctly type string variables.
  - Tools: hv: Add an example script to retrieve DNS entries.
  - Tools: hv: Gather DNS information.
  - Drivers: hv: kvp: Copy the address family information.
  - Tools: hv: Add an example script to retrieve dhcp state.
  - Tools: hv: Gather DHCP information.
  - Tools: hv: Add an example script to configure an interface.
  - Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
  - Tools: hv: Rename the function kvp_get_ip_address().
  - Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
  - tools/hv: Fix file handle leak.
  - tools/hv: Fix exit() error code.
  - tools/hv: Check for read/write errors.
  - tools/hv: Parse /etc/os-release.
  - hyperv: Fix the max_xfer_size in RNDIS initialization.
  - hyperv: Fix the missing return value in
    rndis_filter_set_packet_filter().
  - hyperv: Fix page buffer handling in rndis_filter_send_request().
  - hyperv: Remove extra allocated space for recv_pkt_list elements.
  - hyperv: Report actual status in receive completion packet.
  - hyperv: Add buffer for extended info after the RNDIS response
    message.
  - Delete
    patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
  - commit 08d283b

++++ kernel-desktop:

  - rpm/kernel-binary.spec.in: enable Conflicts for
    apparmor, udev and lvm2 also for vanilla kernel
  - commit a24206f
  - rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
    to make sure the daemon is in sync with the kernel
    (bnc#770763 , fate#314441)
  - commit 86f9ba3
  - Update Xen patches to 3.6-final and c/s 1197.
  - Update Xen config files.
  - commit 338be2c
  - Hyper-V KVP IP injection (fate#31441)
  - hyperv: Add comments for the extended buffer after RNDIS message.
  - Drivers: hv: Cleanup the guest ID computation.
  - Drivers: hv: vmbus: Use the standard format string to format
    GUIDs.
  - Drivers: hv: Add KVP definitions for IP address injection.
  - Drivers: hv: kvp: Cleanup error handling in KVP.
  - Drivers: hv: Explicitly size elements of protocol structures.
  - Drivers: hv: kvp: Support the new IP injection messages.
  - Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
  - Tools: hv: Further refactor kvp_get_ip_address().
  - Tools: hv: Gather address family information.
  - Tools: hv: Gather subnet information.
  - Tools: hv: Represent the ipv6 mask using CIDR notation.
  - Tools: hv: Gather ipv[4,6] gateway information.
  - hv: fail the probing immediately when we are not in hyperv
    platform.
  - hv: vmbus_drv: detect hyperv through x86_hyper.
  - Tools: hv: Get rid of some unused variables.
  - Tools: hv: Correctly type string variables.
  - Tools: hv: Add an example script to retrieve DNS entries.
  - Tools: hv: Gather DNS information.
  - Drivers: hv: kvp: Copy the address family information.
  - Tools: hv: Add an example script to retrieve dhcp state.
  - Tools: hv: Gather DHCP information.
  - Tools: hv: Add an example script to configure an interface.
  - Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
  - Tools: hv: Rename the function kvp_get_ip_address().
  - Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
  - tools/hv: Fix file handle leak.
  - tools/hv: Fix exit() error code.
  - tools/hv: Check for read/write errors.
  - tools/hv: Parse /etc/os-release.
  - hyperv: Fix the max_xfer_size in RNDIS initialization.
  - hyperv: Fix the missing return value in
    rndis_filter_set_packet_filter().
  - hyperv: Fix page buffer handling in rndis_filter_send_request().
  - hyperv: Remove extra allocated space for recv_pkt_list elements.
  - hyperv: Report actual status in receive completion packet.
  - hyperv: Add buffer for extended info after the RNDIS response
    message.
  - Delete
    patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
  - commit 08d283b

++++ kernel-pae:

  - rpm/kernel-binary.spec.in: enable Conflicts for
    apparmor, udev and lvm2 also for vanilla kernel
  - commit a24206f
  - rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
    to make sure the daemon is in sync with the kernel
    (bnc#770763 , fate#314441)
  - commit 86f9ba3
  - Update Xen patches to 3.6-final and c/s 1197.
  - Update Xen config files.
  - commit 338be2c
  - Hyper-V KVP IP injection (fate#31441)
  - hyperv: Add comments for the extended buffer after RNDIS message.
  - Drivers: hv: Cleanup the guest ID computation.
  - Drivers: hv: vmbus: Use the standard format string to format
    GUIDs.
  - Drivers: hv: Add KVP definitions for IP address injection.
  - Drivers: hv: kvp: Cleanup error handling in KVP.
  - Drivers: hv: Explicitly size elements of protocol structures.
  - Drivers: hv: kvp: Support the new IP injection messages.
  - Tools: hv: Prepare to expand kvp_get_ip_address() functionality.
  - Tools: hv: Further refactor kvp_get_ip_address().
  - Tools: hv: Gather address family information.
  - Tools: hv: Gather subnet information.
  - Tools: hv: Represent the ipv6 mask using CIDR notation.
  - Tools: hv: Gather ipv[4,6] gateway information.
  - hv: fail the probing immediately when we are not in hyperv
    platform.
  - hv: vmbus_drv: detect hyperv through x86_hyper.
  - Tools: hv: Get rid of some unused variables.
  - Tools: hv: Correctly type string variables.
  - Tools: hv: Add an example script to retrieve DNS entries.
  - Tools: hv: Gather DNS information.
  - Drivers: hv: kvp: Copy the address family information.
  - Tools: hv: Add an example script to retrieve dhcp state.
  - Tools: hv: Gather DHCP information.
  - Tools: hv: Add an example script to configure an interface.
  - Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO.
  - Tools: hv: Rename the function kvp_get_ip_address().
  - Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO.
  - tools/hv: Fix file handle leak.
  - tools/hv: Fix exit() error code.
  - tools/hv: Check for read/write errors.
  - tools/hv: Parse /etc/os-release.
  - hyperv: Fix the max_xfer_size in RNDIS initialization.
  - hyperv: Fix the missing return value in
    rndis_filter_set_packet_filter().
  - hyperv: Fix page buffer handling in rndis_filter_send_request().
  - hyperv: Remove extra allocated space for recv_pkt_list elements.
  - hyperv: Report actual status in receive completion packet.
  - hyperv: Add buffer for extended info after the RNDIS response
    message.
  - Delete
    patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch.
  - commit 08d283b

++++ kiwi:

  - fixed grub2 setup to correctly distinguish the efi and non
    efi config files for dual boot of install iso images

++++ xfce4-branding-openSUSE:

  - on >= 12.2 depend on libgio-2_0-0 which provides the
    defaults.list symlink target
  - on > 12.2 depend on desktop-file-utils which is now needed to
    generate defaults.list
  - updated comment in xfce_defaults.conf

++++ folks:

  - Update to version 0.8.0:
    + Bugs fixed: bgo#684014, bgo#683390, bgo#672709, bgo#684954
    + Updated translations.
  - Remove hack to remove x-bit from AUTHORS: fixed upstream.

++++ grilo:

  - Update to version 0.2.1:
    + Use G_MODULE_BIND_LOCAL to load modules
    + Less disturbances using warnings instead of errors
    + Add option to disable Test UI
    + Bugs fixed: bgo#681757, bgo#681983, bgo#681984, bgo#681992,
    bgo#682024, bgo#682791, bgo#682793, bgo#682855, bgo#685161,
    bgo#685169.
  - Drop grilo-int2pointer.patch: fixed upstream.
  - Replace pkgconfig(libvala-0.16) BuildRequires with
    pkgconfig(libvala-0.18): As this package lives in the same
    devel project as vala, we don't have to care too much about older
    versions to be found in older openSUSE releases.
  - Pass --enable-vala to configure: this helps us to abort the build
    early in case something does not work out as expected rather than
    only at the end, when the files section does not match.

++++ systemd:

  - udev and its subpackages are now generated by systemd source
    package.
  - migrate udev and systemd to /usr
  - Update to version 194:
    + if /etc/vconsole.conf is non-existent or empty and if
    /etc/sysconfig/console:CONSOLE_FONT (resp
    /etc/sysconfig/keyboard:KEYTABLE) set, console font (resp
    keymap) is not modified.
  - Changes from version 44 to 193:
    + journalctl gained --cursor= to show entries starting from a
    specified location in journal.
    + Size limit enforced to 4K for fields exported with "-o json" in
    journalctl. Use --all to disable this behavior.
    + Optional journal gateway daemon
    (systemd-journal-gatewayd.service) to access journal via HTTP
    and JSON. Use "wget http://localhost:19531/entries" to get
    /var/log/messages compatible format and
    'curl -H"Accept: application/json"
    http://localhost:19531/entries' for JSON formatted content.
    HTML5 static page is also available as explained on
    http://0pointer.de/public/journal-gatewayd
    + do not mount cpuset controler, doesn't work well by default
    ATM.
    + improved nspawn behaviour with /etc/localtime
    + journald logs its maximize size on disk
    + multi-seat X wrapper (partially merged in upstream X server).
    + HandleSleepKey has been splitted into HandleSuspendKey and
    HandleHibernateKey.
    + systemd and logind now handle system sleep states, in
    particular suspending and hibernating.
    + new cgroups are mounted by default (cpu, cpuacct,
    net_cls, net_pri)
    + sync at shutdown is now handled by kernel
    + imported journalctl output (colors, filtering, pager, bash
    completion).
    + suffix ".service" may now be ommited on most systemctl command
    involving service unit names.
    + much improved nspawn containers support.
    + new conditions added : ConditionFileNotEmpty, ConditionHost,
    ConditionPathIsReadWrite
    + tmpfiles "w" supports file globbing
    + logind handles lid switch, power and sleep keys all the time,
    unless systemd-inhibit
  - -what=handle-power-key:handle-sleep-key:handle-lid-switch is
    run by Desktop Environments.
    + support for reading structured kernel message is used by
    default (need kernel >= 3.5). /proc/kmsg is now used only by
    classic syslog daemons.
    + Forward Secure Sealing is now support for Journal files.
    + RestartPrevenExitStatus and SuccessExitStatus allow configure
    of exit status (exit code or signal).
    + handles keyfile-size and keyfile-offset in /etc/crypttab.
    + TimeoutSec settings has been splitted into TimeoutStartSec and
    TimeoutStopSec.
    + add SystemCallFilters option to add blacklist/whitelist to
    system calls, using SECCOMP mode 2 of kernel >= 3.5.
    + systemctl udevadm info now takes a /dev or /sys path as argument:
  - udevadm info /dev/sda
    + XDG_RUNTIME_DIR now uses numeric UIDs instead of usernames.
    + systemd-loginctl and systemd-journalctl have been renamed
    to loginctl and journalctl to match systemctl.
    + udev: RUN+="socket:..."  and udev_monitor_new_from_socket() is
    no longer supported. udev_monitor_new_from_netlink() needs to
    be used to subscribe to events.
    + udev: when udevd is started by systemd, processes which are left
    behind by forking them off of udev rules, are unconditionally
    cleaned up and killed now after the event handling has finished.
    Services or daemons must be started as systemd services.
    Services can be pulled-in by udev to get started, but they can
    no longer be directly forked by udev rules.
    + For almost all files, license is now LGPL2.1+ (from previous
    GPL2.0+). Exception are some minor stuff in udev (will be
    changed to LGPL2.1 eventually) and MIT license sd-daemon.[ch]
    library.
    + var-run.mount and var-lock.mount are no longer provided
    (should be converted to symlinks).
    + A new service type Type=idle to avoid ugly interleaving of
    getty output and boot status messages.
    + systemd-delta has been added, a tool to explore differences
    between user/admin configuration and vendor defaults.
    + /tmp mouted as tmpfs by default.
    + /media is now longer mounted as tmpfs
    + GTK tool has been split off to systemd-ui package.
    + much improved documentation.
  - Merge BuildRequires from udev package:
    gobject-introspection-devel, gtk-doc, libsepol-devel,
    libusb-devel, pkgconfig(blkid), pkgconfig-glib-2.0),
    pjgconfig(libcryptsetup), pkgconfig(libpci),
    pkgconfig(libqrencode), pkgconfig(libselinux),
    pkgconfig(usbutils).
  - Add pkgconfig(libqrencode) and pkgconfig(libmicrohttpd)
  - Merge sources from udev package: boot.udev, write_dev_root.rules,
    udev-root-symlink.systemd.
  - Merge patches from udev package: numbered started from 1000):
    0001-Reinstate-TIMEOUT-handling.patch,
    0013-re-enable-by_path-links-for-ata-devices.patch,
    0014-rules-create-by-id-scsi-links-for-ATA-devices.patch,
    0026-udev-netlink-null-rules.patch,
    0027-udev-fix-sg-autoload-regression.patch.
  - Remove following patches, merged upstream:
    0001-util-never-follow-symlinks-in-rm_rf_children.patch,
    fixppc.patch, logind-logout.patch, fix-getty-isolate.patch,
    fix-swap-priority.patch, improve-restart-behaviour.patch,
    fix-dir-noatime-tmpfiles.patch, journal-bugfixes.patch,
    ulimit-support.patch, change-terminal.patch,
    fix-tty-startup.patch, fix-write-user-state-file.patch,
    fix-analyze-exception.patch, use_localtime.patch,
    journalctl-pager-improvement.patch,
    avoid-random-seed-cycle.patch,
    0001-add-sparse-support-to-detect-endianness-bug.patch,
    drop-timezone.patch.
  - Rebase the following patches:
    0001-Add-bootsplash-handling-for-password-dialogs.patch,
    0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch,
    0001-service-Fix-dependencies-added-when-parsing-insserv..patch,
    0001-service-flags-sysv-service-with-detected-pid-as-Rema.patch,
    crypt-loop-file.patch,
    delay-fsck-cryptsetup-after-md-lvm-dmraid.patch,
    dm-lvm-after-local-fs-pre-target.patch, fastboot-forcefsck.patch,
    fix-enable-disable-boot-initscript.patch, modules_on_boot.patch,
    new-lsb-headers.patch, storage-after-cryptsetup.patch,
    support-suse-clock-sysconfig.patch, support-sysvinit.patch,
    sysctl-modules.patch, systemd-numlock-suse.patch, tty1.patch.

++++ telepathy-mission-control:

  - Update to version 5.14.0:
    + There were no code changes since 5.13.2.

++++ libqt4:

  - Disable compression by default to mitigate CRIME attack (CVE-2012-4929)

++++ libqt4-sql-plugins:

  - Disable compression by default to mitigate CRIME attack (CVE-2012-4929)

++++ libserf:

  - update to Serf 1.1.1
    This patch release contains fixes for some important connection
    stability issues.
    * ensure requeued requests are correctly handled. This fixes:
  - infinite loop with multiple connection resets or SIGPIPE errors
  - "connection" hang where we would not re-queue requests that are held after
    we re-connect
    * test_all goes in an endless loop
    * Fix memory leak when conn. is closed explicitly/due to pool cleanups
    * Add new error codes for the SSL bucket

++++ telepathy-glib:

  - Update to version 0.20.0:
    + There were no code changes since 0.19.10.

++++ libyui-ncurses-pkg:

  - NCPkgTable: bug-fix for sorting the list of packages
  - Show function keys in bottom line correctly
  - Version 2.43.0

++++ libyui-ncurses:

  - NCTablePad: bug-fix for sorting of tables
  - NCDialog: code cleanup, setStatusLine() added
  - V 2.43.0

++++ libzio:

  - Correct autoconf part of the manual page

++++ man:

  - Update to version 2.6.3
    * Build fixes for glibc 2.16 and Automake 1.12.
    * apropos prints an error message and returns non-zero when it finds
    no matches.  (Regression introduced in 2.5.1.)
    * The presence of a 64-bit GDBM database on the manpath no longer
    causes a 32-bit man process to exit with a fatal error.
    * apropos is much faster when run with many arguments.
    * whatis may be given the full path to an executable as an argument,
    in which case it will look up the base name of that executable in
    the appropriate parts of the manpath.
    * Translated manual pages are no longer displayed starting with a
    spurious blank line.
    * Fix double-free in mandb when encountering a symlink outside the
    manual hierarchy, thanks to Peter Schiffer.
    * Running 'man -w' (with a new --path alias) without a name now
    prints the manpath, for compatibility with other man
    implementations.  The vim viewdoc plugin makes use of this.
    * Fix a segfault when scanning links to empty pages.
    * Once we've seen at least one record in a page's NAME section,
    ignore any further records that don't include a whatis
    description, as they tend to be noise.
    * Ensure that the target of a symlink or .so chain is always recorded
    as a real page.
    * Read a user-specified configuration file even if HOME is unset.
    * Fix failure to display manual pages in some encodings when
    installed setuid.
    * Wrap long table cells in man(1), fixing test failures with groff
    1.21.
    * If an explicit section is passed to man, then pages that match
    that section exactly will be preferred over pages that only have
    that section as a prefix.
    * Fix a segfault when 'man -K' tries to display certain pages.
    * Fix a segfault in some situations when processes are killed by
    SIGHUP, SIGINT, or SIGTERM.
    * As promised in the release notes for man-db 2.5.8, man-db no
    longer ships its own copy of libpipeline
    (http://libpipeline.nongnu.org/).  You must build and install that
    library separately.
    * Search the full manpath when expanding .so directives in manual
    pages.  As part of this, '.so name.1' should now work as well as
    '.so man1/name.1'.
    * lexgrog handles roff named glyphs and perldoc strings in NAME
    sections.
    * man no longer starts a pager if standard output is not a tty.
    * The -s option to whatis and apropos now takes a colon- or
    comma-separated list of sections, similar to 'man -S'.
    * mandb error output is neater when stderr is not a terminal.
    * Add basic support for the implementation of nroff/troff in the
    Heirloom Documentation Tools.  Title lengths are not properly set
    as yet, and many features are untested.
    * mandb removes cat* and NLS subdirectories of cat directories whose
    corresponding man directories no longer exist.
    * mandb forces SIGPIPE back to its default disposition on startup,
    to avoid noisy output in case it was started in a context where
    SIGPIPE was ignored.
    * SECTION entries in a user configuration file now override those in
    the system configuration file, rather than appending to them.
    * The default less prompt now includes "(press h for help or q to
    quit)" to help novices find their way around.
    * man-db may now be built to use Berkeley DB version 5
    (--with-db=db5).
    * Fix assertion failure on 'man -l' with an uncompressed page and
    any of --no-hyphenation, --no-justification, or a non-English
    page.
    * Try underscore-separated subpages as well as hyphen-separated
    ones, thanks to Tanguy Ortolo.
    * Build libman and libmandb as shared libraries, reducing installed
    footprint by about 200K (at least on GNU/Linux).
    * Warnings about unrecognised locales are now suppressed if the
    DPKG_RUNNING_VERSION environment variable is set (i.e. man-db is
    running within a Debian package's maintainer script), since the
    system locales are often out of sync with the C library in that
    context.  Thanks to the Debian Perl maintainers for the idea.
    * Allow building with an external libpipeline
    (http://libpipeline.nongnu.org/), which has been split out from
    man-db.  This is a transitional measure: a future version of
    man-db will stop shipping its own copy of libpipeline.
    * mandb should no longer repeatedly rescan manual page hierarchies
    when a whatis entry turns into a broken link.
    * If a subprocess exits before man manages to read all the output
    from it, it now drains the output file descriptor rather than
    immediately discarding it.
    * If /usr/share/i18n/SUPPORTED is available, man attempts to use it
    to ensure that LC_CTYPE is set to an appropriate locale for the
    selected character set when invoking col. This fixes 'LANG=C man
  - E UTF-8', as used by lintian.
    * Fix possible mandb crash when MAN_MUST_CREATE is unset.
    * man can now tell nroff to disable justification if the
  - -no-justification option is used.
    * If the full path to an executable is given as an argument, man
    will try looking up the corresponding manual page in the
    appropriate part of the manpath, rather than just trying to format
    the text of the executable as a manual page.
    * In the GNU manual hierarchy layout, search man
    directories as well as just man (e.g. /usr/share/man/man3p as
    well as /usr/share/man/man3).
    * By request, man now prefers getting a page from the best manual
    section over getting a page in the correct language.
    * All programs now support a MAN_DEBUG environment variable which
    can be used in place of the -d/--debug option. This is useful in
    some situations where a program is being called deep in a process
    tree.
    * Add support for emulating pipe() with socketpair(), which is
    faster on some systems; thanks to Werner Fink of SUSE.
    * Cat pages are now always saved in UTF-8, and converted to the
    proper encoding at display time, which means that cat pages can
    now be saved regardless of locale. Note that a consequence of this
    is that cat pages now include formatting information (e.g.
    overstriking) and need to be run through col(1) before display.
    * Exact-section database lookups were incorrectly returning all
    database entries whose section names were prefixes of the
    requested section name. In some cases this could confuse mandb
    into never believing that the database was up to date.
    * Fix handling of pages with comma-separated names ("foo, bar,
    baz") in their NAME sections, broken by a change in 2.5.0 (!)
    to ignore manual page names containing spaces.
    * Fixed a buffer overflow in the pipeline library's line-reading
    functions. I don't believe this to be exploitable: at worst we
    might believe that there's some garbage at the end of manual pages
    (whose contents are untrusted anyway) and this bug typically
    resulted in a failed assertion the next time anything tried to
    read a line.
    * Plugged two substantial memory leaks in the pipeline library.
    * whatis and apropos only display any given manual page, or pointers
    to it, once.
    * man now sets less(1)'s environment up correctly for manual pages
    encoded in CP1251.
    * manconv no longer confuses situations such as "this UTF-8
    character is not representable in the target encoding" with "this
    text is not in UTF-8".
    * The default configuration file now includes section 0, used on
    some systems to document C library header files.
    * 'make check' now passes in the presence of a UTF-8-aware col, such
    as that in util-linux-ng.
    * The 'man -K' option is now supported to search the full text of
    all manual pages. This was inspired by a similar option in the
    other man package (currently at version 1.6f) currently maintained
    by Federico Lucifredi and formerly by Andries Brouwer, but I took
    advantage of man-db's pipeline library to implement it entirely
    in-process, without having to start a separate grep process for
    every manual page. In my tests with fairly typical searches across
    variously all manual pages or just one section, man-db's
    implementation ran between 3 and 10 times faster.
    * Database directories are now only created when there are
    corresponding manual page directories, not just because they're
    mentioned in the configuration file.
    * By default, man will now try to interpret pairs of manual page
    names given on the command line as equivalent to a single manual
    page name containing a hyphen (e.g. 'man foo bar' => foo-bar(1)).
    This supports the common pattern of programs that implement a
    number of subcommands, allowing them to provide manual pages for
    each that can be accessed using similar syntax as would be used to
    invoke the subcommands themselves. Suggested by H. Peter Anvin,
    Federico Lucifredi, and others on the git mailing list.
    * The build process is now quieter by default. Use './configure
  - -disable-silent-rules' or 'make V=0' if you don't like this or
    your make(1) doesn't support the non-standard extension required.
    * manconv understands a wider range of Emacs-style coding tags.
    * Recommendations to change MAN_DB_CREATES, MAN_DB_UPDATES, and
    MAN_CATS #define options in manconfig.h have been replaced by new
    configure options --enable-automatic-create,
  - -disable-automatic-update, and --disable-cats respectively. Note
    that automatic user database creation is now off by default, as it
    is often too slow for the usefulness it adds; use
  - -enable-automatic-create to enable it.
    * Pages that declare a non-default encoding in their preprocessor
    lines are now handled correctly.
    * man-db's 'make check' now tests that all its own manual pages
    format without errors or warnings from groff, to ensure a
    better-quality release.
    * lexgrog now stops on any unrecognised roff request, rather than
    continuing and often littering the database with garbage.
    * man no longer requires both standard input and standard output to
    be terminals in order to use the terminal line length. The line
    length from standard output is preferred if available.
    * The manpath was built completely wrongly when multiple entries
    were present in LANGUAGE: duplicates were handled strangely, and
    languages were effectively iterated in reverse order. It should be
    rather more sensible now.
    * The MAN_KEEP_STDERR environment variable can now be used to
    override man's default of discarding stderr when stdout is a
    terminal.
    * Handling of terminal widths for cat pages is now configurable,
    using the MINCATWIDTH, MAXCATWIDTH, and CATWIDTH configuration
    file directives.
    * 'man -a' now detects duplicate manual page candidates more
    reliably, and sorts them better.
    * Belarusian, Estonian, Greek, Latvian, Lithuanian, Macedonian,
    Romanian, Slovenian, and Ukrainian pages are now supported.
    * man can now search for pages using regular expressions (with
  - -regex) or shell wildcards (with --wildcard). By default this
    searches both page names and descriptions, like apropos, but if
    the --names-only option is used then it searches page names only,
    like whatis.
    * man can now tell nroff to disable hyphenation if the
  - -no-hyphenation option is used.
    * man-db already searched for manual pages in ../man and man
    directories relative to each $PATH component; it now searches in
    ../share/man and share/man directories too.
    * Groff 1.20 was recently released, including the 'preconv'
    preprocessor. Although man-db has supported preconv to some extent
    since 2.4.4, man-db's configure now detects its presence and
    infers that groff supports Unicode input using it; man also now
    takes slightly better advantage of preconv than before.
    * Per-locale groff macros are now loaded if possible, allowing us to
    take advantage of such things as localised versions of predefined
    strings and language-aware hyphenation. This only works with Groff
    1.20.2 or better (not yet released), since earlier versions did
    not allow us to suppress warnings in the event that the
    appropriate macro file is not available.
    * Cleaned up a number of possible crashes, memory leaks, and missing
    error checks found by the Coverity Scan project.
    * Fix build if MAN_CATS is undefined.
    * If the LINGUAS environment variable is set while running
    configure, it now controls building and installation of localised
    manual pages as well as program translations.
    * The LANGUAGE environment variable is now tokenised properly,
    rather than only taking the first two characters of each element.
    * Fix build if --disable-nls is used or iconv is not available.
    * man now correctly propagates the exit code of whatis or apropos
    when called with the -f or -k option respectively.
    * A number of inconsistencies and readability problems with man-db's
    own manual pages have been cleaned up, thanks mainly to Yuri
    Kozlov.
    * Reduce the number of warnings emitted when using an unrecognised
    locale.
    * manconv and zsoelim are now called internally rather than by
    executing external programs, to improve performance.
    * man-db now uses GDBM (--with-db=gdbm) in preference to Berkeley DB
    (--with-db=db or --with-db=dbN where N is 1, 2, 3, or 4) by
    default, since hardware improvements have rendered Berkeley DB's
    speed advantages negligible for our purposes and the relatively
    frequent SONAME and on-disk format changes are not worth the
    hassle. Distributors should note that if they follow this change
    then they will need to arrange for databases to be rebuilt on
    upgrade to this version.
    * Duplicate manual page hierarchies due to symlinks (e.g. /usr/man
  - > /usr/share/man) are detected and removed from the search order.
    * A locale modifier (e.g. @latin) in a directory name must now match
    the locale if the former is set, in addition to the language and
    territory.
    * Bare .so includes (e.g. ".so foo.1" rather than ".so man1/foo.1")
    now work, although only within the same manual page hierarchy for
    now.
    * 'man -H' (without a browser argument) was completely broken in
    2.5.1 and is now fixed.
    * man no longer breaks in Japanese locales when using less as a
    pager.
    * The --encoding option to man can now take a true character
    encoding rather than a *roff device; the latter was an unreliable,
    inflexible, and awkward way to select an output encoding. The old
    semantics are still supported for backward compatibility.
    * Whatis parsing stops at .ie or .if conditionals.
    * CJK locale specifications where the codeset component is
    equivalent to but not stringwise-identical to UTF-8 (e.g.
    zh_CN.utf8) are handled better.
    * man(1)'s OPTIONS section is ordered more comprehensibly.
    * apropos, lexgrog, man, mandb, and whatis ignore encoding
    conversion errors for the last possible encoding of the source
    page. This helps, for example, with pages including misencoded
    non-ASCII names of authors; it usually seems better to allow these
    pages to pass with small errors than to break them entirely.

++++ valgrind:

  - raise seglimit to make it more useful for some apps

++++ xfsprogs:

  - Build with readline support; (bnc#783510).

++++ yast2-kerberos-client:

  - save Kerberos expert options to sssd.conf as well (bnc#778513)
  - 2.23.1

------------------------------------------------------------------
------------------  2012-10-3  -  Oct 3 2012  -------------------
------------------------------------------------------------------

++++ avahi:

  - Mark /etc/avahi/hosts as %config(noreplace)

++++ digikam:

  - add BuildRequires:  libusb-compat-devel to fix gphoto2 deps

++++ enblend-enfuse:

  - really build also with older libpng14

++++ ibus-table:

  - update to 1.4.99.20121003, upstream did not provide more information.

++++ libgphoto2:

  - fix previous change

++++ libmicrohttpd:

  - Add copyright header to specfile.

++++ wqy-microhei-fonts:

  - use %install_fontsconf macro which calls %link_avail_to_system_fontsconf
    itself

++++ yast2-network:

  - Autoenabling of all interfaces allowed during installation only.
  - fixes bnc#782283
  - 2.24.6

------------------------------------------------------------------
------------------  2012-10-2  -  Oct 2 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager-kde4:

  - Update to 0.9.0.5
    * Read/Save EAP configuration in PPP tab for mobile broadband and
    bluetooth connections. (kde#304873)
    * Escape ampersands since Plasma::IconWidget::setText() removes
    accelerators (ampersands) automatically.(kde#305077)
    * Test if wallet has been sucessfully opened before using it.
    (kde#303524)
    * Fix insertion of new connections (such as VPN) in wrong position
    when no wireless interface is enabled.
    * Fix problem with system tray icon not showing status overlay or
    more precisely cleaning the status overlay when it should not.
    * Fix a bug in which the wireless password prompt dialog would be
    shown at an incorrect size. (kde#306902)
    * Allow empty string in 'Subject Match' and 'Alternative Subject
    Matches' fields in wifi WPA2 enterprise dialog. (kde#307496)
    * Add storage type combobox for GSM password field in GsmWidget.
    (kde#306132)
    * SECRET_TAG and TLS_AUTH_TAG should contain 2 parameters, second
    one being the direction (in/out) assuming values 0 or 1 respectively.
    Added another check to ensure that the 2nd parameter is present before
    accessing that index. (kde#307517)
    * with many improvements

++++ cantarell-fonts:

  - install avail configuration into /usr/share/%{name}/conf.avail
    and use %link_avail_to_system_fontsconf macro for linking it into
    /etc/fonts/conf.d (fontconfig 2.10 doesn't use /etc/fonts/conf.avail)

++++ gobject-introspection:

  - Extend gi-find-deps.sh to understand versioned gi imports in
    JavaScript (*.js) code.

++++ gnome-control-center:

  - Add with_ibus condition (currently set to 0), as we do not have
    a recent enough version of IBus in Factory at this moment.
    + when with_ibus is set to 1; pkconfig(ibus) BuildRequires will
    be used and --enable-ibus is being passed to configure
    + when with_ibus is set to 0, pkgconfigu(ibus) is being ignored
    and --disable-ibus is being passed to configure.

++++ gnome-settings-daemon:

  - Add with_ibus condition (currently set to 0), as we do not have
    a recent enough version of IBus in Factory at this moment.
    + when with_ibus is set to 1; pkconfig(ibus) BuildRequires will
    be used and --enable-ibus is being passed to configure
    + when with_ibus is set to 0, pkgconfigu(ibus) is being ignored
    and --disable-ibus is being passed to configure.

++++ gstreamer-0_10-plugins-good:

  - Add gstreamer-0_10-plugins-good-v4l2.patch: Fix build with recent
    kernels, theh v4l2 buffer input field was removed.

++++ gstreamer-plugins-bad:

  - Pass --disable-examples to configure: the examples are not being
    installed anyway and as such it's useless to waste build power
    to create the binaries.

++++ kiwi:

  - ppc: fix install iso blessing. In order to have installation
    CD/DVD bootable on PowerMac the suseboot directory must be
    blessed correctly. The situation was that -hfs-bless looks
    for the first directory and tries to bless required subdir.
    But in case required subdir is in the second directry,
    nothing got blessed. So let's switch the order.
  - ppc: don't hardcode volume id. The volume ID is hardcoded
    to the value of 'FIXME'. Use createVolumeID function to
    create dynamic volume ID. Something like openSUSE 12.2 1
    where 1 is the media number
  - update language translations po/pot files
  - added a backtitle information when displaying the language
    dialog saying that the boot will continue in a few seconds
  - fixed grub2 'Boot from Hard Disk' chainloader setup
  - fixed grub2 root and module setup for bios based ISO boot
  - added a 10sec timeout for the language selection (bnc #778570)
  - make sure unicode font inclusion for install iso images happens
    when grub2 is used and not only when an efi based image is
    created
  - fixed grub2 font, terminal and root configuration
  - don't reset the boot_bind system when in GPT/EFI mode

++++ webkitgtk:

  - Update to version 1.10.0:
    + Make WebKitWebView work again inside a GtkOverlay in WebKit2 by
    not using a native window for Accelerated Compositing
    implementation.
  - Search fo webkitgtk-* lang files instead of webkit-*, following
    upstreams name changes.

++++ webkitgtk3:

  - Update to version 1.10.0:
    + Make WebKitWebView work again inside a GtkOverlay in WebKit2 by
    not using a native window for Accelerated Compositing
    implementation.
  - Search fo webkitgtk-* lang files instead of webkit-*, following
    upstreams name changes.

++++ liborcus:

  - Latest development snapshot from the master branch.

++++ libproxy:

  - Update to version 0.4.8:
    + Only support standalone mozjs185 as mozilla js engine.
    + Support building with javascritpcoregtk 1.5
    + Support sending multiple results.
    * Issues fixed:
  - #166: Libproxy does not parse NO_PROXY correct when the line
    contains spaces
  - #164: If gconf's value is an empty list, pxgconf will make
    /usr/bin/proxy wait forever
  - #60: use lib js for embedded solutions
  - #160: strdup and gethostbyname not declared on OSX 10.7
  - #168: .pc file should be installed under OSX as well.
  - #170: Also check for "Transfer-Encoding: chunked".
  - #171: mozjs pacrunner: Fix parameters of dnsResolve_()
  - #172: Allow to forcibly build pacrunner as module
  - #173: Libproxy doesn't build with gcc 4.7
  - #147: Use ${CMAKE_DL_LIBS} instead of assuming libdl is correct.
  - #176: python bindings: guard the destructor.
  - #177: Speed up importing of libproxy in python.
  - Drop upstream fixed patches:
    + libproxy-javascriptcoregtk.patch
    + libproxy-mozjs185.patch
    + libproxy-trim-ignores.patch
    + libproxy-gcc47.patch
    + libproxy-force-bipr.patch

++++ libproxy-plugins:

  - Update to version 0.4.8:
    + Only support standalone mozjs185 as mozilla js engine.
    + Support building with javascritpcoregtk 1.5
    + Support sending multiple results.
    * Issues fixed:
  - #166: Libproxy does not parse NO_PROXY correct when the line
    contains spaces
  - #164: If gconf's value is an empty list, pxgconf will make
    /usr/bin/proxy wait forever
  - #60: use lib js for embedded solutions
  - #160: strdup and gethostbyname not declared on OSX 10.7
  - #168: .pc file should be installed under OSX as well.
  - #170: Also check for "Transfer-Encoding: chunked".
  - #171: mozjs pacrunner: Fix parameters of dnsResolve_()
  - #172: Allow to forcibly build pacrunner as module
  - #173: Libproxy doesn't build with gcc 4.7
  - #147: Use ${CMAKE_DL_LIBS} instead of assuming libdl is correct.
  - #176: python bindings: guard the destructor.
  - #177: Speed up importing of libproxy in python.
  - Drop upstream fixed patches:
    + libproxy-javascriptcoregtk.patch
    + libproxy-mozjs185.patch
    + libproxy-trim-ignores.patch
    + libproxy-gcc47.patch
    + libproxy-force-bipr.patch

++++ libqt4:

  - Revert fix-jit-crash commit responsible for kde#305718
    undo-fix-jit-crash-on-x86_64.patch

++++ libqt4-sql-plugins:

  - Revert fix-jit-crash commit responsible for kde#305718
    undo-fix-jit-crash-on-x86_64.patch

++++ libquvi-scripts:

  - Add libquvi-scripts-fix-youtube-lua.patch: Fix new "signature"
    parameter added to YouTube playback URLs (bnc#783140).

++++ mailman:

  - removed SuSEconfig dependency
    * SuSEconfig.mailman is moved to a new location, and works
    pretty much the same way as before. which may or may not
    be a good thing, perhaps this functionality should be
    removed completely

++++ microcode_ctl:

  - Update to Intel microcode 20120606-v2.
    An fixed version of the previous released one.

++++ thai-fonts:

  - moved /etc/fonts/conf.avail/*.conf to /usr/share/%{name}/conf.avail/
    as /etc/fonts/conf.avail is obsoleted with fontconfig 2.10

++++ vim:

  - Add Obsoletes/Provides for vim-plugin-matchit package

++++ wireshark:

  - update to upstream 1.8.3 (bnc#783275)
    + vulnerabilities fixed:
    * The HSRP dissector could go into an infinite loop.
    (wnpa-sec-2012-26 CVE-2012-5237)
    * The PPP dissector could abort.
    (wnpa-sec-2012-27 CVE-2012-5238)
    * Martin Wilck discovered an infinite loop in the DRDA dissector.
    (wnpa-sec-2012-28 CVE-2012-5239 CVE-2012-3548 bnc#778000)
    * Laurent Butti discovered a buffer overflow in the LDP dissector.
    (wnpa-sec-2012-29 CVE-2012-5240)
    + Further bug fixes and updated protocol support as listed in:
    http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html

++++ wqy-microhei-fonts:

  -  install avail configuration into /usr/share/%{name}/conf.avail
    and use %link_avail_to_system_fontsconf macro for linking it into
    /etc/fonts/conf.d (fontconfig 2.10 doesn't use /etc/fonts/conf.avail)

++++ wqy-zenhei-fonts:

  - install avail configuration into /usr/share/%{name}/conf.avail
    and use %link_avail_to_system_fontsconf macro for linking it into
    /etc/fonts/conf.d (fontconfig 2.10 doesn't use /etc/fonts/conf.avail)

------------------------------------------------------------------
------------------  2012-10-1  -  Oct 1 2012  -------------------
------------------------------------------------------------------

++++ autoyast2:

  - fix bug that caused hostname to contain IP address (bnc#782530)

++++ desktop-file-utils:

  - Import SuSEconfig script from glib2 here:
    + This is needed as SuSEconfig is now dead, and we need a way to
    generate the defaults.list file needed for the default MIME
    associations. Part of bnc#782120.
    + Add suse-update-mime-defaults as source, and install it.
    + Call suse-update-mime-defaults in %post.
    + Call suse-update-mime-defaults from the %desktop_database_post
    and %desktop_database_postun macros defined in
    macros.desktop-file-utils. This way, packages using those
    macros will regenerate the defaults.list files on
    install/removal.

++++ gfxboot:

  - start using 'default' video entry

++++ ghostscript-cjk:

  - Remove SuSEconfig.ghostscript-cjk use a %post scriplet instead
  - determine ghostscript CMap, CIDFont, and Adobe Fonts directories
    on the fly

++++ glib2:

  - Drop SuSEconfig.glib2: since SuSEconfig is now dead, this can't
    work anymore. Instead, this script is moved to desktop-file-utils
    and macros defined there will automatically call it.
  - Update glib2-upstream-gnome_defaults.conf to mention
    suse-update-mime-defaults script instead of "SuSEconfig --module
    glib2".
  - All of this fixes bnc#782120.

++++ hdparm:

  - update to hdparm-9.42
  - fix ordering of -S -y flags
  - spelling, typo, and formatting fixes for manpage and others
  - set block-count to 1 for Security commands sent via SAT (sgio)
  - use FIGETBSZ to determine filesystem block size for fibmap -- needed for FAT
  - fix master password revcode handling
  - try and fix reg_flags (again!) for old IDE taskfile ioctls
  - fixed '&&' bug in dco_identify code
  - force sector dumps (read-sector, identify, ..) to use le16 output format
  - proper SCT identify info courtesy of Leonid Evdokimov 
  - updated raid1ext4trim.sh-1.5 script
  - avoid HDIO_GETGEO_BIG when possible (doesn't exist in
    linux-2.6.xx and beyond)
  - pad secure erase timeouts by 30minutes rather than 5minutes.

++++ kdebase4-workspace:

  - removed kde3 parts from /usr/lib/X11/displaymanagers/kdm
    (bnc#775548)
  - Combine python-kdebase4 and kdebase4-workspace in a single
    spec-file. Python-kdebase4 no longer needs python-devel files to
    build.

++++ kernel-default:

  - ARM: Update config files: Exynos: Disable broken config options
  - commit 8d7f8ab
  - ARM: Update config files: Exynos: disable VFIO
  - commit 80abd68
  - Update to 3.6-final.
  - commit 6066894

++++ kernel-desktop:

  - ARM: Update config files: Exynos: Disable broken config options
  - commit 8d7f8ab
  - ARM: Update config files: Exynos: disable VFIO
  - commit 80abd68
  - Update to 3.6-final.
  - commit 6066894

++++ kernel-pae:

  - ARM: Update config files: Exynos: Disable broken config options
  - commit 8d7f8ab
  - ARM: Update config files: Exynos: disable VFIO
  - commit 80abd68
  - Update to 3.6-final.
  - commit 6066894

++++ kiwi:

  - fixed path for grub.cfg when in efi mode
  - fixed repartition and bootloader setup in efi mode
    * make sure the GPT metadata is updated to the real geometry
    * fixed grub2 mkconfig and install calls to match efi
    * make sure no parted call is blocked by user interaction
  - fixed grub2 setup for efi based disk images. The grub.cfg file
    was broken, referencing (cd0) instead of the disk root device

++++ libgdata:

  - Update to version 0.13.2:
    + Expand the documentation and add more examples
    + Explicitly check for libxml2 in configure
    + Port code coverage support to use gnome-common
    + Bugs fixed: bgo#683209
    + Updated translations.

++++ libksba:

  - update to libksba 1.3.0
  - change license from GPLv2 to LGPLv3/GPLv2
  - minor bug fixes
  - implement shared library packaging policy
  - remove nld-build.diff which was added 2004 before package was in
    the openSUSE OBS, was never used or applied cleanly since r1

++++ libpipeline:

  - Initial package libpipeline as new man-db depend on it

++++ python3-base:

  - Update to final 3.3.0 release
    * See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS

++++ libzypp:

  - Enable multiversion kernel and set multiversion.kernels in
    /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
  - Fix typo (bnc#782801)
  - Relax evaluation of patch category tags (case insensitive)

++++ man:

  - Add ChangeLog and COPYING to documentation (bnc #777385)

++++ mkinitrd:

  - install ipconfig.sh as ipconfig, so that only one copy gets
    installed into the initrd
  - remove true(1) from program tags, functionality is provided by a script
  - replace cp_bin usage in setup-network.sh with programs tags

++++ patterns-openSUSE:

  - Stephan Kulow (1):
    yast- frontends are now libyui-*
    Commit: 0dff97c8

++++ python-qt4:

  - Update to the latest upstream version:
  - Added support for Qt v4.8.3.
  - Added support for Qt v5-beta1 (QtCore, QtGui, QtHelp, QtNetwork, QtSql,
    QtSvg, QtWebKit and QtXml only).
  - Implemented __str__ and __unicode__ for QChar.
  - Added the missing QPointF operator*(qreal, QPointF).
  - Added the customcompleter.py example.
  - SIP v4.14 is now required.

++++ python-sip:

  - Update to latest upstream version:
  - The internal API version is increased to 9.0 requiring the regeneration
    of all modules.
  - Added the %InstanceCode directive.
  - Added the %VirtualErrorHandler directive.
  - Added the default_VirtualErrorHandler argument to the %Module directive.
  - Added the VirtualErrorHandler class annotation.
  - Added the NoVirtualErrorHandler and VirtualErrorHandler function
    annotations.
  - The AllowNone and NoRelease mapped type annotations can now be used
    with mapped type templates.
  - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
    corresponding to the -t arguments passed on the command line.
  - Deprecated sipTransferBreak().
  - For Python v2.x unsigned short and unsigned char (when used as a byte)
    are now converted to int, rather than long, objects.
  - Added support for MSVC 2010 to the build system.
  -

++++ python-urlgrabber:

  - Fixed wrong license header in urlgrabber/__init__.py (bnc#781323)
  - Updated upstream URL, the project moved the baseurl.org (yum)

++++ python3:

  - Update to final 3.3.0 release
    * See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS

++++ rhythmbox:

  - Update to version 2.98:
    + New dialog for importing music into the library
    + New audio CD metadata lookup library, replacing libmusicbrainz
    + Improved transitions between album art images
    + Nautilus cluebar buttons now result in the right source being
    selected
    + Update notification buttons when playback state changes
    + Grilo plugin ported to grilo 0.2 API
    + Search musicbrainz for album art by album and artist name
    + Love/ban buttons visible in last.fm/libre.fm sources
    + Bugs fixed: bgo#604734, bgo#653781, bgo#671705, bgo#673956,
    bgo#676007, bgo#676689, bgo#677079, bgo#677464, bgo#677955,
    bgo#678138, bgo#678208, bgo#678254, bgo#678261, bgo#678661,
    bgo#678923, bgo#678995, bgo#679222, bgo#679326, bgo#680204,
    bgo#680842, bgo#681018, bgo#681178, bgo#681259, bgo#681924,
    bgo#682309, bgo#682404, bgo#682677, bgo#682970, bgo#684142,
    bgo#684304, bgo#684333.
    + Updated translations.
  - Drop pkgconfig(libmusicbrainz4): upstream replaced libmusicbrain
    usage with GStreamer and libsoup.
  - Replace pkgconfig(clutter-gst-1.0) BuildRequires with
    pkgconfig(clutter-gst-2.0): openSUSE 12.3 no longer ships
    clutter-gst-1.0. The replacement BuildRequire is currently
    commented out, as rhythmbox can't make use of clutter-gst-2.0 yet
    due to the changed APIs. As a consequence we do not provide the
    visualizer plugin at the moment.
  - Drop pkgconfig(gconf-2.0) BuildRequires: no longer needed.
  - Drop rhythmbox-CVE-2012-3355.patch: fixed upstream.
  - Drop rhythmbox-link-discid.patch: fixed upstream.

++++ sushi:

  - Add glib2_gsettings_schema_* handling to preamble, post and
    postun. Fixes bnc#782917.

++++ xterm:

  - Patch #282 - 2012/09/28
    * improve configure check for XkbKeycodeToKeysym, fixing a regression
    on some older systems in the patch #280 changes.
    * add  clarification in manpage for alwaysBoldMode and veryBoldColors
    resources (prompted by Derek Martin question about using the former
    with TrueType fonts).
    * add  alternateScroll  resource  and corresponding control sequences
    which  modify  the  scroll-forw  and  scroll-back actions: when the
    alternate screen is displayed, wheel mouse up/down will send cursor
    keys (Debian #683942).
    * improve  rendering  for the case when a Unicode character is absent
    in  the  bold  font  but  present in the normal font by temporarily
    falling back to the normal font (Debian #359006, Debian #408666).
    * provide  configure  option  --enable-double-buffer  and  ifdef's to
    allow  comparisons  with/without double-buffering. The default uses
    normal buffering.
    * add  feature  to  optionally  scroll  current page before clearing,
    ontrolled  by  resource setting cdXtraScroll (prompted by patch by
    Richard Wagenblast):
    * integrated  patches  from  Arch  Linux  forum  posting  (patches by
    Richard Wagenblast):
    + modify reallocation limit of line-data when resizing screen so
    that  "lost"  text  will  be  restored  if the screen is first
    shrunk and then grown.
    + modify output to use double-buffering to reduce flicker.
    * modify  scroll-lock  action  to  handle on/off/toggle keywords like
    other actions. Previously the optional parameter was interpreted as
    an integer.
    * extend  DECSCUSR  to  provide a way to set the cursor to a vertical
    bar (patch by Paul Bolle).
    * add  -8,  -c,  -d  and -u options to 88colors2.pl and 256colors2.pl
    scripts.  No current terminal emulator recognizes C1 controls while
    handling  UTF-8  encodingâ\200\224see  notes in patch #119 and patch #109
    regarding  utf8controlsâ\200\224but  the -u and -8 options are useful for
    demonstrating this point.
    * improve  speed  when  changing color palettes using OSC controls by
    deferring repaint while followup controls might be additional color
    palette changes.
    * modify  SGR 38 and SGR 48 to accept RGB index, matching the closest
    entry in xterm's palette.
    * extend  SGR 38  and  SGR 48  to accept colon as parameter separator
    (request by Paul LeoNerd Evans).
    * modify fullscreen action to allow it to toggle the full-screen mode
    rather  than  only  set  or  unset  it  (prompted  by  Eeri  Kask's
    suggestion to support _NET_WM_TOGGLE). This implementation does not
    yet use _NET_WM_TOGGLE.
    * add      support      for      _NET_WM_STATE_MAXIMIZED_VERT     and
    _NET_WM_STATE_MAXIMIZED_HORZ  EWMH  properties  (suggested  by Eeri
    Kask).
    * make  fullscreen  mode  work  with  the tek4014 window. This change
    makes  only the currently active window to be changed to fullscreen
    rather than changing both windows.
    * modify  TekClear function to discard pending output before clearing
    the tek4014 display (patch by Kevin Ryde).
    * fix  deleteIsDEL  feature,  broken in patch #280 changes (report by
    Mike Thornburg, forwarded by Jeremy Huddleston).
    * fix   a   special   case   of   wrapping   double-width  characters
    (report/test-case by Ken Winstein).
    * add E3 extended capability to xterm-basic to match ncurses 20120728
    patch.
    * fix     incorrect     transformation     of    row-parameter    for
    ClearCurBackground in patch #279 which caused incorrect painting in
    some scrolling scenarios (report by Chuck Silvers).
    * fix typo in manpage description of +maximized option (Paul Maier).
    * change  default  for  configure  option  --with-xpm,  turning it on
    unless requested otherwise.
    * add configure option --with-icon-name which can be used to override
    the default icon used in icon-themes.
    * extend  activeIcon  resource  to  provide default value which tells
    xterm  to  determine  the  window  manager's name and automatically
    enable  the  feature  for  fvwm  and  window  maker.  The  explicit
    true/false values can be used to override this behavior.
    * add  "mini" xterm icon, which scales better than the standard xterm
    icon, e.g., for the gnome/kde "panel" feature.
    * extend  iconName  resource  to  search  for icon named according to
    resource value and use that if found. If not found, use compiled-in
    pixmap. Both set the WM_ICON_NAME property which is used by various
    window managers, usually for window decoration.
    * updated  autoconf  patch,  adding  support for --datarootdir, which
    changes the default location of manpages.
    * further  improved  autoconf macros for configuring icons, from vile
    9.8h

++++ yast2:

  - extended support for IPv6
  - 2.23.6

------------------------------------------------------------------
------------------  2012-9-30  -  Sep 30 2012  -------------------
------------------------------------------------------------------

++++ kde4-l10n:

  - update to 4.9.2
    * see http://kde.org/announcements/changelogs/changelog4_9_1to4_9_2.php for details

++++ libzypp:

  - Update zypp-po.tar.bz2

------------------------------------------------------------------
------------------  2012-9-29  -  Sep 29 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ ark:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ blinken:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kdesdk4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ cheese:

  - Replace gstreamer-0_10-plugins-good and
    gstreamer-0_10-plugins-bad Requires in libcheese7 with the
    GStreamer 1.0 variants gstreamer-plugins-good and
    gstreamer-plugins-bad: As cheese is built against GStreamer 1.0
    now, we do also require the new plugins.

++++ kdebase4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ perl-Image-ExifTool:

  - add perl-File-RandomAccess sub-package to match package in graphics
  - remove stale comments about doc files

++++ kiten:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ gnome-clocks:

  - Update to version 0.1.3:
    + Implement "laps" in the stopwatch.
    + Misc bugfixes.
    + Updated translations.
  - Changes from version 0.1.2:
    + Use vertical spinbuttons for the timer setup.
    + Fix timezone offset calculation during DST.
    + Misc bugfixes.

++++ gnome-control-center:

  - Really replace pkgconfig(gstreamer-0.10) BuildRequires with
    pkgconfig(gstreamer-1.0): cheese-devel already correctly pulled
    in gstreamer 1.0 devel files, so there is no factual change now.
    But it stops us from pulling in GStreamer 0.10 while we don't
    need it anymore.

++++ gnome-keyring:

  - Drop set_permission and verify_permissions scripts:
    gnome-keyring-daemon is not installed with special permissions
    and does not need special handling (bnc#781891).
  - Drop permissions PreReq: we don't need to handle any special
    permissions on files.

++++ gwenview:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kactivities4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kalgebra:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kalzium:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kanagram:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kate:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kbruch:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kcalc:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kcharselect:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kcolorchooser:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kde4-filesystem:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kdebase4-workspace:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kdeartwork4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kdebase4-runtime:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkdegames:

  - Update to 4.9.2
    * see http://kde.org/announcements/4.9.2/ for details

++++ kdelibs4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kdenetwork4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kdepimlibs4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kernel-default:

  - ARM/u5800: Fix build of ux500 driver
  - commit 0ea37a0
  - disable non-compiling irrelevant I2C module
  - commit 0ba9bac
  - ARM/tegra: Remove optional parts to fix build
  - commit d729a16
  - ARM: enable zcache support
  - commit 17b147b
  - ARM/cubox: set cachefilesd to module
  - commit c1fb243

++++ kernel-desktop:

  - ARM/u5800: Fix build of ux500 driver
  - commit 0ea37a0
  - disable non-compiling irrelevant I2C module
  - commit 0ba9bac
  - ARM/tegra: Remove optional parts to fix build
  - commit d729a16
  - ARM: enable zcache support
  - commit 17b147b
  - ARM/cubox: set cachefilesd to module
  - commit c1fb243

++++ kernel-pae:

  - ARM/u5800: Fix build of ux500 driver
  - commit 0ea37a0
  - disable non-compiling irrelevant I2C module
  - commit 0ba9bac
  - ARM/tegra: Remove optional parts to fix build
  - commit d729a16
  - ARM: enable zcache support
  - commit 17b147b
  - ARM/cubox: set cachefilesd to module
  - commit c1fb243

++++ kgamma:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kgeography:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ khangman:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kig:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kio_audiocd:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details
  - Update to 4.9.2

++++ kamera:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ klettres:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kmag:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kmix:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kmousetool:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kmplot:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ konsole:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kross-interpreters:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kruler:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kscd:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ ksnapshot:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kstars:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ ktouch:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kwalletmanager:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ kwordquiz:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ analitza:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkcddb4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkcompactdisc4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkdcraw:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkdeedu4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkexiv2:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libkipi:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ libksane:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ marble:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ mkinitrd:

  - move some programs tags from boot-start.sh to boot-shell.sh
  - list all programs from linuxrc+ipconfig.sh in boot-start.sh
  - remove usage of absolute paths in programs tags
  - list all tools in boot-* scripts in a programs tag
  - remove usage of absolute paths for executables

++++ nepomuk-core:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ okular:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ oxygen-icon-theme:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ parley:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ plasma-addons:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ python-kde4:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ step:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ sweeper:

  - Update to 4.9.2
    * see http://kde.org/announcements/announce-4.9.2.php for details

++++ xf86-video-intel:

  - Update to version 2.20.9:
    And so it came to pass that a critical bug was uncovered in UXA. The
    kernel does not like to pageflip when the pipe is off, yet due to the
    delayed nature of a pageflip and the relaxed checking performed by UXA,
    we could request a pageflip after turning off the display (DPMS). The
    kernel rejected that pageflip and the error handling path failed to
    restore sanity, and when the screen came back it was stuck on the image
    seen before it went to sleep. (Note that there are also some related
    kernel bugs, but this update should prevent the most conspicious of the
    freezes.) Many thanks to Timo Aaltonen for his efforts in tracking down
    the issue.
  - In other news:
    + Prepare for xorg-1.4, the api is being tweaked again.
    + Handle early FreeScreen in UXA.
    https://bugs.freedesktop.org/show_bug.cgi?id=55346
    + Reenable XvMC support
    + Do not replace the GPU bo when uploading into the shadow/CPU copy
    https://bugs.freedesktop.org/show_bug.cgi?id=54978
    + Fix use of an uninitialised GC when drawing glyphs to a depth=1 pixmap

------------------------------------------------------------------
------------------  2012-9-28  -  Sep 28 2012  -------------------
------------------------------------------------------------------

++++ branding-openSUSE:

  - add a /usr/share/libyui/theme symlink as long as yast looks there
    for themeing

++++ clamav:

  - 0.97.6 also fixes bnc#780181.

++++ dbus-sharp:

  - Add dbus-sharp-signal-dispatch.patch: Fix broken signal dispatch.
    The signals for example do not reach applications like tomboy,
    which avoids them from closing down on session termination, until
    they are forcibly killed by the session manager (bnc#780933).

++++ dosfstools:

  - license update: GPL-3.0+
    No indication that the authors restricted the package to GPL-3.0 (i.e.
    "only"). Accordingly, GPL-3.0+ seems a better choice and is also the
    choice made by Fedora

++++ ghostscript-fonts:

  - Set the version is the same version as the current ghostscript
    package i.e. 9.06 because this ghostscript-fonts-* packages
    are the right ones for this Ghostscript version.
  - Have SuSEconfig.pango stuff in RPM scriptlets only
    if suse_version < 1220 because since openSUSE 12.2
    there is no longer SuSEconfig.pango (see the "declined"
    comment of OBS submitrequest 136232).

++++ glibc:

  - Fix crash in relocation on sparc with bind-now (swo#14376)
    (patch sparc-bind-now.patch).

++++ glibc:

  - Fix crash in relocation on sparc with bind-now (swo#14376)
    (patch sparc-bind-now.patch).

++++ hplip:

  - Adapted fix-no-return-in-nonvoid-function.diff because
    HP's upstream fix is insufficient (not 64-bit safe),
    see https://bugs.launchpad.net/hplip/+bug/1017496
  - Adapted no-chgrp_lp_hplip_Logdir.diff so that it
    applies to the HPLIP 3.12.9 sources.
  - Version upgrade to 3.12.9:
    User can collect logs by running 'hp-logcapture' command
    for any issue in print/scan/fax functionality.
    Logs get stored in /var/log/hp/tmp.
    Several more supported printers and all-in-one devices.
    Several bug fixes.
    For details see
    http://hplipopensource.com/hplip-web/release_notes.html

++++ kernel-default:

  - Remove old patchset to override ACPI tables via initrd.
    Also remove a stale xen patch related to that.
  - Delete
    patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
  - Delete
    patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch.
  - Delete
    patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch.
  - Delete
    patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
  - commit dd8f1b0
  - Refresh patches.arch/acpi_override_2_2.patch.
  - commit 80dcdb8
  - Update config files to enable building overlayfs as a module.
  - commit 42f70e6
  - Update config files.
    Enable ACPI table override capability via initrd for
    all i386/x86_64 flavors:
    +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
  - commit 08721cc
  - ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite
    ACPI funcs at runtime.
  - ACPI: Document ACPI table overriding via initrd.
  - ACPI: Create acpi_table_taint() function to avoid code
    duplication.
  - ACPI: Implement physical address table override.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area()
    for e820 handling.
  - lib: Add early cpio decoder.
  - commit dfdfcd3
  - overlayfs: copy up i_uid/i_gid from the underlying inode.
  - ovl: switch to __inode_permission().
  - vfs: export __inode_permission() to modules.
  - overlayfs: create new inode in ovl_link.
  - overlayfs: fix possible leak in ovl_new_inode.
  - fs: limit filesystem stacking depth.
  - overlay: overlay filesystem documentation.
  - overlayfs: implement show_options.
  - overlayfs: add statfs support.
  - overlay filesystem.
  - vfs: introduce clone_private_mount().
  - vfs: export do_splice_direct() to modules.
  - vfs: add i_op->dentry_open().
  - commit f3e02da

++++ kernel-desktop:

  - Remove old patchset to override ACPI tables via initrd.
    Also remove a stale xen patch related to that.
  - Delete
    patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
  - Delete
    patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch.
  - Delete
    patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch.
  - Delete
    patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
  - commit dd8f1b0
  - Refresh patches.arch/acpi_override_2_2.patch.
  - commit 80dcdb8
  - Update config files to enable building overlayfs as a module.
  - commit 42f70e6
  - Update config files.
    Enable ACPI table override capability via initrd for
    all i386/x86_64 flavors:
    +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
  - commit 08721cc
  - ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite
    ACPI funcs at runtime.
  - ACPI: Document ACPI table overriding via initrd.
  - ACPI: Create acpi_table_taint() function to avoid code
    duplication.
  - ACPI: Implement physical address table override.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area()
    for e820 handling.
  - lib: Add early cpio decoder.
  - commit dfdfcd3
  - overlayfs: copy up i_uid/i_gid from the underlying inode.
  - ovl: switch to __inode_permission().
  - vfs: export __inode_permission() to modules.
  - overlayfs: create new inode in ovl_link.
  - overlayfs: fix possible leak in ovl_new_inode.
  - fs: limit filesystem stacking depth.
  - overlay: overlay filesystem documentation.
  - overlayfs: implement show_options.
  - overlayfs: add statfs support.
  - overlay filesystem.
  - vfs: introduce clone_private_mount().
  - vfs: export do_splice_direct() to modules.
  - vfs: add i_op->dentry_open().
  - commit f3e02da

++++ kernel-pae:

  - Remove old patchset to override ACPI tables via initrd.
    Also remove a stale xen patch related to that.
  - Delete
    patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
  - Delete
    patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch.
  - Delete
    patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch.
  - Delete
    patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
  - commit dd8f1b0
  - Refresh patches.arch/acpi_override_2_2.patch.
  - commit 80dcdb8
  - Update config files to enable building overlayfs as a module.
  - commit 42f70e6
  - Update config files.
    Enable ACPI table override capability via initrd for
    all i386/x86_64 flavors:
    +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
  - commit 08721cc
  - ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite
    ACPI funcs at runtime.
  - ACPI: Document ACPI table overriding via initrd.
  - ACPI: Create acpi_table_taint() function to avoid code
    duplication.
  - ACPI: Implement physical address table override.
  - ACPI: Store valid ACPI tables passed via early initrd in
    reserved memblock areas.
  - X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area()
    for e820 handling.
  - lib: Add early cpio decoder.
  - commit dfdfcd3
  - overlayfs: copy up i_uid/i_gid from the underlying inode.
  - ovl: switch to __inode_permission().
  - vfs: export __inode_permission() to modules.
  - overlayfs: create new inode in ovl_link.
  - overlayfs: fix possible leak in ovl_new_inode.
  - fs: limit filesystem stacking depth.
  - overlay: overlay filesystem documentation.
  - overlayfs: implement show_options.
  - overlayfs: add statfs support.
  - overlay filesystem.
  - vfs: introduce clone_private_mount().
  - vfs: export do_splice_direct() to modules.
  - vfs: add i_op->dentry_open().
  - commit f3e02da

++++ kiwi:

  - v5.04.14 released

++++ libmicrohttpd:

  - Update to 0.9.22:
    + Allow to configure basic and digest authentication separately
    + Fix URI argument parsing when string contained keys without
    equals sign in middle of the argument.
    + Reduce default size in poft processor buffer.
  - Remove --enable-client-side from configure call, it doesn't exist
    anymore.
  - Update License tag to new SPDX format.

++++ pango:

  - Update to version 1.32.1:
    + Fixup grapheme clusters, cause of crashes (bgo#684959)

++++ libtasn1:

  - updated to version 2.14
    This release adds asn1_read_node_value() to obtain a node's value. This
    is to deprecate the export of the node_asn internal structure for the
    upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_*
    constants were added to support the new function.
  - removed upstreamed libtasn1-stdio.h patch
  - make check

++++ xfce4-session:

  - explicitly depend on ConsoleKit-x11 which is used via DBus

++++ mkinitrd:

  - update cp_bin to handle symlinks properly (bnc#778149)
  - remove suid/sgid from binaries right before creating the initrd
  - make binaries in all four bin directories executable

++++ virtualbox:

  - update to 4.2.0
  - rebase patches
  - remove kernel-3.6 patch, no longer needed

++++ shotwell:

  - Update to version 0.13.0:
    + The Shotwell Extras plugins now include support for publishing
    photos to Tumblr
    + Shotwell correctly handles dates before 1969
    + Shotwell lets you remove sensitive information from photos
    before publishing them to social media sites
    + Shotwell regenerates thumbnails automatically, making migrating
    libraries between computers easier
    + The Picasa connector now uses OAuth authentication for enhanced
    security
    + Bug fixes
    + Updated translations.
  - Drop shotwell-0.12.3-libgphoto25.patch: fixed upstream.
  - Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.
  - Remove obsolete openSUSE version conditions (<= 11.3).

++++ usb_modeswitch:

  - huawei-timing.patch:
    * fixed timing issues with huawei devices (E173, ...)
    bnc#740354

++++ w3m:

  - license update: ISC
    w3m permissive license much more akin to ISC (spdx.org/licenses/ISC) than
    to either BSD or MIT

++++ xf86-video-modesetting:

  - created package

++++ xfce4-power-manager:

  - explicitly depend on ConsoleKit-x11 which is used via DBus

++++ xplanet:

  - Added "CPPFLAGS=-I%{_includedir}/netpbm" to fix compilation with netpbm
    support in Factory (the netpbm headers where moved from /usr/include to
    /usr/include/netpbm).
  - Use pkgconfig(...) for xorg-x11 build requirements.

------------------------------------------------------------------
------------------  2012-9-27  -  Sep 27 2012  -------------------
------------------------------------------------------------------

++++ DirectFB:

  - Update baselibs.conf

++++ anjuta:

  - Update to version 3.6.0:
    + project-manager:
  - Support for calling make check
  - Support for subdirectories in project groups
  - Crash fixes
    + git:
  - Git Tasks dock is only shown when the Git dock is active
  - The Status view is the first view shown in the Git dock
  - Status view works with git 1.7.10 and newer
    + symbol-db:
  - Various crash and infinite loop fixes
    + sourceview:
  - Use common indentation settings
    + Bugs fixed: bgo#680401, bgo#672692, bgo#675877, bgo#678695,
    bgo#679827, bgo#680136, bgo#680554, bgo#680559, bgo#680555,
    bgo#680657, bgo#679767
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-devel:
    following upstreams port to the new documentation infrastructure.

++++ build:

  - change to automatic date version in _service
  - update from git (4afd9f0ee03f9e51cf8db9a27fae4663e3f4dde6)
    Martin Koegler (1):
    Bug fix: ignore links in orig tar files
    Michael Schroeder (1):
  - be more verbose when the preinstallimage unpack fails
    Stephan Kulow (2):
    the difference between openSUSE and SLE is outdated
    do not cumulate packages with 12.2's rpm

++++ cups:

  - Version upgrade to 1.5.4 (mainly a bugfix release) that fixes
    some IPP printing issues.
    Excerpt:
    * The IPP backend no longer tries to get the job status for
    printers that do not implement the required operation
    (STR #4083).
    * Sending a document in an unsupported format to an IPP printer
    now automatically cancels the job (STR #4093).
    * The IPP backend now treats the client-error-not-possible
    status code as a job history issue, allowing IPP printing to
    Windows to work(STR #4047).
    For a complete list see the CHANGES.txt file.
  - revert_cups-ssl.m4_to_1.5.2.patch is now obsolete because of
    an upstream fix.

++++ lvm2:

  - lvm2.spec: make sure MODPROBE_CMD is set properly
    when configure is run.  Without it, modules are
    not auto-loaded.  (bnc#779965)

++++ ghostscript:

  - Version upgrade to 9.06. Mainly a bugfix release.
    * pdfwrite announcements:
    pdfwrite now supports the creation of PDF/A-2 files.
    For further details see the NEWS file.
    * removed moribund dumphint tool, see History9.htm and
    http://bugs.ghostscript.com/show_bug.cgi?id=693223

++++ ghostscript-fonts:

  - Using an absolute path as source in symbolic link in spec file
    to avoid an issue with /usr/sbin/Check in SLE11, SLE_11_SP1,
    and SLE_11_SP2 that would wrongly convert a relative path
    ../ghostscript/fonts into a ../ghostscript/fonts.gz file.
    Afterwards /usr/lib/rpm/brp-symlink converts it to a relative
    path so that the binary RPM gets the intended symbolic link
    /usr/share/fonts/ghostscript -> ../ghostscript/fonts
    (bnc#778879).

++++ glibc:

  - Fix check-abi on more architectures (bnc#780696), patch by Jan
    Engelhardt (updated patch glibc-fix-check-abi.patch).

++++ glibc:

  - Fix check-abi on more architectures (bnc#780696), patch by Jan
    Engelhardt (updated patch glibc-fix-check-abi.patch).

++++ kernel-default:

  - Update config files: Disable JTAG HVC, when enabled the kernel hangs on access
  - commit cdf0705

++++ kernel-desktop:

  - Update config files: Disable JTAG HVC, when enabled the kernel hangs on access
  - commit cdf0705

++++ kernel-pae:

  - Update config files: Disable JTAG HVC, when enabled the kernel hangs on access
  - commit cdf0705

++++ kiwi:

  - fixed ISO header Preparer string to point to openSUSE

++++ ilmbase:

  - Correct baselibs.conf

++++ openexr:

  - license update: BSD-3-Clause
    No GPL licensed files found in the package
  - Update baselibs.conf

++++ libdrm:

  - Require libdrm_omap1-32bit only on ARM

++++ gtkmm3:

  - Update to version 3.5.13:
    + Gtk:
  - ApplicationWindow: Add get_id().
  - Container: Add forall(), propagate_draw(),
    get_focus_child() and get_path_for_child().
  - IconView: Add get_item_row() and get_item_column()
    and reorderable, tooltip-column and item-padding properties.
  - LevelBar: Added properties and signal.
  - PrintJob: Added get/set_page_ranges().
  - Settings: Added the enable_primary_paste property.
  - Widget: Add has_visible_focus().
  - Window: Add set_startup_id(), is_active(),
    has_toplevel_focus(), set_default_geometry(),
    resize_to_geometry(), has_group().
    Add the focus-visible and attached-to properties.
    + Build:
  - Use std::time_t instead of ::time_t.
  - Use std::size_t and std::ptrdiff_t.

++++ libindi:

  - Update to version 0.9.5:
    * Focuser simulator driver.
    * CCD, Telescope, Focuser, and Filter simulators improvements including
    periodic error effects, FWHM, and more.
    * Major improvements to INDI Base Library and INDI Client Library.
    * Fixed minor bugs in LX200 Generic, LX200 FS2, Magellan, and Celestron
    drivers.
    * Minor bugfixes and improvements.
    * Fixed color buffer problem in V4L drivers.
    * Numerous bug fixes and minor improvements.
    From 0.9.1:
    * Bugfix release.
  - Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and
    added a new one to fix some new "no-return-in-nonvoid-function" rpm
    post-build check errors.
  - Removed libindi-usleep.patch that fixed compilation with gcc-4.7 (fixed
    upstream).

++++ parted:

  - add parted-workaround-windows7-gpt-implementation.patch
    (bnc#781688)

++++ plymouth:

  - fix the libdir path in plymouth-set-default-theme (bnc#780085)

++++ polkit:

  - Add polkit-no-systemd.patch: this patch, only applied when not
    building systemd support, removes the systemd service reference
    from the dbus .service file. This is needed as the systemd
    .service file does not get installed in that case and dbus gets
    confused because it expects it.
  - Make %{_datadir}/polkit-1/rules.d and
    %{_sysconfdir}/polkit-1/rules.d owned by user polkitd, as those
    directories have 0700 as permissions.
  - Those two changes should fix polkit so it can start.
    Fix bnc#782395.

++++ python3-base:

  - Correct dependency for python3-testsuite,
    python3-tkinter -> python3-tk

++++ libwpd:

  - upgrade to version 0.9.6:
  - Experimental support of Zip storage along with Ole.
  - Add WPX_SEEK_END enum member in order to speed up the Zip
    operations.
  - Numerous fixes of coverity and cppcheck warnings and errors.
  - upstream patch to really enable Zip stream.
  - package build depends on zlib-devel.

++++ linux-glibc-devel:

  - unfuzzy patch to fix build

++++ nfs-utils:

  - nfs4-no-umount: does send MOUNT_UMNT rpcs
    when unmounting an 'nfs4' filesystem.  They
    are only required for nfs2,3. (bnc#772534)

++++ virtualbox:

  - Add virtualbox-kernel-3.6.patch to fix compilation with 3.6 kernel

++++ shadow:

  - Implement CHARACTER_CLASS support
    (chkname-regex.diff)

++++ sysconfig:

  - version 0.76.5
  - Added support for NOZEROCONF option to disable zero config route.

++++ transmission:

  - Update to version 2.71:
    + Mac: Fix crasher on 10.6 Snow Leopard
  - Changes from version 2.70:
    + All Platforms:
  - Improved speed with the µTP protocol
  - Fix bug that caused some incoming encrypted peer connections
    to fail
  - Fix bugs with the speed limit scheduler
  - Fix crasher with magnet links
    + GTK+:
  - Require GTK+ 3.4
    + Qt:
  - Control speed limit from the icon tray
  - Improved behavior when clicking on torrents in the torrent
    list
  - Fix bug where torrent files were not deleted
  - Fix bug with unicode characters in the default location
    + Web Client:
  - The file inspector tab displays files nested under
    directories
  - Improved scrolling on iPad
  - Fix incorrectly rendered characters
  - Fix bug involving attempts to post notifications without
    permission
  - Mac fixes.
  - Spec file cleanup using spec-cleaner.

++++ update-alternatives:

  - update to 1.16.8

++++ w3m:

  - Build with OPENSSL_NO_SSL_INTERN, poor's man visibility
    to avoid ABI breaks between different openssl version.
  - Also define _GNU_SOURCE to allow some extra optimizations
    with recent GCC versions.

++++ wget:

  - Add wget-openssl-no-intern.patch to Build with OPENSSL_NO_SSL_INTERN,
    which is openssl's poor man's version of visibility, to avoid breaking
    applications ABI on library internal changes.

++++ words:

  - Remove reference to obsolete /etc/sysconfig/suseconfig.

++++ xfce4-mixer:

  - added xfce4-mixer-do-not-use-glib-2.30-symbols.patch in order to
    not use symbols that are only available in glib > 2.30.0
    (backported from upstream git)
  - added compatibility symlink for the panel plugin to ease the
    migration
  - update to version 4.9.0
  - use standard icons where possible
  - support xfce4-panel 4.10 with its deskbar mode
  - handle unconfigured state more gracefully
  - mute a track when the volume is set to 0% and unmute when set
    to a higher value
  - add global keyboard shortcuts for raising and lowering the
    volume as well as muting
  - store settings in xfconf and keep them in sync
  - populate the mixer with whitelisted controls in the absence of
    an existing configuration
  - add a popup with a scale for setting the volume to the panel
    plugin which is opened on left click, allow running the
    user-defined command previously bound to left click from the
    panel plugin context menu instead
  - make xfce4-mixer a singleton application
  - add runtime debugging mode to both the mixer and the panel
    plugin
  - add man page for xfce4-mixer
  - handle identically named tracks and tracks which are read-only
    or have no mute or record functionality
  - added xfce4-mixer-fix-typo to correct a typo causing build
    failures with glib < 2.32.0 (backported from upstream git)

++++ xkeyboard-config:

  - license update: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
    Everything below symbols/sun_vndr/ is CDDL-1.0 licensed

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-9-26  -  Sep 26 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Disable nm-remove-AP-always-on-device-disconnect.diff: the AP
    might be removed from the list forever due to the AP list update
    method change since 0.9.4.0 (bnc#768564)

++++ aaa_base:

  - Fix linuxbase URLs to point to the current documentation
  - Add README.packaging.txt.

++++ igerman98:

  - License: GPL-2.0 and LGPL-2.1 [bnc#778038]

++++ dconf:

  - Update to version 0.14.0:
    + Updated translations.

++++ desktop-file-utils:

  - BuildIgnore dbus-1-x11 to break the cycle

++++ digikam:

  - slideshow.png is gone

++++ empathy:

  - Drop hack in spec to rename im-xmpp icon files, fixed upstream.

++++ gdl:

  - Update to version 3.6.0:
    + Updated translations.

++++ ghostscript-fonts:

  - Provide a link /usr/share/fonts/ghostscript which points to
    /usr/share/ghostscript/fonts (the directory where Ghostscript
    expects its fonts) to make the Ghostscript fonts also appear
    in the directory /usr/share/fonts/ where applications
    search for fonts (bnc#778879).

++++ gnome-games:

  - Update to version 3.6.0.2:
    + glchess: Fix crash on startup due to incorrect usage of
    GApplication.

++++ grub2:

  - refresh grub2-fix-locale-en.mo.gz-not-found-error-message.patch
    with the correct fix in upstream bugzilla #35880 by Colin Watson
    (bnc#771393)

++++ clutter-gst:

  - Update to version 1.9.92:
    + Updated Gstreamer 1.0 port to work with the released
    GStreamer 1.0.0.
    + Fix uploading of some videos with odd widths.
    + Disable HW decoder support until it is stabilized in GStreamer
    1.0.
    + autocluttersink now exposes the ts-offset property of the
    underlying sink.

++++ gutenprint:

  - Version upgrade to 5.2.9:
    Revert an inappropriate change to the internal library version
    number that was introduced in the 5.2.8 release.
  - Version upgrade to 5.2.8:
    The Canon driver has been significantly overhauled. Its output
    and functionality may be significantly different from previous
    releases. Further work in future releases is expected.
    Several Canon PIXMA and SELPHY printers were removed, as they
    are not supported.
    Several Canon printers do not offer a grayscale printing mode.
    CD printing support for some Canon PIXMA printers was added.
    Added borderless functionality to most Canon printers
    (except S series and BJC series).
    Many new Canon printers are now EXPERIMENTAL supported.
    A few new Epson printers are now supported.
    For details see the NEWS file.
  - escputil-send_nulls-void.patch is obsolete because its fixed
    in the sources.
  - compile-fix.patch is obsolete because its fixed in the sources.

++++ libkdegames:

  - Add explicit glu dependency

++++ kiwi:

  - make losetup of btrfs cache devices race free

++++ hdf5:

  - make sure to install the examples from non-parallel build

++++ liborcus:

  - Remove the obsolete package and spec.
  - Add new package and spec from the latest master branch.

++++ pango:

  - Update to version 1.32.0:
    + Add a --without-xfg configure option.
    + Add pango_shape_full().

++++ samba:

  - Do not write the build date into the header of the default smb.conf as this
    causses superfluous rebuilds of packages depending on samba; (bnc#781601).
  - Do not prerequire SuSEconfig.permissions as it's already enough and more
    generic to depend on the permissions package; (bnc#782293).

++++ telepathy-glib:

  - Update to version 0.19.10:
    + Enhancements:
  - Add tp_vardict_get_uint32() etc., analogous to
    tp_asv_get_uint32() etc.
  - tp_channel_dispatch_operation_get_channels() is now
    introspected (fdo#55102).
  - Add tp_vardict_get_*() helper functions to lookup values in a
    GVariant of type %G_VARIANT_TYPE_VARDICT.
  - Add tp_variant_convert() and tp_variant_type_classify() to
    manipulate and convert GVariant.
  - A bunch of GVariant oriented API have been added as an
    alternative of their GValue equivalent: fdo#55024,
    fdo#55096, fdo#55099, fdo#55101, fdo#55024, fdo#55095 and
    fdo#55100.

++++ LibVNCServer:

  - Update to 0.9.9 version:
  - Overall changes:
    * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility
    to our http server. Pure JavaScript, no Java plugin required anymore! (But a
    recent browser...)
    * Added a GTK+ VNC viewer example.
  - LibVNCServer/LibVNCClient:
    * Added support to build for Google Android.
    * Complete IPv6 support in both LibVNCServer and LibVNCClient.
  - LibVNCServer:
    * Split two event-loop related functions out of the rfbProcessEvents() mechanism.
    This is required to be able to do proper event loop integration with Qt. Idea was
    taken from Vino's libvncserver fork.
    * Added TightPNG (http://wiki.qemu.org/VNC_Tight_PNG) encoding support. Like the
    original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
    with PNG here.
    * Added suport for serving VNC sessions through WebSockets
    (http://en.wikipedia.org/wiki/WebSocket), a web technology providing for multiplexing
    bi-directional, full-duplex communications channels over a single TCP connection.
    * Support connections from the Mac OS X built-in VNC client to LibVNCServer
    instances running with no password.
    * Replaced the Tight encoder with a TurboVNC one which is tremendously faster in most
    cases, especially with high-color video or 3D workloads.
    (http://www.virtualgl.org/pmwiki/uploads/About/tighttoturbo.pdf)
  - LibVNCClient:
    * Added support to only listen for reverse connections on a specific IP address.
    * Support for using OpenSSL instead of GnuTLS. This could come in handy on embedded
    devices where only this TLS implementation is available.
    * Added support to connect to UltraVNC Single Click servers.
  - remove upstreamed LibVNCServer-LINUX.diff
  - remove upstreamed LibVNCServer-0.9.8_git201104301110-overflow.patch
  - remove upstreamed LibVNCServer-system-lzo.patch
  - rename and refresh dont-build-x11vnc to LibVNCServer-0.9.9-no_x11vnc.patch
  - add, but not enable LibVNCServer-0.9.9-system_minilzo.patch
  - add libvncserver-0.9.1-multilib.patch

++++ makedumpfile:

  - include makedumpfile.conf(5) man page in the package.

++++ spamassassin:

  - replace iXhash with the inofficial, but recommended, version iXhash2

++++ rpm:

  - fix rpm leaking file descriptors of packages:
    patch fix-fd-leak.diff

++++ shadow:

  - Add support for useradd.local
    (useradd-script.diff)

++++ skanlite:

  - Update to version 0.9:
    * (Fix regression) Base suggested file name on previous name.
    * Remove the save without asking and keep the ask for first, because you
    probably want to see where the files go anyways the first time around.
  - Keep only the english documentation in the doc subpackage (move the other
    languages to the lang subpackage).

++++ xkeyboard-config:

  - Update to version 2.7:
    + Several bugs fixed, most notably - the issue with functional
    keys and Shift.
    + Unneeded .dir files are not generated any more.
    + Some translations are updated!

++++ zenity:

  - Update to version 3.6.0:
    + Add an option to set a custom dialog icon (bgo#684329)
    + Add an option to request dialogs being modal (bgo#684322)
    + Port to new documentation infrastructure
    + Fix the ComboBoxText construction so the dropmenu works
    + Fix various compiler warnings
    + Added support to --imagelist on tree
    + Do not crash in --forms --add-list without column values
    (bgo#676406)
    + Now the --pulsate option works properly (bgo#567663)
    + Fix segmentation fault in --list option (bgo#673529)
    + Updated translations.
  - Drop zenity-add-sentinel.patch: fixed upstream.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstreams port to the new documentation infrastructure.
  - No longer pass --disable-scrollkeeper to configure: it's no
    longer a known parameter after the port to yelp-tools.
  - Remove conditions for end-of-life openSUSE versions.

------------------------------------------------------------------
------------------  2012-9-25  -  Sep 25 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update the Mesa 9.0 Git Snapshot
    + Add the Git CommitID to the buildscript
    + Minor cleanup of the buildscript

++++ Mesa-demo:

  - reverted previous change; seems this is no longer necessary

++++ aaa_base:

  - migrate to _service file to make it a bit more clear the .tar is
    not a random tar

++++ accountsservice:

  - Update to version 0.6.25:
    + Uninitialized variable fix
    + Typo fix
    + Create data dirs just-in-time
    + Ignore closing sessions for is_logged_in test
    + Disable NULL user for delete_user call
    + Updated translations.

++++ aisleriot:

  - Update to version 3.6.0:
    + Fix help link
    + Updated translations.

++++ apparmor:

  - fix directory flags for /etc/apparmor.d to be in sync between
  - parser and -profiles subpackage

++++ at-spi2-atk:

  - Update to version 2.6.0:
    + Fix some crashes in atk_bridge_adaptor_cleanup (bgo#684434)
    + When the cache is activated, register it on the main D-Bus
    connection.

++++ at-spi2-core:

  - Update to version 2.6.0:
    + Stable release - No changes compared to 2.5.92.

++++ brasero:

  - Update to version 3.6.0:
    + Fix build, link libbrasero-burn against libm (for ceil(3))
    + Updated translations.

++++ build:

  - remove build-mkbaselibs-sle, the split is no longer necessary
  - remove default requires for devel-32bit
  - fix logic for cumulating packages

++++ libcanberra:

  - Update to version 0.30:
    + Minor bug fixes
    + Explicitly require x11 for GTK linking
    + Port to GStreamer 1.0.
  - Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.
  - Add pkgconfig(x11) BuildRequires: new explicit dependency.
  - Drop libcanberra-gst10.patch: fixed upstream.
  - Drop libtool BuildRequires and call to ./autogen.sh: no patch
    requires bootstrapping.

++++ cantarell-fonts:

  - Update to version 0.0.10.1:
    + build related fixes.

++++ cryptsetup:

  - Remove crypttab manpage, it is now provided by systemd.

++++ ddclient:

  - Update ddclient-3.8.1-config.patch to check the configuraton file
    from /etc instead of /etc/ddclient (bnc#781699).

++++ e2fsprogs:

  - update to 1.42.6
    * Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock
    * Various resize2fs fixes
    * Various quota related fixes
    * Fixed filefrag so that it correctly reports the number of extents
    * Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc
    * Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock.
    * Fixed a bug in how e2fsck would uniquify directory entry names
    * Manpage updates
    ...
  - removed e2fsprogs-1.42-voidreturn_value_declared.patch because it makes
    no longer any sence due to upstream changes

++++ empathy:

  - Update to version 3.6.0:
    + Bugs fixed: bgo#674179, bgo#684281, bgo#684475, bgo#684531
    + Updated translations.

++++ evince:

  - Update to version 3.6.0:
    + Updated translations.

++++ farstream:

  - Update to version 0.2.0:
    + Official GStreamer 1.0 release.
    + Ported python example to GStreamer 1.0 and GTK+ 3.
    + Use GLib 2.32 APIs.
    + Made API more introspection friendly.
    + Ignore Error messages from the decoders.
    + Prefer Opus and VP8.
    + Various bug fixes.
  - Rename libfarstream-0_2-1 to libfarstream-0_2-2, following
    upstreams soname bump.

++++ filesystem:

  - Remove also /sbin/conf.d/ (SuSEconfig directory).
  - replace /var/run and /var/lock directories with symlinks to
    /run and /run/lock (respectively).

++++ gcr:

  - Update to version 3.6.0:
    + Updated translations.

++++ gdm:

  - Update to version 3.6.0:
    + Update exherbo PAM config
    + screen reading fixes
    + start dbus-daemon inside greeter session
    + Updated translations.

++++ ghostscript-fonts:

  - Fix the negligent changes done by the below "prepare spec file
    for dropping SuSEconfig.fonts" so that it builds again for
    all released openSUSE versions (up to 12.2) because only
    if suse_version > 1220 one can BuildRequire fontpackages-devel
    which provides the RPM macros like reconfigure_fonts_post,
    reconfigure_fonts_postun, and reconfigure_fonts_posttrans.

++++ git:

  - updated to version 1.7.12.1:
    * "git apply -p0" did not parse pathnames on "diff --git" line
    correctly.  This caused patches that had pathnames in no other
    places to be mistakenly rejected (most notably, binary patch that
    does not rename nor change mode).  Textual patches, renames or mode
    changes have preimage and postimage pathnames in different places
    in a form that can be parsed unambiguously and did not suffer from
    this problem.
    * "git cherry-pick A C B" used to replay changes in A and then B and
    then C if these three commits had committer timestamps in that
    order, which is not what the user who said "A C B" naturally
    expects.
    * "git commit --amend" let the user edit the log message and then
    died when the human-readable committer name was given
    insufficiently by getpwent(3).
    * Some capabilities were asked by fetch-pack even when upload-pack
    did not advertise that they are available.  fetch-pack has been
    fixed not to do so.
    * "git diff" had a confusion between taking data from a path in the
    working tree and taking data from an object that happens to have
    name 0{40} recorded in a tree.
    * "git for-each-ref" did not correctly support more than one --sort
    option.
    * "git log .." errored out saying it is both rev range and a path
    when there is no disambiguating "--" is on the command line.
    Update the command line parser to interpret ".." as a path in such
    a case.
    * The "--topo-order", "--date-order" (and the lack of either means
    the default order) options to "rev-list" and "log" family of
    commands were poorly described in the documentation.
    * "git prune" without "-v" used to warn about leftover temporary
    files (which is an indication of an earlier aborted operation).
    * Pushing to smart HTTP server with recent Git fails without having
    the username in the URL to force authentication, if the server is
    configured to allow GET anonymously, while requiring authentication
    for POST.
    * The reflog entries left by "git rebase" and "git rebase -i" were
    inconsistent (the interactive one gave an abbreviated object name).
    * When "git push" triggered the automatic gc on the receiving end, a
    message from "git prune" that said it was removing cruft leaked to
    the standard output, breaking the communication protocol.
    * "git show --quiet" ought to be a synonym for "git show -s", but
    wasn't.
    * "git show --format='%ci'" did not give timestamp correctly for
    commits created without human readable name on "committer" line.
    * "git send-email" did not unquote encoded words that appear on the
    header correctly, and lost "_" from strings.
    * The interactive prompt "git send-email" gives was error prone. It
    asked "What e-mail address do you want to use?" with the address it
    guessed (correctly) the user would want to use in its prompt,
    tempting the user to say "y". But the response was taken as "No,
    please use 'y' as the e-mail address instead", which is most
    certainly not what the user meant.
    * "gitweb" when used with PATH_INFO failed to notice directories with
    SP (and other characters that need URL-style quoting) in them.
    * When the user gives an argument that can be taken as both a
    revision name and a pathname without disambiguating with "--", we
    used to give a help message "Use '--' to separate".  The message
    has been clarified to show where that '--' goes on the command
    line.
    * When the user exports a non-default IFS without HT, scripts that
    rely on being able to parse "ls-files -s | while read a b c..."
    started to fail.  Protect them from such a misconfiguration.
    * The attribute system may be asked for a path that itself or its
    leading directories no longer exists in the working tree, and it is
    fine if we cannot open .gitattribute file in such a case.  Failure
    to open per-directory .gitattributes with error status other than
    ENOENT and ENOTDIR should be diagnosed, but it wasn't.
    * After "gitk" showed the contents of a tag, neither "Reread
    references" nor "Reload" did not update what is shown as the
    contents of it, when the user overwrote the tag with "git tag -f".
    * "ciabot" script (in contrib/) has been updated with extensive
    documentation.
    * "git-jump" script (in contrib/) did not work well when
    diff.noprefix or diff.mnemonicprefix is in effect.
    * Older parts of the documentation described as if having a regular
    file in .git/refs/ hierarchy were the only way to have branches and
    tags, which is not true for quite some time.
    * A utility shell function test_seq has been added as a replacement
    for the 'seq' utility found on some platforms.
    * Compatibility wrapper to learn the maximum number of file
    descriptors we can open around sysconf(_SC_OPEN_MAX) and
    getrlimit(RLIMIT_NO_FILE) has been introduced for portability.
    * We used curl_easy_strerror() without checking version of cURL,
    breaking the build for versions before curl 7.12.0.
    * Code to work around MacOS X UTF-8 gotcha has been cleaned up.
    * Fallback 'getpass' implementation made unportable use of stdio API.
    * The "--rebase" option to "git pull" can be abbreviated to "-r",
    but we didn't document it.
    * It was generally understood that "--long-option"s to many of our
    subcommands can be abbreviated to the unique prefix, but it was not
    easy to find it described for new readers of the documentation set.
    * The synopsis said "checkout [-B branch]" to make it clear the
    branch name is a parameter to the option, but the heading for the
    option description was "-B::", not "-B branch::", making the
    documentation misleading.
    Also contains numerous documentation updates.

++++ glamor:

  - glamor needs to be in sync with Mesa, so rebuild glamor whenever
    Mesa changes

++++ gnome-bluetooth:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-calculator:

  - Update to version 6.6.0:
    + Updated translations.

++++ gnome-control-center:

  - Update to version 3.6.0:
    + Network:
  - Make connecting to Enterprise WPA Wi-Fi networks work again.
    + Region:
  - Jump directly to the correct shortcuts section when following
    the link.
    + Shell:
  - Fix broken panels when launching the same one twice
    + User Accounts:
  - Don't ask for the old password when none is set.

++++ gnome-dictionary:

  - Update to version 3.6.0:
    + Updated translations.
  - Replace pkgconfig(gnome-doc-utils) BuildRequires with yelp-tools:
    even though not specified in NEWS, this release switched to the
    new documentation infrastructure.

++++ gnome-games:

  - Update to version 3.6.0.1:
    + Fix for a map loading in the Vala rewrite of Mahjongg.
  - Changes from version 3.6.0:
    + General: code modernization and libgames deprecation.
    + Gnomine: the timer is not stopped at the end
    + Updated translations.

++++ gnome-icon-theme:

  - Update to version 3.6.0:
    + Stable release: No changes compared to 3.5.90.

++++ gnome-icon-theme-symbolic:

  - Update to version 3.6.0:
    + network printer
    + optical media, removable drives
    + text editor
    + find-location metaphor
    + edit-clear-all, list-remove all.

++++ gnome-keyring:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-menus:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-packagekit:

  - Update to version 3.6.0:
    + Bug fixes:
  - Add trailing semicolon to satisfy desktop-file-validate
  - Fix help links
    + Updated translations.
  - Rebase gnome-packagekit-OnlyShowIn.patch.

++++ gnome-panel:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-power-manager:

  - Update to version 3.6.0:
    + Add support for unknown state.
    + Terminate gnome-power-statistics when closing the window.
    + Updated translations.

++++ gnome-screensaver:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-session:

  - Update to version 3.6.0:
    + Make autostart overriding more flexible
    + Updated translations.

++++ gnome-settings-daemon:

  - Update to version 3.6.0:
    + Create sources from the X layouts if the configuration is empty
    + Always do that in GDM, so system-wide layouts work
    + Add modifiers-only shortcuts to switch input sources.

++++ gnome-shell:

  - Update to version 3.6.0:
    + keyboard: Make input source items accessible (bgo#684462)
    + Don't show network dialogs in the lock screen (bgo#684384)
    + popupMenu: Fix initial visibility of settings items
    (bgo#684473)
    + userMenu:
  - Close menu immediately on user/session switch (bgo#684459)
  - Fix texture updates on icon changes (bgo#679268)
    + Fix alignment of search section headers in RTL locales
    (bgo#684379)
    + screenShield: Fix unlock animation (bgo#684591)
    + Don't open the tray from a dwell while in a modal grab
    (bgo#684458)
    + Fix a11y support in the login screen (bgo#684727, bgo#684728,
    bgo#684748)
    + Make On-Screen-Keyboard usable with new message tray
    (bgo#683546)
    + Fix initial visibility of input volume in lock-screen
    (bgo#684611)
    + Updated translations.

++++ seahorse:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-terminal:

  - Update to version 3.6.0:
    + Updated documentation
    + Updated translations.

++++ gnome-themes-standard:

  - Update to version 3.6.0.2:
    + Add hover/active states for slider assets.
    + Fix wrong border color for primary/inline toolbar buttons.
    + Fix wrong shadow direction in dark variant primary/inline
    toolbar buttons.
    + Fix color of icons on vertical spinbuttons.
    + Fix color of separators on toolbars.
    + Fix unwanted shadow from menubutton dropdow.
  - Update to version 3.6.0.1:
    + Revert "borders: fix fallout from SVG->PNG conversion".
  - Changes from version 3.6.0:
    + Improve theming for sidebar scrollbars.
    + Render PNG images for borders.
    + Fix regression wrt. GtkScrolledWindow default background.
    + Fix insensitive active GtkSwitch borders.
    + Fix theming for GtkMenuToolButtons on inline toolbars.
    + Fix Epiphany toolbar theming for RTL layouts.

++++ gnome-user-docs:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-user-share:

  - Update to version 3.0.4:
    + Hide the share bar when Bluetooth is disabled
    + Updated translations.

++++ gnome-desktop:

  - Update to version 3.6.0.1:
    + gnome-xkb-info: Fix introspection element-type annotations
    (bgo#684802).

++++ gsettings-desktop-schemas:

  - Update to version 3.6.0:
    + Updated translations.

++++ gtk3:

  - Update to version 3.6.0:
    + Add support for blur to CSS shadows
    + Bugs fixed: bgo#679883, bgo#684258, bgo#684606, bgo#684607
    + Updated translations.

++++ gucharmap:

  - Update to version 3.5.99:
    + Look for help files in the right location
    + Updated translations.
  - Drop gnome-doc-utils-devel BuildRequires: no longer needed.

++++ kdelibs4:

  - Add upstream patch to bring udisks2 support for solid.
    The udisks2 solid backend will replace the udisks only on
    Factory (openSUSE 12.3)

++++ kdevelop4:

  - buildrequire explicit version of kdevplatform

++++ kernel-default:

  - Update to 3.6-rc7.
    Eliminated one patch.
  - commit 91c0ddc
  - Delete scripts/config.sh, rpm/config.sh has all the needed information
  - commit 06c7ff0

++++ kernel-desktop:

  - Update to 3.6-rc7.
    Eliminated one patch.
  - commit 91c0ddc
  - Delete scripts/config.sh, rpm/config.sh has all the needed information
  - commit 06c7ff0

++++ kernel-pae:

  - Update to 3.6-rc7.
    Eliminated one patch.
  - commit 91c0ddc
  - Delete scripts/config.sh, rpm/config.sh has all the needed information
  - commit 06c7ff0

++++ kiwi:

  - v5.04.13 released
  - cleanup spec file, correctly set Requires for kiwi-desc-*boot
  - make check for duplicate volume group name more robust
  - v5.04.12 released
  - fixed check for duplicate volume group name

++++ kiwi-config-openSUSE:

  - adapt to new kiwi schema version

++++ less:

  - Update to version 451
    * Add ESC-F command to keep reading data until a pattern is
    * found.
    * Use exit code of LESSOPEN script if LESSOPEN starts with
    * "||".
    * When up/down arrow is used on the command line immediately
    * after typing text, the next command starting with that text is
    found.
    * Add support for GNU regex.
    * Add configure option --with-regex=none and fix compile
    * errors when compiling with no regex library.
    * Fix possible crashes caused by malformed LESSOPEN or
    LESSCLOSE variables.
    * Fix bug highlighting text which is discontiguous in the
    * file due to backspace processing.
    * Fix bug in displaying status column when scrolling
    * backwards with -J and -S in effect.
  - Remove speed patch.
  - Remove less-429-lessecho-man.patch

++++ libXTrap:

  - specfile cleanup

++++ libXcomposite:

  - specfile cleanup

++++ libXdamage:

  - specfile cleanup

++++ libXevie:

  - specfile cleanup

++++ libXfixes:

  - specfile cleanup

++++ libXfontcache:

  - specfile cleanup

++++ libXprintUtil:

  - specfile cleanup

++++ libXxf86misc:

  - specfile cleanup

++++ libcryptui:

  - Update to version 3.6.0:
    + Stable release: no changes from previous release.

++++ libgda:

  - license update: GPL-2.0+ and LGPL-2.1+
    Semicolon is ambiguous

++++ glibmm2:

  - Update to version 2.33.13:
    + Build:
  - Use std::time_t instead of ::time_t instead of ::time_t.
  - Use std::size_t and std::ptrdiff_t instead of ::size_t and
    ::ptrdiff_t.
    + Gio:
  - AppLaunchContext: Add setenv(), unsetenv() and
    get_environment().
  - File: Add remove_async() and remove_finish().
  - Add e ConverterInputStream and ConverterOutputStream.
  - Add PollableInputStream and PollableOutputStream.
    + Gio::DBus:
  - Connection: Add the call_[finish|sync]() with UnixFDLists.
    (bgo#662371)
    + gmmproc:
  - Add a _NO_WRAP_INIT_REGISTRATION macro (bgo#684006)
  - _CLASS_GOBJECT: Allow classes to have custom wrap()
    functions (bgo#684006)
  - _WRAP_METHOD: Allow setting parameters from C output params.
    (bgo#662371)
  - Prepend a Doxygen @throws clause to the declaration of
    virtual functions that throw Glib::Error.
  - Improve the search for unwrapped methods.

++++ libgnome-keyring:

  - Update to version 3.6.0:
    + Updated translations.

++++ libgnomekbd:

  - Update to version 3.6.0:
    + Updated translations.

++++ libgweather:

  - Update to version 3.6.0:
    + Updated translations.

++++ liblbxutil:

  - specfile cleanup

++++ mutter:

  - Update to version 3.6.0:
    + Updated translations.

++++ libpeas:

  - Update to version 1.6.0:
    + Remove the vala demo plugin
    + Add min required and max allowed version for glib and Gdk
    + Updated translations.

++++ polkit:

  - Use %{_localstatedir}/lib/polkit for $HOME of polkit user,
    instead of %{_libexecdir}/polkit-1. The directory is manually
    created in %install.

++++ libreoffice:

  - Instead of disabling optimizations completely, use -O2.
    Fixes bnc#780611

++++ telepathy-farstream:

  - Update to version 0.6.0:
    + Port to the final Farstream 0.2 API.

++++ udisks2:

  - Update to version 1.99.0:
    + Catch up with latest polkit guidance
    + Don't require auth for Standby'ing non-system drives on own
    seat
    + Mark Realtek rts5229 based card readers as flash drives
    + Black-list seemingly invalid WWN for SAMSUNG SP1604N hard disks
    + Ignore non-Linux software on SanDisk Cruzer
    + Add drive configuration interfaces and configuration files
    + Add "Linux Filesystem" GPT partition type
    + Add support for VMWare filesystem types and GPT partition types
    + Update integration tests.
    + Bugs fixed:
  - fdo#51439: udisks should hide lvm PVs
  - Changes from version 1.98.0:
    + Drive: Refuse to eject drives that appear to be in use
    + udisksd: work if polkitd is not available
    + Updated documentations
    + Bugs fixed:
  - fdo49842: Unhandled rootfs on bind mount
  - Drop udisks-hide-lvm-raid-partitions.patch: fixed upstream.
  - Update systemd-dynamic-check.diff with patch sent upstream.
  - Add gnome-common BuildRequires and call to gnome-autogen.sh, as
    needed by the patch now.

++++ module-init-tools:

  - module-init-tools-fix-nfs-local.diff: do not look for config
    files in /usr/local/lib/modprobe.d. This fixes a deadlock when
    /usr/local is an automounted volume and the nfs.ko module is
    not yet loaded (bnc#781737, bnc#744760).

++++ seahorse-nautilus:

  - Update to version 3.6.0:
    + Stable release: no changes since previous release.

++++ nautilus-sendto:

  - Update to version 3.6.0:
    + Updated translations.

++++ totem:

  - Update to version 3.6.0:
    + Browser Plugin: Fix the plugin not loading correctly
    + Properties: Fix memory leaks.

++++ pam-config:

  - Update to pam-config 0.83:
  - Fix stacking of pam_unix
  - Add new pam_unix options

++++ permissions:

  - no longer install SuSEconfig.permissions, SuSEconfig is gone.

++++ python-atspi:

  - Update to version 2.6.0:
    + Install caret focus tracker into $bindir, rather than
    $pythondir/examples.
    + Fix incorrect FSF address in file headers.

++++ python3-atspi:

  - Update to version 2.6.0:
    + Install caret focus tracker into $bindir, rather than
    $pythondir/examples.
    + Fix incorrect FSF address in file headers.

++++ shadow:

  - Fix spec file
  - Adjust login.defs
    (shadow-login_defs.diff)
  - Add userdel*.local script support and scrips
    (userdel-scripts.diff)

++++ sound-theme-freedesktop:

  - Update to version 0.8:
    + Change default bell sound.

++++ tomboy:

  - Update to version 1.12.0:
    + Stable release - No changes compared to 1.11.7.

++++ xdm:

  - Make failsafe work after a failed exec bash builtin
  - Add dbus-launch and ck-launch-session to final session command
    line for case of using xdm

++++ yast2-storage:

  - propose reuse (without format) an existing EFI boot partition
    (bnc#781689)

------------------------------------------------------------------
------------------  2012-9-24  -  Sep 24 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - removed any .la file
  - moved libglapi.so from Mesa-devel to Mesa-libglapi-devel package;
    Mesa-devel requires Mesa-libglapi-devel package anyway

++++ Mesa-demo:

  - fixed build by replacing these strange osdemo{,16,32} scripts
    by the proper binaries

++++ PackageKit:

  - Add PackageKit-gstreamer-1.0.patch: Add GStreamer 1.0 support to
    the PackageKit plugin.
  - Add PackageKit-bnc780058-zypp-backend-match-patches.patch to
    prevent the internal error (bnc#780058)

++++ atk:

  - Update to version 2.6.0:
    + Updated translations.

++++ baobab:

  - Update to version 3.6.0:
    + Updated translations.

++++ build:

  - update to current git (03587016a7eca7788f404820642a2b5a1556aa0b)
    Adrian Schröter (1):
  - use default MEMSIZE in check_for_ppc
    Anas Nashif (2):
    pass --use-system-qemu option to init_buildsystem
    Support https repositories
    Frank Lichtenheld (1):
    init_buildsystem: fail early on reorder failure
    Martin Koegler (4):
    Diff can't handle empty files
    Refactor diff generation
    Handle overriden files already present in the orig.tar.gz correctly in debtransform
    Correct version number of binaries, if necessary
    Michael Schroeder (3):
  - don't add self-provides for src packages
  - support binary rpms with fo SOURCERPM header element
  - drop '-o' bsdtar flag when unpacking preinstall images
    Werner Fink (1):
    Make init_buildsystem able to use the features of newer rpm

++++ cheese:

  - Update to version 3.6.0:
    + Updated translations.

++++ devhelp:

  - Update to version 3.6.0:
    + Updated translations.

++++ eog:

  - Update to version 3.6.0:
    + Linking fails with undefined floor symbol (bgo#684401)
    + Updated translations.

++++ perl-Image-ExifTool:

  - Ran spec-cleaner
  - Added conflicts: exiftool < %{version} to perl-Image-ExifTool so that if the module is upgraded, the app will be too
  - Upgrade to v9.01  (Production Release)
  - Numerous new metadata fields added
  - see http://owl.phy.queensu.ca/~phil/exiftool/history.html
  - Changed -restore_original and -delete_original options to scan directories only for writable file types
  - Enhanced -srcfile option to allow multiple source files to be specified
  - API Changes:
    Added GlobalTimeShift option
    Added NoFlat option to SetNewValues()
    Changed Struct option to allow copying of both structured and flattened tags at the same time
    Added XMPAutoConv option

++++ file-roller:

  - Update to version 3.6.0:
    + Updated translations.

++++ fontconfig:

  - turn off autohinter for Verdana again, which implies using BCI
    with hintstyle=3 [bnc#737215], [bnc#781631]

++++ kiten:

  - SuSEconfig.fonts is gone in 12.3

++++ gdbm:

  - update baselibs.conf

++++ gedit:

  - Update to version 3.6.0:
    + Updated translations.

++++ gettext-runtime:

  - remove silent_rules from AM_INIT_AUTOMAKE to make autoreconf
    succeed on older distributions.
  - Rename po-mode.diff to gettext-po-mode.diff

++++ ghostscript:

  - "export SUSE_ASNEEDED=0" disables -Wl,--as-needed linker flags,
    see http://bugs.ghostscript.com/show_bug.cgi?id=693100

++++ gobject-introspection:

  - Update to version 1.34.0:
    + Update glib annotations.

++++ gjs:

  - Update to version 1.34.0:
    + stack: Fix gjs_dumpstack (bgo#683992).

++++ glib-networking:

  - Update to version 2.34.0:
    + Updated translations.

++++ glib2:

  - Update to version 2.34.0:
    + Bugs fixed: bgo#654239, bgo#674620, bgo#676034, bgo#684278
    + Updated translations.

++++ gnome-contacts:

  - Update to version 3.6.0:
    + Added help menu item.

++++ gnome-documents:

  - Update to version 3.6.0:
    + Make sure to stop the spinner animation when it fades out
    + Updated translations.

++++ gnome-font-viewer:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-online-accounts:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-screenshot:

  - Update to version 3.6.0:
    + Updated translations.

++++ nautilus:

  - Update to version 3.6.0:
    + Fix toggling of hidden files visibility in searches
    + Fix base directory appearing in search results
    + Fix missing search results under some locales
    + Fix a crasher when a window is closed while the view is loading
    + Fix unmounted mounts showing in shell search provider results.
  - Remove gnome-shell BuildRequires: we only pull it in for
    directory ownership. Requiring it though introduces a buildloop.
    It's cleaner to just own the gnome-shell extension directories
    by gnome-shell-search-provider-nautilus.

++++ gnome-system-monitor:

  - Update to version 3.6.0:
    + Updated translations.

++++ gnome-desktop:

  - Update to version 3.6.0:
    + gnome-xkb-info: Fix a memory leak (bgo#684140)
    + Updated translations.

++++ gstreamer:

  - Update to version 1.0.0:
    + Minor bugfixes
    + Updated documentation.

++++ gstreamer-plugins-bad:

  - Update to version 1.0.0:
    + Minor bug fixes.
    + opusenc: Rank as Primary.
    + Bugs fixed: bgo#683192, bgo#684683

++++ gstreamer-plugins-base:

  - License update: LGPL-2.1+ and GPL-2.0+
    semicolon ambiguous
  - Update to version 1.0.0:
    + Minor bug fixes
    + Bugs fixed: bgo#678021, bgo#684084, bgo#682973, bgo#684658.

++++ gstreamer-plugins-good:

  - Update to version 1.0.0:
    + Minor bug fixes
    + Bugs fixed: bgo#684237, bgo#678021, bgo#684430, bgo#684469.

++++ gtk2:

  - Update to version 2.24.13:
    + Implement a gtk-primary-button-warps-slider setting  that lets
    us adjust scale and scrollbar behaviour according to platform.
    + Bugs fixed: bgo#661973, bgo#675365, bgo#674108
    + Updated translations.

++++ gvfs:

  - Update to version 1.14.0:
    + Updated translations.

++++ haveged:

  - Tight up systemd service file, this daemon does not
    need network and can use PrivateNetwork=yes

++++ kiwi:

  - removed unused requirement to perl-File-Stat-Bits

++++ glew:

  - update to latest stable 1.9.0
  - removed 0001-Add-glew.c-glewinfo.c-and-includes.patch.bz2.
    These files are included in tarball.
  - Changed explicit glu dependency, to recommendation. There is
    GLEW_NO_GLU option.
  - added glew-devel to baselibs.conf
  - spec cleanup

++++ avogadro:

  - Use %{optflags} and don't strip binaries

++++ clutter:

  - Update to version 1.12.0:
    + Fix the device tracking for core X11 pointers
    + Respect text direction in BinLayout
    + Bugs fixed: bgo#684214, bgo#684552, bgo#684530, bgo#684509.
    + Updated translations.

++++ cogl:

  - Update to version 1.12.0:
    + MSVC build updates to fix building with SDL support
    (bgo#682071)
    + Updated translations.
  - Changes from version 1.11.6:
    + Support latest libgbm api
    + Improve error handling for cogl_texture_2d_new_from_foreign
    + Avoid referencing contexts internally so Android
    + More work to reduce our dependence on a global context
    internally.
    + Recognize the latest Mesa GL vendor strings and the "Software
    Rasterizer" renderer string.
    + Improved cogl-gles2 support by not depending on drivers
    allowing multiple vertex shaders in one program which isn't
    actually meant to be supported in GLES 2.0 anyway.
    + Bugs fixed: bgo#683414, bgo#683818, bgo#683083.

++++ gtksourceview:

  - Update to version 3.6.0:
    + Updated translations.

++++ hdf5:

  - don't use deprecated macro makeinstall
  - enable test suite for parallel builds
  - always build out of tree instead of copying sources

++++ python-gobject:

  - Update to version 3.4.0:
    + Bump gobject-introspection dependency to 1.33.14.
  - Add python-wrong-return.patch: Fix wrong return type in
    test_int64_callback().

++++ python3-gobject:

  - Update to version 3.4.0:
    + Bump gobject-introspection dependency to 1.33.14.
  - Add python-wrong-return.patch: Fix wrong return type in
    test_int64_callback().

++++ libsigc++2:

  - Update to version 2.2.11:
    + Fix comma operator in libsigc++ lambda expressions (bgo#342911)
    + Added SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE
    (bgo#672555)
    + Use std::size_t and std::ptrdiff_t instead
    + Fix 'make check' with gcc 4.7.
    + Enable test_lambda in 'make check' (bgo#669128).
  - Clean spec-file using spec-cleaner.

++++ libsoup:

  - Update to version 2.40.0:
    + Updated translations.

++++ vala:

  - Update to version 0.18.0:
    + Bug fixed: bgo#683922.

++++ libxklavier:

  - Update to version 5.3:
    +  A number of introspection and build fixes.

++++ yelp:

  - Update to version 3.6.0:
    + Updated translations.

++++ mousetweaks:

  - Update to version 3.6.0:
    + Use bug tracker url in README that is also browsable with GNOME
    account
    + Sync description in doap file with README and add homepage
    information
    + Updated translations.

++++ rpm:

  - put an end date as echo into
    %run_permissions
    %run_suseconfig
    %suse_update_config

++++ rsyslog:

  - prevent installation with other providers of syslog (bnc#780608)

++++ shadow:

  - Initial package [FATE#314473]

++++ sushi:

  - Update to version 3.6.0:
    + Fix regression where double spacebar was required to activate
    preview from Nautilus.
    + Updated translations.
  - license update: SUSE-GPL-2.0-with-plugin-exception
    sushi allows linking non free proprietary plugins

++++ vinagre:

  - Update to version 3.6.0:
    + Updated translations.

++++ vino:

  - Update to version 3.6.0:
    + Updated translations.

++++ xorg-x11-server:

  - /usr/bin/Xorg is no longer listed in /etc/permissions - remove
    %set_permissions and %verify_permissions and re-enable rpm permission
    check (bnc#632737 #c27)

++++ yast2:

  - Fixed detection whether firewall is running (BNC #779455) and
    unified with starting and stopping the service via Service API.

++++ yelp-xsl:

  - Update to version 3.6.0:
    + Updated translations.

------------------------------------------------------------------
------------------  2012-9-23  -  Sep 23 2012  -------------------
------------------------------------------------------------------

++++ bison:

  - Update to version 2.6.2:
    + Buffer overruns, complaints from Flex, and portability issues
    in the test suite have been fixed.
    + Changelist too long to fit here, see NEWS
  - Source format is now .xz
  - Remove bison-stdio.in.patch: seems upstreamed
  - Add 'xz' to BuildRequires

++++ evolution:

  - Replace ';' with 'and' in license tag.
  - Update to version 3.6.0:
    + WebKit renders frames with plain/text parts too small
    (bgo#678408).
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.6.0:
    + Updated translations.

++++ fcitx:

  - fix openSUSE 12.1 and below build
    * 4.2.6 uses a Qt 4.8+ only function (QDBusConnection) so it fails on 12.1 and below.
    * weng fix it.

++++ gdbm:

  - update to 1.10
    * fully internationalized. available in Finnish
    ,German, Japanese, Polish and Ukrainian
    * Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs)
    * Improved testgdbm command system
    * Fixed Bug #150, should handle read(2) returning less data
    * Fixed Bug #151, uses uninitialized memory content
    * Fixed handling of NDBM databases in read-only mode
  - add zh_CN translation
    * manually add. will submit to upstream.
  - drop gdbm-1.8.3.diff (Patch0)
    * seems this one is useless.
  - regenerate and change gdbm-1.8.3-no-build-date.patch (Patch4) to
    gdbm-no-build-date.patch
    * its an universal solution no matter the version.
  - drop gdbm-protoize_dbm_headers.patch (Patch1)
    * upstream fixed.
  - drop gdbm-prototype_static_functions.patch (Patch2)
    * upstream fixed.
  - drop gdbm-fix_testprogs.patch (Patch3)
    * upstream code change. now useless.

++++ libdrm:

  - u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
    * Fix compilation on systems that don't provide O_CLOEXEC.
    Patch suggestion by Thomas Klausner .
    See also http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html

++++ gtkhtml:

  - Update to version 4.6.0:
    + Updated translations.

++++ ntfs-3g_ntfsprogs:

  - Avoid static and internal libraries - use system libfuse instead
  - Avoid %makeinstall to fix installation on non-SUSE

++++ libxml2:

  - Add a comment next to libxml2.la to make sure that anybody
    removing it knows why it's there and reconsiders.
  - readd .la file, python-libxml2 needs it

++++ totem:

  - Replace ';' with 'and' in license tag.

++++ rtkit:

  - rtkit-use-system-sd-daemon.patch Use system sddaemon libs.
  - Update to version 0.11.x, not much has changed other
    than systemd related updates/improvements.

++++ xf86-video-qxl:

  - require pkgconfig(spice-protocol) >= 0.12.2

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-9-22  -  Sep 22 2012  -------------------
------------------------------------------------------------------

++++ digikam:

  - changed source URL to ftp.kde.org
  - format spec file

++++ libgda:

  - Update to version 5.1.1:
    + Asynchronous statement execution improvements
    + Added the GDA_STATEMENT_MODEL_OFFLINE flag to specify that
    resulting data model must be readable without requiring a
    server connection
    + Correctly parse "NOT LIKE" and "NOT ILIKE" expressions, and
    hexadecimal notations
    + PostgreSQL: added the "CONNECT_TIMEOUT" option
    + Use Libsecret instead of Libgnome-keyring if available
    + Many other small corrections, code cleanups and deprecated
    functions removal
    + Windows: many code & packaging corrections
    + Many code cleanups to switch to GTK3's features
    + Bugs fixed: bgo#676239, bgo#669801, bgo#680311, bgo#680820,
    bgo#680639
    + Updated translations.
  - Add libgda-introspect.patch: fix gobject-introspection parsing.
  - Drop libgda-brp.patch and libgda-better-javadetection.patch:
    fixed upstream.
  - Replace pkgconfig(gnome-keyring-1) BuildRequires with
    pkgconfig(libsecret-1), following upstream.
  - Drop xz BuildRequires as it now comes for free in the build
    system.
  - Generalize arch detection

++++ libgphoto2:

  - split to libgphoto2-6 to allow parallel installation
    with old libgphoto2 (2.4) and to follow shared lib convention.

++++ webkitgtk:

  - Update to version 1.9.92:
    + Properly expose  elements to ATs.
    + The new accessibility CanvasRole is now mapped to
    ATK_ROLE_CANVAS.
    + Fix the build in Windows platform.
    + Fix an infinite loop in accessibility code.
    + Fix the build with GStreamer 0.11.
    + Fix a crash in network backend with non-UTF8 HTTP header names.
    + Properly close audio device after playing sound.
    + Sanitize the suggested filename when building the download
    destination URI in WebKit2.
    + Fix a crash in WebKit2 when navigating between pages in the
    history cache.
    + Purge unused favicons from IconDatabase after 30 days.
    + Fix a crash in
    AccessibilityObject::accessibilityPlatformIncludesObject().
    + Fix a crash in WebCore::HTMLSelectElement::selectedIndex().
    + Fix caret-moved events not emitted for certain content.
    + Fix incorrect/unexpected characters in the text of certain
    accessibles.
    + Implement AccessibilityUIElement::titleUIElement() and
    AccessibilityUIElement::stringValue().
    + Fix LLint build with -g -02.

++++ webkitgtk3:

  - Update to version 1.9.92:
    + Properly expose  elements to ATs.
    + The new accessibility CanvasRole is now mapped to
    ATK_ROLE_CANVAS.
    + Fix the build in Windows platform.
    + Fix an infinite loop in accessibility code.
    + Fix the build with GStreamer 0.11.
    + Fix a crash in network backend with non-UTF8 HTTP header names.
    + Properly close audio device after playing sound.
    + Sanitize the suggested filename when building the download
    destination URI in WebKit2.
    + Fix a crash in WebKit2 when navigating between pages in the
    history cache.
    + Purge unused favicons from IconDatabase after 30 days.
    + Fix a crash in
    AccessibilityObject::accessibilityPlatformIncludesObject().
    + Fix a crash in WebCore::HTMLSelectElement::selectedIndex().
    + Fix caret-moved events not emitted for certain content.
    + Fix incorrect/unexpected characters in the text of certain
    accessibles.
    + Implement AccessibilityUIElement::titleUIElement() and
    AccessibilityUIElement::stringValue().
    + Fix LLint build with -g -02.

++++ libmtp:

  - updated to 1.1.5
  - Soname libmtp.so.9.0.5 - binary compatible
  - Stop forcing altinterface 0! That bug has been around like
    forever and libgphoto2 never did this. It screws up some
    Samsung devices and is the prime reason for releasing this
    update so soon after 1.1.4 as I know a lot of people out there
    have Samsung devices!
  - Integrated Sajid Anwars hard long-term work on MTPZ. There are
    no secret keys or certificates inside libmtp, if you need these
    to talk to your MTPZ device (Zune models, Windows Phones) you
    need to get a file of secrets from some other place, preferably
    Microsoft.
  - Expose getthumbnail method and the Add Storage events as needed
    for a GNOME VFS project by Philip Langdale.
  - Rearrange and try to understand some SONY device modes again
    and again.
  - A udev script fix from Alessio Treglia to avoid poking around
    on Canon EOS 3D.
  - Devices, devices, devices...
  - Add libgrypt buildrequires for MTPZ support

++++ libnova:

  - Update to version 0.15.0:
    * Bugfix release.
  - Regenerate build system because of errors about libtool during compilation
    (added libtool build requirement for this).
  - Compile developer documentation (added doxygen build requirement for this).

++++ pango:

  - Update to version 1.31.2:
    + More work done towards thread-safety.
    + Build fixes on OS.
  - Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.

++++ spice-gtk:

  - Update to version 0.14:
    + Support for seamless migration
    + Improve scaling handling, add downscale-only property to give
    more control over scaling
    + Better handle key press/release events in high-latency
    situations, this should avoid unwanted key repetitions
    + Improve unescaping in URI parsing
    + Fix symbol versioning which was broken in 0.13
    + Fix for CVE-2012-4425
    + Various bug fixes and improvements.

++++ xf86-video-qxl:

  - Update to version 0.1.0:
    + Minimum required xserver version 1.12.99.901.
    + RENDER support.
    + 8-bit pixmaps.
    + Improved support for memory debugging.
    + Misc bugfixes.
  - Drop U_0.0.17-TO-fb038eb.patch, now included in tarball.

------------------------------------------------------------------
------------------  2012-9-21  -  Sep 21 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - fixed libOSMesa packaging (only a dangling symlink has been
    packaged)
  - fix baselibs.conf after package split

++++ apparmor:

  - remove %stop_on_removal for no longer existing aaeventd (bnc#781564)
  - don't hide TeX output when building the parser and techdoc

++++ coreutils:

  - fix coreutils-8.9-singlethreaded-sort.patch to
    respect OMP_NUM_THREADS again.

++++ gnome-disk-utility:

  - Update to version 3.6.0:
    + Relicense from LGPLv2+ to GPLv2+
    + If creating an image from iso9660/udf, suggest Disc_Label.iso
    as the filename
    + Remember the last-used directory for disk images
    + Also update disk image directory when attaching disk images
    + Don't force file types when selecting a folder
    + Make Create/Restore Disk Image dialogs non-modal
    + Try opening the device file directly when creating images of
    CD/DVD discs
    + Factor out common code and put it in a static library
    + Use libgdu in gnome-disk-image-mounter
    + Don't default to NTFS unless the mkntfs(8) command exists
    + Remove css bits for now
    + Store directory of last image file chosen, not the full path
    + Use set_current_folder_uri(), not set_current_folder()
    + Fix problems with overlapping partitions in disk images
    + Handle gtk_file_chooser_get_current_folder_uri() returning NULL
    + Add window title to various dialogs.
  - Add pkgconfig(gmodule-2.0) BuildRequires: new checked dependency.
  - Drop gnome-disk-utility-overflow.patch: fixed upstream.
  - Drop gnome-common BuildRequires and call to gnome-autogen.sh: We
    don't carry any patches anymore.

++++ grub2:

  - grub2-fix-locale-en.mo.gz-not-found-error-message.patch (bnc#771393)

++++ kiwi:

  - v5.04.11 released
  - make sure images.sh from the boot images checks on
    umounting kernel filesystems aka /proc, /sys, etc before
    exiting

++++ glu:

  - fixed and simplified BuildRequires

++++ libgphoto2:

  - Parallel build with %_smp_mflags
  - .la files for plugins are useless - remove them

++++ libidn:

  - Employ shared library package naming

++++ telepathy-mission-control:

  - Update to version 5.13.2:
    + Configuration changes:
  - Accounts are now stored in the telepathy/mission-control
    subdirectory  of g_get_user_data_dir(). On Unix, this usually
    means ~/.local/share/telepathy/mission-control (follows
    $XDG_DATA_HOME and $XDG_DATA_DIRS variables)
  - ./configure --with-accounts-dir (at build time) and
    $MC_ACCOUNTS_DIR (at runtime) no longer change where new
    accounts are stored. They now set what Mission Control
    considers to be the "old" location for accounts; accounts in
    that directory will be moved into the new location. Using
    this option is deprecated.
    + Enhancements:
  - Migrate accounts and avatars from ~/.mission-control to the
    location described above (fdo#35896)
  - More removals of obsolete code and interfaces (fdo#54633)
    + Fixes:
  - Recover from incomplete password migrations caused by
    upgrading to Empathy 3 while running MC 5.12.1 or older
    (fdo#42088)
  - Omit generated file mcp-signals-marshal.h from tarballs

++++ qrencode:

  - Update to 3.3.1:
    + various bug fixes in cli, manual, configure and libtool files.
  - Changes from 3.3.0:
    +  EPS, ANSI, and ASCII text output supports have been added.
    +  QRcode_APIVersion() and QRcode_APIVersionString() have been
    added.
  - Changes from 3.2.1:
    + bug fixes in configure/libtool.

++++ libxml2:

  - Remove .la files; make sure installation succeeds for
    Fedora_17 target

++++ linux-glibc-devel:

  - Update to Linux 3.6.x headers.

++++ openvpn:

  - fix ciaran's previous license entry. the license has a SUSE prefix

++++ perl-Mail-SPF:

  - cleanup spec file style
  - build requires Mail::SPF::Test (needed for test suite)
  - add skip_test.patch,
    see https://rt.cpan.org/Public/Bug/Display.html?id=78214

++++ xorg-x11-proto-devel:

  - no longer rely on an already existing old xorg-x11-proto-devel
    package (Ouch!)
  - removed bogus "pkgconfig(xorg-macros)" BuildRequires (it's
    provided by the package itself)

++++ rsyslog:

  - Changed default /etc/rsyslog.conf we install to not use multiple
    facilities with the same priority pattern in one statement using
    the comma operator. This started to cause a start failure with
    rsyslog-6.4.x (bnc#780607) and seems to be a bug in rsyslog.
    Upstream report http://bugzilla.adiscon.com/show_bug.cgi?id=358,
    switched to use alternative syntax using semicolon separator.

++++ yast2-network:

  - let curl follow redirects when downloading release notes package
    (bnc#781330)
  - 2.24.5

------------------------------------------------------------------
------------------  2012-9-20  -  Sep 20 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - instead of using "make install" for installing libIndirectGL/
    libOSMesa, do install these libs manually, so we no longer end
    up with linking *everything* against libIndirectGL (instead of
    having it correctly linked against GL!)

++++ aaa_base:

  - SuSEconfig is finally gone [FATE#100011]

++++ autofs:

  - Make it possible to use tmpfs based parents for autofs mount points

++++ autoyast2:

  - 2.23.0
  - add code to support thin provisioning in LVM VG (fate#313905)

++++ dhcp:

  - Update to ISC dhcp-4.2.4-P2 release, providing a security fix for
    an issue with the use of lease times was found and fixed.  Making
    certain changes to the end time of an IPv6 lease could cause the
    server to abort.  Thanks to Glen Eustace of Massey University,
    New Zealand for finding this issue.
    ([ISC-Bugs #30281], CVE: CVE-2012-3955, bnc#780167)

++++ elfutils:

  - license update: SUSE-GPL-2.0-with-OSI-exception
    Use a license available on the spreadsheet linked at
    license.opensuse.org

++++ filesystem:

  - Remove SuSEconfig directories [FATE#100011]

++++ kdeartwork4:

  - pick one license and let it be reviewed
  - add pkgconfig(glu) as explicit buildrequire

++++ kernel-default:

  - x86/kbuild: archscripts depends on scripts_basic.
    patches.rpmify/makefile-fix-scripts_basic-archscripts-build-order is
    now obsolete.
  - commit 33eb1e6

++++ kernel-desktop:

  - x86/kbuild: archscripts depends on scripts_basic.
    patches.rpmify/makefile-fix-scripts_basic-archscripts-build-order is
    now obsolete.
  - commit 33eb1e6

++++ kernel-pae:

  - x86/kbuild: archscripts depends on scripts_basic.
    patches.rpmify/makefile-fix-scripts_basic-archscripts-build-order is
    now obsolete.
  - commit 33eb1e6

++++ celt:

  - license update: BSD-2-Clause
    See COPYING file

++++ libdrm:

  - let libdrm-devel require libkms-devel

++++ libestr:

  - update to 0.1.4:
  - bugfix: ‘\\’ escape was not recognized when unescaping strings

++++ plymouth:

  - Update to version 0.8.7
    + fix plymouth race at bootup breaking efi/vesa handoff
    + Systemd fixes
  - Add plymouth-remove-pid-file.patch: remove PID file usage
    (bnc#780976) (Thanks to fcrozat)
  - Remove upstream patches: plymouth-systemd-target.patch,
    0001-ply-text-progress-bar-strip-quotes-if-present,patch,
    plymouth-fix-systemd-service.patch, plymouth-after-udev-settle
    due to upstream inclusion.

++++ presage:

  - fix build after autoreconf -fi using automake 1.12
    * presage_automake_1.12.abuild.patch

++++ python-gobject:

  - Update to version 3.3.92:
    + API additions: Add ObjectInfo.get_abstract method (bgo#675581)
    + Add deprecation warning when setting gpointers to anything
    other than int (bgo#683599)
    + Fix 64bit integer convertion from GValue (bgo#683596)
    + Improve setting pointer fields/arguments to NULL using None
    (bgo#683150)
    + Bump gobject-introspection dependency to >= 1.33.10
    + Fix -uninstalled.pc.in file (bgo#683379)
    + Various test suite additions and improvements.

++++ python3-gobject:

  - Update to version 3.3.92:
    + API additions: Add ObjectInfo.get_abstract method (bgo#675581)
    + Add deprecation warning when setting gpointers to anything
    other than int (bgo#683599)
    + Fix 64bit integer convertion from GValue (bgo#683596)
    + Improve setting pointer fields/arguments to NULL using None
    (bgo#683150)
    + Bump gobject-introspection dependency to >= 1.33.10
    + Fix -uninstalled.pc.in file (bgo#683379)
    + Various test suite additions and improvements.

++++ wxWidgets:

  - add explicit buildrequire on pkgconfig(glu)

++++ mdadm:

  - mdmon-takeover.fix
    find-free-devnum.fix
    mapfile-rebuild.fix
    udev-offroot
    Fix various issues will installation on IMSM
    RAID arrays, booting from those arrays, and
    clean shutdown when such an array is used for '/'.
    (bnc#752107 bnc#732294 bnc#770351)
  - mkinitrd-setup.sh: allow use stable md device name
    and allow it to have a ':' in it. (bnc#779087)
  - boot.md: make sure udev-trigger runs before
    boot.md. (bnc#772286)

++++ openvpn:

  - Fixed openvpn init script to not map reopen to reload so the
    reopen code is without any effect (bnc#781106).
  - Added requested OPENVPN_AUTOSTART variable allowing to provide
    an optional list of config names started by default (bnc#692440).

++++ pam-config:

  - Use pam_unix and pam_cracklib as default on fresh installations.

++++ perl-Net-DNS:

  - installing perl(IO::Socket::INET6) is recommended

++++ rsyslog:

  - update to 6.4.2  [V6-STABLE] 2012-09-20:
  - bugfix: potential abort, if action queue could not be properly
    started
  - bugfix: remove invalid socket option call from imuxsock
  - bugfix: missing support for escape sequences in RainerScript
  - bugfix: config validation run did not always return correct
    return state
  - add rsyslog-6.4.1-CheckConnection-no-return-in-nonvoid-function.patch
    to fix rsyslog no-return-in-nonvoid-function netstrm.c:258 in
    CheckConnection()

++++ valgrind:

  - update to 3.8.1 (bnc#776211):
    * Fixes some assertion failures.
    * Support for some missing instructions on ARM.
    * Support instructions MOVAPS and TZCNT.
    * Bug fixes.

++++ xf86-video-ati:

  - updated to git commit #8637f77
    + glamor: Force acceleration for DRI2 copies.
    Improves performance of non-pageflipped 3D apps on SI.

++++ xorg-x11-server:

  - N_driver-autoconfig.diff
    * "ati" needs to be the second choice right after "fglrx"; there
    must not be a gap between "fglrx" and "ati" introduced by
    removing "radeonhd" from this list by the previous change

++++ yast2-kerberos-client:

  - do not mention switching off SSSD, which is used by default
    (bnc#775167)
  - 2.23.0

++++ yast2-printer:

  - license update: GPL-2.0
    SPDX format

++++ yast2-storage:

  - 2.23.0
  - do not require separate /boot partition any more with btrfs root

++++ yast2-vm:

  - bnc#780660 - Yast does not offer "Virtualization" section by
    default, and no "Install Hypervisor" option, after loading
    yast-vm.
  - 2.22.3

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-9-19  -  Sep 19 2012  -------------------
------------------------------------------------------------------

++++ acpica:

  - Update to latest version 20120913
  - Add acpi_genl from http://www.lesswatts.org/projects/acpi/utilities.php
    Can be used to check for ACPI events via netlink (since /proc/acpi/events is
    is deprecated)
  - Adjust to new Makefile layout

++++ autoyast2:

  - log stderr and stdout of init scripts (bnc#781145)

++++ clamav:

  - update to 0.97.6
    * libclamav: bb#5751 - cl_scansis() may returan a file descriptor
    instead of a valid return code

++++ eog:

  - Update to version 3.5.92:
    + After printing the number of copies are saved globally
    (bgo#623604)
    + Updated translations.

++++ gedit:

  - Update to version 3.5.3:
    + Handle a command line specifying a big line number
    + Extensive snippet collection for docbook
    + Misc bugfixes
    + Updated translations.

++++ glade:

  - Update to version 3.14.0:
    + Updated GtkAssistant support (bgo#664276)
    + Set new property accel-group on action groups to make menu item
    accel work properly (bgo#684041)
    + Do not abort if a project has a uninstantiable or abstract
    class object instead load it as an object stub and let the user
    decide what to do (bgo#646259)
    + Fixed runtime warning on GladeBaseEditor and GladeSignalEditor
    dispose methods
    + Do not explicit set window bg as it should be handled by gtk.
    + Sync close-button with the original gedit widget.
    + Use new documentation infrastructure
    + Added load/save/edit support for , (bgo#658035)
    + "Use Action Appearance not supported for GTK 2.12 but added to
    widgets in Glade 3.8.2" (bgo#679589)
    + Added glade_displayable_value_set_disabled() functions to
    disable GdkModifierType reserved values
    + Added build/mingw-w64 directory with script to cross compile
    and create windows installer using nsis
    + Fixes bug #675977 "Don't hard-code library search paths"
    + And many others cleanups and fixes
    + Bugs fixed: #679487, bgo#679721
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstreams port to the new documentation infrastructure.
  - Rename libgladeui-2-0 to libgladeui-2-4, following upstreams
    soname bump.

++++ gnome-shell:

  - Update to version 3.5.92:
    + Login/UnlockDialog: Don't reset immediately if auth fails
    (bgo#682544)
    + Allow changing session mode at runtime (bgo#683156)
    + Add zoom out animation on login (bgo#683170)
    + Bluetooth: don't restrict the length of non numeric PINs
    (bgo#683356)
    + Force chat notification to stay open when focusing entry
    (bgo#682236)
    + Make sure the screen is fully locked before suspending
    (bgo#683448)
    + st-texture-cache: Fix a case of distorted textures (bgo#683483)
    + popupSubMenu: Fix padding for non-scrolled submenus
    (bgo#683009)
    + popupMenu: Fix width changes on submenu open/close (bgo#683485)
    + boxpointer: Avoid malformed boxpointer arrow (bgo#680077)
    + Change stage background color to grey (bgo#683514)
    + messageTray: Update style of summary counters (bgo#682891)
    + Don't fail if a legacy tray icon has no WM_CLASS (bgo#683724)
    + PolkitAgent: Fix a crash if there is no avatar (bgo#683707)
    + Hide the a11y menu in the lock screen, but show it in the login
    screen (bgo#682542)
    + Fix show-apps button dropping off the dash (bgo#683340)
    + Fix committing strings to shell entries from input method
    (bgo#658325)
    + Make IBus display strings consistent with control-center
    (bgo#683124)
    + Fix missing short codes for some input sources (bgo#683613)
    + Remove support for long-press from entry context menus
    (bgo#683509)
    + screenShield: Add box-shadow to the shield
    + Don't show a right-click menu for the hotplug source
    (bgo#683438)
    + Fix extension styling (bgo#682128)
    + Fix on-screen keyboard not working with system-modal dialogs
    (bgo#664309)
    + Fix insensitive styling for popup menu items (bgo#683988)
    + Disable the message tray dwell when the user is interacting
    (bgo#683811)
    + Animate going from the unlock dialog to the lock screen
    (bgo#681143)
    + Autostart fprintd when necessary (bgo#683131)
    + UnlockDialog: Allow typing before the first PAM question
    (bgo#681576)
    + Make Return key dismiss screenshield (bgo#683889)
    + Fix keyboard navigation in the message tray (bgo#682243)
    + Remove the places & devices search provider (bgo#683506)
    + Enable hot corner while the message tray is up (bgo#682255)
    + Port screen recorder to new GStreamer vp8enc API (bgo#684206)
    + Fix fish flickering (bgo#684154)
    + Fix extension ordering with !important (bgo#684163)
    + Allow the shell to run without the screenshield (bgo#683060)
    + Add menu items for IBus Anthy's InputMode, TypingMode
    (bgo#682314)
    + Improve transition to the login dialog (bgo#682428)
    + Keep unlock dialog around until shield animation ends
    (bgo#684342)
    + Expose shell keybindings in System Settings (bgo#671010)
    + Misc. bugfixes and cleanups: bgo#672790, bgo#677434,
    bgo#683305, bgo#683357, bgo#683369, bgo#683377, bgo#683378,
    bgo#683400, bgo#683449, bgo#683472, bgo#683482, bgo#683487,
    bgo#683488, bgo#683526, bgo#683529, bgo#683546, bgo#683583,
    bgo#683628, bgo#683705, bgo#683982, bgo#683989, bgo#684035,
    bgo#684036, bgo#684040, bgo#684162, bgo#684214, bgo#684343
    + Updated translations.
  - Add pkgconfig(gnome-keybindings) BuildRequires: new dependency.
  - Rebase gnome-shell-private-connection.patch.

++++ grub2:

  - add 20_memtest86+ (bnc#780622)

++++ gtk3:

  - Update to version 3.5.18:
    + GMenu:
  - Support namespaces for actions
  - Allow submenus to have actions for opening
  - New function: gtk_menu_shell_bind_model
    + CSS:
  - Parse and support CSS animations
  - Support cross-fading and transitions
    + OS X:
  - Adjust scrollbar and scale behavior according to platform
    + Bugs fixed: bgo#643611, bgo#658694, bgo#670390, bgo#671786,
    bgo#674108, bgo#676890, bgo#677559, bgo#680962, bgo#682630,
    bgo#682831, bgo#683474, bgo#683627, bgo#683718, bgo#683738,
    bgo#683874, bgo#683896, bgo#684038, bgo#684076, bgo#684096,
    bgo#684156.
    + Updated translations.

++++ ibus-table-chinese:

  - Fix the license tags of some sub packages to GPL-3.0+ (bnc#779935)

++++ kernel-default:

  - Makefile: Fix scripts_basic / archscripts build order.
  - commit 65590b3
  - Delete patches.arch/arm-phys-offset.patch.
  - commit 50837bd

++++ kernel-desktop:

  - Makefile: Fix scripts_basic / archscripts build order.
  - commit 65590b3
  - Delete patches.arch/arm-phys-offset.patch.
  - commit 50837bd

++++ kernel-pae:

  - Makefile: Fix scripts_basic / archscripts build order.
  - commit 65590b3
  - Delete patches.arch/arm-phys-offset.patch.
  - commit 50837bd

++++ kiwi:

  - better way to create uuid loop device in createLoopNode
    we loop setup first and rename the provided device
  - make sure to release all mounts if KIWIOverlay fails
  - make sure /etc/sysconfig/kernel contains the virtio modules
    so that SLE10 mkinitrd picks it up correctly (bnc #747346)

++++ kiwi-config-openSUSE:

  - add test for the xdm patch to apply cleanly - and fix it

++++ libQtWebKit4:

  - Sync with Qt 4.8.3

++++ libXaw:

  - Update to version 1.0.11:
    + Only call XawStackFree if XawStackAlloc was used for allocation
    + Correct order of arguments to XawStackFree()
    + Correct undefined behavior access to out of scope pointer
    contents

++++ util-linux:

  - login: close tty before vhangup (bnc#778842)
    login-close-tty-before-vhangup.patch

++++ exiv2:

  - Add 90_changeset_r2743.diff: add support for additional Samgsung
    EXIF tags (backport for upstream)
  - Add 90_changeset_r2744.diff: add support for additional Pentax
    EXIF tags (backport for upstream)
  - Add more Canon models (5D Mark III, 600D, 60D, 1100D, WFT-E2 II,
    WFT-E4 II, 650D)
  - Add 90_changeset_r2756.diff: add support for EOS-M Sigma 12-24mm
    f/4.5-5.6 DG HSM II lens (backport from upstream)
  - Add 90_changeset_r2818_partial.diff: add support for additional
    Canon camera (5D Mark III, 600D, 60D, 1100D, WFT-E2 II, WFT-E4
    II, 650D) and EF/EF-M lenses. (backport from upstream)
  - Add 99_pending_canon_eos_m.diff: add support for some Canon EOS-M
    lenses (pending upstream merge)
  - Add 99_pending_minolta_manual_lens.diff: add support for Minolta
    manual lens (pending upstream merge)
  - Add 99_pending_pentax_da_35.diff: add support for PENTAX-DA 35mm
    F2.4 AL lens (pending upstream merge)
  - Add 99_pending_zeiss_planar_35_ze.diff: add support for Carl
    Zeiss Planar T* 50mm f/1.4 ZE lens (pending upstream merge)

++++ mutter:

  - Update to version 3.5.92:
    + screen: Allow NULL out arguments in meta_screen_get_size
    + display: Add API to set wm_name / wm_keybindings (bgo#671010)
    + Improve the not responding dialog (bgo#684306)
    + Misc. bugfixes
    + Updated translations.

++++ opus:

  - Update to version 1.0.1:
    + First bugfix release of stable version.
    + Changes are mostly buildfixes.
    + Fully compliant with the Opus specification.
  - Remove unneeded autoconf, automake, gcc glibc-devel and make.
  - Remove manual deletion of docs, instead pass --disable-doc to
    configure.
  - Minor spec cleanup.

++++ presage:

  - fix cmuclmtk command in arpa.
    * patch1: presage_cmuclmtk.patch
    * port old CMU-Statistical Language Modelling tools to its
    successor CMU-Cambridge Statistical Language Modeling Toolkit v2
    (cmuclmtk)

++++ libsecret:

  - Update to version 0.10:
    + Updated translations.

++++ pam:

  - Fix building in Factory (add patch missing-DESTDIR.diff)

++++ perl-Mail-SPF:

  - update to 2.008
    Mail::SPF:
    * Sanitize result local_explanation (as well as result object
    string representation) by replacing all non-printable or
    non-ascii characters with their hex-escaped representation
    (e.g., "\x00").
    (Addresses: bugs.launchpad.net #806926)
    Miscellaneous:
    * Change openspf.org URLs to openspf.net because openspf.org is
    unreachable indefinitely.
    * Change  URLs
    to .
    * META.yml: configure_requires: Module::Build 0.2805
    * META.yml: requires: Net::DNS 0.62 (was: 0.52)
    (Closes: rt.cpan.org #28545)
    * META.yml: Revert to flat version numbers for perl and
    Net::DNS::Resolver:: Programmable build requirements to avoid
    Module::Build::Compat/Makefile.PL incompatibilities.
    (Closes: rt.cpan.org #53231)
    * Attempt to prevent a cascading failure in
    t/00.03-class-result.t that seems to happen under rare,
    unknown circumstances. (Closes: rt.cpan.org #39099)

------------------------------------------------------------------
------------------  2012-9-18  -  Sep 18 2012  -------------------
------------------------------------------------------------------

++++ at-spi2-atk:

  - Update to version 2.5.92:
    + Fix atspi_hyperlink_get_uri (bgo#683182).
    + Only initialize the cache when an AT is running.
    + Fix various memory leaks (bgo#683979, bgo#684077).
  - Drop lang_package, removed upstream, see (bgo#678035) (RPM-wise
    obsoleted by the -common package).
  - Remove  intltool and translation-update-upstream BuildRequires,
    not needed anymore.
  - Cleanup spec, remove source service checkout support and checks
    for obsolete versions of openSUSE.

++++ at-spi2-core:

  - Update to version 2.5.92:
    + Fix some annotations.
    + Exit, rather than crash, when unable to open an X display
    (bgo#660407).
    + Fix various memory leaks (bgo#684033).

++++ brasero:

  - Update to version 3.5.92:
    + Fix build against gstreamer-plugins-base-1.0
    + Fix build without preview
    + build: Require gstpbutils-1.0 instead of 0.10
    + Port to new documentation infrastructure
    + Port brasero to GStreamer 1.0
    + brasero-project: include libxml/xmlerror.h for xmlError
    + Put settings in the correct path
    + Add Desktop Actions for Unity
    + Updated translations.
  - Replace gnome-doc-utils-devel with yelp-tools, following
    upstreams port o the new documentation infrastructure.
  - Replace BuildRequires for the switch to GStreamer 1.0:
    + Old: pkgconfig(gstreamer-0.10),
    pkgconfig(gstreamer-plugins-base-0.10)
    + New: pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-video-1.0),
    pkgconfig(gstreamer-tag-1.0), pkgconfig(gstreamer-pbutils-1.0),
    pkgconfig(gstreamer-plugins-base-1.0)
  - Replace Requires for the switch to GStreamer 1.0:
    + Old: gstreamer010, gstreamer010-plugins-base,
    gstreamer010-plugins-oil, gstreamer010-plugins-bad
    + New: gstreamer, gstreamer-plugins-base, gstreamer-plugins-bad.
  - Add explicit pkgconfig(gdk-x11-3.0) BuildRequires: configure
    checks for it. This does not cause any change for our package, as
    it is being pulled in indirectly anyway.

++++ colord:

  - Update to version 0.1.23:
    + New Features:
  - Get udevrulesdir from pkg-config
    + Bugfixes:
  - Assorted documentation fixes
  - Do not try to add duplicate sysfs devices
  - Changes from version 0.1.22:
    + New Features:
  - Add a Vala version of cd-gtk-demo
  - Split out colord-gtk to a new sub-project to prevent a dep
    loop
    + Bugfixes:
  - Add many generic introspection type arguments
  - Check any files in /usr/share/color/icc have the content type
    application/vnd.iccprofile
  - Do not try to create the same object paths if two sensors of
    the same type are plugged in
  - Fix the udev rules entry for the i1Display3.
  - Drop all colord-gtk related things (split in an own package with
    own tarball):
    + colord-gtk.spec, colord-gtk.changes
    + subpackages libcolord-gtk1, libcolord-gtk-devel and
    typelib-1_0-ColordGtk-1_0. No obsoletes added, as they will
    appear in their form from the new package, based on colord-gtk
    tarballs, again.
    + Remove libcolord-gtk1 from baselibs.conf.
  - Drop pre_checkin.sh: as this is now a simple package, there is no
    need for a pre_checkin script anymore.

++++ emacs:

  - Update to to emacs version 24.2
    * This is mainly a bug-fix release
  - Last patch already included

++++ file:

  - Add small patch to make clear if file follows symbloc links or not
    as tihs depend on the environment variable POSIXLY_CORRECT
  - Remove the README file as this is for packagers and not for users

++++ gcr:

  - Enable parallel building again.
  - Update to version 3.5.92:
    + Updated translations.

++++ gdk-pixbuf:

  - Update to version 2.26.4:
    + Make tiff loader threadsafe.
    + Support saving ICC profiles in jpeg (bgo#604610).
    + Add some missing annotations (bgo#683064).
    + Documentation improvements (bgo#676430).
    + Updated translations.
  - Clean up spec, remove source service checkout support.

++++ gdm:

  - Update to version 3.5.92.1:
    + Fix crasher when hitting escape really fast at unlock time.
  - Update to version 3.5.92:
    + More PAM distro changes
    + Clean up initialization code
    + export Version property over bus
    + SELinux integration
    + ConsoleKit fixes
    + Autologin fixes
    + Make reauthentication session have user's environment
    + Updated translations.
  - Drop gdm-gdmslave-typo.patch: fixed upstream.

++++ gobject-introspection:

  - Update to version 1.33.14:
    + Update glib annotations.
    + Bugs fixed: bgo#683596.

++++ gjs:

  - Update to version 1.33.14:
    + Bugs fixed: bgo#684064.
  - Add pkgconfig(libffi) BuildRequires: since gjs uses ffi
    functions, confiure now checks for libffi presence.

++++ gnome-bluetooth:

  - Update to version 3.5.92:
    + Fix warning in BluetoothAgent
    + Add pairing support for iCade variants (mobile, core and jr.)
    + Use yelp-tools instead of gnome-doc-utils
    + Support LXDE with the fallback applet too
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstream.
  - Drop lxde-support.patch: fixed upstream.

++++ gnome-keyring:

  - Update to version 3.5.92:
    + Updated translations.

++++ nautilus:

  - Update to version 3.5.92:
    + Add a Shell search results provider.
    + Add a NautilusDirectory-based search engine implementation for
    network directories.
    + Improve performance and stability of the search engine.
    + Change the Type column to only show basic type information.
    + Preserve view selection when exiting search.
    + Use a symbolic icon for the location entry.
    + Fix wrong order of files when searching in canvas view.
    + Fix inability to drop on current directory in list view.
    + Fix crash when trying to undo failed directory creations.
    + Fix positioning of detached tabs.
    + Fix symlink creation for remote shares.
    + Fix duplicate entries in the sidebar.
    + Fix inability to clear entry in Connect to Server dialog.
    + Fix view selector flashing while switching views.
    + Plug a number of memory leaks.
    + Tweak the color scheme for the pie chart in mount properties.
    + Remove the SELinux context column for list view.
  - Create a gnome-shell-search-provider-nautilus subpackage, for
    the new GNOME Shell search provider D-Bus service.
  - Add gnome-shell BuildRequires to own new folders.
  - Drop check for obsolete versions of opensuse.

++++ seahorse:

  - Update to version 3.5.92:
    + Port to new documentation infrastructure
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequieres with yelp-tools:
    following upstreams port to new documentation infrastructure.

++++ gnome-themes-standard:

  - Update to version 3.5.92:
    + Adwaita:
  - New improved assets for the GTK2 implementation
  - Improve theming for progressbars in GtkEntry
  - Improve theming for vertical spinbuttons
  - Add transitions to and from GtkEntry's focused state
  - Add support for theming text selection handles
  - Fix GtkSpinner animation
  - Fix blue border for insensitive default buttons
  - Fix wrong highlight color for highlighted headings in
    GtkAssistant
  - Drop HighContrastInverse/LowContrast GTK themes
    + HighContrast:
  - Add new application icons
  - Don't show focus ring by default
  - Fix selected text theming under some circumstances
  - Fix theming for the deprecated GtkStyle fallback path
  - Fix GtkLevelBar theming
  - Fix theming for fallback GNOME Pane.

++++ gnome-user-docs:

  - Update to version 3.5.92:
    + Various updates to the docs.
    + Updated translations.

++++ grub2:

  - Fix un-bootable grub2 testing entry in grub's menu.lst (bnc#779370)
  - Not add new grub2 testing entry if it's not found in menu.lst
  - Update grub2 stuff and config if there's grub2 entry in menu.lst
  - Check for current bootloader as update-bootloader acts on it

++++ gstreamer:

  - Update to version 0.11.99:
    + Minor fixes
    + Remove GST_USE_UNSTABLE_API guard and defines.

++++ gstreamer-plugins-bad:

  - Update to version 0.11.99:
    + Move vp8 from -bad to -good
    + freeze: remove freeze element, was replaced by imagefreeze in
  - good years ago.
    + Bugs fixed: bgo#683254, bgo#683263, bgo#683264, bgo#684116a
  - Remove libvpx-devel BuildRequires: no longer needed, as the vp8
    encoder/decoder moved to -good.

++++ gstreamer-plugins-base:

  - Update to version 0.11.99:
    + Minor bug fixes
    + Bugs fixed: bgo#683865, bgo#684063, bgo#684063.

++++ gstreamer-plugins-good:

  - Update to version 0.11.99:
    + Move vp8 decoder and encoder from -bad to -good.
    + Rename vp8 to vpx.
  - Add pkgconfig(vpx) BuildRequires: Needed for the vpx
    encoder/decoder.

++++ iproute2:

  - Make it build even without pdflatex, use latex+dvips, beside this
    iproute2-pdflatex.diff was documented, see my last entry from
    Jul 30 14:33:58 UTC 2012.

++++ java-1_7_0-openjdk:

  - add the optional jamvm support
    * running build --with jamvm enables it
  - add an initial support for build of older releases
    * make some buildrequires dependant on suse_version
    * workaround older zlib w/o pkgconfig
    * fix cacerts installation on pre-11.3

++++ kalgebra:

  - Add explicit glu dependency

++++ kiwi:

  - DB: rebuild documentation
  - DB: update cache documentation
  - when using the caching system the bootstrap part of the build
    is skipped. Thus profiled bootstrap sections could lead to
    missing data when using a cache. I have moved all profiled
    bootstrap sections to type="image"
  - moved from ext2/dm-snapshot cache system to btrfs seed (bnc #764042)

++++ ksh:

  - Add polling builtin patch (bnc #779888)

++++ kvm:

  - Don't strip binaries

++++ glew:

  - Add explicit glu dependency

++++ glu:

  - license update: SUSE-SGI-FreeB-2.0
    SGI-FreeB-2.0 is MIT with an advertising clause at the bottom
  - rename to glu and use "official" git snapshot

++++ SDL:

  - 12.3's Mesa doesn't bundle libGLU anymore

++++ colord-gtk:

  - Update to version 0.1.23:
    + Bugfixes:
  - Do not reuse __COLORD_H_INSIDE__ as this causes #include
    insanity
  - Add include guards to cd-sample-window.h
  - Changes from version 0.1.23:
    + New Features:
  - Import GTK-specific code from colord into a new project
    + Bugfixes:
  - Assorted colord-gtk introspection fixes
  - Clarify that CdSampleWindow is LGPLv2+, not GPLv2+
  - Fix release instructions and version number
  - Fix Vala binding generation for colord-gtk
  - NEW Package: colord-gtk used to be an integrated part of colord,
    which we split in an own spec file due to build loops. Upstream
    now followed this split. As a result, the .spec file has been
    entirely remastered and stripped.

++++ libcryptui:

  - Update to version 3.5.92:
    + Updated translations.

++++ freeglut:

  - add patch from fedora to fix build with latest GL stack:
    freeglut-glextconflict.patch
  - in 12.3 libGLU is no longer part of Mesa

++++ libgweather:

  - Update to version 3.5.92:
    + Updated translations.

++++ opencv:

  - buildrequire glu

++++ presage:

  - fix ncurses check flag
  - fix fedora flag in spec and remove unnecessary if

++++ libqt4:

  - update to 4.8.3:
    * long list of forward and backward compatible
    bug fixes. see included changes-4.8.3 for details

++++ libqt4-sql-plugins:

  - update to 4.8.3:
    * long list of forward and backward compatible
    bug fixes. see included changes-4.8.3 for details

++++ totem-pl-parser:

  - Update to version 3.4.3:
    + Report "unsupported" errors from quvi
    + Fix *.ts files being ignored (most of them aren't Qt Linguist
    files)
    + Don't show zero length coming from quvi
    + Don't add JPEG files as entries in Podcasts
    + Make RSS feeds ending in '/' parseable
    + Make resolution test case pass with newer versions of glib
    + Build fixes.

++++ tracker:

  - Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614.

++++ vigra:

  - Update to version 1.8.0
    * See http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html
  - Drop all the patches, fixed upstream.
  - Fixed dependencies for the devel package.

++++ libvpx:

  - Update to version 1.1.0:
    + Enhancements:
  - Adds a motion compensated temporal denoiser to the encoder
  - support for new compilers and platforms were added
  - Changing resolution with vpx_codec_enc_config_set() is now
    supported
    + Improved performance
    + Bugs fixed
  - Changes from version 1.0.0:
    + Enhancements:
  - This release introduces several substantial new features to
    the encoder, of particular interest to real time streaming
    applications.
    + Improved performance
    + Encoder quality in the single stream case is consistent with
    the Cayuga release.
    + Bug fixes
  - Rename libvpx0 to libvpx1, following upstreams soname bump (also
    in baselibs.conf)
  - Add pkg-config BuildRequires: as we provide a .pc file, we need
    pkg-config to be able to create the pkgconfig() provides
    (automatically).
  - libvpx-configure-add-armv7-tgt-isa.patch currently disabled:
    needs more work.

++++ seahorse-nautilus:

  - Update to version 3.5.92:
    + Updated translations.

++++ tracker-extras:

  - Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614.

++++ totem:

  - Update to version 3.5.92:
    + Backend:
  - Fix duration conversion
  - Simplify GStreamer helpers
  - Fix warning related to g_object_unref()
    + Browser plugin:
  - Fix broken UI because of the new GtkMenuButton
    + Main:
  - Remove documentation list from "About" dialogue
    + Properties:
  - Fix string leaks.

++++ patterns-openSUSE:

    Vincent Untz (2):
    gnome: Remove evolution-webcal, replace evolution-exchange with evo-ews
    gnome: Remove mention of telepathy-butterfly
    Commit: 8f63ad57
  - Ludwig Nussel (4):
    minimal: add acpid
    stabilize sort by sorting by name if size is equal
    add branding-openSUSE to test case
    minimal: prefer postfix to avoid exim (bnc#778862)
    Stephan Kulow (2):
    do not require texinfo but makeinfo
    remove some packages no longer existant
    Vincent Untz (1):
    gnome, lxde: drop bug-buddy and gnome-pilot from patterns
    Commit: 89e8bf32

++++ python-atspi:

  - Update to version 2.5.92:
    + Fix missing argument for set_current_value method (bgo#683302).
    + Include interim focus tracker as an example.
  - Add hack to set executable bit to example interim focus tracker.

++++ python3-atspi:

  - Update to version 2.5.92:
    + Fix missing argument for set_current_value method (bgo#683302).
    + Include interim focus tracker as an example.
  - Add hack to set executable bit to example interim focus tracker.

++++ suspend:

  - Correctly handle plymouth not being installed in plymouth patch
    (bnc#779399).

++++ tomboy:

  - Update to version 1.11.7:
    + Updated translations.

++++ xf86-video-mach64:

  - U_mach64-fix-build-on-32-bit.patch
    * fix build on 32-bit. tvout code only builds on 32-bit.

++++ xf86-video-qxl:

  - U_0.0.17-TO-fb038eb.patch
    * updated to latest git commit fb038eb in order to fix build on
    xorg-server 1.13

++++ xorg-x11-driver-video:

  - removed xf86-video-newport requires (no longer supported
    upstream)

++++ xorg-x11-server:

  - N_driver-autoconfig.diff:
    * removed radeonhd and unichrome from driver list, since no
    longer supported upstream

++++ xscreensaver:

  - add explicit buildrequire on pkgconfig(glu)

++++ yast2:

  - added San Marino to the list of countries (bnc#780639)
  - 2.23.5

------------------------------------------------------------------
------------------  2012-9-17  -  Sep 17 2012  -------------------
------------------------------------------------------------------

++++ autofs:

  - autofs-5.0.7-upstream-patches-20120911.bz2: update 5.0.7 upstream
    patches to 20120911, fixing some bugs:
    * fix nobind sun escaped map entries
    * fix use cache entry after free in lookup_prune_one_cache()
    * fix ipv6 proximity calculation
    * fix parse buffer initialization
    * fix typo in automount(8)
  - remove patches that are now upstream:
    * autofs-5.0.7-fix-parse-buffer-initialization.patch
    * autofs-5.0.7-fix-use-devid-after-free.patch

++++ baobab:

  - Update to version 3.5.92:
    + Updated translations.

++++ bc:

  - Add BuildRequires on makeinfo to fix Factory build

++++ binutils:

  - Update to binutils 2.23 release candidate.
  - Remove no longer applying AVR patch.

++++ bundle-lang-common:

  - update package list

++++ bundle-lang-gnome:

  - update package list

++++ bundle-lang-kde:

  - update package list

++++ cheese:

  - Update to version 3.5.92:
    + Updated translations.

++++ devhelp:

  - Update to version 3.5.92:
    + Upadted translations.

++++ empathy:

  - Update to version 3.5.92:
    + GST 1.0 enabled build fails without gst 0.10 installed
    (bgo#683827)
    + Bugs fixed: bgo#675220, bgo#683699, bgo#683854, bgo#683864,
    bgo#684194
    + Updated translations.
  - Drop empathy-gst10-fix.patch: fixed upstream.
  - Remove gnome-commong BuildRequires and call to gnome-autogen.sh,
    as there is no patch touching the buildsystem.
  - Add explicit pkgconfig(gstreamer-1.0),
    pkgconfig(gstreamer-audio-1.0) and pkgconfig(gstreamer-video-1.0)
    BuildRequires: those are implicit pulled in by clutter-gst, but
    configure now also explicitly checks for them.

++++ evince:

  - Update to version 3.5.92:
    + New features and improvements:
  - Add ev_view_find_started() to replace ev_view_find_changed()
    that is not introspectable (bgo#682875).
  - Add ev_job_links_get_model() to make the links model
    available to introspection (bgo#682882).
    + Bug fixes:
  - Fix a crash due to zero division (bgo#681546).
  - Fix compiler warnings due to GDK_SCROLL_SMOOTH not handled in
    switch.
    + Updated translations.

++++ file-roller:

  - Update to version 3.5.92:
    + Install the app menu only if there's the gnome-shell showing it
    (bgo#683759).
    + Updated translations.

++++ fonts-config:

  - the script requires checkproc and killproc, otherwise it will start
    a xfs in buildroot (oops)

++++ glib-networking:

  - Update to version 2.33.14:
    + Updated translations.

++++ glib2:

  - Update to version 2.33.14:
    + CVE-2012-3524: don't run dbus-launch from setuid binaries
    + g_content_type_get_generic_icon_name(): - new API for getting
    the icon name for a mime type
    + Introspection fixes:
  - GDBusConnection nullability fixes
  - give a box type to GTimeZone
    + Drop GVFS_INOTIFY_DIAG
    + Add a new "Writing GLib Applications" section to the reference
    documentation with general info on security, threads, etc.
    + gwin32mount.c: Fix syntax error
    + gresource tests: srcdir != builddir fixes
    + tests/gvariant: Fix test on big endian architectures
    + Fix regression in g_shell_parse_argv()
    + Bugs fixed: bgo#562907, bgo#683167, bgo#683384, bgo#683641,
    bgo#683744,
    + Updated translations.

++++ gnome-calculator:

  - Update to version 6.5.92:
    + Allow multiple instances of gcalctool.

++++ gnome-contacts:

  - Update to version 3.5.92:
    + Use the new gstreamer 1.0 based libcheese
    + Always show search entry
    + Updated translations.
  - Drop pkgconfig(gstreamer-interfaces-0.10) and
    pkgconfig(gstreamer-0.10) BuildRequires: configure no longer
    checks for gstreamer and relies entirely on cheese for this.
  - Drop pkgconfig(gdk-x11-3.0) BuildRequires: no longer needed.
  - Add pkgconfig(cheese) BuildRequires: mimic as closely as possible
    what configure does. In our packages this is currently implied
    by requiring cheese-gtk.

++++ gnome-control-center:

  - Update to version 3.5.92:
    + Ensure that all sources are GPLv2+ instead of a mix of GPLv2+
    and GPLv3+.
    + Set blank window titles for a number of dialogues.
    + Fix accessible labels for switches.
    + Bluetooth:
  - Fix setting up dial-up networking for phones.
    + Display:
  - Fix mouse events not working in preview.
    + Background:
  - Use a more varied colour palette.
  - Fix the small size of the "changes throughout the day"
    emblem.
    + Network:
  - Mark all rows representing saved connections as such.
  - Make the 'Settings...' buttons work properly.
  - Handle disconnected APs better.
  - Show a "Connect" button for disconnected APs.
  - Show 'Last used' item for non-active, in-range access points.
  - Improve the Wi-Fi list appearance.
    + User Accounts:
  - Use GStreamer 1.0
  - Fix "enterpise" typo
    + Power:
  - Fix a wrong use of GCancellable that could lead to crashes.
    + Region:
  - Use consistent strings for layout/engine names.
  - Handle empty layout sources, especially when adding a new
    one.
  - Handle input sources in the system tab.
  - Fix layout problem on the system tab.
  - Update IBus engines whitelist.
    + Printers:
  - Fix building against CUPS 1.6.
    + Universal Access:
  - Fix whitespace in the zoom options dialogue.
    + Screen & Brightness:
  - Make notification checkbox focusable.
    + Wacom:
  - Fix link to docs.
  - Replace pkgconfig(gstreamer-0.10) BuildRequires with
    pkgconfig(gstreamer-1.0) BuildRequires, due to upstream changes.
  - Rebase gcc-private-connection.patch.

++++ gnome-documents:

  - Update to version 3.5.92:
    + Add user documentation, and a Help item to the application
    menu.
    + Work around UTF-8 collation Tracker bug, fixes empty overview
    in certain languages.
    + Fix back button failing to display when going back to a
    collection from the preview.
    + Fix collection back navigation for nested collections.
    + Fix accelerator labels not showing up in toolbar menus.
    + Misc string fixes.

++++ gnome-font-viewer:

  - Update to version 3.5.92:
    + Updated translations.

++++ gnome-menus:

  - Update to version 3.5.92:
    + Add proper header reference to GMenu-3.0.gir
    + Updated translations.

++++ gnome-online-accounts:

  - Update to version 3.5.92:
    + Ensure that all dialogs have consistent and meaningful strings
    (bgo#683692).
    + Updated translations.

++++ gnome-panel:

  - Update to version 3.5.92:
    + Rework user menu in order to match GNOME Shell 3.6.
    + Updated translations.

++++ gnome-screenshot:

  - Update to version 3.5.92:
    + Updated translations.

++++ gnome-settings-daemon:

  - Update to version 3.5.92:
    + Keyboard:
  - Don't block getting the IBus global engine.
  - Don't touch the XKB layout if no input sources were
    configured.
  - Fix gtk+ IM module getting set to IBus for XKB sources.
    + Media keys:
  - Make "toggle brightness" work.
    + Color:
  - Don't warn about non-existent DMI file.
    + Power:
  - Fix some instances where an external screen would turn off.
    + Wacom:
  - Require wacom 0.6 to fix bugs with some tablets.

++++ gnome-system-monitor:

  - Update to version 3.5.92:
    + Updated translations.

++++ gsettings-desktop-schemas:

  - Update to version 3.5.92:
    + Change default list of input sources to be empty, so the
    default layout is inherited from the current settings.
    + Updated translations.

++++ gvfs:

  - Update to version 1.13.9:
    + build: Use tar-ustar instead of tar-pax
    + daemon: Fix some memory leaks
    + file monitor: Try to unsubscribe from the proxy used for
    subscription
    + hal volume monitor: Fix compilation
    + gdu volume monitor: Handle gdu_pool_new() returning NULL
    gracefully
    + Updated translations.

++++ iproute2:

  - Add BuildRequires on texlive-dvips for openSUSE > 12.2 to fix
    Factory builds.

++++ kernel-default:

  - Update to 3.6-rc6.
  - Eliminated 1 patch.
    patches.arch/arm-phys-offset.patch needs review.
  - commit d6432fe

++++ kernel-desktop:

  - Update to 3.6-rc6.
  - Eliminated 1 patch.
    patches.arch/arm-phys-offset.patch needs review.
  - commit d6432fe

++++ kernel-pae:

  - Update to 3.6-rc6.
  - Eliminated 1 patch.
    patches.arch/arm-phys-offset.patch needs review.
  - commit d6432fe

++++ kiwi:

  - fixed bootdev setup if no bindloop value is set

++++ i4l-base:

  - license update: GPL-2.0+ and SUSE-Firmware
    SPDX format for firmware package

++++ clutter:

  - Update to version 1.11.16:
    + Fixes for gesture-based actions
    + Ensure modified Enter keys do not end up in the Text buffer for
    single-line ClutterText actors.
    + Add touch event support to ClutterClickAction
    + Bugs fixed: bgo#683301, bgo#683431, bgo#683471, bgo#682161,
    bgo#623344, bgo#683869, bgo#683870, bgo#683936, bgo#683937.
    + Updated translations.

++++ libgooglepinyin:

  - Fix ibus-googlepinyin working in 64bit for openSUSE

++++ gtksourceview:

  - Update to version 3.5.4:
    + Misc bugfixes.
    + Updated translations.

++++ ncurses:

  - Add ncurses patch 5.9.20120908
    + add test-screens to test/ncurses to show 256-characters at a time,
    to help with mingw port.
  - Add ncurses patch 5.9.20120903
    + simplify varargs logic in lib_printw.c; va_copy is no longer needed
    there.
    + modifications for mingw port to make wide-character display usable.
  - Add ncurses patch 5.9.20120902
    + regenerate configure script (report by Sven Joachim, cf: 20120901).
  - Add ncurses patch 5.9.20120901
    + add a null-pointer check in _nc_flush (cf: 20120825).
    + fix a case in _nc_scroll_optimize() where the _oldnums_list array
    might not be allocated.
    + improve comparisons in configure.in for unset shell variables.
  - Add ncurses patch 5.9.20120826
    + increase size of ncurses' output-buffer, in case of very small
    initial screen-sizes.
    + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
    after changes to use --datarootdir (reports by Gabriele Balducci,
    Roumen Petrov).
  - Add ncurses patch 5.9.20120825
    + change output buffering scheme, using buffer maintained by ncurses
    rather than stdio, to avoid problems with SIGTSTP handling (report
    by Brian Bloniarz).
  - Add ncurses patch 5.9.20120811
    + update autoconf patch to 2.52.20120811, adding --datarootdir
    (prompted by discussion with Erwin Waterlander).
    + improve description of --enable-reentrant option in README and the
    INSTALL file.
    + add nsterm-256color, make this the default nsterm -TD
    + remove bw from nsterm-bce, per testing with tack -TD
  - Add ncurses patch 5.9.20120804
    + update test/configure, adding check for tinfo library.
    + improve limit-checks for the getch fifo (report by Werner Fink).
    + fix a remaining mismatch between $with_echo and the symbols updated
    by CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
    Sven Joachim, cf:  20120317).
    + modify followup check for pkg-config's library directory in the
  - -enable-pc-files option to validate syntax (report by Sven Joachim,
    cf: 20110716).

++++ openjpeg:

  - fix fedora build

++++ orc:

  - ppc64.patch: Add support for PowerPC64
  - altivec.patch: Fix altivec implementation of cmpltf and cmplef operations
  - Reenable check on ppc and ppc64

++++ samba:

  - Update to 3.6.8.
    + Fix crash bug in smbd caused by a blocking lock followed by close;
    (bso#9084).
    + Fix Winbind panic if we couldn't find the domain; (bso#9135).
  - Backport FSCTL codes and fix segfault in smbstatus from master; (bso#9058).
  - Fix bad call to memcpy source3/registry/regfio.c; (bso#9065).
  - "Domain Users" incorrectly added as additional group on domain members;
    (bso#9066).
  - Use correct RID for "Domain Guests" primary group; (bso#9067).
  - Fix crash bug in smbd caused by a blocking lock followed by close;
    (bso#9084).
  - Fix smbclient/tarmode panic when connecting to Windows 2000 clients;
    (bso#9088).
  - Fix refreshing of Kerberos tickets in Winbind; (bso#9098).
  - Fix identification of idle clients in Winbind to avoid crashes and NDR
    parsing errors; (bso#9104).
  - Fix compilation with newer MIT Kerberos which hides internal symbols;
    (bso#9111).
  - Fix flooding the logs with records we don't find in pcap; (bso#9112).
  - Initialize the print backend after we setup winreg; (bso#9122).
  - Fix lprng job tracking errors; (bso#9123).
  - Fix setting of "inherited" bit on inherited ACE's; (bso#9124).
  - Fix Winbind panic if we couldn't find the domain; (bso#9135).
  - Make 'smbclient allinfo' show the snapshot list; (bso#9137).
  - Fix nfs quota support with Linux nfs4 mounts; (bso#9144).
  - Valid open requests can cause smbd assert due to incorrect oplock handling
    on delete requests; (bso#9150).

++++ libsoup:

  - Update to version 2.39.92:
    + Fixed some g_warnings (and a possible crash) with the
    soup_request_send_async() (bgo#683404).
    + Fixed a hang with SoupSessionSync (bgo#682923).
    + Handle empty "Cache-Control" headers.
    + Updated translations.

++++ upower:

  - Pass --disable-systemd to configure if we don't build systemd
    support. Fix bnc#780709.

++++ yelp:

  - Update to version 3.5.92:
    + Updated translations.

++++ mousetweaks:

  - Update to version 3.5.92:
    + Updated translations.

++++ orca:

  - Update to version 3.5.92:
    + LibreOffice Writer documents should be fully readable and
    navigable via the braille display.
    + Orca modifier gets stuck on in Bypass Mode (bgo#683795).
    + Outdated documentation needs to be removed (bgo#683447).
    + Fix for broken tag in several help translations.
    + Updated translations.
  - Add pkgconfig(atk) and pkgconfig(atk-bridge-2.0)
    BuildRequires, configure now checks for them.

++++ gnome-python-desktop:

  - Disable building python-bugbuddy as we don't ship it anymore,
    with a %define in the same way we disable other bindings. If not
    building python-bugbuddy:
    + Use python-bugbuddy Obsoletes in main subpackage, for smooth
    upgrades.
    + Pass --disable-bugbuddy to configure.

++++ rpm:

  - disarm the additional links for debuginfos as they break our
    "debuginfo per subpackage" functionality.

++++ rsyslog:

  - Update to 6.4.1  [V6-STABLE] 2012-09-06:
  - bugfix: multiple main queues with same queue file name were not
    detected.  This lead to queue file corruption. While the root
    cause is a config error, it is a bug that this important and
    hard to find config error was not detected by rsyslog.
  - bugfix: “jsonf” property replacer option did generate invalid
    JSON in JSON, we have “fieldname”:”value”, but the option
    emitted “fieldname”=”value”. Interestingly, this was accepted
    by a couple of sinks, most importantly elasticsearch. Now the
    correct format is emitted, which causes a remote chance that
    some things that relied on the wrong format will break.
    Thanks to Miloslav Trmač for the patch
  - change $!all-json did emit an empty (thus non-JSON) string if
    no libee data was present. It now emits {} and thus valid JSON.
    There is a small risk that this may break some things that
    relied on the previous inconsistency. Thanks to Miloslav Trmač
    for the patch
  - bugfix: omusrsmsg incorrect return state & config warning
    handling. During config file processing, Omusrmsg often
    incorrectly returned a warning status, even when no warning was
    present (caused by uninitialized variable). Also, the core
    handled warning messages incorrectly, and treated them as
    errors. As a result, omusrmsg (most often) could not properly be
    loaded. Note that this only occurs with legacy config action
    syntax. This was a regression caused by an incorrect merge in to
    the 6.3.x codebase.
    Thanks to Stefano Mason for alerting us of this bug.
  - bugfix: Fixed TCP CheckConnection handling in omfwd.c. Interface
    needed to be changed in lower stream classes. Syslog TCP Sending
    is now resumed properly. Unfixed, that lead to non-detection of
    downstate of remote hosts.

++++ sushi:

  - Update to version 3.5.92:
    + Updated translations.

++++ vinagre:

  - Update to version 3.5.92:
    + Updated translations.

++++ vino:

  - Update to version 3.5.92:
    + Updated translations.

++++ xdg-utils:

  - update to snapshot from 20120916
    * mate support added
    * switch to local _service
    * fix bad date in the file name

++++ xf86-input-mouse:

  - 11-mouse.conf: use evdev driver also for users of Lenovo USB
    keyboards with trackpoint (bnc#780626)

++++ xf86-input-wacom:

  - Update to version 0.17.0:
    + Add support for Cintiq 22HD
    + Log debug messages in signal-safe manner
    + Use signal-safe logging patches where necessary
    + Set WCM_LCD on the Cintiq 24HD
    + release.sh: support other modules (i.e. libwacom and
    input-wacom)
    + Don't init the rotation property on the pad
  - Changes since version 0.15.0:
    + Find mouse buttons on pad devices if no generic buttons found.
    + Re-enable relative wheel scrolling from pad devices
    + Fix a bunch of warnings
    + Add Intuos4 WL (PTK-540WL) to fdi file

++++ xf86-video-i128:

  - Update to version 1.3.6
    * convert to compat API.
    * build against xaa-less server.

++++ xf86-video-mach64:

  - Update to version 6.9.3
    * fix build against server without XAA

++++ xf86-video-mga:

  - Update to version 1.6.1:
    + Fix mga build after XAA removal.
  - Changes of 1.6.0:
    + mga: port to new compat API.
    + Add const qualifier to char *from in MGAdoDDC
    + Move PCI vendor/device id defines into mga.h instead of using
    xf86PciInfo.h
    + mga: don't bind to device if there is a kernel driver, this
    should only pick up KMS drivers and not old drm drivers.

++++ xf86-video-vmware:

  - update to latest git commit 007bed3

++++ yast2-ycp-ui-bindings:

  - change Requires>=2.23 to Conflicts<2.23, to avoid build cycle

++++ yelp-xsl:

  - Update to version 3.5.92:
    + Updated translations.

------------------------------------------------------------------
------------------  2012-9-16  -  Sep 16 2012  -------------------
------------------------------------------------------------------

++++ evolution:

  - Update to version 3.5.92:
    + Honor CAMEL_PROVIDER_DISABLE_SENT_FOLDER in account preferences
    + Blacklist WebKitGTK+ 1.9.90.
    + Make sure selection in ECalendar is visible
    + Make sure the selected days in the calendar matches shown days
    + Autocompletion in meeting editor doesn't work
    + Could not set custom port for LDAP addressbook
    + Fails to import calendar events due to used incorrect enum
    values
    + Bugs fixed: bgo#678291, bgo#678806, bgo#678835, bgo#679382,
    bgo#679780, bgo#680537, bgo#680611, bgo#681279, bgo#682295,
    bgo#682425, bgo#682820, bgo#682873, bgo#683130, bgo#683349,
    bgo#683407, bgo#683548, bgo#683663, bgo#683665, bgo#683676,
    bgo#683736, bgo#683758, bgo#683866, bgo#683949, bgo#684021.
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.5.92:
    + CamelIMAPXServer: Fix shell command connections
    + IMAPX: Copy also user flags/tags on message append, if server
    can save them
    + IMAP:
  - Be able to read messages from cache in offline mode
  - Do not update folder list when the operation was cancelled
    + Skip sources with disabled parents from completion lookup
    + ESourceRegistry: Work around GType deadlock.
    + CalDAV: Block EProxy::changed when changing priv::uri
    + Fix a memory leak from MH-format camel provider
    + Unwrap GDBus error in generic EClient operations
    + Bugs fixed: bgo#677393, bgo#677685, bgo#677871, bgo#679219,
    bgo#682398, bgo#683785.
    + Updated translations.

++++ vte:

  - Update to version 0.34.0:
    + Fixed drawing of Box Drawing and Block Elements characters
    (bgo#682692)
    + Introspection fixes (bgo#679805, bgo#681714)
    + Build fixes.

++++ gparted:

  - Update to version 0.13.1:
    + Fix failure creating read-only view of rescued file systems
    (bgo#680740).
    + Updated translations.

++++ libcroco:

  - Update to version 0.6.6:
    + Mem leak fixes (bgo#678736).

++++ vala:

  - Update to version 0.17.7:
    + Add libgnome-menu-3.0 bindings.
    + Bug fixes and binding updates.

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ media-player-info:

  - Update to version 17:
    + Add support for Creative Zen MX, Nec LifeTouch Note,
    Nokia C7-00, Sony Ericsson Xperia Mini, iBeat Jess, Nokia N9.
    + Xperia X12 is better known as Xperia arc.
    + Galaxy Gio (GT-S5660) shares same ID as Ace.
    + Add a third ID for Acer Liquid (MT).
    + Add playlist format to Android devices.
    + Add alternative product ID for Sony Ericsson Xperia X10.

++++ xf86-video-intel:

  - Update to version 2.20.8:
    + Some bugs fixed, see below
    + Enabling ValleyView SDV
  - Bugs fixed since 2.20.7:
    + Add an extra layer of defence against trying to use a non-GEM device
    with UXA. This should already be taken care of with the new probe,
    but the extra sanity check already existed in the code but was doing
    nothing.
    https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/962892
    + Fix computation of valid CRTCs bitmask for ZaphodHead
    Some systems can only handle certain outputs on certain pipes
    (Screens), and this information was not being propagated through to X
    and randr correctly, breaking valid configurations and not detecting
    invalid configurations correctly.
    + Disable global glyph caching with ZaphodHeads.
    The glyph privates need to be Screen private, but at the moment are
    global leading to conflicts and invalid rendering with multiple heads.
    https://bugs.freedesktop.org/show_bug.cgi?id=54707
    + Prevent direct read back of unmappable buffers
    https://bugs.freedesktop.org/show_bug.cgi?id=54808
    + Tile large uploads whilst replacing the alpha channel
    https://bugs.freedesktop.org/show_bug.cgi?id=54808
    + Correct the source offset when converting a RENDER composite
    operation into a BLT composite operation.
    https://bugs.freedesktop.org/show_bug.cgi?id=54868
    + Correct a minor typo in flattening alphamaps which caused the
    replacement pixmap to often end up with a height of zero.
    https://bugs.gentoo.org/show_bug.cgi?id=434860
    + Don't discard the CPU damage if only part is being replaced.
    This is most evident when combining software renders like Opera with
    accelerated rendering.
    https://bugs.freedesktop.org/show_bug.cgi?id=54937

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-9-15  -  Sep 15 2012  -------------------
------------------------------------------------------------------

++++ bind:

  - Named could die on specially crafted record.
    [RT #30416] (bnc#780157) CVE-2012-4244
  - 9.9.1-P3
  - updated dnszone-schema.txt from upstream.

++++ espeak:

  - Use %{optflags}.

++++ fcitx:

  - update to 4.2.6
    * Add a private dbus service for Fcitx IM Module, simplify the setup on some light weight Desktop
    * Improve “Select Character From Phrase” and Pinyin Symbol (typing special symbols in pinyin input
    methods) as well as move them to a new Pinyin Enhance module, so that these features can now be
    used in other pinyin input methods as well (previous just the builtin one).
    * Move spell hint to a new module. Add a new spell hint backend using a builtin dictionary. Load
    enchant and presage at runtime using dlopen() so that they are not link dependencies anymore.
    * Spell hint for pinyin/AutoEng/QuickPhrase
    * Bug fixes for Gtk IM Module
    * Add more compile options so it is possible to compile a more simplified Fcitx if necessary
    * Add long description (show as tooltip) and hidden options in configure files for a more user
    friendly configure interface
    * Add global font setting for classical UI
    * Fix xkb support on BSD
    * Other bug fixes

++++ fcitx-chewing:

  - update version 0.1.3
    * Translation update

++++ fcitx-cloudpinyin:

  - update version 0.3.0
    * Make sure the first candidate word is always useable
    (even if cloud pinyin candidate word was set to the first
    one and there is no response from the server)
    * Remove the duplicated candidate word if netword is fast,
    leave a place holder otherwise

++++ fcitx-sunpinyin:

  - update version 0.3.9
    * Translation update and icon path fix

++++ fcitx-table-extra:

  - update version 0.3.3
    * Fix icon path and default behavior of certain tables.

++++ kdebase4-workspace:

  - add kdm logrotate script (bnc#552449)

++++ kiwi:

  - fixed createFormat() to return success when the format
    conversion is skipped in targetstudio mode
  - fixed KIWIImageFormat to work with a targetdevice as well
  - fixed __clean_loop in KIWIImageFormat. due to mkinitrd mounting
    sys __clean_loop has to take care to release sys before umount
    of the loop
  - fixed ec2 setup when only grub2 is installed. The xen loading
    system requires some grub related files to pre present

++++ libbluray:

  - Update to version 0.2.3:
    + Default to stream 0 when language not found
    + Bug fixes
  - Add tools subpackage, with the new command line utilities.

++++ i4l-base:

  - replace ; with 'and' in license string

++++ libsecret:

  - Change vala BuildRequires to a versioned BuildRequires: no reason
    to waste build power if vala is not recent enough.

++++ timezone:

  - Update Url from the glibc page (which doesn't talk
    about timezone data at all (anymore?)) to the IANA
    page which is much more informative.

++++ timezone-java:

  - Update Url from the glibc page (which doesn't talk
    about timezone data at all (anymore?)) to the IANA
    page which is much more informative.

++++ xinetd:

  - fix typo in license string - it's SUSE-xinetd

------------------------------------------------------------------
------------------  2012-9-14  -  Sep 14 2012  -------------------
------------------------------------------------------------------

++++ cantarell-fonts:

  - Update to version 0.0.10:
    + Generate OTF from SFDs automatically
    + Install to appropriate system directories
    + Fix cyrillic metrics
    + Improve EE diacritics

++++ dbus-1-glib:

  - Update to version 0.100:
    + Enhancements:
  - Support building on Android with androgenizer
    (fdo#42532)
  - Respect NOCONFIGURE=1 in autogen.sh
    + Fixes:
  - Fix several GVariant reference leaks in
    dbus_g_value_parse_variant (fdo#41125)
  - Don't crash if an error code is out of range for its domain
    or has a negative code (fdo#40151)
  - Fix compilation with -Werror=format-security
  - Don't crash if dbus_g_proxy_new_for_peer() is used to talk to
    the dbus-daemon (fdo#41126)

++++ farstream:

  - Update to version 0.1.91:
    + Minor bug fixes.
    + Bump soname, showing that this version is ABI incompatible.
  - Rename libfarstream-0_2-0 to libfarstream-0_2-1, following
    upstreams soname bump

++++ fonts-config:

  - cooperate with fontconfig 2.10.0 (removed /etc/fonts/conf.avail)

++++ gnome-games:

  - Remove gobject-introspection-devel BuildRequires: it's not needed
    anymore since 3.5.2.

++++ libnice:

  - Update to version 0.1.3:
    + Dribble mode: You can set remote candidates while gathering the
    local ones
    + Add support for GStreamer 1.0, will compile plugins for both
    1.0 and 0.10 by default
    + Cache GSocketAddress in UdpBsdSocket, creating it is very slow
  - Add gstreamer-libnice sub package: the new GStreamer 1.0 plugin.
  - No longer recommend gstreamer-0_10-libnice from libnice10, but
    newly add supplements to the two gstreamer plugin sub packages,
    triggering automatic installation when libnice and any the
    respective gstreamer version is installed.
  - Replace gstreamer-0_10-devel (and even older gstreamer010-devel)
    BuildRequires, in favor of new pkgconfig() style variants:
    + For gstreamer 0.10:
  - gstreamer-0.10
  - gstreamer-base-0.10
    + For gstreamer 1.0
  - gstreamer-1.0
  - gstreamer-base-1.0

++++ gstreamer:

  - Revert change from Sept 2nd: we'll actually rename things in
    gstreamer-0_10 instead, since that's the package which is
    versioned.
  - Update gstreamer-rpm-prov.patch: we need to output gstreamer1.0()
    instead of gstreamer0.10() for the Provides.
  - Version the gstreamer-utils Requires in devel subpackage, to
    avoid having a choice between the 0.10 package and this one.
  - Update to version 0.11.94:
    + gstcompat: fix backwards compat macro for
    gst_message_new_duration
    + baseparse:
  - Add a mode/flag for disabling PTS interpolation
  - Handle GAP and still-frame events
  - Restructure event handling
  - Store incoming cached events in reverse order
  - First attempt at handling both DTS and PTS
    + taglist:
  - add warning when we get something else than a sample for a
    sample tag
    + elementfactory:
  - don't crash if no element klass has been set(bgo#683865)
    + Updated documentations
    + Bugs fixed: bgo#581525, bgo#599546, bgo#608841, bgo#634927,
    bgo#645467, bgo#647759, bgo#657202, bgo#657640, bgo#657725,
    bgo#667293, bgo#672637, bgo#673319, bgo#673641, bgo#676935,
    bgo#677620, bgo#677621, bgo#677757, bgo#677818, bgo#677819,
    bgo#677898, bgo#677925, bgo#678017, bgo#678031, bgo#678181,
    bgo#678301, bgo#678742, bgo#678928, bgo#679080, bgo#679112,
    bgo#679145, bgo#679286, bgo#679378, bgo#679407, bgo#679506,
    bgo#679534, bgo#679535, bgo#680181, bgo#680306, bgo#680479,
    bgo#680495, bgo#680755, bgo#680796, bgo#680804, bgo#680805,
    bgo#681139, bgo#681153, bgo#681198, bgo#681322, bgo#681450,
    bgo#681575, bgo#681681, bgo#682958, bgo#682968, bgo#682997,
    bgo#683470, bgo#683865.
  - Rebase gstreamer-rpm-prov.patch.

++++ gstreamer-plugins-bad:

  - Add pkgconfig(opus) BuildRequires: it's been packaged and landed
    in Factory.
  - Update to version 0.11.94:
    + videoparsers: Disable PTS interpolation in the base parse class
    + dvdspu: Advance video stream with gap events
    + resindvd: Start with a larger subpicture queue for preroll
    + Bugs fixed: bgo#611692, bgo#622482, bgo#629946, bgo#644890,
    bgo#654485, bgo#658436, bgo#660233, bgo#666352, bgo#666626,
    bgo#666674, bgo#667223, bgo#669310, bgo#670608, bgo#673118,
    bgo#674069, bgo#677724, bgo#678060, bgo#678130, bgo#678211,
    bgo#679164, bgo#679373, bgo#679886, bgo#679929, bgo#680494,
    bgo#680667, bgo#680755, bgo#681003, bgo#681115, bgo#681117,
    bgo#681453, bgo#681535, bgo#681952, bgo#682158, bgo#682589,
    bgo#683169, bgo#683175, bgo#683727, bgo#683850, bgo#683858.

++++ gstreamer-plugins-base:

  - Update to version 0.11.94:
    + videodecoder: Handle GAP events
    + gdp: move gdp plugin to -bad
    + port to new GLib thread API
    + Updated documentation
    + Bugs fixed: bgo#635256, bgo#667562, bgo#668996, bgo#673185,
    bgo#673888, bgo#674069, bgo#675812, bgo#676022, bgo#676639,
    bgo#677306, bgo#677712, bgo#678301, bgo#678384, bgo#679145,
    bgo#679337, bgo#679443, bgo#679545, bgo#679550, bgo#679612,
    bgo#679823, bgo#679878, bgo#679958, bgo#680025, bgo#680091,
    bgo#680093, bgo#680162, bgo#680262, bgo#680441, bgo#680488,
    bgo#680520, bgo#680553, bgo#680614, bgo#680796, bgo#681196,
    bgo#681260, bgo#681436, bgo#681499, bgo#681535, bgo#681719,
    bgo#681904, bgo#681905, bgo#683180, bgo#683428, bgo#683527,
    bgo#683672, bgo#683838.
  - Drop gstreamer-plugins-base-fix.patch: fixed upstream.

++++ gstreamer-plugins-good:

  - Update to version 0.11.94:
    + deinterlace:
  - Don't treat every custom-downstream event as EOS
  - improve framerate transform
    + videomixer2: Adding nv12 and nv21 support
    + qtdemux: add support for prores
    + pulsesrc: consider stream alive when not connected yet
    + Bugs fixed: bgo#54089, bgo#540891, bgo#609049, bgo#656317,
    bgo#657941, bgo#670257, bgo#673509, bgo#673898, bgo#675448,
    bgo#676302, bgo#677306, bgo#677535, bgo#677722, bgo#677838,
    bgo#677905, bgo#679301, bgo#679343, bgo#679807, bgo#679994,
    bgo#680206, bgo#680275, bgo#680277, bgo#680278, bgo#680283,
    bgo#680388, bgo#680427, bgo#680540, bgo#680551, bgo#680558,
    bgo#680706, bgo#681077, bgo#681247, bgo#681335, bgo#681369,
    bgo#681491, bgo#681677, bgo#682446, bgo#682481, bgo#682770,
    bgo#682959, bgo#683065, bgo#683839, bgo#683841, bgo#683861,
    bgo#683902

++++ kiwi:

  - allow ec2 format creation when in --targetstudio mode (bnc #779360)
  - v5.04.10 released
  - cleanup installBootLoader() function. There is one way to setup
    the boot device and not the mess I created before.
  - added helper function __getPartDevice() which finds the correct
    block device for a partition if you give it the disk device
    and the partition number
  - fixed spec file. Added PreReq for kiwi-pxeboot and kiwi-templates
    to make sure required coreutils are there when the package is
    installed (bnc #780070)
  - break long info message into two lines
  - arm: make uboot setup scripts verbose
  - check exit code from edit boot config script calls
  - fixed uboot bootloader script to meet the bash needs
  - add x-bit to uboot bootconfig scripts
  - call editbootconfig script at the end of setupBootLoaderConfiguration
    and not at the beginning of installBootLoader. That's because there
    is one step in between which could break otherwise. Also make sure
    the script is searched in the original image description path
  - arm: kernel-firmware does not exist there
  - fixed arch setup for satsolver on armv7l

++++ libatasmart:

  - Update to version 0.19:
    + Add quirks for Intel SSD Serie 320
    + Add S.M.A.R.T attributes for Samsung SSD

++++ webkitgtk:

  - Update to version 1.9.91:
    + Fix more API breaks in DOM bindings introduced in previous
    versions.
    + Properly process GDK_SMOOTH_SCROLL events.

++++ webkitgtk3:

  - Update to version 1.9.91:
    + Fix more API breaks in DOM bindings introduced in previous
    versions.
    + Properly process GDK_SMOOTH_SCROLL events.

++++ polkit:

  - Update to version 0.107:
    + Try harder to look up the right localization
    + Introduce a polkit.Result enumeration for authorization rules
    + pkexec: add support for argv1 annotation and mention
    shebang-wrappers
    + doc: update guidance on situations where there is no polkit
    authority
  - Changes from version 0.106:
    + Major change: switch from .pkla files (keyfile-format) to
    .rules files (JavaScript)
    + Nuke polkitbackend library, localauthority backend and
    extension system
    + Run polkitd as an unprivileged user
    + Add a systemd .service file
    + Several other code changes.
    + Updated documentation.
  - Changes from version 0.105:
    + Add pkttyagent(1) helper
    + Make it possible to influence agent registration with an a{sv}
    parameter
    + Several other code changes.
  - Add pkgconfig(mozjs185) BuildRequires: new dependency for the
    authority backend.
  - Rebase polkit-no-wheel-group.patch: the admin configuration is
    now in a .rules file.
  - Rebase polkit-suid_flags.patch.
  - Explicitly pass --enable-libsystemd-login or
  - -disable-libsystemd-login, depending on whether we build systemd
    support.
  - Add a %pre script to create the polkitd group and user, as
    polkitd now run as an unprivileged user.

++++ telepathy-farstream:

  - Update to version 0.5.0:
    + Port to GStreamer 1.0 and Farstream 0.2
    + Set RemoteContact when accepting & updating media descriptions.
  - Drop telepathy-farstream-gst10.patch: fixed upstream.
  - Rename telepathy-farstream2 to telepathy-farstream3, following
    upstreams soname bump.

++++ liferea:

  - Update to version 1.8.8:
    + Fixes crash on empty links in auto-load-link mode (sf#3557513).
    + Ensure node ids are in DB node relation on startup.
    + Fixes search folder counter update on feed removal.
    + Include AM_PROG_AR in configure.ac to work with automake 1.12.

++++ mailx:

  - Add BuildRequires on man to fix build for Factory

++++ pam:

  - Update to Linux-PAM 1.1.6
  - Update translations
  - pam_cracklib: Add more checks for weak passwords
  - pam_lastlog: Never lock out root
  - Lot of bug fixes and smaller enhancements

++++ qemu:

  - Don't strip binaries

++++ qemu-linux-user:

  - Don't strip binaries

++++ shotwell:

  - Add shotwell-0.12.3-libgphoto25.patch to fix compilation with
    libgphoto2 2.5.0

++++ xf86-video-cirrus:

  - Update to version 1.5.1
    * handle server with no XAA
  - adjusted u_cirrus-qemu.patch

++++ xf86-video-dummy:

  - update to version 0.3.6
    * add scrn conversion api compat header.
    * convert to new scrn conversion APIs.
    * convert to the new server APIs.
    * Don't use XFreeXDGA to determine DGA support
    * Only include Xv headers if server supports it
    * Add XORG_LIBS to LIBADD

------------------------------------------------------------------
------------------  2012-9-13  -  Sep 13 2012  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - explicitly buildrequire net-tools for /bin/hostname

++++ at:

  - fix atd.service (bnc#780259)

++++ automake:

  - Run pre_checkin.sh to sync automake-testsuite pec and .changes.

++++ crda:

  - license update: ISC
    License is ISC, not BSD-3-Clause

++++ fontconfig:

  - updated to 2.10.0:
    * /etc/fonts/conf.avail is deprecated and is packaged only
    for compatibility reasons; package should install its *.conf
    files in its data dir and link it into /etc/fonts/conf.d as
    usual
    * introduced warning --  should not contain more s
    * introduced warning --  should not contain more values
    * introduced warning -- reading configurations from ~/.fonts.conf
    is deprecated; move ~/.fonts.conf into $XDG_CONFIG_HOME/fontconfig/fonts.conf
    (the same for ~/.fonts.conf.d, see
    http://freedesktop.org/software/fontconfig/fontconfig-user.html)

++++ gdm:

  - Add gdm-gdmslave-typo.patch: Fix typo in Method call, which can
    cause gdm to crash on login when operated with ConsoleKit.

++++ gettext-runtime:

  - replace ; with and in spdx.org license

++++ gmp:

  - replace ; with and in license tag

++++ gstreamer-0_10-plugins-bad:

  - Add BuildRequires: libopus-devel, opus has landed in factory.

++++ harfbuzz:

  - Update to version 0.9.4:
    + Indic improvements with old-spec Malayalam.
    + Better fallback glyph positioning, specially with Thai / Lao
    marks.
    + Implement dotted-circle insertion.
    + Better Arabic fallback shaping / ligation.
    + Added ICU LayoutEngine backend for testing.
    + Misc fixes.
  - Add pkgconfig(icu-le) BuildRequires: needed for the new ICU
    LayoutEngine backend.

++++ kdelibs4:

  - BuildRequires: krb5-devel to enable kerberos support (bnc#780300)

++++ kiwi:

  - use 512MB instead of 128MB for xen domU examples
  - fixed __uniqueInPackages() function. It's not a good idea to
    grep via a regexp for duplicate entries. That's because if
    characters which have a special meaning in a regexp are part
    of the name it leads to invalid matching results. I thought I
    could fix this by using the quotemeta call but it has turned
    out that it does not quote with respect to the special meaning
    of characters for regular expressions. What we really want
    here is a dumb string match for duplicate entries.
  - finally fixed xen boot with grub2. Problem was the missing
    gzio module which is required to read the signatured from
    the compressed (xen.gz) hypervisor

++++ kvm:

  - Fix build issues for i586 SLE_11_SP2

++++ cmis-client:

  - Update to version 0.3.0
    + 0.2.2
    + Fixed soname for the library
    + Allow building against libcurl 7.13.1
    + 0.2.3
    + Fixed SharePoint support
    + Conditional build of man page
    + 0.3.0
    + Added Document::checkOut(), Document::cancelCheckout() and Document::checkIn()
    + Added Object::move( ) -- Grau Data
    + Fixes for xcmis and cloudoku.com -- Grau Data
    + Added Document::getAllVersions( )
    + WebService binding implementation
    + Session factory automatically detects which binding to use
    + C wrapper API
    + Unit tests are now split between quick ones and the ones needing a CMIS server

++++ libgphoto2:

  - Updated to major release 2.5.0
  - more dynamic lists (no more fixed limits)
  - libgphoto2 api adjustments to make it more sane,
    binary incompatible
  - new .so version 6

++++ libgssglue:

  - replace ; with and in license tag

++++ kmod:

  - Provide the "modutils" virtual symbol
  - Update to new upstream release 10
    * Read coresize from /sys if supported
    * Add flag to kmod_module_probe_insert() to apply blacklisting
    during probe only if mod is an alias. Now modprobe uses this
    flag by default.

++++ presage:

  - support fedora builds.

++++ sensors:

  - Remove redundant tags/sections from specfile
  - Use the "modutils" require instead of "modules" to select a
    module toolset implementation

++++ samba:

  - NMB registration for a duplicate workstation fails with registration
    refuse; (bso#9085); (bnc#770056).

++++ taglib:

  - Update to 1.8
    * Added support for OWNE ID3 frames.
    * Changed key validation in the new PropertyMap API.
    * ID3v1::Tag::setStringHandler will no londer delete the previous handler, the caller is responsible for this.
    * File objects will also no longer delete the passed IOStream objects. It should be done in the caller code after the File object is no longer used.
    * Added ID3v2::Tag::setLatin1StringHandler for custom handling of latin1-encoded text in ID3v2 frames.
    * Fixed validation of ID3v2 frame IDs (IDs with ‘0’ were ignored).
    * New API for accessing tags by name.
    * New abstract I/O stream layer to allow custom I/O handlers.
    * Support for writing ID3v2.3 tags.
    * Support for various module file formats (MOD, S3M, IT, XM).
    * Support for MP4 and ASF is now enabled by default.
    * Started using atomic int operations for reference counting.
    * Added methods for checking if WMA and MP4 files are DRM-protected.
    * Added taglib_free to the C bindings.
    * New method to allow removing pictures from FLAC files.
    * Support for reading audio properties from ALAC and Musepack SV8 files.
    * Added replay-gain information to Musepack audio properties.
    * Support for APEv2 binary tags.
    * Many AudioProperties subclasses now provide information about the total number of samples.
    * Various small bug fixes.
  - Drop taglib-noansiflags.patch (no longer relevant)

++++ totem:

  - Add gstreamer-plugin-gstclutter Requires: totem checks for the
    availability of cluttersink. Totem fails to start without it.

++++ pm-utils:

  - Remove redundant tags/sections from specfile
  - Parallel build with %_smp_mflags
  - Use "modutils" provides for requiring a kernel module utility
    implementation

++++ python-gobject2:

  - Add python-gobject-gio_types.patch: patches taken from git, to fix
    some type mismatches in gio-types.defs.

++++ qemu:

  - Add explicit dependency on makeinfo for manpage/doc generation

++++ qemu-linux-user:

  - Add explicit dependency on makeinfo for manpage/doc generation

++++ rpm:

  - add net-tools and util-linux as basic build requires

++++ scim-hangul:

  - enable gtk3 build

++++ screen:

  - add prereq coreutils so that mkdir works [bnc#780033]

++++ timezone:

  - cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
  - remove %config part on posixrules symlink, it is not a config file
  - update to 2012f (bnc#780276):
    * Fiji DST is October 21st 2012 -> January 20th, 2013

++++ timezone-java:

  - cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
  - remove %config part on posixrules symlink, it is not a config file
  - update to 2012f (bnc#780276):
    * Fiji DST is October 21st 2012 -> January 20th, 2013

++++ words:

  - add explicit buildrequire on sysvinit-tools

++++ xbacklight:

  - xcb-util-0_3_6.diff
    * fixes build for openSUSE <= 12.1

++++ xdm:

  - add dependency on xtrans, otherwise TCP is not supported for
    xdmcp (bnc#780122)

------------------------------------------------------------------
------------------  2012-9-12  -  Sep 12 2012  -------------------
------------------------------------------------------------------

++++ bundle-lang-common:

  - update package list

++++ bundle-lang-gnome:

  - update package list

++++ bundle-lang-kde:

  - update package list

++++ empathy:

  - Add empathy-gst10-fix.patch: Fix build when purely building with
    GStreamer 1.0 (without any traces of GStreamer 0.10 on the
    system).
  - Add gnome-common BuildRequires and call to gnome-autogen.sh, as
    above patch touches the build system.

++++ git:

  - git-prompt.sh (for __git_ps1) was broken out of
    git-completion.bash. Install it too.

++++ gnome-control-center:

  - Rebase gcc-private-connection.patch.

++++ gnome-shell:

  - Remove gnome-contacts Requires: search results for contacts are
    provided by gnome-contacts via its search provider, so
    gnome-contacts will already be installed if we display contacts
    in the search results.
  - Remove gnome-screensaver Requires: gnome-shell uses its own lock
    screen now.

++++ kiwi:

  - arm: moved uboot related code into custom scripts outside
    of the kiwi code. The arm JeOS image template served as
    example for the uboot setup on panda/efika and beagle
    boards
  - arm: remove kernel profiles from arm boot image descriptions.
    handle the kernel as bootincluded package from the system
    image description. See the example JeOS image for reference
  - added new option '--edit-bootinstall ' and the XML
    attribute  which allows to
    run a script after the bootloader was installed. This
    allows custom changes to the bootloader installation.
    follow up change for (bnc #667950)

++++ folks:

  - Update to version 0.7.4.1:
    + Re-roll release with correct soversion.
  - Changes from version 0.7.4:
    + Bugs fixed: bgo#664072, bgo#680335, bgo#681164, bgo#681346,
    bgo#681420, bgo#681476, bgo#681726, bgo#682346, bgo#682572,
    bgo#682719, bgo#682809, bgo#683093, bgo#683267, bgo#683319,
    bgo#683390, bgo#683452.
  - Drop folks-new_vala.patch: fixed upstream.
  - Bump module_version to 37, following upstream changes.

++++ libmusicbrainz5:

  - Correct inconsistent licensing text (bnc#779931)

++++ seed:

  - Avoid using the automatic dependency generator for files in
    /usr/share/doc/seed and /usr/share/seed{,-gtk3}/extensions/:
    + we used to have typelib() Requires for files in there
    + we obviously don't want useless Requires for documentation
    + the extensions are only used if the user of seed is already
    using the typelib, which means the user should have a Requires,
    not seed
    + to achieve this, we define __requires_exclude_from

++++ telepathy-glib:

  - Update to version 0.19.9:
    + Enhancements:
  - Some functions from util.h, such as tp_utf8_make_valid(),
    tp_escape_as_identifier() and user-action-time functions are
    now available via gobject-introspection (fdo#54543)
    + Fixes:
  - Get the remote contact from a MediaDescription correctly
    (fdo#54425)
  - Fix an incorrect error on UpdateLocalMediaDescription
  - Fix use of an unterminated string in the tls-certificates
    test
  - Fix service-side codegen using single includes, which
    prevents extensions to build with TP_DISABLE_SINGLE_INCLUDE.
    + Several API deprecations.
  - Changes from version 0.19.8:
    + Enhancements:
  - New introspectable function
    tp_account_channel_request_set_hint() to add hints one by
    one.
    + Fixes:
  - Set the ChannelRequests immutable properties when
    observing/handling channels.
  - Changes from version 0.19.7:
    + Enhancements:
  - Add API to TpBaseChannel to allow it to disappear and
    reappear from the bus without disposing the object
    (fdo#48210)
    + Fixes:
  - In tp_account_dup_storage_identifier_variant, don't fail if
    there is no storage identifier (fdo#53201)
  - Remove duplicate TpBaseConnection typedef, fixing compilation
    with pre-C11 compilers like gcc < 4.6 (fdo#53100)
  - Use AS_CASE instead of case/esac, and AS_IF instead of
    if/then/[else/]fi in configure.ac, as they are safer and
    guaranteed to work (fdo#681413)

++++ libzypp:

  - Add str::commonPrefix
  - version 12.2.0 (0)

++++ pm-utils:

  -Changed licence to GPL 2.0 (without +) - bnc#768867
  -Added Michael Chang's patch to fix grub2 menu shown after s2disk
    (bnc#771587).

++++ python-six:

  - Update to 1.2.0:
    * Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3
    instead of iterables.
    * Issue #11: Fix maxsize support on Jython.
    * Add six.next() as an alias for six.advance_iterator().
    * Use the builtin next() function for advance_iterator() where is available
    (2.6+), not just Python 3.
    * Add the Iterator class for writing portable iterators.

++++ quagga:

  - add makeinfo as explicit buildrequire

++++ scim:

  - update to 1.4.14,upstream have added gtk3 support
  - enable gtk3 ,qt3 and qt4 option

++++ telepathy-gabble:

  - Update to version 0.17.1:
    + Enhancements:
  - fdo#32612: Old-style Tube channels have been removed.
  - Tube and Text channels are no longer announced together.
    + Fixes:
  - Make sure capability discovery works for the camera-v1
    capability bundle, avoiding an iChat bug in which it repeats
    failed capability discovery requests in a rapid loop
    (fdo#54634)
  - Fix some race conditions and other brokenness in the tests
  - Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.

++++ vim:

  - Update to patchlevel 661, fixes the following problems
    * "gnd" doesn't work correctly in Visual mode.
    * Crash when using a very long file name. (ZyX)
    * When 'clipboard' is set to "unnamed" small deletes end up in the
    * Completion after ":help \{-" gives an error message and messes up
    * Completion after ":help \{-" gives an error message.
    * Workaround for Python crash isn't perfect.
    * MingW needs build rule for included XPM files.  Object directory
    * When creating a Vim dictionary from Python objects an empty key
    * Internal error in :pyeval.
    * Python bindings silently truncate string values containing NUL.
    * NUL bytes truncate strings when converted from Python.
    * Recent Python changes are not tested.
    * ":help !" jumps to help for ":!".
    * SEGV in Python code.

++++ xbacklight:

  - Update to 1.2.0:
    + Port xbacklight to XCB

++++ xf86-video-ark:

  - Update to version 0.7.5
    * make build against XAA-less server.
    * ark: update for compat X server ABI.
    * convert to new X screen conversion api

++++ xf86-video-ast:

  - Update to version 0.97.0
    * deal with XAA removal

++++ xf86-video-chips:

  - update to release 1.2.5_bde6593
    * Fall back to shadowfb if XAA is unavailable
    * Fix for new vgaHW ABI
    * gut the overlay 8/16 support from driver.
    * add compat API header
    * use new scrn/screen conversion APIs.
    * move to new compat API.
    * drop usage of deprecated xf86PciInfo.h
    * build without XAA support at all.
    * fix make dist.
    * Use malloc/calloc/realloc/free directly
    * configure.ac: Remove AM_PROG_CC_C_O
    * util: Consolidate common macros
    * Fix implicit declaration of iopl
    * Build fix for ABI Version 12
    * PciTag is unused when using libpciaccess
    * Add iopl.h to source lists in util/Makefile.am so it gets
    packaged

++++ xorg-x11-driver-video-nouveau:

  - Update to version 1.0.2:
    + nv40/exa: fix shaders on big-endian machines
    + nvc0/nve0: support sync-to-vblank if kernel is new enough
    + nouveau: add platform bus support
    + nouveau/exa: add support for shared pixmaps.
    + nouveau: add pixmap tracking/updating support.
    + nouveau/dri2: add support for DRI2 offload
    + nouveau: enable provider/capabilities

++++ yast2-storage:

  - add code to create new LVM volume types (thin, pool)

++++ zypper:

  - Use edition style on table columns in color mode
  - Reload target before executing a new command in 'zypper shell'
    (bnc #767880)
  - version 1.8.3

------------------------------------------------------------------
------------------  2012-9-11  -  Sep 11 2012  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Change license tags to be per package:
    + GPL-2.0+: PackageKit, backend-zypp,
    typelib-1_0-PackageKitPlugin-1_0, browser-plugin,
    gstreamer-plugin, gtk3-module, devel, branding-upstream.
    + LGPL-2.1+: libpackagekit-glib2-14,
    typelib-1_0-PackageKitGlib-1_0, libpackagekit-glib2-devel,
    libpackagekit-qt2-2, libpackagekit-qt2-devel.
  - This is clearer than using "GPL-2.0+ and LGPL-2.1+" for
    everything.

++++ SuSEfirewall2:

  - getdevinfo is gone as per commit 0c5ac93 (bnc#777271)

++++ automake:

  - Update to 1.12.3:
  - reworks and reshuffles the Automake testsuite a bit; fixing some
    weaknesses and spurious failures in the process, but also, likely,
    introducing new ones;
  - introduces initial support for automatic dependency tracking with
    the Portland Group C/C++ compilers (thanks to Dave Goodell and
    Jeff A. Daily);
  - fixes several long-standing bugs and limitations in the 'ylwrap'
    script (thanks to Akim Demaille); among the other things, the
    long-standing PR/491 and automake bug#7648 are now fixed.
  - Remove automake-add-mkdir_p-temporarly.patch:
    * Only temporary hack for openSUSE 12.2, now it is time to remove it

++++ digikam:

  - Update to 2.9.0:
    digikam:
  - CameraGUI : libgphoto 2.5.0 API support.
  - 9 fixed bugs.
    kipi-plugins:
  - 2 fixed bugs.

++++ e2fsprogs:

  - add makeinfo as explicit buildrequire

++++ fetchmail:

  - update to 6.3.22
    [#] SECURITY FIXES
    * CVE-2012-3482 (bnc#775988)
    * CVE-2011-3389
    [#] BUG FIX
    * The Server certificate: message in verbose mode now appears on stdout like the
    remainder of the output. Reported by Henry Jensen, to fix Debian Bug #639807.
    * The GSSAPI-related autoconf code now matches gssapi.c better, and uses
    a different check to look for GSS_C_NT_HOSTBASED_SERVICE.
    This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
    [#] CHANGES
    * The security and errata notices fetchmail-{EN,SA}-20??-??.txt are now
    under the more relaxed CC BY-ND 3.0 license (the noncommercial clause
    was dropped). The Creative Commons address was updated.
    * The Python-related Makefile.am parts were simplified to avoid an automake
    1.11.X bug around noinst_PYTHON, Automake Bug #10995.
    * Configuring fetchmail without SSL now triggers a configure warning,
    and asks the user to consider running configure --with-ssl.
    [#] WORKAROUNDS
    * Some servers, notably Zimbra, return A1234 987 FETCH () in response to
    a header request, in the face of message corruption.  fetchmail now treats
    these as temporary errors. Report and Patch by Mikulas Patocka, Red Hat.
    * Some servers, notably Microsoft Exchange, return "A0009 OK FETCH completed."
    without any header in response to a header request for meeting reminder
    messages (with a "meeting.ics" attachment). fetchmail now treats these as
    transient errors.  Report by John Connett, Patch by Sunil Shetye.

++++ mgetty:

  - add makeinfo as explicit buildrequire

++++ gdm:

  - Rebase gdm-desktop-session-env-pam.patch and
    gdm-passwordless-login.patch.
  - Only have a ConsoleKit-x11 Requires if we don't build with
    systemd support.

++++ git:

  - updated to version 1.7.12:
    Major version update; new XDG-compliant config file place,
    new options, new commands:
    See Documentation/RelNotes/1.7.12.txt for details.
  - fix broken bash completion when egrep is aliased with --color
    option (bnc#779536)

++++ gstreamer-0_10:

  - Make gstreamer 1.0 and 0.10 -devel parallel installable:
    + Rename gstreamer.attr to gstreamer_0_10.attr
    + Rename gstreamer-provides to gstreamer-0_10-provides
    + Macros defined in gstreamer_0_10.attr are also versioned:
    %__gstreamer_0_10_provides instead of %__gstreamer_provides for
    instance.

++++ java-1_7_0-openjdk:

  - fix two further "uninitialized return" warnings for zero builds

++++ kdelibs4:

  - require the right shared-desktop-ontologies package

++++ kdepimlibs4:

  - fix akonadi buildrequires

++++ kernel-default:

  - (ARM/tegra) remove non-building module from config
  - commit 4cdd491
  - config: disabled MFD drivers that aren't buildable as modules
    This allows MFD_CORE to be modular on all arch/flavors except for
    ARM and the non-PAE flavors on i386, since it's used with the OLPC XO-1.
  - commit ff91de4

++++ kernel-desktop:

  - (ARM/tegra) remove non-building module from config
  - commit 4cdd491
  - config: disabled MFD drivers that aren't buildable as modules
    This allows MFD_CORE to be modular on all arch/flavors except for
    ARM and the non-PAE flavors on i386, since it's used with the OLPC XO-1.
  - commit ff91de4

++++ kernel-pae:

  - (ARM/tegra) remove non-building module from config
  - commit 4cdd491
  - config: disabled MFD drivers that aren't buildable as modules
    This allows MFD_CORE to be modular on all arch/flavors except for
    ARM and the non-PAE flavors on i386, since it's used with the OLPC XO-1.
  - commit ff91de4

++++ kiwi:

  - The fetchFile() return value is broken: it returns status of the
    last command in the pipe. With atftp it works ok, but with curl
    it returns the status of the final dd command, which is always
    zero (bnc #779701)

++++ libkdcraw:

  - rework licensing statement (bnc#779548)

++++ openjpeg:

  - Added a patch (heap_buffer_overflow_2_fix.patch) to fix heap-based buffer
    overflow when processing JPEG2000 images - (CVE-2012-3535), (bnc#777445).

++++ spice-gtk:

  - Re-add pkgconfig(spice-protocol): as we don't install it
    ourselves, we do require spice-protocol.pc to be available in
    the build system or pkg-config --print-requires fails to traverse
    the dependency chain, failing to add any pkgconfig() requires
    to the -devel package.

++++ telepathy-farstream:

  - Add telepathy-farstream-gst10.patch: Change pkg-config
    dependencies to gstreamer-1.0 and farstream-0.2.
  - Update to version 0.4.999.1 (git snapshot, commit id 9e626b)
    + Port to GStreamer 1.0
    + Depend on farstream-0.2
    + Drop static python bindings in favor of gobject-introspection
    based ones
  - Change pkgconfig(farstream-0.1) BuildRequires to
    pkgconfig(farstream-0.2), following the port to GStreamer 1.0
  - Remove static python bindings:
    + Drop python-tpfarstream subpackage
    + Drop pkgconfig(gst-python-0.10) and pkgconfig(pygobject-2.0)
    BuildRequires.
    + Add a Obsoletes for python-tpfarstream to
    libtelepathy-farstream2 since it's unclear the old bindings
    still work with this version.
  - Add gobject-introspection based bindings:
    + Add pkgconfig(gobject-introspection-1.0) BuildRequires.
    + Create typelib-1_0-TelepathyFarstream-0_6 sub package
    + Require typelib-1_0-TelepathyFarstream-0_6 from the -devel
    package.

++++ upower:

  - Update to version 0.9.18:
    + New Features:
  - Use systemd if possible for suspend and hibernate
    + Bugfixes:
  - openbsd: Properly initialize update-time when creating
    devices
  - Changes from version 0.9.17:
    + New Features:
  - Fail on CRITICALs in the integration-test
    + Bugfixes:
  - Drop 'type' parameter from CancelRequest() signature
  - Fix the LatencyChanged signal
  - Fix use-after-free of qos item
  - Fix wrong PowerSupply property for devices without a scope
    sysfs attribute
  - linux:
    + Don't allow non-power-supply devices to set the OnBattery
    property
    + Remove obsolete check for magicmouse_ and duplicated wacom_
    checks
    + Treat the battery state 'not charging' as PENDING_CHARGE
  - Selectively disable warnings for deprecated GValueArray
  - Drop xz BuildRequires as it now comes for free in the build
    system.
  - Get ready for full-switch to systemd for suspend and hibernate:
    + Add a with_systemd macro, currently set to 0 as we would need
    systemd >= 183, which we don't have right now.
    + Add pkgconfig(libsystemd-daemon) BuildRequires if we build
    systemd support.
    + Pass --enable-systemd to configure if we build systemd support.
    + Do not install /lib/systemd/system-sleep/notify-upower.sh if we
    don't build with systemd support.
  - Add upower-fix-resume-no-systemd.patch: fix resuming when not
    booted with systemd.

++++ lsb-release:

  - For openSUSE the distributor is the openSUSE project.

++++ mozilla-kde4-integration:

  - update to version 0.6.4
    * filedialog doesn't handle local url correctly (bnc#722994)
    * API addition (bnc#777415)
    make use of "--select" argument provided by dolphin and konqueror

++++ release-notes-openSUSE:

  - 12.3.0:
    * Start resetting for 12.3 and add CHECKIT markers.

++++ smartmontools:

  - buildrequire systemd to have working rpm macros

++++ systemd-presets-branding-openSUSE:

  - Add nscd service (bnc#778981).

++++ zypper:

  - show reason for not installed recommended packages (bnc #698766)
  - version 1.8.2

------------------------------------------------------------------
------------------  2012-9-10  -  Sep 10 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 15.0.1 (bnc#779936)
    * Sites visited while in Private Browsing mode could be found
    through manual browser cache inspection (bmo#787743)

++++ alsa-utils:

  - Updated to version 1.0.26; including previous fixes

++++ emacs:

  - Add  emacs-24.1-gets.patch to check whether gets is declared
    before warning about it (needed by glibc 2.16).

++++ empathy:

  - Update to version 3.5.91.1:
    + Bugs fixed: bgo#683326, bgo#683397, bgo#683409, bgo#683415,
    bgo#683442, bgo#683453, bgo#683501
    + Updated translations.

++++ kiten:

  - split off fonts-KanjiStrokeOrders to run fonts postinstall scripts
  - fix filelist

++++ icedtea-web:

  - update to 1.3 (bnc#779001)
  - New features:
    * Web Start launch errors are now printed to give proper indication as to the
    cause
    * Significant performance improvement when loading applets that refer to
    missing classes
    * Support for latest versions of Chromium
    * Security warning dialog improvements to better clarify security request
    * Support build with GTK2 and GTK3
    * Cookie write support (i.e set cookies in browser via Java/Applet)
  - Common:
    * Applet window icon improved
  - Plug-in:
    * PR975: Ignore classpaths specified in jar manifests when using jnlp_href
    * PR1011: Treat folders as such when specified in archive tags
    * PR855: AppletStub getDocumentBase() now returns full URL
    * PR722: Unsigned META-INF entries are ignored
    * PR861: Jars can now load from non codebase hosts
    * PR1106: Icedtea 1.2.1 crashes Firefox 14
  - Web Start:
    * PR898: Large signed JNLP files now supported
    * PR811: URLs with spaces now handled correctly
  - drop already upstreamed icetea-web-1.2.1-old-xulrunner-typo.patch

++++ kde4-filesystem:

  - plasma-addons-akonadi was dropped

++++ kdevelop4:

  - Update to 4.3.90 (4.4RC1)
    * kdevelop_attach renamed to "kdevelop!"
    * Fix auto type-deduction for cases like 'auto a(1.1);'.
    * Move plain Qt application templates into a Qt category
    * Add Thread and Frame Information on Execution
    * Improve the way we map to cmake's variables model
    * support multiple location breakpoints
    * Fix threading problem in the CMakeManager
    * add support for padding parenthesis headers
    * Improve KDev's Dashboard projects' names
    * Properly add the build directory
    * Properly initialize CMAKE_INCLUDE_CURRENT_DIR
    * Explicitly disable "Apply" button after re-reading CMake cache.
    * Be less strict about named and unnamed arguments.
    * Let the OutputView take ownership of the make output delegate.
    * Directly set the model's data when we toggle a checkbox.
    * Don't call load() in our ctor, that is done automatically.
    * Don't tell the user the make config has changed when he first sees it.
    * Fix memory leaks of Ui objects.
    * Don't use raw Declaration pointers across unlocked DUChain code paths.

++++ kdevplatform:

  -update to 1.3.90 (1.4RC1)
    * Reviewboard: Disable the "OK" button of the export-dialog
    if no repository is selected.
    * Reviewboard: Improve usability of the reviewboard dialog
    * Debugger: when entering paused state set current frame to none
    * Debugger: Support unknown breakpoint hit count
    * Properly identify faulted executions in the CommandExecutor
    * Fix memory leak
    * Fix downstream builds.
    * Fix memory leaks of Ui objects.

++++ kernel-default:

  - Update to 3.6-rc5.
  - commit 11b8e7e
  - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold
    in the below two trivial fixes.
  - Delete patches.arch/s390-message-catalog-fix.diff.
  - Delete patches.arch/s390-message-catalog-perl-fix.diff.
  - Refresh patches.arch/kmsg-fix-parameter-limitations.
  - commit 71b4cc3

++++ kernel-desktop:

  - Update to 3.6-rc5.
  - commit 11b8e7e
  - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold
    in the below two trivial fixes.
  - Delete patches.arch/s390-message-catalog-fix.diff.
  - Delete patches.arch/s390-message-catalog-perl-fix.diff.
  - Refresh patches.arch/kmsg-fix-parameter-limitations.
  - commit 71b4cc3

++++ kernel-pae:

  - Update to 3.6-rc5.
  - commit 11b8e7e
  - patches.arch/s390-message-catalog.diff: Properly handle pr_cont() and fold
    in the below two trivial fixes.
  - Delete patches.arch/s390-message-catalog-fix.diff.
  - Delete patches.arch/s390-message-catalog-perl-fix.diff.
  - Refresh patches.arch/kmsg-fix-parameter-limitations.
  - commit 71b4cc3

++++ kiwi:

  - fixed check for duplicate packages. The check fails if
    quotable characters are part of the package name e.g
    bonnie++ with bonnie is ok
  - fixed cleanup of rpm key tmp dir created for import

++++ glibmm2:

  - Update to version 2.33.12:
    + Gio:
  - Add Converter, ZlibCompressor, ZlibDecompressor and
    CharsetConverter classes.
  - AppInfo: Added  get_display_name(),
    set_as_last_used_for_type() and get_supported_types().
  - Application: Added get_dbus_connection() and
    get_dbus_object_path().
  - ContentType:
    . get_icon(): Fix a refcount error.
    . Added get_symbolic_icon().
  - DBusAuthObserver: Added allow_mechanism().
  - Drive: Added get_symbolic_icon().
  - FileInfo: Added get_symbolic_icon().
  - Menu: Added append_section().
  - MenuItem: Added get_link().
  - MenuModel: Added is_mutable() and get_n_items().
  - Mount: Added get_symbolic_icon().
  - ProxyAddress: Added get_destination_protocol() and get_uri().
  - Socket: Added get_available_bytes(), get_ttl(), set_ttl(),
    get_broadcast(), set_broadcast(), get_multicast_loopback(),
    set_multicast_loopback(), get_multicast_ttl(),
    set_multicast_ttl(), join_multicast_group(),
    leave_multicast_group() and properties.
  - Volume:
    . Added get_symbolic_icon().
    . Added get_sort_key().
    + gmmproc:
  - _WRAP_VFUNC: Handle virtual functions that throw GErrors.
    (bgo#683460)
  - Changes from version 2.33.4:
    + Glib:
  - KeyFile: Correct the load_from_dirs() implementation.
  - Variant: Make sure that we always sink the initial reference.
    (bgo#680407)
  - VariantType: peek_string(): Correct this to handle the
    non-null-terminated result from g_variant_type_peek_string().
  - Threads::Mutex, RecMutex: Add wrap() functions (bgo#483790)
    + gmmproc:
  - Add _CUSTOM_CTOR_CAST
    + Updated documentation (bgo#670212)

++++ telepathy-mission-control:

  - Update to version 5.13.1:
    + Changes:
  - On Unix platforms, umask() is now required.
  - If a connection manager announces two or more channels in the
    same NewChannels signal, behave as if it had announced each
    channel separately (fdo#52305)
  - Improve mc-tool: display Account.Storage settings, add
    Supersedes, add "dump" subcommand (fdo#53202)a
  - More internal reorganisation (fdo#54151)
    + Fixes:
  - Passwords are now deleted from gnome-keyring correctly
    (fdo#42088)
  - When migrating Butterfly accounts to Haze, do the migration
    even if Butterfly isn't installed, and copy the password as
    well as the username (deb#686835)
  - If compiled with UPower support, do not attempt to connect
    while going to sleep
  - Set up the altered-one signal for account storage backends
    correctly (fdo#52231)
  - If service-activated under both names
    o.fd.Telepathy.MissionControl5 and
    o.fd.Telepathy.AccountManager simultaneously, avoid one or
    both failing to activate due to a race condition (fdo#53220)
  - When built for Android, don't use GSettings (fdo#53497).

++++ pango:

  - Drop pango64.patch:
    + pango-querymodules now has a --update-cache option that will
    update a pango.modules file under %{_libdir}. This means we no
    longer need to differentiate the 64bit file since it's by
    definition in a different directory.
    + Use this --update-cache option instead of redirecting the
    output of pango-querymodules in the scriplets, in the macros we
    define in macros.pango, and in baselibs.conf.
    + Touch %{_libdir}/pango/%{pango_binary_version}/pango.modules in
    %install instead of %{_sysconfdir}/pango/pango.modules: this is
    the new file listing the modules.
    + Update README.SuSE accordingly.
    + As a side-effect, this fixes bnc#346210.

++++ opensuse-manuals_en:

  - Fix openvpn related file references; bnc#779139.
  - Add missing images; bnc#778567.
  - Avoid hardcoding the formatter.

++++ seamonkey:

  - update to SeaMonkey 2.12.1 (bnc#779936)
    * Sites visited while in Private Browsing mode could be found
    through manual browser cache inspection (bmo#787743)

++++ yast2-ldap-client:

  - enable sssd service during autoinstallation (bnc#779261)
  - 2.22.10

++++ zypper:

  - Rephrase misleading sections about zypp.conf and zypper.conf
    (bnc#777323)
  - Enable zypper-log reading lzma (.xz) compressed logs.
  - properly encode data in XML output (bnc#773641)
  - version 1.8.1

------------------------------------------------------------------
------------------  2012-9-9  -  Sep 9 2012  -------------------
------------------------------------------------------------------

++++ crda:

  - update to 1.1.2 release

++++ ibus-table-chinese:

  - update to 1.4.0
    * Table build scripts has been refactored.
    * cmake-fedora is added as submodule.
    * Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
    merging maxiaojun's repository
    * Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing
    db files

++++ kiwi:

  - fixed KIWIXML::addPackages() function in a way that it does
    not add packages if they are already added to the list

++++ pango:

  - Update to version 1.31.1:
    + The module cache file can now be located in libdir.
    + Initial work towards making pango thread-safe.
    + Update to Unicode 6.1.
    + Deprecate a few API.
    + Bugs fixed: bgo#682421, bgo#678721, bgo#678997, bgo#653347,
    bgo#682952.
  - Rebased pango64.patch.

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ python-httplib2:

  - Update to 0.7.5, no changelog provided.

++++ qt4-qtscript:

  - Use %{optflags} and %{?_smp_mflags}

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-9-8  -  Sep 8 2012  -------------------
------------------------------------------------------------------

++++ ekiga:

  - Add libv4l-devel BuildRequires to enable video4linux support.

++++ evolution:

  - Stop passing --enable-mono=yes and --enable-python=yes to
    configure now that the mono and python plugins are gone.
  - Remove unneeded python-devel BuildRequires, now that there are no
    python plugins anymore.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools since
    the documentation has been ported to the new build system. Also
    remove explicit itstool BuildRequires which should not be needed.
  - Re-enable translation-update-upstream: it works.
  - Remove FIXME about enabling clutter for express mode: this
    feature is gone now.

++++ gnome-settings-daemon:

  - Drop gnome-settings-daemon-bnc461755-randr-rotate-wacom.diff:
    this needed to be rebased for a long time, and there's a rocking
    support for wacom tablets upstream now. So this is most likely
    not needed anymore.
  - Add explicit pkgconfig(libpulse-mainloop-glib) BuildRequires:
    we forgot to add it when adding pkgconfig(libpulse).
  - Add pkgconfig(xext) BuildRequires: new explicit dependency in
    3.5.5 for the power plugin that needs the XSync API.

++++ iproute2:

  - Update to new upstream release 3.5.1
    * ss: Report MSS from internal TCP information
    * ip: allow IPv6 addresses for l2tp local and remote parameters
    * tc: Support for tc_codel - Controlled Delay AQM
    * tc: Support for fq_codel - Fair Queue Codel AQM
    * tc-netem: Add support for ECN packet marking
  - Remove undocumented iproute2-pdflatex.diff which breaks the
    build since using the iproute2-3.5.1 tarball

++++ kdebase4-openSUSE:

  - Adjust the version of openSUSE used for rpm queries on
    software.opensuse.org to the current version
    (bnc#695417,bnc#681131)

++++ webkitgtk:

  - Add pkgconfig(gudev-1.0) BuildRequires: this is needed for the
    gamepad support. It's disabled right now, but this build
    dependency doesn't harm us, so add it to have it automatically
    enabled when it becomes ready.

++++ webkitgtk3:

  - Add pkgconfig(gudev-1.0) BuildRequires: this is needed for the
    gamepad support. It's disabled right now, but this build
    dependency doesn't harm us, so add it to have it automatically
    enabled when it becomes ready.

++++ libseccomp:

  - Initial package (version 1.0.0) for build.opensuse.org

++++ vcdimager:

  - Add explicit build dependency on makeinfo

++++ screen:

  - Add build dependency on makeinfo

++++ xf86-video-intel:

  - Update to version 2.20.7:
    Continuing the flurry of releases, this week saw the release of
    xorg-1.13 bringing with it the first steps towards hotpluggable gpu
    support and the ability to offload DRI rendering onto other GPUs. In
    light of that advance, this release includes the support code by Dave
    Airlie to integrate PRIME into xf86-video-intel and make those new
    features available.
  - Aside from landing PRIME, a few other bugs were fixed since 2.20.6:
    + Fix framebuffer leak on server regeneration
    + Fix texture cache flushing on IvyBridge and Kwin with plastique
    https://bugs.freedesktop.org/show_bug.cgi?id=54488
    + Redirect large solid fills on SandyBridge+. By large I mean greater
    than 8192 or 16384 pixels on SandyBridge and IvyBridge respectively.
    https://bugs.freedesktop.org/show_bug.cgi?id=54134
    + Fix up backlight option handling in the manpage and uxa.
    https://bugs.freedesktop.org/show_bug.cgi?id=54397
    + Unbreak ZaphodHeads.
    https://bugs.freedesktop.org/show_bug.cgi?id=52438

------------------------------------------------------------------
------------------  2012-9-7  -  Sep 7 2012  -------------------
------------------------------------------------------------------

++++ alsa:

  - Updated to version 1.0.26:
    * just including all previous patches

++++ alsa-plugins:

  - Updated to version 1.0.26:
    including glibc-2.16 build fix, add support 24bit format to pulse

++++ binutils:

  - add makeinfo as explicit buildrequire

++++ fcitx:

  - fix libfcitx Provides, which can't drop old libraries.
  - fix 32bit baselib name.

++++ gawk:

  - add explicit buildrequire makeinfo

++++ gnome-contacts:

  - Create a gnome-shell-search-provider-contacts for the GNOME Shell
    search provider. It will automatically be installed if
    gnome-contacts and gnome-shell are installed.
  - Add a gnome-shell BuildRequires for directory ownership.

++++ gnome-font-viewer:

  - Add pkgconfig(fontconfig) BuildRequires: new dependency
    introduced in 3.5.2.
  - Do not add System category to gnome-font-viewer.desktop: it moves
    the application to the System Tools menu, which we don't want.

++++ gnome-shell:

  - Remove --with-ca-certificates configure flag: it has been removed
    upstream as it's directly handled by libsoup now.

++++ gnome-themes-standard:

  - Change gtk2-engine-clearlooks Requires in gtk2-metatheme-adwaita
    to gtk2: the theme is now using the pixmap engine, which is
    shipped as part of GTK+.

++++ gnome-desktop:

  - Remove %IS_DEFAULT_GNOME_DESKTOP conditionals for everything
    related to the documentation: now that they were ported to
    yelp-tools, they can't conflict with some old GNOME 2 docs.
  - Remove libgnome-desktop-3-2 Conflicts in
    libgnome-desktop-3_0-common: the file conflict is now gone (with
    the port to yelp-tools), and since we never had this new package
    in Factory, the Conflicts is useless.

++++ groff:

  - add explicit buildrequire makeinfo

++++ groff-full:

  - add explicit buildrequire makeinfo

++++ gstreamer-0_10:

  - Rename gstreamer-utils subpackage to
    gstreamer-0_10-utils-unversioned:
    + The gstreamer-utils name is now used by gstreamer 1.0, so we
    don't want to conflict.
    + This subpackage contains unversioned binaries that prefer
    gstreamer 0.10, so it kind of makes sense to keep the version
    in the name of the package anyway, even it's not optimal.
    + Add Provides/Obsoletes for gstreamer-utils for smooth upgrades.
    They are versioned, so should not affect gstreamer 1.0.

++++ ibus-table:

  - update to 1.4.99.20120904
    Package Maintainer: Please test before include this to your distro.

++++ kernel-default:

  - fix build of imx51 flavor by removing irrelevant drivers
  - commit 7ea6615
  - remove drivers that do not exist and do not build on ARM (default)
  - commit 2319db4

++++ kernel-desktop:

  - fix build of imx51 flavor by removing irrelevant drivers
  - commit 7ea6615
  - remove drivers that do not exist and do not build on ARM (default)
  - commit 2319db4

++++ kernel-pae:

  - fix build of imx51 flavor by removing irrelevant drivers
  - commit 7ea6615
  - remove drivers that do not exist and do not build on ARM (default)
  - commit 2319db4

++++ kiwi:

  - v5.04.9 released
  - fixed mount point name clash when using the isofrom feature.
  - fixed cleanup code in createImageLiveCD
  - archive image data with subfolder

++++ ktorrent:

  - give it hard build dependence with libktorrent

++++ libcdio:

  - add makeinfo as explicit buildrequires

++++ xfce4-branding-openSUSE:

  - require desktop-data-openSUSE on openSUSE distros in
    the openSUSE branding

++++ hdf5:

  - parallel versions for openmpi and mvapich2
  - add baselibs.conf

++++ mutter:

  - Split a mutter-data subpackage where we put data files (gsettings
    schema, keybindings, etc.) that are needed by libmutter0:
    + Without this, gnome-shell would not run if mutter is not
    installed (which shouldn't be necessary).
    + Move the use of %glib2_gsettings_schema_* macros from the main
    subpackage to mutter-data.
    + Add a Requires for mutter-data to libmutter0.
  - Split a typelib-1_0-Meta-3_0 metapackage:
    + The typelib is private, but we have no other choice than a
    subpackage:
  - it makes no sense to ship it as part of the mutter subpackage
    (since gnome-shell would then install it)
  - we can't ship it as part of libmutter0 because of the fixed
    dependencies it has.
    + Of course, this is abusing the package conventions for
    typelibs.
    + Add a typelib-1_0-Meta-3_0 Requires to devel subpackage.
  - Move ownership of %{_libdir}/mutter/plugins/ directory to
    libmutter0, since gnome-shell will need this directory too.

++++ p11-kit:

  - Update to version 0.14:
    + Change default for user-config to merge
    + Always URI-encode the 'id' attribute in PKCS#11 URIs
    + Expect a .module extension on module configs
    + Windows compatibility fixes
    + Testing fixes
    + Build fixes

++++ poppler:

  - Update to version 0.20.3:
    + core:
  - If NULL, NULL fails as password try EMPTY, EMPTY before
    failing (Bug #3498)
  - SplashOutputDev:
    . Fix bogus memory allocation size in
    Splash::arbitraryTransformImage (Bug #49523)
    . Fix segfault when scaleImage returns NULL (Bug #52488)
    . Blend mode enhancements for CMYK
  - PSOutputDev:
    .  Fix conversion when creating multiple strips (Bug #51982)
    .  Fix Bitmaps in level2sep or level3sep (Bug #52384)
    . Fix DeviceN images with alternate Lab colorspace in level 3
    PostScript (Bug #51822)
    . Make sure xScale and yScale are always initialized
    (Bug #52215)
  - Unify poppler-config.h includes in core "installed" headers
    (Bug #52193)
  - Replace c++ style includes with c style ones (Bug #52426)
    + utils:
  - pdfseparate: Return 0 on success.
  - Bump poppler_soname to 27, following library soversion change.

++++ poppler-qt:

  - Update to version 0.20.3:
    + core:
  - If NULL, NULL fails as password try EMPTY, EMPTY before
    failing (Bug #3498)
  - SplashOutputDev:
    . Fix bogus memory allocation size in
    Splash::arbitraryTransformImage (Bug #49523)
    . Fix segfault when scaleImage returns NULL (Bug #52488)
    . Blend mode enhancements for CMYK
  - PSOutputDev:
    .  Fix conversion when creating multiple strips (Bug #51982)
    .  Fix Bitmaps in level2sep or level3sep (Bug #52384)
    . Fix DeviceN images with alternate Lab colorspace in level 3
    PostScript (Bug #51822)
    . Make sure xScale and yScale are always initialized
    (Bug #52215)
  - Unify poppler-config.h includes in core "installed" headers
    (Bug #52193)
  - Replace c++ style includes with c style ones (Bug #52426)
    + utils:
  - pdfseparate: Return 0 on success.
  - Bump poppler_soname to 27, following library soversion change.

++++ libpwquality:

  - Cleanup for inclusion in Factory.
  - Update to version 1.2.0:
    + Add maxsequence check for too long monotonic character
    sequence.
    + Clarified alternative licensing to GPLv2+.
    + Add local_users_only option to skip the pwquality checks for
    non-locals.

++++ python-gobject:

  - Add pkgconfig(cairo) and pkgconfig(cairo-gobject) BuildRequires:
    new explicit dependencies since 3.3.3.

++++ python3-gobject:

  - Add pkgconfig(cairo) and pkgconfig(cairo-gobject) BuildRequires:
    new explicit dependencies since 3.3.3.

++++ net-snmp:

  - Remove redundant sections from specfile
  - Avoid shipping .la files

++++ spice-gtk:

  - Remove spice-protocol-devel Provides/Obsoletes from
    spice-gtk-devel: this was a mistake in the 0.12.101 tarball, and
    the real spice-protocol tarball is still wanted. See
    http://lists.freedesktop.org/archives/spice-devel/2012-August/010343.html

++++ libyui-gtk-pkg:

  - Version 2.42.2

++++ libyui-ncurses-pkg:

  - Version 2.42.2

++++ libyui-ncurses:

  - V 2.42.2

++++ libyui-qt-pkg:

  - Version 2.42.2

++++ libyui-qt:

  - Version 2.42.2

++++ libyui:

  - Version 2.42.2

++++ libzapojit:

  - Cleanup for inclusion in Factory.

++++ opensuse-manuals_en:

  - Added parameter --xsltparam "'--param hyphenate.verbatim 0'" to
    build PDF (needed by FOP)
    Should fix bnc#778567

++++ qemu:

  - Add libcap-devel BuildRequires since it's needed to enable VirtFS
    support.
  - Add libcap-ng-devel BuildRequires to be able to drop privileges
    in qemu-bridge-helper.
  - Add libjpeg-devel and libpng-devel BuildRequires to enable VNC
    jpeg and png support.
  - Pass --enable-virtfs to configure to detect changes that will
    cause VirtFS support to not be built.

++++ qemu-linux-user:

  - Add libcap-devel BuildRequires since it's needed to enable VirtFS
    support.
  - Add libcap-ng-devel BuildRequires to be able to drop privileges
    in qemu-bridge-helper.
  - Add libjpeg-devel and libpng-devel BuildRequires to enable VNC
    jpeg and png support.
  - Pass --enable-virtfs to configure to detect changes that will
    cause VirtFS support to not be built.

++++ yast2-kerberos-client:

  - correctly import sssd status (bnc#779010)
  - 2.22.3

------------------------------------------------------------------
------------------  2012-9-6  -  Sep 6 2012  -------------------
------------------------------------------------------------------

++++ DirectFB:

  - updated to 1.4.17:
    * removed libpng15.patch (DirectFB have libpng15 suport from 1.4.16)
    * removed upstreamed DirectFB-1.1.1.patch
    * upstream changes:
  - fix race condition between dfb_wm_close_all_stacks() and
    layer_context destructor
  - add function CoreDFB_CallMode() which determines whether calls
    should be direct, indirect or denied.
  - cleaner shutdown
  - Add CoreGraphicsState::ReleaseSource() to fix
    IDirectFBSurface::ReleaseSource() in secure fusion mode.
  - opimize single-app mode by forcing COREDFB_CALL_DIRECT
  - set_region: lock region buffer also on flags CLRCF_SRCKEY,
    CLRCF_DSTKEY,CLRCF_OPACITY,CLRCF_SOURCE,CLRCF_DEST
  - remove bogus asserts for optional output parameters in Core API
    and mark these parameters in .flux files
    etc. see NEWS

++++ alacarte:

  - Add alacarte-xdg-menu.patch: Use XDG_MENU_PREFIX when referencing
    applications.menu (bnc#779098).
  - Add alacarte-nohelp.patch: Do not show a help button or act on
    F1 key: there is no help in alacarte at this moment (bnc#779062).

++++ alsa-plugins:

  - Add post/postun hooks for pulse plugin to fix the leftover
    config path (bnc#779039)

++++ amarok:

  - add support for liblastfm1
    * liblastfm1-support.diff

++++ boost:

  - license update: BSL-1.0
    Boost Software License 1.0 is available in SPDX format on
    http://www.spdx.org/licenses as BSL-1.0

++++ cyreal-lobster-cyrillic-fonts:

  - Renamed from lobster-cyrillic-fonts according to Fonts Packaging
    Policy.
  - Corrected URLs.

++++ gdl:

  - Update to version 3.5.91:
    + Updated translations.
  - Rename libgdl-3-4 subpackage to libgdl-3-5, following upstreams
    soname bump.

++++ gnome-session:

  - Update to version 3.5.91:
    + Updated translations.

++++ seahorse:

  - No longer mangle Generic name and Name of the programs entry in
    the menus / activities screen:
    + Remove  -G "Passwords and Keys" -N "Seahorse" from the
    suse_update_desktop_file call (bnc#779068).

++++ java-1_7_0-openjdk:

  - update directory ownership for i586

++++ kernel-default:

  - Refresh
    patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch.
  - commit fb4b7f9
  - identify Virtual PC guests in ata_piix (bnc#737532).
  - commit 13500ed
  - rpm/package-descriptions: Fix typo
  - commit c08c34b
  - Update Xen patches to 3.6-rc4 and c/s 1188.
  - config.conf: Re-enable Xen configs.
  - Update x86 config files.
  - commit 4cdebd8

++++ kernel-desktop:

  - Refresh
    patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch.
  - commit fb4b7f9
  - identify Virtual PC guests in ata_piix (bnc#737532).
  - commit 13500ed
  - rpm/package-descriptions: Fix typo
  - commit c08c34b
  - Update Xen patches to 3.6-rc4 and c/s 1188.
  - config.conf: Re-enable Xen configs.
  - Update x86 config files.
  - commit 4cdebd8

++++ kernel-pae:

  - Refresh
    patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch.
  - commit fb4b7f9
  - identify Virtual PC guests in ata_piix (bnc#737532).
  - commit 13500ed
  - rpm/package-descriptions: Fix typo
  - commit c08c34b
  - Update Xen patches to 3.6-rc4 and c/s 1188.
  - config.conf: Re-enable Xen configs.
  - Update x86 config files.
  - commit 4cdebd8

++++ kiwi:

  - changed processing of build results:
    * build within a subdirectory created below the specified
    destination directory. The name of this subdir is build
    out of the image type and the used profile(s)
    * at the end of the build move the result files to the
    specified destination directory to keep the system
    backward compatible
    * add option --archive-image which allows to pack the
    build results into a tar archive. The name of the archive
    is build out of the image name, type and used profile(s)
    This functionality was requested by (bnc #778787)
    * fixed use of obsolete buildImageName() function and
    change to generateBuildImageName from the global space
  - implement new classes for processing imageConfig data structure
    * KIWIXMLEC2ConfigData  => 
    * KIWIXMLVMachineData   => 
    * KIWIXMLOEMConfigData  => 
    * KIWIXMLPXEDeployData  => 
    * KIWIXMLSplitData      => 
    * KIWIXMLSystemdiskData => 
    * KIWIXMLTypeData       => 
    * KIWIXMLPreferenceData => 
  - rename direct XML accessor functions with _legacy
  - integrate all new imageConfig processing classes for use
    in the main XML class

++++ kvm:

  - Update to qemu-kvm v1.2.0. For changes see:
    http://wiki.qemu.org/ChangeLog/1.2
  - Update seabios to v1.7.1. For changes see: seabios.org/Releases
  - Update to current ipxe (git id e6427b7)

++++ libgnomesu:

  - Add a Supplements for gnome-session and xdg-utils, to ensure that
    gnomesu is automatically installed when the user installs GNOME.
    Until now, we were relying on the patterns.

++++ liblastfm:

  - rename it back to liblastfm-devel

++++ netpbm:

  - updated to 10.59.2:
    * transition super-stable --> advanced branch
    * builds with libpng15
    * patches summary:
  - >  dropped unneeded or upstreamed patches:
  - fixes.patch
  - libpng14.patch
  - manpages.patch
  - pamscale.patch
  - pnmtopng-CAN-2978.patch
  - > left patches
    [#] make.patch (suse specific)
    [#] no-build-time.patch (suse specific)
    [#] missing-file-close.patch (should be upstreamed in newer
    versions)
    [#] tmpfile.patch (rewritten)
    [#] security-code.patch (taken from fedora, replacement of
    former security.patch)
    [#] security-scripts.patch (taken from fedora, replacement of
    former security2.patch)

++++ liborcus:

  - Updated the package with all sorts of fixes.

++++ pulseaudio:

  - Fix the broken setup by setup-pulseaudio when alsa-plugins-pulse
    doesn't exist (bnc#779039)

++++ vigra:

  - build also against libpng15
    * libpng15.patch

++++ zeitgeist:

  - Update to version 0.9.5:
    + Engine:
  - Needs vala 0.16 to build.
  - Optimization of subject interpretation.
  - Set Pragma setting synchronous to NORMAL.
  - Added a tool which sets up a bus in a fake X server (Xvfb)
    and launches a Zeitgeist instance (without datahub or FTS)
    into it.
  - Events are inserted in sequential order.
    + Autoconf:
  - Don't check for Xapian if FTS++ is disabled.
  - Print "SQL debugging" option.
  - Check for gmodule.
  - Drop zeitgeist-gmodule.patch: fixed upstream.
  - Drop libtool BuildRequires and call to autoreconf: there are no
    patches left.
  - Add vala BuildRequires.
  - Add pkgconfig(gmodule-2.0) BuildRequires: new checked dependency.

++++ lxdm:

  - added sysconfig.lxdm fillup template bnc#766762

++++ opensuse-manuals_en:

  - Update text and image files:
    * Updated GNOME and KDE chapters.
    * Added Snapper and VNC chapters.
  - Use updated suse-xsl-stylesheets to build the PDF; keycaps are now
    properly labeled (bnc#778567).

++++ perl-Bootloader:

  - if called from yast: log directly to y2log, not via limal
  - don't use udev for device mapping; instead read symlinks in dev tree
  - add package-local make target
  - clean up spec file
  - log root device & chroot
  - use additional log file /var/log/pbl.log for now to work around broken yast logging
  - 0.702

++++ yast2-ldap-client:

  - added missing AutoYaST support for SSSD + Kerberos (bnc#778949)
  - 2.22.9

------------------------------------------------------------------
------------------  2012-9-5  -  Sep 5 2012  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - license update: GPL-2.0+ and LGPL-2.1+
    Library portions are LGPL-2.1+ licensed

++++ kdepim4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ ark:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ at-spi2-atk:

  - License update: LGPL-2.0+
    No GPL found in the package. COPYING is LGPL-2.0 (not 2.1).

++++ blinken:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ caribou:

  - Update to version 0.4.4:
    + Removed unneeded gnome-doc-utils dependency
    + caribou unnecessarily requires pygobject 3.3.3 or up to build
    (bgo#683256)
    + Updated translations.
  - Drop gnome-doc-utils-devel BuildRequires: no longer needed.
  - Add xsltproc BuildRequries: needed for the documentation
    handling.

++++ kdesdk4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kdebase4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kiten:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ gdm:

  - Update to version 3.5.91:
    + Fix multi-seat
    + Memory leak fix
    + initial-setup feature fixes
    + Reauth fixes
    + Make PostLogin failures to fail login
    + More PAM distro support
    + Misc data file changes
    + More debug messages
    + Use yelp-tools for docs
    + Drop libxklavier dependency
    + Updated translations.
  - Drop upstream fixed patches:
    + gdm-helper-directory.patch
    + gdm-vtswitch-nonsystemd.patch
  - Rebase (and re-enable) gdm-default-wm.patch.
  - Rebase (and re-enable) gdm-xauthlocalhostname.patch
  - Drop libxklavier-devel BuildRequires: dependency dropped
    upstream.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstream.
  - Replace intltool and libtool BuildRequires with gnome-common, as
    well as libtoolize and autoreconf calls with gnome-autogen.sh:
    the build system is too specific and some spurious errors can be
    avoided by boostrapping it the supported way.

++++ gtk3:

  - Update to version 3.5.16:
    + Fix critical warnings on startup of nautilus.

++++ gwenview:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kactivities4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kalgebra:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kalzium:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kanagram:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details
  - split off kanagram-devel/libkanagramengine4

++++ kate:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kbruch:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kcalc:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kcharselect:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kcolorchooser:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kde4-filesystem:

  - bump version requirements to 4.9.1
  - obsolete dropped packages

++++ kdebase4-workspace:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details
  - require windowmanager and xmessage,xprop, as they're needed for starting a session

++++ kdeartwork4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kdebase4-runtime:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libkdegames:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kdelibs4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kdenetwork4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kdepimlibs4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kgamma:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kgeography:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ khangman:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details
  - split off khangman-devel/libkhangmanengine4

++++ kig:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kamera:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kiwi:

  - fixed setupPackageKeys() to work without pubring.gpg
  - fixed disk-or-partition check in KIWIGlobals::mount() method

++++ klettres:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kmag:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kmousetool:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kmplot:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ konsole:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kross-interpreters:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kruler:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ ksnapshot:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kstars:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ ktorrent:

  - Update to version 4.3.0
    * Change default blocklist url to iblocklist.org (kde#305109)
    * Add support for magnet links in the syndication plugin
    * Add search line to download order dialog
    * Add move top and bottom option to download order dialog (kde#295341)
    * Make sure that move up and move down in the download order dialog
    work with multiple items (kde#295341)
    * Also update file priorities when normal priority file completes
    downloading in download order plugin (kde#296576)
    * Add automatic sorting options to download order plugin (name,
    seasons and episodes, album track number) (kde#295341)
    * Make float comparison factor smaller in ViewModel when checking if
    share ratio has changed (kde#297931)
    * Show torrent count next to group in GroupView (kde#176173)
    * Add new GroupSwitcher widget
    * Add edit group policy button to GroupSwitcher
    * Remove html tooltips from ui files
    * Tracker grouping script now uses the domain name of the tracker
    (kde#227430)
    * Catch SIGINT and SIGTERM and do a clean shutdown (kde#296835)
    * Add bytes left to download column in View (kde#152070)
    * Add new add trackers dialog with url completion (kde#269563)
    * Delete key now also works in the MagnetView (kde#295173)
    * Fix sorting of time left column (kde#298542)
    * Add support for removable storage (kde#286120)
    * Fix typos in several strings (kde#300969, kde#300781, kde#300782)
    * Fix suspended overlay not shown on tray icon when ktorrent is
    started up suspended (kde#301042)
    * Make sure default size of main window, tracker column in tracker
    view and filename column in file view are sensible (kde#300057)
    * Fix crash in syndication plugin (kde#301117)
    * Fix close search tab button not getting disabled when only one is
    left after closing another one (kde#302896)
    * Fix crash when looking up country for IP address (kde#303340)
    * Fix size after download calculation in FileSelectDlg when file
    already exists (kde#304595)
    * Use default browser instead of application associated to test/html
    when clicking on a links in the comments field of the status tab
    (kde#305005)

++++ ktouch:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kvm:

  - Add libjpeg-devel and libpng-devel BuildRequires and remove
  - -disable-vnc-jpeg and --disable-vnc-png configure flags in order
    to enable VNC jpeg and png support.
  - Fix VT100 emulation vulnerability (bnc#777084) (CVE-2012-3515)

++++ kwalletmanager:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kwordquiz:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ analitza:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libfprint:

  - Release 0.4.0 :
    * Add support for Validity VFS101 (USB ID 138a:0001)
    * Fix crasher when resizing a fingerprint image
    * Fix wrong timeout being returned when either of
    libusb or libfprint doesn't have a timeout
  - Remove unnecessary "obsoletes" and "provides" libfprint0 package entries
  - Fix URL

++++ iodbc:

  - license update: LGPL-2.0 or BSD-3-Clause
    See COPYING file. Note that the only valid version of the LGPL for iodbc
    is the original ^library gpl^ - not version 2.1

++++ libkdcraw:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libkdeedu4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libkexiv2:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libkipi:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libksane:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libktorrent:

  - Update to version 1.3.0
    * Do not pass link local IPv6 addresses to ip parameter of tracker
    (kde#305187)
    * Implement BEP 32, IPv6 DHT (kde#295194)
    * Revamp DHT code and follow spec more closely on routing table
    * Revamp SingleFileCache, MultiFileCache and data preallocation
    * Webseeds now follow connection limits (kde#184941)
    * Add new SignalCatcher class to handle UNIX signals (kde#296835)
    * Make TimeEstimator return sortable values (kde#298542)
    * Keep track of partitions files of torrents are on
    * Add methods to check if storage is mounted
    * Make sure all trackers are used of a magnet link
    (kde#302997, kde#303269)
    * Fix warning message about locale being recreated
    * Fix crash in DHT code caused by infinite recursion (kde#300974)

++++ marble:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libvdpau:

  - Update to v0.5
    * vdpau_wrapper.c: Track dynamic library handles and free them
    on exit
    * Implement workarounds for Adobe Flash bugs
  - Add libvdpau-alway-workaround-libflash.patch: always enable
    Flash workarounds and not depend on kernel command line. Users
    can disable this in the /etc/vdpau_wrapper.cfg file.

++++ libzypp:

  - Provide Target::reload()
  - version 12.1.0 (0)

++++ memtest86+:

  - PreReq /sbin/update-bootloader as it is used in the rpm post script hook;
    (bnc#628878).

++++ okular:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ oxygen-icon-theme:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ parley:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ plasma-addons:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ python-kde4:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ qemu:

  - update to v1.2.0: see http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script
    * this includes the fix for CVE-2012-3515
  - add bounds checks in console VT100 emulation (bnc#777084,
    CVE-2012-3515)
  - update to v1.2.0-rc3: http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script
  - add two patches from kvm for SUSE Studio, forwarded by Dinar:
    * add -nooutgoing option for slirp networking
    * add allowed-connections= and password-file= options for VNC

++++ qemu-linux-user:

  - update to v1.2.0: see http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script
    * this includes the fix for CVE-2012-3515
  - add bounds checks in console VT100 emulation (bnc#777084,
    CVE-2012-3515)
  - update to v1.2.0-rc3: http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script
  - add two patches from kvm for SUSE Studio, forwarded by Dinar:
    * add -nooutgoing option for slirp networking
    * add allowed-connections= and password-file= options for VNC

++++ step:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ sweeper:

  - update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ valgrind:

  - update to 3.8.0 (FATE#314090):
    * Support for MIPS32 platforms running Linux.  Valgrind has been
    tested on MIPS32 and MIPS32r2 platforms running different Debian
    Squeeze and MeeGo distributions.  Both little-endian and big-endian
    cores are supported.  The tools Memcheck, Massif and Lackey have
    been tested and are known to work. See README.mips for more details.
    * Preliminary support for Android running on x86.
    * Preliminary (as-yet largely unusable) support for MacOSX 10.8.
    * Support for Intel AVX instructions and for AES instructions.  This
    support is available only for 64 bit code.
    * Support for POWER Decimal Floating Point instructions.
    * Non-libc malloc implementations are now supported.  This is useful
    for tools that replace malloc (Memcheck, Massif, DRD, Helgrind).
    Using the new option --soname-synonyms, such tools can be informed
    that the malloc implementation is either linked statically into the
    executable, or is present in some other shared library different
    from libc.so.  This makes it possible to process statically linked
    programs, and programs using other malloc libraries, for example
    TCMalloc or JEMalloc.
    * For tools that provide their own replacement for malloc et al, the
    option --redzone-size= allows users to specify the size of
    the padding blocks (redzones) added before and after each client
    allocated block.  Smaller redzones decrease the memory needed by
    Valgrind.  Bigger redzones increase the chance to detect blocks
    overrun or underrun.  Prior to this change, the redzone size was
    hardwired to 16 bytes in Memcheck.
    * Memcheck:
  - The leak_check GDB server monitor command now can
    control the maximum nr of loss records to output.
  - Reduction of memory use for applications allocating
    many blocks and/or having many partially defined bytes.
  - Addition of GDB server monitor command 'block_list' that lists
    the addresses/sizes of the blocks of a leak search loss record.
  - Addition of GDB server monitor command 'who_points_at' that lists
    the locations pointing at a block.
  - If a redzone size > 0 is given, VALGRIND_MALLOCLIKE_BLOCK now will
    detect an invalid access of these redzones, by marking them
    noaccess.  Similarly, if a redzone size is given for a memory
    pool, VALGRIND_MEMPOOL_ALLOC will mark the redzones no access.
    This still allows to find some bugs if the user has forgotten to
    mark the pool superblock noaccess.
  - Performance of memory leak check has been improved, especially in
    cases where there are many leaked blocks and/or many suppression
    rules used to suppress leak reports.
  - Reduced noise (false positive) level on MacOSX 10.6/10.7, due to
    more precise analysis, which is important for LLVM/Clang
    generated code.  This is at the cost of somewhat reduced
    performance.  Note there is no change to analysis precision or
    costs on Linux targets.
    * DRD:
  - Added even more facilities that can help finding the cause of a data
    race, namely the command-line option --ptrace-addr and the macro
    DRD_STOP_TRACING_VAR(x). More information can be found in the manual.
  - Fixed a subtle bug that could cause false positive data race reports.
    * The C++ demangler has been updated so as to work well with C++
    compiled by up to at least g++ 4.6.
    * Tool developers can make replacement/wrapping more flexible thanks
    to the new option --soname-synonyms.  This was reported above, but
    in fact is very general and applies to all function
    replacement/wrapping, not just to malloc-family functions.
    * Round-robin scheduling of threads can be selected, using the new
    option --fair-sched= yes.  Prior to this change, the pipe-based
    thread serialisation mechanism (which is still the default) could
    give very unfair scheduling.  --fair-sched=yes improves
    responsiveness of interactive multithreaded applications, and
    improves repeatability of results from the thread checkers Helgrind
    and DRD.
    * For tool developers: support to run Valgrind on Valgrind has been
    improved.  We can now routinely Valgrind on Helgrind or Memcheck.
    * gdbserver now shows the float shadow registers as integer
    rather than float values, as the shadow values are mostly
    used as bit patterns.
    * Increased limit for the --num-callers command line flag to 500.
    * Performance improvements for error matching when there are many
    suppression records in use.
    * Improved support for DWARF4 debugging information (bug 284184).
    * Initial support for DWZ compressed Dwarf debug info.
    * Improved control over the IR optimiser's handling of the tradeoff
    between performance and precision of exceptions.  Specifically,
  - -vex-iropt-precise-memory-exns has been removed and replaced by
  - -vex-iropt-register-updates, with extended functionality.  This
    allows the Valgrind gdbserver to always show up to date register
    values to GDB.
    * Modest performance gains through the use of translation chaining for
    JIT-generated code.

------------------------------------------------------------------
------------------  2012-9-4  -  Sep 4 2012  -------------------
------------------------------------------------------------------

++++ at-spi2-atk:

  - Update to version 2.5.91:
    + Removed the gtk 3.0 module (bgo#678315).
  - Drop the -gtk3 package, following upstream (RPM-wise obsoleted
    by the -common package)
  - Move org.a11y.atspi.gschema.xml to -common: even though the gtk3
    package has been removed, this is still referenced. So the
    assumption that only the gtk3 module uses it was obviously wrong,
    but as the gtk3 module was per default installed (incl. the
    schema, there was never an issue reported).
  - Move glib schema handling macros from (dropped) -gtk3 package
    to -common package (following the schema file).

++++ at-spi2-core:

  - Update to version 2.5.91:
    + Fix build with -fno-common.
    + Add glib-2.0 to requires in at-spi2.pc (bgo#682595).

++++ cups:

  - license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
    Apple grant an openssl linking exception (and an exception for
    linking on Apple owned operating systems).

++++ empathy:

  - Update to version 3.5.91:
    + Port to GStreamer 1.0
    + Bugs fixed: bgo#679259, bgo#680776, bgo#682802, bgo#682926,
    bgo#682938, bgo#683022, bgo#683025, bgo#683258, bgo#683275,
    bgo#683314
    + Updated translations.
  - Drop pkgconfig(gstreamer-0.10) BuildRequires: ported to
    GStreamer 1.0
  - Replace pkgconfig(farstream-0.1) BuildRequires with
    pkgconfig(farstream-0.2) and pkgconfig(clutter-gst-1.0)
    BuildRequires with pkgconfig(clutter-gst-2.0), following
    upstream.
  - Pass --enable-gst-1.0 to configure to switch to GStreamer 1.0.

++++ enblend-enfuse:

  - build also with libpng15
    * libpng15.patch

++++ farstream:

  - Update to version 0.1.1.99 (0.2.0 git snapshot 2012/09/04)
    + Port to GStreamer 1.0
  - Drop farstream-gtkdoc.patch: fixed upstream.
  - Drop python sub package: python support has been dropped.
  - Rename libfarstream-0_1-0 to libfarstream-0_2-0 and
    typelib-1_0-Farstream-0_1 to typelib-1_0-Fatstream-0_2, following
    upstream library name changes.

++++ filesystem:

  - move directories for man page translations from man package to
    filesystem

++++ gobject-introspection:

  - Update to version 1.33.10:
    + Many bugfixes.

++++ gjs:

  - Update to version 1.33.10:
    + Throw an exception when registering a GType that already exists
    + Object: don't access priv->info if it's NULL
    + Misc bug fixes.
  - Drop gjs-avoid_crash.patch: fixed upstream.

++++ glib-networking:

  - Update to version 2.33.12:
    + gnutls: Revert the addition of the certificate-bytes and
    private-key-bytes properties to GTlsCertificateGnutls, since
    they were reverted in glib (bgo#682081)
    + Updated translations.

++++ glibc:

  - Move pt_chown to %{_libexecdir} so that baselibs can find it.
  - Do create hardlinks to getconf so that baselibs use the correct binary
    and getconf -v works (obsoletes patch glibc-2.8-getconf.diff).

++++ glibc:

  - Move pt_chown to %{_libexecdir} so that baselibs can find it.
  - Do create hardlinks to getconf so that baselibs use the correct binary
    and getconf -v works (obsoletes patch glibc-2.8-getconf.diff).

++++ gnome-calculator:

  - Update to version 6.5.91:
    + Updated translations.

++++ gnome-control-center:

  - Update to version 3.5.91:
    + Common:
  - Fix memory leaks in language sorting
  - Fix too big editable labels
    + Date & Time:
  - Make map look unsensitive when the panel is locked
    + Display:
  - Fix possible warning on exit
  - Make 'Mirrored Displays' string consistent with
    GnomeRRLabeler
    + Info:
  - Add PolicyKit rules for hostname setting
  - Set related mime types when changing preferred apps
    + Mouse:
  - New testing area
  - Remove italics from test page
  - Fix left/right mouse-handedness radio buttons in RTL
    languages
    + Network:
  - Ignore unrecognised device types
  - Fix wired and mobile activations
  - Don't try to activate slave connections
    + Printers:
  - Redesign the "new printer" dialogue
    + Region & Language:
  - Add Russian and Egyptian Arabic as common languages
  - Don't use IBus in fallback mode
  - Honor the 'show-all-sources' setting
  - Don't block getting the IBus engines
  - Expand the default list of input sources
    + User Accounts:
  - Simplify some drawing code
  - Fix login keyring password not getting updated
  - Fix match icon not updating in some cases.
  - Drop gnome-control-center-bgpanel.patch: fixed upstream.

++++ gnome-documents:

  - Update to version 3.5.91:
    + Add a Select All/Select None menu to the selection mode toolbar
    + Add a notification while Tracker is indexing the file system.
    + Add a No Documents Found page when tracker returns empty
    results.
    + Fix persistance of document name change from the properties
    dialog.
    + Don't abort when failing to start miners.
  - Add pkgconfig(clutter-1.0) BuildRequires: New dependency
    verified by configure.

++++ gnome-font-viewer:

  - Update to version 3.5.91:
    + Use the libgd submodule for GdMainToolbar
    + Updated translations.

++++ gnome-online-accounts:

  - Update to version 3.5.91:
    + Removed Twitter and Yahoo support (Nothing makes use of it)
    + Updated translations.
  - Move the twitter specific .spec parts inside a with_twitter
    defines, which is currently set to 0 (this allows us to re-enable
    it without reworking the logic). This affects these blocks:
    + libsocialweb-branding-openSUSE BuildRequires (which contains
    the API keys)
    + the TWITTER_KEY variable setup (extracts the API keys)
    + the --*twitter* configure parameters.

++++ gnome-panel:

  - Update to version 3.5.91:
    + Make --enable-eds/--disable-eds really work
    + Port to yelp-tools for documentation
    + Remove markup from translations
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstreams move to the new documentation infrastructure.

++++ gnome-screenshot:

  - Update to version 3.5.91:
    + Updated translations.

++++ gnome-settings-daemon:

  - Update to version 3.5.91:
    + Keyboard:
  - Don't handle IBus for fallback, it will use the same UI it
    always did.
  - Hook IBus support for legacy applications.
    + Mouse:
  - Fix natural-scroll not working until switched off and on
    again.
    + Power:
  - Do not attempt to change the brightness of an output that was
    disabled.
  - Fix idle blank and sleep timeout.

++++ gnome-shell:

  - Update to version 3.5.91:
    + Improve modal dialog styling of network secret prompts
    (bgo#682412)
    + Fix visibility of non-active workspaces during overview
    transition (bgo#682002)
    + Improve scrollbar theming (bgo#682476)
    + Make sure the app menu remains hidden in locked state
    (bgo#682475)
    + Add tooltip to show-applications icon (bgo#682445)
    + Do not add duplicate remote search providers (bgo#682470)
    + Handle 'popup-menu' signal on summary items (bgo#682486)
    + Fix dwelling during mouse-down (bgo#682385)
    + Set label actor for endSessionDialog.ListItem (bgo#677503)
    + Don't match on comments when searching applications
    (bgo#682529)
    + Make workspace selector more similar to the mockup (bgo#662087)
    + Fix extension installation and reloading (bgo#682578)
    + Hide removable devices in the lock screen (bgo#681143)
    + Reset cancellable after hitting Escape on login screen
    (bgo#681537)
    + Fix suspend from the user menu (bgo#682746)
    + Set label actor for summary items in message tray (bgo#677229)
    + Set label for the "Show applications" dash button (bgo#682366)
    + Load extensions as late as possible (bgo#682822)
    + Improve mount operation dialogs (bgo#682645)
    + Remove "Connect to ..." item from places search (bgo#682817)
    + Don't auto-expand notifications with actions (bgo#682738)
    + Add a new lock screen menu to combine volume network and power
    (bgo#682540)
    + Add support for pre-edit to StIMText (bgo#664041)
    + Remove StIconType (bgo#682540)
    + Use monitor geometry for dwelling (bgo#683044)
    + Add support for surrounding-text to StIMText (bgo#683015)
    + Improve the placement and style of the "No results" text
    (bgo#683135)
    + Remove broken network device activation policy (bgo#683136)
    + Hide power status icon when no battery is present (bgo#683080)
    + Ensure summary items are square and have spacing (bgo#682248)
    + Fix close buttons overlapping screen edge (bgo#682343)
    + Escape the tray when a legacy icon is clicked (bgo#682244)
    + Update arrow in the screen shield to match latest mockups
    (bgo#682285)
    + Allow lifting the screen shield with the mouse wheel
    (bgo#683164)
    + Make sure to show the app menu after unlocking the screen
    (bgo#683154)
    + Bugs fixed: bgo#582650, bgo#667439, bgo#682238, bgo#682268,
    bgo#682429, bgo#682455, bgo#682544, bgo#682546, bgo#682683,
    bgo#682710, bgo#682998, bgo#683073, bgo#683073, bgo#683156.
    + Updated translations.
  - Drop gnome-shell-cancellable.patch: fixed upstream.
  - Rebase gnome-shell-private-connection.patch.

++++ nautilus:

  - Update to version 3.5.91:
    + New design for the Connect to Server dialog.
    + Add the possibility to detach tabs using drag and drop.
    + Add paste and location properties actions to the gear menu.
    + Use symbolic icons in the sidebar for drives and mounts.
    + Follow 12h/24h GSettings preference for view date display.
    + Cleanup icon view caption strings.
    + Fix wrong zoom level restored at startup.
    + Fix unparented mount/eject error dialogs.
    + Fix drag and drop for unwritable locations.
    + Fix stray templates bar when no templates directory is defined.
    + Fix Open With menu showing for apps that don't support URIs and
    files.
    + Fix item count not updating in realtime for directories in
    Properties.
    + Fix missing keybindings for Back/Forward/Up/Go Home.
    + Fix missing history context menu on navigation buttons.
    + Fix missing Create Link context action.
    + Fix missing frame around custom icons.
    + Fix broken behavior with multiline filenames.
    + Plug a number of memory leaks.
    + Remove context menu on blank list view space.

++++ gnome-themes-standard:

  - Update to version 3.5.91:
    + Add support for vertically oriented spinbuttons.
    + Add support for a selection-menu button in selection mode.
    + Set scrolled windows background for normal and backdrop states.
    + Use new tooltip radius and alpha style properties for GTK2.
    + Use new range warp slider style property for GTK2.
    + Fix Chrome/Chromium custom menu items for GTK2.
    + Fix wrong text color in app notification widgets.
    + Fix tiny padding in Nautilus pathbars.
    + Fix stray background color below checkboxes in content views.
    + Synchronize HighContrast icons from the symbolic theme.

++++ gnome-desktop:

  - Update to version 3.5.91:
    + gnome-xkb-info: Honor the 'show-all-sources' gsettings key
    (bgo#682240)
    + Make 'Mirrored Displays' string consistent with the
    control-center (bgo#592412)
    + Thumbnails: Determine the correct mime type when we still know
    the filename (bgo#655406)
    + Remove the temporary file when saving a thumbnail fails and
    show an error when saving a thumbnail fails (bgo#681942)
    + Updated translations.

++++ gsettings-desktop-schemas:

  - Update to version 3.5.91:
    + Add option to show all the available input sources in the UI
    + Updated translations.

++++ gtk3:

  - Update to version 3.5.14:
    + Input method support
  - Propagate input purpose and hints to individual IMs
  - Add a hint to suppress on-screen keyboards
    + GtkEntry can now set Pango attributes for its text
    + GtkEntry and GtkTextView show 'selection handles' when used
    with touch devices
    + GtkSpinButton can be oriented vertically
    + Bugs fixed: bgo#645065, bgo#661973, bgo#672046, bgo#672431,
    bgo#676787, bgo#679144, bgo#681617, bgo#682129, bgo#682291,
    bgo#682552, bgo#682662, bgo#682724, bgo#682825, bgo#682919,
    bgo#683001, bgo#683168
    + Updated translations.

++++ gvfs:

  - Update to version 1.13.8:
    + Added support for symbolic icons
    + Removed favicon support
    + Various build fixes and cleanup
    + afc:
  - Improve idevice error handling
  - Unpair an idevice if it was already paired and refuses to
    connect
  - Use the correct choice index for "Cancel"
    + afp:
  - fix g_vfs_afp_connection_get_max_request() not returning any
    value
  - Use human friendly error messages
    + daemon:
  - Return correct error for invalid backends
  - Fix races when mounting the same mount in parallel
  - Don't warn when running against an older gvfs-daemon
    + gdbus: Don't g_warn about getting the dbus name
    + gmountspec: Make sure to free the GVariantIter
    + network:
  - Don't set a file size for the network:// shortcuts
  - Append the service name when needed to help differentiate
    + recent: Honor the private hint
    + Don't use the display name to make the unique mount point
    + Don't include jargon in mount display names and messages
    + Added more hints for translators
    + Updated translations.
  - Drop upstream fixed patches:
    + gvfs-afp-return.patch
    + gvfs-gphoto2.patch

++++ java-1_7_0-openjdk:

  - add Sources as full links, so that they can be verified
  - replace no-return-on-nonvoid patch with a more robust version
    that annotates the nonreturning functions to avoid spurious
    warnings that fail the build
  - fix build on ARM and i586
  - remove files that are no longer used
  - zero build can be enabled using rpmbuild (osc build) --with zero
  - add hotspot 2.1 needed for zero
  - fix filelist on %{ix86}

++++ kernel-default:

  - Update to 3.6-rc4.
  - Eliminated one patch.
  - commit 9fe3afb
  - Disable CONFIG_KMSG_IDS on s390x, because it is currently broken
  - commit c1db24a

++++ kernel-desktop:

  - Update to 3.6-rc4.
  - Eliminated one patch.
  - commit 9fe3afb
  - Disable CONFIG_KMSG_IDS on s390x, because it is currently broken
  - commit c1db24a

++++ kernel-pae:

  - Update to 3.6-rc4.
  - Eliminated one patch.
  - commit 9fe3afb
  - Disable CONFIG_KMSG_IDS on s390x, because it is currently broken
  - commit c1db24a

++++ kio_audiocd:

  - Update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ kiwi:

  - DB: rebuild documentation
  - DB: update documentation, fixing information about flags attribute
  - make sure we set the plymouth default theme inside the system
    image to activate it properly. Unfortunately this is not done
    by mkinitrd even thought the configuration files are correctly
    set up
  - added warning/info message when using the --target-arch option
  - netboot: enable multicast for system image and transfer
    to a block device, respectively disable it for any other
    transfer (bnc #773649)

++++ kmix:

  - Update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details
  - Rebase kmix_autostart patch

++++ kscd:

  - Update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ flac:

  - Don't ignore $(AM_CFLAGS).
  - Remove ppc patch.

++++ clutter:

  - Update to version 1.11.14:
    + Fixes for the touch sequence handling
    + Add interpolation for matrices
    + Add ClutterPanAction
    + Add more accessors to GestureAction for its subclasses
    + Fix ClutterTableLayout.pack() with negative row/column
    + Fix press coordinates when using ClutterDragAction with a drag
    handle
    + Documentation and annotation fixes
    + Deprecate the ClutterActor::pick signal
    + Bugs fixed: bgo#682795, bgo#682754, bgo#681746, bgo#679990,
    bgo#681648, bgo#683219, bgo#683066, bgo#683090, bgo#683126,
    bgo#682362, bgo#683113, bgo#680255
    + Updated translations.

++++ libkcddb4:

  - Update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ libkcompactdisc4:

  - Update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details

++++ mutter:

  - Update to version 3.5.91:
    + Fix subtracting unredirected windows from visible region
    (bgo#677116)
    + Minor improvements and bugfixes (bgo#682648, bgo#682993)
    + Updated translations.

++++ libsoup:

  - Update to version 2.39.91:
    + Added missing annotations.
    + Fixed a crash (bgo#682569)
    + Fixed the SoupMessage:network-event signal
    + Bugs fixed: bgo#683200
    + Updated translations.

++++ spice-gtk:

  - Update to version 0.13:
    + Add support for USB device redirection on Windows.
    + Add monitors config support (multiple monitors in same display)
    + Inhibit automount on GNOME desktop, to ease USB redirectio.
    + Better video support (reduce some glitches).
    + Misc migration fixes.
    + Various bug fixes and improvements.

++++ sqlite3:

  - New version 3.7.14:
    * Ensure that floating point values are preserved exactly when
    reconstructing a database from the output of the ".dump"
    command of the command-line shell.
    * Added the sqlite3_close_v2() interface.
    * Updated the command-line shell so that it can be built using
    SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT.
    * Enhancements to PRAGMA integrity_check and PRAGMA quick_check
    so that they can optionally check just a single attached
    database install of all attached databases.
    * Enhancements to WAL mode processing that ensure that at least
    one valid read-mark is available at all times, so that
    read-only processes can always read the database.
    * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX.
    * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option.
    * Better handling of aggregate queries where the aggregate
    functions are contained within subqueries.
    * Enhance the query planner so that it will try to use a
    covering index on queries that make use of or optimization.

++++ libwnck:

  - Update to version 3.4.3:
    + Add deprecation attributes to deprecated functions
    + Require gtk+-3.0 >= 3.4.0
    + Updated translations.

++++ yelp:

  - Update to version 3.5.91:
    + Fixed gettext warnings for man and info
    + Allow dots in man page names (bgo#676482)
    + Updated translations.
  - Changes from version 3.5.90:
    + Fixed new-style Mallard conditional processing
    + Updated translations.

++++ libyui-gtk-pkg:

  - Fixed requirements in doc spec file

++++ libyui-gtk:

  - Fixed requirements in doc spec file

++++ libyui-ncurses-pkg:

  - Fixed requirements in doc spec file

++++ libyui-ncurses:

  - Fixed requirements in doc spec file

++++ libyui-qt-pkg:

  - Fixed requirements in doc spec file

++++ libyui-qt:

  - Fixed requirements in doc spec file

++++ libyui:

  - Fixed requirements in doc spec file

++++ man:

  - move man page directories to filesystem

++++ nepomuk-core:

  - Update to 4.9.1
    * see http://kde.org/announcements/4.9.1/ for details
  - Remove upstream patches
    * 48d909c.diff
    * fix_bug304476_part1.diff
    * fix_bug304476_part2.diff
    * fix_bug304943_part1.diff
    * fix_bug304943_part2.diff

++++ orca:

  - Update to version 3.5.91:
    + More UnicodeDecodeErrors (bgo#681892)
    + Updated translations.

++++ perl:

  - update to 5.16.1
    * an off-by-two error in Scalar-List-Util has been fixed
    * many perl modules updated

++++ python-atspi:

  - Update to version 2.5.91:
    + Fix autogen.sh for non-sourcedir build.

++++ python3-atspi:

  - Update to version 2.5.91:
    + Fix autogen.sh for non-sourcedir build.

++++ rsyslog:

  - License is (GPL-3.0+ and Apache-2.0), [bnc#778591]
  - The template subpackage was never published, remove obsoletes

++++ sushi:

  - Update to version 3.5.91:
    + Port to libmusicbrainz5.
  - Replace pkgconfig(libmusicbrainz4) BuildRequires with
    pkgconfig(libmusicbrainz5), following upstream.

++++ tftp:

  - update to 5.2
  - fixes a breakage with recent Linux kernel versions when a
    single interface has multiple IP addresses (bnc#774861)

++++ yast2-packager:

  - fixed dependencies for libyui

++++ yelp-xsl:

  - Update to version 3.5.91:
    + Updated translations.

------------------------------------------------------------------
------------------  2012-9-3  -  Sep 3 2012  -------------------
------------------------------------------------------------------

++++ anjuta:

  - Update to version 3.5.91:
    + Bugs fixed: bgo#679767, bgo#680401, bgo#682501.
    + Updated translations.
  - Drop anjuta-includes.patch: fixed upstream.

++++ atk:

  - Update to version 2.5.91:
    + Include C header information in GIR (bgo#635332)
    + Added atk_relation_set_contains_target to atk.symbols
    (bgo#672869)
    + Updated translations.

++++ baobab:

  - Update to version 3.5.91:
    + Updated translations.

++++ binutils:

  - Enable threaded linking in gold.
  - Add patch to fix libiberty integer overflow.  [bnc#776968]

++++ libcanberra:

  - Add libcanberra-gst10.patch: Port libcanberra to GStreamer 1.0.
  - Add libtool BuildRequires and call ./autogen.sh in build, as
    above patch touches the build system
  - Replace pkgconfig(gstreamer-0.10) BuildRequires with
    pkgconfig(gstreamer-1.0).

++++ cheese:

  - Update to version 3.5.91:
    + Update to GStreamer 1.0 API
    + Encode WebM/VP8 instead of OGG/Theora
    + Do not switch mode when stopping video recording
    + Updated translations.
  - Replace pkgconfig()-style BuildRequires for the GStreamer Port:
    + Old: clutter-gst-1.0, gstreamer-0.10,
    gstreamer-plugins-base-0.10
    + New: clutter-gst-2.0, gstreamer-1.0,
    gstreamer-plugins-base-1.0, gstreamer-pbutils-1.0,
    gstreamer-plugins-bad-1.0.
  - Bump lib_major to 7 and lib_gtk_major to 23, following upstream.

++++ eog:

  - Update to version 3.5.91:
    + Unify navigation in zoomed and unzoomed modes
    + Bugs fixed: bgo#659830, bgo#682534
    + Updated translations.

++++ file-roller:

  - Update to version 3.5.91:
    + Nautilus extension "Compress" doesn't offer .gz anymore
    (bgo#682807)
    + Fixed build without libarchive support (bgo#682774)
    + libarchive: restore the file attributes when extracting
    (bgo#682513)
    + Updated translations.

++++ glib2:

  - Update to version 2.33.12:
    + Add a G_DEFINE_QUARK macro
    + Add symbolic icon support to drive, volume, and mount, file
    and content types
    + Add API to allow thread-safe access to the same qdata item
    + Bugs fixed: bgo#562907, bgo#627240, bgo#672329, bgo#673012,
    bgo#674805, bgo#679835, bgo#682075, bgo#682101, bgo#682222,
    bgo#682284, bgo#682386, bgo#682560, bgo#682586, bgo#682819,
    bgo#682833, bgo#682849, bgo#682965, bgo#683088
    + Updated translations.

++++ gnome-clocks:

  - Update to version 0.1.1:
    + Start week on the right day specified by the current locale.
    + Use the correct location for pixmaps by default.
    + Misc bugfixes.
    + Updated translations.

++++ gnome-contacts:

  - Update to version 3.5.91:
    + Port the webcam support to libcheese
    + Upadted translations.
  - Note: the port to libcheese does not infer changes in
    BuildRequires, as we already link against cheese and GStreamer.

++++ gnome-keyring:

  - Update to version 3.5.91:
    + Updated translations.

++++ seahorse:

  - Update to version 3.5.91:
    + Updated translations.

++++ libgsf:

  - Update to version 1.14.24:
    + Fix namespace issues (bgo#672512)
    + Fix build after introspection implementation (bgo#673029).
  - Pass --enable-introspection to configure: it's currently disabled
    by default.

++++ gstreamer-0_10:

  - Remove Provides for gstreamer, gstreamer-doc, gstreamer-devel:
    these are now real packages for gstreamer 1.0.

++++ gtk2:

  - Update to version 2.24.12:
    + Allow building with automake 1.12
    + Bugs fixed: bgo#616997, bgo#680346, bgo#680901, bgo#681784,
    bgo#683070, bgo#683279.
    + Updated translations.

++++ hunspell:

  - added /usr/lib64/libhunspell.so on request from egdfree@opensuse.org

++++ java-1_7_0-openjdk:

  - update to icedtea-2.3.2 / OpenJDK7 u6 (bnc#777499)
    * Security fixes
  - S7162476, CVE-2012-1682: XMLDecoder security issue via ClassFinder
  - S7194567, CVE-2012-3136: Improve long term persistence of java.beans objects
  - S7163201, CVE-2012-0547: Simplify toolkit internals references
  - RH852051, CVE-2012-4681, S7162473: Reintroduce PackageAccessible checks
    removed in  6788531.
    * OpenJDK
  - Fix Zero FTBFS issues with 2.3
  - S7180036: Build failure in Mac platform caused by fix # 7163201
  - S7182135: Impossible to use some editors directly
  - S7183701: [TEST] closed/java/beans/security/TestClassFinder.java – compilation failed
  - S7185678: java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java failed with NPE
    * Bug fixes
  - PR1149: Zero-specific patch files not being packaged
  - use icedtea tarball for build again, this led into following dropped files
    because the are already in the tarball and simplified %prep and %build
  - drop class-rewriter.tar.gz
  - drop systemtap-tapset.tar.gz
  - drop desktop-files.tar.gz
  - drop nss.cfg
  - drop pulseaudio.tar.gz
  - drop remove-intree-libraries.sh
  - add archives from icedtea7-forest-2.3 for openjdk, corba, jaxp, jaxws,
    jdk, langtools and hotspot
  - drop rhino.patch, pulse-soundproperties and systemtap patch
  - move gnome bridge patches before make as it's irritating to have the
    patch fail after openjdk is built
  - use explicit file attributes in %files sections to prevent the file
    permissions problems in a future (like bnc#770040)
  - changed version scheme, so it now matches Oracle Java
    1.7.0.6 == Java7 u 6

++++ kernel-default:

  - Update config files. (vanilla ones)
  - commit ca19bfb

++++ kernel-desktop:

  - Update config files. (vanilla ones)
  - commit ca19bfb

++++ kernel-pae:

  - Update config files. (vanilla ones)
  - commit ca19bfb

++++ kiwi:

  - added check for duplicate LVM volume groups
  - fixed setupBootThemes to create the correct configuration paths
  - added two device checks for the list of disks reported by
    hwinfo which are used as possible install targets. First
    check is to read one byte from the device to find out if
    it's really possible to access it. Second check is to find
    the device specific serial number. Devices which are only
    mapped like lvm disks would appear multiple times but there
    is only one origin device which provides a serial string
  - added Emacs kiwi XML editing support. For details see:
    http://lizards.opensuse.org/2012/08/31/editing-kiwi-configurations-with-emacs/
    Thanks to Togan for his effort
  - don't start plymouth if no framebuffer device is present
  - fixed missing done flag for theme information

++++ glu:

  - created package (since GLU has been split out from Mesa)

++++ cogl:

  - Update to version 1.11.4:
    + Fix the pkg-config requires for cogl-gles2
    + Fix where we install cogl-gles2 headers
    + Updates for the MSVC build
    + Fix texture sub-region uploads when we don't have
    GL_EXT_unpack_subimage
    + Update the KMS winsys backend to the latest libgbm api
    + Fix a leak of primitive indices
    + Add a UProf profiling timer around journal discard code
    + Enable UProf profiling support to test-journal
    + Bugs fixed: bgo#682340.
  - Add pkgconfig(glesv2) BuildRequires: new dependency for
    cogl-gles2.
  - Create new sub-package libcogl-gles2-11 (also baselibs.conf)
  - Pass --enable-gles2 --enable-cogl-gles2 to configure, to enable
    GLESv2 support.

++++ libgweather:

  - Update to version 3.5.91:
    + Updated coordinates of two Italian cities
    + Updated translations.

++++ libosinfo:

  - Update to version 0.2.0:
    + Fix build against mingw64 toolchain.
    + API for getting product logo URLs.
    + Fix architecture for a Windows 2008 media.
    + Remove bogus minimum storage information for Fedora.
    + Add varirables for system and local database paths in
    pkg-config.
  - Add pkgconfig(libxslt) BuildRequires: new dependency.

++++ python-gobject:

  - Update to version 3.3.91:
    + Fix exception test case for Python 2
    + Bump g-i dependency to >= 1.3.9
    + Show proper exception when trying to allocate a disguised struct
    (bgo#639972)
    + Support marshalling GParamSpec signal arguments (bgo#683099)
    + Add test for a signal that returns a GParamSpec (bgo#683265)
    + Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
    + Add override for Gtk.TreeView.insert_column_with_attributes()
    (bgo#679415)
    + Split test_overrides.py (bgo#683188)
    + _pygi_argument_to_object(): Clean up array unmarshalling
    + Fix memory leak in _pygi_argument_to_object() (bgo#682979)
    + Fix setting pointer fields/arguments to NULL using None.
    (bgo#683150)
    + Fix for python 2.6, officially drop support for < 2.6
    (bgo#682422)
    + Allow overrides in other directories than gi itself
    (bgo#680913)
    + Clean up sys.path handling in tests (bgo#680913)
    + Fix dynamic creation of enum and flag gi types for Python 3.3
    (bgo#682323)
    + API additions:
  - Override g_menu_item_set_attribute (bgo#682436)
  - Add Signal class for adding and connecting custom signals.
    (bgo#434924).

++++ python3-gobject:

  - Update to version 3.3.91:
    + Fix exception test case for Python 2
    + Bump g-i dependency to >= 1.3.9
    + Show proper exception when trying to allocate a disguised struct
    (bgo#639972)
    + Support marshalling GParamSpec signal arguments (bgo#683099)
    + Add test for a signal that returns a GParamSpec (bgo#683265)
    + Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
    + Add override for Gtk.TreeView.insert_column_with_attributes()
    (bgo#679415)
    + Split test_overrides.py (bgo#683188)
    + _pygi_argument_to_object(): Clean up array unmarshalling
    + Fix memory leak in _pygi_argument_to_object() (bgo#682979)
    + Fix setting pointer fields/arguments to NULL using None.
    (bgo#683150)
    + Fix for python 2.6, officially drop support for < 2.6
    (bgo#682422)
    + Allow overrides in other directories than gi itself
    (bgo#680913)
    + Clean up sys.path handling in tests (bgo#680913)
    + Fix dynamic creation of enum and flag gi types for Python 3.3
    (bgo#682323)
    + API additions:
  - Override g_menu_item_set_attribute (bgo#682436)
  - Add Signal class for adding and connecting custom signals.
    (bgo#434924).

++++ vala:

  - Update to version 0.17.6:
    + Bug fixes and binding updates.

++++ metacity:

  - Update to version 2.34.8:
    + Port themes documentation to yelp-tools
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstreams port.

++++ mousetweaks:

  - Update to version 3.5.91:
    + Remove outdated help files (bgo#681268)
    + Updated translations.
  - Drop gnome-doc-utils-devel BuildRequires: there is no help to be
    built.
  - Remove --disable-scrollkeeper configure parameter: no longer
    known.

++++ seahorse-nautilus:

  - Update to version 3.5.91:
    + Updated translations
  - Changes from version 3.5.4:
    + Update for newer Gtk and Glib
    + Use Gcr library for prompting of passwords
    + Migrate from GConf to GSettings
    + Fix several crashers
    + Updated translations.
  - Add pkgconfig(gcr-3.0) BuildRequires: new dependency.
  - Drop pkgconfig(gconf-2.0) BuildRequires: no longer needed after
    the port to GSettings.
  - Add glib2_gsettings_schema_* macro handling.

++++ notification-daemon:

  - Update to version 0.7.6:
    + Fix a wrong loop condition
    + Updated translations.

++++ pam-modules:

  - Add pam_unix2-selinux.patch: selinux_check_access is now a public
    function provided by selinux. Use pu_selinux_check_access to fix
    conflict.

++++ pullin-flash-player:

  - bump version to 12.2

++++ python-cups:

  - Remove redundant %clean section
  - Make package compile on RH6-like systems by using standard
    python macros

++++ python-xlib:

  - Remove redundant (%clean, Authors) sections
  - Make package compile on RH6-like as well

++++ xf86-video-intel:

  - Update to version 2.20.6:
    A serious bug that caused a crash on SandyBridge and IvyBridge when
    mixing CPU and GPU operations on the same buffer, and an annoyance from
    bad scheduling of windowed swapbuffer updates causing low framerates and
    jitter. Plus the usual smattering of assertion fixes and a long standing
    issue with incoherent page access to a streaming buffer.
  - Bugs fixed since 2.20.5:
    + Low frame rates in Blobby Valley when "fullscreen"
    https://bugs.freedesktop.org/show_bug.cgi?id=54274
    + Incoherent concurrent access with the CPU and GPU
    + Add Option "Backlight" to override automatic selection of the
    backlight interface.
    + Avoid overwriting the composite operation info when testing if we
    can transfer the operation to the BLT.
  - Update to version 2.20.5:
    Another silly bug found, another small bugfix release. The goal was for
    the driver to bind to all Intel devices supported by the kernel.
    Unfortunately we were too successful and started claiming Pouslbo,
    Medfield and Cedarview devices which are still encumbered by propietary
    IP and not supported by this driver.
  - Bugs fixed since 2.20.4:
    + Only bind to Intel devices using the i915 kernel module
    + Regression in the bitmap-to-region code, e.g. icewm window buttons
    https://bugs.freedesktop.org/show_bug.cgi?id=53699

------------------------------------------------------------------
------------------  2012-9-2  -  Sep 2 2012  -------------------
------------------------------------------------------------------

++++ evolution:

  - Update to version 3.5.91:
    + cal-config-webcal: Accept URIs with webcal:// scheme
    + Adjust for webkit 1.9.90 API change
    + Fix visibility of parts in prefer-plain
    + Add support for application/ics to ITIP formatter
    + Make sure evolution-alarm-notify is running on Evolution's
    start
    + Support GStreamer 1.0 (bgo#682955)
    + Various other code changes.
    + Bugs fixed: bgo#586186, bgo#678476, bgo#679862, bgo#680786,
    bgo#681431, bgo#681669, bgo#681877, bgo#682494, bgo#682519,
    bgo#682678, bgo#682811, bgo#682955
    + Updated translations.
  - Drop evolution-gst10.patch: fixed upstream.
  - Drop evolution-webkit-1_9_90.patch: fixed upstream.
  - Add itstool BuildRequires: new dependency.

++++ evolution-data-server:

  - Update to version 3.5.91:
    + IMAPX thread-safety improvements
    + Start/stop book/cal views in a dedicated thread
    + Various other code changes.
    + Bugs fixed: bgo#660383, bgo#680467, bgo#680961, bgo#681930.
    bgo#681939, bgo#681995, bgo#682706
    + Updated translations.
  - Drop evolution-data-server-EAuthSession.patch: fixed upstream.

++++ file-roller:

  - Add file-roller-pkg-match.patch: Update the package match list
    for PackageKit to be able to install the right packages when
    needed (bnc#696530).

++++ librsvg:

  - Update to version 2.36.3:
    + Build fixes.

++++ gnome-clocks:

  - Initial package, version 0.1.0.

++++ gstreamer:

  - Make gstreamer 1.0 and 0.10 -devel parallel installable:
    + Rename gstreamer.attr to gstreamer1.attr
    + Rename gstreamer-provides to gstreamer-provides1

++++ gtkhtml:

  - Update to version 4.5.91:
    + Bug fixed: Cannot insert a link before another one (bgo#681495)
    + Updated translations.

++++ mutter:

  - Split out libmutter0 to follow SLPP (bnc#706930).
  - Change mutter requires to libmutter0: it's all what's needed to
    develop against this library.
  - Move /sbin/ldconfig calls from post/postun of the main package to
    libmutter0.

++++ xf86-video-fbdev:

  - Update to version 0.4.3:
    + Port to new server API.
    + Convert to new screen conversion APIs.
    + Add compat-api + makefile.
    + Add MOD_CLASS_VIDEODRV to FBDevVersRec
    + Perform XV initialization only if the server supports it.
    + Avoid unused variables when XSERVER_LIBPCIACCESS is defined.
    + man: Stop mentioning server's -scanpci option.
    + Upgrade to util-macros 1.8 for additional man page support.
    + Other minor codefixes.

++++ xf86-video-glint:

  - Update to version 1.2.8:
    + Build against server with no XAA support.
    + Port to new compat API.

++++ xf86-video-neomagic:

  - Update to version 1.2.7:
    + Fix build when XAA is unavailable.
    + Port to new compat API.

++++ xf86-video-r128:

  - Update to version 6.8.4:
    + Drop XAA support. This just makes XAA conditional.
  - Changes since 6.8.3:
    + Port to new compat API.

++++ xf86-video-savage:

  - Update to version 2.3.6:
    + Make build with no xaa server.
  - Changes since version 2.3.5:
    + i2c drop xf86Screens usage.
    + Port to new compat API
    + Refactor BIOS modes retrieval to call VBEGetVBEInfo only once.
    Otherwise, calling it twice would trigger a VBE bug when using
    xserver 1.12.

++++ xf86-video-siliconmotion:

  - Update to version 1.7.7:
    + Convert to new X server screen conversion apis.
    + Port to compat-api for new server.
    + Fix build against XAA-less server.

++++ xf86-video-sis:

  - Update to version 0.10.7:
    + Add xaa configure support.
    + Fix build against older servers.
    + Port to new compat API.

++++ xf86-video-tdfx:

  - Update to version 1.4.5:
    + Fix build against XAA-less server.
    + Port to new compat API.

++++ xf86-video-tga:

  - Update to version 1.2.2:
    + Fix build against older X server.
    + Port to XAA-less server.
    + Port to new compat API.
    + Silence warnings by using newer xf86dgaproto.

++++ xf86-video-vesa:

  - Update to version 2.3.2:
    + Add api 13 compat layer.
    + Convert to new screen conversion APIs.
    + Add missing compat-api header.

++++ xf86-video-voodoo:

  - Update to version 1.2.5:
    + Fix build against older X servers.
    + Fix build against XAA-less server.
    + Drop useless vgaHW include.
    + Fall back to shadowfb if XAA is unavailable.

------------------------------------------------------------------
------------------  2012-9-1  -  Sep 1 2012  -------------------
------------------------------------------------------------------

++++ ipa-fonts:

  - updated to version 003.02
    * glyphs of 55 characters are updated for the new daily-use
    characters table

++++ terminus-bitmap-fonts:

  - Updated to version 4.38 (no changelog found)
  - SPEC file changes
    . corrected patch terminus-bitmap-fonts.patch
    . corrected provides and obsoletes

++++ vim:

  - Update to patchlevel 646, fixes the following problems
    * Segfault with specific autocommands.
    * Not all zero-width matches handled correctly for "gn".
    * Cannot select beyond 222 columns with the mouse in xterm.
    * "|" does not behave correctly when 'virtualedit' is set.
    * There is no way to make 'shiftwidth' follow 'tabstop'.
    * "gn" does not handle zero-width matches correctly.
    * Completion for a user command does not recognize backslash before
    a space.
    * Auto formatting messes up text when 'fo' contains "2".
    * Cannot operate on the text that a search pattern matches.
    * File names in :checkpath! output are garbled.
    * winrestview() does not always restore the view correctly.
    * CTRL-P completion has a problem with multi-byte characters.
    * inputdialog() doesn't use the cancel argument in the console.
    *  is not expanded properly with DBCS encoding.
    * Can only move to a tab by absolute number.
    * Crash when $HOME is not set
    * "ygt" tries to yank instead of giving an error.
    * ":vimgrep" does not obey 'wildignore'.

------------------------------------------------------------------
------------------  2012-8-31  -  Aug 31 2012  -------------------
------------------------------------------------------------------

++++ gedit:

  - Update to version 3.5.2:
    + Improvements in snippets plugin
    + Use autoreconf instead gnome-autogen
    + Misc bugfixes
    + Updated translations.

++++ kernel-default:

  - ARM(omap2plus): Remove optional parts that don't compile
  - commit 77105c2
  - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y
    && CONFIG_I2C_DESIGN.
  - Delete
    patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
    Move it to rpmify, so that vanilla builds fine too.
  - commit 0217ad5

++++ kernel-desktop:

  - ARM(omap2plus): Remove optional parts that don't compile
  - commit 77105c2
  - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y
    && CONFIG_I2C_DESIGN.
  - Delete
    patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
    Move it to rpmify, so that vanilla builds fine too.
  - commit 0217ad5

++++ kernel-pae:

  - ARM(omap2plus): Remove optional parts that don't compile
  - commit 77105c2
  - i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y
    && CONFIG_I2C_DESIGN.
  - Delete
    patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
    Move it to rpmify, so that vanilla builds fine too.
  - commit 0217ad5

++++ kiwi:

  - v5.04.8 released
  - fixed unit test due to changed revision check output
  - v5.04.7 released
  - fixed kiwirevision check, newline at eol invalidates the match
  - v5.04.6 released
  - fixed syslinux based boot partition setup. We don't have
    symlinks on fat thus we have to copy the result of mkinitrd
    to the boot/ directory on the boot partition
  - adapt suse-live-usbstick example for 12.2, switching to btrfs
    because of bad impressions with persistent writing into clicfs
  - allow overwrite of what kiwi thinks is the minimum required size
  - fixed evaluation of ramonly attribute for clicfs based images
  - fixed checkFileSystem() to correctly detect clicfs filesystems
    also use blkid to detect the filesystem in the first place.
  - fixed KIWIGlobal::mount() function to correctly identify a clicfs
    image as filesystem image and not as a disk
  - fixed validation of kiwirevision attribute. The kiwi revision
    as it is defined in /usr/share/kiwi/.revision is not a number.
    Thus the XML schema should not require a number
  - fixed system theme configuration for plymouth/grub2
    * make sure kiwi writes the plymouth theme setup to
    /etc/plymouth/plymouth.conf. looks like the initrd
    creation tool of the distro uses the information
    from this file
    * make sure kiwi writes the grub2 theme setup to
    /etc/default/grub. when using grub2-mkconfig this seems
    to be required

++++ gtkmm3:

  - Update to version 3.5.12:
    + Gtk:
  - Added the LevelBar widget
  - Application:
    . Added get_active_window()
    . Don't call add_window() before the application is
    registered
  - CellRendererText: Added the placeholder_text property
  - Entry: Add input purpose and input hints methods
  - MenuButton: Added get/set_popup(), deprecated get/set_menu()
  - Settings: Deprecate the gtk-touchscreen-property
  - TextView: Added input purpose and input hints methods
  - Widget: Added insert_action_group()
    + Updated documentation (bgo#670212).
  - Add doxygen and xsltproc BuildRequires: the tarball does not
    contain built documentation anymore, so we need those tools to
    build it now.

++++ libnfnetlink:

  - Update to new git snapshot 1.0.0+git35
    * Fix incomplete retrieval of the interface list,
    which causes conntrackd to not operate as desired
    (http://marc.info/?l=netfilter&m=134458290414850&w=2 )

++++ libnl3:

  - Update to new upstream release 3.2.12
    * Add new API to retrieve versioning information at runtime
    suitable for python ctype.

++++ pcsc-lite:

  - Updated to version 1.8.6
    * Fix a problem when only serial drivers are used
    (no hotplug/USB driver)
    * increase log buffer size from 160 to 2048. Some "long" log
    lines where truncated.
    * Fix redirection of stdin, stdout and stderr to /dev/null when
    pcscd is started as a daemon (default)
    * Some other minor improvements and bug corrections

++++ sqlite3:

  - New version 3.7.13:
    * In-memory databases that are specified using URI filenames are
    allowed to use shared cache, so that the same in-memory
    database can be accessed from multiple database connections.
    * Recognize and use the mode=memory query parameter in URI
    filenames.
    * Avoid resetting the schema of shared cache connections when
    any one connection closes. Instead, wait for the last
    connection to close before reseting the schema.
    * In the RTREE extension, when rounding 64-bit floating point
    numbers to 32-bit for storage, always round in a direction
    that causes the bounding box to get larger.
    * Adjust the unix driver to avoid unnecessary calls to fchown().
    * Add interfaces sqlite3_quota_ferror() and
    sqlite3_quota_file_available() to the test_quota.c module.
    * The sqlite3_create_module() and sqlite3_create_module_v2()
    interfaces return SQLITE_MISUSE on any attempt to overload or
    replace a virtual table module. The destructor is always
    called in this case, in accordance with historical and current
    documentation.

++++ libwebp:

  - Update to version 0.2.0:
    * Add support for ARGB -> YUVA conversion for lossless decoder
    * Add stats for lossless and alpha encoding
    * Security related hardening: allocation and size checks
    * Add PAM output support to dwebp
    * Alpha channel encode/decode support
    * Lossless encoder/decoder
    * Add TIFF input support to cwebp
    * Incompatible changes:
  - The encode ABI has been modified to support alpha encoding
  - Deprecated function WebPINew() has been removed
  - Decode function signatures have changed to consistently use
    size_t over int/uint32_t
  - decode_vp8.h is no longer installed system-wide
  - cwebp will encode the alpha channel if present.
    * Add libtiff-devel BuildRequires for the new tiff input support.
    * Rename libwebp2 subpackage to libwebp4 (by changing lname
    defines), following upstreams soname bump (incl. baselibs.conf).
    * No reason to run autogen

++++ xfce4-session:

  - add xfce4-session-handle-multiple-interactive-session-save.patch
    in order to handle multiple interactive session save correctly,
    this should fix a lot of cases where xfwm4 was not saved and
    thus missing in the next session (bxo#5379)
  - add build dependency on libICE and iceauth in order to fix the
    build on Factory

++++ rsyslog:

  - update to 6.4.0 [BETA] 2012-08-20
    This is the first version of the 6.4.0 stable branch.
    http://www.rsyslog.com/changelog/
  - add rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
    to fix compiler warning
  - rsyslog-6.2.2-link-libestr.patch no longer required
  - template functionality was removed upstream

++++ wireshark:

  - license update: GPL-2.0+ and GPL-3.0+
    According to the COPYING file the PIDL utility (standalone tool) is
    GPL-3.0+ licensed

------------------------------------------------------------------
------------------  2012-8-30  -  Aug 30 2012  -------------------
------------------------------------------------------------------

++++ autoyast2:

  - use ButtonBox widget where appropriate (bnc#701255)

++++ grub2:

  - add grub2-fix-Grub2-with-SUSE-Xen-package-install.patch (bnc#774666)
  - add grub2-pass-corret-root-for-nfsroot.patch (bnc#774548)

++++ java-1_7_0-openjdk:

  - update to icedtea-2.3.1 / OpenJDK7 u6 (bnc#777499)
    * Security fixes
  - RH852051, CVE-2012-4681: Reintroduce PackageAccessible checks
    removed in  6788531.
    * Bug fixes
  - PR902: PulseAudioClip getMicrosecondsLength() returns length in
    milliseconds, not microseconds
  - PR986: IcedTea7 fails to build with IcedTea6 CACAO due to low max heap
    size
  - PR1050: Stream objects not garbage collected
  - PR1119: Only add classes to rt-source-files.txt if the class (or one or
    more of its methods/fields) are actually missing from the boot JDK
  - PR1137: Allow JARs to be optionally compressed by setting COMPRESS_JARS
    * OpenJDK
  - Make dynamic support for GConf work again.
  - PR1095: Add configure option for -Werror
  - PR1101: Undefined symbols on GNU/Linux SPARC
  - PR1140: Unnecessary diz files should not be installed
  - S7192804, PR1138: Build should not install jvisualvm man page for OpenJDK
    * JamVM
  - ARMv6 armhf: Changes for Raspbian (Raspberry Pi)
  - PPC: Don't use lwsync if it isn't supported
  - X86: Generate machine-dependent stubs for i386
  - When suspending, ignore detached threads that have died, this prevents
    a user caused deadlock when an external thread has been attached to the
    VM via JNI and it has exited without detaching
  - Add missing REF_TO_OBJs for references passed from JNI, this enable
    JamVM to run Qt-Jambi
  - there are number of fixes in 2.3, see NEWS

++++ kernel-default:

  - Update config files: Add highbank (forgot in last patch)
  - commit e86b000
  - config.conf: Enable ARM
  - Update ARM config files.
  - Add highbank definition
  - commit 835e93d
  - rpm/kernel-module-subpackage: Provide name-kmp = %version in KMPs
    This allows userspace packages to require a specific version of a KMP,
    wothout worrying about the _k suffix.
  - commit caaaa9a

++++ kernel-desktop:

  - Update config files: Add highbank (forgot in last patch)
  - commit e86b000
  - config.conf: Enable ARM
  - Update ARM config files.
  - Add highbank definition
  - commit 835e93d
  - rpm/kernel-module-subpackage: Provide name-kmp = %version in KMPs
    This allows userspace packages to require a specific version of a KMP,
    wothout worrying about the _k suffix.
  - commit caaaa9a

++++ kernel-pae:

  - Update config files: Add highbank (forgot in last patch)
  - commit e86b000
  - config.conf: Enable ARM
  - Update ARM config files.
  - Add highbank definition
  - commit 835e93d
  - rpm/kernel-module-subpackage: Provide name-kmp = %version in KMPs
    This allows userspace packages to require a specific version of a KMP,
    wothout worrying about the _k suffix.
  - commit caaaa9a

++++ kiwi:

  - removed console-setup.service helper for 12.2 JeOS. The
    final version of 12.2 allows console access after some
    time
  - use background_image for grub2 boot message box
  - allow to overwrite the architecture when computing
    package dependencies in the KIWISatSolver module. This
    allows to provide package information for other than
    the real architecture. In order to set the value the
    environment variable: KIWI_REPO_INFO_ARCH must be set

++++ kvm:

  - Update to qemu-kvm v1.2 rc1
  - Update to the most recent upstream seabios code base

++++ libgdiplus0:

  - build also against libpng15
    * libpng15.patch

++++ webkitgtk:

  - Switch to GStreamer 1.0:
    + Pass --with-gstreamer=1.0 to configure
    + Replace pkgconfig(gstreamer*-0.10) BuildRequires with
    pkgconfig(gstramer*-1.0).

++++ webkitgtk3:

  - Switch to GStreamer 1.0:
    + Pass --with-gstreamer=1.0 to configure
    + Replace pkgconfig(gstreamer*-0.10) BuildRequires with
    pkgconfig(gstramer*-1.0).

++++ netpbm:

  - license update: BSD-3-Clause and GPL-2.0+ and SUSE-IJG and MIT and
    SUSE-Public-Domain
    SPDX format, as per Fedora declaration

++++ liborcus:

  - Updated the package.  It now supports --disable-libzip.

++++ libstorage:

  - 2.23.0
  - first final implementation of thin provisioning in LVM

++++ tevent:

  - Update to 0.9.17.
    + Add threaded poll_mt testcase
    + tevent_poll: Decouple poll_ev->fds handling from adding/removing fds
    + tevent: Refer to the correct header in testsuite.c

++++ perl-Bootloader:

  - pbl rewrite continued
  - 0.701
  - add management to GRUB_BACKGROUND
  - export section and write as global option
  - manage GRUB_DISABLE_OS_PROBER settings
  - use grub device name in /etc/default/grub_installdevice

++++ yast2-bootloader:

  - remove vga=ask
  - add option to disable os-prober

++++ zypper:

  - Update zypper-po.tar.bz2

------------------------------------------------------------------
------------------  2012-8-29  -  Aug 29 2012  -------------------
------------------------------------------------------------------

++++ ModemManager:

  - Update to version 0.6.0.0:
    + Minor bugfixes.

++++ autoyast2:

  - prevent cloning of /dev/tmpfs storage container (bnc#776365)

++++ evolution:

  - Add evolution-gst10.patch: Port evolution to GStreamer 1.0.
  - Replace pkgconfig(gstreamer-0.10) BuildRequires with
    pkgconfig(gstreamer-1.0), enabling the port to GStreamer 1.0.

++++ gimp:

  - Update to version 2.8.2:
    + Core:
  - Make tag matching always case-insensitive
  - Let the tile-cache-size default to half the physical memory
    + GUI:
  - Mention that the image was exported in the close warning
    dialog
  - Make sure popup windows appear on top on OSX
  - Allow file opening by dropping to the OSX dock
  - Fix the visibility logic of the export/overwrite menu items
  - Remove all "Use GEGL" menu items, they only add bugs and zero
    function
  - Improve performance of display filters, especially color
    management
  - Fix the image window title to comply with the save/export
    spec and use the same image name everywhere, not only in the
    title
  - Fix positioning of pasted/dropped stuff to be more reasonable
    + Libgimp:
  - Move gimpdir and thumbnails to proper locations on OSX
  - Implement relocation on OSX
  - Allow to use $(gimp_installation_dir) in config files
    + Plug-ins:
  - Fix remembering of JPEG load/save defaults
  - Revive the page setup dialog on Windows
    + Source and build system:
  - Add Windows installer infrastructure
  - Add infrastructure to build GIMP.app on OSX
    + General:
  - Lots of bug fixes
    + Updated translations.
  - Drop gimp-CVE-2012-3236.patch: fixed upstream.
  - Clean spec-file using spec-cleaner.

++++ kiwi:

  - fixed grub2 install if in targetdevice/targetstudio mode
    when using a real disk device the bindloop variable
    was not set because no partition binding is required
  - Moving repository to my github:
    http://github.com/mbarringer/imagewriter

++++ librest:

  - Update to version 0.7.90:
    + Allow to disable libsoup strict SSL check
    + Add username/password support
    + Several API additions
    + Build fixes
    + Fix some leaks.

++++ liferea:

  - Fix liferea-opensuse-feeds.patch (bnc#777737): openSUSE Feed
    URLs with duplicate http://.

++++ opensuse-manuals_de:

  - Update text and image files; bnc#777832.

++++ pciutils-ids:

  - automated update on 2012-08-29

++++ yast2-country:

  - Makefiles adapted to changed structure
  - 2.22.10

------------------------------------------------------------------
------------------  2012-8-28  -  Aug 28 2012  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Update to version 0.6.24:
    + add User.Local property for identifying local users.

++++ autofs:

  - autofs-5.0.7-fix-use-devid-after-free.patch: fix use cache entry
    after free in lookup_prune_one_cache() (bnc#774241)
  - autofs-5.0.7-fix-parse-buffer-initialization.patch: fix parse
    buffer initialization to avoid corruption in the map file name
    string (bnc#777709)

++++ bluez:

  - enable bluetooth.service on install (bnc#772455)

++++ fonts-config:

  - remove SuSEconfig.fonts (openFATE#313536)

++++ glibc:

  - Update to da1f43196321, major changes:
    * Fix strtod integer/buffer overflow (bso#14459).
    * Fix segmentation fault in strncasecmp for i686.
    * Translation updates

++++ glibc:

  - Update to da1f43196321, major changes:
    * Fix strtod integer/buffer overflow (bso#14459).
    * Fix segmentation fault in strncasecmp for i686.
    * Translation updates

++++ kernel-default:

  - config: Update -vanilla for ChipIdea fix
  - commit c45f0ac
  - chipidea: Allow user to select PCI/IMX options.
    This allows us to disable the ChipIdea IMX code on powerpc,
    where it was causing build problems.
  - commit 278cad2
  - config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
    This hardware is only found on the Samsung EXYNOS boards.
  - commit 429a008

++++ kernel-desktop:

  - config: Update -vanilla for ChipIdea fix
  - commit c45f0ac
  - chipidea: Allow user to select PCI/IMX options.
    This allows us to disable the ChipIdea IMX code on powerpc,
    where it was causing build problems.
  - commit 278cad2
  - config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
    This hardware is only found on the Samsung EXYNOS boards.
  - commit 429a008

++++ kernel-pae:

  - config: Update -vanilla for ChipIdea fix
  - commit c45f0ac
  - chipidea: Allow user to select PCI/IMX options.
    This allows us to disable the ChipIdea IMX code on powerpc,
    where it was causing build problems.
  - commit 278cad2
  - config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
    This hardware is only found on the Samsung EXYNOS boards.
  - commit 429a008

++++ kiwi:

  - added multiboot support for grub2 setup. This allows Xen
    dom0 appliances booting via grub2
  - remove duplicate implementation of profile setting
    * the setSelectionProfiles() and setActiveProfileNames() methods
    implemented the same functionality. The new method
    setSelectionProfileNames() is now the singular implementation of this
    functionality.
    * relocate the new method into the block that separates code using the
    imageConfig data structure (this should avoid duplicate implementation
    in the future).
  - fix up the XML unit test to handle the new split for bootsplash and
    bootloader theme settings
  - allow to overwrite the architecture when computing
    package dependencies in the KIWIXMLInfo module. This
    allows to provide package information for other than
    the real architecture. In order to set the value the
    environment variable: KIWI_REPO_INFO_ARCH must be set
  - DB: rebuild schema documentation
  - DB: rebuild documentation
  - DB: update documentation due to the boot theme changes
  - update XML descriptions to schema version 5.5
  - added XSL stylesheet to auto convert former 
    sections into  and  sections.
  - split  setup into  and 
    elements. This allows to have different theme values for splash and
    bootloader as it could appear with the plymouth and grub2.
    Additionally people are more flexible when providing custom
    branding data for either splash or the bootloader (bnc #777599)
  - unset *ROOT variables from config.mac if set via cmdline (bnc #777578)

++++ mariadb:

  - Reenable use of initgroups() (revert a temporary workaround
    for ancient bmc#3037, search below for bug #39798).
    This is necessary if we want to use the auth_pam plugin to
    authenticate users against their unix password via pam_unix2.
    For that, mysqld must run as group shadow and maintain membership
    after forking.

++++ libplist:

  - license update: LGPL-2.1+
    LGPL-2.1 can be relicensed to GPL without further permission. No need to
    explicitly call out the GPL as a license option. Fedora has been using
    LGPL-2.1+ for awhile so gain compatibility there too

++++ qemu:

  - update to v1.2.0-rc1: http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script

++++ qemu-linux-user:

  - update to v1.2.0-rc1: http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script

++++ rpm:

  - update to rpm-4.10.0
    * get rid of a couple of patches

------------------------------------------------------------------
------------------  2012-8-27  -  Aug 27 2012  -------------------
------------------------------------------------------------------

++++ php5:

  - use FilesMatch with 'SetHandler' rather than 'AddHandler'
    [bnc#775852]
  - updated to 5.3.16:
    * fixes over 20 bugs, see NEWS for more details

++++ dbus-1-x11:

  - dbus-cve-2012-3524.patch: Add patch for CVE-2012-3524 to fix getenv()
    vulnerability in setuid root binaries (bnc#697105)

++++ ekiga:

  - Update to version 3.9.90:
    + Major user-visible fixes:
  - Major overhaul of the main window
  - Add a new page in assistant with an introduction to accounts
  - Unregister accounts when quitting
  - Auto-answering to calls (in 3.3.0 in fact)
  - Faster startup by not getting canonical name of servers
  - Partial support of H.239
  - Speed up registration when packets get lost
  - Use optimised flags for H.264 video decoder
  - Limit history book to 100 entries, fixing some crashes
  - Improvements to the still experimental loudmouth plugin
  - Fix chat messages are received several times if several
    network interfaces
  - Set presence to offline upon quitting
  - Blacklist NSE, fixing registration with some registrars, such
    as Eutelia
  - Canonise address introduced when adding/editing a contact in
    roster
  - Use gnome icons instead of ekiga's own
  - Some fixes on online/offline presence
  - Disable IPv6 by default, which caused some problems (will be
    enabled later)
  - Fix a race condition in PulseAudio plugin
  - Initial support for handling multiple video streams (H.239
    + Protocol fixes:
  - Fixes for Contact field during registration:
    . Use two additional compatibility mode for some bogus
    registrars
    . Fix order of items in Contact field
  - Fix presence with asterisk
  - Fixes on INVITE packets in some corner cases
  - Fix own presence stopping to be sent after some time
  - Fix loading of codecs without an encoding name, e.g.
    MS-IMA-ADPCM
  - Use SIP OPTIONS to refresh NAT bindings
  - Numerous other fixes, especially on H264 support
    + Windows fixes.
    + Build fixes.
    + Updated translations.
  - Drop ekiga-gcc47.patch: fixed upstream.
  - Drop ekiga-libboost.patch: more complete fixed upstream.
  - Drop libtool BuildRequires and call to autoreconf: we no longer
    carry any patch.

++++ evolution-data-server:

  - Add evolution-data-server-EAuthSession.patch: Fix broken
    dispatching of EAuthenticationSession

++++ gjs:

  - Add gjs-avoid_crash.patch: Fix crashes in gnome-shell.

++++ gnome-shell:

  - Add gnome-shell-cancellable.patch: fix issue where second attempt
    to login after pressing "escape" key on the login "freeze" and
    raise an exception about IOError operation cancelled.

++++ intel-gpu-tools:

  - Update to version 1.3:
    New intel-gpu-tools release with too much stuff changed. Biggest part is
    improvements to the testsuit, but also some other neat things:
    + dpf tool for handling l3 remapping on gen7
    + robustify against wc gtt mappings
    + improvements to the reg_dumper and register read/write tools
    + haswell support
  - Packaging changes:
    + Added cairo to BuildRequires (we need this now)
    + changed intel-gpu-tools-no-test.diff to speed up compilation

++++ kernel-default:

  - Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
    This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
    The issue is either an incomplete clk API on powerpc or clk_devm needs
    to be made generic. Discussion continues upstream.
  - commit 8c9a4e9
  - clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
    This fixes the clk_devm_get build failures on ppc.
  - commit 54e1c00
  - Update to 3.6-rc3.
  - commit 0a688a0

++++ kernel-desktop:

  - Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
    This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
    The issue is either an incomplete clk API on powerpc or clk_devm needs
    to be made generic. Discussion continues upstream.
  - commit 8c9a4e9
  - clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
    This fixes the clk_devm_get build failures on ppc.
  - commit 54e1c00
  - Update to 3.6-rc3.
  - commit 0a688a0

++++ kernel-pae:

  - Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
    This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
    The issue is either an incomplete clk API on powerpc or clk_devm needs
    to be made generic. Discussion continues upstream.
  - commit 8c9a4e9
  - clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
    This fixes the clk_devm_get build failures on ppc.
  - commit 54e1c00
  - Update to 3.6-rc3.
  - commit 0a688a0

++++ kiwi:

  - create a unique application ID for install ISO images
  - fixed creation of install media if a target/studio device
    is used which is a disk but requires a mapping section to
    access partitions on this disk. One example is a NBD mapped
    disk which requires kpartx to run before one can access
    partitions on the disk

++++ dbus-1:

  - dbus-cve-2012-3524.patch: Add patch for CVE-2012-3524 to fix getenv()
    vulnerability in setuid root binaries (bnc#697105)

++++ libfprint:

  - license update: LGPL-2.1+
    No LGPL-2.1 "only" licenses found in the package

++++ lzo:

  - license update: GPL-2.0+
    No GPL-2.0 "only" licenses found in the package

++++ opal:

  - Update to version 3.10.7:
    + Fixed SIP authentication so cannot ever get into continuous
    retry of bad credentials.
    + Fixed OpenPhone status indication of invalid credentials on
    register/subscribe.
    + Fixed race condition searching for H.323 connections.
    + Remove obsolete stack align hack for ffmpeg
  - Changes from version 3.10.6:
    + Fix H.323 using H.263+ only.
    + Fixed ordering of media formats from H.245 TCS, so now
    correctly opens preferred codec indicated by remote.
    + Only to NAT refresh for SIP REGISTER and SUBSCRIBE handlers.
    + Increase default RTP payload size.
    + Removed very old NetMeeting compatible H.261 media formats as
    they now seem to cause other endpoints issues.
    + Fixed H.323 transmit channel only using target bit rate not max
    bit rate.
    + Fixed shut down of RTP session when using STUN.
    + Fixed handling of SIP 491 Request Pending response.
    + Only use re-INVITE to resolve the multiple codec in response
    SDP when in 2xx response, not 183's etc.
    + Correctly handled INVITE with SDP when call on hold.
    + Include sessionID in H.323 OLC Ack for "standard" session ID
    numbers (audio/video) even though not strictly necessary.
    + Fixed H.323 bandwidth control on individual channel.
    + Several bug fixes and other code changes.
  - Drop opal-fix-SILK-test.patch: fixed upstream.

++++ libpcap:

  - BuildRequire libusb-devel for "usb sniffing"
  - Added libpcap-ocloexec.patch:
    Use O_CLOEXEC in all internal fds so they do not
    leak on fork()..execve()

++++ libsemanage:

  - license update: LGPL-2.1+
    Could not find any LGPL-2.1 "only" licensed files in the pacakge

++++ LibVNCServer:

  - Devel package needs a dependency on gnutls-devel

++++ zvbi:

  - license update: LGPL-2.1+ and GPL-2.0+
    Use SPDX format and include the LGPL as well

++++ man-pages:

  - update to version 3.42
    * Global changes
    * Various pages
    Global fix: use UR macro where applicable
    The syntax .UR http://example.com paired with .UE will create
    links which one can interact, if the pager allows that.  One
    way to see the effect is ask the man(1) command to use browser
    display, e.g.:
    man -H man7/uri.7
    ("\:" is optional groff syntax to permit hyphenless line breaks.)
    * Changes to individual pages
    ldd.1
    Add security note on untrusted executables
    See also http://www.catonmat.net/blog/ldd-arbitrary-code-execution/
    and
    http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
    clone.2
    Rewrite discussion of sys_clone
    futex.2
    Consolidate error descriptions to ERRORS
    Various wording fix-ups
    Fix description of EINVAL error
    The current text seems incorrect. Replace with a more general
    description.
    getdents.2
    select_tut.2
    atof.3
    atoi.3
    pthread_create.3
    pthread_sigmask.3
    rtime.3
    setbuf.3
    tsearch.3
    netlink.7
    Remove unneeded casts
    get_robust_list.2
    get_thread_area.2
    getcpu.2
    getdents.2
    gettid.2
    io_cancel.2
    io_destroy.2
    io_getevents.2
    io_setup.2
    io_submit.2
    ioprio_set.2
    kexec_load.2
    llseek.2
    modify_ldt.2
    mq_getsetattr.2
    pivot_root.2
    readdir.2
    rt_sigqueueinfo.2
    set_thread_area.2
    sgetmask.2
    spu_create.2
    spu_run.2
    subpage_prot.2
    sysctl.2
    tkill.2
    Add note to SYNOPSIS that there is no glibc wrapper for system call
    Reduce the chance that the reader may be misled into thinking
    that there is a wrapper function for this system call by noting
    explicitly in the SYNOPSIS that there is no glibc wrapper and
    pointing the reader to NOTES for further details.
    ioprio_set.2
    Clarify the multithreaded behavior of ioprio_set(2)
    Document who==0 for IOPRIO_WHO_PROCESS and IOPRIO_WHO_PGRP
    For IOPRIO_WHO_PROCESS, who==0 means operate on the caller.
    For IOPRIO_WHO_PGRP, who==0 means operate on the caller's
    process group.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652443
    migrate_pages.2
    Fix description of return value
    mount.2
    For MS_REMOUNT, source is ignored
    mprotect.2
    'addr' argument is not const
    As reported by Rasmus:
    Both my system's man-pages (3.22) and the latest online
    (3.41) show:
    int mprotect(const void *addr, size_t len, int prot);
    as the prototype for mprotect(2). However, POSIX [1] and the
    actual sys/mman.h (on all the systems I checked) do not have
    the const qualifier on the first argument.
    msgctl.2
    semctl.2
    shmctl.2
    svipc.7
    Don't mention that ipc_perm is defined in 
    There's no need to mention that the 'ipc_perm' structure
    is defined in . That's an implementation detail,
    and furthermore  is itself included by the other
    System V IPC header files. The current text might lead the
    reader to conclude that they must include , which
    is not the case (it is required neither on Linux, nor by the
    standards).
    msgctl.2
    msgget.2
    msgop.2
    semctl.2
    semget.2
    semop.2
    shmctl.2
    shmget.2
    NOTES:  and  aren't strictly needed
    Add text to NOTES to say that the  and 
    header files aren't required by Linux or the standards, but may
    be needed for portability to old systems.
    ptrace.2
    Explain WNOHANG behavior and EINTR bug
    I didn't like ithe "SIGKILL operates similarly, with exceptions"
    phrase (if it's different, then it's not "similar", right?),
    and now I got around to changing it. Now it says simply:
    "SIGKILL does not generate signal-delivery-stop and therefore
    the tracer can't suppress it."
    Replaced "why WNOHANG is not reliable" example with a more
    realistic one (the one which actually inspired to add this
    information to man page in the first place): we got
    ESRCH - process is gone! - but waitpid(WNOHANG) can still
    confusingly return 0 "no processes to wait for".
    Replaced "This means that unneeded trailing arguments may
    be omitted" part with a much better recommendation
    to never do that and to supply zero arguments instead.
    (The part about "undocumentedness" of gcc behavior was bogus,
    btw - deleted).
    Expanded BUGS section with the explanation and an example
    of visible strace behavior on the buggy syscalls which
    exit with EINTR on ptrace attach. I hope this will lead
    to people submitting better bug reports to lkml about
    such syscalls.
    seteuid.2
    Note glibc version where setegid() implementation changed
    In glibc 2.2/2.3, setegid() switched from setregid() to setresgid().
    set_tid_address.2
    Rename 'ctid' argument for consistency with clone(2) page
    Some rewordings and minor clarifications
    sigwaitinfo.2
    Some wording clarifications
    Mainly rewording things like "is delivered" to "becomes pending",
    which is more accurate terminology.
    syscall.2
    Add some more details to the description of syscall(2)
    And add another example of using syscall() to the program example.
    syscalls.2
    Add kcmp(2)
    Move discussion of set_zone_reclaim(2) out of main table
    This system call was never visible to user space, so it makes
    sense to move it out of the main table of system calls into
    the notes below the table.
    getifaddrs.3
    Note that ifa_addr and ifa_netmask can be NULL
    readdir.3
    Handle -1 error from pathconf() in example code snippet
    Improve the example demonstrating allocation of a buffer
    for readdir_r() to handle -1 error return from pathconf().
    Otherwise, naive readers may think that pathconf() return
    value can be used without checking.
    realpath.3
    Use past tense with ancient history (libc4, libc5)
    regex.3
    Correct SEE ALSO reference to glibc manual "regex" section
    rtime.3
    Fix broken pointer cast in example code
    sem_close.3
    sem_destroy.3
    sem_getvalue.3
    sem_init.3
    sem_open.3
    sem_post.3
    sem_unlink.3
    sem_wait.3
    sem_overview.7
    Note that "cc -pthread" is required; "-lrt" no longer works
    See https://bugs.launchpad.net/ubuntu/+source/manpages/+bug/874418
    sigwait.3
    Reword "is delivered" to "becomes pending"
    strcat.3
    Add some text to emphasize the dangers of buffer overruns
    NOTES: Add discussion of strlcat()
    strcpy.3
    Note that info is lost when strncpy() doesn't null terminate
    Add some text to emphasize possibility of buffer runs with strcpy()
    NOTES: Add a discussion of strlcpy()
    Inspired by https://lwn.net/Articles/506530/
    Fix description of the null-byte padding performed by strncpy()
    tsearch.3
    NOTES: remove redundant discussion of unorthodox use of term "postorder"
    This point is already covered at greater length in the main
    text of the page (See the piece "More commonly, ...").
    Clarify use for first argument to the twalk() 'action' function
    There's a number of details in POSIX that are omitted in
    the current version of this page.
    Some wording fixes
    core.5
    Note effect of madvise(2) MADV_DONTDUMP flag
    capabilities.7
    Document CAP_BLOCK_SUSPEND
    glob.7
    Change 8 bit characters to 7 bit representation
    Fixes rendering errors for accented 'a' characters.
    Update bash(1) command used to obtain classical globbing behavior
    The man page formerly noted the bash(1) v1 command to do this.
    iso_8859-1.7
    Explanation of SOFT HYPHEN and the code for it
    :89: warning: can't find special character `shc'
    This is the only "iso_8859-*.7" file that has this (now)
    undefined character.  The code in column four in "iso_8859-1.7" is
    "0x2D" ("HYPHEN, MINUS SIGN" or "HYPHEN-MINUS") instead of "0xAD".
    See Debian bug 156154 (or package "manpages").
    There should be an explanation for this graphic character and the
    code should be 0xAD in iso_8859-1.7 (as in all others), even
    though "[gn]roff" does not display a "HYPHEN" in that position of
    the table.
    The line with "SOFT HYPHEN" gets a footnote and a short
    explanation.
    mdoc.7
    Fixing a warning and a table
    Fis warning from "groff -ww ..." (or "man --warnings=w ..."):
    :294: warning:
    tab character in unquoted macro argument
    In one table the distance between columns is too small in the
    "ps" output.  (Bug in the groff "doc.tmac" macro?)
    mdoc.samples.7
    Fix warnings from [ng]roff, corrections
    From "man -ww ..." (groff -ww ...):
    :541: warning:
    tab character in unquoted macro argument
    [+3 similar warnings]
    :813: warning: macro `Pu' not defined
    Usage: .Rv -std in sections 2 and 3 only (#1669)
    mdoc warning: A .Bl directive has no matching .El (#1821)
    String "Pu" defined as a row of punctuation characters.
    ".Bl" and ".El" fixed.
    Some arguments, that start with a period or are the name of a
    macro, protected with "\&".
    Variable name for macro ".Rv" corrected.
    netdevice.7
    Line in table too long
    Fix warning from "man ..." ("nroff -ww ..."):
    nroff: netdevice.7: warning: around line 98:
    table wider than line width
    Fix: No right adjustment in text blocks in tables.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673873
    netlink.7
    Line in table is too long
    Fix warning from "man ..." ("nroff -ww ..."):
    nroff: netlink.7: warning: around line 195:
    table wider than line width
    Horizontal line incorporated into table.
    No right adjustment of text blocks in tables.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673875
    Change description of "*_pid" fields to "Port ID"
    As reported by Herbert Xu, these should not be considered as PIDs.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383296
    rtnetlink.7
    Line in table too long
    Fix warning from "man ..." ("nroff -ww ..."):
    nroff: rtnetlink.7: warning: around line 415:
    table wider than line width
    Column gutter reduced to fit line length.
    Right adjustment in text blocks removed in tables.
    Some header made centered in tables.
    One table put on same page.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674051
    socket.7
    Document SO_MARK socket option
    Commit 4a19ec5800fc3bb64e2d87c4d9fdd9e636086fe0 in Jan 2008 added
    the new SO_MARK socket option.
    This patch is based on text from the commit message.
    See https://bugzilla.kernel.org/show_bug.cgi?id=16461.
    svipc.7
    SYNOPSIS: Remove include of  and 
    Including  and  isn't needed on Linux
    and isn't really relevant for the explanation on this page.

++++ pkg-config:

  - Update to version 0.27.1:
    + Various fixes for using the internal glib snapshot. It should
    now be usable pretty much everywhere with the exception that
    universal builds are not supported on OS X.
    + Remove usage of gettext from the internal glib to avoid gettext
    and libintl dependencies
    + Update internal glib snapshot to 2.32.4
    + Fix check for POSIX shell used in tests to work better
    + Handle spaces in autodetected prefix on Windows
    + Bugs fixed: fdo#3550, fdo#51883, fdo#52031, fdo#53493.

++++ python3:

  - update to 3.3.0 RC1
  - added Provides for %{python_version}, we'll see whether that
    breaks everything

++++ rsyslog:

  - add support for mmnormalize (via liblognorm) and template modules

++++ seamonkey:

  - update to SeaMonkey 2.12 (bnc#777588)
    * MFSA 2012-57/CVE-2012-1970
    Miscellaneous memory safety hazards
    * MFSA 2012-58/CVE-2012-1972/CVE-2012-1973/CVE-2012-1974/CVE-2012-1975
    CVE-2012-1976/CVE-2012-3956/CVE-2012-3957/CVE-2012-3958/CVE-2012-3959
    CVE-2012-3960/CVE-2012-3961/CVE-2012-3962/CVE-2012-3963/CVE-2012-3964
    Use-after-free issues found using Address Sanitizer
    * MFSA 2012-59/CVE-2012-1956 (bmo#756719)
    Location object can be shadowed using Object.defineProperty
    * MFSA 2012-61/CVE-2012-3966 (bmo#775794, bmo#775793)
    Memory corruption with bitmap format images with negative height
    * MFSA 2012-62/CVE-2012-3967/CVE-2012-3968
    WebGL use-after-free and memory corruption
    * MFSA 2012-63/CVE-2012-3969/CVE-2012-3970
    SVG buffer overflow and use-after-free issues
    * MFSA 2012-64/CVE-2012-3971
    Graphite 2 memory corruption
    * MFSA 2012-65/CVE-2012-3972 (bmo#746855)
    Out-of-bounds read in format-number in XSLT
    * MFSA 2012-68/CVE-2012-3975 (bmo#770684)
    DOMParser loads linked resources in extensions when parsing
    text/html
    * MFSA 2012-69/CVE-2012-3976 (bmo#768568)
    Incorrect site SSL certificate data display
    * MFSA 2012-70/CVE-2012-3978 (bmo#770429)
    Location object security checks bypassed by chrome code
  - enable GStreamer for 12.1 and higher
  - use internal libjpeg

++++ telepathy-gabble:

  - Update to version 0.17.0:
    + Fix calls with android devices.
    + Implement WLM jidlookup. This makes possible to add MSN
    contacts using XMPP.
    + Fix google caps parsing.

++++ yast2:

  - fix bnc#776567 YaST doesn't support input method
  - 2.23.4

++++ yast2-network:

  - bnc#752464 - leak wireless passwords
  - 2.24.4

------------------------------------------------------------------
------------------  2012-8-26  -  Aug 26 2012  -------------------
------------------------------------------------------------------

++++ MozillaFirefox:

  - update to Firefox 15.0 (bnc#777588)
    * MFSA 2012-57/CVE-2012-1970
    Miscellaneous memory safety hazards
    * MFSA 2012-58/CVE-2012-1972/CVE-2012-1973/CVE-2012-1974/CVE-2012-1975
    CVE-2012-1976/CVE-2012-3956/CVE-2012-3957/CVE-2012-3958/CVE-2012-3959
    CVE-2012-3960/CVE-2012-3961/CVE-2012-3962/CVE-2012-3963/CVE-2012-3964
    Use-after-free issues found using Address Sanitizer
    * MFSA 2012-59/CVE-2012-1956 (bmo#756719)
    Location object can be shadowed using Object.defineProperty
    * MFSA 2012-60/CVE-2012-3965 (bmo#769108)
    Escalation of privilege through about:newtab
    * MFSA 2012-61/CVE-2012-3966 (bmo#775794, bmo#775793)
    Memory corruption with bitmap format images with negative height
    * MFSA 2012-62/CVE-2012-3967/CVE-2012-3968
    WebGL use-after-free and memory corruption
    * MFSA 2012-63/CVE-2012-3969/CVE-2012-3970
    SVG buffer overflow and use-after-free issues
    * MFSA 2012-64/CVE-2012-3971
    Graphite 2 memory corruption
    * MFSA 2012-65/CVE-2012-3972 (bmo#746855)
    Out-of-bounds read in format-number in XSLT
    * MFSA 2012-66/CVE-2012-3973 (bmo#757128)
    HTTPMonitor extension allows for remote debugging without explicit
    activation
    * MFSA 2012-68/CVE-2012-3975 (bmo#770684)
    DOMParser loads linked resources in extensions when parsing
    text/html
    * MFSA 2012-69/CVE-2012-3976 (bmo#768568)
    Incorrect site SSL certificate data display
    * MFSA 2012-70/CVE-2012-3978 (bmo#770429)
    Location object security checks bypassed by chrome code
    * MFSA 2012-72/CVE-2012-3980 (bmo#771859)
    Web console eval capable of executing chrome-privileged code
  - fix HTML5 video crash with GStreamer enabled (bmo#761030)
  - GStreamer is only used for MP4 (no WebM, OGG)
  - updated filelist
  - moved browser specific preferences to correct location

++++ MozillaThunderbird:

  - update to Thunderbird 15.0 (bnc#777588)
    * MFSA 2012-57/CVE-2012-1970
    Miscellaneous memory safety hazards
    * MFSA 2012-58/CVE-2012-1972/CVE-2012-1973/CVE-2012-1974/CVE-2012-1975
    CVE-2012-1976/CVE-2012-3956/CVE-2012-3957/CVE-2012-3958/CVE-2012-3959
    CVE-2012-3960/CVE-2012-3961/CVE-2012-3962/CVE-2012-3963/CVE-2012-3964
    Use-after-free issues found using Address Sanitizer
    * MFSA 2012-59/CVE-2012-1956 (bmo#756719)
    Location object can be shadowed using Object.defineProperty
    * MFSA 2012-61/CVE-2012-3966 (bmo#775794, bmo#775793)
    Memory corruption with bitmap format images with negative height
    * MFSA 2012-62/CVE-2012-3967/CVE-2012-3968
    WebGL use-after-free and memory corruption
    * MFSA 2012-63/CVE-2012-3969/CVE-2012-3970
    SVG buffer overflow and use-after-free issues
    * MFSA 2012-64/CVE-2012-3971
    Graphite 2 memory corruption
    * MFSA 2012-65/CVE-2012-3972 (bmo#746855)
    Out-of-bounds read in format-number in XSLT
    * MFSA 2012-68/CVE-2012-3975 (bmo#770684)
    DOMParser loads linked resources in extensions when parsing
    text/html
    * MFSA 2012-70/CVE-2012-3978 (bmo#770429)
    Location object security checks bypassed by chrome code
    * MFSA 2012-72/CVE-2012-3980 (bmo#771859)
    Web console eval capable of executing chrome-privileged code
  - update Enigmail to 1.4.4

++++ fcitx:

  - add openSUSE-branding theme for 12.2

++++ ibus:

  - update to 1.4.2
    Some bug fixings

++++ kiwi:

  - fixed restore of kernel splash in setupBootFlags()
  - fixed obsolete printout of done flag
  - add better user message about used splash system
  - prevent stderr output from 'cpio -it' result

++++ multipath-tools:

  - Systemd: use default service type instead of forking
  - Systemd: fix spec pre/post scripts.

++++ libzypp:

  - Update zypp-po.tar.bz2

------------------------------------------------------------------
------------------  2012-8-25  -  Aug 25 2012  -------------------
------------------------------------------------------------------

++++ kdepim4:

  - add mail loss fix bko #295484

++++ kiwi:

  - implement setRepository method using the imageConfig data structure
    * this will eventually replace setRepository_legacy()
    * it is not certain thatthis is needed in the long run
    * this completes the Repository handling in the imageConfig data structure
  - unit tests for the new implementation

++++ libgnomekbd:

  - Update to version 3.5.90:
    + Updated translations.

++++ openslp:

  - openslp-ocloexec.patch: open all internal fds with O_CLOEXEC
    so we do not leak them on fork() .. execve() particulary
    important in the shared library.

++++ transmission:

  - Add transmission-qt-lang package:
    + Enable build of translation files for transmission-qt
    + Add transmission-fix-qt-translations-dir.patch: set
    transmission translations dir to QT library translations dir.

------------------------------------------------------------------
------------------  2012-8-24  -  Aug 24 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to 8.1 prerelease:
    + Added radeonsi to the dri drivers for x86/x86_64
    + Rewrite the configuration parts of the spec file
    + Changed u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
    to apply!
    + Changed u_remove-os-abi-tag.patch to apply! (Removed parts of it)
    + Changed u_mesa-8.0.1-fix-16bpp.patch to apply! (Removed parts of it)
    + Remove upstreamed patches: (double checked)
  - upstream-llvm-patch.diff
  - U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch

++++ bash:

  - Add patch from upstream mailing list to avoids crash

++++ build:

  - update to current git
    * fixed arch PKGBUILD parsing
    * add .qcow2 file handling for kiwi
    * support root tar ball output format of kiwi

++++ desktop-translations:

  - Update translations.

++++ e2fsprogs:

  - Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix
    first part of bnc#775268

++++ evolution:

  - Add evolution-webkit-1_9_90.patch: Fix build with WebKitGTK
    1.9.90.

++++ gnome-packagekit:

  - Update to version 3.5.90:
    + Do not show the preferences program in the application view
    + Do not show the update viewer in the application overview
    + Don't show the clear button when installing or removing
    packages
    + Just call the install/remove program 'Software'
    + Make the header of gpk-application draggable
    + Reword the welcome message now we have no find button
    + Use 'Clear' for the clear packages button
    + Updated translations.
  - Rebase gnome-packagekit-OnlyShowIn.patch.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstream.
  - Replace docbook-utils BuildRequires with docbook-utils-minimal:
    It's sufficient for the build and avoids pulling in an entire
    texlive stack.
  - No longer pass --disable-scrollkeeper to conigure.

++++ gnome-power-manager:

  - Update to version 3.5.90:
    + Update gtk+ version requirements
    + Remove -Werror for development builds
    + Updated translations.

++++ gnome-user-share:

  - Update to version 3.0.3:
    + Remove markup from translatable strings
    + Update the appearance of the info bar
    + Make gnome-shell pick up the program's name
    + Port to GSettings
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstreams changes.
  - Drop pkgconfig(gconf-2.0) BuildRequires: no longer needed after
    the port to GSettings.
  - Replace gconf_* schema handling with glib2_* variants.

++++ grep:

  - Update to 2.14:
    Bug fixes:
    * grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte
    locale, even though there was no match, and the command generated
    no output.  E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would
    mistakenly print "(standard input)".  Related, seq 9 |
    LC_ALL=en_US.utf8 grep -in '^$' would print "2:4:6:8:10:12:14:16"
    and exit 0.  Now it prints nothing and exits with status of 1.
    [bug introduced in grep-2.6]
    * 'grep' no longer falsely reports text files as being binary on
    file systems that compress contents or that store tiny contents
    in metadata.
  - Add current German message catalog from the translation project.

++++ kernel-firmware:

  - Package also license files (bnc#776576)

++++ kiwi:

  - v5.04.5 released
  - fixed unit tests to work in 32bit environment
  - fixed 32bit arch check in KIWIXML constructor. For
    32bit systems the generic arch name ix86 is used
  - v5.04.4 released
  - fixed kiwi --convert mode, no initrd is required for this call
  - fixed qcow2 format creation. Invalid options are passed and
    option -c was missing to indicate compression

++++ ilmbase:

  - fix build on i586 platforms, by fixing error in declaration of the
    restorControlRegs function

++++ libdrm:

  - Update to version 2.4.39:
    + radeon: add prime import/export support
    + intel: Use VG_CLEAR on the context destroy ioctl as well.
    + radeon: fix allocation of MSAA surfaces on r600-r700
    + radeon: align r600 msaa buffers to a multiple of macrotile size
    * num samples
    + tests/modetest: Add a forgotten return, needed for opensuse buildservice
    + omap: include omap_drm.h independently

++++ libreoffice-help-group1:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)
  - add subpackages: Asturian(ast), Bulgarian(bg), Catalan(ca)

++++ libreoffice-help-en-US:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)

++++ libreoffice-help-group2:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)
  - add subpackages: Greek(el), Basque(eu), Finnish(fi)
  - move Galician(gl) to the group3 source package

++++ libreoffice-help-group3:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)
  - move Galician(gl) subpackage from the group2 source package

++++ libreoffice-help-group4:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)
  - move Brazilian Portuguese(pt-BR) from the group5 source package
  - add subpackages: Macedonian(mk), Norwegian Bokmaal(nb)

++++ libreoffice-help-group5:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)
  - add subpackages: Slovak(sk), Turkish(tr), Vietnamese(vi)
  - move Brazilian Portuguese(pt-BR) to the group4 source package

++++ libreoffice-icon-themes:

  - update version 3.6.1.2

++++ libreoffice-l10n:

  - update version 3.6.1.2
  - LO is not buildable with gcj; use java-devel >= 1.6 in BuildRequires
    (bnc#775840)
  - add subpackages: Amharic(am), Assamese(as), Asturian(ast), Esperanto(eo),
    Basque(eu), Scottish Gaelic(gd), Indonesian(id), Icelandic(is),
    Kannada(kn), Malayalam(ml), Marathi(mr), Oromo(or), Oriya(or),
    Romanian(ro)(bnc#776323)

++++ sbc:

  - initial package, version 1.0

++++ man-pages-ru:

  - license update: SUSE-Manpages and GPL-2.0+ and BSD-4-Clause-UC and
    BSD-3-Clause
    Added SUSE-Manpages to the spreadsheet linked at license.opensuse.org.
    SUSE- proprietary prefix is necessary until the license gets accepted
    upstream at spdx.org

++++ gnome-python-desktop:

  - Disable building of the evo plugins: they are currently not
    compatible with w-d-s 3.5.x.

++++ vsftpd:

  - make seccomp sandbox enabled by default
    * dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch

++++ yast2-trans:

  - Updated languages: ar cs hu nb wa zh_CN.

------------------------------------------------------------------
------------------  2012-8-23  -  Aug 23 2012  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add u_mesa-8.0-llvmpipe-shmget.patch (Fedora): use shmget under
    llvmpipe, if available (bnc#766498).
  - Update u_mesa-8.0.1-fix-16bpp.patch to work with shmget patch.

++++ autofs:

  - Udisk: Check for unknown key word `eavesdrop' for dbus matching
    rules and if not supported retry without
  - Udisk: Do not crash if map file is not found

++++ b43-fwcutter:

  - license update: BSD-2-Clause
    Only BSD-2-Clause license found in the package

++++ libarchive:

  - libarchive-ppc64.patch:
    fix http://code.google.com/p/libarchive/issues/detail?id=277
    test_option_b and test_option_nodump are failing on ppc64

++++ gnome-icon-theme:

  - Update to version 3.5.90:
    + No actual changes. Only a re-release for 3.5.90.

++++ gnome-icon-theme-symbolic:

  - Update to version 3.5.90:
    + Alarm clock.

++++ kiwi:

  - implement the ignoreRepositories method using the
    imageConfig data structure
    * this method will replace ignoreRepositories_legacy
  - implement new addRepositories method
    * replacing the addRepositories_legacy implementation
  - refactor the code that is used to figure out what profile data to
    modify as this code will be needed in any add* implementation
  - unit tests for the new addRepositories method
  - validate templates and examples
  - update openSUSE 12.2 JeOS template. For some reason a dependency
    to kernel-debug exists when building openSUSE 12.2 images. If not
    specified explicitly this is an unwanted package thus I added it
    to the packages marked for deletion

++++ attica:

  - fix baselibs.conf

++++ systemd:

  - Add use_localtime.patch: use /etc/localtime instead of
    /etc/timezone (bnc#773491)
  - Add support-suse-clock-sysconfig.patch: read SUSE
    /etc/sysconfig/clock file.
  - Add drop-timezone.patch: drop support for /etc/timezone, never
    supported on openSUSE.
  - Add journalctl-pager-improvement.patch: better handle output when
    using pager.
  - Add fix-enable-disable-boot-initscript.patch: support boot.*
    initscripts for systemctl enable /disable (bnc#746506).

++++ webkitgtk:

  - Update to version 1.9.90:
    + WebKit2 GTK+ improvements:
  - change spellchecker languages API a bit
  - add destroy notify parameter to
    webkit_web_context_register_uri_scheme()
  - replace webkit_web_view_replace_content() with
    webkit_web_view_load_alternate_html()
  - rename WebKitWebView "print-requested" signal to "print"
  - API to set preferred languages
  - add webkit_uri_response_get_suggested_filename()
  - add API to save a web page in MHTML format
  - implement smart separators for context menu
    + Make WebKitWebView work again inside a GtkOverlay by not using
    a native window for Accelerated Compositing implementation.
    + Fix several API breaks in DOM bindings introduced in 1.9.6.
    + Fix invalid UTF-8 data passed to the spellchecker.
    + Fix caret-moved events not emitted for certain content.
    + Expose ROLE_TOGGLE_BUTTON instead of ROLE_PUSH_BUTTON when
    aria-pressed is present.
    + Fix several memory leaks.
  - Add pkgconfig(xcomposite) BuildRequires: new dependency for
    accelerated output.
  - Introduce _withwk2 defines in order to easy toggle webkit2 on and
    off.
  - Introduce wk2sover defines: webkitgtk and webkit2gtk do not
    share the same sover.
  - Drop webkit-fixbuild.patch: fixed upstream.

++++ webkitgtk3:

  - Update to version 1.9.90:
    + WebKit2 GTK+ improvements:
  - change spellchecker languages API a bit
  - add destroy notify parameter to
    webkit_web_context_register_uri_scheme()
  - replace webkit_web_view_replace_content() with
    webkit_web_view_load_alternate_html()
  - rename WebKitWebView "print-requested" signal to "print"
  - API to set preferred languages
  - add webkit_uri_response_get_suggested_filename()
  - add API to save a web page in MHTML format
  - implement smart separators for context menu
    + Make WebKitWebView work again inside a GtkOverlay by not using
    a native window for Accelerated Compositing implementation.
    + Fix several API breaks in DOM bindings introduced in 1.9.6.
    + Fix invalid UTF-8 data passed to the spellchecker.
    + Fix caret-moved events not emitted for certain content.
    + Expose ROLE_TOGGLE_BUTTON instead of ROLE_PUSH_BUTTON when
    aria-pressed is present.
    + Fix several memory leaks.
  - Add pkgconfig(xcomposite) BuildRequires: new dependency for
    accelerated output.
  - Introduce _withwk2 defines in order to easy toggle webkit2 on and
    off.
  - Introduce wk2sover defines: webkitgtk and webkit2gtk do not
    share the same sover.
  - Drop webkit-fixbuild.patch: fixed upstream.

++++ liblastfm:

  - fix no-return-in-nonvoid-function issue
  - Update to 1.0.2
    * liblastfm_fingerprint is now built on default
    * slightly extended api
    * bugfixes
  - also rename the devel package to liblastfm1-devel and make it
    conflict with the liblastfm-devel package

++++ libpt2:

  - Update to version 2.10.7:
    + Add global flag to prevent trying to get canonical name when
    doing host lookup by name.
    + Add support for GNU/Hurd.
  - Changes from version 2.10.6:
    + Add encryption (StartTLS) support for LDAP
    + Use more intuitive Pulse default device name.
    + IPv6 support for PDNS.
    + Disable IPv6 by default.
    + Various bug fixes and other code changes.

++++ python3-base:

  - update to 3.3.0 RC1

++++ libstorage:

  - add code for detection and handling of thin provisioning in LVM

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ man-pages-posix:

  - license update: SUSE-IEEE
    A new license string was added to the spreadsheet linked from
    license.opensuse.org. It corresponds to the Fedora entry. The proprietary
    SUSE- prefix is included until the license is accepted upstream at
    spdx.org/licenses

++++ perl-Bootloader:

  - rewite pbl's logging functions
  - start new version number scheme
  - 0.700

++++ remmina:

  - add missing dependency on gnutls

++++ sane-backends:

  - license update: GPL-2.0+ and SUSE-GPL-2.0+-with-sane-exception and
    SUSE-Public-Domain
    The LICENSE file in the sane-backends packages explains the licensing of
    the package. Added SUSE-GPL-2.0+-with-sane-exception to the spreadsheet
    linked from license.opensuse.org as that license is not yet upstream at
    http://www.spdx.org/licenses (hence the SUSE- proprietary extension)

++++ telepathy-gabble:

  - Update to version 0.16.2
    + Fixes: Crash in tp_base_channel_close (fdo#53087).

++++ yast2-storage:

  - add code for detection and handling of thin provisioning in LVM

------------------------------------------------------------------
------------------  2012-8-22  -  Aug 22 2012  -------------------
------------------------------------------------------------------

++++ PackageKit:

  - Add PackageKit-bnc775651-ignore-accept-eula.patch to fix crash
    after accepting EULA (bnc#775651)

++++ gnome-keyring:

  - Update to version 3.5.90:
    + Use the XDG directories for storing keys
    + Better handling of the --replace argument to
    gnome-keyring-daemon
    + Fix ability to store keyring files without using hardlinks
    + Make the GPG agent password caching options work correctly
    + Updated translations.
  - Drop gnome-keyring-bnc775235-passphrase-cache.patch: fixed
    upstream.
  - Update to version 3.5.5:
    + Initialize PKCS#11 correctly in gnome-keyring tool.
    + Rename the p11-kit module file.
    + Use setsid() to become a process leader when daemonizing.
    + Build fixes.
  - Changes from version 3.5.4:
    + Support the xdg:schema attribute on secret items.
    + Update to newer glib dependency and remove redundant code.
    + Encode passwords correctly for gpg2 in the gpg-agent.
    + Fix types of the DBus Created and Modified properties.
    + Expose the 'session' and 'login' keyrings as aliases.
    + Emit Secret Service signals when collections/items change.
    + Fix some spurious warnings.
    + Testing fixes.
  - Update to version 3.5.3:
    + Return correct introspect data for Secret Service
    + Fix the gnome2-store for gcr importer, and test
    + Debug and logging fixes
    + Build fixes
    + Updated translations.
  - Drop xz BuildRequires as it now comes for free in the build
    system.
  - Add gnome-keyring-bnc775235-passphrase-cache.patch:
    + Fix gnome-keyring:Passwords cached indefinitely (bnc#775235,
    CVE-2012-3466).

++++ gnome-shell:

  - Update to version 3.5.90:
    + Use symbolic icons for workspace switch OSD (bgo#680738)
    + Lock screen improvements:
  - Hide user menu and a11y menu in the screen lock (bgo#681143)
  - Bump the lock screen slightly when pressing a key
    (bgo#681143)
  - Constrain vertical movement of the screen shield (bgo#681143)
  - Return to lock screen on idle (bgo#682041)
  - Unlock screen automatically after fast-user switching
    (bgo#682096)
  - Fix "other user" label (bgo#681750)
    + Constrain content of system modals to primary monitor
    (bgo#681743)
    + Respect automatic lock setting on suspend/user-switch
    (bgo#680231)
    + Improve styling of keyring prompt (bgo#681821)
    + Do not hard-code  as overlay-key (bgo#665547)
    + Update style of attached modal dialogs (bgo#681601)
    + a11y: allow navigation on non reactive items (bgo#667439,
    bgo#667439)
    + Implement mode-less overview design (bgo#682109)
    + Implement message-tray redesign:
  - Restyle the message tray (bgo#677213, bgo#682342)
  - Move the desktop upwards when showing the tray (bgo#681392)
  - Add a close button to notifications (bgo#682253)
  - Add a keybinding to toggle the tray (bgo#681392)
  - Make the tray keyboard navigable (bgo#681519)
  - Add dwelling at the bottom of the screen to open the tray
    (bgo#682310)
  - Don't time out banners when the user is inactive
  - Misc fixes and cleanups
    + Fix showing "Next Week" on Sundays (bgo#682198)
    + Delay restoring IM presence until the network comes up
    (bgo#677982)
    + Display enterprise login hint (bgo#681975)
    + Ignore unrecognized/irrelevant network devices/connections
    (bgo#682364)
    + Misc bug fixes and cleanups: bgo#643687, bgo#682045, bgo#682189
    + Updated translations.

++++ gnome-desktop:

  - Update to version 3.5.90:
    + GnomeBG:
  - Fix crash if default background not found
  - Don't use C99 declarations
    + Import libgsystem and use it to read thumbnails with O_NOATIME
    + gnome-xkb-info:
  - Parse XKB options
  - Use glib's slice allocator for small structures
    + Increase the size of thumbnails to 256
    + Bugs fixed: bgo#680326, bgo#680354, bgo#681897, bgo#681929,
    bgo#682004, bgo#682252.
    + Updated translations.

++++ clutter-gst:

  - Update to version 1.9.90:
    + Port to GStreamer 1.0
    + Fix navigation support in the standalone plugin
  - Update pkgoconfig() BuildRequires for the GStreamer 1.0 port:
    + Removed: gstreamer-0.10, gstreamer-basevideo-0.10,
    gstreamer-plugins-base-0.10
    + Added: gstreamer-1.0, gstreamer-plugins-base-1.0,
    gstreamer-base-1.0, gstreamer-video-1.0, gstreamer-audio-1.0,
    gstreamer-tag-1.0.
  - Rename subpackages, following upstreams ABI / API changes:
    + Old: libclutter-gst-1_0-0, typelib-1_0-ClutterGst-1_0
    + New: libclutter-gst-2_0-0, typelib-1_0-ClutterGst-2_0
  - Rename gstreamer-0_10-plugin-gstclutter subpackage to
    gstreamer-plugin-gstclutter, following the gstreamer 1.0 package
    naming convention.
  - Update baselibs.conf.

++++ kde4-l10n:

  - Added missing plugins-chapter.docbook and outlook-to-vcalendar.docbook
    back

++++ kiwi:

  - implement the new getRepositories method
    * will replace getRepositories_legacy()
    * returns array ref of KIWIXMLRepositoryData objects
  - implement unit test for new method
  - fix up code errors in __populateRepositoryInfo
    * the initial implementation committed prev did not place the
    data in the appropriate profile information.
  - change code organization to aid in the transition to the new
    data structure
    * collect all _legacy code in an appropriately marked area of the
    module
    * collect all code using the new data structure in an appropriately
    marked area of the module
    * rename __checkProfiles to __checkProfiles_legacy
    * rename __populateDefaultProfiles to __populateDefaultProfiles_legacy
    * mark the imageConfig data structure dump method as private by prefixing
    __ to the name
  - rename all repository related interfaces to *_legacy
    * this is in preparation for the implementation of the replacement
    methods that will access the imageConfig data structure and
    use the KIWIXMLRepositoryData object
  - pass --partok option to isohybrid call
  - adapt openSUSE 12.2 examples for plymouth and grub2 use
  - fixed openSUSE 12.2 JeOS image, added systemd unit script
    to make sure the console login is showed and responsive
  - add and implement the __populateRepositoryInfo method
    this method add repository data to the imageConfig data
    structure.

++++ lensfun:

  - Update lens data for Nikon.
  - Add lens_database_pending_update.diff: pending lens data update
    for Canon and Samsung.

++++ libgda:

  - Update to version 5.1.0:
    + Many Vala bindings improvements
    + Improved Windows packaging scripts
    + GdaBrowser: many small improvements
    + GdaSql: new LDAP commands, better inline help, better visual
    rendering, datasets manipulation
    + Many small corrections, optimizations and bug fixes (Libgda
    core, UI extension, Reports extension, MySQL, virtual
    connections, documentation)
    + Firebird support improvements
    + LDAP: added write support, added connection parameters to
    handle SSL certification chain and size and time limits,
    improved authentification with Active Directory
    + Set SQLite version to 3.7.9 and SqlCipher to 2.0.3
    + MDB tools: handle version 0.7
    + Removed usage of symbols marked as deprecated for Glib 2.32,
    and other code cleanups
    + Bugs fixed: bgo#666356, bgo#667837, bgo#668411, bgo#672874,
    bgo#674715, bgo#674618, bgo#674976.
    + Updated translations.
  - Pass --enable-gda-gi and --enable-gdaui-gi to configure to ensure
    we have gobect introspection enabled.
  - Replace firebird-devel BuildRequires with pkgconfig(fbclient) and
    pkgconfig(fbembed): firebird packaging was restructured and we
    don't want to follow all the changes there. The pkgconfig()-way
    makes such things transparent to us.
  - split out a new libgda-5_0-firebird package.
  - Inject pkgconfig --cflags fbclient into CFLAGS, as firebird.m4
    only looks in %{_prefix}/include for ibase.h.
  - Add libgda-brp.patch: Fix brp errors.

++++ liblastfm:

  - change name to liblastfm1, so devel package doesnt collide with
    old liblastfm still required by stable amarok

++++ plymouth:

  - Add plymouth-after-udev-settle.patch: ensure plymouth is started
    after udev triggers has been started (git + name change due to
    systemd < 183 in openSUSE 12.2).
  - Ensure that the right Pango version is used for copying one of
    the pango modules

++++ polkit:

  - also use -z now for binary hardening

++++ popt:

  - license update: SUSE-XFree86-1.0
    This is not the MIT license but rather the old version of the XFree86
    license (which is not upstream at spdx.org/Ãlicenses - hence the SUSE
    proprietary prefix)

++++ libqt4:

  - Omit qdbusconnection warnings in release/no-debug mode

++++ libqt4-sql-plugins:

  - Omit qdbusconnection warnings in release/no-debug mode

++++ snapper:

  - fixed segmentation fault for unknown fstype
  - version 0.0.14

++++ mrtg:

  - re-enable the lib64 patch
  - add zlib-devel to build requires
  - remove xorg-x11 dependencies for now

++++ totem:

  - Update to version 3.5.90:
    + Plenty of build fixes to make it possible to build with Wayland
    support
    + Increase thumbnail size to 256 px
    + Movie player:
  - Rename to "Videos"
  - Hide titlebar when maximised
  - Move some menu items to the app menu
  - Command-line parsing bug fixes
  - Use Grilo to list DVDs and other optical media
  - Remove connection speed preferences
  - Stop DVD playback when disc is ejected
  - Fix ordering of the playlist after drag'n'drop
    + Backend:
  - Port to GStreamer 1.0
  - Add HTTP proxy support
  - Much improved error messages
  - Add variable rate playback
  - Use Clutter for the OSD
  - Disable visualisations by default
  - Animate rotations
  - Add av-offset support
  - Prepare the ground for chapter support in non-DVDs
    + Plugins:
  - Make screenshot UI-less, like in gnome-shell
  - Simplify the screensaver and browser plugin code
  - Remove publish and iPlayer plugins
  - Use Grilo 0.2
  - Better search sidebar
  - Add hook for site-specific user-agents
  - Add hook for custom subtitle selection through plugins
  - Move recent-files handling to a plugin.
  - Drop xz BuildRequires as it now comes for free in the build
    system.
  - Add pkgconfig(gsettings-desktop-schemas) BuildRequires: new
    dependency.
  - Replace BuildRequires for the port to GStreamer 1.0:
    + Old: gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-good,
    pkgconfig(gstreamer-0.10),
    pkgconfig(gstreamer-plugins-base-0.10) and
    pkgconfig(gstreamer-tag-0.10)
    + New: gstreamer-plugins-bad, gstreamer-plugins-good,
    pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-plugins-base-1.0)
    and pkgconfig(gstreamer-tag-1.0)
  - Replace pkgconfig(grilo-0.1) BuildRequires with
    pkgconfig(grilo-0.2)
  - Replace pkgconfig(clutter-gst-1.0) BuildRequires with
    pkgconfig(clutter-gst-2.0)
  - Remove libXtst-devel BuildRequires: the dependency got dropped
    with the cleanup for Wayland.
  - Remove unneeded explicit gstreamer-0_10 Requires, and change
    gstreamer-0_10-plugins-{base,good} Requires to
    gstreamer-plugins-{base,good}.

++++ opensuse-manuals_de:

  - Update text and image files.
  - Add gnome-help related meta fieles.

++++ opensuse-manuals_en:

  - Update text and image files; final(?) update for 12.2.

++++ openvpn:

  - license update: GPL-2.0-with-openssl-exception and LGPL-2.1
    openssl has an openssl exception (also, it is GPL-2.0 only)

------------------------------------------------------------------
------------------  2012-8-21  -  Aug 21 2012  -------------------
------------------------------------------------------------------

++++ build:

  - update to current git
    * fixed cross build initialsation with chroot
    * ignore prereqs for subpacks to be built
    * more Arch Linux support
    * new --vmdisk-clean switch
  - add recommends to qemu-linux-user

++++ dconf:

  - Update to version 0.13.90:
    + Updated translations.

++++ desktop-translations:

  - Update translations; bnc#774339 (partially).

++++ evince:

  - Update to version 3.5.90:
    + Disconnect all model signals for EvView before unreffing the
    EvDocumentModel (bgo#680023)
    + Use new documentation infrastructure (bgo#681606)
    + Updated translations.
  - Reaplce pkgconfig(gnome-doc-utils) BuildRequires with yelp-tools,
    following upstreams switch to the new documentation
    infrastructure.

++++ gdm:

  - Update to version 3.5.90:
    + Reauthentication fixes
    + Change user-switching mechanism from gdmflexiserver helper to
    libgdm
    + Set KRB5CCNAME environment variable for session
    + Memory leaks and other misc fixes
    + Updated translations.
  - Drop gdmflexiserver subpackage and gdmflexiserver-wrapper source:
    user-switching mechanism moved to libgdm and no longer relies on
    gdmflexiserver.
  - Add a gdmflexiserver Obsoletes to gdm main package, for smooth
    upgrades. Also remove the gdmflexiserver Requires that was there.
  - Rename gdm-welcome.pamd to gdm-launch-environment.pamd, following
    upstreams rename.
  - Add gdm-vtswitch-nonsystemd.patch: Fix vt switch when not using
    systemd.

++++ glib-networking:

  - Update to version 2.33.10:
    + gnutls:
  - Improved the certificate verifying code to deal with the case
    of a CA being reissued with the same key but a different
    signature algorithm. (bgo#681299)
  - Fixed an uninitialized variable in
    g_tls_connection_gnutls_close(). (bgo#681636)
    + Updated translations.

++++ glib2:

  - Update to version 2.33.10:
    + New GTest API for testcases where log output is expected:
    g_test_expect_message()
    + GMenuItem now has 'get' accessors and a
    construct-from-GMenuModel API
    + GVariant now has a function to check a format-string for type
    compatibility
    + win32: We now use overlapped IO to support multiple
    asynchronous operations (ie: reading and writing) at the same
    time.
    + GMappedFile: Add g_mapped_file_get_bytes()
    + The problems with g_file_make_directory_with_parents() should
    be resolved.
    + The long-standing issues with placeholder generation of
    manpages are now resolved
    + gtlscertificate: Add GBytes based certificate and private-key
    props
    + build: Switch back to using AS_IF for conditionals
    + test coverage improvements, documentation improvements, leak
    fixes
    + Bugs fixed: bgo#326931, bgo#550433, bgo#600751, bgo#628193,
    bgo#637460, bgo#674483, bgo#677065, bgo#679288, bgo#679556,
    bgo#680823, bgo#681319, bgo#681336, bgo#681413, bgo#681501,
    bgo#681854, bgo#682025, bgo#682067.
    + Updated translations.
  - Drop gtk-doc BuildRequires and no longer pass --enable-gtk-doc to
    configure: bgo#681336 has been fixed.

++++ gnome-calculator:

  - Update to version 6.5.90.1:
    + Remove reference to removed source file.
  - Changes from version 6.5.90:
    + Replace lex/bison parser with hand-written parser.
    + Use g_warning not g_error when unable to parse currency file.
  - Drop bison and flex BuildRequires: no longer required.

++++ gnome-control-center:

  - Update to version 3.5.90:
    + Background:
  - Implement new design
    + Bluetooth:
  - Require a newer version of gnome-bluetooth
    + Keyboard:
  - Add common keyboard layout related options to the shortcuts tab
    + Mouse:
  - Implement new design, including support for natural scroll
    + Network:
  - Improve the Wi-Fi page layout
    + Online Accounts:
  - Allow opening a particular account from the command-line
  - Avoid spurious "No online accounts configured" overlay
  - Fix crash when loading the panel a second time
    + Shell:
  - Remove animations, they were causing a number of problems,
    but were a useful exercise for future developments.
    + Sound:
  - Remove hardware page, and offer different connectors directly
    from the input and output pages
    + Universal Access:
  - Add zoom shader options, and reorganise zoom dialogue
    + User Accounts:
  - UI changes for better remote accounts support
  - Fix crash with incompatible versions of realmd
    + Wacom:
  - Add support for "switch monitor" shortcut
    + Updated translations.
  - Add gnome-control-center-bgpanel.patch: add missing includes.

++++ gnome-documents:

  - Update to version 3.5.90:
    + Add a Properties dialog for documents.
    + Clear searches when the entry becomes hidden.
    + Improve the selection toolbar appearance.
    + Improve searchbar appearance.
    + Port to use the libgd git submodule.

++++ gnome-online-accounts:

  - Update to version 3.5.90:
    + Support enterprise logins via Kerberos (bgo#679253)
    + Drop the Microsoft Exchange and Windows Live icons, and use a
    transparent PNG as the fallback
    + Add a goa_client_lookup_by_id API for looking up an account
    using its ID
    + Bugs fixed: bgo#681720
    + Updated translations.
  - Enable kerberos support:
    + Add krb5-mini-devel BuildRequires
    + Add pkgconfig(gcr-3) BuildRequires
    + Pass --enable-kerberos to configure.

++++ gnome-settings-daemon:

  - Update to version 3.5.90:
    + Keyboard:
  - Apply XKB options
    + Mouse:
  - Add support for natural scroll for touchpads
    + Power:
  - Fix D-Bus path of the screensaver
    + Wacom:
  - Implement the "switch monitor" combination
    + Updated translations.

++++ nautilus:

  - Update to version 3.5.90:
    + Reorganize application and gear menu, and add a menu for view
    Actions
    + Add a View options selector to the toolbar
    + Add cluebars for Templates and Scripts special directories
    + Add ability to reorder bookmarks
    + Improve strings in the Autorun prompt
    + Improve error message strings
    + Improve the image Properties page
    + Improve the Permissions page in the Properties window
    + Improve the layout of the Bookmarks dialog
    + Use the dropped text paragraph as name when creating new files
    using DnD of text snippets
    + Use double quotes instead of ASCII quotes for filenames
    + Change default action for executable text files to Display
    + Change the view mode and zoom level to be per-window instead of
    per-folder
    + Remove support for Manual layouting in icon views outside of
    Desktop
    + Remove the Octal permissions list view column
    + Fix segfault when no search results are found.

++++ gnome-system-monitor:

  - Update to version 3.5.90.1:
    + Port to new documentation infrastructure
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstreams change to the new documentation
    infrastructure.

++++ gnome-themes-standard:

  - Update to version 3.5.90.1:
    + Fix missing GTK2 theme image assets.
    + Fix unwanted border on backdrop column headers.

++++ gsettings-desktop-schemas:

  - Update to version 3.5.90:
    + Add xkb-options key to input-sources
    + Updated translations.

++++ gtk3:

  - Update to version 3.5.12:
    + GtkApplication:
  - Add gtk_application_get_active_window to get the active
    window
  - Add gtk_widget_insert_action_group to allow more flexibility
    when associating widgets with actions
    + GtkMenuButton:
  - The gtk_menu_button_set_menu function is getting renamed
    to gtk_menu_button_set_popup. The old name is still available
    for now, but will be removed before 3.6
    + GtkToolbar:
  - Use CSS properties instead of style properties for padding
    + Input method support:
  - GtkEntry and GtkTextView now have input-purpose and
    input-hints properties that let applications provide useful
    hints to input methods, like 'this entry is for a phone nr'.
    + Bugs fixed: bgo#373279, bgo#651244, bgo#673478, bgo#681577,
    bgo#681591, bgo#681613, bgo#682193, bgo#682235
    + Updated translations.

++++ harfbuzz:

  - Initial package (version 0.9.3).

++++ kernel-default:

  - config: update vanilla configs for 3.6-rc2.
  - commit e0fa472

++++ kernel-desktop:

  - config: update vanilla configs for 3.6-rc2.
  - commit e0fa472

++++ kernel-pae:

  - config: update vanilla configs for 3.6-rc2.
  - commit e0fa472

++++ kiwi:

  - make sure buildType is set when constructing a new KIWIXML
    object in KIWIImageCreator::prepareImage()
  - implement KIWIXMLRepositoryData class
    * this class holds information specified by the  element
    and it's children () in the configuration file
  - implement unit tests for the new module
  - add new triggers and adjust existing triggers as appropriate
  - cleanup KIWILog module, don't print state flags in log files
  - moved imageConfig data dump into a function named
    dumpInternalXMLDescription and add the call as a comment
    to the code. Unfortunately added a loginfo message as
    part of the KIWIXML constructor causes many unit tests
    to fail
  - use perl's data dumper to print the new internal
    imageConfig data structure to the log file

++++ libfm:

  - license update: GPL-2.0+
    No GPL-2.0 (i.e. version 2 "only") licenses found in the package

++++ libgda:

  - fix JNI detection on ARM by extending the --ARCH-- logic in %%build

++++ liblastfm:

  - Update to 1.0.1
    * proper cmake based build system
    * needed for latest tomahawk release
    * support for showing your player on your last.fm profile

++++ mutter:

  - Update to version 3.5.90:
    + Fix logic for handling translations of the windows group
    (bgo#681221)
    + Handle painting inside a Clutter clone (bgo#681953)
    + Update overlay-key on settings changes (bgo#681906)
    + Add keybinding for overlay-key (bgo#665547)
    + Minor fixes and improvements
    + Updated translations.
  - Drop gnome-doc-utils-devel BuildRequires: no longer needed.

++++ pango:

  - Update to version 1.31.0:
    + Port to harfbuzz 0.9.x, use external harfbuzz
    + Remove Arabic, Hangul, Hebrew, Khmer, Syriac, Tibetan and Thai
    shapers (replaced by harfbuzz)
    + Remove Indic module (replaced by harfbuzz)
    + Remove Atsui support (superseded by CoreText)
    + Remove PangoX
    + Bugs fixed: bgo#679654, bgo#680965, bgo#681423.
  - Drop pango-implicit.patch: fixed upstream.
  - Add pkgconfig(harfbuzz) BuildRequires: new dependency.
  - Bump pango_binary_version defines to 1.8.0 (in baselibs.conf
    too).

++++ poppler:

  - license update: GPL-2.0 or GPL-3.0
    poppler has a dual license (either GPL-2.0 or GPL-3.0) and emphasise that
    it does not use "or later"

++++ poppler-qt:

  - license update: GPL-2.0 or GPL-3.0
    poppler has a dual license (either GPL-2.0 or GPL-3.0) and emphasise that
    it does not use "or later"

++++ libsoup:

  - Update to version 2.39.90:
    + Added SoupMultipartInputStream, for handling multipart
    responses (particularly multipart/x-mixed-replace) (bgo#656684)
    + Fixed a potential crash in SoupSessionAsync after the session
    is finalized
    + Fixed a regression in soup_tls_is_public_suffix() (bgo#681085)
    + Added a SOUP_MESSAGE_IDEMPOTENT flag, so that apps can bypass
    the "POSTs must be sent on new connections" check, which was
    causing evolution-ews to have to create a new connection for
    every request (bgo#681493)
    + Changed SoupSession so that pending SoupMessages now hold a ref
    on the session. It is possible that this will break code that
    was depending on the old, dumb, behavior (where unreffing the
    session with messages pending would cause those messages to be
    cancelled), in which case this will be reverted before 2.40.
    + Fixed memory leaks found by valgrind
    + Cleaned up some code in SoupCache (bgo#681509)
    + Updated translations.

++++ opensuse-manuals_en:

  - Update text and image files.
  - Prepare mallard files (.page) for gnome-help.
  - Update text and image files.

++++ orca:

  - Update to version 3.5.90:
    + WebKitGtk:
  - Make WebKitGtk content fully braille scrollable without
    having to use caret navigation
  - Fixes for Orca failing to display certain text-only inline
    WebKitGtk lists and sections
  - Work around the bogus caretOffset we get for WebKitGtk
    content which doesn't have the caret
  - Don't display the braille EOL indicator for non-editable
    WebKitGtk paragraphs
  - Handle cases where the default script returns an empty string
    for WebKitGtk content
  - Fix for Orca skipping over WebKitGtk list items when
    scrolling in braille
  - bgo#664557: Orca does not always reflect the caret location
    in braille for WebKitGtk content
  - bgo#681441: Orca should present inline lists and sections
    from WebKitGtk on the same line in braille
  - bgo#681387: Orca displays no braille when lists which are not
    listboxes claim focus in WebKitGtk content
  - bgo#681363: Do not display roles for non-widget lists, list
    items, and panels in WebKitGtk content
    + Use new documentation infrastructure
    + Move Gecko list presentation code into general presentation code
    + Bugs fixed: bgo#681569, bgo#626032
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstream.

++++ qemu:

  - fix getdent in linux-user
  - fix statfs in linux-user
  - disable FIEMAP support in linux-user
  - add support for FS_IOC_[G|S]ETFLAG ioctls

++++ qemu-linux-user:

  - fix getdent in linux-user
  - fix statfs in linux-user
  - disable FIEMAP support in linux-user
  - add support for FS_IOC_[G|S]ETFLAG ioctls

++++ release-notes-openSUSE:

  - 12.2.6:
    * Update translations.
    * Timezone Information in /etc/adjtime; bnc#774716.
    * Remove most of the "checkit" markers (systemd).

++++ vinagre:

  - Update to version 3.5.90:
    + Fix up handling of commandline options
    + Migrate from libgnome-keyring to libsecret
    + Updated translations.
  - Drop vinagre-cmdline-parsing.patch: fixed upstream
  - Replace pkgconfig(gnome-keyring-1) BuildRequires with
    pkgconfig(libsecret-1), following upstreams port to libsecret.
  - Drop xz BuildRequires as it now comes for free in the build
    system.

++++ vino:

  - Update to version 3.5.90:
    + Migrate from libgnome-keyring to libsecret
    + Updated translations.
  - Replace libgnome-keyring-devel BuildRequires with
    pkgconfig(libsecret-1), following upstreams port to libsecret.

++++ yast2-country:

  - try to restart systemd-timedated service to let it know that
    /etc/localtime has been updated (bnc#773491)
  - 2.22.9

------------------------------------------------------------------
------------------  2012-8-20  -  Aug 20 2012  -------------------
------------------------------------------------------------------

++++ ModemManager:

  - Update to version 0.5.995.0:
    + More flexible and reliable port probing and modem setup.
    + New plugin for some Cinterion modems.
    + New plugin for some Iridium satellite modems.
    + New API for modem firmware management.
    + New API for network-provided date and time.
    + New API for indicating remaining PIN/PUK unlock retries.
    + New API for indicating enabled facility locks.
    + Plugins can now suggest and IP timeout value for connection
    managers.
  - Drop ModemManager-unsupported-qmi_wwan-ports.patch: fixed
    upstream.
  - Add ModemManager-unsupported-qmi_wwan-ports.patch: fix calls to
    pppd when using the qmi_wwan. Fix bnc#776520.

++++ NetworkManager:

  - Update to version 0.9.6.0:
    + Allow customized dnsmasq local caching nameserver config via
    /etc/NetworkManager/dnsmasq.d/
    + Fixes for VLAN and bonding when libnl2 or earlier are used
    + D-Bus API, libnm-glib, libnm-util, and GObject Introspection
    documentation updates.
  - Update to version 0.9.5.96:
    + Fix various crashes and issues in the ifcfg-rh system settings
    plugin
    + Fix race with multiple interfaces running DHCP at the same time
    + Add Linux From Scratch (LFS) support.
  - Update to version 0.9.5.95:
    + Many libnm-glib fixes, including crashes when NetworkManager
    restarts
    + Enhanced IPv6 stability and compatibility.
    + Fix regression in carrier handling for devices that don't
    support carrier detect.
    + Add ability to connect to new WiFi networks from nmcli.
    + Add native support for ADSL modems using PPPoE or PPPoATM.
    + Reduce number of changes made to DNS information during
    connection setup.
    + Add support for IPv6-enabled VPN connections.
    + Add device driver version, firmware version, and autoconnect
    properties to D-Bus API.
    + Add on-demand WiFi scan support.
    + Fix IPv6 default gateway handling for DHCPv6.
    + Add Vala language bindings.
  - Drop patches that were merged upstream:
    + nm-ensure-bindings-created-NMClient-object-work.patch
    + nm-gerror-must-be-null.patch
    + nm-ppp-build-error.patch
    + nm-ensure_inited-fixing.patch
    + nm-null-out-on-dispose.patch
    + nm-probe-radius-server-cert.patch
    + nm-wireless-strength.patch
  - Add vala BuildRequires: needed to build the new vala bindings.
  - Add nm-wireless-strength.patch, fix wireless status for ipw2200.
    (bnc#755541, bgo#675017).

++++ at-spi2-atk:

  - Update to version 2.5.90:
    + Don't leak a GError when option parsing fails (bgo#679296)
    + Rework some inefficient code when removing clients and events
    (bgo#679295, bgo#679297).

++++ baobab:

  - Update to version 3.5.90:
    + Updated translations.

++++ empathy:

  - Update to version 3.5.90:
    + Bugs fixed:
  - bgo#656097: Empathy should show an informative text inside
    the contact list when no contacts are online
  - bgo#658858: Hide offline contacts by default
  - bgo#662986: Messaging and VoIP Accounts in Applications list
  - bgo#680302: Move model logic out of EmpathyRosterView
  - bgo#680774: Migrate existing accounts into libaccounts
  - bgo#680775: Be able to edit params of non SSO accounts
  - bgo#680778: Stop using empathy-accounts
  - bgo#681444: Wrong Service for GTalk accounts
  - bgo#681598: FTBFS: account plugins linking
    + Updated translations.
  - Add pkgconfig(gee-1.0) BuildRequires: newly verified dependency.

++++ eog:

  - Update to version 3.5.90:
    + Updated documentation
    + Build help using yelp-tools instead of gnome-doc-utils
    + Support for per-instance plugins
    + Bugs fixed: 682028
    + Updated translations.
  - Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
    following upstream.

++++ file-roller:

  - Update to version 3.5.90:
    + New features and user visible changes:
  - Use a single 'Add files' dialog that allows to add both files
    and folder instead of having two separated commands
    'Add files' and 'Add folder'.
  - Make the "New Archive" dialog look like the "Compress" dialog
    (bgo#681232)
  - Extract dialog: always ask whether to overwrite existing
    files (removed the overwrite option)
  - Properties dialog: allow to open the archive's folder.
  - 'Add files' dialog: added option to follow symbolic links.
  - Edit->Password applies the password to already existing files
    in the archive (bgo#144391)
  - Password dialog: show an error message when the password is
    wrong.
  - File list sorting: always keep the directories first, even
    when sorting in reverse order.
    + Bugs fixed:
  - Removed non existant keys from the .convert file (bgo#682022)
  - Fixed crash when opening compressed files. (bgo#681766)
  - Fixed crash when extracting an archive from the nautilus
    context menu. (bgo#681473)
  - Fixed crash when extracting from the Extract dialog.
    + Updated translations

++++ gcr:

  - Update to version 3.5.90:
    + Don't fail preconditions when pkcs11 isn't initialized in gcr.
    + Fix regression in ASN.1 parsing.
    + Build fixes.
    + Updated translations.

++++ gdk-pixbuf:

  - Update to version 2.26.3:
    + Fix a minor string leak (bgo#681943)
    + Bail out as soon as a module is found (bgo#681943)
    + Add an option to disable GIO mime detection (bgo#676726)
    + Updated translations.

++++ gobject-introspection:

  - Update to version 1.33.9:
    + Many bugfixes.

++++ gjs:

  - Update to version 1.33.9:
    + Several changes in the GC system.
    + Fix memory leaks.
    + Fix compiler warnings.

++++ gnome-contacts:

  - Update to version 3.5.90:
    + EggListBox converted from vala to C.
    + Fix icon for birthdays.
    + Minor notification themeing fixes.
    + Updated translations.

++++ gnome-font-viewer:

  - Update to version 3.5.90:
    + Improve performance when loading the application's overview
    + Make loading of the overview model completely asynchronous
    + Updated translations.

++++ gnome-games:

  - Update to version 3.5.90:
    + The major changes in this release are:
  - Gtali was ported to GtkApplication and got an app menu
  - Timers was split out of libgames-support
    + gtali: Add GtkApplication (and application menu) support
    + lightsoff: Fix transition of won board
    + Several bug fixes.
    + Updated documentation.
    + Updated translations.

++++ gnome-screenshot:

  - Update to version 3.5.90:
    + Fix conflict between two label's mnemonics
    + Updated translations.

++++ seahorse:

  - Update to version 3.5.90:
    + Updated translations.

++++ gnome-themes-standard:

  - Update to version 3.5.90:
    + Add a GTK2 version of Adwaita, based on the Bridge theme.
    + New default wallpapers.
    + Improve metacity attached dialog styling.
    + Improve custom theming for Nautilus.
    + Add generic theming support for selection-mode toolbar style
    classes.
    + Add generic theming support for in-app notifications.
    + Add generic theming support for suggested-action buttons.
    + Improve theming for GtkMenuButton.

++++ grub2:

  - disable grub2-enable-theme-for-terminal-window.patch to use
    default black background due to current background has poor
    contrast to the font color (bnc#776244).

++++ gvfs:

  - Update to version 1.13.7:
    + Use libsecret instead of gnome-keyring
    + afp: Lots of robustness work
    + cdda: Support libcdio >= 0.84
    + Updated translations.
  - Replace gnome-keyring-devel BuildRequires with
    pkgconfig(libsecret-unstable), following upstreams switch.
  - Drop gvfs-cdda.patch: fixed upstream.
  - Add gvfs-afp-return.patch: fix
    g_vfs_afp_connection_get_max_request() not returning any value.

++++ kiwi:

  - make start of plymouth more quiet and react properly if
    the cmdline value 'quiet' is specified  (bnc #775830)
  - cleanup duplicate package entries in SLE10 JeOS

++++ kvm:

  - Update to latest qemu-kvm, which is basically at the 1.2 rc0
    stage, though it hasn't officially been tagged as such
  - Update to the most recent upstream ipxe code base
  - add next-gen libcap build dependency to get the best security
    protection when using the bridge-helper.

++++ attica:

  - Update to version 0.4.1
    * Add some Qt5 support in tests
    * Comment out some qDebug calls
    * Fix various Qt5 issues

++++ clutter:

  - Update to version 1.11.12:
    + ClutterBinLayout honours the fixed-position of actors
    + Soft-deprecation of ClutterGeometry
    + Deprecate the ClutterActor::paint signal
    + Ensure we associate input devices to the stage on touch events
    + Allow constraining a DragAction to an area
    + Do not handle events on ClutterText if :selectable is FALSE
    + Add ClutterActor:child-transform
    + Fix height-for-width policy in ClutterBinLayout
    + Add ClutterZoomAction
    + Documentation fixes
    + Bugs fixed: bgo#678427, bgo#679483, bgo#681074, bgo#681168,
    bgo#681584, bgo#681814, bgo#682070, bgo#682265
    + Updated translations.

++++ libgsm:

  - license update: ISC
    [#]License is more akin to ISC (see http://www.spdx.org/licenses/ISC) than
    to BSD-3-Clause

++++ gssdp:

  - Update to version 0.12.2.1:
    + Add missing gssdp-1.0.deps file to tarball (bgo#682228).

++++ gtksourceview:

  - Update to version 3.5.3:
    + New ActionScript, mxml and J languages
    + Misc bugfixes
    + Updated translations.

++++ libgweather:

  - Update to version 3.5.90:
    + Updated translations.

++++ python-gobject:

  - Update to version 3.3.90:
    + Implement marshalling for GParamSpec (bgo#681565)
    + Fix erronous import statements for Python 3.3 (bgo#682051)
    + Do not fail tests if pyflakes or pep8 are not installed
    + Fix PEP-8 whitespace checking and issues in the code
    + Fix unmarshalling of gssize (bgo#680693)
    + Fix various endianess errors (bgo#680692)
    + Gtk overrides: Add TreeModelSort.__init__(self, model)
    (bgo#681477)
    + Convert Gtk.CellRendererState in the pygi-convert script
    (bgo#681596).

++++ python3-gobject:

  - Update to version 3.3.90:
    + Implement marshalling for GParamSpec (bgo#681565)
    + Fix erronous import statements for Python 3.3 (bgo#682051)
    + Do not fail tests if pyflakes or pep8 are not installed
    + Fix PEP-8 whitespace checking and issues in the code
    + Fix unmarshalling of gssize (bgo#680693)
    + Fix various endianess errors (bgo#680692)
    + Gtk overrides: Add TreeModelSort.__init__(self, model)
    (bgo#681477)
    + Convert Gtk.CellRendererState in the pygi-convert script
    (bgo#681596).

++++ libsecret:

  - Update to version 0.9:
    + Add a manual page for secret-tool.
    + Fix up libsecret licensing.
    + Build and testing fixes.
  - Add docbook-xsl-stylesheets and xsltproc BuildRequires in order
    to be able to build the man pages.

++++ tracker:

  - Disable evo plugin for now during -extras build: the API once
    more changed much faster than Tracker can keep up with.
  - Drop tracker-evo-implicit.patch: this will be fixed by upstream
    by the time the new evo version will be supported.

++++ vala:

  - Update to version 0.17.5:
    + Support subclassing of GLib.Source.
    + Switch pango bindings to .gir.
    + Add gstreamer-1.0 core bindings.
    + Add gst-plugins-base-1.0 bindings.
    + Add gobject-introspection-1.0 bindings.
    + Bug fixes and binding updates.

++++ mdadm:

  - mdmon-takeover.fix
    find-free-devnum.fix
    mapfile-rebuild.fix
    udev-offroot
    Fix various issues will installation on IMSM
    RAID arrays, booting from those arrays, and
    clean shutdown when such an array is used for '/'.
    (bnc#752107 bnc#732294 bnc#770351)

++++ tracker-extras:

  - Disable evo plugin for now during -extras build: the API once
    more changed much faster than Tracker can keep up with.
  - Drop tracker-evo-implicit.patch: this will be fixed by upstream
    by the time the new evo version will be supported.

++++ opensuse-manuals_de:

  - Fix some locale related build issues.

++++ perl-Bootloader:

  - fix missing newline in the config
  - 0.6.8

++++ sushi:

  - Update to version 3.5.90:
    + Port to GStreamer 1.0
    + Fix OSD toolbar positioning for the audio viewer
  - Replace pkgconfig() BuildRequires to follow the port to
    GStreamer 1.0:
    + Old: clutter-gst-1.0, gstreamer-0.10, gstreamer-pbutils-0.10
    and gstreamer-tag-0.10.
    + New: clutter-gst-2.0, gstreamer-1.0, gstreamer-pbutils-1.0
    and gstreamer-tag-1.0.
  - Drop xz BuildRequires as it now comes for free in the build
    system.

++++ timezone:

  - Add tzcode-symlink.patch: use a symlink to create /etc/localtime
    (bnc#773491)
  - Do not apply tzcode-link.diff on openSUSE >= 12.2 (bnc#773491).

++++ timezone-java:

  - Add tzcode-symlink.patch: use a symlink to create /etc/localtime
    (bnc#773491)
  - Do not apply tzcode-link.diff on openSUSE >= 12.2 (bnc#773491).

++++ tomboy:

  - Update to version 1.11.6:
    + Updated translations.

++++ xdg-utils:

  - update to snapshot from 20120809
    * fix xdg-su for icewm (bnc#776202)
    * remove xfce-su.diff (merged)
    * few fixes (syntax errors in some cases and such)
    * see ChangeLog for updates

++++ yast2-network:

  - bnc#754940 - missing help in hw dialog when adding new device.
  - code cleanup
  - 2.24.3

++++ yelp-xsl:

  - Update to version 3.5.90:
    + Added support for depth attribute on section links
    + Improved various bits of the build process
    + Corrected jQuery.Syntax license info
    + Updated translations.

------------------------------------------------------------------
------------------  2012-8-19  -  Aug 19 2012  -------------------
------------------------------------------------------------------

++++ aisleriot:

  - Update to version 3.5.90:
    + Many games fixes
    + Updated translations.

++++ evolution:

  - Update to version 3.5.90:
    + User documentation improvements.
    + Return of the "mark messages as read" preference.
    + Remove all references to JavaScriptCore and use of JavaScript
    + Run mbox-to-Maildir conversion before loading modules.
    + Remove the settings capplet.
    + express: Remove clutter-based email tabs.
    + Add event/memo/task "Save As" item to File menu.
    + Various other code changes.
    + Bugs fixed: bgo#246530, bgo#555325, bgo#559815, bgo#676785,
    bgo#677695, bgo#678408, bgo#680702, bgo#680724, bgo#680786,
    bgo#680947, bgo#681017, bgo#681279, bgo#681318, bgo#681321,
    bgo#681400, bgo#681432, bgo#681641, bgo#681783, bgo#681882,
    bgo#682019, bgo#682102
    + Updated translations.
  - Remove pkgconfig(javascriptcoregtk-3.0) BuildRequires: not needed
    anymore.

++++ evolution-data-server:

  - Update to version 3.5.90:
    + Do not update unread count in source folder for junk/deleted
    messages.
    + cache-reaper: Clean up abandoned data directories.
    + Various other code changes.
    + Bugs fixed: bgo#678289, bgo#679488, bgo#680744, bgo#681046,
    bgo#681318, bgo#681321, bgo#681466, bgo#681640, bgo#681679,
    bgo#682038, bgo#682102, bgo#682103.
    + Updated translations.
  - Bump so_camel defines to 40, following upstream.

++++ file:

  - add documentation (bnc#776532)

++++ librsvg:

  - Update to version 2.36.2:
    + GObject introspection fixes (bgo#677674).
    + Added Vala bindings (bgo#677676).
    + Deprecate including headers apart from rsvg.h directly.
    + Build fixes (bgo#677661).
  - Add vala BuildRequires: needed for the new vala bindings.
  - Pass --enable-vala to configure.

++++ vte:

  - Update to version 0.33.90:
    + Add sequences to set current directory and file
    + pkgconfig: Remove unused default emulation variable
    (bgo#674490)
    + bash: Add /etc/profile.d/vte.sh script
    + Bugs fixed: bgo#675987, bgo#674490.

++++ gnome-terminal:

  - Update to version 3.5.90:
    + Port to new documentation infrastructure
    + screen: Recognise man: and info: URIs
    + Bugs fixed: bgo#676452
    + Updated translations.
  - Add yelp-tools BuildRequires, following upstreams port to the new
    documentation infrastructure (note: gnome-doc-utils-devel should
    no longer be needed, but configure still checks for it).

++++ gucharmap:

  - Update to version 3.5.90:
    + unicode: Update to latest 6.2.0 beta
    + Port to new documentation infrastructure
  - Add yelp-tools BuildRequires. Note: gnome-doc-utils is still
    needed for some other parts.

++++ gupnp-av:

  - Update to version 0.10.3:
    + Ignore case when parsing DIDLLite and LastChange.
    + Fix gupnp_didl_lite_container_get_{create|search}_classes.
    + Fix a potential memory corruption in parse_additional_info.
    + Bugs fixed: bgo#674322, bgo#676372, bgo#678784.

++++ libfm:

  - New upstream version 1.0
  - removed autoconf Build Requires and Patch file
  - complete changelog at http://blog.lxde.org/?p=939

++++ gssdp:

  - Update to version 0.12.2:
    + Functional tests.
    + Regression tests.
    + Ignore announcements from services with a lower version.
    + Make internal resource cache version-independant.
    + Update gtk-doc annotations.
    + Update pkg-config files.
    + Create Vala bindings from GIR
    + Bugs fixed: bgo#675355, bgo#673150, bgo#678744, bgo#679781,
    bgo#682099,
  - Add vala BuildRequires: needed to build the new vala bindings.
  - Drop xz BuildRequires as it now comes for free in the build
    system.

++++ gupnp:

  - Update to version 0.18.4:
    + Make sure that subscribtion timeouts are always removed.
    + Update tutorial to use correct upnp.org links.
    + Add missing includes.
    + Remove deprecated g_thread_init() calls.
    + Don't leak internal functions from context managers.
    + Make "linux" context manager the default context manager when
    building on Linux.
    + Fix some more deprecation warnings.
    + Connman and NM context managers fall back to linux context
    manager now if available.
    + Add support for device aliases (such as eth0:1) in the linux
    context manager.
    + Really report a bug on faulty device descripton XMLs.
    + Silence libxml2 console output.
    + Bugs fixed: bgo#673100, bgo#673933, bgo#676803, bgo#679204,
    bgo#680322, bgo#681963, bgo#682005.

++++ libmtp:

  - updated to 1.1.4
  - various bugfixes, especially in Samsung *
  - lots of new ids

++++ openssl:

  - Open Internal file descriptors with O_CLOEXEC, leaving
    those open across fork()..execve() makes a perfect
    vector for a side-channel attack...

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ pcmanfm:

  - new upstream version 1.0
    detailed changelog at: http://blog.lxde.org/?p=939
  - removed pcmanfm-0.9.10-automake-1.12.patch

------------------------------------------------------------------
------------------  2012-8-18  -  Aug 18 2012  -------------------
------------------------------------------------------------------

++++ LibVNCServer:

  - enable support for gnutls

++++ remmina:

  - added remmina-remove-inline-libvncserver.patch in order to remove
    the inline copy of libvncserver (backport from upstream git)

++++ xf86-video-intel:

  - Update to version 2.20.4:
    Continuing the small bugfix releases, the only real feature is initial
    enabling for Haswell for the purpose of rendering verification and
    validation - by no means is it complete!
  - Bugs fixed since 2.20.3:
    + Some potential errors along failure paths found by a static analyser
    with the help of Zdenek Kablac.
    + Eliminate zero-sized rectangles from PolyFillRectangles as the code
    assumes that they did not exist and so caused corruption.
    + Remove the UXA warning for failing to tile the front buffer if it is
    disallowed by hardware, and so expected.
    + Fix the validation of the XV pipe parameter.
    + Fix 8x8 tiled pattern fills
    https://bugs.freedesktop.org/show_bug.cgi?id=53353
    + Fix compile failure when using --with-builderstring
    + Restore w/a flush for gen4 fill/copy/video, fortunately rare
    operations as at least for fill/copy we prefer to use the BLT.
    https://bugs.freedesktop.org/show_bug.cgi?id=53119
    + Restore preferred use of the RENDER ring for SNB+ DRI copies.

++++ xfce4-panel-plugin-notes:

  - correct the name of the desktop file in order to prevent
    migration issues (bxo#6993)

++++ xfwm4:

  - add xfwm4-implement-net_wm_moveresize_cancel-message.patch in
    order to implement NET_WM_MOVERESIZE_CANCEL message as gtk+-3.4
    now uses it (bxo#8949)
  - add xfwm4-fix-crash-in-settings-dialog.patch in order to fix a
    crash in settings dialog with wrong title alignment value
    (bxo#9108)
  - add xfwm4-fix-bug-in-workspace-deletion.patch which reverts part
    of git commit 8637c3a as this breaks deletetion of current
    workspace (bxo#8827)

------------------------------------------------------------------
------------------  2012-8-17  -  Aug 17 2012  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Remove dbus system-service for NetworkManager, to prevent
    warnings about it not being running (bnc#738596)

++++ autofs:

  - First initial udisks support, that is listen over dbus the udisks
    daemon and the events for USB and optical devices. Also ask at
    startup the udisks daemon for all devices and its properties as
    well as manage the removals and plugins of devices.
    TODO:
    + With parsing the map configuration file apply the rules
    to the map entry, like special options for file systems types
    and/or devices.  Also make keys unique, that is compare with
    existing keys and add an counter or similar.
    + Also with parsing the map configuration file apply the rules
    to the key of map entry, like using more than one dict entry
    for the key.
    + Security management: who is allowed to access the devices?
    + How to trigger sync and unmount before any timeout?
    + What is about UTF-8 and Latin to UTF-8?

++++ desktop-translations:

  - Update translations.

++++ kernel-default:

  - Update to 3.6-rc2.
  - Eliminated 1 patch.
  - commit 71963b0

++++ kernel-desktop:

  - Update to 3.6-rc2.
  - Eliminated 1 patch.
  - commit 71963b0

++++ kernel-pae:

  - Update to 3.6-rc2.
  - Eliminated 1 patch.
  - commit 71963b0

++++ libapr-util1:

  - Needs libuud-devel now

++++ libapr1:

  - Merge some build improvements/fixes from Fedora

++++ libgnome-keyring:

  - Update to version 3.5.6:
    + More warnings about attributes not being stored secretly
    + Build fixes
    + Updated translations.

++++ pcre:

  - Upate to version 8.31:
    + The JIT compiler now supports partial matching and the (*MARK)
    and (*COMMIT) verbs
    + PCRE_INFO_MAXLOOKBEHIND can be used to find the longest
    lookbehing in a pattern.
    + There should be a performance improvement when using the heap
    instead of the stack for recursion
    + pcregrep can now be linked with libedit as an alternative to
    libreadline
    + pcregrep now has a --file-list option where the list of files
    to scan is given as a file
    + pcregrep now recognizes binary files and there are related
    options
    + The Unicode tables have been updated to 6.1.0
  - Rebase pcre-visibility.patch.

++++ totem:

  - Use upstream name Movie Player, fixes bnc#772554.
    Having a different name for the desktoplauncher and what the
    application is named could confuse users.

++++ opensuse-manuals_de:

  - Update text and image files.

++++ python-numpy:

  - Disable atlas buildrequires until the problems with atlas are
    worked out

++++ qemu:

  - update to v1.2.0-rc0: http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script
    * package new qemu-or32 executable into linux-user

++++ qemu-linux-user:

  - update to v1.2.0-rc0: http://wiki.qemu.org/ChangeLog/1.2
    * adapt update_git.sh script
    * package new qemu-or32 executable into linux-user

++++ suspend:

  - vbetool.c is GPL-2.0 and compiled into the resume binary. So
    the spec file needs to be GPL-2.0 only (bnc#776145)

++++ sysvinit:

  - Added patch from Roger Leigh to correct the manual page of startpar

++++ valgrind:

  - Support TZCNT/LZCNT instructions, generated by GCC 4.8,
    by falling back to BSF/BSR. (bnc#776211)

++++ yast2:

  - Fixed a typo (BNC #766703)
  - Added support for iSCSI Target into the Firewall proposal
    (BNC #766300)

++++ yast2-trans:

  - Updated languages: cs de el es fi it ja nb nl ru wa pt_BR zh_CN.

------------------------------------------------------------------
------------------  2012-8-16  -  Aug 16 2012  -------------------
------------------------------------------------------------------

++++ fcitx:

  - add Dependency: libpresage-devel, which will provide word prediction
    for keyboard users.

++++ git:

  - updated to version 1.7.11.5:
    * The Makefile rule to create assembly output (primarily for
    debugging purposes) did not create it next to the source.
    * The code to avoid mistaken attempt to add the object directory
    itself as its own alternate could read beyond end of a string while
    comparison.
    * On some architectures, "block-sha1" did not compile correctly
    when compilers inferred alignment guarantees from our source we
    did not intend to make.
    * When talking to a remote running ssh on IPv6 enabled host, whose
    address is spelled as "[HOST]:PORT", we did not parse the address
    correctly and failed to connect.
    * git-blame.el (in compat/) have been updated to use Elisp more
    correctly.
    * "git checkout " to come back from a detached HEAD state
    incorrectly computed reachability of the detached HEAD, resulting
    in unnecessary warnings.
    * "git mergetool" did not support --tool-help option to give the list
    of supported backends, like "git difftool" does.
    * "git grep" stopped spawning an external "grep" long time ago, but a
    duplicated test to check internal and external "grep" was left
    behind.

++++ gnome-packagekit:

  - Update to version 3.5.4:
    + Update the UI in gpk-prefs to reflect the changes in g-s-d
    + Remove any references to UpdateSystem
    + Updated translations.
  - Update to version 3.5.3:
    + Don't use the deprecated g_thread_init and raise the required
    glib version
    + Ensure the native and newest filters are synced at startup
    + Port away from the deprecated gdk_window_get_pointer()
    + Port away from the deprecated PackageKit subpercentage
    properties
    + Raise the required PackageKit version to something non-obsolete
    + Remove PK_MESSAGE_ENUM_UNTRUSTED_PACKAGE, it's been removed in
    PackageKit
    + Remove support for rollback, it's been removed in PackageKit
    + Remove support for SimulateX roles as these are no longer
    present in PackageKit
    + We're only automatically downloading updates only now, so
    change the label in the UI
    + Updated translations.
  - Update to version 3.5.1:
    + New Features:
  - Change the name of the package installer to be
    'Install Software'.
  - Maximise the 'Install Software' window by default.
  - Move the 'Help' menu into the application menu.
  - Move the installer filter options into the application bar.
  - Move the selection items into actual buttons.
  - Move the 'System' menu item in the 'Software Installer' into
    the application menu.
  - Nuke the 'Find' button in gpk-application.
  - Remove the run button from gpk-application.
  - Use a prettier, smaller, info panel in gpk-application.
    + Bugfix:
  - Do not try to use the GSD schema if it has not been installed
  - Remove the newest metagroup -- it's just not useful.
    + Updated translations.

++++ kvm:

  - Fix i8254 PIT emulation (bnc#769138)

++++ cogl:

  - Update to version 1.11.2:
    + Add cogl_framebuffer_{fill,stroke}_path APIs consistent with
    other Cogl drawing APIs that replace cogl_path_fill/stroke().
    + Switch from using glib types such as guint32/guint16/guint8 to
    using equivalent stdint.h types.
    + Add a micro-benchmark for the journal
    + Optimize the matrix stack so we can take immutable references
    of a matrix stack for logging into the journal more efficiently
    than having to copy large matrices for each journaled rectangle
    + Add COGL_VERSION_{MAJOR,MINOR,MICRO} macros and
    COGL_VERSION_CHECK macros for applications to test what version
    of Cogl they are compiled against.
    + Allow creation of non power of two (npot) CoglTexture2D
    textures with only basic npot support, not including repeating
    or mipmap support.
    + Enable use of the GL_STREAM_DRAW buffer update hint on GLES 2.0
    + Fix building Cogl with --disable-gl
    + Add support for the WebOS version of SDL which supports access
    to GLES 1.1 and GLES 2.0
    + Add cogl_matrix_init_translation to provide a more efficient
    way to initialize a matrix representing a translation without
    need to multiply matrices.
    + Various documentation fixes for CoglQuaternion and CoglEular
    + Updates for the MSVC build
    + Add GPU architecture detection capabilities so we can
    differentiate drivers based on the hardware vendor, and the
    actual architecture of the GPU, such as deferred vs immediate
    mode.
    + Fix framebuffer initialization to ensure swaps are throttled by
    default.
    + Fix flushing of the depth state for some cases.
    + Ported test-atlas-migration to be a standalone Cogl test
    + Add GLES 2.0 API integration support so that existing GLES 2.0
    based code can easily be integrated within Cogl based
    applications. For example this is being used by webkit-clutter
    to add WebGL support.
    + Add an optional libcogl-gles2 sub-library that provides a full
    GLES 2.0 api api to really lower the barrier as much as possible
    for being able to integrate existing GLES 2.0 based code into
    Cogl applications.
    + Add a Cogl GLES 2.0 Gears example application to test the GLES
    2.0 integration support.
    + Fix a bug with disabling of Cogl's debugging features
    + Add api to directly convert a Eular to a Quaternion.
    + Improve the wireframe debug option to work when a vertex shader
    is  in use.
    + Add support for SDL2 which supports GLES 2.0
    + Support the original GLSL extensions which had some different
    function names.
    + Avoid using eglGetProcAddress for core symbols which isn't
    allowed by the EGL spec and causes problems on Android.
    + Add cogl_android_bitmap_new_from_asset() API to load images
    from Android assets.
    + Add support for resizable onscreen framebuffers.
    + Avoid implicitly including the EGL headers when including
    cogl.h
    + Add cogl.conf and environment variables to allow disabling the
    use of specific GL extensions; for example if the
    implementation is known to be buggy on a given system.
    + Bugs fixed: bgo#660617, bgo#672533, bgo#673137, bgo#674208,
    bgo#675119, bgo#677078, bgo#678316, bgo#680124, bgo#681285
  - Rename libcogl9 to libcogl11, following upstreams soname bump.

++++ webkitgtk:

  - Update to version 1.9.6:
    + WebKit2 GTK+ improvements:
  - add spell checker API
  - add WebKitWebView::submit-form signal
  - paste primary selection when middle clicking in X11
    + Add API to get the suggested filename from a
    WebKitNetworkResponse.
    + Add webkit_web_view_get_snapshot() to WebKit1 API
    + Make sure WebKitWebView always has a main resource and it has
    already been set when the load has been committed, even for
    pages loaded from the history cache in WebKit2
    + Fix a run time critical warning when gdk_window_get_cursor() is
    called before WebKitWebView has been realized in WebKit2
    + Fix continuous insertion of newlines in Etherpad
    + Fix several memory leaks
  - Always build with -g0, and not just on ARM: otherwise, the build
    just always fails because we're running out of memory.
  - Update to version 1.9.5:
    + WebKit2 GTK+ improvements:
  - API to get HTTPS status
  - API to clear the cache
  - add webkit_cookie_manager_set_persistent_storage()
  - improve performance of searching
  - implement disk cache
  - add site specific quirks setting
  - add setting to enable/disable page cache
  - add WebKitWebView::context-menu-dismissed signal
  - fix inspector detach when inspector was attached by the
    client
  - don't show accel labels in context menu items
    + Add webkit_web_frame_get_dom_document() to WebKit GTK+ API.
    + Use soup_cookie_jar_is_persistent() to set whether cookie is a
    session one or not.
    + Fix recognition of contractions (apostrophes) in spell checker.
    + Fix a crash when showing the context menu in the Web Inspector.
    + WebKitWebView::mouse-target-changed is not emitted when moved
    to/from editable content.
    + Cache the video dimensions to not query the video-sink sink-pad
    caps every time.
    + Fix several memory leaks.
  - Update to version 1.9.4:
    + WebKit2 GTK+ improvements:
  - add accelerated compositing implementation
  - API to register custom URI schemes
  - add support for window.showModalDialog
  - add webkit_download_get_received_data_length()
  - add ContextMenu API
  - add Geolocation permission requests API
  - API to get the library version
    + Add WebKitWebView::run-file-chooser signal to WebKit1 API.
    + Port the video sink to GStreamer 0.11 API.
    + Add TextureMapper ImageBuffer support as a fallback from the
    hardware accelerated path
    + Add input methods submenu item to the default context menu for
    editable content.
    + Unmark highlighted text matches when find operation finishes.
    + Honor the device scale factor property when drawing.
    + Prevent setting or editing httpOnly cookies from JavaScript.
    + Fix several memory leaks.
  - Add webkit-fixbuild.patch: Fix build.
  - Update to version 1.9.3:
    + WebKit2 GTK+ improvements:
  - add webkit_download_get_request()
  - API to get the list of plugins
  - add webkit_web_view_can_show_mime_type()
  - add GCancellable parameter to all methods using gio async
    pattern
  - add settings to enable and disable composited layer
    indicators
  - add generic permission requests API
  - add initial inspector API
  - allow to attach/detach the inspector
    + Add media-playback-requires-user-gesture and
    media-playback-allows-inline settings.
    + Use defers loading instead of pausing the soup message in
    WebKitDownload.
    + Properly set the input method context window location.
    + Fix a crash in the WebProcess when a download is started from
    an existing ResourceHandle.
    + Fix cursor used for ne-resize.
    + Fix contractions recognition by the spell checker.
    + Fix a crash rendering scrollbars on GTK wxWebkit.
    + Fix KURL::fileSystemPath() implementation to strip the query
    part of the uri.
    + Check for GTK2/GTK3 symbol mismatch earlier to fix plugins run
    with nspluginwrapper.
    + Fix thin archives support while building GTK+ port.
    + Fix several memory leaks.
    + Fix several compilation warnings.
  - Rebase webkit-ld-optimization.patch
  - Build WebKit2 library:
    + this only works on the gtk3 build, so pass
  - -enable-webkit2/--disable-webkit2 accordingly.
    + Add pkgconfig(gail) and pkgconfig(gtk+-2.0) BuildRequires: the
    plugin process used in WebKit2 needs gtk2.
    + Create a new libwebkit2gtk subpackage.
    + Add libwebkit2gtk Requires to devel subpackage.
  - Add ruby BuildRequires: new dependency for the build.
  - Update to version 1.9.2:
    + Fix exceeding arguments limit build problem, by splitting more
    files off libWebCore into the new libWebCoreModules convenience
    library.
    + Remove left over soup_session_pause_message() and properly
    handle that case for defersLoading.
    + Fix response being the new one instead of the one that caused
    the redirect when emitting
    WebKitWebView::resource-request-starting
    + Refactor of IME handling to fix bugs and prepare for sharing
    with WebKit2.
    + Add file chooser API to WebKit2.
  - Update to version 1.9.1:
    + This release contains fixes from 1.7.90 to 1.7.92.
    + Performance improvements in WebKitWebView by avoiding doing a
    lot of work in size_allocate when the view is not mapped.
    + Web Timing is now enabled.
    + Add support for smooth scrolling.
    + Implement unicode submenu items.
    + FFTFrame implementation in GStreamer backend.
    + More work on GStreamer 0.11 support.
    + Add WebKitWebView::context-menu signal to allow applications to
    handle its own context menu. WebKitWebView::populate-popup
    signal and default-context setting are now deprecated.
    + Well known names for menu items in the default context menu are
    now exposed in an enumeration.
    + Add enter/leave fullscreen signals.
    + Many improvements to WebKit2 GTK+:
  - add support for windowed plugins
  - add full printing support
  - add enable-webaudio setting
  - add support for registering custom uri schemes
  - add WebKitWebView::mouse-target-changed signal
  - use a single signal for script dialogs
  - add cookies API
  - add resources API
  - add support for Response policy decisions
  - add javascript clipboard functionality settings
  - add cut, copy and paste methods
  - add webkit_web_view_run_javascript()
    + Several rendering fixes.
    + Fix several crashes.
  - fix build on ARM

++++ webkitgtk3:

  - Update to version 1.9.6:
    + WebKit2 GTK+ improvements:
  - add spell checker API
  - add WebKitWebView::submit-form signal
  - paste primary selection when middle clicking in X11
    + Add API to get the suggested filename from a
    WebKitNetworkResponse.
    + Add webkit_web_view_get_snapshot() to WebKit1 API
    + Make sure WebKitWebView always has a main resource and it has
    already been set when the load has been committed, even for
    pages loaded from the history cache in WebKit2
    + Fix a run time critical warning when gdk_window_get_cursor() is
    called before WebKitWebView has been realized in WebKit2
    + Fix continuous insertion of newlines in Etherpad
    + Fix several memory leaks
  - Always build with -g0, and not just on ARM: otherwise, the build
    just always fails because we're running out of memory.
  - Update to version 1.9.5:
    + WebKit2 GTK+ improvements:
  - API to get HTTPS status
  - API to clear the cache
  - add webkit_cookie_manager_set_persistent_storage()
  - improve performance of searching
  - implement disk cache
  - add site specific quirks setting
  - add setting to enable/disable page cache
  - add WebKitWebView::context-menu-dismissed signal
  - fix inspector detach when inspector was attached by the
    client
  - don't show accel labels in context menu items
    + Add webkit_web_frame_get_dom_document() to WebKit GTK+ API.
    + Use soup_cookie_jar_is_persistent() to set whether cookie is a
    session one or not.
    + Fix recognition of contractions (apostrophes) in spell checker.
    + Fix a crash when showing the context menu in the Web Inspector.
    + WebKitWebView::mouse-target-changed is not emitted when moved
    to/from editable content.
    + Cache the video dimensions to not query the video-sink sink-pad
    caps every time.
    + Fix several memory leaks.
  - Update to version 1.9.4:
    + WebKit2 GTK+ improvements:
  - add accelerated compositing implementation
  - API to register custom URI schemes
  - add support for window.showModalDialog
  - add webkit_download_get_received_data_length()
  - add ContextMenu API
  - add Geolocation permission requests API
  - API to get the library version
    + Add WebKitWebView::run-file-chooser signal to WebKit1 API.
    + Port the video sink to GStreamer 0.11 API.
    + Add TextureMapper ImageBuffer support as a fallback from the
    hardware accelerated path
    + Add input methods submenu item to the default context menu for
    editable content.
    + Unmark highlighted text matches when find operation finishes.
    + Honor the device scale factor property when drawing.
    + Prevent setting or editing httpOnly cookies from JavaScript.
    + Fix several memory leaks.
  - Add webkit-fixbuild.patch: Fix build.
  - Update to version 1.9.3:
    + WebKit2 GTK+ improvements:
  - add webkit_download_get_request()
  - API to get the list of plugins
  - add webkit_web_view_can_show_mime_type()
  - add GCancellable parameter to all methods using gio async
    pattern
  - add settings to enable and disable composited layer
    indicators
  - add generic permission requests API
  - add initial inspector API
  - allow to attach/detach the inspector
    + Add media-playback-requires-user-gesture and
    media-playback-allows-inline settings.
    + Use defers loading instead of pausing the soup message in
    WebKitDownload.
    + Properly set the input method context window location.
    + Fix a crash in the WebProcess when a download is started from
    an existing ResourceHandle.
    + Fix cursor used for ne-resize.
    + Fix contractions recognition by the spell checker.
    + Fix a crash rendering scrollbars on GTK wxWebkit.
    + Fix KURL::fileSystemPath() implementation to strip the query
    part of the uri.
    + Check for GTK2/GTK3 symbol mismatch earlier to fix plugins run
    with nspluginwrapper.
    + Fix thin archives support while building GTK+ port.
    + Fix several memory leaks.
    + Fix several compilation warnings.
  - Rebase webkit-ld-optimization.patch
  - Build WebKit2 library:
    + this only works on the gtk3 build, so pass
  - -enable-webkit2/--disable-webkit2 accordingly.
    + Add pkgconfig(gail) and pkgconfig(gtk+-2.0) BuildRequires: the
    plugin process used in WebKit2 needs gtk2.
    + Create a new libwebkit2gtk subpackage.
    + Add libwebkit2gtk Requires to devel subpackage.
  - Add ruby BuildRequires: new dependency for the build.
  - Update to version 1.9.2:
    + Fix exceeding arguments limit build problem, by splitting more
    files off libWebCore into the new libWebCoreModules convenience
    library.
    + Remove left over soup_session_pause_message() and properly
    handle that case for defersLoading.
    + Fix response being the new one instead of the one that caused
    the redirect when emitting
    WebKitWebView::resource-request-starting
    + Refactor of IME handling to fix bugs and prepare for sharing
    with WebKit2.
    + Add file chooser API to WebKit2.
  - Update to version 1.9.1:
    + This release contains fixes from 1.7.90 to 1.7.92.
    + Performance improvements in WebKitWebView by avoiding doing a
    lot of work in size_allocate when the view is not mapped.
    + Web Timing is now enabled.
    + Add support for smooth scrolling.
    + Implement unicode submenu items.
    + FFTFrame implementation in GStreamer backend.
    + More work on GStreamer 0.11 support.
    + Add WebKitWebView::context-menu signal to allow applications to
    handle its own context menu. WebKitWebView::populate-popup
    signal and default-context setting are now deprecated.
    + Well known names for menu items in the default context menu are
    now exposed in an enumeration.
    + Add enter/leave fullscreen signals.
    + Many improvements to WebKit2 GTK+:
  - add support for windowed plugins
  - add full printing support
  - add enable-webaudio setting
  - add support for registering custom uri schemes
  - add WebKitWebView::mouse-target-changed signal
  - use a single signal for script dialogs
  - add cookies API
  - add resources API
  - add support for Response policy decisions
  - add javascript clipboard functionality settings
  - add cut, copy and paste methods
  - add webkit_web_view_run_javascript()
    + Several rendering fixes.
    + Fix several crashes.
  - fix build on ARM

++++ lua:

  - Even after the previous update, third party modules/libraries
    would not work because LUA_CDIR constant is wrong in x86_64

++++ samba:

  - Remove backup files caused by running configure in examples/VFS.

++++ libzypp:

  - Update zypp-po.tar.bz2

++++ mrtg:

  - add avaya as vendor to find ifAlias on updated nortel switches

++++ xdm:

  - separate *.fallback displaymanager files from xdm.tar.bz2 into
    xdm-fallbacks.tar.bz2 and build only suse version < 1210.
    (bnc#714003)
  - /etc/init.d/xdm: add plymouth_quit function, use it in xdm
    displaymanager file (bnc#775548)

++++ yast2-country:

  - use timezone data from /etc/localtime if available (bnc#773491)
  - 2.22.8

++++ yast2-product-creator:

  - added README.expert file, describing the option for forcing
    the package version (bnc#767614)
  - 2.22.8

------------------------------------------------------------------
------------------  2012-8-15  -  Aug 15 2012  -------------------
------------------------------------------------------------------

++++ cronie:

  - When the cron daemon does not fork, as it is the case
    when using systemd, pid files are useless. avoid creating
    them in the first place.

++++ gnome-packagekit:

  - Add gnome-packagekit-displaysize.patch: Never stretch more than
    90% of the screen area (bnc#730968).

++++ gnome-desktop:

  - Split out a libgnome-3_0-common package containing the data
    files. Having them in the library package hinders parallel
    installability of more than one libgnome-desktop package. This
    package conflicts with libgnome-desktop-3-2 because of common
    files.

++++ kiwi:

  - changed behavior of setActiveProfileNames
    * when called with no argument this now resets that active profiles to
    the setting in the XML file. This type of dual behavior is somewhat
    evil from an OO perspective an dit may prove better to implement a
    resetActiveProfiles() in the future, we'll see how it turns out.
  - implement unit test for addDrivers method

++++ mozilla-nss:

  - update to 3.13.6 RTM
    * root CA update
    * other bugfixes

++++ libgee:

  - Update to version 0.6.5:
    + Prevent hashtables from resizing during iteration.

++++ libgee06:

  - Update to version 0.6.5:
    + Prevent hashtables from resizing during iteration.

++++ lua:

  - devel package must require libluaver = %{version}
  - Broken lua-suse patch breaks loading third party modules
    or scripts

++++ nautilus-open-terminal:

  - Don't move sr@Latn to sr@latin.

++++ openbox:

  - add openbox-3.5.0-moveresize.patch to fix crash on unexpected
    NET_WM_MOVERESIZE_CANCEL messages bio#5460

++++ openssh:

  - When not daemonizing, such is used with systemd, no not
    create a PID file

++++ opensuse-manuals_en:

  - Update text and image files.
  - New chapters about grub2 and systemd.

++++ qemu:

  - avoid installing qemu on a qemu build

++++ qemu-linux-user:

  - avoid installing qemu on a qemu build

++++ squid:

  - package rename from squid3 back to squid
    * old 'squid' (2.7STABLE9) now obsolete
    * only one "stable" squid available >= 3.2
  - update to 3.2.1 (15 Aug 2012):
  - Bug 3605: memory leak in peer selection
  - Bug 3478: better default handling without -DSTRICT_ORIGINAL_DST
  - ... and some documentation updates
  - rebase squid-config patch

++++ subversion:

  - update to upstream 1.7.6:
    User-visible changes:
  - Client-side bugfixes:
    * Fix "svn status -u --depth empty FILE"
    * Fix example output of 'svn help status'
    * svn propset of svn:eol-style might not notice related text changes
    * sort output of 'svn propget -R'
    * sort output of 'svn proplist'
    * sort output of 'svn status'
    * avoid a filestat per working copy find operation
    * optimize 'svn upgrade' performance on large working copies
    * allow 'file:///C:\repos' style arguments on Windows, like 1.6
    * fix ra_serf against Subversion 1.2 servers
    * fix 'svn upgrade' on working copies with certain tree conflicts
    * avoid workqueue references to system temp dir
    * allow non-existant canonical paths
    * fix 'svn revert --depth files' to operate on files
    * fix ra_serf XML namespace handling against malicious server
    * fix relocate with server-relative externals
    * change two asserts into errors for TortoiseSVN
    * don't attempt to anchor an operation outside a wc root
  - Server-side bugfixes:
    * partial sync drops properties when converting to adds
    * replaying a copy and delete of an unreadable child fails
    * allow svnlook to operate on r0
    * make FSFS revision files independent of APR hash order
  - Other tool improvements and bugfixes:
    * move mod_dontdothat to install-tools
    Developer-visible changes:
  - General:
    * fix running tests against httpd 2.4
    * use constant struct initialisers for C89 compatibility
  - Bindings:
    * JavaHL: Don't assert on some invalid input
    * JavaHL: Add missing new in 1.7 notifications
  - refresh subversion-no-build-date.patch

++++ wireshark:

  - update to upstream 1.8.2 (bnc#776083)
    + vulnerabilities fixed:
    * The DCP ETSI dissector could trigger a zero division.
    (wnpa-sec-2012-13 CVE-2012-4285)
    * The MongoDB dissector could go into a large loop.
    (wnpa-sec-2012-14 CVE-2012-4287)
    * The XTP dissector could go into an infinite loop.
    (wnpa-sec-2012-15 CVE-2012-4288)
    * The ERF dissector could overflow a buffer.
    (wnpa-sec-2012-16 CVE-2012-4294 CVE-2012-4295)
    * The AFP dissector could go into a large loop.
    (wnpa-sec-2012-17 CVE-2012-4289)
    * The RTPS2 dissector could overflow a buffer.
    (wnpa-sec-2012-18 CVE-2012-4296)
    * The GSM RLC MAC dissector could overflow a buffer.
    (wnpa-sec-2012-19 CVE-2012-4297)
    * The CIP dissector could exhaust system memory.
    (wnpa-sec-2012-20 CVE-2012-4291)
    * The STUN dissector could crash.
    (wnpa-sec-2012-21 CVE-2012-4292)
    * The EtherCAT Mailbox dissector could abort.
    (wnpa-sec-2012-22 CVE-2012-4293)
    * The CTDB dissector could go into a large loop.
    (wnpa-sec-2012-23 CVE-2012-4290)
    * The pcap-ng file parser could trigger a zero division.
    (wnpa-sec-2012-24 CVE-2012-4286)
    * The Ixia IxVeriWave file parser could overflow a buffer.
    (wnpa-sec-2012-25 CVE-2012-4298)
    + Further bug fixes and updated protocol support as listed in:
    http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
  - adjust wireshark-1.2.0-disable-warning-dialog.patch for moved lines

++++ yast2-dns-server:

  - Checking for return values while writing into LDAP and reporting
    errors (bnc#768708).

++++ yast2-ntp-client:

  - bnc#775926 - During installation ntp is not configured correctly after accessing the Change Date and Time screen

++++ yast2-storage:

  - 2.22.10
  - re-evaluate default fstab options after changed mount point
    (bnc#774499)

------------------------------------------------------------------
------------------  2012-8-14  -  Aug 14 2012  -------------------
------------------------------------------------------------------

++++ amarok:

  - Remove ksuseinstall patch entirely

++++ cmake:

  - Update to 2.8.9
    * See /usr/share/doc/packages/cmake/Changelog for changes
    * Drop cmake-pkgconfig.patch, already upstream

++++ evolution:

  - Update to version 3.5.5.1:
    + Fix build against WebKitGtk+ 1.9.6 (bgo#681400).
  - Update to version 3.5.5:
    + Various mail formatter and highlighter improvements
    + Improvements to user documentation
    + mail-send-recv: Improve presentation
    + Fix few more memory leaks
    + Support creating and deleting remote resources
    + Remove all GDK threads usage
    + Various other code changes.
    + Bugs fixed: bgo#677635, bgo#678635, bgo#679049, bgo#679404,
    bgo#679726, bgo#679843, bgo#680123, bgo#680164, bgo#680331,
    bgo#680535, bgo#680577, bgo#680634, bgo#680635, bgo#680643,
    bgo#680666, bgo#680682, bgo#681075.
    + Updated translations.
  - Update to version 3.5.4:
    + Google:
  - Remove SSL option for Google Contacts address books
  - Remove the offline caching option for Google Contacts address
    book
    + Fix displaying suppressed HTML parts
    + Display text/plain in fixed-width font
    + Fix displaying photos in contacts preview
    + Display local contact photos in EContactEditor's EImageChooser
    + Don't load images in preview pane when openning Preferences
    Dialog
    + Trust attachments from ~/.kde and ~/.kde4
    + Use folder display name in status messages when possible.
    + Add "auto-update" option to Search Folder Editor.
    + Update to libgweather 3.5
    + Don't display SMIME signature as an attachment
    + Make alarm notifications work again
    + Various other code changes.
    + Bugs fixed:
  - bgo#223309: Add "Include Subfolders" to "Search Folder
    Sources"
  - bgo#515004: Allow toggling between text and HTML view of mail
  - bgo#246231, bgo#257283, bgo#332115, bgo#349875, bgo#524737,
    bgo#548778, bgo#602425, bgo#617557, bgo#653529, bgo#661886,
    bgo#674427, bgo#677604, bgo#677695, bgo#677885, bgo#677993,
    bgo#678606, bgo#678667, bgo#678783, bgo#678834, bgo#678946,
    bgo#679323, bgo#679649, bgo#679726, bgo#679814.
    + Updated translations.
  - Update to version 3.5.3.1:
    + Numerous missing source files in the 3.5.3 tarball.
  - Update to version 3.5.3:
    + GConf dependency has been dropped.
    + Account data now resides in plain text files rather than GConf
    XML blobs.
    + User documentation improvements.
    + Remove local mail autoconfiguration data.
    + Mail formatter rewrite
    + No more experimental plugins.
    + Remove Mono and Python EPlugin bindings.
    + Reduce amount or EMailDisplay reloads when displaying
    Preferences dialog
    + Various other code changes.
    + Bugs fixed: bgo#300677, bgo#431497, bgo#569540, bgo#670876,
    bgo#674887, bgo#676179, bgo#676563, bgo#677597, bgo#677607,
    bgo#677608, bgo#677624, bgo#677628, bgo#677631, bgo#677673,
    bgo#677679, bgo#677686, bgo#677706, bgo#677882, bgo#677995,
    bgo#678292, bgo#678293, bgo#678304, bgo#678345, bgo#678347,
    bgo#678393, bgo#678397, bgo#678608, bgo#678609, bgo#678613,
    bgo#678634, bgo#764467.
    + Updated translations.
  - Drop pkgconfig(gconf-2.0) BuildRequires and gconf packaging
    machinery: evolution is now fully ported to GSettings.
  - Disable bnc-435722-book-uri-long.patch: this needs to be rebased,
    or dropped if not needed anymore.
  - Drop pkgconfig(dbus-glib-1) BuildRequires: no longer needed.
  - Drop mono-plugins and python-plugins subpackages, as they were
    dropped upstream, add Obsoletes for those packages in the main
    subpackage.
  - Disable translation-update-upstream.
  - Update to version 3.5.2:
    + Spell checking for 'Summary' in Event/Task/Memo editors.
    + Make Yahoo! mail-autoconfig use IMAP, instead of POP3 and
    preconfig also Tasks.
    + Avoid New unread icon emblem on virtual folders.
    + Make the settings capplet optional.
    + Various other code changes.
    + Bugs fixed:
  - bgo#246581: "Replies in Sent folder goes to myself"
  - bgo#200683, bgo#206484, bgo#559710, bgo#669111, bgo#669133,
    bgo#669295, bgo#669445, bgo#669463, bgo#669657, bgo#669674,
    bgo#669893, bgo#669983, bgo#671585, bgo#671585, bgo#672827,
    bgo#673514, bgo#673946, bgo#674997, bgo#675061, bgo#675347,
    bgo#675391, bgo#675723, bgo#675725, bgo#675728, bgo#675863,
    bgo#675871, bgo#676226, bgo#676410, bgo#676492, bgo#677045,
    bgo#677273, bgo#677280.
    + Updated translations.
  - Update to version 3.5.1:
    + Evolution now uses WebKit/GTK+ instead of GtkHtml to display
    emails, contacts, tasks and memos. Note that for the time being
    Evolution still uses GtkHtml to compose emails.
    + Use GNetworkMonitor to drive EShell:network-available.
    + Add ability to specify INBOX for non-storage type accounts.
    + Various other code changes.
    + Bugs fixed:
  - bgo#245025: Popup confirmation when moving a folder (via drag
    and drop)
  - bgo#528508: Wrap long lines when printing emails
  - bgo#465076, bgo#560654, bgo#584143, bgo#593444, bgo#593449,
    bgo#593450, bgo#655753, bgo#668543, bgo#668768, bgo#668769,
    bgo#668976, bgo#668989, bgo#668998, bgo#670445, bgo#670609,
    bgo#670967, bgo#670967, bgo#671537, bgo#671874, bgo#671876,
    bgo#672175, bgo#673013, bgo#673065, bgo#673067, bgo#673108,
    bgo#673123, bgo#673225, bgo#673228, bgo#673420, bgo#673430,
    bgo#673525, bgo#674034, bgo#674037, bgo#674060, bgo#674062,
    bgo#674176, bgo#674194, bgo#674248, bgo#674249, bgo#674272,
    bgo#674282, bgo#674340, bgo#674380, bgo#674381, bgo#674466,
    bgo#674701.
  - Drop pkgconfig(NetworkManager) BuildRequires: upstream relies
    on GNetworkMonitor now.
  - Add pkgconfig(javascriptcoregtk-3.0) and pkgconfig(webkitgtk-3.0)
    BuildRequires: new dependency to display html mail.
  - Fix pkgconfig(gail) BuildRequires to pkgconfig(gail-3.0), which
    is really what is wanted.
  - Update to version 3.4.4:
    + Trust attachments from ~/.kde and ~/.kde4.
    + Run mbox-to-Maildir conversion before loading modules.
    + Bugs fixed: bgo#559815, bgo#617557, bgo#653529, bgo#677993,
    bgo#678292, bgo#678304, bgo#678783, bgo#680682
    + Updated translations.

++++ evolution-data-server:

  - Update to version 3.5.5:
    + Support creating/deleting remote resources
    + Fix removal of custom vCard attributes in Google address book
    + Make sure IMAP is connected before doing online operations
    + Conditionally enable bug-buddy/gtk+ also for
    evolution-source-registry
    + Various other code changes.
    + Bugs fixed: bgo#551788, bgo#674696, bgo#677530, bgo#678893,
    bgo#679017, bgo#679808, bgo#680013, bgo#680106, bgo#680211,
    bgo#680502, bgo#680687.
    + Updated translations.
  - Bump so_ebackend defines to 35, following upstream.
  - Drop bison BuildRequires, following upstream: this dependency
    was apparenly never really needed (but checked for by configure).
  - Update to version 3.5.4:
    + Rework CamelIMAPXServer to be subclassed and extended more
    easily.
    + Remove the option to not cache Google Contacts data locally
    + Update for newer GWeather
    + Camel: Use folder display name in status messages when
    possible
    + Preset timeout on SoupSession-s to 90 seconds
    + online-accounts: Mail sources need to be writable.
    + Various other code changes.
    + Bugs fixed: bgo#559391, bgo#578240, bgo#677697, bgo#677886,
    bgo#678602, bgo#678856, bgo#678903.
    + Updated translations.
  - Bump so_camel to 39, following upstream.
  - Update to version 3.5.3:
    + Account data now resides in plain text files rather than GConf
    XML blobs.
    + Port remaining bits from GConf to GSettings.
    + Add 'evolution-source-viewer' test tool
    + imap[x]: Remove shell command option from user interfaces.
    + google:
  - Split conversion functions from Google backend into a util
    lib
  - Add some tests to Google address book backend
  - Add a new custom vCard property containing Google system
    groups
  - Make "rel" and "label" mutually exclusive for certain
    elements.
    + Various build fixes
    + Several API breaks (see docs)
    + Various other code changes.
    + Bugs fixed: bgo#668247, bgo#673817, bgo#676541, bgo#677183,
    bgo#677610, bgo#677642, bgo#677664, bgo#677687, bgo#677841,
    bgo#677933, bgo#678067, bgo#678069, bgo#678255, bgo#678378,
    bgo#678618.
    + Updated translations.
  - Drop pkgconfig(dbus-glib-1) BuildRequires.
  - Add pkgconfig(gcr-base-3) BuildRequires: new dependency.
  - Bump so_* defines, following upstream:
    + so_camel 38, so_ebackend 4, so_ebook 14, so_ecal 15,
    so_edata_book 15, so_edata_cal 18, so_edataserver 17 and
    so_edataserverui 4.
  - Update baselibs.conf according the soname bumps.
  - Update to version 3.5.2:
    + Remove extra test on Google server photo data validity.
    + Split camel-imapx library and merge into camel so that
    providers can be written on top of imapx.
    + Camel: Allow SSL certificate resave and use detailed errors
    from SSL stream.
    + Simplify vFolder's code and other bunch of related time
    optimizations.
    + Various other code changes.
    + Bugs fixed: bgo#606181, bgo#664639, bgo#666327, bgo#667725,
    bgo#669191, bgo#670279, bgo#671603, bgo#673946, bgo#675387,
    bgo#676108, bgo#676403, bgo#676506.
    + Updated translations.
  - Update baselibs.conf.
  - Drop xz BuildRequires as it now comes for free in the build
    system.
  - Update to version 3.5.1:
    + Add an --enable-code-coverage configure option to enable gcov
    support
    + Fix Google Talk vCard attribute name definition
    + Various other code changes.
    + Bugs fixed:
  - bgo#664639: IMAPx Doesn't quit gracefully on account disable
  - bgo#668989: Add a twitter username to IM in contacts
  - bgo#658742, bgo#665381, bgo#668549, bgo#668679, bgo#669034,
    bgo#669085, bgo#670435, bgo#670457, bgo#671537, bgo#672175.
    + Updated translations.
  - Update to version 3.4.4:
    + Fix hangs when network changes (bgo#551788)
    + Broken spool mbox file accounts (bgo#679017)
    + Unable to send mail using SMTP (bgo#679488)
    + Bugs fixed: bgo#559391, bgo#674696, bgo#677530, bgo#678856,
    bgo#679245, bgo#680211, bgo#680502, bgo#681318.

++++ farstream:

  - Add farstream-gtkdoc.patch: Gtk-doc tags belong after the
    description. Fix build on newer gtk-doc versions.

++++ file:

  - Use the OS's byteswapping routines.

++++ iso-codes:

  - Update to version 3.38:
    + Updated translations for ISO 3166, ISO 3166-2, ISO 639 and
    ISO 639-3.

++++ kiwi:

  - implement getArch/setArch methods
    * allows to have influence on the architecture specific information for
    retrieval and addition of data to the XML object
  - refractor the valid profile names check into a private method
    * verification of proper profile names is needed in 2 routines now and
    will be needed in any method that allows addition of profile
    specific information to the XML
  - implement new addDrivers method
    * this allows to addDriver data to the XML, this completes the tie-in
    of the KIWIXMLDriverData object into the new structure
  - unit tests for get/setArch

++++ gtkhtml:

  - Upadte to version 4.5.5:
    + Add tooltips for editor toolbar items (bgo#681087)
    + Remove GDK_THREADS_ENTER and GDK_THREADS_LEAVE macros
    + Updated translations.
  - Update to version 4.5.3:
    + bgo#676218: Using Emoticon picker blocks input in composer
    + bgo#678479: Leading spaces in first line of 
 are ignored
  - Changes from version 4.5.2:
    + bgo#672582: Fix selection behavior inside