Add a missing Boost.Noncopyable include

This commit is contained in:
Petr Machata 2013-07-29 14:59:44 +02:00
parent 771bc97e62
commit eb603b62da
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -up libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp
--- libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~ 2013-03-17 09:15:20.000000000 +0100
+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp 2013-07-29 14:57:23.010100826 +0200
@@ -38,6 +38,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/session_settings.hpp"
#include "libtorrent/allocator.hpp"
+#include <boost/noncopyable.hpp>
+
#ifdef TORRENT_DISK_STATS
#include <fstream>
#endif

View File

@ -12,6 +12,7 @@ Source1: %{name}-README-renames.Fedora
Source2: %{name}-COPYING.Boost
Source3: %{name}-COPYING.zlib
Patch0: %{name}-0.16.10-boost_mt.patch
Patch1: %{name}-0.16.10-boost_noncopyable.patch
BuildRequires: asio-devel
@ -86,6 +87,7 @@ Python applications.
%prep
%setup -q -n "libtorrent-rasterbar-%{version}"
%patch0 -p1
%patch1 -p1
## The RST files are the sources used to create the final HTML files; and are
## not needed.
@ -177,6 +179,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
not enabled anymore.
- Adjust libtorrent-rasterbar.pc to not mention -mt
(rb_libtorrent-0.16.10-boost_mt.patch)
- Add a missing Boost.Noncopyable include
(rb_libtorrent-0.16.10-boost_noncopyable.patch)
* Mon May 13 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0.16.10-1
- upstream release 0.16.10