Update to 0.16.7

- Drop gcc patch
This commit is contained in:
leigh123linux 2013-01-23 13:18:47 +00:00
parent 8e2045c9d4
commit d2d939e7e1
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/libtorrent-rasterbar-0.16.2.tar.gz
/libtorrent-rasterbar-0.16.3.tar.gz
/libtorrent-rasterbar-0.16.4.tar.gz
/libtorrent-rasterbar-0.16.7.tar.gz

View File

@ -1,5 +1,5 @@
Name: rb_libtorrent
Version: 0.16.4
Version: 0.16.7
Release: 1%{?dist}
Summary: A C++ BitTorrent library aiming to be the best alternative
@ -12,7 +12,6 @@ Source1: %{name}-README-renames.Fedora
Source2: %{name}-COPYING.Boost
Source3: %{name}-COPYING.zlib
Patch0: rb_libtorrent-0.16.4-gcc47.patch
BuildRequires: asio-devel
BuildRequires: boost-devel
@ -84,7 +83,6 @@ module) that allow it to be used from within Python applications.
%prep
%setup -q -n "libtorrent-rasterbar-%{version}"
%patch0 -p1
## The RST files are the sources used to create the final HTML files; and are
## not needed.
@ -153,7 +151,7 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
%files
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/libtorrent-rasterbar.so.6*
%{_libdir}/libtorrent-rasterbar.so.7*
%files devel
%doc COPYING.Boost COPYING.BSD COPYING.zlib docs/
@ -177,6 +175,10 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
%changelog
* Wed Jan 23 2013 Leigh Scott <leigh123linux@googlemail.com> - 0.16.7-1
- Update to 0.16.7
- Drop gcc patch
* Sun Sep 30 2012 Leigh Scott <leigh123linux@googlemail.com> - 0.16.4-1
- Update to 0.16.4
- Patch for gcc error

View File

@ -1 +1 @@
fa675c6f746ddf7ef6354f8f10be1ff6 libtorrent-rasterbar-0.16.4.tar.gz
0d83acb7d03fba652abbebdaca1fdcb0 libtorrent-rasterbar-0.16.7.tar.gz