Hello community, here is the log from the commit of package tor for openSUSE:Factory checked in at 2019-10-08 19:59:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tor (Old) and /work/SRC/openSUSE:Factory/.tor.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tor" Tue Oct 8 19:59:43 2019 rev:76 rq:736066 version:0.4.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/tor/tor.changes 2019-09-26 20:46:55.185630981 +0200 +++ /work/SRC/openSUSE:Factory/.tor.new.2352/tor.changes 2019-10-08 19:59:43.419875246 +0200 @@ -1,0 +2,8 @@ +Mon Oct 7 13:16:38 UTC 2019 - Martin Pluskal <[email protected]> + +- Update dependnecnies: + * python3 instead of python + * add libpcap and seccomp +- Use more suitable macros for building and systemd dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tor.spec ++++++ --- /var/tmp/diff_new_pack.RzT3Wq/_old 2019-10-08 19:59:44.631871617 +0200 +++ /var/tmp/diff_new_pack.RzT3Wq/_new 2019-10-08 19:59:44.631871617 +0200 @@ -24,7 +24,6 @@ Release: 0 Summary: Anonymizing overlay network for TCP (The onion router) License: BSD-3-Clause -Group: Productivity/Networking/Security URL: https://www.torproject.org/ Source0: https://www.torproject.org/dist/%{name}-%{version}.tar.gz Source1: https://www.torproject.org/dist/%{name}-%{version}.tar.gz.asc @@ -37,9 +36,11 @@ BuildRequires: openssl-devel >= 1.0.1 BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pwdutils -BuildRequires: python-base +BuildRequires: python3-base +BuildRequires: pkgconfig(libcap) BuildRequires: pkgconfig(libevent) >= 2.0.10 BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(systemd) @@ -47,7 +48,7 @@ Requires: logrotate Requires(post): %fillup_prereq Recommends: torsocks -%{?systemd_requires} +%{systemd_ordering} %description Tor is a connection-based low-latency anonymous communication system. @@ -86,7 +87,7 @@ --enable-unittests \ --enable-gcc-warnings-advisory \ --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} +%make_build %install %make_install
