From 7c8aac42a791ed8f7f218e97a4e67dc5b2bf25d9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:56:58 +0100 Subject: [PATCH] update to 1.2.10 [release 1.2.10-1mamba;Sun Sep 06 2020] --- libtorrent-rasterbar.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index 4d57b03..ae6b193 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -1,6 +1,6 @@ %define pkgdir %(echo %version | tr . _) Name: libtorrent-rasterbar -Version: 1.2.6 +Version: 1.2.10 Release: 1mamba Summary: A C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.libtorrent.org/ -Source: https://github.com/arvidn/libtorrent.git/libtorrent-%{pkgdir}/libtorrent-%{version}.tar.bz2 +Source: https://github.com/arvidn/libtorrent.git/libtorrent-%{version}/libtorrent-%{version}.tar.bz2 #Source: https://github.com/arvidn/libtorrent/releases/download/libtorrent_%{pkgdir}/libtorrent-rasterbar-%{version}.tar.gz Patch0: %{name}-0.13.1-boost-1.36.patch Patch1: libtorrent-1.1.9-libboost-include.patch @@ -48,6 +48,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n python-%{name} This package contains Python bindings for the libtorrent-rasterbar library. +%debug_package + %prep %setup -q -n libtorrent-%{version} #%patch1 -p1 @@ -87,6 +89,7 @@ This package contains Python bindings for the libtorrent-rasterbar library. %{_libdir}/libtorrent-rasterbar.la %{_libdir}/libtorrent-rasterbar.so %{_libdir}/pkgconfig/*.pc +%{_datadir}/cmake/Modules/FindLibtorrentRasterbar.cmake %doc ChangeLog NEWS %files -n python-%{name} @@ -95,6 +98,9 @@ This package contains Python bindings for the libtorrent-rasterbar library. %{python_sitearch}/python_libtorrent-* %changelog +* Sun Sep 06 2020 Silvan Calarco 1.2.10-1mamba +- update to 1.2.10 + * Mon Apr 27 2020 Automatic Build System 1.2.6-1mamba - automatic version update by autodist