summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: upgrade 1.9.2 -> 1.9.3wangmy2022-01-072-24/+22
| | | | | | | refresh doxygen-native-only-check-python3.patch Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.4.1 -> 1.5.0wangmy2022-01-072-47/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-install.sh-consider-multilib.patch removed since it is included in 1.5.0 Changelog: Issues for this release <https://github.com/bats-core/bats-core/pull/####> ========= Added: --------- new command line flags (#488) --verbose-run: Make run print $output by default -x, --trace: Print test commands as they are executed (like set -x)` --show-output-of-passing-tests: Print output of passing tests --print-output-on-failure: Automatically print the value of $output on failed tests --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory Experimental: add return code checks to run via !/-<N> (#367, #507) install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (#452) add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (#224, a894fbf) add run flag --separate-stderr which also fills $stderr and $stderr_lines (#47, 5c9b173d, #507) Fixed: --------- don't glob run's $output when splitting into ${lines[@]} (#151, #152, #158, #156, #281, #289) remove empty line after test with pretty formatter on some terminals (#481) don't run setup_file/teardown_file on files without tests, e.g. due to filtering (#484) print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (#495, #145) abort with error on missing flock/shlock when running in parallel mode (#496) improved set -u test and fixed some unset variable accesses (#498, #501) shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (#503) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.13.3 -> 2.13.5Leon Anavi2022-01-071-1/+1
| | | | | | | | | | | Upgrade to release 2.13.5: - Clean up PillowPlugin destructor - Close standard streams after webcam access Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pychromecast: Upgrade 10.1.1 -> 10.2.3Leon Anavi2022-01-071-1/+1
| | | | | | | | | | | Upgrade to release 10.2.3: - Attempt reconnect on unknown exceptions - Handle NotConnected exception when reconnecting Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-isodate: Upgrade 0.6.0 -> 0.6.1Leon Anavi2022-01-071-2/+1
| | | | | | | | | | | Upgrade to release 0.6.1: - support python 3.10 - last version to support py 2.7 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python-cantools: update to 37.0.0Oleksandr Kravchuk2022-01-061-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-parso: upgrade 0.8.2 -> 0.8.3Xu Huan2022-01-061-1/+1
| | | | | | | | | changelog: Add basic support for Python 3.11 and 3.12 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-paramiko: upgrade 2.8.0 ->2.9.1Xu Huan2022-01-061-1/+1
| | | | | | | | See changelog: https://www.paramiko.org/changelog.html Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pandas: upgrade 1.3.4 -> 1.3.5Xu Huan2022-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | changelog: =============================================================================== -Fixed regression in Series.equals() when comparing floats with dtype object to None (GH44190) -Fixed regression in merge_asof() raising error when array was supplied as join key (GH42844) -Fixed regression when resampling DataFrame with DateTimeIndex with empty groups and uint8, uint16 or uint32 columns incorrectly raising RuntimeError (GH43329) -Fixed regression in creating a DataFrame from a timezone-aware Timestamp scalar near a Daylight Savings Time transition (GH42505) -Fixed performance regression in read_csv() (GH44106) -Fixed regression in Series.duplicated() and Series.drop_duplicates() when Series has Categorical dtype with boolean categories (GH44351) -Fixed regression in GroupBy.sum() with timedelta64[ns] dtype containing NaT failing to treat that value as NA (GH42659) -Fixed regression in RollingGroupby.cov() and RollingGroupby.corr() when other had the same shape as each group would incorrectly return superfluous groups in the result (GH42915) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-meh: upgrade 0.50 -> 0.50.1Xu Huan2022-01-061-3/+2
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* ntpsec: Add glibc-2.34/kernel-5.14 seccomp fixesAlex Kiernan2022-01-054-0/+110
| | | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: renumber patchesAndreas Müller2022-01-053-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: Shelve breaking lib rename/linking & split lib to separate packageAndreas Müller2022-01-051-5/+3
| | | | | | | | | | * our rename broke gjs: | /usr/bin/gjs: error while loading shared libraries: libmozjs-78.so: cannot open shared object file: No such file or directory * to reduce image size and to avoid warnings, follow mozjs-91 by splitting library into seperate package Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-gnome-desktop: Mark TUNE_PKGARCH specificAndreas Müller2022-01-051-0/+3
| | | | | | | | | | | | | Fixes: | ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gmime-dev to libgmime-3.0-dev) | ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gnome-menus-dev to libgnome-menu-3-dev) | ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gmime to libgmime-3.0-0) | ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gnome-menus to libgnome-menu-3-0) | ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gmime-dbg to libgmime-3.0-dbg) | ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gnome-menus-dbg to libgnome-menu-3-dbg) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Rename gnome-menus3 -> gnome-menusAndreas Müller2022-01-055-6/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Drop gnome-desktop3 providersAndreas Müller2022-01-059-12/+8
| | | | | | | | | * gnome-desktop3 name was left from gnome2 times * RPROVIDES was broken: Both gnome-desktop and libgnome-desktop were added to RPROVIDES. This caused images with missing gnome-desktop Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: Add gnome-desktop to RDEPENDSAndreas Müller2022-01-051-1/+1
| | | | | | | | Without this only gnome-desktop libs are installed and gnome-shell complains for missing 'GnomeDesktop' typelib. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pugixml: upgrade 1.11.2 -> 1.11.4zhengruoqin2022-01-051-2/+1
| | | | | | | | | | | | | | | Changelog: ========= This patch reintroduces pugixml target for CMake when find_package is used, which was accidentally removed from v1.11. It's recommended that pugixml::pugixml target is used instead, but this patch restores pugixml target for existing applications / libraries that depend on it. The previous patch, v1.11.3, did not handle repeated attempts to call find_package; this patch fixes that particular corner case. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-helper: upgrade 1.27 -> 1.28wangmy2022-01-053-93/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-build-openssl-remove-RSA_SSLV23_PADDING-constant-usa.patch 0001-nss-use-nss-pkcs11-h.patch removed since they're included in 1.28. Changelog: ========= * build: openssl: remove RSA_SSLV23_PADDING constant usage due to openssl-3 compatibility. * build: nss: use nss pkcs11.h * build: windows: checksum in PE * build: windows: support openssl-1.1.1 * mbed: require >=mbedtls-2, mbed dropped polarssl compatibility, * certificate: add methods accept full mechanism * core: load provider library as private. * core: add pkcs11h_getProperty, pkcs11h_setProperty to support adding properties without breaking API. * core: add pkcs11h_initializeProvider, pkcs11h_registerProvider, pkcs11h_setProviderProperty, pkcs11h_setProviderPropertyByName to support adding properties without breaking API * core: add initialization arguments property * core: add PKCS11H_PROVIDER_PROPERTY_PROVIDER_DESTRUCT_HOOK. * session: respect login required token flag. * certificate: respect always authenticate flag. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 5.0.0 -> 5.1.0wangmy2022-01-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* weechat: upgrade 3.0 -> 3.4wangmy2022-01-052-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh 0001-use-pkg-config-for-gcrypt-instead.patch License-Update: Url changed from "https://www.gnu.org/philosophy/why-not-lgpl.html" to "https://www.gnu.org/licenses/why-not-lgpl.html" Changelog: ========= New features ---------------- core: add support of static arrays in hdata core: add command /toggle api: add parameters pointers, extra_vars and options in function hdata_search api: add user variables in evaluation of expressions with "define:name,value" api: add IRC message parameters "param1" to "paramN" and "num_params" in output of irc_message_parse irc: allow quotes around IRC message in command /server fakerecv trigger: hide key and password in command "/msg nickserv setpass nick key password" trigger: add support of option "-server" when hiding passwords in command /msg nickserv register Bug fixes --------------- core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" when multiple "strip_items" are given core: fix random integer number with large range in evaluation of expressions on GNU/Hurd core: fix access to integer/long/time arrays in hdata api: fix search of option when the section is not given in functions config_search_option and config_search_section_option irc: fix join of channels with long name (issue #1717) irc: fix parsing of parameters in all IRC messages (issue #1666) irc: fix parsing of CAP message when there is no prefix (issue #1707) irc: fix parsing of TAGMSG message when there is a colon before the channel Documentation --------------- doc: remove tester's guide doc: add dark theme (automatic, following browser/desktop settings) doc: make build reproducible doc: disable web fonts doc: switch from prettify to pygments for syntax highlighting Tests -------------- core: add build with CMake and Ninja in CI core: add build on macOS 11 in CI Build ------------ ruby: add detection of Ruby 3.0 (issue #1721, issue #1605) core: add targets "changelog" and "rn" to build HTML version of ChangeLog and release notes (CMake build only) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: update to latest stable 3.4.11Armin Kuster2022-01-052-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more infromation, see: https://www.wireshark.org/docs/relnotes/wireshark-3.4.11.html refresh 0004-lemon-Remove-line-directives.patch Includes CVEs: 3.4.11: wnpa-sec-2021-16 Gryphon dissector crash. Issue 17737. CVE-2021-4186. wnpa-sec-2021-17 RTMPT dissector infinite loop. Issue 17745. CVE-2021-4185. wnpa-sec-2021-18 BitTorrent DHT dissector infinite loop. Issue 17754. CVE-2021-4184. wnpa-sec-2021-20 RFC 7468 file parser infinite loop. Issue 17801. CVE-2021-4182. wnpa-sec-2021-21 Sysdig Event dissector crash. CVE-2021-4181. 3.4.10: wnpa-sec-2021-07 Bluetooth DHT dissector crash. Issue 17651. CVE-2021-39929. wnpa-sec-2021-08 Bluetooth HCI_ISO dissector crash. Issue 17649. CVE-2021-39926. wnpa-sec-2021-09 Bluetooth SDP dissector crash. Issue 17635. CVE-2021-39925. wnpa-sec-2021-10 Bluetooth DHT dissector large loop. Issue 17677. CVE-2021-39924. wnpa-sec-2021-11 PNRP dissector large loop. Issue 17684. wnpa-sec-2021-12 C12.22 dissector crash. Issue 17636. CVE-2021-39922. wnpa-sec-2021-13 IEEE 802.11 dissector crash. Issue 17704. CVE-2021-39928. wnpa-sec-2021-14 Modbus dissector crash. Issue 17703. CVE-2021-39921. wnpa-sec-2021-15 IPPUSB dissector crash. Issue 17705. CVE-2021-39920. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsrtp: Add support for specifying the crypto libraryPeter Kjellerstedt2022-01-051-0/+4
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 40.2 -> 41.1Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | Major changes in 41.1 ===================== * Cache Scripts and New Document menus to avoid lags (António Fernandes) * Ellipsize subtitle label in trash bar to reduce minimum width (António Fernandes) * Fix build with meson 0.60.0 (Albert Vaca Cintora) * Don't change action when unchecking in File Conflict dialog (António Fernandes) * Fix progress reporting when skipping during extraction (Ondrej Holy) * Offer skipping in case of extraction failure only when there are more files (Ondrej Holy) * Remove leftover files after extraction failure (Ondrej Holy) * Set keyboard focus on the row with the selected archive format (Clyde Laforge) * Translation updates Major changes in 41.0 ===================== * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 41.0 -> 41.2Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 41.2 ==== * Fix blank screen when unplugging docking station [Jonas; !2097] * Prefer GBM over EGLStream where possible [Jonas; !2051, !2052] * Fix unredirected Xwayland windows not getting updated [Michel; !2112] * Improve anti-aliasing of background corners [Daniel; !2102] * Copy damage rectangles to secondary GPU [Piotr; !2033] * Improve Wacom tablet mapping [Carlos; !2107] * Fixed crashes [Jonas, Daniel; #1950, !2081, !2104, !1991, !2127] * Misc. bug fixes and cleanups [Simon, Corentin, Pascal; !2049, !2119, !2138] 41.1 ==== * Fix monitor screencast scanouts [Michel; !1914] * dma-buf: Use alpha-less pixel formats where appropriate [Robert; !1810] * wayland: Allow clients to maximize windows regardless of constraints [Christian; !1997] * Handle hotplug events without relevant changes more effectively [Marco; !1964] * Improve error reporting when startup fails [Jonas; !1994] * dma-buf: Add support for ABGR and XBGR formats [Erfan; !1999] * Fix X11 middle button emulation setting [José; !2000] * Include server-side shadows in window screenshots [Robert; !1996] * Don't change workspaces of unmanaged windows [Sebastian; !2003] * Reset idletime when unplugging the power cable [Bastien; !2029] * xwayland: Avoid unnecessary _NET_WM_STATE events [Dor; !2032] * Fix videos in Firefox stuttering in overview [Robert; !2034] * Don't use atomic mode setting for virtio_gpu driver [Jonas; !2040] * Improve on-screen keyboard on X11 [Sebastian, Ray; !1955, !2039] * misc [Daniel, Jonas, Corentin, Robert; !1992, !2007, !2008, !2026, !2044] * Fix text glitches after size changes [Sebastian; !2006] * Fix reporting output rotation to xwayland [Olivier; !2050] * wayland: Accept final preference of drop destination [Robert; !2043] * Fix erratic scrolling in GTK apps [Carlos; gnome-shell#4647] * Fix tilt direction of pen/tablet inputs [Quytelda; !2065] * Use b/w unicode for tablet mode OSD [Carlos; !2064] * Fix negative paint volume offscreen effect [Sebastian; !2031] * Only add paint volumes of mapped actors to stage clip [Robert; !2035] * Fix mapping tablet input to correct monitor [Jason; !1934] * Misc. bug fixes and cleanups Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: upgrade 3.40.0 -> 3.42.0Andreas Müller2022-01-053-76/+8
| | | | | | | | | | | | | | refresh/remove patch Version 3.42.0 ============== - Enable XPresent compositor. (#13) - Fix regression in opacity handling. (#19) - Fix tooltip style. (#25) - Updated translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgtkstylus: removeAndreas Müller2022-01-052-34/+0
| | | | | | | nothing around dependa on it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: upgrade 1.14.47 -> 1.14.48Andreas Müller2022-01-051-2/+1
| | | | | | | | | libgsf 1.14.48 * Fix win32 build. * Add "zip64" readable property of GsfInfileZip. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview4: upgrade 4.8.1 -> 4.8.2Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | News in 4.8.2, 2021-09-03 ------------------------- * New syntax highlighting definition file for: STAR * Improved syntax highlighting definition file for: YARA, LLVM * GtkSourceMap now avoids animation while scrolling in response to clicks. This should help prevent some hysteresis. * GObject Introspection fixes * Fixed decrement of negative numbers in GtkSourceView * Improvements to style schemes: kate * Fixed build-time macros for version checking in some scenarios * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gthumb: upgrade 3.10.3 -> 3.12.0Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | version 3.12.0 -------------- Bugs fixed: * Fix memory leak when loading webp, jxl, avif images. (Jürg Billeter) * Check if image is null before using it. (!189) * Added a Flatpak manifest. (AsciiWolf) Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsound: upgrade 1.0.2 -> 1.0.3 / build with mesonAndreas Müller2022-01-052-32/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.42.0 -> 3.42.1Andreas Müller2022-01-051-1/+1
| | | | | | | Czech translation update Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-system-monitor: upgrade 40.1 -> 41.0Andreas Müller2022-01-051-1/+1
| | | | | | | Translations only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: upgrade 41.0 -> 41.1Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | 41.1 ==== * native-window-placement: Fix distorted layout in app grid [Sebastian; !189] * window-list: Fix on-screen keyboard [Florian; !199] * Misc. bug fixes [Neal; !195] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 41.0 -> 41.2Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 41.2 ==== * Fix wrongly rejected D-Bus calls after gnome-shell restarts [Sebastian; !2048] * magnifier: Avoid offscreen rendering if possible [Sebastian; !2026] * Improve handling of all-day/zero-length events in calendar [Sebastian; !2023] * Keep keyboard focus in notification list after deleting message [Dylan; !2053] * Misc. bug fixes and cleanups [Evan; !2036] 41.1 ==== * Fix icon updates while hidden [Marco; !1983] * Fix erratic scrolling in GTK apps [Christian, Carlos; !1993, #4647] * Fix GTK color picker support [Florian; !1990] * Fix sound-file support in notifications [Florian; !1991] * Fix high-contrast switches [Florian; !2000] * Only allow one extension prefs dialog at a time [Florian; #4564] * Fixed crashes [Ray, Sebastian; !2004, !2014] * Misc. bug fixes and cleanups [Jonas, Florian, Jakub, Carlos; !1985, !1998, !1996, !1979, !2007, !2010] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-screenshot: upgrade 40.0 -> 41.0Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | GNOME Screenshot 41.0 - 13th November 2021 - Drop support for non-unique mode in headless instance [Sebastian Keller] - metainfo: Align app name with .desktop name [Sophie Herold] - Translation updates: British English, Bulgarian, Catalan, Croatian, Friulian, Hebrew, Icelandic, Nepali, Occitan, Persian, Portuguese, Russian, Swedish, Ukrainian, Vietnamese, Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: upgrade 40.0 -> 41.0Andreas Müller2022-01-051-1/+1
| | | | | | | Just translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-flashback: upgrade 3.40.0 -> 3.42.1Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | Version 3.42.1 ============== - Fix crash in monitor manager. (!41) Version 3.42.0 ============== - Changes/fixes to monitor manager from mutter. - Updated translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: upgrade 40.1 -> 41.0Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 41.0 - September 18, 2021 * metainfo: Add minimum screen size requirement and input recommendations * desktop-file: Add X-Purism-Form-Factor * Updated translations 41.rc - September 2, 2021 * Updated translations 41.beta - August 14, 2021 * gducreateformatdialog: Use LUKS2 for new encrypted partitions * volume-menu/gduwindow: Add button and dialog to take filesystem ownership * ui: Change the icon of the detach loop device button * shortcuts: Add keyboard shortcut for the application menu * gduwindow: Make menus toggleable * ui: Change the icon of the job cancel button * ui: Align job section * ui: Enable ellipsis on the job remaining label * gdubenchmarkdialog: Save benchmark settings * Flatpak build fixes * Flatpak build fixes * Updated translations: Siged-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: upgrade 41.0 -> 41.2Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | Version 41.2 - No changes Version 41.1 - gnome-languages: Avoid passing NULL to newlocale - Avoid the use of `allow-none` for out parameters - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: upgrade 41.1 -> 41.2Andreas Müller2022-01-051-1/+1
| | | | | | | | Version 41.2 - Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar; upgrade 41.0 -> 41.2Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | Major changes in 41.2: * Various fixes to timezone handling * Updated translations Major changes in 41.1: * Fix Google Meet URL detection * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: upgrade 40.1 -> 41.1Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | Overview of changes in gnome-calculator 41.1 * Updated Translations * Do not force width for basic mode #42 (Robert Roth) Overview of changes in gnome-calculator 41.0 * Updated Translations * Use first translated symbol for conversion with button #219 (Robert Roth) * Appdata includes hardware support information (Adrien Plazas) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: upgrade 0.3.3 -> 0.4.1 / build with mesonAndreas Müller2022-01-051-1/+6
| | | | | | | | | | | | | | | Major changes in 0.4.1: * Fix regression of extraction in symlinked locations (Ondrej Holy) * Handle passphrase prompt cancellation to prevent showing error dialogs (Ondrej Holy) * Downgrade meson dependency to 0.56.0 (Felipe Borges, Ondrej Holy) Major changes in 0.4.0: * Port to meson build system (Iñigo Martínez, Peter Keresztes Schmidt) * Add support for creation of password-protected archives (Ondrej Holy) * Fix extraction of archives with absolute paths (Ondrej Holy) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.40.2 -> 3.42.2Andreas Müller2022-01-051-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 40.4 -> 41.3Andreas Müller2022-01-051-4/+1
| | | | | | | | | | | | | | * browser plugin was removed in 41.alpha * See changelogs at [1-5] [1] https://ftp.fau.de/gnome/sources/evince/41/evince-41.3.news [2] https://ftp.fau.de/gnome/sources/evince/41/evince-41.2.news [3] https://ftp.fau.de/gnome/sources/evince/41/evince-41.1.news [4] https://ftp.fau.de/gnome/sources/evince/41/evince-41.0.news [5] https://ftp.fau.de/gnome/sources/evince/41/evince-41.alpha.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* amtk: upgrade 5.2.0 -> 5.3.1 / build with mesonAndreas Müller2022-01-051-1/+5
| | | | | | | | | | News in 5.3.1, 2021-01-11 ------------------------- * Build: port to Meson, remove Autotools. * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: initial add 5.2.0Andreas Müller2022-01-051-0/+34
| | | | | | | It is a dependency for upcoming gnome-text-editor Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: upgrade 5.4.1 -> 5.4.2Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 5.4.2 NEW in "using" context, $# means "number of columns in current data line" NEW define on program entry: I = sqrt(-1) = {0.,1.} NEW support input data that uses epidemiological date-week formats NEW optional fillcolor for "set key opaque" NEW provide and document use of a plugin to provide uigamma function CHANGE much improved domain and precision for igamma function CHANGE generate only one key entry per multi-dataset input file Bug #2380 CHANGE (Windows): attempt to convert unicode on command line to UTF-8 CHANGE clip `with image` to plot boundary in 2D plots CHANGE In gprintf format "%c", add no space for a null prefix Bug #2266 CHANGE Make auto-placement of left border less sensitive to plot size Bug #2415 FIX time formats %U %W Bug #2390 FIX left-justification of titles in splot with user-specified key position FIX clipping of filled polygons that have only 1 or 2 vertices Bug #2400 FIX "set tics front" unexpectedly made all grid lines invisible FIX more terminals support requested linewidth for textbox borders FIX indexing of multiple matrix data sets in a single input file FIX do not inject extra '\n' into input stream after 'set term' Bug #2292 FIX cairo terminals: Do not lose font info during multi-line enhanced text FIX cairo terminals (Windows): ignore "text scaling" from user screen settings FIX pm: better mousing and font handling FIX win: instabilities associated with changing window size Bug #2301 #2304 FIX wxt: use of multiple plot windows from single-threaded wxt terminal FIX qt: prevent creation of zombie gnuplot_qt process Bug #2188 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: upgrade 1.37 -> 1.3.8Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Geany Plugins 1.38 (2021-10-09) GeanyCTags * Fix (re-)generating ctags file with relative paths (PR #708) GeanyVC: * Report a completion status of the commit command (Issue #837, PR #1026) * Correct tooltip display for the attach to menubar action (Issue #1032 PR #1033) PrettyPrinter: * Use stdbool.h istead of redefining bool (Issue #1059, Issue #1023, PR #1053) Spellcheck: * Add documentation about maintaining personal dictionaries (PR #1108) Treebrowser: * Avoid double node clear (PR #1015) Vimmode: * Ignore key-presses containing command on macOS (Issue #991, PR #1099) * Ignore special command handling in insert mode (Issue #1075, PR #1100) * Enable '.' to also repeat last inserted text (Issue #1101, PR #1102) * Fix line operation problems when NL is missing at EOF (Issue #1060, PR #1103) * Add special handling to include destination char for some commands (Issue #1052, PR #1104) * Add some more ex commands (PR #1104) Windows * Switch Windows builds to GTK3 and x86_64 (PR #1107). * Fix crashes in Git Changebar, Lua, Macro and Numbered Bookmarks plugins (PR #1106) * Remove Markdown and WebHelper plugins from Windows installer due to missing dependencies (WebkitGTK) (PR #1107) Internationalization: * Updated translations: da, de, es, pt, tr, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>