Hello community, here is the log from the commit of package rtorrent for openSUSE:Factory checked in at 2015-11-18 22:34:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtorrent (Old) and /work/SRC/openSUSE:Factory/.rtorrent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtorrent" Changes: -------- --- /work/SRC/openSUSE:Factory/rtorrent/rtorrent.changes 2014-08-06 15:32:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rtorrent.new/rtorrent.changes 2015-11-18 22:34:38.000000000 +0100 @@ -1,0 +2,13 @@ +Sun Nov 15 11:05:42 UTC 2015 - [email protected] + +- Enable xmlrpc on Tumbleweed + +------------------------------------------------------------------- +Fri Nov 13 11:35:23 UTC 2015 - [email protected] + +- Update to new upstream release 0.9.6 +* Added 'log.open_file_pid' and 'log.open_gz_file_pid' commands + that appends the pid automatically. +- Moved fully to github, change URL and Source accordingly + +------------------------------------------------------------------- Old: ---- rtorrent-0.9.4.tar.gz New: ---- 0.9.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtorrent.spec ++++++ --- /var/tmp/diff_new_pack.DuumVr/_old 2015-11-18 22:34:39.000000000 +0100 +++ /var/tmp/diff_new_pack.DuumVr/_new 2015-11-18 22:34:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rtorrent # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,35 +17,40 @@ Name: rtorrent -Version: 0.9.4 +Version: 0.9.6 Release: 0 Summary: Console-based BitTorrent Client License: SUSE-GPL-2.0+-with-openssl-exception Group: Productivity/Networking/File-Sharing -URL: http://libtorrent.rakshasa.no/ +Url: http://github.com/rakshasa/rtorrent -%bcond_with xmlrpc +%if 0%{?suse_version} > 1320 +%bcond_without xmlrpc +%endif -#Git-Clone: git://github.com/rakshasa/rtorrent -Source: http://libtorrent.rakshasa.no/downloads/%name-%version.tar.gz +#Git-Clone git://github.com/rakshasa/rtorrent +Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz Source2: rtorrent.desktop # This manpage copied from the 0.9.2 tarball as it was missing in later versions Source3: rtorrent.1 Source4: rtorrent_syntax.vim Source5: rtorrent_ftdetect.vim BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ %if %{with xmlrpc} BuildRequires: libxmlrpc-c-devel %endif +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(cppunit) >= 1.9.6 -BuildRequires: pkgconfig(libcurl) >= 7.15.4 -BuildRequires: pkgconfig(libtorrent) >= 0.13.4 # not strictly needed. we only need it for the ownership of the vim data dir BuildRequires: vim +BuildRequires: pkgconfig(cppunit) >= 1.9.6 +BuildRequires: pkgconfig(libcurl) >= 7.15.4 +BuildRequires: pkgconfig(libtorrent) >= 0.13.6 %description rTorrent is a console-based BitTorrent client. It aims to be a @@ -56,8 +61,8 @@ %package vim Summary: Vim syntax file for rTorrent's config file Group: Productivity/Text/Editors -Requires: vim BuildArch: noarch +Requires: vim Supplements: packageand(vim:%{name}) %{!?vim_data_dir:%global vim_data_dir %(readlink -f %_datadir/vim/current)} @@ -75,6 +80,7 @@ %if 0%{?suse_version} >= 1220 export CXXFLAGS="$CXXFLAGS -std=gnu++11" %endif +autoreconf -fiv %configure \ %if %{with xmlrpc} --with-xmlrpc-c="%_bindir/xmlrpc-c-config" \ ++++++ rtorrent-0.9.4.tar.gz -> 0.9.6.tar.gz ++++++ ++++ 56475 lines of diff (skipped)
