Accepting request 317549 from network
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/317549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=6
This commit is contained in:
parent
aa0e67059f
commit
f787db48cb
@ -4,4 +4,4 @@
|
|||||||
<size unit="M">4086</size>
|
<size unit="M">4086</size>
|
||||||
</memory>
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
diff -Naur a/contrib/debian/bitcoin-qt.desktop b/contrib/debian/bitcoin-qt.desktop
|
Index: bitcoin-0.11.0/contrib/debian/bitcoin-qt.desktop
|
||||||
--- a/contrib/debian/bitcoin-qt.desktop 2014-04-08 05:04:06.000000000 -0500
|
===================================================================
|
||||||
+++ b/contrib/debian/bitcoin-qt.desktop 2014-04-12 10:24:16.159294167 -0500
|
--- bitcoin-0.11.0.orig/contrib/debian/bitcoin-qt.desktop
|
||||||
@@ -7,6 +7,6 @@
|
+++ bitcoin-0.11.0/contrib/debian/bitcoin-qt.desktop
|
||||||
|
@@ -7,6 +7,6 @@ Comment[tr]=Bitcoin, eşten eşe kriptog
|
||||||
Exec=bitcoin-qt %u
|
Exec=bitcoin-qt %u
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 12 22:40:07 UTC 2015 - prusnak@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.11.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 1 16:41:59 UTC 2015 - mpluskal@suse.com
|
Mon Jun 1 16:41:59 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitcoin
|
# spec file for package bitcoin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
|
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.10.2
|
Version: 0.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: P2P Digital Currency
|
Summary: P2P Digital Currency
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -49,7 +49,7 @@ BuildRequires: yasm-devel
|
|||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(protobuf)
|
BuildRequires: pkgconfig(protobuf)
|
||||||
Requires(post): update-desktop-files
|
Requires(post): update-desktop-files
|
||||||
Requires(postun): update-desktop-files
|
Requires(postun): update-desktop-files
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
@ -129,9 +129,9 @@ This package provides automated tests for bitcoin-qt5 and bitcoind.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
autoreconf -fiv
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fiv
|
||||||
export CXXFLAGS="$CXXFLAGS %{optflags} -fPIC"
|
export CXXFLAGS="$CXXFLAGS %{optflags} -fPIC"
|
||||||
export CFLAGS="$CFLAGS %{optflags} -fPIC"
|
export CFLAGS="$CFLAGS %{optflags} -fPIC"
|
||||||
%configure \
|
%configure \
|
||||||
@ -223,6 +223,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/bitcoind.conf >/dev/null 2>&1 || :
|
|||||||
%doc COPYING README.md
|
%doc COPYING README.md
|
||||||
%{_libdir}/lib%{name}consensus.so
|
%{_libdir}/lib%{name}consensus.so
|
||||||
%{_includedir}/%{name}consensus.h
|
%{_includedir}/%{name}consensus.h
|
||||||
|
%{_libdir}/pkgconfig/lib%{name}consensus.pc
|
||||||
|
|
||||||
%files -n bitcoind
|
%files -n bitcoind
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48c82a35369e54b613f738adf2a3420f8a25636182d272635202a5f99bb1fb9b
|
|
||||||
size 5075202
|
|
3
v0.11.0.tar.gz
Normal file
3
v0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2bcd61a4c288e5cc5d7fbe724606c610a20037332b06f7a9e99c1153eef73aef
|
||||||
|
size 5894693
|
Loading…
Reference in New Issue
Block a user