Hello community, here is the log from the commit of package btfs for openSUSE:Factory checked in at 2019-08-29 17:24:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/btfs (Old) and /work/SRC/openSUSE:Factory/.btfs.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "btfs" Thu Aug 29 17:24:25 2019 rev:6 rq:726824 version:2.20 Changes: -------- --- /work/SRC/openSUSE:Factory/btfs/btfs.changes 2019-04-15 11:52:57.962574920 +0200 +++ /work/SRC/openSUSE:Factory/.btfs.new.7948/btfs.changes 2019-08-29 17:24:26.923298193 +0200 @@ -1,0 +2,6 @@ +Wed Aug 28 19:04:07 UTC 2019 - Martin Herkt <[email protected]> + +- 2.20 + * btplay: Change shebang to python3 + +------------------------------------------------------------------- Old: ---- v2.19.tar.gz New: ---- v2.20.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ btfs.spec ++++++ --- /var/tmp/diff_new_pack.UImRoN/_old 2019-08-29 17:24:27.655298071 +0200 +++ /var/tmp/diff_new_pack.UImRoN/_new 2019-08-29 17:24:27.659298070 +0200 @@ -17,7 +17,7 @@ Name: btfs -Version: 2.19 +Version: 2.20 Release: 0 Summary: A BitTorrent file system based on FUSE License: GPL-3.0-or-later ++++++ v2.19.tar.gz -> v2.20.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/btfs-2.19/.travis.yml new/btfs-2.20/.travis.yml --- old/btfs-2.19/.travis.yml 2019-03-21 21:29:07.000000000 +0100 +++ new/btfs-2.20/.travis.yml 2019-08-28 19:44:37.000000000 +0200 @@ -2,22 +2,13 @@ matrix: include: - os: linux - env: LIBTORRENT_BRANCH=master TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8" + env: LIBTORRENT_BRANCH=RC_1_2 TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8" - os: linux env: LIBTORRENT_BRANCH=RC_1_1 TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8" - - os: linux - env: LIBTORRENT_BRANCH=RC_1_0 TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8" - os: osx - env: LIBTORRENT_BRANCH=master + env: LIBTORRENT_BRANCH=RC_1_2 - os: osx env: LIBTORRENT_BRANCH=RC_1_1 - - os: osx - env: LIBTORRENT_BRANCH=RC_1_0 - allow_failures: - - os: linux - env: LIBTORRENT_BRANCH=master TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8" - - os: osx - env: LIBTORRENT_BRANCH=master env: global: - MAKEFLAGS=-j2 @@ -26,11 +17,9 @@ addons: apt: sources: - - boost-latest - ubuntu-toolchain-r-test packages: - - libboost1.55-all-dev - - libboost1.55-tools-dev + - libboost-all-dev - libfuse-dev - libcurl4-openssl-dev - g++-8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/btfs-2.19/configure.ac new/btfs-2.20/configure.ac --- old/btfs-2.19/configure.ac 2019-03-21 21:29:07.000000000 +0100 +++ new/btfs-2.20/configure.ac 2019-08-28 19:44:37.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT(btfs, 2.18, [email protected], btfs, https://github.com/johang/btfs) +AC_INIT(btfs, 2.20, [email protected], btfs, https://github.com/johang/btfs) AC_CONFIG_SRCDIR([src/btfs.cc]) AM_INIT_AUTOMAKE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/btfs-2.19/scripts/btplay new/btfs-2.20/scripts/btplay --- old/btfs-2.19/scripts/btplay 2019-03-21 21:29:07.000000000 +0100 +++ new/btfs-2.20/scripts/btplay 2019-08-28 19:44:37.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2015 Johan Gunnarsson <[email protected]> # # This file is part of BTFS.
