diff --git a/.gitignore b/.gitignore index c9acf9f..26cb4af 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec index 36070e2..33fc8c2 100644 --- a/rb_libtorrent.spec +++ b/rb_libtorrent.spec @@ -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 - 0.16.7-1 +- Update to 0.16.7 +- Drop gcc patch + * Sun Sep 30 2012 Leigh Scott - 0.16.4-1 - Update to 0.16.4 - Patch for gcc error diff --git a/sources b/sources index eac8f97..d9bad20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa675c6f746ddf7ef6354f8f10be1ff6 libtorrent-rasterbar-0.16.4.tar.gz +0d83acb7d03fba652abbebdaca1fdcb0 libtorrent-rasterbar-0.16.7.tar.gz