From 63059e0dd158bf56d1b4369dfc5c3c5243a22d0abd13910e7c3571c516a7cfad Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 29 Aug 2016 13:34:58 +0000 Subject: [PATCH] Accepting request 421770 from network - Update to version 0.13.0: * For a complete list of changes see provided release-notes - Drop upstreamed patch: * bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch - Fail build on testsuite failure OBS-URL: https://build.opensuse.org/request/show/421770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=17 --- bitcoin-0.12.1.tar.gz | 3 --- bitcoin-0.13.0.tar.gz | 3 +++ bitcoin.changes | 9 +++++++++ bitcoin.spec | 8 +++----- ...in_missing_ppc64le_in_ax_boost_base.m4.patch | 17 ----------------- 5 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 bitcoin-0.12.1.tar.gz create mode 100644 bitcoin-0.13.0.tar.gz delete mode 100644 bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch diff --git a/bitcoin-0.12.1.tar.gz b/bitcoin-0.12.1.tar.gz deleted file mode 100644 index 3200867..0000000 --- a/bitcoin-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bdc287575067461c123e1afcb48843f9f78eb5e6cac95b413e2e09f1f7fc7bd -size 6751284 diff --git a/bitcoin-0.13.0.tar.gz b/bitcoin-0.13.0.tar.gz new file mode 100644 index 0000000..325a84f --- /dev/null +++ b/bitcoin-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852581d21716b74e0539f7fd2f9c17f5506f1c21c5cec6642b0286823ba97193 +size 5833967 diff --git a/bitcoin.changes b/bitcoin.changes index cca8851..69f631e 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 24 14:35:06 UTC 2016 - mpluskal@suse.com + +- Update to version 0.13.0: + * For a complete list of changes see provided release-notes +- Drop upstreamed patch: + * bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch +- Fail build on testsuite failure + ------------------------------------------------------------------- Mon Jun 20 15:58:45 UTC 2016 - normand@linux.vnet.ibm.com diff --git a/bitcoin.spec b/bitcoin.spec index 91e6118..3f6f860 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.12.1 +Version: 0.13.0 Release: 0 Summary: P2P Digital Currency License: MIT @@ -34,7 +34,6 @@ Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/% Source1: %{base}d.service Source2: %{base}d.firewall Source3: %{base}d.conf -Patch1: bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: boost-devel @@ -168,7 +167,6 @@ This package provides automated tests for %{name}-qt5 and %{name}d. %prep %setup -q -%patch1 -p1 # remove 128 resolution from Icon= line sed -i s/128// contrib/debian/%{name}-qt.desktop @@ -177,7 +175,7 @@ sed -i s/128// contrib/debian/%{name}-qt.desktop autoreconf -fiv export CXXFLAGS="%{optflags} -fPIE -fPIC" export CFLAGS="%{optflags} -fPIE -fPIC" -export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -pie" +export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro,-z,now -pie" %configure \ --with-cli=yes \ --with-daemon=yes \ @@ -192,7 +190,7 @@ export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -pie" make %{?_smp_mflags} V=1 %check -make %{?_smp_mflags} check || cat src/test-suite.log +make %{?_smp_mflags} check %install make %{?_smp_mflags} DESTDIR=%{buildroot} install diff --git a/bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch b/bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch deleted file mode 100644 index 48c6dad..0000000 --- a/bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - build-aux/m4/ax_boost_base.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: bitcoin-0.12.1/build-aux/m4/ax_boost_base.m4 -=================================================================== ---- bitcoin-0.12.1.orig/build-aux/m4/ax_boost_base.m4 -+++ bitcoin-0.12.1/build-aux/m4/ax_boost_base.m4 -@@ -95,7 +95,7 @@ if test "x$want_boost" = "xyes"; then - x86_64) - libsubdirs="lib64 libx32 lib lib64" - ;; -- ppc64|s390x|sparc64|aarch64) -+ ppc64|s390x|sparc64|aarch64|ppc64le) - libsubdirs="lib64 lib lib64" - ;; - esac