Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2022-04-17 23:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Sun Apr 17 23:50:25 2022 rev:81 rq:970453 version:2.0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2022-02-17 00:32:20.189414624 +0100
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.1941/libtorrent-rasterbar.changes
2022-04-17 23:51:58.646482787 +0200
@@ -1,0 +2,23 @@
+Sat Apr 16 14:49:34 UTC 2022 - Luigi Baldoni <[email protected]>
+
+- Update to version 2.0.6
+ * fix issue creating a v2 torrent from torrent_info containing
+ an empty file
+ * make recheck files also update which files use partfile
+ * add write_through disk_io_write_mode, which flushes pieces
+ to disk immediately
+ * improve copy file function to preserve sparse regions (when
+ supported)
+ * add function to truncate over-sized files part of a torrent
+ * fix directory creation on windows shared folders
+ * add flag to make add_files() not record file attributes
+ * deprecate (unused) allow_partial_disk_writes settings
+ * fix disk-full error reporting in mmap_disk_io
+ * fixed similar-torrents feature for v2 torrents
+ * fix potential unbounded recursion in add_completed_job, in
+ disk I/O
+ * deprecated (unused) volatile_read_cache setting
+- Drop libtorrent-rasterbar-boost_178.patch (merged upstream)
+- Switch to _service
+
+-------------------------------------------------------------------
Old:
----
libtorrent-rasterbar-2.0.5.tar.gz
libtorrent-rasterbar-boost_178.patch
New:
----
_service
libtorrent-rasterbar-2.0.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.wLQaKV/_old 2022-04-17 23:51:59.142483467 +0200
+++ /var/tmp/diff_new_pack.wLQaKV/_new 2022-04-17 23:51:59.146483472 +0200
@@ -26,15 +26,13 @@
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
-Version: 2.0.5
+Version: 2.0.6
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://libtorrent.org/
-Source:
https://github.com/arvidn/%{_name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM libtorrent-rasterbar-boost_178.patch
-Patch0: libtorrent-rasterbar-boost_178.patch
+Source: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.12.0
BuildRequires: fdupes
BuildRequires: gcc-c++
++++++ _service ++++++
<services>
<service mode="disabled" 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.6</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">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>