| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: deluge-lang | Distribution: openSUSE Tumbleweed |
| Version: 2.2.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sat Nov 22 21:16:34 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 2557861 | Source RPM: deluge-2.2.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://deluge-torrent.org/ | |
| Summary: Translations for package deluge | |
Provides translations for the "deluge" package.
SUSE-GPL-3.0-with-openssl-exception
* Sat Nov 22 2025 Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
* Fri May 23 2025 Michael Gumsley <gumsley_6@hotmail.com>
- Update to version 2.2.0 (changes since 2.1.1)
* Breaking changes:
+ Removed Python 3.6 support (Python >= 3.7)
* Core
+ Fix GHSL-2024-189 - insecure HTTP for new version check.
+ Fix alert handler segfault.
+ Add support for creating v2 torrents.
* GTK UI
+ Fix changing torrent ownership.
+ Fix upper limit of upload/download in Add Torrent dialog.
+ Fix #3339 - Resizing window crashes with Piecesbar or Stats plugin.
+ Fix #3350 - Unable to use quick search.
+ Fix #3598 - Missing AppIndicator option in Preferences.
+ Set Appindicator as default for tray icon on Linux.
+ Add feature to switch between dark/light themes.
* Web UI
+ Fix GHSL-2024-191 - potential flag endpoint path traversal.
+ Fix GHSL-2024-188 - js script dir traversal vulnerability.
+ Fix GHSL-2024-190 - insecure tracker icon endpoint.
+ Fix unable to stop daemon in connection manager.
+ Fix responsiveness to avoid "Connection lost".
+ Add support for network interface name as well as IP address.
+ Add ability to change UI theme.
* Console UI
+ Fix 'rm' and 'move' commands hanging when done.
+ Fix #3538 - Unable to add host in connection manager.
+ Disable interactive-mode on Windows.
* UI Library
+ Fix tracker icon display by converting to png format.
+ Fix splitting trackers by newline
+ Add clickable URLs for torrent comment and tracker status.
* Label
+ Fix torrent deletion not removed from config.
+ Fix label display name in submenu.
* AutoAdd
+ Fix #3515 - Torrent file decoding errors disabled watch folder.
- Include obs verification service
* Wed Jan 03 2024 Bernhard Wiedemann <bwiedemann@suse.com>
- Normalize .egg mtimes for reproducible builds (boo#1047218)
* Fri Aug 19 2022 Dead Mozay <dead_mozay@opensuse.org>
- Add global typelib AyatanaAppIndicator3 exclude, filter out unneeded and
unwanted AyatanaAppIndicator3 runtime Requires.
* Fri Aug 05 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.1.1 (changes since 2.1.0) (bsc#1203162, CVE-2021-3427):
* Core:
+ Fix missing trackers added via magnet.
+ Fix handling magnets with tracker tiers.
+ Add support for SVG tracker icons.
+ Fix tracker icon error handling.
+ Fix cleaning-up tracker icon temp files.
+ Fix Plugin manager to handle new metadata 2.1.
+ Hide passwords in config logs.
+ Fix cleaning-up temp files in add_torrent_url.
+ Fix KeyError in sessionproxy after torrent delete.
+ Remove libtorrent deprecated functions.
+ Fix file_completed_alert handling.
+ Add plugin keys to get_torrents_status.
+ Add support for pygeoip dependency.
+ Add is_interface and is_interface_name to validate network
interfaces.
+ Fix is_url and is_infohash error with None value.
+ Fix load_libintl error.
+ Add support for IPv6 in host lists.
+ Add systemd user services.
+ Fix refresh and expire the torrent status cache.
+ Fix crash when logging errors initializing gettext.
* Web UI:
+ Fix ETA column sorting in correct order (#3413).
+ Fix defining foreground and background colors.
+ Accept charset in content-type for json messages.
+ Fix 'Complete Seen' and 'Completed' sorting.
+ Fix encoding HTML entities for torrent attributes
to prevent XSS.
* Gtk UI:
+ Fix download location textbox width.
+ Fix obscured port number in Connection Manager.
+ Increase connection manager default height.
+ Fix bug with setting move completed in Options tab.
+ Fix adding daemon accounts.
+ Hide account password length in log.
+ Added a torrent menu option for magnet copy.
+ Fix unable to prefetch magnet in thinclient mode.
+ Use GtkSpinner when testing open port.
+ Update About Dialog year.
+ Fix Edit Torrents dialogs close issues.
+ Fix ETA being copied to neighboring empty cells.
* Console UI:
+ Fix curses.init_pair raise ValueError on Py3.10.
+ Swap j and k key's behavior to fit vim mode.
+ Fix torrent details status error.
+ Fix incorrect test for when a host is online.
+ Add the torrent label to info command.
* AutoAdd:
+ Fix handling torrent decode errors.
+ Fix error dialog not being shown on error.
* Blocklist:
+ Add frequency unit to interval label.
* Notifications:
+ Fix UnicodeEncodeError upon non-ascii torrent name.
* Breaking changes:
+ Python 2 support removed (Python >= 3.6)
+ libtorrent minimum requirement increased (>= 1.2).
* Tue Jun 21 2022 Ben Greiner <code@bnavigator.de>
- Actually needs "twisted[tls]": python-Twisted-tls on Tumbleweed
* Thu Mar 31 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Add global typelib gconf exclude, filter out unneeded and
unwanted gconf2 runtime Requires.
* Thu Dec 16 2021 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.0.5 (changes since 2.0.3):
* Gtk UI
+ Add detection of torrent URL on GTK UI focus.
+ Fix piecesbar crashing when enabled.
+ Remove num_blocks_cache_hits in stats.
+ Fix unhandled error with empty clipboard.
+ Add torrentdetails tabs position menu.
+ Hide pygame community banner in console.
+ Fix cmp function for None types.
+ Fix loading config with double-quotes in string.
+ Fix Status tab download speed and uploaded.
* Web UI
+ Handle torrent add failures.
+ Add menu option to copy magnet URI.
+ Fix md5sums in torrent files breaking file listing.
+ Add country flag alt/title for accessibility.
* Console UI
+ Fix hostlist status lookup errors.
+ Fix AttributeError setting config values.
+ Fix setting "Skip" priority.
* Core
+ Add workaround libtorrent 2.0 file_progress error.
+ Fix allow enabling any plugin Python version.
+ Export torrent get_magnet_uri method.
+ Fix loading magnet with resume_data and no metadata.
+ Fix httpdownloader reencoding torrent file downloads.
+ Fix lt listen_interfaces not comma-separated.
+ Fix unable to remove magnet with delete_copies enabled.
+ Fix Python 3.8 compatibility.
+ Fix loading config with double-quotes in string.
+ Fix pickle loading non-ascii state error.
+ Fix creation of pidfile via command option.
+ Fix for peer.client UnicodeDecodeError.
+ Fix show_file unhandled dbus error.
* Documentation
+ Add How-to guides about services..
* Stats plugin
+ Fix constant session status key warnings.
+ Fix cairo error.
* Notifications plugin
+ Fix email KeyError with status name.
+ Fix unhandled TypeErrors on Python 3.
* Autoadd plugin
+ Fix magnet missing applied labels.
- Use the latest libtorrent-rasterbar version now.
* Sat Nov 07 2020 andy great <andythe_great@pm.me>
- Fix Deluge not starting by changing dependency from
python3-xdg to python3-pyxdg.
* Fri Sep 18 2020 Luigi Baldoni <aloisio@gmx.com>
- Use legacy libtorrent-rasterbar on Tumbleweed
/usr/share/locale/af/LC_MESSAGES/deluge.mo /usr/share/locale/ar/LC_MESSAGES/deluge.mo /usr/share/locale/ast/LC_MESSAGES/deluge.mo /usr/share/locale/be/LC_MESSAGES/deluge.mo /usr/share/locale/bg/LC_MESSAGES/deluge.mo /usr/share/locale/bn/LC_MESSAGES/deluge.mo /usr/share/locale/bs/LC_MESSAGES/deluge.mo /usr/share/locale/ca/LC_MESSAGES/deluge.mo /usr/share/locale/cs/LC_MESSAGES/deluge.mo /usr/share/locale/cy/LC_MESSAGES/deluge.mo /usr/share/locale/da/LC_MESSAGES/deluge.mo /usr/share/locale/de/LC_MESSAGES/deluge.mo /usr/share/locale/el/LC_MESSAGES/deluge.mo /usr/share/locale/en_AU/LC_MESSAGES/deluge.mo /usr/share/locale/en_CA/LC_MESSAGES/deluge.mo /usr/share/locale/en_GB/LC_MESSAGES/deluge.mo /usr/share/locale/eo/LC_MESSAGES/deluge.mo /usr/share/locale/es/LC_MESSAGES/deluge.mo /usr/share/locale/et/LC_MESSAGES/deluge.mo /usr/share/locale/eu/LC_MESSAGES/deluge.mo /usr/share/locale/fa/LC_MESSAGES/deluge.mo /usr/share/locale/fi/LC_MESSAGES/deluge.mo /usr/share/locale/fr/LC_MESSAGES/deluge.mo /usr/share/locale/ga/LC_MESSAGES/deluge.mo /usr/share/locale/gl/LC_MESSAGES/deluge.mo /usr/share/locale/he/LC_MESSAGES/deluge.mo /usr/share/locale/hi/LC_MESSAGES/deluge.mo /usr/share/locale/hr/LC_MESSAGES/deluge.mo /usr/share/locale/hu/LC_MESSAGES/deluge.mo /usr/share/locale/id/LC_MESSAGES/deluge.mo /usr/share/locale/is/LC_MESSAGES/deluge.mo /usr/share/locale/it/LC_MESSAGES/deluge.mo /usr/share/locale/ja/LC_MESSAGES/deluge.mo /usr/share/locale/ka/LC_MESSAGES/deluge.mo /usr/share/locale/kk/LC_MESSAGES/deluge.mo /usr/share/locale/km/LC_MESSAGES/deluge.mo /usr/share/locale/kn/LC_MESSAGES/deluge.mo /usr/share/locale/ko/LC_MESSAGES/deluge.mo /usr/share/locale/lt/LC_MESSAGES/deluge.mo /usr/share/locale/lv/LC_MESSAGES/deluge.mo /usr/share/locale/mk/LC_MESSAGES/deluge.mo /usr/share/locale/ml/LC_MESSAGES/deluge.mo /usr/share/locale/ms/LC_MESSAGES/deluge.mo /usr/share/locale/nb/LC_MESSAGES/deluge.mo /usr/share/locale/nds/LC_MESSAGES/deluge.mo /usr/share/locale/nl/LC_MESSAGES/deluge.mo /usr/share/locale/nn/LC_MESSAGES/deluge.mo /usr/share/locale/oc/LC_MESSAGES/deluge.mo /usr/share/locale/pl/LC_MESSAGES/deluge.mo /usr/share/locale/pt/LC_MESSAGES/deluge.mo /usr/share/locale/pt_BR/LC_MESSAGES/deluge.mo /usr/share/locale/ro/LC_MESSAGES/deluge.mo /usr/share/locale/ru/LC_MESSAGES/deluge.mo /usr/share/locale/si/LC_MESSAGES/deluge.mo /usr/share/locale/sk/LC_MESSAGES/deluge.mo /usr/share/locale/sl/LC_MESSAGES/deluge.mo /usr/share/locale/sr/LC_MESSAGES/deluge.mo /usr/share/locale/sv/LC_MESSAGES/deluge.mo /usr/share/locale/ta/LC_MESSAGES/deluge.mo /usr/share/locale/te/LC_MESSAGES/deluge.mo /usr/share/locale/th/LC_MESSAGES/deluge.mo /usr/share/locale/tr/LC_MESSAGES/deluge.mo /usr/share/locale/uk/LC_MESSAGES/deluge.mo /usr/share/locale/vi/LC_MESSAGES/deluge.mo /usr/share/locale/zh_CN/LC_MESSAGES/deluge.mo /usr/share/locale/zh_HK/LC_MESSAGES/deluge.mo /usr/share/locale/zh_TW/LC_MESSAGES/deluge.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 25 22:40:50 2025