This commit is contained in:
Dennis Gilmore 2015-07-29 13:10:48 -05:00
parent 4e1da8ea37
commit 961423ea08

View File

@ -1,6 +1,6 @@
Name: rb_libtorrent
Version: 1.0.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A C++ BitTorrent library aiming to be the best alternative
Group: System Environment/Libraries
@ -168,6 +168,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
%{python_sitearch}/libtorrent.so
%changelog
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio@locati.cc> - 1.0.5-1
- Upstream release 1.0.5
- Lint the spec file