Hello community, here is the log from the commit of package tardy for openSUSE:Factory checked in at 2017-02-03 16:30:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tardy (Old) and /work/SRC/openSUSE:Factory/.tardy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tardy" Changes: -------- --- /work/SRC/openSUSE:Factory/tardy/tardy.changes 2015-04-16 14:12:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tardy.new/tardy.changes 2017-02-03 20:03:01.899892433 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 14:59:03 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tardy.spec ++++++ --- /var/tmp/diff_new_pack.P5MEgC/_old 2017-02-03 20:03:02.487809681 +0100 +++ /var/tmp/diff_new_pack.P5MEgC/_new 2017-02-03 20:03:02.491809118 +0100 @@ -1,7 +1,7 @@ # # spec file for package tardy # -# Copyright (c) 2015 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 @@ -25,7 +25,11 @@ Url: http://tardy.sourceforge.net/ Source0: http://sourceforge.net/projects/tardy/files/%{version}/%{name}-%{version}.D001.tar.gz BuildRequires: bison +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cpio BuildRequires: gcc-c++ BuildRequires: groff-full
