diff --git a/.gitignore b/.gitignore index 4b29265..039a91c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /libtorrent-rasterbar-1.0.2.tar.gz /libtorrent-rasterbar-1.0.3.tar.gz /libtorrent-rasterbar-1.0.4.tar.gz +/libtorrent-rasterbar-1.0.5.tar.gz diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec index d6502ac..5ad3764 100644 --- a/rb_libtorrent.spec +++ b/rb_libtorrent.spec @@ -1,12 +1,12 @@ Name: rb_libtorrent -Version: 1.0.4 -Release: 3%{?dist} +Version: 1.0.5 +Release: 1%{?dist} Summary: A C++ BitTorrent library aiming to be the best alternative Group: System Environment/Libraries License: BSD URL: http://www.rasterbar.com/products/libtorrent/ -Source0: http://downloads.sourceforge.net/libtorrent/libtorrent-rasterbar-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/libtorrent/libtorrent-rasterbar-%{version}.tar.gz Source1: %{name}-README-renames.Fedora Source2: %{name}-COPYING.Boost Source3: %{name}-COPYING.zlib @@ -115,7 +115,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure --with-boost-python=boost_python \ --with-libgeoip=system \ --with-libiconv \ - --enable-export-all + --enable-export-all make V=1 %{?_smp_mflags} @@ -168,6 +168,10 @@ rm -fv %{buildroot}%{_libdir}/lib*.a %{python_sitearch}/libtorrent.so %changelog +* Sun Jul 26 2015 Fabio Alessandro Locati - 1.0.5-1 +- Upstream release 1.0.5 +- Lint the spec file + * Wed Jul 22 2015 David Tardon - 1.0.4-3 - rebuild for Boost 1.58 diff --git a/sources b/sources index 64655c7..aa39bb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a5ecc6f210d577bb30d220d437990c8 libtorrent-rasterbar-1.0.4.tar.gz +d09521d34092ba430f430572c9e2b3d3 libtorrent-rasterbar-1.0.5.tar.gz