Hello community, here is the log from the commit of package xterm for openSUSE:Factory checked in at 2013-02-20 09:37:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xterm (Old) and /work/SRC/openSUSE:Factory/.xterm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xterm", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xterm/xterm.changes 2013-02-18 20:29:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2013-02-20 09:37:06.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 19 10:00:45 UTC 2013 - [email protected] + +- fixed check for existance of bdftopcf; added bdftopcf + Buildrequires for openSUSE > 12.1 (bnc#804329) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xterm.spec ++++++ --- /var/tmp/diff_new_pack.uFoey7/_old 2013-02-20 09:37:08.000000000 +0100 +++ /var/tmp/diff_new_pack.uFoey7/_new 2013-02-20 09:37:08.000000000 +0100 @@ -37,6 +37,8 @@ %if 0%{?suse_version} > 1210 # post xorg libs split BuildRequires: libXaw-devel +# separate package now +BuildRequires: bdftopcf %endif %else BuildRequires: XFree86-devel @@ -136,7 +138,7 @@ make %{?_smp_mflags} popd -if [ ! which bdftopcf ] ; then exit 1; fi +if ! which bdftopcf &> /dev/null; then exit 1; fi for i in *.bdf do bdftopcf "$i" | gzip -9 >"${i%.bdf}.pcf.gz" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
