Hello community, here is the log from the commit of package rtorrent for openSUSE:Factory checked in at 2020-09-06 00:04:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtorrent (Old) and /work/SRC/openSUSE:Factory/.rtorrent.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtorrent" Sun Sep 6 00:04:10 2020 rev:9 rq:832211 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/rtorrent/rtorrent.changes 2020-02-04 19:52:07.681278722 +0100 +++ /work/SRC/openSUSE:Factory/.rtorrent.new.3399/rtorrent.changes 2020-09-06 00:04:12.707308205 +0200 @@ -1,0 +2,5 @@ +Fri Sep 4 14:21:00 UTC 2020 - Jan Engelhardt <[email protected]> + +- Drop old specfile constructs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtorrent.spec ++++++ --- /var/tmp/diff_new_pack.2KF88W/_old 2020-09-06 00:04:13.367308535 +0200 +++ /var/tmp/diff_new_pack.2KF88W/_new 2020-09-06 00:04:13.367308535 +0200 @@ -1,7 +1,7 @@ # # spec file for package rtorrent # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,38 +16,28 @@ # -%if 0%{?suse_version} > 1320 -%bcond_without xmlrpc -%endif - Name: rtorrent Version: 0.9.8 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 +URL: https://github.com/rakshasa/rtorrent Source: https://github.com/rakshasa/rtorrent/releases/download/v%version/%name-%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.service -%if %{with xmlrpc} -BuildRequires: xmlrpc-c-devel -%endif -BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: ncurses-devel -BuildRequires: pkgconfig BuildRequires: update-desktop-files -# not strictly needed. we only need it for the ownership of the vim data dir -BuildRequires: gzip BuildRequires: pkgconfig(cppunit) >= 1.9.6 BuildRequires: pkgconfig(libcurl) >= 7.15.4 BuildRequires: pkgconfig(libtorrent) >= 0.13.8 +BuildRequires: pkgconfig(xmlrpc) Requires(pre): shadow %description @@ -63,16 +53,12 @@ # It's full of type pun violations export CFLAGS="%optflags -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" -%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" \ -%endif --enable-ipv6 -make %{?_smp_mflags} +%make_build %install b="%buildroot" @@ -97,8 +83,8 @@ %service_del_postun rtorrent.service %files -%defattr(-,root,root) -%doc doc/rtorrent.rc COPYING +%doc doc/rtorrent.rc +%license COPYING %_bindir/rtorrent %_datadir/applications/%name.desktop %_mandir/man1/rtorrent.1*
