Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ctags: upgrade 6.1.20240922.0 -> 6.1.20241006.0 | Wang Mingyu | 2024-10-14 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | adw-gtk3: upgrade 5.4 -> 5.5 | Wang Mingyu | 2024-10-14 | 1 | -1/+1 | |
| | | | | | | | | bugfix: - Since 5.4 black selection in gtk4 apps (with no libadwaita) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | graphviz: upgrade 8.1.0 -> 12.1.2 | Yi Zhao | 2024-10-14 | 3 | -74/+24 | |
| | | | | | | | | | | | | ChangeLog: https://gitlab.com/graphviz/graphviz/-/blob/12.1.2/CHANGELOG.md * Drop backport patch 0001-Autotools-fix-do-not-put-prefix-based-paths-in-compi.patch * Refresh patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | mpv: update 0.38.0 -> 0.39.0 | Markus Volk | 2024-10-13 | 3 | -51/+103 | |
| | | | | | | | | | - add support for vulkan,pipewire,pulseaudio - add patch to fix generation of mpv.desktop - cleanup Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | glad: add recipe | Markus Volk | 2024-10-13 | 1 | -0/+12 | |
| | | | | | | | | | Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages. This is used by libplacebo -> mpv Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | ostree: Enable static libs when building ptests | Khem Raj | 2024-10-13 | 1 | -1/+1 | |
| | | | | | | Helps run/pass some more ptests Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | wxwidgets: upgrade 3.2.1 -> 3.2.6 | Yi Zhao | 2024-10-13 | 9 | -76/+100 | |
| | | | | | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.6/docs/changes.txt * Drop 0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch as it has been merged upstream * Refresh patches * Add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | lvm2: upgrade 2.03.26 -> 2.03.27 | Yi Zhao | 2024-10-13 | 1 | -2/+2 | |
| | | | | | | | | ChangeLog: https://gitlab.com/lvmteam/lvm2/-/tags/v2_03_27 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | open-vm-tools: upgrade 12.4.5 -> 12.5.0 | Yi Zhao | 2024-10-13 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | audit: fix build when systemd is enabled. | Armin Kuster | 2024-10-13 | 1 | -0/+6 | |
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | gstd: Remove redundant rpaths | Khem Raj | 2024-10-13 | 2 | -1/+28 | |
| | | | | | | Remove the logic to add rpaths in meson build file Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | gstd: Upgrade to 0.15.2 release | Khem Raj | 2024-10-13 | 1 | -2/+2 | |
| | | | | | | | | Changes are here [1] [1] https://github.com/RidgeRun/gstd-1.x/releases/tag/v0.15.2 Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | unbound: Upgrade to 1.21.1 | Khem Raj | 2024-10-13 | 1 | -2/+2 | |
| | | | | | | | Disable rpaths we are cross building and paths on target will be the usual locations e.g. /usr/lib Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | ptest-packagelists-meta-oe.inc: Add libtoml11 | Mingli Yu | 2024-10-12 | 1 | -0/+1 | |
| | | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | libtoml11: Add new recipe | Mingli Yu | 2024-10-12 | 3 | -0/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | toml11 is a feature-rich TOML language library for C++11/14/17/20 [1]. # ./run-ptest PASS: test_comments PASS: test_datetime PASS: test_error_message PASS: test_find PASS: test_find_or PASS: test_format_floating PASS: test_format_integer PASS: test_format_table PASS: test_get PASS: test_get_or PASS: test_literal PASS: test_location PASS: test_parse_array PASS: test_parse_boolean PASS: test_parse_datetime [snip] [1] https://github.com/ToruNiina/toml11 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | pm-graph: upgrade 5.5 -> 5.13 | Yi Zhao | 2024-10-12 | 5 | -203/+47 | |
| | | | | | | | | | | | | | | ChangeLog: https://github.com/intel/pm-graph/releases/tag/5.13 * Refresh 0001-Makefile-fix-multilib-build-failure.patch * Drop the following patches as the issues have been fixed upstream: 0001-sleepgraph.py-use-python3.patch 0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch 0001-sleepgraph.py-parse-unfished-cpu-exec-line.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | glog: upgrade 0.6.0 -> 0.7.1 | Yi Zhao | 2024-10-12 | 3 | -77/+3 | |
| | | | | | | | | | | | | ChangeLog: https://github.com/google/glog/releases/tag/v0.7.0 https://github.com/google/glog/releases/tag/v0.7.1 Drop 0001-Change-SleepForMilliseconds-parameter-from-unsigned-.patch and libexecinfo.patch as the issues have been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | ace: Upgrade to 8.0.1 | Khem Raj | 2024-10-11 | 1 | -4/+4 | |
| | | | | | | | | | | | Changes [1] - Drop setting c++14 for c++ standard - Do not install rpaths [1] https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-8_0_1 Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | xdotool: Remove useless rpaths | Khem Raj | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | They are pointing to standard libdir on target Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | jasper: Upgrade to 4.2.4 release | Khem Raj | 2024-10-11 | 1 | -5/+2 | |
| | | | | | | | Changes are here https://github.com/jasper-software/jasper/compare/version-4.1.1...version-4.2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | libspelling: update 0.4.0 -> 0.4.2 | Markus Volk | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | libspelling 0.4.2 ================= This is a bug-fix release for GNOME 47 * Limit the number of corrections to 10 in enchant backend to help with dictionary configurations which produce many results. * Hide add/ignore menu items when disabled. * Don't show word corrections when spellcheck is disabled. libspelling 0.4.1 ================= This is a bug-fix release for GNOME 47 * Fixes an important issue tracking weak pointers from a GtkTextBuffer. * Fixes an important issue where we could get invalid text iters from GtkTextBuffer::delete-range() after the deletion occurred when other signal handlers are in play. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-python-multipart: Fix ptest dependencie | Khem Raj | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | Do not overwerite implicit dependencies, otherwise ptests stop depending upon the correcpoding python module resulting in runtime failures Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-propcache: Fix ptest dependencies | Khem Raj | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | Do not overwerite implicit dependencies, otherwise ptests stop depending upon the correcpoding python module resulting in runtime failures Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-yarl: Add missing rdep on python3-hypothesis for ptests | Khem Raj | 2024-10-11 | 1 | -0/+1 | |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | kernel-selftest: Update to allow for turning on all tests | Ryan Eatmon | 2024-10-11 | 1 | -16/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | In testing adding in more kernel-selftests there were a number of issues that arose that require changes that are more appropriate for the main recipe and not a bbappend. 1) Stop looping over TEST_LIST ourselves and use the TARGETS="" provided by the kernel-sefltest Makefiles. This correctly sets up various variables that the selftest Makefiles all need. Also, do_install becomes cleaner because the main Makefile already installs the list of tests and the top level script. 2) Add DEBUG_PREFIX_MAP to the CC setting to avoid some "buildpaths" QA errors. 3) Add two INSANE_SKIPS for "already-stripped" and "ldflags". Some of the selftest Makefiles are adding flags to their compiles that basically break the above checks. Since these compiles are not really meant as user level tools and instead testing, it should be ok to just always set INSANE_SKIP for these two. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-pint: move PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHON | alperak | 2024-10-11 | 2 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64. - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as pint, it is by default. - xfailed tests are known failures upstream. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 2784 PASS: 2094 SKIP: 676 XFAIL: 12 FAIL: 0 XPASS: 2 ERROR: 0 DURATION: 1611 END: /usr/lib/python3-pint/ptest 2024-10-11T14:34 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-configobj: enable ptest | alperak | 2024-10-11 | 3 | -4/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as configobj, it is by default. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 75 PASS: 75 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 12 END: /usr/lib/python3-configobj/ptest 2024-10-11T12:59 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 75 PASS: 75 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-configobj/ptest 2024-10-11T12:56 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-portion: enable ptest | alperak | 2024-10-11 | 3 | -3/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 205 PASS: 205 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 27 END: /usr/lib/python3-portion/ptest 2024-10-11T12:13 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 205 PASS: 205 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 25 END: /usr/lib/python3-portion/ptest 2024-10-11T12:18 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-outcome: enable ptest | alperak | 2024-10-11 | 3 | -4/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as outcome, it is by default. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 10 PASS: 10 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 7 END: /usr/lib/python3-outcome/ptest 2024-10-11T09:27 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 10 PASS: 10 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 6 END: /usr/lib/python3-outcome/ptest 2024-10-11T09:24 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-python-multipart: upgrade 0.0.11 > 0.0.12 and enable ptest | alperak | 2024-10-11 | 4 | -9/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 115 PASS: 115 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 24 END: /usr/lib/python3-python-multipart/ptest 2024-10-11T09:02 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 115 PASS: 115 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 22 END: /usr/lib/python3-python-multipart/ptest 2024-10-11T09:08 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: - Enforce 100% coverage - Add mypy strict typing - Improve error message when boundary character does not match Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-propcache: enable ptest | alperak | 2024-10-11 | 3 | -3/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest to PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 37 PASS: 37 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 7 END: /usr/lib/python3-propcache/ptest 2024-10-11T08:21 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 37 PASS: 37 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 6 END: /usr/lib/python3-propcache/ptest 2024-10-11T08:16 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | valkey: Upgrade 8.0.0 -> 8.0.1 | Leon Anavi | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade valkey to version 8.0.1: - Fix a build issue with RDMA when using additional make parameters - Fix an issue where CLUSTER SLOTS might return the wrong tcp or tls port when called from inside a script or from a module - Fix a crash when CLUSTER SLOTS or CLUSTER SHARDS is called from inside a script or from a module - Fix a build issue on systems where <threads.h> is unavailable - Fix an issue with the default sentinel.conf being invalid - Build binary releases with systemd support - Avoid .c, .d and .o files from being copied to the binary tar.gz releases - (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE - (CVE-2024-31227) Potential Denial-of-service due to malformed ACL selectors - (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-webargs: Upgrade 8.4.0 -> 8.6.0 | Leon Anavi | 2024-10-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | Upgrade to release 8.6.0: - Fix the handling of invalid JSON bodies in the bottle parser to support bottle versions >=0.13 - MultiDictProxy now inherits from MutableMapping rather than Mapping Switch inherit from setuptools3 to python_flit_core. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-dnspython: Upgrade 2.6.1 -> 2.7.0 | Leon Anavi | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.7.0: - dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use. - If the cryptography module is installed, then dnspython will now create deterministic ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature. - The RESINFO and WALLET RdataTypes are now supported. - The COOKIE and Report-Channel EDNS0 options are now supported. - All supported RdataTypes can now be imported at a single time rather than lazily on first use by calling dns.rdata.load_all_types(). - The SVCB and HTTPS records now support the ohttp parameter. - xfr() and inbound_xfr() now share a common implementation. - Tokens are now supported for QUIC and HTTP/3. - dns.message.from_wire() now saves the input wire format in the Message's "wire" attribute. Likewise, dns.message.Message.to_wire() now records the generated wire format in that attribute. - The dns.message.Message object now has a get_options() helper to retrieve EDNS0 options of a specified type, and an extended_errors() helper to retrieve the list of EDE options in a message (if any). - dns.message.make_response() now has a copy mode which controls how sections are copied. By default, a copy mode appropriate for the opcode is used. This is currently dns.message.CopyMode.QUESTION for all opcodes. - If an IP address is used as the hostname in a URL, the https query code now passes the sni_hostname to httpx as this is required to get httpx to validate the certificate and check for an IP subject alternative name. - The minimum supported aioquic version is now 1.0.0. - The minimum supported Python version is now 3.9. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-rich: Upgrade 13.8.0 -> 13.9.2 | Leon Anavi | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | Upgrade to release 13.9.2: - Fixed Table columns not highlighting when added by add_row - Fixed an issue with Segment.split_cells reported in Textual Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | python3-redis: Upgrade 5.0.8 -> 5.1.1 | Leon Anavi | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | - Fixed return type for Redis Set commands to be Set instead of List - Fixed bug with partial Hiredis availability - Fixed bug with async pipeline and cluster fails with some commands Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | gnome-console: Fix build with musl | Khem Raj | 2024-10-11 | 2 | -1/+35 | |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de> | |||||
* | gnome-user-share: Fix build issue found with musl systems | Khem Raj | 2024-10-11 | 2 | -0/+42 | |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de> | |||||
* | gnome-console: update 45.0 -> 47.0 | Markus Volk | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 47.0 ~~~~~~~~~~~~ A edge case in drag-and-drop has been resolved, and Aleksandr Melman fixed a string that hadn't been marked for translation. Updated Translations * Belarusian (Vasil Pupkin) * British English (Andi Chandler) * Bulgarian (Alexander Shopov) * Catalan (Jordi Mas i Hernandez) * Chinese (China) (Luming Zh) * Czech (Daniel Rusek) * Danish (Ask Hjorth Larsen) * Galician (Fran Dieguez) * Georgian (Ekaterine Papava) * Greek (Efstathios Iosifidis) * Hebrew (Yaron Shahrabani) * Hungarian (Balázs Úr) * Indonesian (Andika Triwidada) * Lithuanian (Aurimas Černius) * Norwegian Bokmål (Brage Fuglseth) * Persian (Danial Behzadi) * Polish (Piotr Drąg) * Portuguese (Hugo Carvalho) * Russian (Artur S0) * Slovak (Jose Riha) * Slovenian (Martin) * Spanish (Daniel Mustieles) * Swedish (Anders Jonsson) * Ukrainian (Yuri Chornoivan) Version 47.rc ~~~~~~~~~~~~~~~ Thanks to feedback from beta users, a couple small improvements were made. Updated Translations * Basque (Asier Sarasua Garmendia) * Belarusian (Vasil Pupkin) * Brazilian Portuguese (Juliano de Souza Camargo) * Bulgarian (Alexander Shopov) * Catalan (poc senderi) * Chinese (China) (Luming Zh) * Czech (Daniel Rusek) * Finnish (Jiri Grönroos) * Georgian (Ekaterine Papava) * German (Jürgen Benvenuti) * Hindi (Scrambled 777) * Hungarian (Balázs Úr) * Kazakh (Baurzhan Muftakhidinov) * Korean (DaeHyun Sung) * Norwegian Bokmål (Brage Fuglseth) * Occitan (Quentin PAGÈS) * Persian (Danial Behzadi) * Portuguese (Hugo Carvalho) * Romanian (Daniel Șerbănescu, Florentina Mușat) * Russian (Artur S0) * Turkish (Emin Tufan Çetin, Sabri Ünal) * Ukrainian (Yuri Chornoivan) Version 47.beta ~~~~~~~~~~~~~~~ The preferences dialogue has been expanded to include scrollback size, and there has been behind the scenes work fixing some pesky issues and setting up future improvements. Thanks to work elsewhere in the stack, we now have restored screen reader support. This has taken far too long, and there is more work do be done, but hopefully this is a significant step forward. Additionally Alice reworked our styles to take advantage of improvements in Gtk, whilst Chris helped us keep current with developments in Adwaita, and Balló György provided some fixes. Updated Translations * Brazilian Portuguese (Juliano de Souza Camargo) * Greek (Efstathios Iosifidis) * Hebrew (Yosef Or Boczko) * Hindi (Guntupalli Karunakar, Scrambled 777) * Kabyle (Rachida SACI) * Nepali (Pawan Chitrakar) * Occitan (Quentin PAGÈS) * Portuguese (Hugo Carvalho) * Romanian (Daniel Șerbănescu) * Serbian (Dušan Simić) * Serbian (Latin) (Милош Поповић) * Slovak (Matej Mrenica) * Slovenian (Martin) * Turkish (Sabri Ünal) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | grilo-plugins: add PACKAGECONFIG for lua-factory | Markus Volk | 2024-10-11 | 1 | -4/+3 | |
| | | | | | | | | lua-factory is the only plugin that is enabled by default. Add missing dependencies to fix build Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | grilo: fix gir install | Markus Volk | 2024-10-11 | 1 | -1/+2 | |
| | | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | gnome-terminal: update 3.50.1 -> 3.54.0 | Markus Volk | 2024-10-11 | 2 | -66/+2 | |
| | | | | | | | | - drop 0001-meson-add-option-to-set-dbus_interfacedir.patch Issue has been fixed by [https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/c1657f9cd62a982722041e5968136c7ba57e51f7] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | evolution-data-server: update | Markus Volk | 2024-10-11 | 3 | -7/+47 | |
| | | | | | | | | | | | | - Add cairo dependency - Allow to work with gtk3 - Add patch to avoid pulling in a found google-id. It fails and would probably also break reproducibility - inherit mime-xdg Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | gnome-photos: switch from tracker to tinysparql | Markus Volk | 2024-10-11 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | grilo-plugins: switch from tracker to tinysparql | Markus Volk | 2024-10-11 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | tracker-miners: update 3.7.3 -> 3.8.0 | Markus Volk | 2024-10-11 | 3 | -17/+14 | |
| | | | | | | | | - Rename to localsearch - Refresh patches Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | tracker: update 3.7.1 -> 3.8.0 | Markus Volk | 2024-10-11 | 3 | -26/+83 | |
| | | | | | | | | | | | | | | | - Dont inherit python3native. It seems to be unneeded - Rename to tinysparql - Drop dependencies for python3-pygobject-native and libarchive - Disable tests by default - Add PACKAGECONFIG for avahi - Fix sed hack to keep buildpath out of enum-types.c - Add patch that avoids to create compatibility links which would lead to package_qa error: Path /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/tinysparql/3.8.0/sstate-build-package/package/usr/lib/libtracker-sparql-3.0.so is owned by uid 1000, gid 100, which doesn't match any user/group on target. This may be due to host contamination. - Refresh fix-reproducibility.patch and additionally edit tracker-http.c to avoid another buildpath leakage Exception: Exception: KeyError: 'getpwuid(): uid not found: 1000' Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | nautilus: update 46.2 -> 47.0 | Markus Volk | 2024-10-11 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes in 47.0 ===================== * Enhancements - Show new folder button in Open Folder(s) modes (Corey Berla) - Persist window size for file chooser (Corey Berla) * Bugfixes: - Fix grammar error (Khalid Abu Shawarib) - Fix build error (Jami Kettunen) - Escape toast button mnemonics (Khalid Abu Shawarib) * File chooser fixes: - Don't show undo button when suggested name doesn't exist (Corey Berla) - Show filter name more consistently (Corey Berla) - Stop crashing when using "Open Item Location" (Corey Berla) - Fix issue where new folder button disappears (Corey Berla) - Fix flat dropdown styles (Alice Mikhaylenko) * Translation updates (GNOME Translation Project contributors) Major changes in 47.rc ===================== * Enhancements - Polish the file chooser (António Fernandes) - Implement file chooser "choices" menu (Corey Berla) - Allow extracting bzip2 tar files (Khalid Abu Shawarib) - Allow dropping items into the file chooser (Corey Berla) - Add the background menu to the file chooser (Corey Berla) - Allow vertical scrolling in the pathbar (Liam Rust) - Activate the accept button by default in file chooser (Dylan McCall) * Bugfixes: - Fix various file chooser crashes (Corey Berla) - Don't hide file chooser filters with long filenames or in narrow mode (Corey Berla) - Make sure the pathbar always shows the current folder (Corey Berla) - Fix overlapping filename widget in file chooser (Corey Berla) - Make nautilus previewer work between the main window and file chooser (António Fernandes) - Various fixes for file chooser paths and save locations (Corey Berla) - Set focus correctly in file chooser (Corey Berla) - Allow unselecting an item in file chooser (Corey Berla) - Add a tooltip to the network address bar button (Automeris naranja) - Disallow conventional DnD into the pathbar in file chooser mode (Corey Berla) - Don't overflow window in file chooser (Corey Berla) * Translation updates (GNOME Translation Project contributors) Major changes in 47.beta ===================== * Enhancements - Implement file chooser portal and introduce file chooser ui (António Fernandes) - Redesign and modernize the compression dialog (Automeris naranja) - Modernize the new folder dialog (Automeris naranja, António Fernandes) - Replace Search Banner with Search Info Popover (Anuraag Reddy Patllollu) - Redesign "Other Types" search (Khalid Abu Shawarib) - Port to new adwaita widgets (Automeris naranja, Khalid Abu Shawarib, Peter Eisenmann) - Update emblems with symbolics (Sam Hewitt, Khalid Abu Shawarib, Peter Eisenmann) * Bugfixes: - Use correct path for email (Peter Eisenmann) - File chooser bug fixes (Corey Berla) - Disable bookmarking the network view (Corey Berla) - Change files view accent to grey (Alice Mikhaylenko) - Fix dragging on touch devices (Lukas Swierzy, Gary Li) - Misc bugfixes (Khalid Abu Shawarib, Peter Eisenmann, António Fernandes, Corey Berla) * Translation updates (GNOME Translation Project contributors) Major changes in 47.alpha ===================== * Enhancements - Add the Network view (António Fernandes, Allan Day) - Show xdg dirs in sidebar as regular (removable) bookmarks (António Fernandes) - Show sidebar bookmarks before mounts (António Fernandes) - Remove "Other Locations" and show mounts directly on the sidebar (António Fernandes) - Improve view performance (Khalid Abu Shawarib) - Use new adw views (Automeris naranja) - Improve internal NautilusFile performance (Peter Eisenmann) - Improve ui for progress indicator (Peter Eisenmann) - Improve ui to floating bar (Sam Hewitt, piegames) - Allow staring from the context menu (José Guilherme) - Redesign trash dialog (Anuraag Reddy Patllollu, Allan Day) - Allow Scripts in flatpak (Anuraag Reddy Patllollu) - Open mounts in original tab instead of focused tab (Gary Li) - Allow simultaneous mounting (Khalid Abu Shawarib) * Bugfixes: - Create archive with Enter on Compress dialog (Lukáš Tyrychtr) - Accessibility fixes (Automeris naranja, Sabri Ünal) - Move focus correctly when item is removed (Khalid Abu Shawarib) - Don't reset permissions when copying from a non-isofs readonly filesystem (Fina Wilke) - Open correct panel in GNOME Settings for trash settings (Khalid Abu Shawarib) - Disable paste in Trash, Recent, and Starred (Jonathan Lin) - Fix error when passing invalid location to portals (Khalid Abu Shawarib) - Fix memory leaks (Khalid Abu Shawarib, António Fernandes) - Call shutdown() on modules (Corey Berla) - Don't show banners in global search (Khalid Abu Shawarib) - Prevent a crash (Khalid Abu Shawarib, Gary Li) - Keep correct file list order in a DnD (Khalid Abu Shawarib) - Don't display future dates as "Today" or "Yesterday" (Grey Nicholson) - Prevent freeze (Peter Eisenmann) - Fix broken sort order when switching views (Gary Li) - Don't irreversibly hide sidebar with touch gesture (Khalid Abu Shawarib) - Don't unnecessarily re-set selection in search (Gary Li) - Don't scale up images in properties preview (Khalid Abu Shawarib) - Actually drop wayland export handles (António Fernandes) - Fix potentially incorrect file operation (Khalid Abu Shawarib) - Batch rename fix tags, and allow illegal characters (Anuraag Reddy Patllollu) - Allow xdp to fail (Balló György) - Fix typo (Alexandre Franke) * Cleanups - Use property styling for adw rows (Automeris naranja, Anton Snigirev) - Code cleanup (Khalid Abu Shawarib, Peter Eisenmann, Corey Berla, António Fernandes) - Significant refactoring and cleanup to prepare to Nautilus as a file chooser (António Fernandes) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | mutter: update 46.4 -> 47.0 | Markus Volk | 2024-10-11 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47.0 ==== * Fix resizing of electron windows [Jonas; !3997] * Fix using modifiers on multi-GPU setups [José; !3998] * Don't override externally set tablet calibration [Peter; !3846] * Add experimental support for xdg-session-manager-v1 protocol * Fixed crashes [Peter, Sebastian, Jonas, Michel; !3959, !4000, !4003, !3999] [Jonas, Carlos, Sebastian; !3825] * Misc. bug fixes and cleanups [Florian, Sebastian, nibon7, Peter, Simon, Jonas; !3995, !4008, !3996, !4013, !4012, !4017, !4026] Contributors: Jonas Ådahl, Michel Dänzer, José Expósito, Carlos Garnacho, Peter Hutterer, Simon McVittie, Florian Müllner, nibon7, Sebastian Wick Translators: Daniel [es], Fran Dieguez [gl], Luming Zh [zh_CN], Martin [sl], Yuri Chornoivan [uk], Yaron Shahrabani [he], Emin Tufan Çetin [tr], Daniel Rusek [cs], Danial Behzadi [fa], Alexander Shopov [bg], Anders Jonsson [sv], Ekaterine Papava [ka], Asier Sarasua Garmendia [eu], Hugo Carvalho [pt], Piotr Drąg [pl], Aurimas Černius [lt], Balázs Úr [hu], Andika Triwidada [id], Andi Chandler [en_GB], Artur S0 [ru], Quentin PAGÈS [oc], Rafael Fontenelle [pt_BR], Ask Hjorth Larsen [da], Rūdolfs Mazurs [lv] 47.rc ===== * Add experimental color management protocol support [Sebastian W.; !3904, !3930, !3941, !3893, !3953] * Merge Cally into Clutter [Bilal; !3917] * Fix drag and drop between X11 and wayland clients [Carlos; !3821] * Fix drag and drop from grabbing popups [Carlos; !3937] * Fix EGLDevice support [Daniel; !3939] * Improve cursor smoothness under load [Jonas Å., Michel; !3184, !3934, !3958] * Fix frozen cursor on some hybrid machines [Daniel; !3950] * Fix touch window dragging with pointer lock enabled [Carlos; !3889] * Store the layout mode in monitor config [Jonas & Jonas; !3596] * Fix keys sometimes getting stuck after using global shortcut [Carlos; !3935] * Fix propagating tablet device removals to clients [Peter; !3955] * Fix tablet input in maximized windows [Peter; !3956] * Reduce damage on window movement [Christian; !3975] * Install mutter tests [Jonas Å.; !3973] * Use libadwaita for server-side decorations on GNOME [Georges; !3981] * Fix frozen cursor after suspend [Jonas Å.; !3982] * Let scaling-aware Xwayland clients scale themselves [Jonas & Jonas; !3567] * Add initial PipeWire explicit sync support [Michel, Wim; !3876] * Trace damage reason in sysprof [Sebastian W.; !3952] * Expose new backlight API to gnome-settings-daemon [Jonas Å.; !3861] * Fixed crashes [Jonas Å., Daniel; !3960, !3928] * Plugged leaks [Sebastian K.; !3994] * Misc. bug fixes and cleanups [Bilal, Sebastian W., Jonas Å., Marco, Daniel, Georges, sid, Florian, José, Sophie, Michel, Robert, Lukáš, Martin, Carlos, Sebastian K.; !3915, !3907, !3923, !3925, !3924, !3694, !3912, !3916, !3931, !3918, !3922, !3940, !3946, !3945, !3949, !3942, !3914, !3899, !3954, !3957, !3963, !3967, !3966, !3971, !3962, !3974, !3969, !3976, !3983, !3977, !3979, !3986, !3987, !3988, !3991, !3989, !3992] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, José Expósito, Carlos Garnacho, Christian Hergert, Sophie Herold, Peter Hutterer, Sebastian Keller, Martin Abente Lahaye, Robert Mader, Florian Müllner, Georges Basile Stavracas Neto, sid, Wim Taymans, Marco Trevisan (Treviño), Lukáš Tyrychtr, Daniel van Vugt, Sebastian Wick Translators: Daniel Șerbănescu [ro], Quentin PAGÈS [oc], Vasil Pupkin [be] 47.beta ======= * Fix visibility of Xwayland windows [Michel; !3862] * Add plumbing for transforming color state [Jonas; !3433] * Build and publish GNOME OS systemd-sysext extensions [Martin; !3843] * Implement support for tablet tool keybindings and actions [Peter; !3649] * Add support for tablet tool pressure ranges [Peter; !3794] * Improve sticky behavior with transient dialogs [Jonas; !3870] * Improve placement and focus logic with always-on-top windows [Jonas; !3879] * Expose Orientationmanager to introspection [Ivan; !3880] * Recover from secondary GPU update failures [Daniel; !3817] * Plugged leaks [Sebastian K.; !3884, !3888] * Misc. bug fixes and cleanups [Carlos, Michel, Sebastian W., Pascal, Florian, Martin, Bilal, Daniel, Jonas, Robert; !3860, !3848, !3867, !3869, !3871, !3740, !3872, !3883, !3857, !3885, !3891, !3895, !3898, !3896, !3887, !3901, !3897, !3902, !3329, !3894, !3903, !3906, !3909, !3905, !3910] Contributors: Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, Carlos Garnacho, Peter Hutterer, Sebastian Keller, Ivan Kuzmenko, Martin Abente Lahaye, Robert Mader, Florian Müllner, Pascal Nowack, Daniel van Vugt, Sebastian Wick Translators: Chao-Hsiung Liao [zh_TW] 47.alpha ======== * Fix sending preferred buffer transform [Robert; !3717] * Fix key press events with immediate release being ignored [Carlos; !3721] * Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676] * Fix night light state getting stuck on monitor changes [Michel; !3742] * Fix unsetting clipboard on screen lock [Florian; !3752] * Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720] * Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755] * Implement XDG dialog protocol [Carlos; !3557] * Fix popup menus sometimes closing immediately [Jonas D.; !3631] * Allow building without X11 support [Bilal; !3607, !3765, !3254, !3776, !3853] * Emit signal when accelerator is deactivated [dcz; !3680] * Fix wrong pointer cursor during compositor grabs [Carlos; !3736] * Fix possible out of sync primary selections and clipboard [Carlos; !3789] * Improve monitor matching when restoring windows on hotplug [Jonas Å.; !3753] * Add support for SIZE_HINTS cursor plane property [adarshgm; !3165] * Fix ibus support in popups [Sebastian K.; !3787] * Delay xdg-activation requests until window is mapped [Sebastian W.; !3728] * Fix hardware accelerated rendering when headless [Jonas Å.; !3805] * Merge ClutterColor and CoglColor [Bilal; !3796, !3802, !3544] * Fix performance issues with second virtual monitor [Jonas Å.; !3803] * Add back support for legacy X11 cursor themes [Daniel; !3718] * Add support for DRM lease protocol [Sebastian W., Jonas Å., José; !3746] * Base test backend on native backend instead of X11 [Jonas Å.; !3812] * Fix missing unmap animation of some windows [Michel; !3840] * Fix preedit offsets [Orko; !3845] * Use character offsets to specify surrounding text [Shiki; !3719] * Don't force titlebar on screen on all interactive resizes [Jeffrey; !3764] * Fixed crashes [Carlos, Michel, Keyu, Jonas Å., Sebastian K., Marco, Georges, Sebastian W.; !3715, !3725, !3711, !3758, !3763, !3749, !3732, !3729, !3828, !3783, !3849] * Misc. bug fixes and cleanups [Mart, Florian, Marco, Jonas Å., Sebastian W., Bilal, Michel, Corentin, Georges, Philip, Daniel, Jonas D., José, Pascal, Carlos; !3716, !3723, !3727, !3735, !3731, !3378, !3700, !3743, !3750, !3701, !3757, !3754, !3748, !3759, !3761, !3762, !3730, !3737, !3771, !3775, !3770, !3768, !3781, !3782, !3784, !3788, !3791, !2959, !3792, !3265, !3801, !3804, !3795, !3693, !3793, !3800, !3115, !3806, !3809, !3810, !3816, !3811, !3667, !3799, !3823, !3818, !3813, !3814, !3807, !3827, !3826, !3831, !3829, !3830, !3798, !3833, !3836, !3837, !3835, !3820, !3822, #3540, !3842, !3851, !3747, !3790] Contributors: Jonas Ådahl, adarshgm, Michel Dänzer, dcz, Jonas Dreßler, Bilal Elmoussaoui, José Expósito, Orko Garai, Carlos Garnacho, Sebastian Keller, Jeffrey Knockel, Robert Mader, Florian Müllner, Georges Basile Stavracas Neto, Corentin Noël, Pascal Nowack, Shiki Okasaka, Mart Raudsepp, Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick, Philip Withnall Translators: Hugo Carvalho [pt], Leônidas Araújo [pt_BR], Scrambled 777 [hi], Jose Riha [sk], Милош Поповић [sr] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | libspelling: update 1.2.1 ->> 1.4.0 | Markus Volk | 2024-10-11 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libspelling 0.4.0 ================= This is a stable release for GNOME 47.0 * Protect the SpellingEngine from systems with misconfigured dictionaries. * Protect the SpellingTextBufferAdapter from NULL language codes. * Protect the SpellingJob from uncooperative break chars which could result in zero length runs. * Fix some incorrect licenses. libspelling 0.3.1 ================= This is an unstable release for GNOME 47.rc. * Immediately clear tags for invalidated regions without round-tripping to the checker thread. * Bump soname for ABI changes in 0.3 * Fix licenses to be LGPLv2.1+ * Add sysprof profiler marks for performance profiling * Update example so people know to copy the button-press work to update the menu immediately. * Fix pkg-config fields * Fix libspelling usage from subproject * Make introspection building optional * Documentation improvements libspelling 0.3.0 ================= This is an unstable release for GNOME 47.beta. The highlight for this release is a new threaded spellchecking engine. It performs text analysis and dictionary lookups in bulk off the UI thread. Care is taken to catch collisions in the face of user editing while spellchecking operations are in flight. I expect a significant reduction in initial spellchecking time after opening a document. Opening `gtktextbuffer.c` in Text Editor was more than 8x faster. Currently, libspelling relies on GTK main until 4.15.5 is released so do keep this in mind if you are a distributor. Some API has changed, though that is unlikely to affect any known applications using libspelling. * Many new unit tests are part of the testsuite * SpellingLanguage was renamed to SpellingDictionary * SpellingLanguageInfo was renamed to SpellingLanguage * Various helpers were added to SpellingTextBufferAdapter so that they can update spelling menus. Applications that update the cursor position on clicks before showing menus may want to force the menu updating before `menu.popup`. * SpellingTextBufferAdapter now uses the new GtkTextBufferCommitNotify API in GTK 4.15.5 and newer Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> |