Hello community,

here is the log from the commit of package libtorrent for openSUSE:Factory 
checked in at 2019-07-31 14:31:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent (Old)
 and      /work/SRC/openSUSE:Factory/.libtorrent.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtorrent"

Wed Jul 31 14:31:12 2019 rev:12 rq:719868 version:0.13.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtorrent/libtorrent.changes    2017-12-12 
21:23:14.601634568 +0100
+++ /work/SRC/openSUSE:Factory/.libtorrent.new.4126/libtorrent.changes  
2019-07-31 14:31:20.773996965 +0200
@@ -1,0 +2,33 @@
+Wed Jul 24 17:52:33 UTC 2019 - [email protected]
+
+- Update to 0.13.8
+       * Close log files when reusing a name. (pyroscope)
+       * Increased max timeout for tracker requests.
+       * Set max piece size 512mb.
+       * Switch to C++11 MRT RNG for random bytes. (lps-rocks)
+       * Added support for openssl 1.1.
+       * Fix honoring throttle.min_peers* settings in rtorrent. (chros)
+       * Improved failed tracker bencode parsing. (chros)
+       * Added example rtorrent.rc. (g0tmi1k)
+       * Added a temporary name filter. (Toff)
+       * Added 'log.close' command.
+       * Added 'd.tracker_announce.force' command.
+       * Added 'event.system.startup_done/shutdown' commands/events. (chros)
+       * Added 'd.custom.if_z' command. (pyroscope)
+       * Added 'd.multicall.filtered' command. (pyroscope)
+       * Added 'event.view.hide/show' commands. (pyroscope)
+
+- Update to 0.13.7
+       * Fixed ip filter memory usage. (sallyswiss/chros73)
+       * Add space to fmt str in log_gz_file_write. (pastly)
+       * Fix compilation issue with gcc v6.x and empty CXXFLAGS. (chros73)
+       * Fix BEP7 compatibility with IPv6 trackers and IPv4 peers.
+       * Include SCGI/XMLRPC example in rtorrent.rc. (ss23)
+       * Handle SIGHUP like SIGINT. (pyroscope)
+       * Fix Throttle args. (chros73)
+       * Fix missing ranlib - not defined but used. (duraki)
+       * Fix no // are at start of expanded paths. (pyroscope)
+       * Fix ncurses header include. (theirix)
+       * Fix segfault when viewing a magnet download in the leeching view. 
(slingamn)
+
+-------------------------------------------------------------------

Old:
----
  _service
  libtorrent-0.13.6.g126.tar.xz

New:
----
  libtorrent-0.13.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libtorrent.spec ++++++
--- /var/tmp/diff_new_pack.c6HPgh/_old  2019-07-31 14:31:21.565996420 +0200
+++ /var/tmp/diff_new_pack.c6HPgh/_new  2019-07-31 14:31:21.577996412 +0200
@@ -16,19 +16,17 @@
 #
 
 
-
+%define rtorrentvers 0.9.8
 Name:           libtorrent
-%define lname  libtorrent19
-Version:        0.13.6.g126
+%define lname  libtorrent21
+Version:        0.13.8
 Release:        0
 Summary:        A BitTorrent library written in C++
 License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          Productivity/Networking/File-Sharing
 Url:            http://github.com/rakshasa/libtorrent
 
-#Git-Clone:    git://github.com/rakshasa/libtorrent
-#Source:         https://github.com/rakshasa/libtorrent/archive/%version.tar.gz
-Source:         %name-%version.tar.xz
+Source:         
https://github.com/rakshasa/rtorrent/releases/download/v%{rtorrentvers}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -37,7 +35,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkg-config
-BuildRequires:  xz
+BuildRequires:  gzip
 BuildRequires:  zlib-devel
 
 %description


Reply via email to