Hello community,

here is the log from the commit of package peerunity for openSUSE:Factory 
checked in at 2016-06-29 15:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/peerunity (Old)
 and      /work/SRC/openSUSE:Factory/.peerunity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "peerunity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/peerunity/peerunity.changes      2016-06-12 
18:55:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.peerunity.new/peerunity.changes 2016-06-29 
15:10:53.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 25 18:47:30 UTC 2016 - [email protected]
+
+- Fixed gcc6 related errors with gcc6.patch
+
+-------------------------------------------------------------------

New:
----
  gcc6.patch

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

Other differences:
------------------
++++++ peerunity.spec ++++++
--- /var/tmp/diff_new_pack.baiTnY/_old  2016-06-29 15:10:54.000000000 +0200
+++ /var/tmp/diff_new_pack.baiTnY/_new  2016-06-29 15:10:54.000000000 +0200
@@ -39,6 +39,7 @@
 Group:          Productivity/Networking/Other
 Url:            https://github.com/%{name}/%{name}/
 Source0:        %{name}-%{version}.tar.gz
+Patch0:         gcc6.patch
 BuildRequires:  boost-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  openssl-devel
@@ -79,6 +80,8 @@
 %prep
 %setup -q
 
+%patch0 -p1
+
 %build
 
 %if 0%{?fedora} || 0%{?centos_version}

++++++ gcc6.patch ++++++
Index: peerunity-0.2.2/src/net.cpp
===================================================================
--- peerunity-0.2.2.orig/src/net.cpp
+++ peerunity-0.2.2/src/net.cpp
@@ -53,7 +53,7 @@ static bool vfReachable[NET_MAX] = {};
 static bool vfLimited[NET_MAX] = {};
 static CNode* pnodeLocalHost = NULL;
 uint64 nLocalHostNonce = 0;
-array<int, THREAD_MAX> vnThreadsRunning;
+boost::array<int, THREAD_MAX> vnThreadsRunning;
 static std::vector<SOCKET> vhListenSocket;
 CAddrMan addrman;
 

Reply via email to