Hello community, here is the log from the commit of package pv for openSUSE:Factory checked in at 2013-06-06 12:58:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pv (Old) and /work/SRC/openSUSE:Factory/.pv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pv" Changes: -------- --- /work/SRC/openSUSE:Factory/pv/pv.changes 2013-03-08 09:39:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pv.new/pv.changes 2013-06-06 12:58:52.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 5 17:11:16 UTC 2013 - [email protected] + +- Add explicit BuildRequires for usleep + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pv.spec ++++++ --- /var/tmp/diff_new_pack.Hwvw0p/_old 2013-06-06 12:58:52.000000000 +0200 +++ /var/tmp/diff_new_pack.Hwvw0p/_new 2013-06-06 12:58:52.000000000 +0200 @@ -37,6 +37,12 @@ %endif BuildRequires: intltool BuildRequires: make +%if 0%{?suse_version} && 0%{?suse_version} <= 1200 +# The testsuite wants the "usleep" utility +BuildRequires: sysvinit +%else +BuildRequires: sysvinit-tools +%endif %description PV ("Pipe Viewer") is a tool for monitoring the progress of data through a -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
