Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-12-17 09:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and      /work/SRC/openSUSE:Factory/.sgmltool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sgmltool", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes        2012-11-20 
10:45:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-12-17 
09:38:50.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Dec 12 04:34:42 UTC 2012 - [email protected]
+
+- Add buildrequires for groff so that sgml2txt
+  works, and rationalize setting of CFLAGS.
+  In particular having a "\" line continuation
+  before a %configure macro probably doesn't
+  behave as expected.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sgmltool.spec ++++++
--- /var/tmp/diff_new_pack.UfsLMH/_old  2012-12-17 09:38:52.000000000 +0100
+++ /var/tmp/diff_new_pack.UfsLMH/_new  2012-12-17 09:38:52.000000000 +0100
@@ -18,6 +18,7 @@
 
 Name:           sgmltool
 BuildRequires:  flex
+BuildRequires:  groff
 BuildRequires:  opensp
 %if 0%{suse_version} > 1220
 BuildRequires:  texlive-kpathsea
@@ -95,19 +96,18 @@
 %endif
 
 %build
-CFLAGS="%optflags -fno-strict-aliasing" \
+export CFLAGS="%optflags -fno-strict-aliasing"
 %configure --prefix="%buildroot/%_prefix" \
             --with-installed-nsgmls
-make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
+make %{?_smp_mflags}
 make install DESTDIR="%buildroot" prefix="%_prefix"
 (cd doc; PATH="$PATH:%buildroot/%_bindir" sh Makedoc.sh)
 cp -p doc/README doc/README.doc
 # the Makefiles are a bit nasty
 make clean
-CFLAGS="%optflags -fno-strict-aliasing" \
 %configure \
             --with-installed-nsgmls
-make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
+make %{?_smp_mflags}
 
 %install
 > doc/Makedoc.sh

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to