Changed packages: ==== IPython ==== - Drop gnome-icon-theme BuildRequires: the theme no longer exists (it was merged and renamed to Adwaita-icon-theme). Instead, package the icons in a tarball and install them during build. ==== Mesa ==== Subpackages: Mesa-32bit Mesa-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libEGL1-32bit Mesa-libGL-devel Mesa-libGL1 Mesa-libGL1-32bit Mesa-libGLESv1_CM-devel Mesa-libGLESv1_CM1 Mesa-libGLESv2-2 Mesa-libGLESv2-devel Mesa-libglapi-devel Mesa-libglapi0 Mesa-libglapi0-32bit libOSMesa-devel libOSMesa9 libOSMesa9-32bit libgbm-devel libgbm1 libgbm1-32bit libvdpau_nouveau libvdpau_r600 libvdpau_radeonsi libwayland-egl-devel libwayland-egl1 libxatracker2 - Fix ppc64 build (bnc#893275 bnc#871128) u_be_assert_include.patch Add ncurses-devel as build dependency to build with -ltinfo - Enable llvm on ppc64le (llvm3.5 got ppc64le support) - Enable shared on ppc64 and ppc64le ==== accerciser ==== Version update (3.12.0 -> 3.14.0) Subpackages: accerciser-lang - Update to version 3.14.0: + No changes from previous version. - Update to version 3.13.92: + doap: Update URLs, category apps and add . + Mark images as not translatable to keep them off translators radar. + Addressing some PyGObject initializer deprecations. + Adding transient windows for bookmarks dialogs. + Updated translations. ==== aisleriot ==== Version update (3.12.1 -> 3.14.0) Subpackages: aisleriot-themes - Update to version 3.14.0: + svg: Allow big SVG card themes to load. + Correct the appdata file name. + Updated translations. - Update to version 3.13.90: + board: Use nicer hand cursors. + Remove theme install code. + Remove PackageKit catalogue support (bgo#672604). + Updated translations. - Add appdata-tools BuildRequires: new dependency to validate the .appdata file. ==== anjuta ==== Version update (3.12.0 -> 3.14.0) Subpackages: anjuta-lang libanjuta-3-0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Support webkit2gtk-4.0. + Removed useless mark for translation. + Updated translations. - Drop anjuta-devhelp-webkit2.patch: fixed upstream - Drop gnome-common BuildRequires and call to autogen.sh: no longer needed, as no patch touches the build system. - Add anjuta-devhelp-webkit2.patch: Detect if devhelp was built against webkit2gtk-4.0. - Add gnome-common BuildRequires and call to autogen.sh, as above patch touches the build system. - Replace pkgconfig(libvala-0.24) BuildRequires with pkgconfig(libvala-0.26): GNOME 3.14 uses Vala 0.26 as default. - Update to version 3.13.90: + terminal: - Support vte-2.90 or vte-2.91. - Crash if gnome-terminal is not installed (bgo#728295). + project-wizard: - Suggestion to use a Glade prompted handler name rather than "destroy" (bgo#732672). - parameters reversed in template main.py function def destroy(window, self) (bgo#732614). - Python template not loading (bgo#732446). + AppData file does not validate (bgo#731844). + run-program: Gnome-Terminal not support --disable-factory argument (bgo#730314). + Add a warning if there is an error while getting package list. + anjuta installs icons in the gnome icon theme (bgo#730895). + Bugs fixed: bgo#734719, bgo#722197. + Updated translations. - Drop anjuta-move-icons-to-hicolor.patch and anjuta-no-vte-no-crash.patch: fixed upstream. - Add anjuta-no-vte-no-crash.patch: Do not crash if VTE is not available. - Add anjuta-move-icons-to-hicolor.patch: move icons to hicolor. Needed after merge of themes into adwaita theme. - Stop running icon_theme_cache_post(un) gnome in post(un), no longer needed due to above patch. - Temporarly disable building of terminal plugin via commenting out pkgconfig(vte-2.91) BuildRequires. - Drop gnome-icon-theme-devel BuildRequires and gnome-icon-theme Requires: no longer required after the merging of the themes into Adwaita theme, which in turn is a dependency to GTK+ 3.0. - Update to version 3.13.1: + Load big projects without errors and without blocking the GUI. + Keep the most recent message pane on the left. + Miscellaneous improvements to the About dialog. + Give reasonable default size to git dock. + Mark images as not translatable to keep them off translators radar. + Bugs fixed: bgo#727634, bgo#627091, bgo#727637, bgo#727633, bgo#727630, bgo#349733, bgo#726607. + Updated translations. ==== at ==== Version update (3.1.14 -> 3.1.15) - updated to 3.1.15: * pam.conf: require pam_loginuid.so * atd.service.in: Add Documentation field. * atd.service.in: Set IgnoreSIGPIPE=false ==== at-spi2-atk-common ==== Version update (2.12.1 -> 2.14.0) Subpackages: at-spi2-atk-devel at-spi2-atk-gtk2 libatk-bridge-2_0-0 - Update to version 2.14.0: + Add doap files and category. - Update to version 2.13.4: + Fix typo in .pc file (bgo#721719). + Fix retrieving text attributes (bgo#731980). + Correctly remove the socket on exit (bgo#684076). - Update to version 2.13.1: + Add an atexit handler to remove the D-Bus socket (bgo#684076). + Only send cache-related events for transients when explicitly requested. Hopefully this will improve performance when we are flooded with them (bgo#728319). ==== at-spi2-core ==== Version update (2.12.0 -> 2.14.0) Subpackages: libatspi0 typelib-1_0-Atspi-2_0 - Update to version 2.14.0: + Updated translations. - Update to version 2.13.92: + Fix alignment checks when cross-compiling (bgo#736653). - Update to version 2.13.90: + Fix crash when testing interfaces with collections (bgo#734805). - Update to version 2.13.4: + Ensure that we register with the session manager only once (bgo#728934). + Fix ucs2keysym prototype (bgo#730897). + introspection: add some missing Returns: (nullable) annotations. + Fix various memory leaks. ==== atk-devel ==== Version update (2.12.0 -> 2.14.0) Subpackages: libatk-1_0-0 libatk-1_0-0-32bit typelib-1_0-Atk-1_0 - Update to version 2.14.0: + Updated translations. - Update to version 2.13.90: + GObject-introspection: some small changes needed by the MINGW project. + Doap file updated. + Updated translations. - Update to version 2.13.3: + Fix GIR scanning for srcdir != buildir. + Visual Studio support. + Bugs fixed: bgo#729752, bgo#729922, bgo#730859. + Updated translations. - Update to version 2.13.2: + Introspection: - Add many missing "Returns: (nullable)" annotations (bgo#72975). - Fix GIR scanning for srcdir != builddir. + Documentation: Adding further explanation on atk_add_global_event_listener (bgo#729922). + Updated translations. - Update to version 2.13.1: + Use visibility attributes/__declspec (dllexport) to export public symbols (bgo#728031). + Add Simple Support for Visual Studio 2012 (bgo#691991). + Updated translations. ==== automake ==== Version update (1.13.4 -> 1.14.1) - Explicitely pass the directory name to setup so that the testsuite can run. - Update to new upstream release 1.14.1 * The 'compile' script is now unconditionally required for all packages that perform C compilation * The AM_PROG_CC_C_O macro can still be called, albeit that should no longer be necessary. * The special Automake-time substitutions '%reldir%' and '%canon_reldir%' (and their short versions, '%D%' and '%C%' respectively) can now be used in an included Makefile fragment. The former is substituted with the relative directory of the included fragment (compared to the top-level including Makefile), and the latter with the canonicalized version of the same relative directory. * The 'shar' and 'compress' distribution formats are deprecated ==== baobab ==== Version update (3.12.1 -> 3.14.0) - Update to version 3.14.0: + Misc fixes. + Updated translations. - Update to version 3.13.91: + Add X-GNOME-Utilities category to .desktop file. + Updated translations. - Update to version 3.13.2: + Import custom CSS, use icon as resources, various other adaptation to GTK+ changes. + Visual fixes for the ringschart and the chart switcher. + Updated translations. - Update to version 3.13.1: + Use more specific error messages (bgo#686136). + Adapt to recent GTK+ changes. + Updated translations. ==== bijiben ==== Version update (3.12.2 -> 3.14.0) Subpackages: gnome-shell-search-provider-bijiben - Update to version 3.14.0: + Misc: Some tips to translations about toolbar. + Updated translations. - Update to version 3.13.92: + Documentation: Add tip to delete. + Updated translations. - Update to version 3.13.91: + UI: - Bold title. - Move Last Updated on the right side. Adapt on color. - Do not align selection bar on keyboard input. + Documentation: Add tips. + Misc: - Add Shortcuts. - Remove GdkColor. + Updated translations. - Update to version 3.13.90: + Misc: - OwnCloud: offlinemode. - mtbar131: Adapt thumbnails to color (bgo#726067). - Shoba Tyagi: Trash page documentation. + Bugs fixed: bgo#734817, bgo#733855. + Updated translations. - Update to version 3.13.4: + Adapt text color (bgo#726067). + Use the new gear menu (bgo#726067). + Fix Size Request (bgo#721195). + Updated translations. - Update to version 3.13.3: + UI changes: - Indent List (bgo#728868). - Update link & note icons (bgo#731441). - Change empty view wording (bgo#731199). + Misc: - Fix Undo/Redo shortcuts (bgo#731089). - --new-note commandline arg. - Force empty view when deleting last (bgo#731398). + Updated translations. ==== brasero ==== Version update (3.11.3 -> 3.11.4) Subpackages: brasero-nautilus libbrasero-burn3-1 libbrasero-media3-1 libbrasero-utils3-1 - Update to version 3.11.4: + Make desktop file validate. + Make appdata file validate. + Allow building with tracker 1.0. + Fix problem with constructors. + Updated translations. - Drop brasero-gtk3fix.patch and brasero-support-tracker-1.0.patch: fixed upstream. - Drop gnome-common BuildRequires and call to autoreconf, as there is no patch left touching the build system. - Add brasero-gtk3fix.patch: Fix execution with GTK3 3.13.x. ==== caribou ==== Version update (0.4.13 -> 0.4.15) Subpackages: caribou-common caribou-gtk-module-common caribou-gtk2-module caribou-gtk3-module libcaribou0 typelib-1_0-Caribou-1_0 - Update to version 0.4.15: + Fix race condition when invoking OSK through D-Bus (bgo#683712). - Update to version 0.4.14: + bgo#720653: some string in daemon.vala is not available for translation. + bgo#722355: #!/usr/bin/python in tools/fix_gir.py. + bgo#735504: Fails to build with latest vala. + bgo#683712: Invocation of on screen keyboard. + Updated translations. ==== cheese ==== Version update (3.12.2 -> 3.14.0) Subpackages: libcheese-common libcheese-gtk23 libcheese7 - Update to version 3.14.0: + Add gstreamer-plugins-bad-1.0 to GStreamer check: It is needed for the camerabin2 header. + Updated translations. - Update to version 3.13.92: + Remove outdated GTK+ version check. + Use APPSTREAM_XML instead of APPDATA_XML. + Remove outdated intltool build rules. The intltool-* scripts are not included in the distribution any longer. + Update .pc file Requires and Requires.private. + Remove some unnecessary pkg-config dependencies. + Fix crash when animating countdown (bgo#735285). + Added translations. - Drop pkgconfig(cairo), pkgconfig(gstreamer-plugins-base-1.0) and pkgconfig(librsvg-2.0) BuildRequires: Following upstream changes, they are no longer needed. - Update to version 3.13.90.1: + Explicitly link gnome-camera-service to libraries (bgo#735040). + Fix libcheese header include in camera service (bgo#735017). + Updated translations. - Drop cheese-buildfix.patch: fixed upstream. - Update to version 3.13.90: + Add simple service client example. + Import basic camera D-Bus service. + Use new metadata_license in AppData description. + Use config.h instead of cheese-config.h. + Use GtkIconTheme built-in RTL support. + Move thumbview popup menu to GtkBuilder file. + Refactor thumb view popup menu handling (bgo#724905). + Optionally use a header bar in the preferences. + Fix button alignment in main window. + Avoid using deprecated functions. + Updated translations. - Add cheese-buildfix.patch: Fix building of cheese: include/cheese only exists after make install. - Update to version 3.13.4: + Track flash opacity explicitly (bgo#733433). + Use a better fallback image location (bgo#731032). + Use new GtkApplication appmenu resource handling. + Match desktop file name in AppData. + Avoid crash during delete-event in chooser test. + Updated translations. ==== clutter-devel ==== Version update (1.18.4 -> 1.20.0) Subpackages: libclutter-1_0-0 typelib-1_0-Clutter-1_0 - Update to version 1.20.0: + clutter_text_set_font_name invalid example using "pt" (bgo#736826). + Updated translations. - Update to version 1.19.10: + Honour the desktop window scaling factor in the GDK backend. + Ensure accessibility support is correctly initialized. + Improve default paint volume computation. + Improve input handling on Wayland and X11. + Bugs fixed: bgo#736682, bgo#736413, bgo#734480, bgo#734115, bgo#735388, bgo#735244. + Updated translations. - Update to version 1.19.8: + Improve the GDK backend. + Fix drawing transparent Canvas content inside transparent actors. + Bugs fixed: bgo#733202, bgo#734934, bgo#734935, bgo#734761. + Updated translations. ==== clutter-gtk-devel ==== Version update (1.5.2 -> 1.6.0) Subpackages: libclutter-gtk-1_0-0 typelib-1_0-GtkClutter-1_0 - Update to version 1.6.0: + Revert to the X11 backend by default; the GDK backend is not ready for Wayland, yet. + Improve support for Wayland. + bgo#736564: problem with gtkclutterembed and gtkstack under wayland. - Update to version 1.5.4: + Improve initialization sequence. + Require GDK backend when using Clutter-GTK. + Use subsurface protocol when using Wayland. + Bugs fixed: bgo#695737, bgo#734905, bgo#734906. ==== colord ==== Version update (1.2.1 -> 1.2.3) Subpackages: libcolord2 libcolorhug2 - Update to version 1.2.3: + New Features: - colorhug: . Add ch_device_check_firmware(). . Add ch_device_mode_from_firmware(). . Use a different PID for the ColorHug2 bootloader. + Bugfixes: - Fix the device path to allow uid or username to be omitted. - There is no seat if running in a chroot. - Add systemd %pre and %post macros for colord.service. - Add rccolord symlink. - Update to version 1.2.2: + New Features: - Add a helper to calculate the ?E of two colors. - Bump the lcms2 dep to 2.6. - Use the ColorHug sensor driver for the ColorHug2 hardware. + Bugfixes: - Actually parse the EDID for better duplicate detection. - Actually write a file when using cd_icc_save_default(). - Do not try to return a CdIcc instance for virtual profiles. - Use __attribute__(cleanup) to simplify memory cleanup. - AppArmor profile: Allow sessions of greeter style seats also to be read (bnc#893081). ==== dconf ==== Version update (0.20.0 -> 0.22.0) Subpackages: gsettings-backend-dconf libdconf1 - Update to version 0.22.0: + Fix handling of floating point keys in editor. + Update appdata for renamed desktop file. + Minor doap changes. + Updated translations. ==== devhelp ==== Version update (3.12.1 -> 3.14.0) Subpackages: devhelp-lang gedit-plugin-devhelp vim-plugin-devhelp - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + libdevhelp: Fix .pc file requires when building with webkit2gtk-4.0 (bgo#735252). + Updated translations. - Update to version 3.13.90: + Bugs fixed: Build against webkit2gtk-4.0 (bgo#734324). + Updated translations. - Replace pkgconfig(webkit2gtk-3.0) for pkgconfig(webkit2gtk-4.0) BuildRequires as upstream now supports it. - Update to version 3.13.4: + Bugs fixed: bgo#724098, bgo#724538, bgo#727064, bgo#730445, bgo#730723, bgo#730772, bgo#732897. + Updated translations. ==== digikam ==== Subpackages: digikam-doc kipi-plugins kipi-plugins-acquireimage kipi-plugins-geolocation libkface-devel libkface2 libkgeomap-devel libkgeomap1 libmediawiki-devel libmediawiki1 - Added handle_right_libkexiv2_version.diff and handle_right_libkexiv2_version2.diff, kde#339144, bnc#898260 - Add bug325580.patch: Fix job reset when it's done : do not return directly is an error appera with a job, without to reset job. kde#325580, kde#339210 ==== dracut ==== - Add ip= and root=nfs.. to dracut internal cmdline to make nfsroot working (bnc#896464) * Add 0160-nfs-Add-ip-.-and-root-nfs.-parameters-to-internal-dr.patch - Fix error message in case there is no internal dracut cmdline added Simple fix * Add 0161-Fix-error-message-when-there-are-no-internal-kernel-.patch - Request DHCP lease instead of getting/applying the offer No bug number, but Pawel rated this high prio. This should hit SLE12 still. * Add 0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch ==== ebtables ==== - Remove support for old distros from specfile (prjconf can do substitutions instead) ==== eog ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.90: + Touchscreen gestures support (bgo#730656). + Updated UI tests. + Fix more deprecated GTK+ usage. + Updated translations. - Update to version 3.13.3: + Drop deprecated GtkMisc and GtkAlignment usage. + Improvements to GUI test handling. + Updated translations. - Update to version 3.13.2: + Convert dialogs made with Glade to GResource and widget templates. + Bugs fixed: bgo#729494, bgo#729498. + Updated translations. ==== eog-plugins ==== Version update (3.12.1 -> 3.14.0) Subpackages: eog-plugins-lang - Update to version 3.14.0: + No changes from previous version. - Update to version 3.13.92: + EOG's Map plugin crashes on invalid GPS coordinates (bgo#735914). + Updated translations. - Update to version 3.13.1: + General changes: add metainfo files for all available plugins (bgo#731676). + Plugin changes: Exif Display: Fix deprecated stock icon and GtkTable usage. + Updated translations. - Specify correct, minimal version of eog BuildRequires. ==== epiphany ==== Version update (3.12.1 -> 3.14.0) Subpackages: epiphany-lang gnome-shell-search-provider-epiphany - Update to version 3.14.0: + Block pages with invalid SSL certificates and warn users about mixed content, for improved security. + Important improvements to the security lock icon and certificates dialog. + Improvements to the history dialog. + Performance improvements to the AdBlocker. + Better integration with the GNOME Shell dock. + UI improvements all over the place, many bugs fixed, and polishing all around. + Updated translations and docs translations. - Change base_version to 3.14, following upstreams versioning. - Update to version 3.13.91: + Fixes to the title box (bgo#732713, bgo#734952). + Fix multiple external uri loads (bgo#735577). + Incognito mode message text improvements (bgo#736065). + Do not accidentally empty the adblocker filters (bgo#697329). + Fix integration with GNOME Shell dock (bgo#736332). + Open search provider results in default browser (bgo#720245). + UI cleanups, code fixes, etc. - Update to version 3.13.90: + AddBlocker: performance improvements (bgo#730129). + Documentation updated and improved (bgo#730503). + Allow sorting history by title and URL (bgo#699519). + Clean the certificates dialog (bgo#699519). + Improvements to the security lock icon (bgo#666808). + Many other UI polishing and code fixes. + Updated translations. - Replace pkgconfig(webkit2gtk-3.0) for pkgconfig(webkit2gtk-4.0) BuildRequires. - Drop pkgconfig(gmodule-2.0), no longer needed. - Add adwaita-icon-theme BuildRequires: on an installed system, libgtk-3-0 requires it. On build though, it is exlucded to avoid a cycle. - Drop gnome-icon-theme-devel BuildRequires and gnome-icon-theme Requires: no longer required after the merging of the themes into Awaita theme, which in turn is a dependency to GTK+ 3.0. ==== evince ==== Version update (3.12.2 -> 3.14.0) Subpackages: libevdocument3-4 libevview3-3 nautilus-evince typelib-1_0-EvinceDocument-3_0 typelib-1_0-EvinceView-3_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Fix emission of EvPageCache::page-cached signal. + Use embedded page setup in the print dialog of the browser plugin. + Updated translations. - Update to version 3.13.91: + Added a allow-links-change-zoom GSetting to be able to not allow links to change the zoom mode or level (bgo#729249). + Set accessible name for File and View toolbar buttons (bgo#734912). + Add a separator after New Window entry in app menu. + Remove multi-screen support, since it's currently unsupported by GDK/GTK+ (bgo#701883). + Bugs fixed: bgo#735758, bgo#733747, bgo#735110, bgo#735562, bgo#735561, bgo#735466. + Updated translations. - Update to version 3.13.90: + Add support for removing annotations (bgo#649044). + Add pan gesture to switch pages in non-continuous mode. + Add pinch/zoom gesture to handle document zooming. + Add initial implementation of a browser plugin. + Show the filename as a subtitle of the headerbar. + Add recent view shown when evince is opened without a document to replace the recent menu list (bgo#633501. + Use a GtkPopover for the zoom selector menu. + Move Next-Page and Previous-Page buttons from the heqader bar to the view menu (bgo#732289). + HiDPI support (bgo#723431). + Use open-menu-symbolic for the gear menu. + Improve efficiency of methods to get start and end indices of a EvLinkAccessible (bgo#732340). + Make Home/End scroll to the start/end of the document (bgo#724273). + Expose an accessible name for form field push buttons (bgo#733919). + Bugs fixed: bgo#734788, bgo#733662, bgo#733748, bgo#649044. + Updated translations. - Add pkgconfig(gnome-desktop-3.0) BuildRequires: new dependency. - Update to version 3.13.3.1: + Fix the MIME type list of desktop files (bgo#732216). - Changes from version 3.13.3: + New features and improvements: - Cycle through form fields with tab button (bgo#503706). - Port to GMenu. - Use a GtkHeaderBar instead of a GtkToolbar (bgo#711078). - Add appdata files for Evince backends (bgo#731708). - Add an appdata file for Evince (bgo#708760). - Make the about dialog non modal and move it to the app menu. - Add keybindings to go back/forward in history (bgo#509029). - Expose links, images and form fields as AtkObject children of the page (bgo#728475). - Update ATK_STATE_SHOWING when the visible page range changes (bgo#728664). - Implement AtkComponent interface for pages (bgo#728673). - Expose every page individually to accessibility (bgo#724965). - Show fullscreen toolbar only when moving the mouse to the top of the screen (bgo#696643). - Add API to libview to specify rendered output in pixels instead of as a scale (bgo#723431). - Use cairo surfaces instead of GdkPibufs to render thumbnails (bgo#723431). + Bugfixes: - Set the main window was transient parent of the annotation properties dialog (bgo#732114). - Use annotation RGBA API instead of the deprecated color API (bgo#732095). - Fix rotation direction in DJVU backend (bgo#731786). - Update the annotation poup window color and opacity when the annotation is updated (bgo#725571). - Prevent jumps to last page when autoscrolling (bgo#725389). - Fix centering when shrinking to printable area but not scaling. - Fallback to thumbnails page in sidebar when the current page is no longer supported by the document after a reload, and enable the pages that become supported (bgo#628617). - Ensure text is available in page cache when requested by accessibility (bgo#724965). - Update the caret cursor when jumping to a find result (bgo#728996). - Fix shiftclick text selection (bgo#728189). - Fix a crash when saving a copy (bgo#727536). - Fix enable caret navigation question message (bgo#727062). - Fix a crash during the build with introspection enabled (bgo#726812). - Fix warning message shown when the requested format is not supported by printer (bgo#724044). - Allow printing to all formats supported by backend (bgo#724044). + Updated translations. - Replace pkgconfig(gnome-icon-theme) BuildRequires with pkgconfig(adwaita-icon-theme), following upstreams merge of the icon themes. ==== evolution ==== Version update (3.12.5 -> 3.12.6) - Update to version 3.12.6: + Updated German help translation and screen-shots. + Use-after-free of a full name editor when closing a contact editor. + Updated translations. - Add adwaita-icon-theme BuildRequires: on an installed system, libgtk-3-0 requires it. On build though, it is exlucded to avoid a cycle. ==== evolution-data-server ==== Version update (3.12.5 -> 3.12.6) Subpackages: evolution-data-server-devel libcamel-1_2-49 libebackend-1_2-7 libebook-1_2-14 libebook-contacts-1_2-0 libecal-1_2-16 libedata-book-1_2-20 libedata-cal-1_2-23 libedataserver-1_2-18 typelib-1_0-EBook-1_2 typelib-1_0-EBookContacts-1_2 typelib-1_0-EDataServer-1_2 - Update to version 3.12.6: + Miscellaneous: - Do not add GTasks source when the GTasks backend is not built. - [IMAPx] Deleted messages not always saved to the server properly. - [IMAPx] Incorrect mailbox used for untagged OK/NO/BAD with pending SELECT. + Bugs fixed: bgo#735311, bgo#486018, bgo#734853, bgo#694112, bgo#735523, bgo#735191, bgo#733733, bgo#735200, bgo#735523. + Upated translations. - Drop 0001-Bug-735311-Adapt-to-new-Google-HTTP-restriction.patch: fixed upstream. ==== evolution-ews ==== Version update (3.12.5 -> 3.12.6) Subpackages: evolution-ews-lang libeews-1_2-0 libewsutils0 - Update to version 3.12.6: + Bugs Fixed: bgo#735799, bgo#735801. ==== file-roller ==== Version update (3.12.2 -> 3.14.0) Subpackages: nautilus-file-roller - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Bugs fixed: - fr-command-rar: check for NULL in name_field (bgo#735657). - "New Archive" should have an ellipsis (bgo#735440). - Remove the close action from the gear menu (bgo#735400). - window: Use the new support for RTL icons in GtkIconTheme (bgo#735399). - window: Make the navigation buttons linked and separate the home button. Also, remove the 12px at the end of the navigation (bgo#735398). + Updated translations. - Update to version 3.13.2: + Use new menu button icon (bgo#733511). + Drop the use of smclient and eggdesktopfile (bgo#731331). + Added appdata file (bgo#732642). + Add missing unref when accessing NautilusFileInfo object. This caused Nautilus to crash when unmounting a network connection while transferring and then reconnecting to that service (bgo#732471). + Updated translations. - Drop pkgconfig(ice) and pkgconfig(sm) BuildRequires: no longer required. ==== five-or-more ==== Version update (3.12.2 -> 3.14.0) Subpackages: five-or-more-lang - Update to version 3.14.0: + Updated translations. - Drop special permission handling, incl pwdutils Requires: this was required back when there was a system wide, shared highscore list. - Update to version 3.13.92: + Fix insensitive new game menu item. + Set a reasonable minimum size for the game. + Show the preferences dialog in front of the main window. + Fix some memory leaks. - Update to version 3.13.90.1: + Fix insensitive new game button. - Update to version 3.13.90: + Use a header bar for the preferences dialog. + Use text button for new game button. + Always show the new game button. + Distribute high contrast icons. Moved from gnome-themes-standard. + Updated translations. - Add pkgconfig(glib-2.0) BuildRequires: new verified dependency. - Build HighContrast icon cache in post/postun. ==== libfolks-data ==== Version update (0.9.6 -> 0.10.0) Subpackages: libfolks-eds25 libfolks-telepathy25 libfolks25 - Update to version 0.10.0: + Remove useless use of the avatar cache in the EDS backend. + Listen for primary store changes from GSettings. + Bugs fixed: bgo#697695, bgo#731470, bgo#728520. - Add pkgconfig(tracker-sparql-1.0) BuildRequires and pass - -enable-tracker-backend to configure in order to build the tracker backend. - Following above changes, add new sub-packages libfolks-tracker and typelib-1_0-FolksTracker-0_6, and handle these in post/postun. - Update to version 0.9.8: + Fix loading backends on distributions which install software in loop mounted file systems, such as Tinycorelinux. + Bugs fixed: bgo#732244, bgo#733891. - Update to version 0.9.7.1: + Major changes: - Ensure Telepathy VAPI files are built after being cleaned. - Rebuild distributed Telepathy VAPI files to be compatible with Vala < 0.26. + Bugs fixed: bgo#732080. - Changes from version 0.9.7: + Major changes: - Add a dummy backend. - Vast numbers of fixes to the unit tests. - Improvements to how Personas are transferred between Individuals. - Many build system cleanups. - New website (https://wiki.gnome.org/Projects/Folks). - Allow backend libraries to have separate LT versions from the core library. - Performance improvements in the BlueZ backend. - Test suite for the BlueZ backend using python-dbusmock. + Bugs fixed: bgo#648811, bgo#651672, bgo#705742, bgo#711544, bgo#711827, bgo#712274, bgo#720707, bgo#722335, bgo#722579, bgo#722892, bgo#723054, bgo#723187, bgo#723540, bgo#724058, bgo#724339, bgo#724591, bgo#724809, bgo#726787, bgo#726973, bgo#726980, bgo#727405, bgo#727944, bgo#730201, bgo#731175, bgo#731325, bgo#731464. - Drop folks-bnc855848-individual-crash.patch: fixed upstream. - Bump module_version to 42, following upstream. - Disable libsocialweb support after 13.1, it is no longer supported (bnc#892161). ==== fonts-config ==== - fix version in fonts-config script ==== four-in-a-row ==== Version update (3.12.3 -> 3.14.0) Subpackages: four-in-a-row-lang - Update to version 3.14.0: + Updated appdata. + Updated translations. - Update to version 3.13.92: + Update desktop icon so that it displays a real game position. + Fix high contrast pieces sometimes appearing "stacked". + Fix width of text buttons. + Fix sensitivity of hint button. + Fix internationalization of piece types. + Remove binary data file used by the old AI. + Updated translations. - Update to version 3.13.90: + Use text buttons. + Move undo to header bar. + Use header bar in scores dialog. + Window layout improvements. + Updated translations. - Update to version 3.13.4: + Add missing function prototypes. + Make AI tests less likely to fail. + Updated translations. - Update to version 3.13.3: + New AI that should be much easier to beat. + Improve internationalization of status messages. + Use a header bar on the preferences dialog. + Updated translations. ==== gcr-data ==== Version update (3.12.2 -> 3.14.0) Subpackages: gcr-prompter gcr-viewer libgck-1-0 libgck-devel libgcr-3-1 libgcr-devel typelib-1_0-Gck-1 typelib-1_0-Gcr-3 typelib-1_0-GcrUi-3 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.91: + Add support for parsing EC keys (bgo#672137). + Add support for EC keys to key renderer. + Parser support for PEM 'PUBLIC KEY' files. + Parser support for parsing ECDSA OpenSSH keys. + Fix use of libgcrypt 1.6+. + Fix for deprecations in Gtk 3.13.x. + Use g_debug() instead of our own debug wrappers. + Bump required GLib version to 2.38.x. + Don't include deprecated library in our pkg-config file (bgo#732082). + Don't use non-portable 'sed -i' shell command (bgo#728506). + Change CVS to Git in error message (bgo#730340). + Build fixes. + Updated translations. ==== gdk-pixbuf-devel ==== Version update (2.30.8 -> 2.31.1) Subpackages: gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32bit libgdk_pixbuf-2_0-0 libgdk_pixbuf-2_0-0-32bit typelib-1_0-GdkPixbuf-2_0 - Update to version 2.31.1: + Add gdk_pixbuf_get_file_info_async. + Updated translations. - Update to version 2.31.0: + To improve the situation for language bindings, pixbufs can now be constructed from data in GBytes, and pixbuf data can also be extracted in this form. The GBytes data is treated as readonly, and gdk_pixbuf_get_pixels() will create a copy. To avoid this copy, a new function gdk_pixbuf_read_pixels() was introduced which returns a const pointer to the data without copying. ==== gdl-lang ==== Version update (3.12.0 -> 3.14.0) Subpackages: libgdl-3-5 - Update to version 3.14.0: + No changes since 3.13.92, stable release. - Update to version 3.13.92: + Updated translations. ==== gdm ==== Version update (3.12.2 -> 3.14.0) Subpackages: gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Compat fixes to work with latest caribou. + Minor code clean up. + Updated translations. - Update to version 3.13.91: + Fix crash when typing password at screen lock. + Fix default signal mask of session to not block SIGUSR1. + Memory leak fixes. + Fix for when building without consolekit. + Fix autologin pam config on GNOME Continuous. + Fix timed login race. + Again read LANG from accountsservice. + Misc fixes. + Updated translations. ==== gdm-branding-openSUSE ==== Version update (13.1 -> 13.2) - Bump version to 13.2, to prepare for next version of openSUSE. ==== gedit ==== Version update (3.12.2 -> 3.14.0) Subpackages: python3-gedit - Add gedit-nobinenv.patch: do not add dependency to non-existing /bin/env. - Update to version 3.14.0: + Improvements on OSX port. + Improvements on Win32 port. + Misc bugfixes. + Updated translations. - Add pkgconfig(vapigen) BuildRequires: Build vala support. - Update to version 3.13.91: + Fix a segmentation fault when loading a file. + Updated translations. - Update to version 3.13.90: + Set default value of create-backup-copy setting to false. + Misc improvements and bug fixes. + Updated translations. - Update to version 3.13.5: + Rework the headerbar again. + Fix opening files from nautilus. + Center the view in fullscreen mode. + Win32 improvements and new installer. + Misc bug fixes. + Updated translations. - Update to version 3.13.4: + Update appdata file for new desktop file name. + Use automatic GTK menus. + Misc bug fixes. + Updated translations. - Update to version 3.13.3: + File loading and saving based on a new API in GtkSourceView. + Include Adwaita theming. + New selector to open documents in the header bar. + Various improvements and bug fixes. + Some work to build gedit on Windows. + Updated translations. - Rebased gedit-desktop.patch. - Update to version 3.13.2: + Zeitgeist plugin moved to the gedit-plugins module. + Some code clean-up in GeditTab and GeditDocument. - Changes from version 3.13.1: + Statusbar: line/col popover menu. + Use GtkListBox for the style scheme list. + Make use of popover menu for the gear menu. + Make it work on Windows. + Add a gsettings for the last wrapping split -mode. + Misc bug fixes. + Updated translations. - Remove traces of zeitgeist plugin: + Drop pkgconfig(zeitgeist-2.0) BuildRequires. + Remove gedit-plugin-zeitgeist subpackage (no obsoletes, as it will be built by gedit-plugins). ==== gedit-plugin-zeitgeist ==== Version update (3.12.2 -> 3.14.0) Subpackages: gedit-plugins gedit-plugins-lang - Update to version 3.14.0: + New features and fixes: - Improve joinlines plugin. - Improve multiedit plugin. - Improve commander plugin. - Improve git plugin. - terminal: Port to vte-2.91. + Updated translations. - Drop gedit-plugins-vte-2.91.patch: fixed upstream. - Drop gnome-common BuildRequires and call to autogen.sh: no longer requires, as no patch touches the build system. - Add typelib-1_0-Gucharmap-2_90 BuildRequires: new dependency. As the plugins are written in python, we only require the gi bindings, not the entire -devel package. - Update to version 3.13.2: + Adapt to the rename of gedit's desktop file. - Update to version 3.13.1: + Adapt the plugins for the changes in GeditDocument. + Various improvements and bug fixes. + Updated translations. - Update to version 3.13.0: + Moved zeitgeist plugin from gedit core to plugins. + Updated translations. - Add pkgconfig(zeitgeist-2.0) BuildRequires. - Create new subpackage gedit-plugin-zeitgeist (moved from gedit mainpackage, preserved the name of the package). - Add gedit-plugins-vte-2.91.patch: Detect and use Vte 2.91. - Add gnome-common BuildRequires and call to autogen.sh, as above patch touches the buildsystem. - Replace pkgconfig(vte-2.90) BuildRequires with pkgconfig(vte-2.91). ==== geocode-glib ==== Version update (3.12.2 -> 3.14.0) Subpackages: libgeocode-glib0 - Update to version 3.14.0: + Add category and programming language to doap file. - Update to version 3.13.3: + Add types and icons for more amenity place types. + Fix memory leaks in geo uri handling. + Add description extension to geo uri. + Add cancellable check to all GSimpleAsyncResult. ==== ghostscript ==== Subpackages: ghostscript-devel ghostscript-x11 - readd ppc64le patch ppc64le-support.patch (adapted for lcms2 in Ghostscript version 9.15): the tests in lcms2.h cannot work without "include " that is now added and regardless that lcms is not used by default (unless the configure option --with-lcms is set), lcms is again fixed (see http://bugs.ghostscript.com/show_bug.cgi?id=695544). ==== gitg ==== Version update (0.3.3 -> 3.14.0) Subpackages: gitg-lang libgitg-1_0-0 libgitg-ext-1_0-0 - Update to version 3.14.0: + Fix building with vala 0.25. + Updated translations. - Replace pkgconfig(webkit2gtk-3.0) BuildRequires with pkgconfig(webkit2gtk-4.0): build against the new WebKit2 API version. - Add hack to replace WebKit2-3.0 reference in distributed Gitg-1.0.gir file with WebKit2-4.0. - Update to version 3.13.91: + Bug fix: Open repositories by clicking in the repository overview. + Updated translations. - Update to version 3.13.90: + Features: - Synchronize with gnome release schedule and versioning. - Allow ignoring of whitespace in diff view. - Make tab size configurable in diff view. - Added option to show diff per word instead of per line. - Add discard of changes in commit view. - Multiple selection mode for commit view. - Add selection mode for dash overview. - Added Create Branch. - Added Create Tag. - Added Create Patch. + Bug fixes:. - Apply history lane collapse settings. - Restore selection on reload. - Better default column widths in history view. - Do not unnecesarily update diff view. - Prevent double reload of activities. + Updated translations. ==== gjs ==== Version update (1.40.1 -> 1.41.91) Subpackages: libgjs0 typelib-1_0-GjsPrivate-1_0 - Update to version 1.41.91: + Added the ability to disable JS language warnings (bgo#734569). + Fixed crashes in PPC (and probably other arches) due to invalid callback signatures (bgo#729554). + Fixed regressions with dbus 1.8.6 (bgo#735358). + Readded file system paths to the default module search, to allow custom GI overrides for third party libraries. - Update to version 1.41.4: + Fixed memory management of GObject methods that unref their instance (bgo#729545). + Added a package module implementing the https://wiki.gnome.org/Projects/Gjs/Package application conventions (bgo#690136). + Updated translations. - Update to version 1.41.3: + Fixed GObject and Gtk overrides (bgo#727781, bgo#727394). + Fixed crashes caused by reentrancy during finalization (bgo#725024). + Added a wrapper type for cairo regions (bgo#682303). + Several cleanups to GC (bgo#725024). + Thread-safe structures are now finalized in the background, for greater responsiveness (bgo#725024, bgo#730030). + A full GC is now scheduled if after executing a piece of JS we see that the RSS has grown by over 150% (bgo#725099, bgo#728048). + ParamSpecs now support methods and static methods implemented by glib and exposed by gobject-introspection, in addition to the manually bound fields (bgo#725282). + Protototypes no longer include static properties or constructors (bgo#725282). + Misc cleanups and bugfixes: bgo#727786, bgo#725282, bgo#728004, bgo#727824. - Add pkgconfig(cairo-xlib) BuildRequires: new dependency. ==== glew-devel ==== Subpackages: libGLEW1_10 - glew-devel-32bit failed to pull in libGLEW1_10-32bit - own /usr/include/GL ==== glib-networking ==== Version update (2.40.1 -> 2.42.0) - Update to version 2.42.0: + New stable release. (No changes since 2.41.92). - Update to version 2.41.92: + tls/gnutls: - Incorrectly-ordered certificate chains are now accepted (bgo#683266). - Closing an already-closed GTlsConnection now correctly returns TRUE rather than G_IO_ERROR_CLOSED (bgo#735754). - Update to version 2.41.4: + tls/gnutls: certificates with IP address subject altnames are now supported (bgo#726596). + tls/tests: added a script to re-generate the certificates, and regenerated them (since the key for the existing CA certificate had been lost, so it wasn't possible to add new test certificates, eg, for IP SAN) (bgo#733365). + Updated translations. - Update to version 2.41.3: + tls/gnutls: If a server's certificate includes an issuer chain, we now send the entire chain to the client (bgo#724708). + Updated translations. ==== glib2-devel ==== Version update (2.40.0 -> 2.42.0) Subpackages: glib2-tools libgio-2_0-0 libgio-2_0-0-32bit libglib-2_0-0 libglib-2_0-0-32bit libgmodule-2_0-0 libgmodule-2_0-0-32bit libgobject-2_0-0 libgobject-2_0-0-32bit libgthread-2_0-0 libgthread-2_0-0-32bit - Update to version 2.42.0: + Introspection warning fixes. + g_application_add_main_option now uses an enum instead of an 'int' for the type of a parameter. + Added a G_OPTION_FLAG_NONE so that people don't need to use 0. + gresource: Use GError in more places. + gresource commandline tool: improve extraction from multiple sections. + GSource now takes the context lock (if any) in g_source_set_name(). + New documentation to clarify the use of some APIs related to GVariant, GSource, GApplication. + Other minor updates to docs. + Bugs fixed: bgo#736683, bgo#736975. + Updated translations. - Update to version 2.41.5: + Bugs fixed: bgo#735819, bgo#735915, bgo#736350, bgo#736351, bgo#736458. + Updated translations. - Add libtool BuildRequires and call autoreconf -fi in build section: glib/Makefile.am always calls config.status, which requires aclocal in a matching version. - Update to version 2.41.4: + GApplication now has binding-friendly API to handle commandline options: g_application_add_main_option. + G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang. + Bugs fixed: bgo#583330, bgo#727455, bgo#734126, bgo#735179, bgo#735297. + Updated translations. - Update to version 2.41.3: + g_clear_pointer and g_clear_object no longer use atomics. + Bugs fixed: bgo#711547, bgo#725511, bgo#725513, bgo#725514, bgo#725515, bgo#728730, bgo#729703, bgo#730932, bgo#732085, bgo#732754, bgo#733345, bgo#733576, bgo#733715, bgo#733934, bgo#733960, bgo#733969, bgo#733982, bgo#734035. + Updated to translations. ==== gio-branding-openSUSE ==== Version update (13.1 -> 13.2) - Bump version to 13.2, to prepare for next version of openSUSE. - Replace nautilus.desktop in gnome_defaults.conf with org.gnome.Nautilus.desktop, following upstreams renaming of the .desktop file in GNOME 3.14. ==== glibmm2-devel ==== Version update (2.40.0 -> 2.42.0) Subpackages: libgiomm-2_4-1 libglibmm-2_4-1 - Update to version 2.42.0: + Gio: Notification: Deprecate set_urgent(). + Tools: h2def.py: fixed generator in case of inline functions (bgo#736427). + Build system fixes. - Update to version 2.41.4: + gmmproc: - Added parameter exception_handler in _WRAP_VFUNC() (bgo#735132). - Better error checks in some _WRAP_* macros. + Build: - Update and overhaul of Visual Studio 2010 and Visual Studio 2008 project build files. - Gio::DBus: Don't use parameter name 'interface' to fix the build with MinGW (bgo#735137). - Update to version 2.41.3: + Updated documentation (bgo#734094). - Update to version 2.41.2: + Gio: - Menu: Allow detailed_action == null (bgo#733203). - Add Permission and SimplePermission (bgo#732436). + Glib: - Make custom interface properties instance data (bgo#732746). - PropertyBase: Use g_object_notify_by_pspec() instead of g_object_notify() (bgo#731484). + gmmproc: - Add support for GtkContainer child properties. - _WRAP_METHOD: Allow multi-word parameter types such as unsigned int. - Update to version 2.41.1: + Gio: - Application: Deprecate set_action_group(). - DesktopAppInfo: Deprecate set_desktop_env(). - Settings: Deprecate list_schemas(), range_check() and property_schema(). - TlsConnection: Deprecate [set|get]_use_system_certdb() and property_use_system_certdb(). - VolumeMonitor: Deprecate adopt_orphan_mount(). + Glib: - Keyfile: Deprecate one of the load_from_dirs() methods. - ValueArray: Deprecated. + tests: Test custom properties and an interface with properties. + Documentation: Add a blank line after @deprecated and @newin to help doxygen. - Changes from version 2.41.0: + Glib: - Keyfile: Add save_to_file(). - Add VariantDict. + Gio: - Action: Add parse_detailed_name() and parse_detailed_name_variant(). - Application: Add the handle-local-options signal. - ApplicationCommandline: Add get_options_dict(). - MenuModel: Add signal_items_changed(). - MemoryInputStream: Add add_data() taking a sigc::slot, with a test. - Add Notification. - Settings: Add get_user_value() and get_default_value(). - Socket: Add get/set_option(). - TlsInteraction: Add invoke_request_certificate(), request_certificate(), request_certificate_async() and request_certificate_finish(). ==== gnome-backgrounds ==== Version update (3.12.2 -> 3.14.0) Subpackages: gnome-backgrounds-lang - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Add missing licensing information (bgo#735803). + Updated translations. - Update to version 3.13.90: + Add default wallpaper (Adwaita). + Updated translations. ==== gnome-bluetooth ==== Version update (3.12.0 -> 3.14.0) Subpackages: libgnome-bluetooth13 typelib-1_0-GnomeBluetooth-1_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.90: + Fix properties dialog bugs. + Fix incorrect use of "Setup" as an adjective. + Use header bar buttons in bluetooth-sendto. ==== gnome-calculator ==== Version update (3.12.1 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Fix: Documentation. + Updated translations. - Update to version 3.13.90: + Fix: test install. + Updated translations. - Update to version 3.13.3: + New features: - Calculator search provider. - Tests in release tarball. - Localized radix character from command-line. + Bugs fixed: - Restore previous answer on undo. - Segfault on undo beyond history. - Malformed expression error on base change. - Critical warnings when entering Financial Mode. - Fix gcalccmd crash. - gcalccmd now exits with new-line. - Reset text in new function pop-up. - Removed redundent calls to notify_property(). - Use layout based decimal saperator on numberpad. - Appdata: add default screenshot. - Don't create fundamental types. - Typo in step definition filelist. - Removed: Latvian lats from default currencies. + Updated translations. - Split new package gnome-shell-search-provider-gnome-calculator. - Update to version 3.13.2: + Use popover to change mode. + Use headerbar for preference dialog. + Update: GTK+ and vala dependencies. + Update: Modernize option parsing. + Update: URLs in doap file. + Update: License fields in appdata. + Fix: Ignore libtool files. + Fix: Failing test-case due to updated libc. + Fix: Crash due to non-validated return iterator. + Fix: Close popover after changing mode. + Fix: Focus input field after mode change. + Fix: Mark image not translatable. + Fix: Crash on sub/superscript with trailing space. + Updated translations. ==== gnome-chess ==== Version update (3.12.3 -> 3.14.0) - Update to version 3.14.0: + Updated appdata. + Updated translations. - Update to version 3.13.92: + Fix game ending with 1s left on timer. + Updated translations. - Update to version 3.13.90: + Distribute high contrast icon (from gnome-themes-standard). + Don't mention GNOME Games in about dialog. + Updated translations. - Build HighContrast icon cache in post/postun. - Update to version 3.13.4: + Remove 3D mode. Goodbye 3D mode. + Time control is now a per-player limit, rather than a max duration. + Fix undo before engine moves. + Fix engine desync when browsing history on engine's turn. + Do not enable pause action when browsing history. + Fix clock unpausing after game is over in rare situations. + Return view to present when engine moves. + Reword some error messages. + Shorten some window subtitles. + Add command line warning when engine makes illegal move. + Do not try to stop the game twice when an engine error occurs. + Ensure new game button is always sensitive when on game over. + Update header bar title when using Undo. + Workaround Vala signal misfires that could cause a rare crash. + Use header bar on promotion dialog. + Pause overlay is now transparent (but pieces are hidden). + Minor improvements to preferences dialog. + Set bigger minimum size for chess board. + Miscellaneous code improvements. + Updated translations. ==== gnome-clocks ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Fix a CSS problem in RTL mode. - Update to version 3.13.92: + Misc bugfixes. + Updated translations. - Update to version 3.13.91: + Bump libgweather dependency. + Misc bugfixes. + Updated translations. - Update to version 3.13.2: + Implement a gnome-shell search provider to search world clocks. + Sort world clocks by timezone. + Misc bugfixes. + Updated translations. - Drop 0001-Sort-locations-by-timezone.patch: fixed upstream. - Add new subpackage gnome-shell-search-provider-gnome-clocks. - Add 0001-Sort-locations-by-timezone.patch: sort locations by timezone (bnc#861982, bgo#701169). - Update to version 3.13.1: + Update to work with the new adwaita theme. + Rework a little the stopwatch laps table. + Ensure numbers in the timer do not move during transition. + Updated translations. ==== gnome-color-manager ==== Version update (3.12.3 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Recommend instead of Require PackageKit: We only recommend PackageKit - knowing that some features are not available if not present. For managed setups, this does not matter, as the user is not supposed to be bothered with such things anyway (bnc#895997). - Update to version 3.13.90: + New Features: - Roughly shape test window to instrument (extra clearance). - Use APPSTREAM_XML to validate AppData from libappstream-glib. + Bugfix: - Add to the AppData file. - Coherent display kind enum ordering. - Do not lock every time we sample in gcm-picker. - Port to vte-2.91 API. + Updated translations. - Replace pkgconfig(vte-2.90) BuildRequires with pkgconfig(vte-2.91), following upstreams port to vte-2.91. - Update to version 3.13.1: + New Feature: Use CdTransform to convert the sample image. + Bugfix: - Fix gcm_utils_image_convert() to not crash for large images. - Fix several critical warnings when using gcm-viewer. - Speed up deleting profiles by an order of magnitude. + Updated translations. ==== gnome-common ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + macros2: - Update links to macros in the autoconf-archive. - Add support for APPSTREAM_XML macro (bgo#736497). - Deprecate various obsolete macros. + build: Remove a non-existent file from EXTRA_DIST (bgo#735418). + compiler-flags: allow suppressing warnings. + code-coverage: Support lcov 1.11. + doc: Move doc/usage.txt to README and update. + make program_VERSION a local variable. ==== gnome-contacts ==== Version update (3.12.0 -> 3.14.0) Subpackages: gnome-shell-search-provider-contacts - Update to version 3.14.0: + Adapt to gnome-shell's new search provider API. - Update to version 3.13.92: + Fixed change address book bug. - Update to version 3.13.91: + AvatarDialog: Fix syntax error, Gtk.Stack has no set_current_page(). + ContactEditor: - Ignore empty values for e-mail addresses, etc. - ContactEditor: Move string constants from Contact. + Updated translations. - Update to version 3.13.90: + Added inline contact creation. + Updated Avatar dialog UI. + Improved Adwaita dark variant support. - Update to version 3.13.3: + Reworked setup view. + Reworked modes toggling (edit-mode, selection-mode). + Fixed birthday field bug. + Fixed link field bug. + Updated dialogs UI. ==== gnome-control-center ==== Version update (3.12.1 -> 3.14.0) Subpackages: gnome-control-center-color gnome-control-center-user-faces - Add explicit libgnomekbd Requires to fix issue with keyboard layout utility not showing up when "Show keyboard layout" is chosen from control-center or top-bar (boo#898096). - Update to version 3.14.0: + Fix restart notifications' text getting clipped under some translations. + Updated translations - Drop gnome-control-center-bg-translation.patch: Fixed upstream.. - Add gnome-control-center-hide-firewall-zone-entry.patch: Hide Firewall zone entry in Network panel (bnc#894394). The Firewall Zone entry is only activated if firewalld package is installed. As openSUSE doesn't have this package, the entry never works. So removing the entry to avoid confusions. - Update to version 3.13.92: + Background: - Fix background chooser dialog resizing when switching views. - Use a stack with three views for the chooser dialog. - Fix memory leak in Flickr support. + Date & Time: Don't hard-code font size. + Keyboard: Fix a crash if the WM changes (or restarts). + Network: - Fix possible crash when wireless-enabled changes. - Fix more potential crashers for WWAN. - Report hotspot is running only if device is active. - Really hide all of the virtualisation bridges. - Don't show underlying device for VPN connections. + Sharing: Fix empty folder list by default. + User Accounts: - Fix various UI padding issues. - Fix focus in the account dialog. + Updated libgd to fix GdNotification theming + Updated translations. - Add gnome-control-center-bg-translation.patch: Fix Bulgarian translation for Sharing desktop file. - Update to version 3.13.91: + Date & Time: Fix crash when setting year to 0. + Network: - Center "Wi-Fi hotspot" properties. - Fix warning on startup with hotspot enabled. - Show an error when we fail to turn off hotspot. + Updated translations. - Enable gnome-control-center-probe-radius-server-cert.patch since the patch in NetworkManager-gnome was rebased. - Update to version 3.13.90: + Color: Do not set the 'Details' button for virtual profiles. + Keyboard: Suggest to automatically set reverse bindings. + Network: - Make broken configuration entries red. - Create WPA protected AP hotspot if supported. - Fix network icon names for newer versions. - Remove "..." from dialogue titles. - Add DNS to the keywords. - Fix typo in NetworkManager version checking. + Printers: Allow to add AppSocket/HP JetDirect and LPD printers. + Privacy: Add location setting. + Search: add support for default disabled search providers. + Sharing: - Fix crash in media preferences. - Avoid truncated folders list in media sharing. - Make it possible to share remote folders. + User Accounts: - fix response sensitivity of photo dialog. - allow password changing if old password isn't set or empty. - Add restart notification. - fix enterprise toggle. - prefill domain entry. - Rebase gcc-private-connection.patch. ==== gnome-version ==== Version update (3.12.2 -> 3.14.0) Subpackages: libgnome-desktop-3-10 libgnome-desktop-3-devel libgnome-desktop-3_0-common typelib-1_0-GnomeDesktop-3_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Fixed the build on systems lacking openat(). + Updated translations. - Update to version 3.13.91: + gnome-xkb-info: Fix some layouts not being associated to a locale. + Updated translations. - Update to version 3.13.90: + gnome-rr: Add missing introspection annotations. + Updated translations. - Update to version 3.13.4: + Bump version for the 3.13.4 release. No other changes. - Update to version 3.13.3: + wall-clock: Add ref-tests for clock output. + wall-clock: Always use the ratio character (bgo#726232). - Changes from version 3.13.2: + gnome-rr: Output the EDID vendor/product info as well. + gnome-rr: Add backlight output in debug. + thumbnailer: Try harder to create a failed thumbnail (bgo#728775). ==== gnome-dictionary ==== Version update (3.10.0 -> 3.14.0) Subpackages: libgdict-1_0-6 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Code fixes. + User documentation fixes. + Updated translations. ==== gnome-documents ==== Version update (3.12.1 -> 3.14.0) Subpackages: gnome-shell-search-provider-documents - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Fix use of gdata_documents_service_get_primary_authorization_domain. + Fix drag and drop of items in the view. + Update for new Adwaita/GTK style changes. + Use schema_id instead of deprecated schema for GSettings. + Updated translation - Update to version 3.13.91: + Use a GtkPopover for the search options dropdown. + Add a notification when an item is deleted. + Fix HiDpi support in the preview floating window. + Fix HiDpi support in the search entry tags. + Fix handling of back key in preview mode. + Fix RDF type of text and HTML files. + Fix CSS style for latest GTK. + Updated translations. - Update to version 3.13.4: + Appdata fixes. + Single-binary setup for DBus activation. + Update menu icon to use a hamburger instead of a gear. + Disable bookmarking if metadata is unsupported. + Update for new RefreshDB API. + Updated translations. - Update to version 3.13.1: + Use X close buttons in presentation dialogs. + Scale the thumbnails on HiDpi displays. + Overlay scrub bar (slider) disappears while using it. + Unbreak the contents and bookmarks dialog. + Make the thumbnailing robust against theme failures. + Prioritize relevant RDF types. + Updated translation. ==== gnome-font-viewer ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Add X-GNOME-Utilities category to desktop file. + Updated translations. - Update to version 3.13.90: + Make DBus activatable. + Create cairo surfaces always in the main thread. + Show regular close button instead of Cancel in info dialog. + Add a title to info dialog. + Updated translations. ==== gnome-keyring ==== Version update (3.12.2 -> 3.14.0) Subpackages: gnome-keyring-32bit gnome-keyring-pam gnome-keyring-pam-32bit libgck-modules-gnome-keyring - Update to version 3.14.0: + Remove residual GTK+ usage. + Build fixes. + Updated translations. - Update to version 3.13.91: + Initialize correctly with empty passwords during login (bgo#736085). + Don't use geteuid() to get UID for user in PAM module (bgo#733418). + Fix for libgcrypt 1.6+. + Build fixes. ==== gnome-klotski ==== Version update (3.12.2 -> 3.14.0) Subpackages: gnome-klotski-lang - Update to version 3.14.0: + Updated appdata. + Updated translations. - Update to version 3.13.90: + Add --version command-line option. + Shrink the buttons. + Link the buttons in the map selector. + Updated translations. - Update to version 3.13.3: + Use a header bar, not a toolbar. + Add Start Over and View Puzzle buttons. + Remove fullscreen mode. + Updated translations. ==== gnome-mahjongg ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Fixed shuffling. + Updated translations. - Update to version 3.13.90: + Removed empty page in help. + various bugfixes and little improvements. + Updated translations. - Update to version 3.13.4: + Added version command line option. + Don't show HeaderBar/app menu on systems that don't support it. + Appdata Changes, general fixup. + Updated Smooth Tileset. + Updated translations. ==== gnome-maps ==== Version update (3.12.2 -> 3.14.0) - Add gobject-introspection BuildRequires: enable detection of typelib()-Requires (bnc#897852). - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Improve sidebar alignments. + Fix default transportation mode bug. + Make coordinates in entry editable. + Do not forget route on sidebar hide. + Hopefully a fix for non-consistent build error. + Hopefully a fix for elusive segfault in sidebar. + Default focus on entry in sidebar reveal. + Fix for theme problem with instruction list. + Updated translations. - Drop gnome-maps-parallelbuild.patch: fixed upstream. - Update to version 3.13.91: + Add high contrast icon of logo. + Use kinetic scroll mode. + Set correct desktopId for geoclue. + Send correct argv/argc to GApplication. + Fix bug where selecting from completion nullified placeEntry. + Add content rich map markers and map bubbles based on GtkPopover. + Add tooltips to GtkHeaderButtons. + Add support for via points in routing. + Updated translations. - Add gnome-maps-parallelbuild.patch: Fix rules used to make parallel build more reliable (bgo#734507). - Update to version 3.13.4: + Fix sidebar margin for LTR. + Updated translations. - Update to version 3.13.3: + Added sidebar for route searching. + Fix styling of popovers. + Fix cleanup for make dist. + Fixup AppData file. - Changes from version 3.12.2: + New popover based UI for layers menu. + Added in app notifications. + Make clicking the map grab focus to be able to remove on-screen keyboard on tablets. + Maps now DBus activatable. + Handle GeoClue2 service not available. + Updated translations. ==== gnome-menus ==== Version update (3.10.1 -> 3.13.3) Subpackages: gnome-menus-devel libgnome-menu-3-0 typelib-1_0-GMenu-3_0 - Update to version 3.13.3: + Fix some crashes. + Fix some refcounting bugs. + Fix some leaks. + Add some small effiencies to our notify handler. + Updated translations. ==== gnome-menus-branding-openSUSE ==== Version update (13.1 -> 13.2) - Bump version to 13.2, to prepare for next version of openSUSE. ==== gnome-mines ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Appdata: updated screenshot size. + Updated translations. - Update to version 3.13.92: + Don't translate timer labels. + Symbolic flag install path fixed. + Use new function for setting accelerators. + Updated translations. - Update to version 3.13.91: + Ignore the clock after exploding. + Updated translations. - Update to version 3.13.90: + High contrast icons. + Updated translations. - Handle HighContrast icons in post/postun. - Update to version 3.13.4: + Theme tweaks for the latest Adwaita. + Fixed rough image rendering. + Do not use deprecated methods and properties. + Fixed styling issues causing diamonds to appear in the grid. + Fixed small flag icon. + Translatable clock label. + Better-looking minimum width request for the small board. + Don't show headerbar/appmenu on systems that don't support it. + Updated translations. - Update to version 3.13.2: + Update CSS style. + Flipped tiles should not appear sensitive on hover. + Scrollbars added for large custom minefields. + Use improved flag icon in right column. + Rename Difficulty button to Change Difficulty. + Updated translations. ==== gnome-music ==== Version update (3.12.2.1 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Bugs fixed: Fix the icons in RTL with new GTK+ (bgo#735890). + Updated translations. - Update to version 3.13.90: + Ported to GtkActionbBar - now requires GTK+ 3.12. + Correct icon is displayed for playlist menu. + Better search UI. + HighContrast icons. + Improved Back navigation. + Notifications now behave correctly when paused and less flicker. + Bugs fixed: bgo#734786, bgo#734404, bgo#734122, bgo#734117, bgo#732150, bgo#732951. + Updated translations. - Build HighContrast icon cache in post/postun. - Update to version 3.13.4: + Bump python3 requirement to 3.3 (due to str.casefold). + bgo#733095: Seeking in track above 36 minutes leads to crash. + Updated translations. - Update to version 3.13.3: + Playlists are now stored in Tracker. + Back button now returns back to Search if available. + Bugs fixed: bgo#707461, bgo#729311, bgo#728254, bgo#728255, bgo#728330. - Changes from version 3.13.2: + Improved search with source and match type selection. + Remote sources support: Jamendo, Magnatune, UPnP/DLNA. + Player bar now looks better when window is small. + Bugs fixed: bgo#729100, bgo#729102, bgo#728255, bgo#725949, bgo#728407, bgo#729521, bgo#706948, bgo#699807, bgo#730205, bgo#726713. + Updated translations. ==== gnome-nibbles ==== Version update (3.12.2 -> 3.14.0) Subpackages: gnome-nibbles-lang - Update to version 3.14.0: + Updated translations. - Drop special permission handling, incl pwdutils Requires: this was required back when there was a system wide, shared highscore list. - Update to version 3.13.92: + Make game delay configurable by debug switch. + Updated translations. - Update to version 3.13.91: + Make all animations depend on already existing game delay constant. + Updated translations. - Update to version 3.13.90: + Fix several causes of invisible death worms, but a few known cases remain. + The game will now crash whenever an invisible death worm would be created. + Fix pause action in app menu. + Fix resizing the board. + Remove seriously buggy random teleporter on level 25. + Use header bar on preferences dialog. + Don't allow multiple windows. + Fix small memory leak. + Code cleanups. + Updated translations. ==== gnome-online-accounts ==== Version update (3.12.4 -> 3.14.0) Subpackages: gnome-online-accounts-devel libgoa-1_0-0 libgoa-backend-1_0-1 typelib-1_0-Goa-1_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Bugs fixed: media-server: Use a hyphen instead of underscore in provider type (bgo#736407). + Updated translations. - Update to version 3.13.91: + Updated translations. - Update to version 3.13.90: + Updated translations. ==== gnome-online-miners ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + data: add a DBus service file for org.gnome.OnlineMiners.MediaServer (bgo#728912). + media-server: Use a hyphen instead of underscore in provider type (bgo#736407). - Update to version 3.13.91: + Support PicasaWeb (bgo#728878). + Support DLNA media servers (bgo#728912). - Update to version 3.13.3: + Bugs fixed: bgo#727331, bgo#728878, bgo#729398, bgo#731976. ==== gnome-packagekit ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Bugfix: Do not use PkDesktop. + Updated translations. - Update to version 3.13.91: + Bugfix: Properly call polkit and dbus for reboot. + Updated translations. - Drop gnome-packagekit-fix-polkit-usage.patch: Fixed upstream. ==== gnome-photos ==== Version update (3.12.1 -> 3.14.0) - Update to version 3.14.0: + Preview-view: Disable the sliding transition (bgo#726505). + Updated translations. - Update to version 3.13.92: + Make it easier to support new sources (bgo#731865). + Drop some deprecated baggage (bgo#734762). + Guard against failure to resolve IDs (bgo#735746). + help: favorites are now marked using a star icon, not a heart icon (bgo#736186). + Updated translations. - Update to version 3.13.91: + Support accessing photos from PicasaWeb (bgo#711563). + Undo-able deletion of photos and albums (bgo#720222). + Support accessing photos from DLNA media servers (bgo#728913). + Bugs fixed: bgo#733011, bgo#733216, bgo#733850, bgo#734398. + Updated translations. - Add pkgconfig(libgdata) BuildRequires: New dependency. - Update to version 3.13.4: + New user help (bgo#711505). + Bugs fixed: bgo#708039, bgo#725156, bgo#726505, bgo#726685, bgo#726791, bgo#727392, bgo#729396, bgo#730822, bgo#731856, bgo#731865, bgo#732011, bgo#732676, bgo#733011, bgo#733355. + Updated translations. - Add gdk-pixbuf-loader-rsvg BuildRequires: In general, gresource depends on it to build resource files with embedded .svg files. Adding the dependency in glib2-tools introduces a build cycle, so we avoid this. - Split gnome-shell search provider to a separate package gnome-shell-search-provider-gnome-photos. ==== gnome-power-manager ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.90: + Updated translations. - Drop gnome-icon-theme-devel BuildRequires and gnome-icon-theme Requires: no longer required after the merging of the themes into Awaita theme, which in turn is a dependency to GTK+ 3.0. ==== gnome-robots ==== Version update (3.12.3 -> 3.14.0) Subpackages: gnome-robots-lang - Update to version 3.14.0: + Updated appdata. + Updated translations. - Update to version 3.13.92: + Fix whitespace error in SVG icon. + Updated translations. - Update to version 3.13.90: + Updated translations. - No longer do special things for permissions: the reason we had this ws for the shared highscore lists stored in /var. This in turn has no longer happened since 3.11.90. - Update to version 3.13.4: + Remove accidental dependency on system menu.h introduced in 3.13.3. + Updated translations. - Drop gnome-robots-includes.patch: fixed upstream. - Update to version 3.13.3: + Safe Teleport is now disabled when no safe teleports are remaining. + Add app menu and header bar. + Remove menu bar, toolbar, and status bar. + Remove fullscreen. + New default hotkeys that do not require number pad. + Updated help. - Add gnome-robots-includes.patch: Fix build after the change from MenuBars to App Menus by upstream. ==== gnome-screenshot ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Fix launching from gnome-shell in interactive mode. + Parse delay cmdline parameter correctly. + Parse filename cmdline parameter correctly. + Remove duplicate cmdline parsing. + Add missing desktop file category. - Rebase gnome-screenshot-onlyshowin.patch. - Update to version 3.13.90: + Don't use deprecated GTK+ API. + Port commandline handling to GApplication. + Make DBus activatable. + Implement g_application_activate(). + Updated translations. - Rebase gnome-screenshot-onlyshowin.patch. - Drop gnome-icon-theme BuildRequires and Requires: the icon theme was merged and renamed to adwaita-icon-theme and it is GTKs responsibility to ensure it is installed. ==== gnome-session ==== Version update (3.12.1 -> 3.14.0) Subpackages: gnome-session-core gnome-session-default-session - Update to version 3.14.0: + DOAP updates. + Updated translations. - Update to version 3.13.3: + Fixes for XDG_CURRENT_DESKTOP semantic shift. + Updated translations. ==== gnome-settings-daemon ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + XSettings: Fix swapping out of WM settings schemas. + Updated translations. - Update to version 3.13.92: + Keyboard: Remove input sources handling: this was moved to mutter/gnome-shell and removes g-s-d's build dependency on IBus. + Power: '0' keyboard backlight is a valid value. + Rfkill: Add a property to determine whether to show airplane mode. - Drop pkgconfig(ibus-1.0) BuildRequires, and clean up spec from define with ibus. - Update to version 3.13.91: + Media-keys: Postpone initialisation of libcanberra to avoid blocking on it at startup. + Wacom: Fix OLEDs never actually working due to a missing single line. - Update to version 3.13.90: + Media keys: Don't show Orientation lock popup if not supported. + Sharing: Fix crash when run against older NM. + Wacom: Add support for LEDs API in newer kernels. - Update to version 3.13.4: + General: - Fix crash when a plugin failed to start. - Several code cleanups. + A11Y Keyboard: Make sticky and slow keys notifications more difficult to miss. + Housekeeping: Fix regular files not getting deleted from the Trash. + Media-keys: Set the keyring environment variables on all processes that we launch. + Orientation: Fix plugin on MS Surface devices. + Power: Fix crash when logind isn't available. + Sharing: Fix compilation without NetworkManager. + Wacom: Handle "cursor" tablet devices so that they get properly mapped for different orientations. + Updated translations. - Update to version 3.13.3: + Plenty of Sharing plugin bug fixes. - Changes from version 3.13.2: + Add new sharing plugin. + General: - Implement size matching for touchscreens. - Fix warnings in the display to input device mapper. - Remove multiple screens support. + Power: - Fix wakeup not working with some keymaps. - Fix restarting of the lid inhibitor check timer. - Fix suspend happening again when resuming from suspend. - Discretize the set backlight value fixing problems. on some harwdare with limited number of backlight settings. - Fix initial backlight state in gnome-shell. - Add sound notification on power plug/unplug. + Wacom: - Add Bluetooth OLED handling for Intuos4 WL. - Fix OLED application for wired Intuos4. - Make OSD always appear on a single monitor. + XSettings: - Honor changes to the enable-animations setting. - Better support for GTK+ CSD titlebar button layout. + Housekeeping: Fix a possible data loss when symlinks are created from /tmp. + Media-keys: Fix possible crash disabling media-keys plugin. - Changes from version 3.13.1: + Color: Fix 13 byte long EDID description text parsing. + Common: - Improve hotplug scripts exit status checking and correct the documentation. - Fix possible crasher in device-mapper. + Cursor: Remove multi-screen support. + Power: - Remove unused session presence proxy. - Emit change notification for brightness. - Fix display not blanking after gnome-shell wake up. - Don't warn when Kdb backlight D-Bus is called. - Lower the lid safety timeout to 8 seconds. + Update: Remove the updates plugin. The functionality now lives on in the gnome-software session service. + Updated translations. - Add pkgconfig(libnm-glib) and pkgconfig(libnm-util) BuildRequires: dependencies to the new sharing plugin. - Remove pkgconfig(packagekit-glib2) BuildRequires: the Update plugin is no longer available. - Drop gnome-settings-daemon-stop-reload-proxy-settings.patch: it fixed behaviour of the update plugin, which in turn no longer exists. ==== gnome-shell ==== Version update (3.12.2 -> 3.14.0) Subpackages: gnome-shell-browser-plugin - Update to version 3.14.0: + Fix exposure of the accessible tree (bgo#736821). + Hide empty app folders in app picker (bgo#736910). + Updated translations. - Update to version 3.13.92: + Fix submenu arrow animations (bgo#728927). + Always initialize clutter accessibility (bgo#735908). + Adapt to mutter background changes (bgo#735638). + Improve handling of outOfDate extensions in prefs (bgo#736185). + Port offline updates to PackageKit's DBus interface (bgo#736337). + location: Translate accuracy levels for geoclue (bgo#736479). + Implement input source switching (bgo#736435). + Fix crash when dragging window from workspace switcher (bgo#735972). + Clean out list of default favorites (bgo#735682). + Add settings link to location submenu (bgo#736542). + Fix keynav of message tray menu button (bgo#707799). + Misc. bug fixes: bgo#736110, bgo#736329, bgo#736343, bgo#735927, bgo#735976. + Updated translations. - Update to version 3.13.91: + Fix keynav into session menu on login screen (bgo#735614). + Add gesture to summon message tray (bgo#735625). + Accept scrolls/swipes either way on the screen shield (bgo#734874). + Animate opening the app picker and improve app folder animations (bgo#734726). + Animate app icons on launching a new window (bgo#734726). + Show the on-screen keyboard when touch input is being used (bgo#702015). + Bugs fixed: bgo#735190, bgo#735385, bgo#735608, bgo#735681. + Updated translations. - Update to version 3.13.90: + Make use of GLSL optional (bgo#733623). + Update on-screen-keyboard position on monitor changes (bgo#733790). + Improve window manager animations (bgo#732857). + Handle touch events (bgo#733633). + Try to not show "New Window" action for single-window apps (bgo#722554). + Fix overview exceeding screen size with many apps installed (bgo#723496). + Add Software to default favorites (bgo#734406). + Improve app picker <-> desktop transition (bgo#732901). + Remove -magic for switcher popups (bgo#732296). + Add a special background to use for performance testing (bgo#734610). + Add support for default disabled search providers (bgo#734110). + Fix portals that don't redirect properly (bgo#733848). + Fix history trimming in chat notifications (bgo#733899). + Try to use default calendar application (bgo#722333). + Only show location menu when geolocation is in use (bgo#731122). + Misc. bug fixes and cleanups: bgo#711682, bgo#733840, bgo#734483, bgo#734680, bgo#733813, bgo#735062. + Updated translations. - Remove build_wayland_backend conditions: the wayland backend is regularly built now. - Update to version 3.13.4: + Handle portal login requests (bgo#704416). + Scale fonts on wayland on hiDPI devices (bgo#732537). + Fix default ibus candidate index labels (bgo#702944). + Add gestures for various system actions. + Add performance test script for the perf.gnome.org (bgo#732350). + Use new restart framework to improve restart visuals (bgo#733026). + Improve keynav in app folder popups (bgo#731477). + Fix truncation of app search results (bgo#732416). + Automatically update renamed desktop files in favorites (bgo#729429). + Misc. bug fixes and cleanups: bgo#729823, bgo#726401, bgo#732301, bgo#732348, bgo#732349, bgo#733498, bgo#733540. + Updated translations. - Update to version 3.13.3: + Don't allow closing windows with attached modals (bgo#729886). + Fix self-restarting on OpenBSD (bgo#727763). + Improve behavior of window buttons with compositor menus (bgo#731058). + Work around atspi-related performance regression (bgo#730118). + Misc bug fixes and cleanups: bgo#728271, bog#726460, bgo#703833, bgo#731118, bgo#731220, bgo#695487, bgo#730527, bgo#728170, bgo#731619, bgo#731738, bgo#731882, bgo#731923. - Changes from version 3.13.2: + Don't always extend struts to the screen edge (bgo#683819). + Implement window menus in the shell (bgo#726352). + Support resource:// URLs in GNOME_SHELL_JS envvar (bgo#730409). + Fix switcher popups with keybindings containing Escape (bgo#730739). + Update extension-prefs UI to follow GNOME 3 patterns (bgo#730829). + Add support for fallback app menu in window decorations (bgo#730752). + Fix keynav escaping open app folders (bgo#726760). + Misc. bug fixes: bgo#729429, bgo#728449, bgo#730408, bgo#730753, bgo#730653. - Changes from version 3.13.1: + Add shortcuts for switching to the last workspace (bgo#659288). + Show OSD window on all monitors (bgo#722684). + Improve consistency of labels in network menu (bgo#727163). + Fix zombie search providers showing up (bgo#728597). + Remove ConsoleKit support (bgo#686626). + Fix region screenshots with open shell menus (bgo#709126). + Support insert in text entries (bgo#648318). + Improve app picker scrolling on touch (bgo#729064). + Don't make date button clickable when on current date (bgo#726724). + Tweak heuristic for hiding workspace switcher (bgo#662457). + Add option to show in Software to app context menu (bgo#643043). + Misc. bug fixes and cleanups: bgo#727983, bgo#727948, bgo#728512, bgo#728681, bgo#728897, bgo#727384, bgo#728820, bgo#715042, bgo#728449, bgo#728343. + Updated translations. - Drop pkgconfig(mutter-plugins) BuildRequires: no longer required. - Drop gnome-icon-theme-symbolic Requires: no longer required. ==== gnome-sudoku ==== Version update (3.12.3 -> 3.14.0) - Update to version 3.14.0: + Fixed multi-threading issues. + Updated translations. - Update to version 3.13.92: + Fix the game in RTL locales. + Various code cleanups and improvements. + Various window layout and drawing improvements. + Add n and r accelerators. + Many miscellaneous bugfixes. + A few miscellaneous bugfixes. + Fix internationalization of game finished dialog. + Updated translations. - Update to version 3.13.90: + Started using QQwing as the puzzle generator. + Improved the board aesthetics. + Printing multiple puzzles is now multi-threaded. + Miscellaneous fixes and improvements. + Updated translations. - Add gcc-c++ and pkgconfig(qqwing) BuildRequires: new dependency. - Update to version 3.13.4: + Simplified the new game screen. + Improved the number picker design. + Lightly shade the current row, column and block. + Miscellaneous fixes and improvements. + Updated translations. - Update to version 3.13.3: + Redesigned and rewritten. - Update BuildRequires and Requires according the full rewrite in Vala instead of python. ==== gnome-system-monitor ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Do not use deprecated treeview API. + Updated translations. - Update to version 3.13.90: + Updated translations. - Update to version 3.13.4: + Bugs fixed: bgo#732942, bgo#733343, bgo#732981. + Updated translations. - Update to version 3.13.3: + Added additional desktop keywords. - Changes from version 3.13.2: + Port to GtkActionBar, CSS cleanup (bgo#729747). - Changes from version 3.13.1: + CPU Graph shows weird graph (bgo#728644). + Use a popover for gear menu (bgo#727828). + process list doesn't update (bgo#728075). + Drop gnome-icon-theme dependency (bgo#729019). + Use headerbar in dialogs. + Simplified search in the open files fialog. + Updated translations. - Drop gnome-icon-theme-devel BuildRequires and gnome-icon-theme Requires: no longer required after the merging of the themes into Awaita theme, which in turn is a dependency to GTK+ 3.0. - Add pkgconfig(gtk+-3.0) BuildRequires: explcitly require the minimal version. ==== gnome-shell-search-provider-gnome-terminal ==== Version update (3.12.3 -> 3.14.0) Subpackages: gnome-terminal nautilus-extension-terminal - Update to version 3.14.0: + Remove word-chars setting help (bgo#727774). + Updated translations. - Update to version 3.13.92: + help: - Review pref-scrolling. - Add ambiguous character width (bgo#727555). - Document encodings per profile (bgo#727555). + Flag gnome-terminal as a multiple-window app (bgo#735484). + Allow disabling shortcuts (bgo#731933). + Updated translations. - Update to version 3.13.90: + Profile settings UI update. + Updated translations. - Update to version 3.13.2: + Bugs fixed: bgo#730850, bgo#730389, bgo#730936, bgo#731998. - Changes from version 3.13.1: + Bugs fixed: bgo#724110, bgo#729394, bgo#729597, bgo#730390, bgo#730498, bgo#730389. + Updated translations. - Add vala BuildRequires: new dependency. ==== gnome-tetravex ==== Version update (3.12.3 -> 3.14.0) Subpackages: gnome-tetravex-lang - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Updated translations. - Update to version 3.13.90: + Updated translations. - Update to version 3.13.4: + Added command line options. + Appdata Updates. + Updated requirements, general fixup. + Design Updates. + Updated translations. ==== gnome-themes-accessibility ==== Version update (3.12.0 -> 3.14.0) Subpackages: gtk2-metatheme-adwaita gtk2-theming-engine-adwaita gtk3-metatheme-adwaita metatheme-adwaita-common - Update to version 3.14.0: + HighContrast checkbox updates. + Mutter theme updates + HighContrast icon theme additions. - Update to version 3.13.90: + Checkbox/radio updates. + Improvements to the high contrast theme. + Move default background to gnome-backgrounds. - Update to version 3.13.4: + Drop duplicate properties from metacity geometry. + Keep a dummy gtk.css for Adwaita. - Reintroduce gtk3-metatheme-adwaita subpackage to carry the dummy gtk.css for Adwaita. - Update to version 3.13.3: + Major code refactor using SASS. + Moved gtk3 parts of the theme into gtk+. - Remove gtk3-metatheme-adwaita subpackage: its content is provided by GTK+ 3.13, but in form of internal resources (so no separate package). libgtk-3-0 obsoletes gtk3-metatheme-adwaita. - Update to version 3.13.1: + Window borders on dark variant. + File chooser styling improvements. + Move cursors to the adwaita-icon-theme. + Remove text-shadow form switches in headerbars. ==== gnome-tweak-tool ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Fix missed function rename, deprecation warnings. + Fix some more positional arguments. + Updated translations. - Update to version 3.13.92: + Disable the menubar. + Fix KeyError when extensions with no version are installed. + Stop using positional arguments with the GObject constructor (bgo#725926). + Fix a string that wasn't translated. + Updated translations. ==== gnome-user-docs ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updates to GNOME Help. + Updates to System Admin Guide. + Updated translations. - Update to version 3.13.92: + Updates to GNOME Help. + Updated translations. - Update to version 3.13.91: + Updates to GNOME Help. + Updated translations. - Update to version 3.13.4: + Updates to System Admin Guide. + Updated translations. ==== gnome-user-share ==== Version update (3.10.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.91: + Fix compilation with Bluetooth disabled. + Updated translations. - Update to version 3.13.2: + Fix launching the webdav server. - Changes from version 3.13.1: + Integrate with the new sharing system in gnome-settings-daemon. + Fix server errors with require_password=never. - No longer pass sed --disable-schemas-install and - -disable-scrollkeeper to configure: they were no longer valid since version 3.0.3. ==== girepository-1_0 ==== Version update (1.40.0 -> 1.42.0) Subpackages: gobject-introspection gobject-introspection-devel libgirepository-1_0-1 - Update to version 1.42.0: + Build fixes. + Update glib annotations from git master. + Bugs fixed: bgo#732669, bgo#733879. - Update to version 1.41.91: + Updated tests. + Misc fixes. - Update to version 1.41.4: + Update Visual Studio Property Sheets. + Bugs fixed: bgo#729662, bgo#732668, bgo#732669. - Update to version 1.41.3: + Updated tests. + Misc fixes. + Updated documentations. ==== libgrilo-0_2-1 ==== Version update (0.2.10 -> 0.2.11) Subpackages: libgrlnet-0_2-0 libgrlpls-0_2-0 typelib-1_0-Grl-0_2 - Update to version 0.2.11: + Fixes in build system. + Generate AUTHORS file automatically- + Added new keys: GRL_METADATA_KEY_TITLE_FROM_FILENAME, GRL_METADATA_KEY_MB_ALBUM_ID. + Added new tool: grl-launch, to run Grilo operations from command line. + Bugs fixed: bgo#706877, bgo#726698, bgo#727223, bgo#728812, bgo#730003, bgo#730548, bgo#731282, bgo#733232, bgo#733285. + Updated translations. ==== grilo-plugin-tracker ==== Version update (0.2.12 -> 0.2.13) Subpackages: grilo-plugin-youtube grilo-plugins - Update to version 0.2.13: + Several fixes in build system. + Generate AUTHORS file automatically. + bgo#706877: Let TheMovieDb resolver perform searches based on file name. + bgo#727901: Some filesystem plugin related build fixes. + Bookmarks plugin: - Reimplemented using GOM as backend, instead of SQLite directly. - bgo#729787: Application crashes at startup. + dLeyna plugin: - New plugin based on dLeyna to access UPnP/DLNA sources. - bgo#707346: dleyna: Plugin to access DLNA contents using the dLeyna DBus service. - bgo#732016: Bad string construction. - bgo#733253: UPnP/DLeyna bug fixes. + Filesystem plugin - bgo#725203: Filesystem plugin bug fixes. - bgo#730841: grl-file-system: no notification changes for root container. + Flickr plugin: bgo#730812: flickr: Use SSL. + Jamendo plugin: - Fix browsing root category. - Fix wrong free. + LastFM Album Art plugin: Added tests. + Local Metadata plugin: - bgo#725025: local-metadata: Movies detected as episodes of a series. - bgo#725026: Add support for SeasonxEpisode filename format. - bgo#725456: grilo sometimes calls plugins with %20 instead of spaces. - bgo#727181: local-metadata: Another bad TV show parsing. - bgo#732261: local-metadata: new regexp match. - bgo#734636 Tracker plugin doesn't get thumbnails. + Lua Factory plugin: - Several fixes. - bgo#750038: Conditional operator does not typecheck. - bgo#727570: Fix typo in debug statement. - bgo#727571: Don't add duplicate sources. - bgo#728525: Add grl.unzip fetch function. - bgo#728882: Add more keys to grl.get_options(). - bgo#729649: Fix garbage after escaped text in grl.unescape(). - bgo#733259: Fix use after free. - bgo#733289: don't iterate on lua env table. - bgo#733303: GrlMediaBoxes cannot have their metadata resolved. - Euronews source: bgo#731224: Crash in can_remove if g_uri_parse_scheme fails. - Musicbrainz source: bgo#727766: Add Musicbrainz Cover Art plugin. - Radiofrance source: . bgo#727569: Don't break when run behind a portal. . bgo#734234: RadioFrance source does not work in grilo. + Optical Media plugin: bgo#729704: Fix physical optical drives being ignored. + Pocket plugin: Request librest >= 0.7.90. + TheTVDB plugin: - bgo#672933: Add thetvdb.com metadata. - bgo#733287: thetvdb: fetch show in cache with case insensitive. + Tracker plugin: - Add deinit() function. - bgo#678519: grl_media_source_get_media_from_uri not implemented for tracker media source plugin. - bgo#701651: Use OpenSubtitles.org to look up IMDB ID. - bgo#730399: Search strings should be escaped. + UPnP plugin: - Removed this plugin, replaced by new dLeyna plugin. - bgo#723780: upnp: filter out devices on the local machine. - bgo#733253: UPnP/DLeyna bug fixes. + Vimeo plugin - bgo#727899: vimeo: Remove libgcrypt dependency. - bgo#730900: Vimeo not work! + Updated translations. - Rename grilo-plugin-upnp subpackage to grilo-plugin-dleyna, following upstreams switch of the underlying infrastructure. + Obsolete grilo-plugin-upnp by grio-plugin-dleyna. + Require dbus(com.intel.dleyna-server). ==== gsettings-desktop-schemas ==== Version update (3.12.2 -> 3.14.0) Subpackages: gsettings-desktop-schemas-devel - Update to version 3.14.0: + Disable location service by default. + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Add a whitelist in addition to a black list for search providers. - Update to version 3.13.90: + Add Location settings. + Add default bindings for "backward" keyboard shortcuts. + Windows build bug fix. + Fix location of the default backgrounds. - Update to version 3.13.2: + Switch default icon theme to Adwaita. + Remove minimize and maximize from default button layout. - Changes from version 3.13.1: + Add switch to last/first workspace keybindings. + Updated translations. ==== gthumb ==== Subpackages: gthumb-lang - Add gthumb-webkit2gtk.patch: Support building against webkit2gtk-3.0 and webkit2gtk-4.0. - Add gnome-common BuildRequires and call to gnome-autogen.sh, as above patch touches the build system. - Add conditional pkgconfig(webkit2gtk-4.0) BuildRequires for 13.2 and newer. ==== gtk2-branding-openSUSE ==== Version update (13.1 -> 13.2) - Do not require gnome-icon-theme: GTK2 actually never depended on this icon theme; GTK2 always used theme based icons, without any fallback to gnome theme iconsets. - Bump version to 13.2. ==== gtk3-data ==== Version update (3.12.2 -> 3.14.0) Subpackages: gtk3-devel gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0 - Update to version 3.14.0: + GtkMisc::xalign has been undeprecated for now, it is still needed. + GtkIconView: - Always draw cell background. - Fix handling of prelight items. + GtkWindow: Fix growing nautilus windows. + Bugs fixed: bgo#736338, bgo#736622, bgo#736927, bgo#737000, bgo#737026, bgo#737027. + Updated translations. - Update to version 3.13.9: + Adwaita: - Use sass functions more. - Theme .app-notification instead of .app-notification.frame. - Lots of button fine-tuning. - Avoid double background rendering in tooltips. + Inspector: - Show widget allocations. - Show hidden windows. - Fix initial state of dark switch. + Bugs fixed: bgo#328449, bgo#528800, bgo#579625, bgo#668258, bgo#698031, bgo#732916, bgo#735240, bgo#735953, bgo#735959, bgo#735965, bgo#736004, bgo#736056, bgo#736064, bgo#736121, bgo#736131, bgo#736155, bgo#736173, bgo#736178, bgo#736191, bgo#736201, bgo#736203, bgo#736205, bgo#736250, bgo#736269, bgo#736307, bgo#736512, bgo#736535, bgo#736557. + Updated translations. - Rebase gtk3-find-wayland-includedir.patch. - Update to version 3.13.8: + Wayland: - Implement Drag-and-Drop. - Use subsurfaces for entry completion popups. - Use subsurfaces for tooltips. + Bugs fixed: bgo#156164, bgo#346886, bgo#415415, bgo#602443, bgo#641638, bgo#658722, bgo#674264, bgo#680067, bgo#695504, bgo#697855, bgo#720269, bgo#729215, bgo#731380, bgo#733967, bgo#734290, bgo#734374, bgo#734753, bgo#734961, bgo#735012, bgo#735014, bgo#735034, bgo#735119, bgo#735223, bgo#735226, bgo#735253, bgo#735294, bgo#735300, bgo#735301, bgo#735310, bgo#735321, bgo#735337, bgo#735353, bgo#735368, bgo#735389, bgo#735401, bgo#735428, bgo#735531, bgo#735545, bgo#735593, bgo#735830, bgo#735831. + Updated translations. - Update to version 3.13.7: + To align better with css, button and menuitem subclasses now use a :checked state to indicate their checkedness, instead of :active or :selected. + Deprecations: GtkStatusIcon, GtkThemingEngine. + Bugs fixed: bgo#724281, bgo#731013, bgo#731443, bgo#734143, bgo#734357, bgo#734420, bgo#734614, bgo#734641, bgo#734649, bgo#734651, bgo#734660, bgo#734668, bgo#734709, bgo#734735, bgo#734736, bgo#734737, bgo#734778, bgo#570414, bgo#665711, bgo#724996, bgo#733832, bgo#733967, bgo#734738, bgo#734826. + Updated translations. - Update to version 3.13.6: + Theme: - Many Adwaita improvements in details. - Much faster blur implementation for shadows. - Support symbolic, recolorable pngs. + GtkFileChooser: - Fix editing of bookmarks. - Use symbolic icons in the path bar. + GtkTextView: Add a vfunc to allow subclasses to draw above/below text. + GtkImage: Support scale factor when loading from resources. + Inspector: - Show some widget states and buildable ids. - Add GtkTreeSelection to object tree. + Wayland: Support newer protocol versions. + Windows: - Fix handling of input shapes. - Support font scaling. - Dialog theming fixes. - Several crash fixes. + Bugs fixed: bgo#624791, bgo#638709, bgo#641638, bgo#705054, bgo#715176, bgo#721367, bgo#726224, bgo#729140, bgo#729636, bgo#729809, bgo#729924, bgo#730450, bgo#732137, bgo#733312, bgo#733406, bgo#733416, bgo#733610, bgo#733671, bgo#733679, bgo#733766, bgo#733767, bgo#733768, bgo#733769, bgo#733773, bgo#733782, bgo#733923, bgo#733925, bgo#733965, bgo#733979, bgo#734033, bgo#734038, bgo#734053, bgo#734129, bgo#734213, bgo#734292, bgo#734485, bgo#734526. + Updated translations. - Update to version 3.13.5: + Adwaita: - Many improvements in details. - Style .needs-attention in GtkStackSwitcher. + CSS: Selectors can now match state pseudo classes on all elements. + GtkListBox: Rows now have a selectable property and will be styled accordingly. + Inspector: - Add an easy way to change the font. - Show widget state and other misc. info. + Wayland: - Fix repaint artifacts. - Update xdg-shell. + Windows: Fix icon theme loading. + Bugs fixed: bgo#591258, bgo#618852, bgo#707153, bgo#731582, bgo#733099, bgo#733174, bgo#733189, bgo#733321, bgo#733360, bgo#733361, bgo#733407, bgo#733431, bgo#733441. + Updated translations. - No longger obsolete gtk3-metatheme-adwaita by libgtk-3-0: the package has been re-introduced by gnome-themes-standard. - Update to version 3.13.4: + Theming: - Adwaita is much more complete. - Shadows, reliefs and frames in GtkScrolledWindow, GtkViewport, GtkButton, GtkEntry, GtkFrame, etc are now translated to style classes and themed. + GtkApplication: - gtk_application_prefers_app_menu is a new function to facility adapting UIs to platform expectations. - GtkApplication now tries to load menus from resources in the resource path that is defined by GApplication. - GtkApplication set up a resource path for loading icons as well. + GtkScrolledWindow: - Scrolling in response to user input (scrollbar clicks, keynav) is now animated. - The displacement animation has been replaced edge gradients. + GtkScaleButton: - The orientation is now changed on the fly to make the popup fit into small windows. + GtkEntry: Activity mode progress is now smooth. + Client-side decorations: - The default button layout includes minimize and maximize again. - Dialogs are no longer using client-side decorations when use-header-bar is unset. + GTK+ now ships a simple icon theme browser, gtk3-icon-browser. + GtkInspector: - Can change hi-dpi scale on the fly. - Can simulate touchscreen at runtime. - Shows style properties. - Ctrl-Shift-I selects the widget under the pointer. - Property editors show property and settings bindings. + Wayland: - Always use CSD under Wayland. - Avoid a crash on pointer-less systems. - Context menus work now. + Deprecations, removals: - GtkWindow no longer supports resize grips. - builtin icons have been deprecated in favor of loading icons from resources. + Bugs fixed: bgo#484640, bgo#618852, bgo#629129, bgo#672676, bgo#680885, bgo#710449, bgo#722092, bgo#722633, bgo#724084, bgo#726566, bgo#729620, bgo#730730, bgo#730893, bgo#731158, bgo#731297, bgo#731463, bgo#731711, bgo#732134, bgo#732206, bgo#732229, bgo#732256, bgo#732298, bgo#732330, bgo#732433, bgo#732441, bgo#732443, bgo#732454, bgo#732494, bgo#732667, bgo#732681, bgo#732861, bgo#732894, bgo#732900, bgo#732933, bgo#732970, bgo#732991, bgo#733027, bgo#733076, bgo#733092, bgo#733099, bgo#733112. + Updated translations. - Update to version 3.13.3: + GtkInspector: - Support saving custom CSS. - Show GMenus and GActions. - Show combobox menus and submenus. - Lower the inspector window when picking. - Misc. navigation improvements. + Gestures: Convert most widgets to use gestures internally. + Theming: - Use client-side shadows for menus and tooltips. - Include the Adwaita theme. - The default theme is now Adwaita. - Icon loading now respects limits specified in the icon theme, unless GTK_ICON_LOOKUP_FORCE_SIZE is set. - Don't include image content in icon caches, to avoid huge caches. - GtkSwitch gained a hover state. + Widget factory: Improve coverage of GTK+ features. + Wayland: Support GNOME classic mode. + Deprecations: - Style regions. - Support for .icon files. - gdk_window_flush, drawing outside of begin/end paint. + Bugs fixed: bgo#721895, bgo#729820, bgo#730615, bgo#730745, bgo#730767, bgo#730833, bgo#730924, bgo#731016, bgo#731020, bgo#731187, bgo#731273, bgo#731299, bgo#731371, bgo#731377, bgo#731382, bgo#731429, bgo#731602, bgo#731658, bgo#731790, bgo#731834, bgo#731866, bgo#731908. - Changes from version 3.13.2: + Interactive debugging support. + Gesture support has landed. + GTK+ widgets can now draw outside their allocation, by setting a clip with gtk_widget_set_clip(). + GtkStack has added a few more transition types. + GtkProgressBar is now narrower. + CSS: - Support outline-radius in CSS. - Implement 'unset' and 'all'. - Support -gtk-icontheme. - Support -gtk-icon-source. - Add -gtk-icon-transform, supporting the 2D parts of CSS transforms. - Support -gtk-icon-style. + Theme: - Use outlines to render focus rings. - Use icons to render spinners, expanders and arrows. - GtkIconTheme can force symbolic or regular icon variants. - GtkIconTheme will automatically load rtl icon variants. + Win32: Theme improvements. + Wayland: Update to the latest xdg-shell protocol. + Bugs fixed: bgo#119906, bgo#525206, bgo#614717, bgo#636695, bgo#641836, bgo#645966, bgo#698396, bgo#700030, bgo#708037, bgo#720330, bgo#721069, bgo#726676, bgo#727147, bgo#727994, bgo#728135, bgo#728284, bgo#729346, bgo#729353, bgo#729451, bgo#729461, bgo#729473, bgo#729475, bgo#729496, bgo#729564, bgo#729594, bgo#729598, bgo#729607, bgo#729670, bgo#729817, bgo#729834, bgo#729915, bgo#729983, bgo#730007, bgo#730008, bgo#730035, bgo#730043, bgo#730095, bgo#730142, bgo#730183, bgo#730306, bgo#730353, bgo#730526. - Changes from version 3.13.1: + GtkListBox can now do multi-selection. + GtkSwitch has a way to delay state changes. + GtkMenuButton is using a popover for menu models by default. + GtkPopover can have horizontal sections. + GtkFileChooser received some design improvements. + GtkBuilder: - Supports property binding. - Supports dialog actions. + Client-side decorations: - The requirement for _GTK_FRAME_EXTENTS has been dropped to avoid 'double headers' with most window managers. - Drawing of DND highlights around the entire window works. + Windows backend: - *Many* theme improvements. - Add popover theming. - Enable introspection. + Wayland backend: - Updates for xdg_shell protocol changes. - Touch support. + Broadway backend: Now builds on OpenBSD. + Bugs fixed: bgo#495105, bgo#654417, bgo#686170, bgo#712752, bgo#722058, bgo#722211, bgo#722817, bgo#723963, bgo#725648, bgo#726179, bgo#726271, bgo#726298, bgo#726475, bgo#726592, bgo#726859, bgo#726870, bgo#726871, bgo#726996, bgo#727009, bgo#727022, bgo#727035, bgo#727036, bgo#727037, bgo#727075, bgo#727078, bgo#727080, bgo#727210, bgo#727211, bgo#727213, bgo#727244, bgo#727245, bgo#727313, bgo#727322, bgo#727391, bgo#727410, bgo#727414, bgo#727487, bgo#727643, bgo#727644, bgo#727662, bgo#727908, bgo#727973, bgo#728023, bgo#728054, bgo#728073, bgo#728140, bgo#728165, bgo#728183, bgo#728272, bgo#728426, bgo#728745, bgo#728806, bgo#728807, bgo#728808, bgo#728810, bgo#728846, bgo#728992, bgo#729013, bgo#729095, bgo#729097. + Updated translations. - Add adwaita-icon-theme requires to libgtk-3-0: Upstream promises that any icon from the adwaita themeset is available to any GTK application. - Obsolete gtk3-metatheme-adwaita by libgtk-3-0: anything that is not part of the icon-theme is embedded as gresource into the library. - Extend gtk3-find-wayland-includedir.patch also over gtk/inspector. ==== gtk3-branding-openSUSE ==== Version update (13.1 -> 13.2) - Drop gnome-icon-theme Requires: no longer required after the merging of the themes into Adwaita theme, which in turn is a dependency to GTK+ 3.0. - Bump version to 13.2, to prepare for next version of openSUSE. ==== libgtkmm-3_0-1 ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Documentation: Headerbar demo: Update for renamed arrow icons. + Build system fixes. - Update to version 3.13.8: + Gdk: Window: Add get/set_event_compression(), set_shadow_width(), and show_window_menu(). + Gtk: - Application: Add get_actions_for_accel(), prefers_app_menu(), and get_menu_by_id(). - CellArea: Add attribute_get_column(). - EntryCompletion: Add the no_matches signal. - ListBox: Add selected_foreach(), get_selected_rows(), unselect_row(), select_all() and unselect_all(). Add the selected_rows_changed signal. - ListBoxRow: Add is_selected(), set/get_selectable(), set/get_activatable(). Add the selectable and activatable properties. - Settings: Add the gtk_long_press_time property. - StatusIcon: Deprecate this because it is deprecated in gtk+. - StyleContext: Really add get_scale(). - Widget: Add get/set_clip(). - Update to version 3.13.7: + Gtk: - Box: Wrap child properties (bgo#140515). - Grid: Wrap child properties (bgo#140515). - HeaderBar: Wrap child properties (bgo#140515). - Paned: Wrap child properties (bgo#140515). - TreeView: Deprecate property_rules_hint(). + Updated documentation. - Update to version 3.13.5: + Gtk: - Container: Support child properties. - Add EventController and Gesture* classes. - IconTheme: Add add_resource_path() and deprecate add_builtin_icon(). - Notebook: Add child properties tab_label, menu_label, position, tab_expand, tab_fill, reorderable, and detachable. - Stack: Add child properties name, title, icon_name, position, and needs_attention. - Switch: Add set/get_state(), the state property, and the state_set signal. - Toolbar: Add child properties expand and homogeneous (bgo#140515). - Widget: Deprecate get/set_double_buffered() and the property. + Documentation: - Demo: Update notebook's tabs style to match the gtk3-demo. - Demo: Add a gestures example, based on the gtk3-demo equivalent. - Add Gestures group to the reference docs. - Update to version 3.13.3: + Gtk: - Builder: Fix ref count in get_widget() and get_widget_derived() and add test case (bgo#731444). - Container: Deprecate [set|get]_resize_mode() and set_reallocate_redraws(). - Widget: Deprecate reparent(), region_intersect(), get_root_window(), [set|get]_margin_[left|right](), property_style(), property_margin_[left|right](). - Add Overlay. - IconInfo: Deprecate set_raw_coordinates(), get_embedded_rect(), get_attach_points() and get_display_name(). - Widget: Undeprecate and reimplement reparent() because it is still useful in gtkmm. - WidgetPath: Deprecate iter_add_region(), iter_remove_region(), iter_clear_regions(), iter_list_regions() and iter_has_region(). + Updated documentation. - Changes from version 3.13.2: + Gtk: - Don't assert argc/argv are non-null in Application::run() (bgo#729212). - Various deprecations. + Updated documentation. ==== glade-catalog-gtksourceview ==== Version update (3.12.2 -> 3.14.0) Subpackages: gtksourceview-devel libgtksourceview-3_0-1 typelib-1_0-GtkSource-3_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.91: + Improved Mac OS X support. + Gutter improvements. + Various other improvements and code clean-up. + Updated translations. - Update to version 3.13.90: + Adjustments to the file loading and saving API: - Make gtk_source_encoding_get_default_candidates() private. - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all(). + Add Vala bindings. + Various other improvements. + Updated translations. - Add vala BuildRequires: new dependency to build the vala bindings. - Set devel package group to "Development/Languages/C and C++". - Update to version 3.13.3: + Extend the api to obtain candidate encodings. + Rework drawing of spaces and margins (requires new Gtk+). + Various other improvements and bugfixes. + Updated translations. - Update to version 3.13.2: + New feature: file loading and saving. + Split testfiles.sh to tests/syntax-highlighting/. + GtkSourceView is now fully relicensed to LGPL. + Various other improvements and bugfixes. + Updated translations. - Update License to LGPL-2.1+, following upstreams relicensing efforts. - Update to version 3.13.1: + Improvements to the words completion provider. + Completion window sizing fixes. + Improvements to some lang files. + Various other improvements and bugfixes. + Updated translations. - Update to version 3.12.3: + Misc bugfixes. + Updated translations. ==== gucharmap ==== Version update (3.12.1 -> 3.14.0) Subpackages: gucharmap-devel libgucharmap_2_90-7 typelib-1_0-Gucharmap-2_90 - Update to version 3.14.0: + settings: Only save to dconf on exit (bgo#734191). + Updated translations. - Update to version 3.13.90: + Unicode: Update for unicode 7.0.0 release. + Updated translations. - Add appdata-tools BuildRequires: new dependency to validate appdate file. ==== gvfs ==== Version update (1.20.2 -> 1.22.0) Subpackages: gvfs-backend-afc gvfs-backends gvfs-fuse - Update to version 1.22.0: + Updated translations. - Update to version 1.21.92: + metatree: Avoid endless looping when the entry is too large. + archive: Allow reading files with '/./' in the path. + Several smaller bugfixes. + Updated translations. - Update to version 1.21.91: + ftp: Fix crashing with latest glib. + tests: Gnome desktop testing integration. + dav: Force unmount when dns-sd data changes. + Several smaller bugfixes. + Updated translations. - Update to version 1.21.90: + gvfs-save: Allow specifying G_FILE_CREATE_REPLACE_DESTINATION. + dav: Send infos incrementally. + ftp: Timeouted and closed connection handling improvements. + fuse: Error mapping fixes. + daemon: Wait to finish all jobs before unmount. + afp: Timeouted and closed connection handling improvements. + http: - Limit maximal number of connections. - Reuse idle connections. + mtp: - Error semantics and handling fixes. - Fix icon handling. - Support for create and delete events. - Use unique storage name. - Various fixes. + Several smaller bugfixes. + Updated translations. - Update to version 1.21.4: + afp: - Fix hangs while enumerating large directories. - Performance improvement. + dav: Fix mounting multiple shares on the same host with different paths. + Several smaller bugfixes. + Updated translations. - Update to version 1.21.3: + afc: - Implement standard::allocated-size. - Work-around mounts not disappearing when disconnecting device. - Add version detection for iOS 6, 7 and 8. + afp: Report number of bytes copied. + smb: Implement standard::allocated-size. + metadata: Fix misaligned accesses to 64bit data. + Several smaller bugfixes. - Changes from version 1.21.2: + gvfs-mount: Handle the ask-question signal. + dav: Implement push support. + recent: Implement query_info_on_read (). + trash: Implement query_info_on_read (). + tests: Various fixes. + Several smaller bugfixes and portability fixes. - Changes from version 1.21.1: + gvfs-move: Improve the interactive move and progress output. + gvfs-copy: Improve the interactive copy and progress output. + afc: Check for iOS >= 3.1.2 to enable house arrest. + dav: Use the native move operation. + fuse: Set permissions from UNIX mode when available. + dav: Unescape URIs before comparing them for equality. + Report gvfs version when --version is used. + Updated translations. ==== hdparm ==== - Fix udev rules, broken script location, scriptlets macro usages.. ==== hicolor-icon-theme-branding-openSUSE ==== Version update (13.1 -> 13.2) - Bump version to 13.2, to prepare for next version of openSUSE. ==== iagno ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated appdata. + Updated translations. - Update to version 3.13.91: + AI fixes and improvements, hopefully. + Never create multiple preferences dialogs. + Restore Z shortcut for undo move. + Updated translations. - Update to version 3.13.90: + Distribute HighContrast icons. + Disallow undo if only computer has moved. + Use an AspectFrame to ensure all looks good. + Update man page. + Updated translations. - Build HighContrast icon cache in post/postun. - Update to version 3.13.4: + Use a text label for the new game button. + Use header bar on preferences dialog. + Use better window title for preferences dialog. + Preferences dialog changes. + Do not allow computer vs. computer games. + Add some new command line options. + Add a jumplist to the desktop file. + Window layout tweaks. + Updated translations. ==== install-initrd-openSUSE ==== Version update (14.141 -> 14.143) - start wpa_supplicant for wicked (bnc #898977) - 14.143 - add wpa_supplicant to rescue system - 14.142 ==== ipset-kmp-default ==== Version update (6.21.1_k3.16.3_1.gd2bbe7f -> 6.23_k3.16.3_1.gd2bbe7f) Subpackages: ipset-kmp-desktop ipset-kmp-xen - Update to new upstream release 6.23 * Order create and add options in manpage so that generic ones come first * Centralise generic create options (family, hashsize, maxelem) on top of man page in the generic options section. * Add description of hash:mac set type to man page. * Add missing space for skbinfo option synopsis. * Support updating extensions when the set is full - Drop sovers.diff (no longer needed) - Update to new upstream release 6.22 * includes the new set type hash:mac * The new skbinfo extension makes possible to store fw mark, tc class and/or hardware queue parameters together with the set elements and then attach them to the matchig packets by the SET target. - Add sovers.diff to counter missing symbol errors ==== jakarta-commons-dbcp ==== - Do not require tomcat, it is just test dependency causing cycle ==== libchamplain-0_12-0 ==== Version update (0.12.8 -> 0.12.9) - Update to version 0.12.9: + For privacy reasons use https instead of http in map sources that support it. + Fixed leaked idle function in ChamplainPathLayer and ChamplainScale. + Don't deselect all markers when a marker got deselected. + Various minor fixes and compilation warning removal. ==== libdrm-devel ==== Version update (2.4.56 -> 2.4.58) Subpackages: libdrm2 libdrm2-32bit libdrm_intel1 libdrm_intel1-32bit libdrm_nouveau2 libdrm_nouveau2-32bit libdrm_radeon1 libdrm_radeon1-32bit libkms1 - Update to version 2.4.58: Build fixes for 32bit Systems. - Update to version 2.4.57: + Intel Userptr support. + Android build support. + New "SI" and "CIK" PCI IDs for the libdrm Radeon graphics driver code. + DMA-BUF import/export helpers were added to libdrm's Freedreno driver support. ==== libgdata-devel ==== Version update (0.15.2 -> 0.16.0) Subpackages: libgdata19 typelib-1_0-GData-0_0 - Update to version 0.16.0: + Major changes: - Update date parsing to handle recent changes in Google?s servers. - Support ACLs with keys (e.g. for link-only sharing of documents). - Add gzip encoding support for network packet compression. - Support for libsoup ? 2.47.3 (but the dependency has not been bumped). - Basic test suite for the Google Tasks service. - Fix mutex warnings with new GLib versions. + Bugs fixed: - bgo#732809: evolution-3.12.3: cannot edit google contact due to invalid format of timestamp. - bgo#734863: Google contacts without email address block search/autocomplete. - bgo#690628: element Not Handled by libgdata. - bgo#703192: The global log handler interferes with other application. - bgo#666623: Add gzip encoding support. + Updated translations. ==== libgee-0_8-2 ==== Version update (0.14.0 -> 0.16.0) - Update to version 0.16.0: + No changes since previous release. - Update to version 0.15.92: + Improve documentation. - Update to version 0.15.90: + Add explicit tee implementations. + Improve the benchmark. - Update to version 0.15.3: + Add UnrolledLinkedList class implementing List and Deque interface. + Clarify the add and insert operation on list iterators and make the behaviour consistent for ArrayList and LinkedList. + Allow (partially) disable internal asserts. + Internal symbols are hidden. ==== libgit2-glib-1_0-0 ==== Version update (0.0.18 -> 0.0.22) Subpackages: typelib-1_0-Ggit-1_0 - Update to version 0.0.22: + More API support. + Fixes to build on win32. - Update to version 0.0.20: + More API support. + Added vala bindings. + Fixes to build on win32. ==== libgpg-error-devel ==== Version update (1.15 -> 1.16) Subpackages: libgpg-error0 libgpg-error0-32bit - update to 1.16: * Fixed a prototype mismatch. * Fix es_fclose for streams opened with "samethread". ==== libgweather-3-6 ==== Version update (3.12.2 -> 3.14.0) Subpackages: libgweather-data libgweather-devel typelib-1_0-GWeather-3_0 - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + The yr.no backend has been updated to the 1.9 API (bgo#736334). + Updated translations. - Update to version 3.13.91: + Fixed timezones of all cities (used in gnome-clocks, among others) (bgp#734272). + Misc bug fixes and utility API additions (bgo#734876). + Location database fixes. + Updated translations. - Update to version 3.13.90: + GWeatherLocationEntry no longer shows different airports for the same city separately (bgo#732315). + Misc bug fixes (bgo#732728). + Location database fixes (bgo#721134). + Updated translations. - Add pkgconfig(vapigen) BuildRequires: enable vala bindings. - Update to version 3.13.4: + Expanded the range of cities offered in the location entry through the use of geocode-glib (bgo#731466). + Misc bug fixes. + Location database fixes (bgo#733269). + Updated translations. - Update to version 3.13.3: + Removed support for moon phase icons, and removed the icons from the package. + Fixed GWeatherLocationEntry localization (bgo#726897). + Location database fixes (bgo#731394). - Changes from version 3.13.2: + Serialization format for locations was changed. Existing serialized locations are recognized, but variants produced by the new library are not compatible. The new format is compatible with dbus-1, so locations can now be sent across dbus. - Changes from version 3.13.1: + Added support for a find_nearest_city() method that takes a filter function (bgo#726186). + Added support for reverse geocoding to find_nearest_city() (bgo#725842). + Build and warning fixes. + Updated translations. - Add pkgconfig(geocode-glib-1.0) BuildRequires: new dependency. - Drop gnome-icon-theme Requires from -data package: the icon themes gnome-icon-theme and gnome-icon-theme-symbolic have been merged into adwaita-icon-theme, which in turn is guaranteed to be present on GTK3 installations. - Drop gnome-icon-theme BuildRequires: no longer needed. ==== libinput-devel ==== Version update (0.1.0 -> 0.6.0) - Update to new upstream release 0.6.0 * This release has some API changes, namely: "libinput_device_get_keys" is deprecated. * Initial device state can now always be assumed to be that no keys are pressed. Calibration of touch devices has been changed to be using a normalized calibration matrix. While libinput_device_calibrate has undergone this change, it has also been deprecated and replaced with a configuration API. * The implicit reading of the udev parameter WL_CALIBRATION has been removed in favor for LIBINPUT_CALIBRATION_MATRIX. The usage of WL_CALIBRATION was broken because the translation part of its matrix was in pixels which is a metric not available in libinput. The new calibration matrix avoids this by having the translation be normalized to the dimension of the device dimensions. See the documentation for details about how to use the LIBINPUT_CALIBRATION_MATRIX udev parameter. - Update to new upstream release 0.5.0 * Device information (name, vendor id, product id) getters * The beginning of a configuration API. So far tapping on touchpads can be enabled or disabled. * As a side effect, tapping is now disabled by default and needs explicit enabling via the new API. - Update to version 0.4.0: * The logging system now works per-context instead of per library and dropped the userdata argument. * libinput_destroy() was changed to libinput_unref(), plus you now have libinput_ref() too. * A couple of renames of constants for API consistency. Triggered by the logging changes, creation of udev seats is now different. * A couple of bugfixes, mainly in the touchpad code. Absolute event coordinates are now provided in mm, not device-specific coordinates. This doesn't change anything for callers using the respective_get_transformed() function. * ref/unref() is now available for the libinput context itself. ==== libmediaart-1_0-0 ==== Version update (0.4.0 -> 0.7.0) Subpackages: typelib-1_0-MediaArt-1_0 - Update to version 0.7.0: + Fixes: - Artist, title and prefix arguments in get_file should (bgo#727478). - make check clears user's media-art cache (bgo#731681). + extract: Fixed gtkdoc warning for return value of media_art_error_quark(). - Update to version 0.6.0: + Fixes: media_art_get_path() usage is unclear (bgo#734837). + build: include m4 dir parsing. + tests: Use tap automake testing scripts, fixes output summaries. + doap: add and 'core' category. + extract: Fixed process_buffer() len check (was inverted) and artist/title. - Changes from version 0.5.0: + Heuristics does not handle uppercase properly (bgo#731678). + Build system: - Require glib 2.38 for g_assert_true() in unit tests. - Updated configure.ac from autoscan suggestions. - Improve warnings used when compiling and test compiler warnings we can use. + extract: - Switch to initable MediaArtProcess object from _init/_shutdown(). - Split _process() API into _process_buffer() and _process_file(). - Make GFile first parameter for _process_file(). - Add _SYMLINK_FAILED error and report symlink() failure in get_heuristic(). - Add GError for _NO_TITLE, which is required in some cases. - Add GError * reporting right down to the plugins (pixbuf/qt). - Use a more logical ordered heuristic for caching strings. - Refactor media_art_process_file() to simplify the function. + storage: Make g_message() calls g_debug() calls, output is unnecessary. + docs: Fixed Makefile so we don't fail on distcheck with - -enable-gtk-doc. + tests: - Don't expect media art extraction for NULL data buffer for !images. - Test for no error with media_art_process_file() with real use case. ==== libpeas-1_0-0 ==== Version update (1.10.1 -> 1.12.1) Subpackages: libpeas-gtk-1_0-0 libpeas-loader-python libpeas-loader-python3 libpeas-loader-seed typelib-1_0-Peas-1_0 typelib-1_0-PeasGtk-1_0 - Update to version 1.12.1: + Dist the GResources XML of the Python plugin loaders. - Changes from version 1.12.0: + Add easy python profiling support. + Disable GLib diagnostics in tests. + Fix various deprecation warning from GTK+. + Check return values from Python API. + Misc bugfixes. + Updated translations. ==== libQt5Core5 ==== Subpackages: libQt5DBus5 libQt5Gui5 libQt5Widgets5 - Add libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch from Michal Srb, bnc#888858 * additional check the display name before use SHM, this patch is equivalent to what has been did in Qt4: https://qt.gitorious.org/qt/qt/source/6a7f06d70e1267d3d995a3c863ba8f748d45e531:src/gui/kernel/qapplication_x11.cpp#L1986 ==== libsigc++2-devel ==== Version update (2.3.2 -> 2.4.0) Subpackages: libsigc-2_0-0 - Update to version 2.4.0: + Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers (bgo#734368). + Add a missing #include in limit_reference.h. + Documentation: Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. - Drop libsigc++2-includes.patch: Fixed upstream. ==== libsoup-2_4-1 ==== Version update (2.46.0 -> 2.48.0) Subpackages: libsoup-devel typelib-1_0-Soup-2_4 - Update to version 2.48.0: + Updated translations. - Update to version 2.47.92: + Fixed a crash in SoupCache when receiving certain invalid Cache-Control headers (bgo#733587). + Updated translations. - Update to version 2.47.4: + Fixed two crashes that could occur in multithreaded use (in particular, with the latest git gvfs) (bgo#732783, bgo#732925). + Fixed the handling of data: URIs with base64-encoded data but no explicit MIME type (bgo#732112). + Fixed a bug in SoupAuthNTLM that affected 28-character-long passwords (bgo#732087). + Fixed tests to pass with GLib git master (which warns if you use deprecated GObject properties, and which also caught a mutex-handling bug in test-utils.c). + Updated translations. - Update to version 2.47.3: + Added new-and-improved SoupServer API, and deprecated much of the existing API. + SoupSession now has a :tls-interaction property, which can be used to add a GTlsInteraction to a session, allowing it to provide a client-side certificate if the server requests one (bgo#334021). + soup_session_abort() no longer tries to close active connections, which was causing crashes in evolution (rh#1093314). + Fixed a GMainContext-handling bug that could cause crashes in gstreamer's souphttpsrc (bgo#729737). + Fixed a memory leak when requesting to delete a cookie that didn't exist. + Updated translations. ==== libstorage-ruby ==== Version update (2.25.15 -> 2.25.16) Subpackages: libstorage5 - updated translations (bsc#877325) - 2.25.16 ==== libwacom-data ==== Version update (0.9 -> 0.10) Subpackages: libwacom2 - Update to version 0.10: + Fixed bus detection of Bluetooth tablets on kernels 3.14 and later. + New devices: ISDV4 0x12C, 116, 4004, 5000, 5002. ==== libwnck-3-0 ==== Version update (3.4.7 -> 3.4.9) Subpackages: libwnck-devel libwnck-lang typelib-1_0-Wnck-3_0 - Update to version 3.4.9: + TaskList: remove new Startup Notification API. - Changes from version 3.4.8: + Add support for _GTK_FRAME_EXTENTS. + Fixes: - WindowActionMenu: unset window and stop async events on dispose. - TaskList: use new Startup Notification API. + Updated translations. ==== libxkbcommon-devel ==== Version update (0.4.2 -> 0.4.3) - Add commentary about upcoming symbol version support to .spec file. - Switch to library versioning as described in Shared Library Packaging guidelines. This permits installation of multiple libxkbcommons. - Update to version 0.4.3: + Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent modifiers for some keymaps. https://github.com/xkbcommon/libxkbcommon/issues/9 + Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB PrivateAction's. + Modifiers are now always fully resolved after xkb_state_update_mask(). Previously the given state components were used as-is, without considering virtual modifier mappings. Note: this only affects non-standard uses of xkb_state_update_mask(). + Added a test for xkbcommon-x11, "x11comp". The test uses the system's Xvfb server and xkbcomp. If they do not exist or fail, the test is skipped. + Fixed memory leaks after parse errors in the XKB yacc parser. + The fix required changes which are currently incompatible with byacc. ==== libxml++-2_6-2 ==== Subpackages: libxml++-devel - Add obsoletes/provides to baselibs.conf. ==== lightsoff ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Appdata: updated screenshot size. + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Updated translations. - Update to version 3.13.90: + Removed level changer LED in favor of proper buttons. + Updated translations. - Update to version 3.13.4: + Fixed touch screen handling for arrows. + Updated translations. - Add pkgconfig(librsvg-2.0) BuildRequires: new dependency. ==== meld ==== Version update (3.11.4 -> 3.12.0) Subpackages: meld-lang - Update to version 3.12.0: + Fixes: - Ignore missing files when cleaning up our recently-used folder. - Guard against dialogs missing properties they should definitely have. - Remove old property from patch dialog. + Updated translations. ==== libfreebl3 ==== Version update (3.17 -> 3.17.1) Subpackages: libsoftokn3 mozilla-nss mozilla-nss-certs mozilla-nss-devel mozilla-nss-tools - update to 3.17.1 (bnc#897890) * MFSA 2014-73/CVE-2014-1568 (bmo#1064636, bmo#1069405) RSA Signature Forgery in NSS * Change library's signature algorithm default to SHA256 * Add support for draft-ietf-tls-downgrade-scsv * Add clang-cl support to the NSS build system * Implement TLS 1.3: * Part 1. Negotiate TLS 1.3 * Part 2. Remove deprecated cipher suites andcompression. * Add support for little-endian powerpc64 ==== kpartx ==== Subpackages: multipath-tools - Really fix segfault in recv_packet (bnc#896678) - Allow empty revision during discovery (bnc#896864) ==== libmutter0 ==== Version update (3.12.2 -> 3.14.0) Subpackages: mutter mutter-data typelib-1_0-Meta-3_0 - Update to version 3.14.0: + Fix placement of popup windows on wayland (bgo#736812). + Only increment serial once per event (bgo#736840). + Fix window positioning regression with non-GTK+ toolkits (bgo#736719). + Updated translations. - Update to version 3.13.92: + Rewrite background code (bgo#735637, bgo#736568). + Fix size in nested mode (bgo#736279). + Fix destroy animation of background windows (bgo#735927). + Wire keymap changes up to the wayland frontend (bgo#736433). + Add a test framework and stacking tests [Owen; #736505] + Simplify handling of the merged X and wayland stack (bgo#736559). + Fix cursor size on HiDPI (bgo#729337). + Misc. bug fixes: bgo#735632, bgo#736589, bgo#736694. - Update to version 3.13.91: + Misc. bug fixes: bg0#735452. + Updated translations. - Add pkgconfig(gbm) and pkgconfig(x11-xcb) BuildRequires: new explicit dependencies. - Update to version 3.13.90: + Only call XSync() once per frame (bgo#728464). + Update capabilities on device list changes (bgo#733563). + Make use of GLSL optional (bgo#733623). + Handle gestures and touch events on wayland (bgo#733631). + Add support for unminimize compositor effects (bgo#733789). + Always set the frame background to None (bgo#734054). + Add backend methods to handle keymaps (bgo#734301). + Actually mark revalidated MetaTextureTower levels as valid (bgo#734400). + Rely on explicit -backward switcher keybindings instead of -magic (bgo#732295, bgo#732385). + Misc. bug fixes and cleanups: bgo#727178, bgo#734852, bgo#734960. + Updated translations. - Add pkgconfig(xkbfile), pkgconfig(xkeyboard-config), pkgconfig(xkbcommon), pkgconfig(xkbcommon-x11) and pkgconfig(xcb-randr) BuildRequires: new dependencies. - Update to version 3.13.4: + Fix move/resize operations for wayland clients (bgo#731237). + Add ::first-frame signal to MetaWindowActor (bgo#732343). + Handle keysyms without the XF86 prefix (bgo#727993). + Add touch gesture support. + Fix a deadlock when exiting (bgo#733068). + Add framework for restarting the compositor with nice visuals (bgo#733026). + Toggle seat capabilities on VT switch (bgo#733563). + Misc bug fixes: bgo#732695, bgo#732350. + Updated translations. - Replace pkgconfig(gio-2.0) BuildRequires with pkgconfig(gio-unix-2.0), following upstreams change in configure. - Add pkgconfig(libinput) BuildRequires: new dependency. - Update to version 3.13.3: + Improve behavior of window buttons with compositor menus (bgo#731058). + Implement touch support on wayland (bgo#724442). + Update window shadows (bgo#731866). + Keep windows on the preferred output (bgo#731760]). + Misc bug fixes: bgo#729601, bgo#730681, bgo#731353, bgo#731332, bgo#730527, bgo#662962. - Changes from version 3.13.2: + Add basic HiDPI support on wayland (bgo#728902). + Replace mutter-launch with logind integration (bgo#724604]). + Move window menu into the compositor (bgo#726352). + Fix delayed focus-follows-mouse support (bgo#730541). + Support fallback app menu in window decorations (bgo#730752). + Misc. bug fixes and cleanups: bgo#729732, bgo#729602, bgo#726714. + Updated translations. - Changes from version 3.13.1: + Merge wayland branch. + Don't prevent workspace switches for present_with_time() (bgo#728018). + Add shortcuts for switching to the last workspace (bgo#659288). + Make move/resize menu items behave like the keybindings (bgo#728617). + Misc. bug fixes and cleanups: bgo#720631, bgo#727979, bgo#728423, bgo#728395, bgo#729044. + Updated translations. - Replace pkgconfig(xrender) BuildRequires with pkgconfig(xext), following upstream changes. - Add BuildRequires for the newly merged Wayland support: + pkgconfig(clutter-egl-1.0), pkgconfig(clutter-wayland-1.0), pkgconfig(clutter-wayland-compositor-1.0) and pkgconfig(wayland-server). - Add BuildRequires for session startup support using systemd: + pkgconfig(libdrm) and pkgconfig(libsystemd). ==== gnome-shell-search-provider-nautilus ==== Version update (3.12.2 -> 3.14.0) Subpackages: libnautilus-extension1 nautilus - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Improve toolbar and pathbar styling with GTK 3.14. + Expand properties dialog notebook in its parent container. + Fix crash when using the rename field context menu in list view. + Fix crash when using a screen reader in canvas view. + Fix crash when changing icon captions setting. - Update to version 3.13.91: + Performance improvements for canvas and list views. + Remove duplicate actions in gear menu when app menu is not in use. + Fix CSS style for new GTK. + Fix handling of sort-directories-first setting. - Update to version 3.13.90: + Fix problems with fast group/owner changes. + Fix user list for owner changes. + Use margin-start/end instead of deprecated margin-left/right. + Fix floating bar CSS style after Adwaita GTK move. + Fix build glitch with enums file. + Updated translations. - Update to version 3.13.2: + Fix a missing unref. + Fix a crash in selection handling. + Use header bar for properties dialogUse header bar for properties dialog. + Use new gear menu icon. + Include application-specific theming for Adwaita. + Share pathbar styling with GTK+. + Updated translations. - Drop gnome-icon-theme BuildRequires and Requires: the icon theme has been renamed to adwaita-icon-theme and is a mandatory component of GTK+ 3.13.x. ==== nautilus-sendto ==== Version update (3.8.1 -> 3.8.2) - Update to version 3.8.2: + Updated translations. ==== nemiver ==== Version update (0.9.5 -> 0.9.5.1411306867.91aaabf) Subpackages: nemiver-lang - Update to version 0.9.5.1411306867.91aaabf: + Support VTE 2.91. + Updated translations. - Replace pkgconfig(vte-2.90) BuildRequires with pkgconfig(vte-2.91), following upstream. - Introduce scm_bootstrap defines, allowing to easily enable/disable the need to bootstrap (as the current tarball is a git checkout): + set scm_bootstrap to 1. + Conditionally add gnome-common BuildRequires and call to gnome-autogen.sh. ==== obs-service-source_validator ==== Version update (0.4 -> 0.5) - update from git: - allow all files mentioned in .dsc too - import old md5 based keys like for postfix and putty ==== iscsiuio ==== Subpackages: open-iscsi open-isns - Added fix from hannes to fixup IPv6 iBFT interface description - Also cherry-picked commit fro sle12 from hannes: Allow modifications for iface.gateway and iface.subnet_mask, needed for today's fix ==== liborc-0_4-0 ==== - Temp-disable testsuite on i586 until we get the random fails sorted out with upstream. - Drop orc-disable-test-limits.patch, and autoreconf call, and corresponding BuildRequires, as testsuite is disabled, and patch needing them is dropped. ==== orca ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Gecko: - Implement support for "layout" mode and "object" mode, the latter being what is traditionally found in Windows screen readers and which will hopefully make the switch to GNU/Linux easier. - Continued reworking of caret navigation by line to improve accuracy and responsiveness and to eliminate getting stuck and looping. - Fix several issues of structural navigation looping. - Allow Orca's navigation commands to work even when content is being loaded, which solves bugs like inability to navigate during a file download. - Fix many bugs related to label inference. - Use the speech and braille generators rather than manually creating the strings in the script. - Present the accessible description for elements given focus via caret navigation and structural navigation. - Do not announce clickables if verbosity level is set to brief. - Add a command to toggle speech verbosity levels on the fly. - Fix a bogus tutorial message being presented for non-editable text. + Other: - Enable autostart for MATE and Cinnamon. - Fix the "bad content sent to speech.speak" bug. - Fix bug preventing binding and rebinding of commands in laptop layout. - Include foreground and background colors in the default spoken text attributes. + Updated translations. - Update to version 3.13.91: + Gecko: - Significant reworking of caret navigation by line to improve accuracy and responsiveness and to eliminate getting stuck and looping. - Fix many bugs related to caret navigation by word. - Add support for aria-hidden="true". - Present longdesc and clickable as part of Where Am I. - Fix an issue with structural navigation into list boxes. - Fix several bugs in presentation of Gecko form fields. - Fix several issues related to braille presentation of ARIA widgets. - Fix a regression introduced in 3.13.90 which caused Thunderbird message composition to not be properly displayed in braille. + LibreOffice: Speak cell coordinates for Writer tables. + Updated translations. - Update to version 3.13.90: + Gecko: - Create Browse and Focus modes to make acceess to web content and web apps more reliable. - Add support for presentation of longdesc and "clickable" elements. - Add support for structural navigation by image and by "clickable". - Present the accessible description when giving focus to objects. - Present expanded state for links which can be expanded. - Fix a number of bugs that caused Orca to loop and/or skip over content. - Fix a number of bugs related to presentation of ARIA. - Improve presentation of list boxes. - Eliminate double-brailling of links in list items. - Fix a couple of SayAll bugs. + Evince: - Fix a traceback that occurred when form field widgets lost focus. - Fix a hang that can occur when using structural navigation with forms. + Other: - Check for accessible names when presenting entries. - Fix bug 732550 - Orca does not announce selection state toggling in Qt. - Fix for Orca going silent when speaking of child position is enabled. - Map 'marco' to 'metacity' in the script manager. + Updated translatiosn. - Update to version 3.13.3: + Implement support for presenting color names instead of RGB values. + Fix several issues in character echo. + Use the same string when presenting U+00A8. + Present the acute accent using the same name when typing and reading. + Stop using speechdispatcher's KEY command for printable key echo. + Don't double-present punctuation when keyecho and character echo are both enabled. + Always respect braille verbosity levels when presenting widget roles. + Fall back on sayCharacter() when there is no word for sayWord() to present. + Don't present focus changes when navigating by character or word in Writer. + Fix several LibreOffice UI-presentation related issues. + Fix a regression in changing rate and pitch on the fly. + Present focused scrollbars. + Add support for ROLE_DIAL. + Handle an instance of Gtk+ failing to emit object:state-changed:focused events. + Handle some common variations in values for absent text attributes. + Do explicit checks for window-like roles when getting the top-level object. + Remove the non-performant, buggy heuristic hack to find displayed labels. + Convert application settings to use the settings manager's backend. + Use the default script's onTextDeleted callback for gnome-terminal. + Some pre-gsettings-migration cleanup. ==== libpango-1_0-0 ==== Version update (1.36.7 -> 1.36.8) Subpackages: libpango-1_0-0-32bit pango-devel pango-tools pango-tools-32bit typelib-1_0-Pango-1_0 - Update to version 1.36.8: + Make tests not fail on build.gnome.org. ==== libpcsclite1 ==== Version update (1.8.11 -> 1.8.12) Subpackages: pcsc-lite - Updated to version 1.8.12 * make hotplug using libudev (default) more robust * add ReiserFS file system support (for configuration files) * add musl libC support (increase the thread stack) * Some other minor improvements and bug corrections ==== perl-Sub-Name ==== Version update (0.07 -> 0.12) - updated to 0.12 - fix licence in LICENSE and pod 0.11 2014-08-20 04:44:25Z (TRIAL RELEASE) - move variable declaration to fix warning under - Werror=declaration-after-statement, to allow compilation under MSVC (J.R.Mash, github #3) 0.10 2014-08-16 00:46:35Z (TRIAL RELEASE) - converted distribution packaging to Dist::Zilla 0.09 2014-08-09 - Copy the contents of the %DB::sub entry if it exists; fixes Devel::NYTProf's anon sub handling (RT#50524, ilmari) 0.08 2014-08-04 - Fix leak when setting a fully-qualified name (ilmari, github#1) ==== pinentry ==== Version update (0.8.3 -> 0.8.4) Subpackages: pinentry-gtk2 pinentry-qt4 - pinentry 0.8.4: * New pinentry-tty version for dumb terminals. * Qt4: New option to enable pasting the passphrase from clipboard * Qt4: Improved accessiblity * Qt4: Raise confirm message windows into foreground * Improved the build system. - remove pinentry-0.8.1-allow_paste_qt4.patch, functionality implemented - sync pinentry wrapper with Fedora - update pinentry wrapper to use pinentry-tty on dumb terminals ==== polkit-default-privs ==== - polkit-default-privs: Addings missing rules for restrictive mode (bnc#898001) ==== python-atspi ==== Version update (2.12.0 -> 2.14.0) - Update to version 2.14.0: + Test fixes. ==== python-gobject ==== Version update (3.12.2 -> 3.14.0) Subpackages: python-gobject-cairo python-gobject-devel - Update to version 3.14.0: + Stable release, no changes since version 3.13.92. - Update to version 3.13.92: + tests: - Add test for Gio.Application.add_main_option(). - Split up various test cases (bgo#735193). - Fix invalid read error in argument cleanup code. - Fix memory management problems with struct arguments to signals (bgo#736175). - Update to version 3.13.91: + docs: Fix return types in auto-generated doc strings. + Special case signal output arguments which are structs as pass-by-reference (bgo#735486). + Ignore closure callbacks when Python is not initialized (bgo#722562). + Change boxed init with args to warn instead of raise (bgo#727810). + Fix crash in GList/GSList marshaling error handling path (bgo#735201). + Fix reference counting problems with GLib.Variant.new_tuple() (bgo##735166). + Skip marshalling NULL output arguments in Python closures (bgo#735090). - Update to version 3.13.90: + Support array lengths on struct fields (bgo#688792). + Fast path Python property get access (bgo#723872). + Unify accessing properties through props and get_property() (bgo#726999). + Refactor boxed wrapper memory management strategy (bgo#726999). + Replace GObject.signal_query with introspected version (bgo#688792). + Fix memory leak with unboxed caller allocated structs. + tests: Add failing tests for GObject sub-class doc-strings (bgo#731452). + Don't mask GObject sub-class doc strings in meta-class (bgo#731452). - Update to version 3.13.4: + Marshaling cache refactor and cache usage in vfuncs (bgo#727004). + Fix array argument out and inout marshaling from vfuncs (bgo#702508). + Cleanup input args when marshaling in closures (bgo#727004). + Add deprecation warning for connect_object() with non-GObject argument (bgo#688064). + Add Python implementation of Object.connect_data() (bgo#701843). + Add GClosure marshaling cleanup (bgo#695128). + Fix GCallback Python wrapper leak (bgo#695130). + tests: Add failing test for marshaling an array of GValues through signals (bgo#669496). + Add protection against attempts at importing static bindings (bgo#709183). + Update and deprecate gi.overrides.keysyms (bgo#721295). + Generate .dll libraries on windows (bgo#734288). + Windows build fixes: bgo#734284, bgo#734289, bgo#734286, bgo#734287. - Update to version 3.13.3: + demos: Cleanup CSS accordion demo to use a loop for adding buttons. + refactor: Move builder connection utilities outside of Builder class (bgo#701843). + tests: Move TestSignals from test_everything into test_signal (bg#701843). - Changes from version 3.13.2: + Python 3.4 make check fixes (bgo#730411). + overrides: Add Gtk.Container.child_get/set overrides (bgo#685076). + overrides: Make value argument to Widget.style_get_property optional (bgo#685076). + overrides: Make value argument to Container.child_get_property optional (bgo#685076). + Add GTypeClass methods as Python GObject class methods (bgo#685218). + Add marshalling coercion for Python classes and instances to GTypeClass (bgo#685218). + Replace direct parent class call by super() (bgo#729970). + Add cairo marshaling support for non-introspected signals (bgo#694604). + [New API] Add gi.require_foreign (bgo#707735). + Initialize the foreign API at PyGI load time (bgo#694604). + Move pygi foreign API into pygi-foreign-api.h (bgo#694604). + Unify GLib.GError and GLib.Error (bgo#712519). + PEP8 fixes. - Changes from version 3.13.1: + Raise TypeError if arguments are passed to Boxed.__init__ (bgo#727810). + Gdk.Event: Override __setattr__ to set fields based on the event type (bgo#727810). + Gdk.Event: Include GdkEventType in __repr__ (bgo#727810). + Fix crash with type checking for GObject arguments (bgo#727604). + Do not leak info of destroy notify. + Ignore GValueArray deprecations. + Raise ImportError when importing modules not found in repository (bgo#726877). + tests: Rename test_overrides to test_import_machinery (bgo#726877). ==== python3-atspi ==== Version update (2.12.0 -> 2.14.0) - Update to version 2.14.0: + Test fixes. ==== python3-gobject ==== Version update (3.12.2 -> 3.14.0) Subpackages: python3-gobject-cairo - Update to version 3.14.0: + Stable release, no changes since version 3.13.92. - Update to version 3.13.92: + tests: - Add test for Gio.Application.add_main_option(). - Split up various test cases (bgo#735193). - Fix invalid read error in argument cleanup code. - Fix memory management problems with struct arguments to signals (bgo#736175). - Update to version 3.13.91: + docs: Fix return types in auto-generated doc strings. + Special case signal output arguments which are structs as pass-by-reference (bgo#735486). + Ignore closure callbacks when Python is not initialized (bgo#722562). + Change boxed init with args to warn instead of raise (bgo#727810). + Fix crash in GList/GSList marshaling error handling path (bgo#735201). + Fix reference counting problems with GLib.Variant.new_tuple() (bgo##735166). + Skip marshalling NULL output arguments in Python closures (bgo#735090). - Update to version 3.13.90: + Support array lengths on struct fields (bgo#688792). + Fast path Python property get access (bgo#723872). + Unify accessing properties through props and get_property() (bgo#726999). + Refactor boxed wrapper memory management strategy (bgo#726999). + Replace GObject.signal_query with introspected version (bgo#688792). + Fix memory leak with unboxed caller allocated structs. + tests: Add failing tests for GObject sub-class doc-strings (bgo#731452). + Don't mask GObject sub-class doc strings in meta-class (bgo#731452). - Update to version 3.13.4: + Marshaling cache refactor and cache usage in vfuncs (bgo#727004). + Fix array argument out and inout marshaling from vfuncs (bgo#702508). + Cleanup input args when marshaling in closures (bgo#727004). + Add deprecation warning for connect_object() with non-GObject argument (bgo#688064). + Add Python implementation of Object.connect_data() (bgo#701843). + Add GClosure marshaling cleanup (bgo#695128). + Fix GCallback Python wrapper leak (bgo#695130). + tests: Add failing test for marshaling an array of GValues through signals (bgo#669496). + Add protection against attempts at importing static bindings (bgo#709183). + Update and deprecate gi.overrides.keysyms (bgo#721295). + Generate .dll libraries on windows (bgo#734288). + Windows build fixes: bgo#734284, bgo#734289, bgo#734286, bgo#734287. - Update to version 3.13.3: + demos: Cleanup CSS accordion demo to use a loop for adding buttons. + refactor: Move builder connection utilities outside of Builder class (bgo#701843). + tests: Move TestSignals from test_everything into test_signal (bg#701843). - Changes from version 3.13.2: + Python 3.4 make check fixes (bgo#730411). + overrides: Add Gtk.Container.child_get/set overrides (bgo#685076). + overrides: Make value argument to Widget.style_get_property optional (bgo#685076). + overrides: Make value argument to Container.child_get_property optional (bgo#685076). + Add GTypeClass methods as Python GObject class methods (bgo#685218). + Add marshalling coercion for Python classes and instances to GTypeClass (bgo#685218). + Replace direct parent class call by super() (bgo#729970). + Add cairo marshaling support for non-introspected signals (bgo#694604). + [New API] Add gi.require_foreign (bgo#707735). + Initialize the foreign API at PyGI load time (bgo#694604). + Move pygi foreign API into pygi-foreign-api.h (bgo#694604). + Unify GLib.GError and GLib.Error (bgo#712519). + PEP8 fixes. - Changes from version 3.13.1: + Raise TypeError if arguments are passed to Boxed.__init__ (bgo#727810). + Gdk.Event: Override __setattr__ to set fields based on the event type (bgo#727810). + Gdk.Event: Include GdkEventType in __repr__ (bgo#727810). + Fix crash with type checking for GObject arguments (bgo#727604). + Do not leak info of destroy notify. + Ignore GValueArray deprecations. + Raise ImportError when importing modules not found in repository (bgo#726877). + tests: Rename test_overrides to test_import_machinery (bgo#726877). ==== quadrapassel ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. - Update to version 3.13.91: + Updated translations. - Update to version 3.13.90: + Updated translations. - Update to version 3.13.4: + Appdata Fixes. + General Fixup. + Updated translations. ==== rsyslog ==== Version update (8.4.0 -> 8.4.1) - update to rsyslog 8.4.1 [v8-stable] 2014-09-30 (bnc#897262) - imudp: add for bracketing mode, which makes parsing stats easier - permit at-sign in variable names closes: https://github.com/rsyslog/rsyslog/issues/110 - bugfix: fix syntax error in anon_cc_numbers.py script Thanks to github user anthcourtney for the patch. closes: https://github.com/rsyslog/rsyslog/issues/109 - bugfix: ompgsql: don't loose uncomitted data on retry Thanks to Jared Johnson and Axel Rau for the patch. - bugfix: imfile: if a state file for a different file name was set, that different file (name) was monitored instead of the configured one. Now, the state file is deleted and the correct file monitored. closes: https://github.com/rsyslog/rsyslog/issues/103 - bugfix: omudpspoof: source port was invalid Thanks to Pavel Levshin for the patch - bugfix: build failure on systems which don't have json_tokener_errors Older versions of json-c need to use a different API (which don't exists on newer versions, unfortunately...) Thanks to Thomas D. for reporting this problem. - bugfix: omelasticsearch does not work with broken/changed ES 1.0+ API closes: https://github.com/rsyslog/rsyslog/issues/104 - bugfix: mmanon did not properly anonymize IP addresses starting with '9' Thanks to defa-at-so36.net for reporting this problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=529 - bugfix: build problems on SuSe Linux Thanks Andreas Stieger for the patch - bugfix: omelasticsearch error file did not work correctly on ES 1.0+ due to a breaking change in the ElasticSearch API. see also: https://github.com/rsyslog/rsyslog/issues/104 - bugfix: potential abort when a message with PRI > 191 was processed if the "pri-text" property was used in active templates, this could be abused to a remote denial of service from permitted senders see also: CVE-2014-3634 - removed patches obsoleted by this version: [- rsyslog-8.4.0_implicit_declaration.patch, - rsyslog-8.4.0-json-c-0.12-configure.patch, - rsyslog-8.4.0-json-c-0.12.patch] - adopted patch for modified rsyslog.service: [* rsyslog-unit.patch] ==== gnome-shell-search-provider-seahorse ==== Version update (3.12.2 -> 3.14.0) Subpackages: seahorse - Update to version 3.14.0: + Fix crash in search provider (bgo#733957). + Display 'Certify' and 'Authenticate' names for GPG key flags (bgo#733920). + Prettify fingerprint downloaded from key server (bgo#719872). + When searching for keys request full fingerprint (bgo#719872). + Show whether subkeys can be used for signing/encryption (bgo#730044). + Remove incorrect tooltip from 'New Keyring' dialog (bgo#733399). + Updated translations + Build fixes (bgo#732396). - Add seahorse-allow-deprecated.patch: Allow the usage of deprecated GTK+ symbols. - No longer pass --disable-scrollkeeper to configure: this hasn't been supported since version 3.5.92 when the switched from gnome-devel-docs to Mallard happened. ==== shotwell ==== Version update (0.18.1 -> 0.20.0) - Update to version 0.20.0: + Fix crash when deleting a photo in Shotwell Photo Viewer. + Fix crash when deleting a photo. + Better detection of corrupt files while importing. + Updated translations. - Update to version 0.19.0: + Support for Rajce.net and Gallery 3 photo services added. + Set background image for lock screen. + Better detection of corrupt images during import. + Various bug fixes. + Updated translations. - Drop upstream fixed patches shotwell-vala.patch and 0001-Remove-photo-from-the-collection-when-deleting-in-si.patch. ==== simple-scan ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + No changes since 3.13.92, stable release. - Changes from version 3.13.92: + Updated translations. - Update to version 3.13.91: + Updated translations. - Changes from version 3.13.90: + Duplex scanning from Brother MFC-8910DW ADF does not work (lp#1343773). + Duplex support for HP Printers/Scanners (lp#1353599). + Updated translations. - Update to version 3.13.4.2: + Fix scan menu not working in toolbar. + Fix warning about button that was trying to set both a label and an image. + Stop warning when no autosave information. - Changes from version 3.13.4.1: + Don't access a variable after ownership is transferred - was breaking scans. + Fix some UI objects not being accessed since GtkTemplate changes. + Correct method signature for delete-event. - Changes from version 3.13.4: + Stop configure if vala not found. + Make conditions where traditional menubar is shown more contrained so it shows in elementary. + Use GtkTemplate (requires Vala 0.22). - Changes from version 3.13.3: + Use GtkHeaderbar on systems that support it. - Changes from version 3.13.1: + Correct generation of PDF trailer to conform to the PDF standard. + Add options to reorder pages. - Use Adwaita-icon-theme on openSUSE 13.2 (GNOME 3.14): gnome-icon-theme merged the multiple subpackages and was renamed to adwaita-icon-theme. The presence of the icon is responsibility of GTK 3. ==== libsnapper2 ==== Subpackages: snapper snapper-zypp-plugin - updated translations ==== sound-juicer ==== Version update (3.12.0 -> 3.14.0) Subpackages: sound-juicer-lang - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Internal cleanups. + Updated translations. - Update to version 3.13.91: + Use g_file_make_directory_with_parents(). + Use gtk_application_inhibit(). + Updated translations. - Update to version 3.13.90: + Improve track editing. + Support multiple composers and arrangers. + Don't retrieve metadata twice at start up. + Fix setting of Music folder in preferences dialog. + Fix translatable string. + Fix memory leaks. + Move submit infobar to ui file. + Updated translations. ==== subversion ==== Subpackages: subversion-devel subversion-perl subversion-python subversion-server subversion-tools - enable build with python-ctypesgen ==== suse-xsl-stylesheets ==== Version update (2.0~rc2 -> 2.0~rc4) Version 2.0 RC4: - 2013 stylesheets: + Added feedback from linguistic review (thanks Patrick!) + Fixed intra book refs + Fixed remarks in variablelists + Fixed Korean: switched back to UnBatang instead of Nanum (kerning problems) Version 2.0 RC3: - 2013 stylesheets + Reverted static-dir in HTML + Improved FO: guimenus for zh_* + Improved FO: corrected font sizes for zh_TW ==== swell-foop ==== Version update (3.12.2 -> 3.14.0) - Update to version 3.14.0: + Appdata: update screenshot size. - Update to version 3.13.92: + Region should be highlighted immediately after blocks fall. + Allow clearing blocks with the Enter key. - Update to version 3.13.90: + Minor changes. + Updated translations. ==== python-cupshelpers ==== Subpackages: system-config-printer system-config-printer-applet system-config-printer-common system-config-printer-common-lang system-config-printer-dbus-service udev-configure-printer - Use Adwaita-icon-theme on openSUSE 13.2 (GNOME 3.14): gnome-icon-theme merged the multiple subpackages and was renamed to adwaita-icon-theme. The presence of the icon is responsibility of GTK 3. + Conditional BuildRequires / icon location: - openSUSE > 13.1: adwaita. - openSUSE <= 13.1: gnome. ==== tali ==== Version update (3.12.2 -> 3.14.0) Subpackages: tali-lang - Update to version 3.14.0: + Updated translations. - Drop special permission handling, incl pwdutils Requires: this was required back when there was a system wide, shared highscore list. - Update to version 3.13.92 + Updated translations. - Update to version 3.13.91: + Updated translations. - Update to version 3.13.90: + Updated translations. - Update to version 3.13.4: + Appdata fixes. + Added header bar for preferences. + Updated translations. ==== nautilus-totem ==== Version update (3.12.1 -> 3.14.0) Subpackages: totem totem-plugin-zeitgeist totem-plugins - Update to version 3.14.0: + save-file: Handle an unset Videos directory. + Fix popup disappearing when volume is being set. + Remove border from error dialogue. + Require newer versions of clutter-gtk and gst-plugins-base. - Update to version 3.13.92: + Fix opening files following the D-Bus-ification. + libgd updates to fix the appearance of check boxes and subtitle labels. - Changes from version 3.13.91: + Generate thumbnails for the videos in the main view when they're missing. + Rename totem.desktop to org.gnome.Totem.desktop + Updated translations. - Add pkgconfig(gnome-desktop-3.0) BuildRequires: New dependency. - Update to version 3.13.90: + Rename "Recent" section to "Videos". + Remove visualisation support. + Remove browser plugin. + Better error message for RTSP blocked by firewall. + Automatically rotate mobile phone videos. + Allow seeking past fill-level. + Postpone loading library after playback. + Fix headerbar title when playing search results. + Fix crasher on startup with newer GTK+. + Fix crash when browsing Euronews source. + Use correct icon name for "gear" menu. + Don't allow adding duplicate items to recent view. + User new "audio-filter" property. + Fix loading Audio CDs' Wave files. + Fix potential data loss when removing multiple files. + Reset loaded text subtitles when closing video. + Fix hidden cursor with visible popup. + Move the "un-fullscreen" button to the corner. + OpenSubtitles: - Don't throw an error when the language is unknown. - Fix subtitles suffix when saving it. - Add support for Basque. - Drop totem-browser-plugin, totem-browser-plugin-gmp and totem-browser-plugin-vegas subpackages: the browser integration has been dropped by upstream. Obsolete the same by totem. - Drop totem-use_right_names.patch: fixed upstream. - Drop gnome-common BuildRequires and call to autoreconf: no patch touches the buildsystem. - Update to version 3.12.2: + Postpone loading library after playback. + Fix headerbar title when playing search results. + Fix crasher on startup with newer GTK+. + Fix crash when browsing Euronews source. + Don't allow adding duplicate items to recent view. + Fix loading Audio CDs' Wave files. + Fix potential data loss when removing multiple files. + Reset loaded text subtitles when closing video. + Fix hidden cursor with visible popup. + OpenSubtitles: - Don't throw an error when the language is unknown. - Fix subtitles suffix when saving it. - Add support for Basque. - Drop totem-use_right_names.patch, fixed upstream. ==== libtotem-plparser18 ==== Version update (3.10.2 -> 3.10.3) Subpackages: totem-pl-parser typelib-1_0-TotemPlParser-1_0 - Update to version 3.10.3: + Ignore partially downloaded files when recursing. + Fix crash when passing a broken URI. + Fix potential integer overflow when parsing long durations. + Fix potential crash when parsing RTSPtext QuickTime files. + Fix parsing of Windows Media files. + Updated translations. ==== libtracker-common-1_0 ==== Version update (1.0.2 -> 1.2.2) Subpackages: libtracker-control-1_0-0 libtracker-miner-1_0-0 libtracker-sparql-1_0-0 tracker tracker-devel tracker-miner-files typelib-1_0-Tracker-1_0 typelib-1_0-TrackerControl-1_0 typelib-1_0-TrackerMiner-1_0 - Update to version 1.2.2: + Fix API break with tracker_indexing_tree_new() (bgo#737243). + libtracker-miner: Fixed missing Vala bindings for new DirectoryFlags.{PRIORITY|NO_STAT} enums. - Update to version 1.2.1: + ontology: Revert nfo:hasMediaStream max cardinality change. - Update to version 1.2.0: + tests: Locale fix. + libtracker-miner: - Removed APIs that were never released as stable API. - Update vala binding. + libtracker-bus: Don't crash if query_async is cancelled. + libtracker-sparql: Add a test case. + tracker-extract-gif: add compatibility with GIFLib 5.1.0. + tracker-info: Describe why we use IRI and not URI for translators. + tracker-needle: Fix the summary in the AppData file. + utils: Added script to clean up tracker prefixc, clean-tracker-prefix. + Updated translations. - Drop tracker-giflib-5.1.0.patch: Fixed upstream. - Add tracker-giflib-5.1.0.patch: Support GIFLib 5.1.0 API. - Update to version 1.1.4: + New Feature: Extractor now supports eBook and Comic book formats. + ontology: Added new RDF type nfo:EBook for electronic books, this is not in Nepomuk yet. + libtracker-fts: Fixed a memory leak for property_names variable. = libtracker-data: Fixed compiler warning with tracker_db_interface_sqlite_fts_update_text(). + libtracker-bus: - Fixed a bug where tracker-stats showed no information with Vala 0.24+. - Fixed all TRACKER_DBUS* to Tracker.DBUS. + libtracker-sparql: - All TrackerSparqlConnection APIs throw GLib.Error due to GUnixFDList _append() API. - Move TRACKER_ const definitions to Tracker namespace, i.e. Tracker.DBUS_*. + libtracker-miner: - Generate Vala bindings from GIR. - Improve GIR annotations for some nullable cases. - Removed TrackerCrawlFlags and use TrackerDirectoryFlags instead. - Call tracker_data_provider_end_async() when dir has been crawled. - Fixed reference leak with TrackerTaskPool when using external data miners. + libtracker-extract: Fixed broken EXIF GPS coordinate extraction. + libtracker-control: - Generate Vala bindings from GIR. - Improve GIR annotations for some nullable cases. + tracker-stats: - Now EXPRESSIONS can be used to filter stats shown. - Now only common and fallback RDF types are shown by default, - -all can be used to old behaviour. + tracker-extract: - Improved error parsing and content extraction for EPub contents. - Now EPub files are marked as new RDF type nfo:EBook. + tracker-miner-fs: By default, ignore directories with '.trackerignore' file inside. + tracker-preferences: Removed fixed column for indexed locations, column header text was cut off. + Bugs fixed: bgo#735645, bgo#735636, bgo#735460, bgo#735610, bgo#735567, bgo#735317, bgo#735339, bgo#733573, bgo#733317. + Updated translations. - Update to version 1.1.3: + New Feature: Extractor is now 'crash-aware' that being, we have a separate data source for content that can't be extracted to avoid repeated failures from tracker-extract. This also survives through crashes that may occur due to attempted extractions. + build: Reduce vala generated source warnings from GCC. + libtracker-fts: Make private functions static + libtracker-miner: Make sure we return NULL on FileDataProvider begin() errors + libtracker-miner: Add API tracker_decorator_fs_prepend_file() as part of 'crash-aware' feature. + Updated translations. - Update to version 1.1.2: + New Feature: Data Provider: Now there are TrackerDataProvider and TrackerEnumerator interfaces to allow 3rd parties to supply their own data to Tracker to be indexed, for example for an online or proprietary service. + ontology: nfo:hasMediaStream no longer has a max cardinality of 1, this may mean a reindex is needed. + libtracker-miner: - PkgConfig file now requires libmediaart (when dependent) privately. - Many documentation updates and fixes. + libtracker-extract: There is no longer an example in the examples/ directory as this library is now private. + tracker-extract-mp3: Fixed mp3 parsing for ID3v24 or ID3v23 tags. + tracker-extract: - Fixed missing TRACKER_EXTRACTORS_DIR env var that was removed at some stage. - Cleaned up signal handling, SIGALRM and SIGABRT no longer used. - When built with libmediaart, requires version 0.5.0 or higher. + tracker-preferences: - Don't use Stock.* deprecated since Gtk+ 3.10. - Added suggestion to reindex OR restart depending on configuration changes applied. + functional-tests: Improved and updated in places. + Build fixes. + Bugs fixed: bgo#734464, bgo#733857, bgo#734089, bgo#734144, bgo#733316, bgo#733948, bgo#733863, bgo#733536, bgo#733439. + Updated translations. - Update to version 1.1.1: + build: Use major version only PkgConfig files. Previously, we had $library-$major-$minor (e.g. tracker-sparql-1.2, when it should be tracker-sparql-1.0) to avoid creating unnecessary work for developers using Tracker. This release corrects this and it was planned originally. - Changes from versoin 1.1.0: + build: Added CC_CHECK_FLAGS_APPEND m4 macros from xinelib/systemd projects to check GCC compiler flags we can use. + tracker-miner-apps: New process to mine data about applications, previously part of tracker-miner-fs. Can be disabled with --disable-miner-apps. + tracker-miner-user-guides: New process to mine data about user guides and help content, previously part of tracker-miner-fs. Can be disabled with --disable-user-guides. + tracker-extract: - [BMP] Added an new extractor. - [ISO] Extract language, copyright and author information about ISO images using new ontology. - [ODT] Improved extraction of content so we don't stop on embedded tabs and line breaks. + tracker-control: - Added a lot of strings previsouly untranslated. - Removed shorthand command line switches for less common arguments (--list-*, --pause-details). - Added --watch command line option to watch changes to the database. + tracker-info: - Add --resource-is-iri or -i to avoid filename to URN lookups. - Don't show "(null)" for nie:InformationElements with no nie:url. + tracker-preferences: - General UI clean up and modernization fixing many deprecations where old GTK+ widgets were used. - Added 'control' tab to allow users to enable finer control of what's indexed (e.g. numbers - which are normally disabled). - Add AppData with screenshots for app stores. + tracker-needle: Add AppData with screenshots for app stores. + Updated translations. - Update to version 1.0.3: + Clean up License files. + Buildsystem fixes. + libtracker-fts: Make private functions static. + libtracker-data: - Fixed unit tests so files are not left around failing distcheck. - Fix tracker-backup unit test failures. + libtracker-common: Enable G_MESSAGES_DEBUG for verbosity > 1, not 2. + libtracker-extract: - Fixed TRACKER_EXTRACTORS_DIR env var. - Remove from examples/ this library is now private. + libtracker-miner: - Chain parent constructed() in TrackerDecorator. - Document TRACKER_MINER_DBUS_* defines. - .pc Requires.priv libmediaart (if built with it). + libtracker-control: - Added .gitignore for VAPI and other generated content. - Added missing sections.txt for documentation. + tracker-extract: - Added rule for source code files to add nfo:SourceCode rdf-type. - MP3 id3v23, id3v24 functions documented and v23 fixed. - Use default signal handler for SIGALRM and SIGABRT. + writeback: support saving metadata for GIFs. + tests: Use tap automake testing scripts, fixes output summaries. + functional-tests: Rework 400-extractor.py test. + Bugs fixed: bgo#734464, bgo#733573, bgo#733317, bgo#733857, bgo#734089, bgo#734144, bgo#733316, bgo#733439, bgo#733317. + Updated translations. - Drop tracker-thunderbird.patch and tracker-missing-include.patch: fixed upstream. - Replace autogen.sh call with gnome-autogen.sh: tracker switched to using the default in git as well. - Drop autogen.sh as source: no longer required after the switch to gnome-autogen.sh. ==== nautilus-extension-tracker-tags ==== Version update (1.0.2 -> 1.2.2) Subpackages: tracker-gui - Update to version 1.2.2: + Fix API break with tracker_indexing_tree_new() (bgo#737243). + libtracker-miner: Fixed missing Vala bindings for new DirectoryFlags.{PRIORITY|NO_STAT} enums. - Update to version 1.2.1: + ontology: Revert nfo:hasMediaStream max cardinality change. - Update to version 1.2.0: + tests: Locale fix. + libtracker-miner: - Removed APIs that were never released as stable API. - Update vala binding. + libtracker-bus: Don't crash if query_async is cancelled. + libtracker-sparql: Add a test case. + tracker-extract-gif: add compatibility with GIFLib 5.1.0. + tracker-info: Describe why we use IRI and not URI for translators. + tracker-needle: Fix the summary in the AppData file. + utils: Added script to clean up tracker prefixc, clean-tracker-prefix. + Updated translations. - Drop tracker-giflib-5.1.0.patch: Fixed upstream. - Add tracker-giflib-5.1.0.patch: Support GIFLib 5.1.0 API. - Update to version 1.1.4: + New Feature: Extractor now supports eBook and Comic book formats. + ontology: Added new RDF type nfo:EBook for electronic books, this is not in Nepomuk yet. + libtracker-fts: Fixed a memory leak for property_names variable. = libtracker-data: Fixed compiler warning with tracker_db_interface_sqlite_fts_update_text(). + libtracker-bus: - Fixed a bug where tracker-stats showed no information with Vala 0.24+. - Fixed all TRACKER_DBUS* to Tracker.DBUS. + libtracker-sparql: - All TrackerSparqlConnection APIs throw GLib.Error due to GUnixFDList _append() API. - Move TRACKER_ const definitions to Tracker namespace, i.e. Tracker.DBUS_*. + libtracker-miner: - Generate Vala bindings from GIR. - Improve GIR annotations for some nullable cases. - Removed TrackerCrawlFlags and use TrackerDirectoryFlags instead. - Call tracker_data_provider_end_async() when dir has been crawled. - Fixed reference leak with TrackerTaskPool when using external data miners. + libtracker-extract: Fixed broken EXIF GPS coordinate extraction. + libtracker-control: - Generate Vala bindings from GIR. - Improve GIR annotations for some nullable cases. + tracker-stats: - Now EXPRESSIONS can be used to filter stats shown. - Now only common and fallback RDF types are shown by default, - -all can be used to old behaviour. + tracker-extract: - Improved error parsing and content extraction for EPub contents. - Now EPub files are marked as new RDF type nfo:EBook. + tracker-miner-fs: By default, ignore directories with '.trackerignore' file inside. + tracker-preferences: Removed fixed column for indexed locations, column header text was cut off. + Bugs fixed: bgo#735645, bgo#735636, bgo#735460, bgo#735610, bgo#735567, bgo#735317, bgo#735339, bgo#733573, bgo#733317. + Updated translations. - Update to version 1.1.3: + New Feature: Extractor is now 'crash-aware' that being, we have a separate data source for content that can't be extracted to avoid repeated failures from tracker-extract. This also survives through crashes that may occur due to attempted extractions. + build: Reduce vala generated source warnings from GCC. + libtracker-fts: Make private functions static + libtracker-miner: Make sure we return NULL on FileDataProvider begin() errors + libtracker-miner: Add API tracker_decorator_fs_prepend_file() as part of 'crash-aware' feature. + Updated translations. - Update to version 1.1.2: + New Feature: Data Provider: Now there are TrackerDataProvider and TrackerEnumerator interfaces to allow 3rd parties to supply their own data to Tracker to be indexed, for example for an online or proprietary service. + ontology: nfo:hasMediaStream no longer has a max cardinality of 1, this may mean a reindex is needed. + libtracker-miner: - PkgConfig file now requires libmediaart (when dependent) privately. - Many documentation updates and fixes. + libtracker-extract: There is no longer an example in the examples/ directory as this library is now private. + tracker-extract-mp3: Fixed mp3 parsing for ID3v24 or ID3v23 tags. + tracker-extract: - Fixed missing TRACKER_EXTRACTORS_DIR env var that was removed at some stage. - Cleaned up signal handling, SIGALRM and SIGABRT no longer used. - When built with libmediaart, requires version 0.5.0 or higher. + tracker-preferences: - Don't use Stock.* deprecated since Gtk+ 3.10. - Added suggestion to reindex OR restart depending on configuration changes applied. + functional-tests: Improved and updated in places. + Build fixes. + Bugs fixed: bgo#734464, bgo#733857, bgo#734089, bgo#734144, bgo#733316, bgo#733948, bgo#733863, bgo#733536, bgo#733439. + Updated translations. - Update to version 1.1.1: + build: Use major version only PkgConfig files. Previously, we had $library-$major-$minor (e.g. tracker-sparql-1.2, when it should be tracker-sparql-1.0) to avoid creating unnecessary work for developers using Tracker. This release corrects this and it was planned originally. - Changes from versoin 1.1.0: + build: Added CC_CHECK_FLAGS_APPEND m4 macros from xinelib/systemd projects to check GCC compiler flags we can use. + tracker-miner-apps: New process to mine data about applications, previously part of tracker-miner-fs. Can be disabled with --disable-miner-apps. + tracker-miner-user-guides: New process to mine data about user guides and help content, previously part of tracker-miner-fs. Can be disabled with --disable-user-guides. + tracker-extract: - [BMP] Added an new extractor. - [ISO] Extract language, copyright and author information about ISO images using new ontology. - [ODT] Improved extraction of content so we don't stop on embedded tabs and line breaks. + tracker-control: - Added a lot of strings previsouly untranslated. - Removed shorthand command line switches for less common arguments (--list-*, --pause-details). - Added --watch command line option to watch changes to the database. + tracker-info: - Add --resource-is-iri or -i to avoid filename to URN lookups. - Don't show "(null)" for nie:InformationElements with no nie:url. + tracker-preferences: - General UI clean up and modernization fixing many deprecations where old GTK+ widgets were used. - Added 'control' tab to allow users to enable finer control of what's indexed (e.g. numbers - which are normally disabled). - Add AppData with screenshots for app stores. + tracker-needle: Add AppData with screenshots for app stores. + Updated translations. - Update to version 1.0.3: + Clean up License files. + Buildsystem fixes. + libtracker-fts: Make private functions static. + libtracker-data: - Fixed unit tests so files are not left around failing distcheck. - Fix tracker-backup unit test failures. + libtracker-common: Enable G_MESSAGES_DEBUG for verbosity > 1, not 2. + libtracker-extract: - Fixed TRACKER_EXTRACTORS_DIR env var. - Remove from examples/ this library is now private. + libtracker-miner: - Chain parent constructed() in TrackerDecorator. - Document TRACKER_MINER_DBUS_* defines. - .pc Requires.priv libmediaart (if built with it). + libtracker-control: - Added .gitignore for VAPI and other generated content. - Added missing sections.txt for documentation. + tracker-extract: - Added rule for source code files to add nfo:SourceCode rdf-type. - MP3 id3v23, id3v24 functions documented and v23 fixed. - Use default signal handler for SIGALRM and SIGABRT. + writeback: support saving metadata for GIFs. + tests: Use tap automake testing scripts, fixes output summaries. + functional-tests: Rework 400-extractor.py test. + Bugs fixed: bgo#734464, bgo#733573, bgo#733317, bgo#733857, bgo#734089, bgo#734144, bgo#733316, bgo#733439, bgo#733317. + Updated translations. - Drop tracker-thunderbird.patch and tracker-missing-include.patch: fixed upstream. - Replace autogen.sh call with gnome-autogen.sh: tracker switched to using the default in git as well. - Drop autogen.sh as source: no longer required after the switch to gnome-autogen.sh. ==== tsclient ==== Subpackages: tsclient-lang - Drop unneeded gnome-icon-theme BuildRequires. ==== vala ==== Version update (0.24.0 -> 0.26.0) - Update to version 0.26.0: + Bug fix and binding updates. - Update to version 0.25.4: + Add option --vapi-comments. + Bug fixes and binding updates. + Updated translations. - Update to version 0.25.3: + Bug fixes and binding updates. - Update to version 0.25.2: + Report warning for private struct fields. + Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings. + Always build vapigen. + Bug fixes and binding updates. - Update to version 0.25.1: + Support explicit interface method implementation. + Support (unowned type)[] syntax. + Support non-literal length in fixed-size arrays. + Mark regular expression literals as stable. + GIR parser updates. + Add webkit2gtk-3.0 bindings. + Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings. + Bug fixes and binding updates. - Bump vala_version to 0.26, vala_libversion to 0_26 and vala_priority to 26, following upstreams changes. - Correct update-alternatives usage. - Add pkgconfig(vapigen) Provides: due to the correct usage of update-alternatives, %{_datadir}/pkgconfig/vapigen.pc is now only as %ghost in the package; this results in the file not being processed for Requires and Provides. ==== gvim ==== Version update (7.4.442.hg.6214 -> 7.4.461.hg.6253) Subpackages: vim vim-data - Updated to revision 461, fixes the following problems * When using a Visual selection of multiple words and doing CTRL-W_] it jumps to the tag matching the word under the cursor, not the selected text. (Patrick hemmer) * Completion for :buf does not use 'wildignorecase'. (Akshay H) * 'backupcopy' is global, cannot write only some files in a different way. * Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. * Issue 252: Cursor moves in a zero-height window. * Can't change the icon after building Vim. * Can't build without the quickfix feature. (Erik Falor) * Error reported by ubsan when running test 72. * Reversed question mark not recognized as punctuation. (Issue 258) * Clipboard may be cleared on startup. * In some situations, when setting up an environment to trigger an autocommand, the environment is not properly restored. * Spell files from Hunspell may generate a lot of errors. * Using ETO_IGNORELANGUAGE causes problems. * Can't easily close the help window. (Chris Gaal) * Not all commands that edit another buffer support the +cmd argument. * Calling system() with empty input gives an error for writing the temp file. - Add gvim.svg as Source24, taken from gnome-colors-icon-theme. Convert the svg to all relevant hicolor sizes, and install them. - Add rsvg-view BuildRequires: Needed to do the above conversion. - Call relevant macros in %post/%postun: + %icon_theme_cache_post/postun because the package ships themed icons. ==== vinagre ==== Version update (3.12.2 -> 3.14.0) Subpackages: vinagre-lang - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Use APPSTREAM_XML instead of APPDATA_XML. + Updated translations. - Update to version 3.13.90: + Request RDP certificate verification if needed. + Avoid yes-no buttons in certificate dialogs. + Updated translations. - Update to version 3.13.4: + Enable RDP support during distcheck. + Fix some language in tooltip strings. + Use FreeRDP API in RDP plugin. + Updated translations. - Add pkgconfig(freerdp) and pkgconfig(x11) BuildRequires: new dependecies for RDP support. - Pass --enable-rdp to configure to ensure we build the support. - Drop freerdp Recommends: we now rely on the library/API. - Remove language handling for obsolete openSUSE versions. - Add adwaita-icon-theme BuildRequires: on an installed system, libgtk-3-0 requires it. On build though, it is exlucded to avoid a cycle. - Drop gnome-icon-theme Requires too, not needed nor wanted anymore. - Update to version 3.13.2: + Port to vte-2.91 API. + Drop gnome-icon-theme dependency. + Updated translations. - Drop gnome-icon-theme BuildRequires: no longer required. - Replace pkgconfig(vte-2.90) BuildRequires with pkgconfig(vte-2.91), following upstreams port. ==== vino ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.90: + Remove all HTTP server code. + Updated translations. - no longer pass --enable-http-server=yes to configure: no longer available. - Update to version 3.13.3: + Get started by the g-s-d sharing plugin. + Updated translations. ==== glade-catalog-vte ==== Version update (0.36.3 -> 0.38.0) Subpackages: gnome-pty-helper vte-devel - Update to version 0.38.0: + build: Try fixing builddir != srcdir build. + glade: - Make catalogue parallel-installable with vte 2.90. - Update list of properties (bgo#736508). + widget: - Rename beep signal to bell (bgo#602726). - Remove broken visual bell support (bgo#602726). - Make dim color handling more xterm-like (bgo#735245). - Fix theming (bgo#735081). + vteapp: - Make the bell option consistent between the two test apps. - Three-state bell option (bgo#602726). + Do not use deprecated AM_PROG_CC_STDC (bgo#736180). + emulation: Fix sed mistake (bgo#735024). + Updated translations. - Update to version 0.37.90: + vte.sh: Fix tilde replacement for bash-4.3 (bgo#733504). + Various emulation fixes (bgo#731155, bgo#731205). + Bugs fixed: bgo#730632, bgo#727587, bgo#657960. - Update to version 0.37.2: + Bugs fixed: bgo#730800, bgo#731788, bgo#731427, bgo#730858, bgo#730760. - Pass --enable-gnome-pty-helper to configure: enable the helper. ==== libwayland-client0 ==== Version update (1.5.0 -> 1.6.0) Subpackages: libwayland-client0-32bit libwayland-cursor0 libwayland-server0 libwayland-server0-32bit wayland-devel - Update to new upstream release 1.6 * Add error enums to wl_surface. * Add keyboard repeat information to wl_keyboard protocol. * Error handling additions in libwayland-client: when a protocol error happens, the program can query more detailed information about the error. * New wl_display_add_socket_auto() in libwayland-server: automatically find a free socket name. * Add wl_display_roundtrip_queue(): blocking round-trip on a custom queue. * Stop exposing wl_display global. Turns out binding to the global would have triggered bugs, and there was no proper use for it. - Update to version 1.5.93 * Bug fixes - Update to version 1.5.92: * wayland-client: Initialize newly created wl_proxys to zero. * client: add display_wakeup_threads function. * Doc and test updates / fixes. ==== libjavascriptcoregtk-1_0-0 ==== Version update (2.4.4 -> 2.4.5) Subpackages: libwebkitgtk-1_0-0 libwebkitgtk-devel typelib-1_0-JavaScriptCore-1_0 typelib-1_0-WebKit-1_0 - Update to version 2.4.5: + Do not freeze the UI process while scanning plugins if there's a GTK+ 3 plugin installed. + Fix a crash when drag and drop to a WebKitWebView. + Fix a crash when navigating away from a web page containing an ogg video. + Fix slow motion rendering problem in GStreamer media backend due to integer rounding. + Make sure the plugins cache is always used even if the cache directory doesn?t exist. + Fix toggle buttons rendering with recent GTK+ versions. + Do not use GtkWindow:resize-grip-visible with recent GTK+ versions. + Add support for little-endian PowerPC64. - Drop webkitgtk-ppc64le.patch: Fixed upstream, though via an other approach then our patch. - Disable building of WebKit 2 API implementation (only impacts GTK3 variant, as there never was a WebKit2 API for GTK2). This is done in order to provide WebKit2 builds as newer versions. Upstream is no longer maintaining WebKit1 APIs - so the 2.4.x branch will be the latest releases. - Fix build of GTK3 variant with WebKit2 support disabled. - Apply webkitgtk-commit-size.patch also on ppc64le and sligthly modify this patch to be same as on fedora (bnc#883026). ==== libjavascriptcoregtk-3_0-0 ==== Version update (2.4.4 -> 2.4.5) Subpackages: libwebkitgtk-3_0-0 typelib-1_0-JavaScriptCore-3_0 typelib-1_0-WebKit-3_0 - Update to version 2.4.5: + Do not freeze the UI process while scanning plugins if there's a GTK+ 3 plugin installed. + Fix a crash when drag and drop to a WebKitWebView. + Fix a crash when navigating away from a web page containing an ogg video. + Fix slow motion rendering problem in GStreamer media backend due to integer rounding. + Make sure the plugins cache is always used even if the cache directory doesn?t exist. + Fix toggle buttons rendering with recent GTK+ versions. + Do not use GtkWindow:resize-grip-visible with recent GTK+ versions. + Add support for little-endian PowerPC64. - Drop webkitgtk-ppc64le.patch: Fixed upstream, though via an other approach then our patch. - Disable building of WebKit 2 API implementation (only impacts GTK3 variant, as there never was a WebKit2 API for GTK2). This is done in order to provide WebKit2 builds as newer versions. Upstream is no longer maintaining WebKit1 APIs - so the 2.4.x branch will be the latest releases. - Fix build of GTK3 variant with WebKit2 support disabled. - Apply webkitgtk-commit-size.patch also on ppc64le and sligthly modify this patch to be same as on fedora (bnc#883026). ==== xtables-addons-kmp-default ==== Version update (2.5_k3.16.3_1.gd2bbe7f -> 2.6_k3.16.3_1.gd2bbe7f) Subpackages: xtables-addons-kmp-desktop xtables-addons-kmp-xen - Update to new upstream release 2.6 * Fixes to the UDP SPA mode * Support for Linux 3.17 ==== yast2-packager ==== Version update (3.1.49 -> 3.1.51) - display full URL to the currently displayed EULA (directory listing has been disabled after moving registration licenses from nu.novell.com to updates.suse.com) (bnc#898647) - 3.1.51 - fixed failure when checking available free space at installation (by Thomas Renninger, thanks!) (bnc#898229) - 3.1.50 ==== libyelp0 ==== Version update (3.12.0 -> 3.14.0) Subpackages: yelp - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Fixed crash on searching (bgo#736312). + Style the find revealer (bgo#736408). + Updated translations. - Call autoreconf -fi instead of autoreconf: resolve build failure "configure.ac:14: error: required file './compile' not found". - Update to version 3.13.90: + Use new symbolic menu item. + Updated translations. - Update to version 3.13.3: + Complete redesign to fit with new GNOME 3 apps. + Updated color computing code to avoid deprecations. + Updated translations. ==== yelp-tools ==== Version update (3.12.1 -> 3.14.0) - Update to version 3.14.0: + Stable release. No changes since 3.13.3. - Update to version 3.13.3: + Added support for .page.stub files in yelp-check. ==== yelp-xsl ==== Version update (3.12.0 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Update to version 3.13.92: + Updated translations. ==== zenity ==== Version update (3.12.1 -> 3.14.0) - Update to version 3.14.0: + Updated translations. - Add pkgconfig(webkitgtk-3.0) BuildRequires: enable --html output features (bnc#896674). - Update to version 3.13.92: + Segmentation fault on zenity --notification (bgo#733870). + Updated translations. - Changes from version 3.13.90: + Updated translations. Removed packages: bundle-lang-common-fi clisp ffcall libfolks-libsocialweb25 giggle > giggle-lang gtk3-theming-engine-adwaita grilo-plugin-upnp typelib-1_0-GVnc-1_0 > typelib-1_0-GtkVnc-2_0 libgtk-vnc-1_0-0 libinput0 libmediaart-devel libsigsegv2 libsocialweb-client2 libvirt-glib-1_0-0 > typelib-1_0-LibvirtGLib-1_0 libxkbcommon-x11-0 > libxkbcommon0 lyx python-ipaddr remmina > remmina-lang > remmina-plugin-rdp > remmina-plugin-vnc > remmina-plugin-xdmcp libspice-client-gtk-2_0-4 > python-SpiceClientGtk > typelib-1_0-SpiceClientGlib-2_0 > typelib-1_0-SpiceClientGtk-3_0 totem-browser-plugin > totem-browser-plugin-gmp libtotem-plparser-mini18 libvala-0_24-0 virt-install > virt-manager > virt-manager-common libvte2_90-9 > typelib-1_0-Vte-2_90 libwebkit2gtk-3_0-25 > webkit2gtk-3_0-injected-bundles xindy > xindy-rules Added packages: adwaita-icon-theme at-spi2-core-devel bundle-lang-gnome-fi evince-browser-plugin libfolks-tracker25 typelib-1_0-GeocodeGlib-1_0 gnome-shell-search-provider-gnome-calculator gnome-shell-search-provider-gnome-clocks gnome-shell-search-provider-gnome-photos gom-lang > libgom-1_0-0 typelib-1_0-Champlain-0_12 libfm > libfm-gtk4 > libfm-lang > libfm4 > lxshortcut libgnomekbd > libgnomekbd-lang libgsystem0 > typelib-1_0-GSystem-1_0 libinput5 libxkbcommon-0_4_3 > libxkbcommon-x11-0_4_3 lxpanel > lxpanel-lang pcmanfm > pcmanfm-lang libqqwing2 libvala-0_26-0 libvte-2_91-0 > typelib-1_0-Vte-2.91 libjavascriptcoregtk-4_0-18 > libwebkit2gtk-4_0-37 > libwebkit2gtk3-lang > typelib-1_0-JavaScriptCore-4_0 > typelib-1_0-WebKit2-4_0 > webkit2gtk-4_0-injected-bundles