Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2013-05-27 11:51:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2013-02-25 20:37:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
2013-05-27 11:51:58.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Apr 25 16:05:49 CEST 2013 - [email protected]
+
+- update to 0.16.9:
+ * fix long filename truncation on windows
+ * distinguish file open mode when checking files and downloading/seeding
with bittorrent.
+ updates storage interface
+ * improve file_storage::map_file when dealing with invalid input
+ * improve handling of invalid utf-8 sequences in strings in torrent files
+ * handle more cases of broken .torrent files
+ * fix bug filename collision resolver
+ * fix bug in filename utf-8 verification
+ * make need_save_resume() a bit more robust
+ * fixed sparse flag manipulation on windows
+ * fixed streaming piece picking issue
+- do not hide symbols (drop -fvisibility=hidden) to fix qbittorrent
+
+-------------------------------------------------------------------
New:
----
libtorrent-rasterbar-0.16.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.m7fvwB/_old 2013-05-27 11:51:59.000000000 +0200
+++ /var/tmp/diff_new_pack.m7fvwB/_new 2013-05-27 11:51:59.000000000 +0200
@@ -23,13 +23,13 @@
%bcond_with examples
Name: libtorrent-rasterbar
-Version: 0.16.8
+Version: 0.16.9
Release: 0
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://www.rasterbar.com/products/libtorrent/
-Source: %{name}-%{version}.tar.bz2
+Source:
https://libtorrent.googlecode.com/files/libtorrent-rasterbar-%{version}.tar.gz
BuildRequires: boost-devel >= 1.36
BuildRequires: gcc-c++
BuildRequires: libGeoIP-devel
@@ -120,8 +120,8 @@
%setup -q
%build
-export CFLAGS="%{optflags} -fvisibility=hidden -fno-strict-aliasing"
-export CXXFLAGS="%{optflags} -fvisibility=hidden -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+export CXXFLAGS="%{optflags} -fno-strict-aliasing"
export LDFLAGS="%{optflags} -lrt"
%configure \
@@ -133,7 +133,8 @@
%if %{with examples}
--enable-examples \
%endif
- --enable-python-binding
+ --enable-python-binding \
+ --enable-encryption
make %{?_smp_mflags}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]