Changelog for
Fragments-lang-3.0.1-66.7.noarch.rpm :
* Mon Aug 19 2024 Bjørn Lie
- Disable LTO, fails to build with GCC 14.- Drop obsolete audit from _service, it is automatic now.
* Thu Jun 13 2024 Joshua Smith - Remove obsoleted cargo_config -- Now part of vendor source- Update to version 3.0.1:
* Update to Transmission 4.0.6
* New sandboxed backend for storing remote passwords
* Fixed layout issues with empty state view
* Updated translations- Updates from version 3.0.0: New features:
* Added torrents can now be searched
* In addition to magnet links, \"
*.torrent\" links in the clipboard are now also recognized
* Prevent system from going to sleep when torrents are active
* New torrents can be added via drag and drop
* Automatic trashing of \"
*.torrent\" files after adding them
* Stop downloads when a metered network gets detected Improvements:
* When controlling remote sessions, the local Transmission daemon no longer gets started
* Torrents are automatically restarted if an incorrect location has been corrected
* Torrents can now also be added via CLI
* Clipboard toast notification is no longer displayed multiple times
* Reduced CPU/resource consumption through adaptive polling interval
* Improved accessibility of the user interface
* Modernized user interface through the use of new Adwaita widgets
* Update from Transmission 3.0.5 to 4.0.5
* Fri Jun 23 2023 Bjørn Lie - Update to version 2.1.1: + New F10 shortcut to open main menu. + Updated translations.
* Wed Jun 21 2023 Bjørn Lie - Use %build_rustflags instead of the deprecated %__default_rustflags macro. Requires at least cargo-packaging %1.2.0+3.
* Thu Jun 15 2023 Bjørn Lie - Use %__default_rustflags instead of the deprecated %__rustflags macro. Requires at least cargo-packaging 1.2.0+2.
* Wed Apr 12 2023 Bjørn Lie - Use rustflags in check section also + run cargo_test macro.- Add constraints, we need a bigger hdd than some of the builders provide.
* Wed Apr 12 2023 Luciano Santos - Drop %rustflags macro definition and use %__rustflags from cargo-packaging package instead.
* Thu Mar 16 2023 Bjørn Lie - Automatic update of vendored dependencies
* Wed Dec 28 2022 Bjørn Lie - Update to version 2.1: + Allow changing the location of a single torrent + New menu option to resume all torrents + Torrent errors are now displayed instead of ignoring them silently + Display message when the configured download/incomplete directory is not available + Transmission daemon is only started when necessary, and no longer runs continuously in the background + Application window can now be closed with CTRL+W + Fixed issue that already added magnet links were not recognised + Fixed a crash related to the \"Automatically Start Torrents\" setting + User interface improvements by using new Libadwaita widgets. + Updated translations.- Replace rust-packaging with cargo-packaging BuildRequires.
* Mon Jun 20 2022 William Brown - Automatic update of vendored dependencies
* Tue May 24 2022 William Brown - Automatic update of vendored dependencies
* Thu Feb 17 2022 Bjørn Lie - Update to version 2.0.2 (boo#1195875): + Port to rust. + Port to gtk4 + Switch to rely on transmission-daemon as torrent backend.- Drop BuildRequires no longer needed: + libcurl-devel + libevent-devel + libminiupnpc-devel + vala + pkgconfig(gio-unix-2.0) + pkgconfig(gobject-2.0) + pkgconfig(gtk+-3.0) + pkgconfig(libhandy-0.0) + pkgconfig(zlib)- Add new BuildRequires: + git + libxml2-tools + rust-packaging + pkgconfig(dbus-1) + pkgconfig(gtk4) + pkgconfig(libadwaita-1) + pkgconfig(sqlite3)- Drop patches fixed upstream: + Fragments-fix-vala-syntax-error.patch + Fragments-no-duplicate-LINGUAS.patch + Fragments-fix-meson-0610.patch- Add transmission-daemon Requires.- Add rust config bits in service.- Add _lto_cflags %%{?_lto_cflags} -ffat-lto-objects define, build fails linking without.
* Tue Feb 01 2022 Bjørn Lie - Add Fragments-fix-meson-0610.patch: Fix build with meson 0.61.0 and newer.- Drop update-desktop-files BuildRequires and macro, no longer needed.- Add appstream-glib and desktop-file-utils BuildRequires and add check section and run meson_test macro, validate appadata and desktop file.- Replace gcc-c++ with generic c++_compiler and c_compiler BuildRequires.
* Thu Jan 20 2022 Dominique Leuenberger - Add Fragments-no-duplicate-LINGUAS.patch: LINGUAS: Order alphabetically, remove duplicated entry, backported commit a2fdc6f7.