commit libtorrent-rasterbar for openSUSE:Factory
Hello community, here is the log from the commit of package libtorrent-rasterbar for openSUSE:Factory checked in at 2012-08-27 16:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old) and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libtorrent-rasterbar", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes 2012-04-12 09:38:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes 2012-08-27 16:23:24.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Aug 3 09:23:46 UTC 2012 - aj@suse.de + +- Fix build with updated boost + +------------------------------------------------------------------- New: ---- libtorrent-rasterbar-boost-time_utc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtorrent-rasterbar.spec ++++++ --- /var/tmp/diff_new_pack.YicR71/_old 2012-08-27 16:23:27.000000000 +0200 +++ /var/tmp/diff_new_pack.YicR71/_new 2012-08-27 16:23:27.000000000 +0200 @@ -31,6 +31,7 @@ Url: http://www.rasterbar.com/products/libtorrent/ Source: http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz Patch0: libtorrent-rasterbar-0.15.9-missing-return.patch +Patch1: libtorrent-rasterbar-boost-time_utc.patch BuildRequires: boost-devel >= 1.36 BuildRequires: gcc-c++ BuildRequires: libGeoIP-devel @@ -110,6 +111,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build export CFLAGS="%{optflags} -fvisibility=hidden -fno-strict-aliasing" ++++++ libtorrent-rasterbar-boost-time_utc.patch ++++++ Index: libtorrent-rasterbar-0.15.10/src/alert.cpp =================================================================== --- libtorrent-rasterbar-0.15.10.orig/src/alert.cpp +++ libtorrent-rasterbar-0.15.10/src/alert.cpp @@ -68,7 +68,7 @@ namespace libtorrent { int secs = total_seconds(max_wait); max_wait -= seconds(secs); boost::xtime xt; - boost::xtime_get(&xt, boost::TIME_UTC); + boost::xtime_get(&xt, boost::TIME_UTC_); xt.sec += secs; boost::int64_t nsec = xt.nsec + total_microseconds(max_wait) * 1000; if (nsec > 1000000000) Index: libtorrent-rasterbar-0.15.10/test/setup_transfer.cpp =================================================================== --- libtorrent-rasterbar-0.15.10.orig/test/setup_transfer.cpp +++ libtorrent-rasterbar-0.15.10/test/setup_transfer.cpp @@ -109,7 +109,7 @@ bool print_alerts(libtorrent::session& s void test_sleep(int millisec) { boost::xtime xt; - boost::xtime_get(&xt, boost::TIME_UTC); + boost::xtime_get(&xt, boost::TIME_UTC_); boost::uint64_t nanosec = (millisec % 1000) * 1000000 + xt.nsec; int sec = millisec / 1000; if (nanosec > 1000000000) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de