4 Commits

8 changed files with 53 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b735fb7baa614f91c95332da5b0480cb54b7904e46c56ea13cd91db43d87ca46
size 2307084

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c69e4036856eaa2160883bed555665f2be9beb37f4b161f8ab7730a00b1eb49
size 2101260

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Nov 03 19:16:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.0.1+git339.902a2b5:
* misc: Update crates
* misc: Don't use RefCell for primitives
* connection_row: Fix missing checkmark icon
* misc: Replace ambiguous this with imp or obj
* actions: Add verify-local-data action
* misc: Reference in-tree crates instead of crates.io
* Import transmission-gobject crate
* Import transmission-client crate
* misc: Use async-std backend for oo7 and ashpd
* session: Expose speed limits
* torrent: Expose download/upload limits
* torrent: Expose verify-local-data
* torrent_row: Set halign center for spinner
* utils: Make speed translatable
* misc: Update deps / set edition to 2024
* misc: Fix clippy / rustfmt
* misc: Make rustfmt happy
* misc: Apply clippy fixes
* misc: Upgrade gtk-rs to 0.21
* Upgrade to gtk-rs 0.21, add async-compat
* Port from isahc to reqwest
* Updated translations.
- Update vendored dependencies.
-------------------------------------------------------------------
Sun Apr 6 12:04:14 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Exclude s390x arch as a buildtarget, fails to build.
-------------------------------------------------------------------
Mon Aug 19 19:36:17 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +1,4 @@
name: Fragments
version: 3.0.1
mtime: 1717081085
commit: 95bf648a2f7bf44961f763dc1c6b0b69cd5dd49c
version: 3.0.1+git339.902a2b5
mtime: 1761396795
commit: 902a2b5c0f3ccb8510bb7f66642e87d6f5fe5798

View File

@@ -1,7 +1,7 @@
#
# spec file for package Fragments
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define _lto_cflags %{nil}
Name: Fragments
Version: 3.0.1
Version: 3.0.1+git339.902a2b5
Release: 0
Summary: A GTK4 BitTorrent Client
License: GPL-3.0-only
@@ -48,6 +48,7 @@ BuildRequires: pkgconfig(gtk4) >= 4.0.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.0
BuildRequires: pkgconfig(sqlite3) >= 3.20
Requires: transmission-daemon
ExcludeArch: s390x
%description
Fragments is an easy to use BitTorrent client which follows the

View File

@@ -2,9 +2,11 @@
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.gnome.org/World/Fragments.git</param>
<param name="scm">git</param>
<param name="revision">refs/tags/3.0.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">902a2b5c</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/World/Fragments.git</param>
<param name="changesrevision">902a2b5c0f3ccb8510bb7f66642e87d6f5fe5798</param></service></servicedata>

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:145b8afc2c50bfce04a21a85c281d0a8a521821ae0be3a285e353f3c5cca7fc0
size 34707728
oid sha256:2e9ecb66c3efcbf73b1f6e68ff9eb71a917fc11edf51b87048487c7840149afa
size 40311885