Hello community, here is the log from the commit of package peerunity for openSUSE:Factory checked in at 2017-02-09 11:15:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/peerunity (Old) and /work/SRC/openSUSE:Factory/.peerunity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "peerunity" Changes: -------- --- /work/SRC/openSUSE:Factory/peerunity/peerunity.changes 2016-06-29 15:10:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.peerunity.new/peerunity.changes 2017-02-09 11:15:52.388889411 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 10:37:59 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ peerunity.spec ++++++ --- /var/tmp/diff_new_pack.40WmS2/_old 2017-02-09 11:15:52.856823315 +0100 +++ /var/tmp/diff_new_pack.40WmS2/_new 2017-02-09 11:15:52.860822750 +0100 @@ -1,7 +1,7 @@ # # spec file for package peerunity # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,13 @@ Url: https://github.com/%{name}/%{name}/ Source0: %{name}-%{version}.tar.gz Patch0: gcc6.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_program_options-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel +%endif BuildRequires: libqt4-devel BuildRequires: openssl-devel BuildRequires: qrencode-devel
