From a87c2a3d70098131f9adf6a64ababdd26b7646b7 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Feb 10 2011 12:16:58 +0000 Subject: - Update to 0.15.5 (bug 654807, Leigh Scott) --- diff --git a/.gitignore b/.gitignore index 3518ce7..8ba18af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libtorrent-rasterbar-0.14.11.tar.gz +/libtorrent-rasterbar-0.15.5.tar.gz diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec index 0533f37..c6fbf7e 100644 --- a/rb_libtorrent.spec +++ b/rb_libtorrent.spec @@ -1,6 +1,6 @@ Name: rb_libtorrent -Version: 0.14.11 -Release: 4%{?dist} +Version: 0.15.5 +Release: 1%{?dist} Summary: A C++ BitTorrent library aiming to be the best alternative Group: System Environment/Libraries @@ -11,14 +11,6 @@ Source0: http://libtorrent.googlecode.com/files/libtorrent-rasterbar-%{version}. Source1: %{name}-README-renames.Fedora Source2: %{name}-COPYING.Boost Source3: %{name}-COPYING.zlib -# fix DSO problems -Patch0: rb_libtorrent-am.patch -Patch1: rb_libtorrent-in.patch -# fix build against python27, Not needed for 0.15.1 -Patch2: rb_libtorrent-0.14.10-py27-am.patch -Patch3: rb_libtorrent-0.14.10-py27.patch -# Seems still needed for 0.15.1 -Patch4: rb_libtorrent-0.14.10-gcc45.patch BuildRequires: asio-devel BuildRequires: boost-devel @@ -90,12 +82,6 @@ module) that allow it to be used from within Python applications. %prep %setup -q -n "libtorrent-rasterbar-%{version}" -## patch0 and patch2 touch automake-related files -#patch0 -p1 -%patch1 -p1 -#patch2 -p1 -b .py27-am -%patch3 -p1 -b .py27 -%patch4 -p1 -b .gcc45 ## The RST files are the sources used to create the final HTML files; and are ## not needed. @@ -192,7 +178,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README -%{_libdir}/libtorrent-rasterbar.so.5* +%{_libdir}/libtorrent-rasterbar.so.6* %files devel %defattr(-,root,root,-) @@ -215,6 +201,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 10 2011 Mamoru Tasaka - 0.15.5-1 +- Update to 0.15.5 (bug 654807, Leigh Scott) + * Wed Feb 09 2011 Fedora Release Engineering - 0.14.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild @@ -223,7 +212,7 @@ rm -rf %{buildroot} (bug 654807, Leigh Scott) * Tue Feb 08 2011 Mamoru Tasaka -- Add -DBOOST_FILESYSTEM_VERSION=2 (bug 654807) +- Add -DBOOST_FILESYSTEM_VERSION=2 * Sun Feb 06 2011 Thomas Spura - 0.14.11-2 - rebuild for new boost diff --git a/sources b/sources index 30d862b..1180c39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bac05b1e13a8547aa7d57ce9e991bd43 libtorrent-rasterbar-0.14.11.tar.gz +f1504a619e876c2731ee9a6b7d19cb1d libtorrent-rasterbar-0.15.5.tar.gz