1
0

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
This commit is contained in:
Mariusz Fik 2011-10-18 21:21:12 +00:00 committed by Git OBS Bridge
parent 82cae3bd91
commit a8aa061a9b
6 changed files with 23 additions and 17 deletions

View File

@ -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;
}
}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc84775911129942d21ed94569f7c06accffcf31dc909b26eca5f824efb63f13
size 2608765

View File

@ -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;
}
}

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5dfe715e4f49784d5cc2821983a5fbe454c5a53beedc1996ecae5178188c71c
size 2605456

View File

@ -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 Sun Oct 16 10:44:25 UTC 2011 - coolo@suse.com

View File

@ -23,14 +23,14 @@
%bcond_with examples %bcond_with examples
Name: libtorrent-rasterbar Name: libtorrent-rasterbar
Version: 0.15.6 Version: 0.15.8
Release: 1 Release: 1
License: BSD License: BSD
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
Url: http://www.rasterbar.com/products/libtorrent/ Url: http://www.rasterbar.com/products/libtorrent/
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source: http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz 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: boost-devel >= 1.36
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libGeoIP-devel BuildRequires: libGeoIP-devel