Accepting request 501673 from network:utilities
- Update to new snapshot 0.9.6.g93 OBS-URL: https://build.opensuse.org/request/show/501673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtorrent?expand=0&rev=4
This commit is contained in:
parent
eac5cfe033
commit
6441789c6d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf
|
|
||||||
size 226141
|
|
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">git://github.com/rakshasa/rtorrent</param>
|
||||||
|
<param name="revision">master</param>
|
||||||
|
<param name="parent-tag">62cb5a4</param>
|
||||||
|
<param name="versionformat">0.9.6.g@TAG_OFFSET@</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
3
rtorrent-0.9.6.g93.tar.xz
Normal file
3
rtorrent-0.9.6.g93.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55fca89100e73311d04aafbfb206685a2aa8eaa5d103105aee0eddc6ac5d7291
|
||||||
|
size 185504
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 6 13:31:29 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new snapshot 0.9.6.g93
|
||||||
|
* IPv6 support
|
||||||
|
* add support for the XDG base dir spec for rtorrent.rc
|
||||||
|
* daemonization support
|
||||||
|
* maximum supported filesize now 512 GB
|
||||||
|
- Change from requiring libxmlrpc-c-devel to xmlrpc-c-devel
|
||||||
|
[boo#1042228]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 15 11:05:42 UTC 2015 - mpluskal@suse.com
|
Sun Nov 15 11:05:42 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rtorrent
|
# spec file for package rtorrent
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,20 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
%bcond_without xmlrpc
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: rtorrent
|
Name: rtorrent
|
||||||
Version: 0.9.6
|
Version: 0.9.6.g93
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Console-based BitTorrent Client
|
Summary: Console-based BitTorrent Client
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Url: http://github.com/rakshasa/rtorrent
|
Url: http://github.com/rakshasa/rtorrent
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1320
|
|
||||||
%bcond_without xmlrpc
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#Git-Clone git://github.com/rakshasa/rtorrent
|
#Git-Clone git://github.com/rakshasa/rtorrent
|
||||||
Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz
|
#Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz
|
||||||
|
Source: %name-%version.tar.xz
|
||||||
Source2: rtorrent.desktop
|
Source2: rtorrent.desktop
|
||||||
# This manpage copied from the 0.9.2 tarball as it was missing in later versions
|
# This manpage copied from the 0.9.2 tarball as it was missing in later versions
|
||||||
Source3: rtorrent.1
|
Source3: rtorrent.1
|
||||||
@ -37,7 +37,7 @@ Source4: rtorrent_syntax.vim
|
|||||||
Source5: rtorrent_ftdetect.vim
|
Source5: rtorrent_ftdetect.vim
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{with xmlrpc}
|
%if %{with xmlrpc}
|
||||||
BuildRequires: libxmlrpc-c-devel
|
BuildRequires: xmlrpc-c-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -48,6 +48,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# not strictly needed. we only need it for the ownership of the vim data dir
|
# not strictly needed. we only need it for the ownership of the vim data dir
|
||||||
BuildRequires: vim
|
BuildRequires: vim
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(cppunit) >= 1.9.6
|
BuildRequires: pkgconfig(cppunit) >= 1.9.6
|
||||||
BuildRequires: pkgconfig(libcurl) >= 7.15.4
|
BuildRequires: pkgconfig(libcurl) >= 7.15.4
|
||||||
BuildRequires: pkgconfig(libtorrent) >= 0.13.6
|
BuildRequires: pkgconfig(libtorrent) >= 0.13.6
|
||||||
|
Loading…
Reference in New Issue
Block a user