Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 58329e0a03 | |||
| ff9a2da890 | |||
| 6622f31307 | |||
| 9cdc7a98ca | |||
| d515c04252 | |||
| ca1ea96c99 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d71ddefe3c572e05362542a0d9fd0240d8d4e1578ace55a8b3245176e7fd8935
|
||||
size 24328
|
||||
3
btfs-3.1.tar.gz
Normal file
3
btfs-3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c363f04149f97baf1c5e10ac90677b8309724f2042ab045a45041cfb7b44649b
|
||||
size 24847
|
||||
12
btfs.changes
12
btfs.changes
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 19:04:41 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Drop unused libboost_system dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 20:36:37 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 3.1:
|
||||
* Add command-line option to disable logs
|
||||
* port to fuse 3 (boo#1243031)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 15:49:01 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
||||
16
btfs.spec
16
btfs.spec
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package btfs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: btfs
|
||||
Version: 2.24
|
||||
Version: 3.1
|
||||
Release: 0
|
||||
Summary: A BitTorrent file system based on FUSE
|
||||
License: GPL-3.0-or-later
|
||||
@@ -26,15 +27,10 @@ Source: https://github.com/johang/%{name}/archive/v%{version}.tar.gz#/%{
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: c++_compiler
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: libboost_system-devel
|
||||
%else
|
||||
BuildRequires: libboost_system1_75_0-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libtorrent-rasterbar) > 0.16
|
||||
BuildRequires: pkgconfig(fuse3) >= 3.0
|
||||
BuildRequires: pkgconfig(libcurl) >= 7.22.0
|
||||
BuildRequires: pkgconfig(libtorrent-rasterbar) >= 1.0.0
|
||||
|
||||
%description
|
||||
With BTFS, you can mount any .torrent file or magnet link and then use it as
|
||||
|
||||
Reference in New Issue
Block a user