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
This commit is contained in:
Dominique Leuenberger 2016-08-29 13:34:58 +00:00 committed by Git OBS Bridge
parent 648f8fa635
commit 63059e0dd1
5 changed files with 15 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bdc287575067461c123e1afcb48843f9f78eb5e6cac95b413e2e09f1f7fc7bd
size 6751284

3
bitcoin-0.13.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:852581d21716b74e0539f7fd2f9c17f5506f1c21c5cec6642b0286823ba97193
size 5833967

View File

@ -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

View File

@ -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

View File

@ -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