Changed packages: ==== ImageMagick ==== Version update (6.9.1.6 -> 6.9.1.10) Subpackages: ImageMagick-devel ImageMagick-doc ImageMagick-extra libMagick++-6_Q16-6 libMagickCore-6_Q16-2 libMagickWand-6_Q16-2 perl-PerlMagick - Update to 6.9.1-10: * New version 6.9.1-10, SVN revision 19269. * coders/magick.c: added "-define h:format=FMT" and "-define magick:format=FMT" options. FMT can be any output format supported by ImageMagick except "H" or "MAGICK". If this define is omitted, the encoder uses GIF by default for pseudoclass images and PNM for directclass images, as previously. Made "MAGICK" (read-write) and "H" (write-only) visible in the format list. * Removed incorrect EOF check in the DDS reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065). * Fixed undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067). * Return exception message for unknown image properties. * Color shift removed when reading transparent gray images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081) - Removed duplicates - Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other libraries do not longer contain it, as they always require libMagickCore to be instaleld. - Moved documentation to the ImageMagick-doc package. - Removed executable bits from perl documentation-examples - Added configurations for: * graphviz * lcms2 (Little CMS 2 color management) * jbig * openjp2 (JPEG 2000) * openexr * webp - update to 6.9.1-9 * Fixed issue with radial gradient in MVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995). - update to 6.9.1-8 * New version 6.9.1-8, SVN revision 19167. * Correct install location of the Magick++ headers (reference https://github.com/ImageMagick/ImageMagick/pull/17/commits). * Different gif cropping behavior between versions (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013). * Cannot read properly simple psd file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002). - update to 6.9.1-7 * Fixed and escaped output of the json coder. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894). * Support BPG image format (respects -quality option). * A bordered transparent image now remains transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937). * The -update option behavior restored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939). ==== MozillaFirefox-branding-openSUSE ==== Version update (21 -> 40) - identify Leap 42.1 correctly - searchplugins need to be placed under distribution with FF 40 - disable susefox * its main purpose the plugin finder service misses server side maintenance and NPAPI plugins are being obsoleted sooner or later - homepage setting moved back from susefox to distribution configuration ==== apache2-mod_perl ==== - Force gnu89 inline semantics - Disable tests only in QEMU user-space builds - inline.patch: remove ==== aria2 ==== Version update (1.18.10 -> 1.19.0) Subpackages: aria2-lang - Update to 1.19.0 * android: Build and link with zlib Previously, we linked with zlib shipped with NDK, but it seems this is not part of NDK API, and thus could break our app. * Allow netrc-path to be specified in the config file Adds - -netrc-path to override default .netrc search path. * Exit with 32 status code if checksum verification failed * Add SFTP support using libssh2 aria2 can now download files via sftp protocol: aria2c sftp://.... --ssh-host-key-md option is added to specify expected server's fingerprint. * Added Dockerfile to cross complile aria2 for RaspberryPI (armhf) * multiple interface support for link aggregation Adds - -multiple-interface option. Patch from Sarim Khan * Run on-bt-download-complete command when -V reports download finished * Use dedicated DiskWriter in MultiDiskFileAllocationIterator We have to use dedicated DiskWriter instead of (*entryItr_)->getDiskWriter(). This is because SingleFileAllocationIterator cannot reopen file if file is closed by OpenedFileCounter. * Fix getrandom for system with libc not including errno or systems not supporting ENOSYS in the first place. * Don't send back rpc-secret option value in aria2.getGlobalOption RPC method * Make libuv default off * Fixed slow RPC response * Fix getrandom interface detection - Enable ssh suport using libssh2 ==== autoyast2 ==== Version update (3.1.85 -> 3.1.87) Subpackages: autoyast2-installation - : Must not reinstall already installed packages. (fate#319086) - 3.1.87 - Fixed a syntax error in the schema definition (bsc#938459) - 3.1.86 ==== cups-filters ==== Subpackages: cups-filters-cups-browsed cups-filters-foomatic-rip cups-filters-ghostscript - Add cups-filters-poppler-034.patch: Fix build with poppler-0.34. See https://bugs.linuxfoundation.org/show_bug.cgi?id=1301 pdftoopvp: Adaptations to API changes on Poppler 0.34.0, note that this patch disables color management in this filter. ==== libavcodec56 ==== Version update (2.7.1 -> 2.7.2) Subpackages: libavformat56 libavutil54 libswresample1 - Update to new upstream release 2.7.2 - webp: fix infinite loop in webp_decode_frame - huffyuvdec: validate image size - avcodec/vp8: Check buffer size in vp8_decode_frame_header() - avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() - avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write() - bytestream2: set the reader to the end when reading more than available - oggparsedirac: check return value of init_get_bits - vp9/update_prob: prevent out of bounds table read - avcodec/pngdec: Check values before updating context in decode_fctl_chunk() - avcodec/pngdec: Copy IHDR & plte state from last thread - avcodec/pngdec: Require a IHDR chunk before fctl - avcodec/pngdec: Only allow one IHDR chunk - ffmpeg: Do not use the data/size of a bitstream filter after failure ==== libfbembed2_5 ==== Version update (2.5.4.26821 -> 2.5.4.26856) - fix libfbembed package name in baselibs.conf so that the libfbembed2_5-32bit is built - upgrade to upstream version 2.5.4 (final) * CORE-4558: SuperServer dies when client is disconnected abnormally during the index navigational scan * CORE-4676: Crash on unexpected client disconnection with opened transaction * CORE-4075: Server bugchecks or crashes on exception in calculated index * CORE-4624: Firebird handles ':' characters in mount table entries invalid - Backported-fix-for-CORE-4788-Superclassic-server-han.patch: CORE-4788: Superclassic server hangs when receiving network packet - Backported-fix-for-CORE-4785-Bad-packet-of-op_execut.patch: CORE-4785: Bad packet of op_execute kills the server - Fixed-s-tandalone-switch-in-posix-server.patch: fix -s(tandalone) switch in posix server - Added-check-for-failed-fork-system-call.patch: add check for failed fork() system call - Apply-Partial-patch-for-C-11-compilation-of-the-Fire.patch: Libreoffice-patch-C-11-new-delete-replacement-functi.patch: two patches from LibreOffice fixing C++11 build ==== glibmm2-devel ==== Subpackages: libgiomm-2_4-1 libglibmm-2_4-1 - Added fix-deprecated-extra_object_base_data_mutex-auto_ptr.patch + fixes gcc5 warning: ?template class std::auto_ptr? is deprecated [-Wdeprecated-declarations] ==== gnome-software ==== Version update (3.16.4 -> 3.16.5) - Update to version 3.16.5: + Show installation progress when installing apps. + Several improvements to featured app banners. + Fix a possible crash when launching an installed app. + Update the styling of the history dialog to make sure unclickable rows don't appear clickable. + Make sure apps that aren't installable are properly hidden in the category view. + Fix an issue that caused "Source: Unknown" to be shown in the app details view. ==== grub2 ==== Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi grub2-x86_64-xen - fix for 'rollback' hint (bsc#901487) * modified grub2-btrfs-05-grub2-mkconfig.patch: ==== libhdf5-10 ==== Subpackages: libhdf5_hl10 - Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups - Use explicit library requirements to avoid ambiguities. Without this, packages that depend on hdf5 won't know which library to use. ==== hp2xx ==== - Use url for source - Upate info file scriplets and their dependencies - Cleanup spec file with spec-cleaner ==== junit ==== - Add patch to build with jdk8: * junit-jdk8.patch ==== ki18n-devel ==== Subpackages: libKF5I18n5 - Fix fallbackLang.diff: slashes were missing which resulted in wrong paths, relPath (XX/LC_MESSAGE/) was erroneously added to the returned directory path too which prevented the translation files from actually being opened. (boo#932158) ==== libreoffice ==== Version update (4.4.3.2 -> 5.0.0.3) Subpackages: libreoffice-base libreoffice-base-drivers-mysql libreoffice-calc libreoffice-calc-extensions libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-icon-theme-galaxy libreoffice-icon-theme-hicontrast libreoffice-icon-theme-oxygen libreoffice-icon-theme-sifr libreoffice-icon-theme-tango libreoffice-impress libreoffice-kde4 libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-ru libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-writer libreoffice-writer-extensions - Add explicit requires over libmysqlclient_r18, should cover bnc#829430 - Add patch to build with old cairo (sle11): * old-cairo.patch - Version bump to 5.0 rc3: * Various more fixes closing on the 5.0 release - Removed upstreamed patches: * fix-old-poppler.patch * mdds-old-gcc.patch - Try to fix build on SLE11 and remove obsolete patch: * A mdds-old-gcc.patch * D pack-desktop-files-for-optional-filters.diff - Update to 5.0 rc2: * Few small fixes and updates in internal libraries - Version bump to 5.0 rc1, remove obsolete patches: * 0001-Fix-could-not-convert-.-const-char-to-const-rtl-OUSt.patch * 0001-writerperfect-fix-gcc-4.7-build.patch - More chrpat love for sle11 - Add python-importlib to build/requirements on py2 distros - Provide/obsolete crystal icons so they are purged and not left over - Add few patch to get LO in more buildable state on SLE11, all upstreamed: * 0001-Fix-could-not-convert-.-const-char-to-const-rtl-OUSt.patch * 0001-writerperfect-fix-gcc-4.7-build.patch * fix-old-poppler.patch - Fix breeze icons handling, drop crystal icons. - Version bump to 5.0.0.beta3: * Drop merged patch 0001-Make-cpp-poppler-version.h-header-optional.patch * Update some internal tarballs so we keep building - based on these bumps update the buildrequires too - Generate python cache files wrt bnc#929793 ==== libva-drm1 ==== Version update (1.5.1 -> 1.6.0) Subpackages: libva-egl1 libva-glx1 libva-x11-1 libva1 vaapi-dummy-driver - Update to version 1.6.0: + API: - Bump VA API version to 0.38. - Add support for HEVC Encode. - Add support for VP9 Decode. - Allow user to specify user preferred backend driver. - Add decode attribute to support decode normal and base modes. - Add encode attribute to support skip frame. + Fix quality issue in the JPEG encode demo. ==== libwmf-0_2-7 ==== Subpackages: libwmf-tools - Added patches: * libwmf-0.2.8.4-CVE-2015-4695.patch - Fix CVE-2015-4695: meta_pen_create heap buffer over read (bsc#936058) * libwmf-0.2.8.4-CVE-2015-4696.patch - Fix CVE-2015-4696: wmf2gd/wmf2eps use after free (bsc#936062) ==== libyui-ncurses6 ==== Version update (2.47.0 -> 2.47.1) - Added a libyui-terminal helper script (boo#937026). - 2.47.1 ==== liblua5_3 ==== Subpackages: lua lua-devel - Provide Lua(API) = 5.3, so that packages installing files to /usr/share/lua/5.3 can properly depend on the right lua branch. - Provide Lua(devel) = 5.3 by lua-devel and conflict with other packages providing Lua(devel) (e.g lua51-devel, lua52-devel...). ==== mercurial ==== Version update (3.4.2 -> 3.5) Subpackages: mercurial-lang - update to v3.5 Regularly-scheduled feature release. See detailed release notes on https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.5_.282015-07-31.29 ==== obs-service-download_files ==== Version update (0.5.1.git.1426665567.a5a06e5 -> 0.5.1.git.1437716073.690c01e) - Add debian.dsc - Update to version 0.5.1.git.1437716073.690c01e: + Fix grammar + Add GPL2+ license + Add Makefile with install target + Debianization + Stricter change filename check ==== obs-service-set_version ==== Version update (0.4.2 -> 0.5.1) - Update to version 0.5.1: + Make python-packaging runtime dep optional + Fix %setup handling for python spec files - Recommends python-packaging - Require python-packaging - Update to version 0.5.0: + Add Makefile with install target + Change debian source format to 'native' + Fix tar file detection for PKGBUILD + Add Testsuite and README.md + - empty dummy commit to test travis hook + Disable py26, enable py{33,34} for tests + Add basic test for debian changelogs + Add travis build status image to README + Also do negative test for debian/changelog + Move testdata to .json files + Move _write_tarfile() to base test class + Remove python 2.6 compat import + Reuse test data for debian changelog tests + Rewrite set_version in python + Install devscripts in travis-ci test env + Restructure version detection code + Allow files in test tarballs + Add package type detection for python + Add version converter for python packages + Run python version converter tests with dpkg + Add function to add or replace a %define + Fix problem with replacing tags in spec files + Add function to replace %{version} in %setup + Add custom line support for _write_specfile func + Finally use version conversion for python packages + Skip some tests if zypper or dpkg are unavailable + Use python binary from virtualenv ==== openbox ==== Version update (3.5.2 -> 3.6.1) - update to 3.6.1: * Bump ABI version of libobrender that should have been done in 3.6 * Added various new abilities to If action, including the tag, matching class, name, role and window type. * Added ForEach action. * Restore the
option for window placement. * New GrowToFill action. * Updated Portuguese and Polish translations. * New Galician translation. * Added strict option to ToggleShowDesktop action. * Speed optimization in rendering code. * New tag for ShowMenu action allows placing menus other than at the mouse cursor. * Fix some corner cases of relative position to work correctly. * Allow specifying multiple mousebinds in one tag as we already do for keybinds (separated by spaces, as "W-Return M-S-F3" for example). * Added option rebindOnMappingNotify option, on by default, which controls if we update binds when the keyboard layout changes at runtime. * The resize action now only considers the part of the client that is onscreen for purposes of picking an action to perform. * Make desktop actions non-interactive (means you can have more actions bound to a key after them, and the dialog disappears on a timer instead of when releasing the modifier keys). * obxprop is now not pathologically slow when printing very long arrays. * Fix menu accelerator underlines sometimes not showing up. * Fix so you can click menu entries before the menuHideDelay expires if it's a new click. * Don't readd the X event fd to the poll set every time we reconfigure. * Fix some specialized button bitmaps not loading from the correct files. (toggled + pressed or hover would just be the base toggled image). * Various small bugfixes. - spec file clean-up * removed unnecessary Requires: libxslt-tools * removed unnecessary %clean section - Removed unnecessary patch: * openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch - Removed openbox-3.5.2-return.patch - Added openbox-3.6.1-return.patch to fix a new no-return-in-nonvoid-function error in actions/if.c * openbox-3.5.2-return.patch is included in this patch - added openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch * fixes https://bugzilla.icculus.org/show_bug.cgi?id=6065 - spec file cleanup * removed checks for discontinued openSUSE versions * removed explicit dependency libxslt to fix RPMLINT warning * renamed README.SuSE to README.SUSE to fix RPMLINT warning ==== libopencv2_4 ==== Subpackages: opencv opencv-devel - Update improve-sphinx-search.diff for new python-Sphinx(1.3.1) * now that sphinx-build disallow executing without arguments and give you "Insufficient arguments" error, use "sphinx-build -h" instead * the default usages output ie. sphinx-build(or --help) no longer are standard error but standard output, drop OUTPUT_QUIET and add OUTPUT_VARIABLE throws the output to SPHINX_OUTPUT as well ==== libopencv-qt55_4 ==== - Update improve-sphinx-search.diff for new python-Sphinx(1.3.1) * now that sphinx-build disallow executing without arguments and give you "Insufficient arguments" error, use "sphinx-build -h" instead * the default usages output ie. sphinx-build(or --help) no longer are standard error but standard output, drop OUTPUT_QUIET and add OUTPUT_VARIABLE throws the output to SPHINX_OUTPUT as well ==== perl-File-Tail ==== Version update (1.2 -> 1.3) - updated to 1.3 see /usr/share/doc/packages/perl-File-Tail/Changes 1.3 Fix for a stupid bug in 1.2 (GFILATOV, Slaven_Rezic) Added a warning for use of debug in a non-debug version of File::Tail Shows a warning when maxbuf is set to a too-small value Invoking name_changes callback changes the value of input attribute (sottile@ix.netcom.com) When deciding to reopen the file, check if the inode matches (that would mean it has not been ranamed) ==== pinfo ==== - Use url for source - Explicitly depend on autoconf/make - Update dependencies of info scriplets - Cleanup spec file with spec-cleaner ==== libpoppler-cpp0 ==== Version update (0.33.0 -> 0.34.0) Subpackages: libpoppler-devel libpoppler-glib8 poppler-tools - Update to version 0.34.0: + core: - Splash: . Fix crash in PDF with nested softmasks (fdo#91240). . Speed up of rendering icc based images (fdo#90171). - PSOutputDev: Embed Type1 fonts to PostScript files correctly (fdo#19747). - Fix pedantic memory leak. + glib: Update new symbols section. + Build system: cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1. - Bump poppler soname following upstream changes. ==== libpoppler-qt4-4 ==== Version update (0.33.0 -> 0.34.0) - Update to version 0.34.0: + core: - Splash: . Fix crash in PDF with nested softmasks (fdo#91240). . Speed up of rendering icc based images (fdo#90171). - PSOutputDev: Embed Type1 fonts to PostScript files correctly (fdo#19747). - Fix pedantic memory leak. + glib: Update new symbols section. + Build system: cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1. - Bump poppler soname following upstream changes. ==== libpoppler-qt5-1 ==== Version update (0.33.0 -> 0.34.0) Subpackages: libpoppler-qt5-devel - Update to version 0.34.0: + core: - Splash: . Fix crash in PDF with nested softmasks (fdo#91240). . Speed up of rendering icc based images (fdo#90171). - PSOutputDev: Embed Type1 fonts to PostScript files correctly (fdo#19747). - Fix pedantic memory leak. + glib: Update new symbols section. + Build system: cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1. - Bump poppler soname following upstream changes. ==== tuned ==== - tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch * fixed indentation and tabs usage ==== usb_modeswitch ==== Version update (2.2.1 -> 2.2.5) Subpackages: usb_modeswitch-data - Removed unused usb_modeswitch-data.rpmlintrc - Removed changelog from documentation - Cleaned up specfile - Update to version 2.2.5 * Fixed bug in configuration check, possibly leading to segfault (thanks, Leonid Lisovskiy); * fixed Pantech commandline parameter evaluation (was not working at all); * added driver unbind step via sysfs in wrapper, getting rid of the USB subsystem complaint "interface 0 claimed by usb-storage while 'usb_modeswitch' " - Update to version 2.2.4 * Fixed buggy check of USB configuration selection (possibly leading to segfault), tested with Alcatel X602D; * removed call to 'libusb_strerror' from libusb initialization - not available in earlier libusb1 versions - Update to version 2.2.3 * Fixed problem arising with systemd version 221 (220 untested), which affects starting the usb_modeswitch systemd unit from the sh script (reported by Archlinux users) - Update to version 2.2.2, 2015/06/27 * Added catch for libusb init error (thanks, Henrik Gustafsson); * removed global function result variable; added catch for USB configuration read error (both thanks to "otila"); * fixed wrapper script where port search for symlinking modem port was broken ("/dev/gsmmodem"); * changed PantechMode parameter to represent different targets; * added global config option to disable MBIM checking and setting alltogether (request from "kai"); * changed udev sh script so that systemd processing takes precedence over upstart; * changed systemd template unit parameter to avoid escaping problems - Update the data package to version 20150627 ==== vaapi-intel-driver ==== Version update (1.5.1 -> 1.6.0) - Update to version 1.6.0: + Add support for VP8 encode (CQP, CBR) on BSW/SKL. + Add support for HEVC decode on BSW. + Add support for HEVC encode (CQP) on SKL. + Add support for low-power mode (VA_PROC_PIPELINE_FAST) in VPP. + Improve the JPEG encode quality on BSW/SKL. + Optimize MPEG-2 start code search on IVB. + Fix memory leak issue with JPEG decode on IVB/HSW. + Fix HEVC decode issue on SKL. + Fix GPU hang issue caused by VP8 decode on BDW/BSW. + Fix MADI/MCDI issues on SNB/IVB. ==== libvamp-hostsdk3 ==== - Build with -fPIC ==== libwicked-0-6 ==== Version update (0.6.19 -> 0.6.20) Subpackages: wicked wicked-service - version 0.6.20 - spec: enable nanny use by default (fate#318977) - ifconfig: handle link up of externally enslaved devices (fate#318840) - ifcfg: generate link master from master config, added MASTER_DEVICE variable - fsm: master/slave transition dependency and state check fixes - fsm: improve subordinate device relation updating and logging - fsm: reference count config nodes to avoid memleaks - ethtool: fix option tables terminator (bsc#925276) - scripts: fixed typo breaking wicked scheme scripts - sysfs: fixed memleak while reading device path - client: client: config parsing, origin processing, root-directory cleanup and memory leak fixes. - xml: fixes to memory leaks, location functions cleanup - firmware: properly extract discovery type and path ==== wireshark ==== Subpackages: wireshark-ui-gtk - Conditionally set lua52-devel BuildRequires for openSUSE versions newer than 13.2. Wireshark does not compile with lua 5.3. ==== xfsprogs ==== Version update (3.2.3 -> 3.2.4) - Update to 3.2.4 * properly obfuscate images created by xfs_metadump ==== xorg-x11-server ==== Subpackages: xorg-x11-server-extra xorg-x11-server-sdk - Backport a few upstream fixes for systemd/VT handling (boo#939838): U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch U_systemd-logind-Only-use-systemd-logind-integration-t.patch U_systemd-logind-do-not-rely-on-directed-signals.patch - Improve conditional enablement of XWayland. ==== yast2-dns-server ==== Version update (3.1.13 -> 3.1.15) - Added automated tests for some CLI commands (bnc#940466) - 3.1.15 - Remove duplicated code causing the CLI commands to be executed twice (bnc#940466) - bnc#923990 - fixed TLD proposing - 3.1.14 ==== yast2-drbd ==== Version update (3.1.12 -> 3.1.13) - BSC#939338, using kmp package for drbd8.4.6 - Require drbd-utils for user space. ==== yast2-installation ==== Version update (3.1.150 -> 3.1.152) - store cio_ignore settings before installing bootloader (bsc#933177) - 3.1.152 - avoid duplicating release notes for products (bsc#935599) - 3.1.151 ==== yast2-network ==== Version update (3.1.122 -> 3.1.123) - bnc#940192, bnc#935937 - fixed crash deleting interfaces using CLI (yast lan delete) - 3.1.123 ==== yast2-vm ==== Version update (3.1.22 -> 3.1.23) - fix crash when installing kvm virtualization pattern (bnc#938530) - 3.1.23 Removed packages: calligra > calligra-doc > calligra-extras-dolphin > calligra-extras-okular > calligra-stage > calligra-words-common calligra-l10n-cs > calligra-l10n-da > calligra-l10n-de > calligra-l10n-de-doc > calligra-l10n-el > calligra-l10n-en_GB > calligra-l10n-es > calligra-l10n-es-doc > calligra-l10n-fr > calligra-l10n-fr-doc > calligra-l10n-hu > calligra-l10n-it > calligra-l10n-it-doc > calligra-l10n-ja > calligra-l10n-pl > calligra-l10n-pt > calligra-l10n-pt-doc > calligra-l10n-pt_BR > calligra-l10n-pt_BR-doc > calligra-l10n-ru > calligra-l10n-ru-doc > calligra-l10n-zh_CN > calligra-l10n-zh_TW libspnav0 libuv-devel libwps-0_3-3 libpoppler52 Added packages: libreoffice-icon-theme-breeze libwps-0_4-4 libpoppler53 python-packaging