Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2015-12-16 17:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and      /work/SRC/openSUSE:Factory/.tor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tor/tor.changes  2015-11-26 17:04:21.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes     2015-12-16 
17:42:39.000000000 +0100
@@ -1,0 +2,18 @@
+Fri Dec 11 14:41:37 UTC 2015 - [email protected]
+
+- Make building more verbose
+- Remove useless conditon for libevent, there is dependency for it 
+  anyway
+
+-------------------------------------------------------------------
+Fri Dec 11 13:35:32 UTC 2015 - [email protected]
+
+- skip tests on ports
+
+-------------------------------------------------------------------
+Fri Dec 11 07:43:48 UTC 2015 - [email protected]
+
+- tor 0.2.7.6 fixes a major bug in entry guard selection, as well
+  as a minor bug in hidden service reliability. [boo#958729]
+
+-------------------------------------------------------------------

Old:
----
  tor-0.2.7.5.tar.gz
  tor-0.2.7.5.tar.gz.asc

New:
----
  tor-0.2.7.6.tar.gz
  tor-0.2.7.6.tar.gz.asc

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.hTbvV4/_old  2015-12-16 17:42:41.000000000 +0100
+++ /var/tmp/diff_new_pack.hTbvV4/_new  2015-12-16 17:42:41.000000000 +0100
@@ -23,7 +23,7 @@
 %define home_dir %{_localstatedir}/lib/empty
 %bcond_with bufferevents
 Name:           tor
-Version:        0.2.7.5
+Version:        0.2.7.6
 Release:        0
 Summary:        Anonymizing overlay network for TCP (The onion router)
 License:        BSD-3-Clause
@@ -37,15 +37,12 @@
 Source4:        tor.tmpfiles
 Source5:        tor.firewall
 Patch0:         tor-0.2.5.x-logrotate.patch
-BuildRequires:  openssl-devel >= 1.0.0
 BuildRequires:  pwdutils
 BuildRequires:  python-base
 Requires:       logrotate
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq(post):  %fillup_prereq
-%if %{with bufferevents}
-BuildRequires:  pkgconfig(libevent) >= 2.0.13
-%endif # with bufferevents
+BuildRequires:  openssl-devel >= 1.0.0
 %if %{?suse_version} > 1210
 BuildRequires:  pkgconfig(libevent)
 %else
@@ -103,7 +100,7 @@
        --enable-gcc-warnings-advisory \
        --docdir=%{_docdir}/%{name}
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -143,7 +140,12 @@
 install -D -m 644 contrib/operator-tools/tor.logrotate 
%{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
 
 %check
-make %{?_smp_mflags} check
+%ifnarch ppc ppc64 ppc64le aarch64 armv7l
+make %{?_smp_mflags} check || (
+       find -type f -name test-suite.log -print -exec cat {} \;
+       exit 42
+)
+%endif
 
 %pre
 getent group %{torgroup} >/dev/null || groupadd -r %{torgroup}

++++++ tor-0.2.7.5.tar.gz -> tor-0.2.7.6.tar.gz ++++++
++++ 15872 lines of diff (skipped)


Reply via email to