Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2015-06-02 10:12:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-16 
07:14:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes     2015-06-02 
10:12:23.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Jun  1 16:41:59 UTC 2015 - [email protected]
+
+- Build as PIC so that building does not fail with recent qt5
+- Move autoreconf to %prep
+- Enable verbose build
+- Use macro for systemd tmpfiles creation
+
+-------------------------------------------------------------------
+Wed May 27 07:32:16 UTC 2015 - [email protected]
+
+- Update to 0.10.2
+- Correct desktop file handling scriplets and their dependencies
+
+-------------------------------------------------------------------

Old:
----
  v0.10.1.tar.gz

New:
----
  v0.10.2.tar.gz

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

Other differences:
------------------
++++++ bitcoin.spec ++++++
--- /var/tmp/diff_new_pack.WkhPYn/_old  2015-06-02 10:12:24.000000000 +0200
+++ /var/tmp/diff_new_pack.WkhPYn/_new  2015-06-02 10:12:24.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           bitcoin
-Version:        0.10.1
+Version:        0.10.2
 Release:        0
 Summary:        P2P Digital Currency
 License:        MIT
@@ -49,6 +49,8 @@
 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}
 ExcludeArch:    ppc64 ppc
@@ -127,17 +129,20 @@
 %prep
 %setup -q
 %patch0 -p1
+autoreconf -fiv
 
 %build
-autoreconf -fi
+export CXXFLAGS="$CXXFLAGS %{optflags} -fPIC"
+export CFLAGS="$CFLAGS %{optflags} -fPIC"
 %configure \
        --with-cli=yes \
        --with-daemon=yes \
        --with-gui=qt5 \
        --with-miniupnpc \
-       --with-qrencode
+       --with-qrencode \
+  --disable-hardening
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
 make %{?_smp_mflags} check
@@ -169,7 +174,7 @@
 %desktop_database_post
 
 %postun qt5
-%desktop_database_post
+%desktop_database_postun
 
 %pre -n bitcoind
 getent group %{name} >/dev/null || groupadd -r %{name}
@@ -178,7 +183,11 @@
 
 %post -n bitcoind
 %service_add_post bitcoind.service
-systemd-tmpfiles --create %{_tmpfilesdir}/bitcoind.conf
+%if 0%{?suse_version} <= 1320
+systemd-tmpfiles --create %{_tmpfilesdir}/bitcoind.conf >/dev/null 2>&1 || :
+%else
+%tmpfiles_create %{_tmpfilesdir}/bitcoind.conf
+%endif
 
 %preun -n bitcoind
 %service_del_preun bitcoind.service

++++++ v0.10.1.tar.gz -> v0.10.2.tar.gz ++++++
++++ 9316 lines of diff (skipped)


Reply via email to