From 9b62cb918bdee4557173fffa000a14e4a03cd1115c11370e208b5100bc1bc281 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Mar 2017 21:48:55 +0000 Subject: [PATCH] Accepting request 479285 from network OBS-URL: https://build.opensuse.org/request/show/479285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=21 --- bitcoin-0.13.1.tar.gz | 3 --- bitcoin-0.14.0.tar.gz | 3 +++ bitcoin.changes | 6 ++++++ bitcoin.spec | 28 ++++++++++++++-------------- 4 files changed, 23 insertions(+), 17 deletions(-) delete mode 100644 bitcoin-0.13.1.tar.gz create mode 100644 bitcoin-0.14.0.tar.gz diff --git a/bitcoin-0.13.1.tar.gz b/bitcoin-0.13.1.tar.gz deleted file mode 100644 index 2ce70db..0000000 --- a/bitcoin-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d4a1aea7aed957e76f8f5e6ba2a2bfc66c1fcbdaf76ee46bd0650e5957eaa9 -size 5952081 diff --git a/bitcoin-0.14.0.tar.gz b/bitcoin-0.14.0.tar.gz new file mode 100644 index 0000000..7d9c99c --- /dev/null +++ b/bitcoin-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1fb34cdb16087e33630b20d48205430fb43e61207566f3ed1e45203ad8ec0c +size 7161678 diff --git a/bitcoin.changes b/bitcoin.changes index 0b0e706..646c10b 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 14 13:46:10 UTC 2017 - mpluskal@suse.com + +- Update to version 0.14.0: + * For a complete list of changes see provided release-notes + ------------------------------------------------------------------- Wed Feb 1 10:00:28 UTC 2017 - adam.majer@suse.de diff --git a/bitcoin.spec b/bitcoin.spec index d5981fd..7318761 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.13.1 +Version: 0.14.0 Release: 0 Summary: P2P Digital Currency License: MIT @@ -37,14 +37,6 @@ Source3: %{base}d.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: binutils-gold -%if 0%{?suse_version} > 1315 -BuildRequires: libboost_filesystem-devel -BuildRequires: libboost_program_options-devel -BuildRequires: libboost_test-devel -BuildRequires: libboost_thread-devel -%else -BuildRequires: boost-devel -%endif BuildRequires: gcc-c++ BuildRequires: git BuildRequires: java-devel @@ -70,6 +62,14 @@ BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(python) BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} +%if 0%{?suse_version} > 1315 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_program_options-devel +BuildRequires: libboost_test-devel +BuildRequires: libboost_thread-devel +%else +BuildRequires: boost-devel +%endif %description %{name_pretty} is a free open source peer-to-peer electronic cash system @@ -201,15 +201,14 @@ make %{?_smp_mflags} V=1 make %{?_smp_mflags} check %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install install -D -m 0644 share/pixmaps/%{base}256.png %{buildroot}%{_datadir}/pixmaps/%{name}.png install -D -m 0644 contrib/debian/%{name}-qt.desktop %{buildroot}%{_datadir}/applications/%{name}-qt.desktop %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}-qt.desktop -install -D -m 0644 contrib/debian/manpages/%{name}d.1 %{buildroot}%{_mandir}/man1/%{name}d.1 -install -D -m 0644 contrib/debian/manpages/%{name}-qt.1 %{buildroot}%{_mandir}/man1/%{name}-qt.1 -install -D -m 0644 contrib/debian/manpages/%{name}.conf.5 %{buildroot}%{_mandir}/man5/%{name}.conf.5 +install -D -m 0644 doc/man/%{name}d.1 %{buildroot}%{_mandir}/man1/%{name}d.1 +install -D -m 0644 doc/man/%{name}-qt.1 %{buildroot}%{_mandir}/man1/%{name}-qt.1 install -D -m 0644 contrib/debian/examples/%{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf %if !%{is_base} @@ -281,6 +280,8 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || : %doc COPYING 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} %if %{consensus} == 1 %files -n lib%{name}consensus0 @@ -300,7 +301,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || : %defattr(-,root,root) %doc COPYING README.md doc/release-notes.md %{_mandir}/man1/%{name}d.1%{?ext_man} -%{_mandir}/man5/%{name}.conf.5%{?ext_man} %{_bindir}/%{name}d %dir %attr(700,%{name},%{name}) %{_var}/lib/%{name} %dir %{_sysconfdir}/%{name}