Changed packages: ==== patterns-openSUSE-apparmor ==== Version update (20141007 -> 20150105) Subpackages: patterns-openSUSE-apparmor_opt patterns-openSUSE-base patterns-openSUSE-books patterns-openSUSE-console patterns-openSUSE-devel_C_C++ patterns-openSUSE-devel_basis patterns-openSUSE-devel_gnome patterns-openSUSE-devel_ide patterns-openSUSE-devel_java patterns-openSUSE-devel_kde patterns-openSUSE-devel_kernel patterns-openSUSE-devel_perl patterns-openSUSE-devel_python patterns-openSUSE-devel_qt4 patterns-openSUSE-devel_rpm_build patterns-openSUSE-devel_ruby patterns-openSUSE-devel_web patterns-openSUSE-dhcp_dns_server patterns-openSUSE-directory_server patterns-openSUSE-enhanced_base patterns-openSUSE-enhanced_base_opt patterns-openSUSE-file_server patterns-openSUSE-fonts patterns-openSUSE-fonts_opt patterns-openSUSE-games patterns-openSUSE-gateway_server patterns-openSUSE-gnome patterns-openSUSE-gnome_admin patterns-openSUSE-gnome_basis patterns-openSUSE-gnome_basis_opt patterns-openSUSE-gnome_games patterns-openSUSE-gnome_ide patterns-openSUSE-gnome_imaging patterns-openSUSE-gnome_imaging_opt patterns-openSUSE-gnome_internet patterns-openSUSE-gnome_laptop patterns-openSUSE-gnome_multimedia patterns-openSUSE-gnome_multimedia_opt patterns-openSUSE-gnome_office patterns-openSUSE-gnome_office_opt patterns-openSUSE-gnome_utilities patterns-openSUSE-gnome_yast patterns-openSUSE-imaging patterns-openSUSE-imaging_opt patterns-openSUSE-kde patterns-openSUSE-kde4_admin patterns-openSUSE-kde4_basis patterns-openSUSE-kde4_edutainment patterns-openSUSE-kde4_games patterns-openSUSE-kde4_ide patterns-openSUSE-kde4_imaging patterns-openSUSE-kde4_internet patterns-openSUSE-kde4_laptop patterns-openSUSE-kde4_multimedia patterns-openSUSE-kde4_office patterns-openSUSE-kde4_utilities patterns-openSUSE-kde4_utilities_opt patterns-openSUSE-kde4_yast patterns-openSUSE-kvm_server patterns-openSUSE-lamp_server patterns-openSUSE-laptop patterns-openSUSE-lxde patterns-openSUSE-lxde_laptop patterns-openSUSE-lxde_office patterns-openSUSE-mail_server patterns-openSUSE-minimal_base patterns-openSUSE-minimal_base-conflicts patterns-openSUSE-misc_server patterns-openSUSE-multimedia patterns-openSUSE-multimedia_opt patterns-openSUSE-network_admin patterns-openSUSE-non_oss patterns-openSUSE-non_oss_opt patterns-openSUSE-office patterns-openSUSE-office_opt patterns-openSUSE-print_server patterns-openSUSE-remote_desktop patterns-openSUSE-rest_dvd patterns-openSUSE-sw_management patterns-openSUSE-sw_management_gnome patterns-openSUSE-sw_management_kde4 patterns-openSUSE-tabletpc patterns-openSUSE-technical_writing patterns-openSUSE-x11 patterns-openSUSE-x11_opt patterns-openSUSE-x11_yast patterns-openSUSE-xen_server patterns-openSUSE-xfce patterns-openSUSE-xfce_basis patterns-openSUSE-xfce_laptop patterns-openSUSE-xfce_office patterns-openSUSE-yast2_basis patterns-openSUSE-yast2_install_wf - Replace subversion by git in the devel_yast pattern (bnc#911635) ==== libpkcs11-helper1 ==== Version update (1.09 -> 1.11) Subpackages: pkcs11-helper - Update to version 1.11 + openssl: support generic pkey. + openssl: add dsa support. + openssl: add ecdsa support. - Changes from version 1.10 + PolarSSL crypto engine by Adriaan de Jong + build: --disable-crypto-engine-win32 renamed to - -disable-crypto-engine-cryptoapi + api: PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_WIN32 renamed to PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_CRYPTOAPI. + api: PKCS11H_ENGINE_CRYPTO_WIN32 renamed to PKCS11H_ENGINE_CRYPTO_CRYPTOAPI - pkcs11-helper has a new home; update homepage and source Url ==== procmail ==== - build with PIE ==== python3-setuptools ==== Version update (7.0 -> 11.0) - specfile: * updated copyright year * use pkg_resources instead of pkg_resources.py* - patch: updated linenumber - updated to version 11.0: * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. - changes from version 10.2.1: * Issue #323: Fix regression in entry point name parsing. - changes from version 10.2: * Deprecated use of EntryPoint.load(require=False). * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. - changes from version 10.1: * Issue #320: Added a compatibility implementation of "sdist._default_revctrl" so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). - changes from version 10.0.1: * Issue #319: Fixed issue installing pure distutils packages. - changes from version 10.0: * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to setuptools_svn . * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. - changes from version 9.1: * Prefer vendored packaging library as recommended . - changes from version 9.0.1: * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. - changes from version 9.0: * Issue #314: Disabled support for "setup_requires" metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. - changes from version 8.4: * Pull Request #106: Now write "setup_requires" metadata. - changes from version 8.3: * Issue #311: Decoupled pkg_resources from setuptools once again. "pkg_resources" is now a package instead of a module. - changes from version 8.2.1: * Issue #306: Suppress warnings about Version format except in select scenarios (such as installation). - changes from version 8.2: * Pull Request #85: Search egg-base when adding egg-info to manifest. - changes from version 8.1: * Upgrade "packaging" to 14.5, giving preference to "rc" as designator for release candidates over "c". * PEP-440 warnings are now raised as their own class, "pkg_resources.PEP440Warning", instead of RuntimeWarning. * Disabled warnings on empty versions. - changes from version 8.0.4: * Upgrade "packaging" to 14.4, fixing an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal. * Issue #296: Add warning when a version is parsed as legacy. This warning will make it easier for developers to recognize deprecated version numbers. - changes from version 8.0.3: * Issue #296: Restored support for "__hash__" on parse_version results. - changes from version 8.0.2: * Issue #296: Restored support for "__getitem__" and sort operations on parse_version result. - changes from version 8.0.1: * Issue #296: Restore support for iteration over parse_version result, but deprecated that usage with a warning. Fixes failure with buildout. - changes from version 8.0: * Implement PEP 440 within pkg_resources and setuptools. This change deprecates some version numbers such that they will no longer be installable without using the "===" escape hatch. See the changes to test_resources for specific examples of version numbers and specifiers that are no longer upported. Setuptools now "vendors" the packaging library. ==== s2tc ==== Subpackages: s2tc-32bit - We conflict with libtxc_dxtn so make sure to mention it ==== seamonkey ==== Subpackages: seamonkey-dom-inspector seamonkey-irc seamonkey-translations-common - use GStreamer 1.0 from 13.2 on - removed package support for distributions older than 12.3 * removed mozilla-sle11.patch - seamonkey-fix-signed-char.patch: fix build on platforms where char is unsigned (power/arm). (bmo#1085151) - mozilla-fix-prototype.patch: add string.h includes for memcpy prototype (as used on bigendian architectures). - enable some extensions using the addons sdk (e.g. Ghostery) (mozilla-seamonkey-sdk.patch) (bmo#1071048) ==== libspeechd-devel ==== Version update (0.8 -> 0.8.1) Subpackages: libspeechd2 python3-speechd speech-dispatcher speech-dispatcher-configure speech-dispatcher-module-espeak - Update to 0.8.1 + User dictionaries support added to the IBMTTS driver + Added a pico configuration file for use with the generic driver + Better support for multi-arch enabled distros to facilitate the use of the i386 only IBMTTS driver being easily installable on an amd64 system + Bug fixes, and documentation cleanup - Don't remove configuration in /usr/share/speech-dispatcher/config, because it is used by its configuration program to create user specific settings, while duplicate of it in /etc is system-wide ==== libthunarx-2-0 ==== Version update (1.6.3 -> 1.6.4) Subpackages: thunar thunar-lang - update to version 1.6.4 - make distcheck fix (reference docs linking error) (Andrzej) - Add support for binary file size units (bxo#10864) (Andre Miranda) - Strip trailing spaces/Github test (Nick) - Fix case of Xfce in appdata description (Simon) - Update intltool (Eric) - Add pkexec policy (bxo#11122) (Eric) - Remove trailing whitespace from Makefile to prevent warning (Simon) - Add appdata file for Thunar (Bug 11172) (Eric) - Check for thumbnails in the new location (bxo#11263) (Eric) - Default application not respected with glib >= 2.41 (bxo#11212) (Guido) - Add support for the GTK 3 bookmarks file (bxo#10627) (Alistair) - Update xfconf setting for thunar-wallpaper plugin (Eric) - Update copyright. (Nick) - thunar-tpa: fix libxfce4panel version checking macros (Andrzej) - Fallback to image surface, workaround for bug in Cairo/RENDER (Andrzej) - Fixed missing inode-directory/folder icons on old systems. (Andrzej) - Change name of file copies (and links) (bxo#7518). (Nick) - Improve the extension selection to not match hidden names. (Nick) - Safe accels 10 sec after changes (bxo#10139). (Nick) - Force icons on the toolbar (bxo#10179). (Nick) - Improve handling of renames (bxo#10242). (Nick) - Smarter file extension selecting (bxo#10268). (Jeff Shipley) - I18n: Remove broken / unsupported translations. (Nick) - Force reference on files from the cache. (Nick) - Drop README.thunarrc. (Nick) - Translation updates. - remove obsolete thunar-fix-default-application-lookup.patch. thunar-support-gtk3-bookmarks.patch ==== gvim ==== Version update (7.4.537.hg.6413 -> 7.4.560.hg.6462) Subpackages: vim vim-data - Updated to revision 560, fixes the following problems * Tests fail with small features plus Python. * Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. * Cannot build with tiny and small features. (Taro Muraoka) * Crash when doing a range assign. * Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. * Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo Martínez) Issue 287 * Warnings for unused arguments when compiling with a combination of features. * Highlighting for multi-line matches is not correct. * Repeated use of vim_snprintf() with a number. * Using "vit" does not select a multi-byte character at the end correctly. * Function name not recognized correctly when inside a function. * curs_rows() function is always called with the second argument false. * "ygn" may yank too much. (Fritzophrenic) Issue 295. * Langmap applies to Insert mode expression mappings. * Various small issues. * Missing part of patch 7.4.519. * test_close_count may fail for some combination of features. * Failed commands in Python interface not handled correctly. * One more small issue. * When the X server restarts Vim may get stuck. * Appending a block in the middle of a tab does not work correctly when virtualedit is set. * Memory leak using :wviminfo. Issue 296. Removed packages: Added packages: libdnet1 libvmtools0 > open-vm-tools > open-vm-tools-desktop python3-xdg