Hello community,

here is the log from the commit of package rtorrent for openSUSE:Factory 
checked in at 2017-08-24 18:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtorrent (Old)
 and      /work/SRC/openSUSE:Factory/.rtorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtorrent"

Thu Aug 24 18:29:44 2017 rev:4 rq:501673 version:0.9.6.g93

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtorrent/rtorrent.changes        2015-11-18 
22:34:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rtorrent.new/rtorrent.changes   2017-08-24 
18:30:09.185423382 +0200
@@ -1,0 +2,11 @@
+Tue Jun  6 13:31:29 UTC 2017 - [email protected]
+
+- 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]
+
+-------------------------------------------------------------------

Old:
----
  0.9.6.tar.gz

New:
----
  _service
  rtorrent-0.9.6.g93.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rtorrent.spec ++++++
--- /var/tmp/diff_new_pack.AXUCef/_old  2017-08-24 18:30:10.229276318 +0200
+++ /var/tmp/diff_new_pack.AXUCef/_new  2017-08-24 18:30:10.245274065 +0200
@@ -1,7 +1,7 @@
 #
 # 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
 # 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
-Version:        0.9.6
+Version:        0.9.6.g93
 Release:        0
 Summary:        Console-based BitTorrent Client
 License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          Productivity/Networking/File-Sharing
 Url:            http://github.com/rakshasa/rtorrent
-
-%if 0%{?suse_version} > 1320
-%bcond_without xmlrpc
-%endif
-
 #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
 # This manpage copied from the 0.9.2 tarball as it was missing in later 
versions
 Source3:        rtorrent.1
@@ -37,7 +37,7 @@
 Source5:        rtorrent_ftdetect.vim
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with xmlrpc}
-BuildRequires:  libxmlrpc-c-devel
+BuildRequires:  xmlrpc-c-devel
 %endif
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -48,6 +48,7 @@
 BuildRequires:  update-desktop-files
 # not strictly needed. we only need it for the ownership of the vim data dir
 BuildRequires:  vim
+BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit) >= 1.9.6
 BuildRequires:  pkgconfig(libcurl) >= 7.15.4
 BuildRequires:  pkgconfig(libtorrent) >= 0.13.6

++++++ _service ++++++
<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>

Reply via email to