Accepting request 617452 from network:cryptocurrencies

- Update to version 0.16.1:
  * For complete list of changes see release-notes-0.16.1.md

OBS-URL: https://build.opensuse.org/request/show/617452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=28
This commit is contained in:
Yuchen Lin 2018-06-20 13:26:59 +00:00 committed by Git OBS Bridge
commit c89041fa55
4 changed files with 25 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 18 07:48:50 UTC 2018 - mpluskal@suse.com
- Update to version 0.16.1:
* For complete list of changes see release-notes-0.16.1.md
-------------------------------------------------------------------
Fri Mar 9 12:24:09 UTC 2018 - develop7@develop7.info

View File

@ -24,12 +24,12 @@
%define consensus 1
%define is_base 1
Name: bitcoin
Version: 0.16.0
Version: 0.16.1
Release: 0
Summary: P2P Digital Currency
License: MIT
Group: Productivity/Networking/Other
Url: https://%{name}.org
URL: https://%{name}.org
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{base}d.service
Source2: %{base}d.firewall
@ -259,33 +259,38 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
%service_del_postun %{name}d.service
%files qt5
%doc COPYING README.md doc/release-notes.md
%license COPYING
%doc README.md doc/release-notes.md
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_mandir}/man1/%{name}-qt.1%{?ext_man}
%{_datadir}/pixmaps/%{name}.png
%files utils
%doc COPYING README.md doc/release-notes.md
%license COPYING
%doc README.md doc/release-notes.md
%{_bindir}/%{name}-cli
%{_bindir}/%{name}-tx
%{_mandir}/man1/bitcoin-cli.1%{ext_man}
%{_mandir}/man1/bitcoin-tx.1%{ext_man}
%{_mandir}/man1/bitcoin-cli.1%{?ext_man}
%{_mandir}/man1/bitcoin-tx.1%{?ext_man}
%if %{consensus} == 1
%files -n lib%{name}consensus0
%doc COPYING README.md doc/release-notes.md
%license COPYING
%doc README.md doc/release-notes.md
%{_libdir}/lib%{name}consensus.so.*
%files -n lib%{name}consensus-devel
%doc COPYING README.md
%license COPYING
%doc README.md
%{_libdir}/lib%{name}consensus.so
%{_includedir}/%{name}consensus.h
%{_libdir}/pkgconfig/lib%{name}consensus.pc
%endif
%files -n %{name}d
%doc COPYING README.md doc/release-notes.md
%license COPYING
%doc README.md doc/release-notes.md
%{_mandir}/man1/%{name}d.1%{?ext_man}
%{_bindir}/%{name}d
%dir %attr(700,%{name},%{name}) %{_var}/lib/%{name}
@ -297,7 +302,8 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
%{_tmpfilesdir}/%{name}d.conf
%files test
%doc COPYING README.md doc/release-notes.md
%license COPYING
%doc README.md doc/release-notes.md
%{_bindir}/test_%{name}
%{_bindir}/test_%{name}-qt
%{_bindir}/bench_%{name}