Accepting request 1234607 from filesharing

OBS-URL: https://build.opensuse.org/request/show/1234607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtorrent?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2025-01-05 14:28:50 +00:00 committed by Git OBS Bridge
commit 97dd433be1
6 changed files with 16 additions and 12 deletions

View File

@ -1,4 +1,4 @@
mtime: 1735243711
commit: d0e1d6d00ae8a84882411242fac2d147c9d496c63edffe663779694cabbf6582
mtime: 1735830402
commit: 5857fe05c1c1900aac7a237be3b537f77c0c3ab3488b24ee8d4f1fd4f897613c
url: https://src.opensuse.org/jengelh/rtorrent
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80a19cb823071fc1e6a1dd3f2a0c3e9a2be6c636f35a5e2f9c25d38556445dbb
oid sha256:f5c6a47650ee6b43f5d65ec086d25800cd525250adc100ee3a95a92525405d30
size 256

BIN
rtorrent-0.15.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
rtorrent-0.15.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 2 10:36:44 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.1
* Resolved scgi software crash with SIGPIPE exception.
-------------------------------------------------------------------
Thu Dec 26 19:14:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package rtorrent
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: rtorrent
Version: 0.15.0
Version: 0.15.1
Release: 0
Summary: Console-based BitTorrent client
License: SUSE-GPL-2.0+-with-openssl-exception
@ -38,8 +38,8 @@ BuildRequires: update-desktop-files
BuildRequires: pkgconfig(cppunit) >= 1.9.6
BuildRequires: pkgconfig(libcurl) >= 7.15.4
BuildRequires: pkgconfig(libtorrent) >= 0.15.0
BuildRequires: pkgconfig(xmlrpc)
BuildRequires: sysuser-tools
Provides: bundled(tinyxml2) = 10.0.0
%sysusers_requires
%description
@ -57,9 +57,7 @@ export CFLAGS="%optflags -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS"
export CXXFLAGS="$CXXFLAGS -std=gnu++14"
autoreconf -fiv
%configure \
--with-xmlrpc-c="%_bindir/xmlrpc-c-config" \
--enable-ipv6
%configure --with-xmlrpc-tinyxml2 --enable-ipv6
%make_build
%install