forked from pool/bitcoin
Accepting request 523611 from network
- Update to version 0.15.0 * For a complete list of changes see provided release-notes OBS-URL: https://build.opensuse.org/request/show/523611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=24
This commit is contained in:
parent
f8cae0eaf4
commit
deebe255eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219
|
||||
size 7180535
|
3
bitcoin-0.15.0.tar.gz
Normal file
3
bitcoin-0.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1275ca4dab54a08c601d26ad47efbd620ff7f88dc62b6bb2ab2f3ea7cfe7f349
|
||||
size 7509890
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 08:44:43 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.15.0
|
||||
* For a complete list of changes see provided release-notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 07:59:38 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define consensus 1
|
||||
%define is_base 1
|
||||
Name: bitcoin
|
||||
Version: 0.14.2
|
||||
Version: 0.15.0
|
||||
Release: 0
|
||||
Summary: P2P Digital Currency
|
||||
License: MIT
|
||||
@ -265,7 +265,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
||||
%service_del_postun %{name}d.service
|
||||
|
||||
%files qt5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md doc/release-notes.md
|
||||
%{_bindir}/%{name}-qt
|
||||
%{_datadir}/applications/%{name}-qt.desktop
|
||||
@ -273,7 +272,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md doc/release-notes.md
|
||||
%{_bindir}/%{name}-cli
|
||||
%{_bindir}/%{name}-tx
|
||||
@ -282,12 +280,10 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
||||
|
||||
%if %{consensus} == 1
|
||||
%files -n lib%{name}consensus0
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md doc/release-notes.md
|
||||
%{_libdir}/lib%{name}consensus.so.*
|
||||
|
||||
%files -n lib%{name}consensus-devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md
|
||||
%{_libdir}/lib%{name}consensus.so
|
||||
%{_includedir}/%{name}consensus.h
|
||||
@ -295,7 +291,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
||||
%endif
|
||||
|
||||
%files -n %{name}d
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md doc/release-notes.md
|
||||
%{_mandir}/man1/%{name}d.1%{?ext_man}
|
||||
%{_bindir}/%{name}d
|
||||
@ -308,7 +303,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
||||
%{_tmpfilesdir}/%{name}d.conf
|
||||
|
||||
%files test
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md doc/release-notes.md
|
||||
%{_bindir}/test_%{name}
|
||||
%{_bindir}/test_%{name}-qt
|
||||
|
Loading…
Reference in New Issue
Block a user