Hello community, here is the log from the commit of package jedit for openSUSE:Factory checked in at Fri May 27 15:09:25 CEST 2011.
-------- --- jedit/jedit.changes 2010-08-11 10:18:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/jedit/jedit.changes 2011-05-22 12:58:36.000000000 +0200 @@ -1,0 +2,5 @@ +Sun May 22 10:57:40 UTC 2011 - [email protected] + +- Don't hardcode docbook-xsl-stylesheet version + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- minmem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jedit.spec ++++++ --- /var/tmp/diff_new_pack.EVdcTE/_old 2011-05-27 15:06:05.000000000 +0200 +++ /var/tmp/diff_new_pack.EVdcTE/_new 2011-05-27 15:06:05.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package jedit (Version 4.3.2) +# spec file for package jedit # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: jedit Version: 4.3.2 -Release: 1 +Release: 5 Summary: Programmer's Text Editor Written in Java Url: http://www.jedit.org/ License: GPLv2+ @@ -138,6 +138,7 @@ %__perl -p -i -e 's|app.version=.*|app.version=%{version}-%{release}|' installer/install.props DOCBOOK_XSL=`rpm -ql docbook-xsl-stylesheets | %__grep /html/chunk.xsl \ | %__sed 's|/html/chunk.xsl||'` +STYLESHEET_VERSION=`rpm -q --qf '%%{version}' docbook-xsl-stylesheets` if [ -z $DOCBOOK_XSL ]; then echo "Unable to find docbook xsl directory" exit 1 @@ -147,8 +148,8 @@ fi cat <<EOF > build.properties xsltproc.executable=%{_bindir}/xsltproc -docbook.xsl=%{_datadir}/xml/docbook/stylesheet/nwalsh/1.75.2/ -docbook.catalog=%{_datadir}/xml/docbook/stylesheet/nwalsh/1.75.2/catalog.xml +docbook.xsl=%{_datadir}/xml/docbook/stylesheet/nwalsh/$STYLESHEET_VERSION/ +docbook.catalog=%{_datadir}/xml/docbook/stylesheet/nwalsh/$STYLESHEET_VERSION/catalog.xml EOF %ant \ build docs-html ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
