commit bitcoin for openSUSE:Factory
Hello community, here is the log from the commit of package bitcoin for openSUSE:Factory checked in at 2016-05-02 10:44:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitcoin (Old) and /work/SRC/openSUSE:Factory/.bitcoin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "bitcoin" Changes: -------- --- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes 2016-04-28 16:58:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes 2016-05-02 10:45:02.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Apr 30 08:38:08 UTC 2016 - mpluskal@suse.com + +- Update to 0.12.1 + * For a complete list of changes see provided release-notes +- Drop no longer needed patch + * bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch +- Small spec file polishing + +------------------------------------------------------------------- Old: ---- bitcoin-0.12.0.tar.gz bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch New: ---- bitcoin-0.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitcoin.spec ++++++ --- /var/tmp/diff_new_pack.oQh3ek/_old 2016-05-02 10:45:03.000000000 +0200 +++ /var/tmp/diff_new_pack.oQh3ek/_new 2016-05-02 10:45:03.000000000 +0200 @@ -23,19 +23,17 @@ %define name_pretty %{base_pretty} %define consensus 1 %define is_base 1 - Name: bitcoin -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: P2P Digital Currency License: MIT Group: Productivity/Networking/Other -Url: http://%{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 Source3: %{base}d.conf -Patch1: %{base}_missing_ppc64le_in_ax_boost_base.m4.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: boost-devel @@ -43,27 +41,38 @@ BuildRequires: git BuildRequires: lcov BuildRequires: libdb-4_8-devel -BuildRequires: libevent-devel BuildRequires: libminiupnpc-devel BuildRequires: libqt5-qtbase-devel -BuildRequires: libqt5-qttools-devel BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: python +BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: update-desktop-files BuildRequires: yasm-devel -BuildRequires: zeromq-devel +BuildRequires: pkgconfig(Qt5CLucene) +BuildRequires: pkgconfig(Qt5Designer) +BuildRequires: pkgconfig(Qt5DesignerComponents) +BuildRequires: pkgconfig(Qt5Help) +BuildRequires: pkgconfig(Qt5UiTools) +BuildRequires: pkgconfig(libevent) +BuildRequires: pkgconfig(libevent_openssl) +BuildRequires: pkgconfig(libevent_pthreads) BuildRequires: pkgconfig(libqrencode) +BuildRequires: pkgconfig(libzmq) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(protobuf) +BuildRequires: pkgconfig(python) BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} %description -%{name_pretty} is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. +%{name_pretty} is a free open source peer-to-peer electronic cash system +%{that} is completely decentralized, without the need for a central server or +trusted parties. Users hold the crypto keys to their own money and +transact directly with each other, with the help of a P2P network to check +for double-spending. -Full transaction history is stored locally at each client. This requires several GB of space, slowly growing. +Full transaction history is stored locally at each client. This requires +several GB of space, slowly growing. %package qt5 Summary: An end-user Qt5 GUI for the %{name_pretty} crypto-currency @@ -72,30 +81,44 @@ Requires(postun): update-desktop-files %description qt5 -%{name_pretty} is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. +%{name_pretty} is a free open source peer-to-peer electronic cash system +that is completely decentralized, without the need for a central server or +trusted parties. Users hold the crypto keys to their own money and +transact directly with each other, with the help of a P2P network to check +for double-spending. -Full transaction history is stored locally at each client. This requires several GB of space, slowly growing. +Full transaction history is stored locally at each client. This requires +several GB of space, slowly growing. -This package provides %{name_pretty}-Qt, a GUI for %{name_pretty} based on Qt. +This package provides %{name_pretty}-Qt, a GUI for %{name_pretty} based on +Qt. %package utils Summary: An end-user cli for the %{name_pretty} crypto-currency Group: Productivity/Networking/Other %description utils -%{name_pretty} is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. +%{name_pretty} is a free open source peer-to-peer electronic cash system +that is completely decentralized, without the need for a central server or +trusted parties. Users hold the crypto keys to their own money and +transact directly with each other, with the help of a P2P network to check +for double-spending. -Full transaction history is stored locally at each client. This requires several GB of space, slowly growing. +Full transaction history is stored locally at each client. This requires +several GB of space, slowly growing. This package provides %{name}-cli - CLI tool to interact with the daemon. %if %{consensus} == 1 %package -n lib%{name}consensus0 Summary: %{name_pretty} consensus library -Group: System/Library +Group: System/Libraries %description -n lib%{name}consensus0 -The purpose of this library is to make the verification functionality that is critical to %{name_pretty}’s consensus available to other applications, e.g. to language bindings such as python-%{name}lib or alternative node implementations. +The purpose of this library is to make the verification functionality that +is critical to %{name_pretty}’s consensus available to other applications, +e.g. to language bindings such as python-%{name}lib or alternative node +implementations. %package -n lib%{name}consensus-devel Summary: Developmont files for %{name} consensus library @@ -103,7 +126,10 @@ Requires: lib%{name}consensus0 = %{version}-%{release} %description -n lib%{name}consensus-devel -The purpose of this library is to make the verification functionality that is critical to %{name_pretty}’s consensus available to other applications, e.g. to language bindings such as python-%{name}lib or alternative node implementations. +The purpose of this library is to make the verification functionality that +is critical to %{name_pretty}’s consensus available to other applications, +e.g. to language bindings such as python-%{name}lib or alternative node +implementations. This package contains development files. %endif @@ -113,9 +139,14 @@ Group: Development/Libraries/Other %description -n %{name}d -%{name_pretty} is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. +%{name_pretty} is a free open source peer-to-peer electronic cash system +that is completely decentralized, without the need for a central server or +trusted parties. Users hold the crypto keys to their own money and +transact directly with each other, with the help of a P2P network to check +for double-spending. -Full transaction history is stored locally at each client. This requires several GB of space, slowly growing. +Full transaction history is stored locally at each client. This requires +several GB of space, slowly growing. This package provides %{name}d, headless %{name} daemon. @@ -124,15 +155,19 @@ Group: Development/Libraries/Other %description test -%{name_pretty} is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. +%{name_pretty} is a free open source peer-to-peer electronic cash system +that is completely decentralized, without the need for a central server or +trusted parties. Users hold the crypto keys to their own money and +transact directly with each other, with the help of a P2P network to check +for double-spending. -Full transaction history is stored locally at each client. This requires several GB of space, slowly growing. +Full transaction history is stored locally at each client. This requires +several GB of space, slowly growing. This package provides automated tests for %{name}-qt5 and %{name}d. %prep %setup -q -%patch1 -p1 # remove 128 resolution from Icon= line sed -i s/128// contrib/debian/%{name}-qt.desktop @@ -203,7 +238,6 @@ %if %{consensus} == 1 %post -n lib%{name}consensus0 -p /sbin/ldconfig - %postun -n lib%{name}consensus0 -p /sbin/ldconfig %endif ++++++ bitcoin-0.12.0.tar.gz -> bitcoin-0.12.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/bitcoin/bitcoin-0.12.0.tar.gz /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin-0.12.1.tar.gz differ: char 28, line 1
participants (1)
-
root@hilbert.suse.de