Upgrade to 1.2.4
This commit is contained in:
parent
ff88585686
commit
f2084f1139
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libtorrent-rasterbar-1.1.13.tar.gz
|
||||
/libtorrent-rasterbar-1.2.2.tar.gz
|
||||
/libtorrent-rasterbar-1.2.4.tar.gz
|
||||
|
11
gcc10.patch
11
gcc10.patch
@ -1,11 +0,0 @@
|
||||
diff -Nrup a/include/libtorrent/span.hpp b/include/libtorrent/span.hpp
|
||||
--- a/include/libtorrent/span.hpp 2019-09-24 03:52:01.000000000 -0600
|
||||
+++ b/include/libtorrent/span.hpp 2019-10-29 11:21:24.793750340 -0600
|
||||
@@ -33,6 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#ifndef TORRENT_SPAN_HPP_INCLUDED
|
||||
#define TORRENT_SPAN_HPP_INCLUDED
|
||||
|
||||
+#include <string>
|
||||
#include <array>
|
||||
#include <type_traits>
|
||||
#include "libtorrent/assert.hpp"
|
@ -15,19 +15,17 @@
|
||||
|
||||
|
||||
Name: rb_libtorrent
|
||||
Version: 1.2.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A C++ BitTorrent library aiming to be the best alternative
|
||||
|
||||
License: BSD
|
||||
URL: https://www.libtorrent.org
|
||||
Source0: https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_2_2/libtorrent-rasterbar-%{version}.tar.gz
|
||||
Source0: https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_2_4/libtorrent-rasterbar-%{version}.tar.gz
|
||||
Source1: %{name}-README-renames.Fedora
|
||||
Source2: %{name}-COPYING.Boost
|
||||
Source3: %{name}-COPYING.zlib
|
||||
|
||||
Patch0: gcc10.patch
|
||||
|
||||
%if 0%{?rhel}
|
||||
# aarch64 is broken and I have zero interest in fixing it
|
||||
ExcludeArch: aarch64
|
||||
@ -122,7 +120,6 @@ Python applications.
|
||||
|
||||
%prep
|
||||
%setup -q -n "libtorrent-rasterbar-%{version}"
|
||||
%patch0 -p1
|
||||
sed -i -e 's|include/libtorrent/version.hpp|../include/libtorrent/version.hpp|' configure configure.ac
|
||||
|
||||
autoreconf -fiv
|
||||
@ -292,6 +289,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2020 Leigh Scott <leigh123linux@googlemail.com> - 1.2.4-1
|
||||
- Upgrade to 1.2.4
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libtorrent-rasterbar-1.2.2.tar.gz) = 8ef867d253fe187336ec5919683526997298319b755bcd72eeca2c56c81462d2aed912d2eadcd560d2a8729b36798718f9a1668a83927211f49667af9bdf0a06
|
||||
SHA512 (libtorrent-rasterbar-1.2.4.tar.gz) = 2328747f9b03cd61c7c3eac095225b9e6fa78238346ac96a961394639790135deda009cf597c0538570ade8bf4c0e027062720c1776c72228d1c51ec16ef0e13
|
||||
|
Loading…
Reference in New Issue
Block a user