Accepting request 500033 from network

- Update to version 0.14.1:
  * For a complete list of changes see provided release-notes
- Update unit file

OBS-URL: https://build.opensuse.org/request/show/500033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-06-01 14:33:37 +00:00 committed by Git OBS Bridge
parent 9b62cb918b
commit ec21ebab64
5 changed files with 12 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4391dbf8fa9683f17c3b03feac429c1f3d71dcc6c0dab7d01733519880ea9834
size 7157456

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 31 08:13:30 UTC 2017 - mpluskal@suse.com
- Update to version 0.14.1:
* For a complete list of changes see provided release-notes
- Update unit file
-------------------------------------------------------------------
Tue Mar 14 13:46:10 UTC 2017 - mpluskal@suse.com

View File

@ -24,7 +24,7 @@
%define consensus 1
%define is_base 1
Name: bitcoin
Version: 0.14.0
Version: 0.14.1
Release: 0
Summary: P2P Digital Currency
License: MIT

View File

@ -5,10 +5,10 @@ After=network.target
[Service]
User=bitcoin
Type=forking
PIDFile=/run/bitcoin/bitcoind.pid
ExecStart=/usr/bin/bitcoind -daemon -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoin/bitcoind.pid -datadir=/var/lib/bitcoin
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target