From a8aa061a9b1a8d83ba91c5e31f5092d02f6b3531138fd5d342ea0fc43f5271b7 Mon Sep 17 00:00:00 2001 From: Mariusz Fik Date: Tue, 18 Oct 2011 21:21:12 +0000 Subject: [PATCH] Accepting request 88624 from home:Fisiu:branches:devel:libraries:c_c++ - Upstream update to 0.15.8, bugfix release. - Reworked missing-return patch. OBS-URL: https://build.opensuse.org/request/show/88624 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=7 --- libtorrent-rasterbar-0.15.6.diff | 12 ------------ libtorrent-rasterbar-0.15.6.tar.gz | 3 --- libtorrent-rasterbar-0.15.8-missing-return.patch | 12 ++++++++++++ libtorrent-rasterbar-0.15.8.tar.gz | 3 +++ libtorrent-rasterbar.changes | 6 ++++++ libtorrent-rasterbar.spec | 4 ++-- 6 files changed, 23 insertions(+), 17 deletions(-) delete mode 100644 libtorrent-rasterbar-0.15.6.diff delete mode 100644 libtorrent-rasterbar-0.15.6.tar.gz create mode 100644 libtorrent-rasterbar-0.15.8-missing-return.patch create mode 100644 libtorrent-rasterbar-0.15.8.tar.gz diff --git a/libtorrent-rasterbar-0.15.6.diff b/libtorrent-rasterbar-0.15.6.diff deleted file mode 100644 index 2edd7f3..0000000 --- a/libtorrent-rasterbar-0.15.6.diff +++ /dev/null @@ -1,12 +0,0 @@ -Index: libtorrent-rasterbar-0.15.6/src/file.cpp -=================================================================== ---- libtorrent-rasterbar-0.15.6.orig/src/file.cpp 2011-02-22 01:18:05.000000000 +0100 -+++ libtorrent-rasterbar-0.15.6/src/file.cpp 2011-10-16 12:03:38.973556698 +0200 -@@ -1082,6 +1082,7 @@ typedef struct _FILE_ALLOCATED_RANGE_BUF - #else - return start; - #endif -+ return start; - } - - } diff --git a/libtorrent-rasterbar-0.15.6.tar.gz b/libtorrent-rasterbar-0.15.6.tar.gz deleted file mode 100644 index b6fa748..0000000 --- a/libtorrent-rasterbar-0.15.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc84775911129942d21ed94569f7c06accffcf31dc909b26eca5f824efb63f13 -size 2608765 diff --git a/libtorrent-rasterbar-0.15.8-missing-return.patch b/libtorrent-rasterbar-0.15.8-missing-return.patch new file mode 100644 index 0000000..6c6f377 --- /dev/null +++ b/libtorrent-rasterbar-0.15.8-missing-return.patch @@ -0,0 +1,12 @@ +Index: libtorrent-rasterbar-0.15.8/src/file.cpp +=================================================================== +--- libtorrent-rasterbar-0.15.8/src/file.cpp.orig ++++ libtorrent-rasterbar-0.15.8/src/file.cpp +@@ -1125,6 +1125,7 @@ typedef struct _FILE_ALLOCATED_RANGE_BUF + #else + return start; + #endif ++ return start; + } + + } diff --git a/libtorrent-rasterbar-0.15.8.tar.gz b/libtorrent-rasterbar-0.15.8.tar.gz new file mode 100644 index 0000000..4af5424 --- /dev/null +++ b/libtorrent-rasterbar-0.15.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dfe715e4f49784d5cc2821983a5fbe454c5a53beedc1996ecae5178188c71c +size 2605456 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index a7e04e1..80d5409 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 18 13:23:48 UTC 2011 - fisiu@opensuse.org + +- Upstream update to 0.15.8, bugfix release. +- Reworked missing-return patch. + ------------------------------------------------------------------- Sun Oct 16 10:44:25 UTC 2011 - coolo@suse.com diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index 5e866d4..e53b7b1 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -23,14 +23,14 @@ %bcond_with examples Name: libtorrent-rasterbar -Version: 0.15.6 +Version: 0.15.8 Release: 1 License: BSD Summary: Libtorrent is a C++ implementation of the BitTorrent protocol Url: http://www.rasterbar.com/products/libtorrent/ Group: Development/Libraries/C and C++ Source: http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz -Patch0: libtorrent-rasterbar-0.15.6.diff +Patch0: libtorrent-rasterbar-0.15.8-missing-return.patch BuildRequires: boost-devel >= 1.36 BuildRequires: gcc-c++ BuildRequires: libGeoIP-devel