Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

deluge-lang-2.1.1-4.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: deluge-lang Distribution: openSUSE Tumbleweed
Version: 2.1.1 Vendor: openSUSE
Release: 4.3 Build date: Wed Jan 3 09:47:54 2024
Group: System/Localization Build host: reproducible
Size: 2400063 Source RPM: deluge-2.1.1-4.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://deluge-torrent.org/
Summary: Translations for package deluge
Provides translations for the "deluge" package.

Provides

Requires

License

SUSE-GPL-3.0-with-openssl-exception

Changelog

* 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
* Sat Feb 29 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Add a missing requirement python3-setproctitle (boo#1164888).
  - Add a missing requirement python3-Pillow (boo#1164890).
  - Add a missing requirement python3-pycairo (boo#1164892).
  - Use %py3_build and %py3_install macros.
* Sat Jun 22 2019 Andrei Dziahel <develop7@develop7.info>
  - Update to version 2.0.3:
    * Gtk UI
      + Fix errors running on Wayland (#3265).
      + Fix Peers Tab tooltip and context menu errors (#3266).
    * Web UI
      + Fix TypeError in Peers Tab setting country flag.
      + Fix reverse proxy header TypeError (#3260).
      + Fix request.base ‘idna’ codec error (#3261).
      + Fix unable to change password (#3262).
    * Extractor plugin
      + Fix potential error starting plugin.
    * Documentation
      + Fix macOS install typo.
      + Fix Windows install instructions.

Files

/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, Wed May 1 23:23:10 2024