Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2020-06-18 10:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitcoin (Old)
 and      /work/SRC/openSUSE:Factory/.bitcoin.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitcoin"

Thu Jun 18 10:26:37 2020 rev:37 rq:815502 version:0.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2020-03-27 
21:57:59.274816851 +0100
+++ /work/SRC/openSUSE:Factory/.bitcoin.new.3606/bitcoin.changes        
2020-06-18 10:27:09.648648915 +0200
@@ -1,0 +2,12 @@
+Wed Jun 17 11:57:34 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Add fix-qpainterpath.patch
+- Add -fcommon to allow building against GCC10
+
+-------------------------------------------------------------------
+Fri Jun 12 05:39:25 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Update to version 0.20.0:
+  * See 
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.20.0.md
+
+-------------------------------------------------------------------

Old:
----
  bitcoin-0.19.1.tar.gz

New:
----
  bitcoin-0.20.0.tar.gz
  fix-qpainterpath.patch

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

Other differences:
------------------
++++++ bitcoin.spec ++++++
--- /var/tmp/diff_new_pack.JxprS3/_old  2020-06-18 10:27:15.992668060 +0200
+++ /var/tmp/diff_new_pack.JxprS3/_new  2020-06-18 10:27:15.996668072 +0200
@@ -24,7 +24,7 @@
 %define consensus 1
 %define is_base 1
 Name:           bitcoin
-Version:        0.19.1
+Version:        0.20.0
 Release:        0
 Summary:        P2P Digital Currency
 License:        MIT
@@ -34,6 +34,7 @@
 Source1:        %{base}d.service
 Source3:        %{base}d.conf
 Source4:        %{base}.conf
+Patch0:         fix-qpainterpath.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -170,11 +171,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -fiv
-export CXXFLAGS="%{optflags} -fPIE -fPIC"
-export CFLAGS="%{optflags} -fPIE -fPIC"
+export CXXFLAGS="%{optflags} -fPIE -fPIC -fcommon"
+export CFLAGS="%{optflags} -fPIE -fPIC -fcommon"
 export LDFLAGS="-pie"
 
 # Autodetecting if assembly optimizazions for secp256k1 can be used does not

++++++ bitcoin-0.19.1.tar.gz -> bitcoin-0.20.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/bitcoin/bitcoin-0.19.1.tar.gz 
/work/SRC/openSUSE:Factory/.bitcoin.new.3606/bitcoin-0.20.0.tar.gz differ: char 
13, line 1

++++++ fix-qpainterpath.patch ++++++
--- bitcoin-0.20.0/src/qt/trafficgraphwidget.cpp.orig   2020-06-17 
13:42:31.658215250 +0200
+++ bitcoin-0.20.0/src/qt/trafficgraphwidget.cpp        2020-06-17 
13:42:39.286235611 +0200
@@ -7,6 +7,7 @@
 #include <qt/clientmodel.h>
 
 #include <QPainter>
+#include <QPainterPath>
 #include <QColor>
 #include <QTimer>
 

Reply via email to