Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2016-02-23 16:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-12-13 
09:39:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes     2016-02-23 
16:59:19.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Feb 21 08:24:50 UTC 2016 - mplus...@suse.com
+
+- Update to 0.12.0
+  * For a complete list of changes see provided release-notes
+- Small spec file cleanups
+  * remove old obsole/provides
+  * move icon handling scriplets to correct subpackage
+
+-------------------------------------------------------------------

Old:
----
  v0.11.2.tar.gz

New:
----
  v0.12.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bitcoin.spec ++++++
--- /var/tmp/diff_new_pack.aqEP47/_old  2016-02-23 16:59:20.000000000 +0100
+++ /var/tmp/diff_new_pack.aqEP47/_new  2016-02-23 16:59:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bitcoin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2014  P Rusnak <prus...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,7 @@
 %define is_base 1
 
 Name:           bitcoin
-Version:        0.11.2
+Version:        0.12.0
 Release:        0
 Summary:        P2P Digital Currency
 License:        MIT
@@ -43,6 +43,7 @@
 BuildRequires:  git
 BuildRequires:  lcov
 BuildRequires:  libdb-4_8-devel
+BuildRequires:  libevent-devel
 BuildRequires:  libminiupnpc-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qttools-devel
@@ -52,11 +53,10 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
 BuildRequires:  yasm-devel
+BuildRequires:  zeromq-devel
 BuildRequires:  pkgconfig(libqrencode)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(protobuf)
-Requires(post): update-desktop-files
-Requires(postun): update-desktop-files
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
@@ -68,8 +68,8 @@
 %package qt5
 Summary:        An end-user Qt5 GUI for the %{name_pretty} crypto-currency
 Group:          Development/Libraries/Other
-Provides:       %{name} = %{version}
-Obsoletes:      %{name} < %{version}
+Requires(post): update-desktop-files
+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.
@@ -81,8 +81,6 @@
 %package utils
 Summary:        An end-user cli for the %{name_pretty} crypto-currency
 Group:          Productivity/Networking/Other
-Provides:       %{name}-cli = %{version}
-Obsoletes:      %{name}-cli < %{version}
 
 %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.
@@ -102,7 +100,7 @@
 %package -n lib%{name}consensus-devel
 Summary:        Developmont files for %{name} consensus library
 Group:          Development/Languages/C and C++
-Requires:       lib%{name}consensus0 = %{version}
+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.
@@ -141,8 +139,8 @@
 
 %build
 autoreconf -fiv
-export CXXFLAGS="$CXXFLAGS %{optflags} -fPIC"
-export CFLAGS="$CFLAGS %{optflags} -fPIC"
+export CXXFLAGS="%{optflags} -fPIC"
+export CFLAGS="%{optflags} -fPIC"
 %configure \
   --with-cli=yes \
   --with-daemon=yes \
@@ -160,7 +158,7 @@
 make %{?_smp_mflags} check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} 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
@@ -230,7 +228,7 @@
 
 %files qt5
 %defattr(-,root,root)
-%doc COPYING README.md
+%doc COPYING README.md doc/release-notes.md
 %{_bindir}/%{name}-qt
 %{_datadir}/applications/%{name}-qt.desktop
 %{_mandir}/man1/%{name}-qt.1%{?ext_man}
@@ -238,14 +236,14 @@
 
 %files utils
 %defattr(-,root,root)
-%doc COPYING README.md
+%doc COPYING README.md doc/release-notes.md
 %{_bindir}/%{name}-cli
 %{_bindir}/%{name}-tx
 
 %if %{consensus} == 1
 %files -n lib%{name}consensus0
 %defattr(-,root,root)
-%doc COPYING README.md
+%doc COPYING README.md doc/release-notes.md
 %{_libdir}/lib%{name}consensus.so.*
 
 %files -n lib%{name}consensus-devel
@@ -258,7 +256,7 @@
 
 %files -n %{name}d
 %defattr(-,root,root)
-%doc COPYING README.md
+%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
@@ -272,8 +270,9 @@
 
 %files test
 %defattr(-,root,root)
-%doc COPYING README.md
+%doc COPYING README.md doc/release-notes.md
 %{_bindir}/test_%{name}
 %{_bindir}/test_%{name}-qt
+%{_bindir}/bench_%{name}
 
 %changelog

++++++ bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch ++++++
--- /var/tmp/diff_new_pack.aqEP47/_old  2016-02-23 16:59:20.000000000 +0100
+++ /var/tmp/diff_new_pack.aqEP47/_new  2016-02-23 16:59:20.000000000 +0100
@@ -14,10 +14,10 @@
  build-aux/m4/ax_boost_base.m4 |    3 +++
  1 file changed, 3 insertions(+)
 
-Index: bitcoin-0.11.0/build-aux/m4/ax_boost_base.m4
+Index: bitcoin-0.12.0/build-aux/m4/ax_boost_base.m4
 ===================================================================
---- bitcoin-0.11.0.orig/build-aux/m4/ax_boost_base.m4
-+++ bitcoin-0.11.0/build-aux/m4/ax_boost_base.m4
+--- bitcoin-0.12.0.orig/build-aux/m4/ax_boost_base.m4
++++ bitcoin-0.12.0/build-aux/m4/ax_boost_base.m4
 @@ -98,6 +98,9 @@ if test "x$want_boost" = "xyes"; then
        ppc64|s390x|sparc64|aarch64)
          libsubdirs="lib64 lib lib64"

++++++ v0.11.2.tar.gz -> v0.12.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/bitcoin/v0.11.2.tar.gz 
/work/SRC/openSUSE:Factory/.bitcoin.new/v0.12.0.tar.gz differ: char 12, line 1


Reply via email to