1
0

Accepting request 1147576 from home:alois:branches:devel:libraries:c_c++

- Update to version 2.0.10
  * allow on_unknown_torrent method in the absence of active
    torrents (new plugin feature added)
  * add feature to async_move_storage() to not move files
  * fix reject resume data if it contains mismatching info hashes
  * fix clear the candidate_cache when clear peer_list
  * fix missing python converter for dht::announce_flags_t
- Update _service file for manualrun

OBS-URL: https://build.opensuse.org/request/show/1147576
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=174
This commit is contained in:
2024-02-19 13:08:26 +00:00
committed by Git OBS Bridge
parent 4bb7aaf8c1
commit 8a22941014
5 changed files with 21 additions and 9 deletions

View File

@@ -1,16 +1,16 @@
<services>
<service mode="disabled" name="tar_scm">
<service mode="manual" name="tar_scm">
<param name="url">https://github.com/arvidn/libtorrent.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v2.0.9</param>
<param name="revision">v2.0.10</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">libtorrent-rasterbar</param>
</service>
<service mode="disabled" name="recompress">
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="manual" name="set_version" />
</services>

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 19 13:01:31 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.0.10
* allow on_unknown_torrent method in the absence of active
torrents (new plugin feature added)
* add feature to async_move_storage() to not move files
* fix reject resume data if it contains mismatching info hashes
* fix clear the candidate_cache when clear peer_list
* fix missing python converter for dht::announce_flags_t
- Update _service file for manualrun
-------------------------------------------------------------------
Mon May 22 08:15:28 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtorrent-rasterbar
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
Version: 2.0.9
Version: 2.0.10
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause