Update to 0.16.7
- Drop gcc patch
This commit is contained in:
parent
8e2045c9d4
commit
d2d939e7e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user