Hello community, here is the log from the commit of package daps for openSUSE:Factory checked in at 2013-02-13 17:22:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/daps (Old) and /work/SRC/openSUSE:Factory/.daps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "daps", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/daps/daps.changes 2013-02-07 10:04:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes 2013-02-13 17:22:06.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 13 14:37:26 UTC 2013 - [email protected] + +Version 1.1.4 (Bugfix Release): + + * Fixed target productinfo, which did not produce any output when + ROOTID was not set + +------------------------------------------------------------------- Old: ---- daps-1.1.3.tar.bz2 New: ---- daps-1.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ daps.spec ++++++ --- /var/tmp/diff_new_pack.FCGMkh/_old 2013-02-13 17:22:10.000000000 +0100 +++ /var/tmp/diff_new_pack.FCGMkh/_new 2013-02-13 17:22:10.000000000 +0100 @@ -17,7 +17,7 @@ Name: daps -Version: 1.1.3 +Version: 1.1.4 Release: 0 ############################################################### @@ -185,7 +185,8 @@ Recommends: unfonts %endif -Obsoletes: susedoc +Obsoletes: susedoc < 4.3.32 +Provides: susedoc = 4.3.32 %description DocBook Authoring and Publishing Suite (DAPS) ++++++ daps-1.1.3.tar.bz2 -> daps-1.1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/daps/configure new/daps/configure --- old/daps/configure 2013-02-05 14:36:18.000000000 +0100 +++ new/daps/configure 2013-02-13 15:36:28.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for DAPS 1.1.3. +# Generated by GNU Autoconf 2.68 for DAPS 1.1.4. # # Report bugs to <https://sourceforge.net/p/daps/tickets/>. # @@ -560,8 +560,8 @@ # Identity of this package. PACKAGE_NAME='DAPS' PACKAGE_TARNAME='daps' -PACKAGE_VERSION='1.1.3' -PACKAGE_STRING='DAPS 1.1.3' +PACKAGE_VERSION='1.1.4' +PACKAGE_STRING='DAPS 1.1.4' PACKAGE_BUGREPORT='https://sourceforge.net/p/daps/tickets/' PACKAGE_URL='http://daps.sf.net' @@ -1227,7 +1227,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures DAPS 1.1.3 to adapt to many kinds of systems. +\`configure' configures DAPS 1.1.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1293,7 +1293,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of DAPS 1.1.3:";; + short | recursive ) echo "Configuration of DAPS 1.1.4:";; esac cat <<\_ACEOF @@ -1371,7 +1371,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -DAPS configure 1.1.3 +DAPS configure 1.1.4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1388,7 +1388,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by DAPS $as_me 1.1.3, which was +It was created by DAPS $as_me 1.1.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2217,7 +2217,7 @@ # Define the identity of the package. PACKAGE='daps' - VERSION='1.1.3' + VERSION='1.1.4' cat >>confdefs.h <<_ACEOF @@ -4388,7 +4388,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by DAPS $as_me 1.1.3, which was +This file was extended by DAPS $as_me 1.1.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4442,7 +4442,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -DAPS config.status 1.1.3 +DAPS config.status 1.1.4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/daps/configure.ac new/daps/configure.ac --- old/daps/configure.ac 2013-02-05 14:36:18.000000000 +0100 +++ new/daps/configure.ac 2013-02-13 15:36:28.000000000 +0100 @@ -19,7 +19,7 @@ m4_define(daps_version_micro, 9dev) AC_PREREQ([2.68]) -AC_INIT([DAPS], [1.1.3], [https://sourceforge.net/p/daps/tickets/], [daps], [http://daps.sf.net]) +AC_INIT([DAPS], [1.1.4], [https://sourceforge.net/p/daps/tickets/], [daps], [http://daps.sf.net]) AC_CONFIG_MACRO_DIR([m4]) AC_MSG_NOTICE([ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/daps/make/common.mk new/daps/make/common.mk --- old/daps/make/common.mk 2013-01-17 16:12:02.000000000 +0100 +++ new/daps/make/common.mk 2013-02-13 15:33:37.000000000 +0100 @@ -2136,9 +2136,14 @@ #--------------- # show productname and productnumber .PHONY: productinfo -productinfo: $(TMP_XML) - @echo -n "PRODUCTNAME=\"$(shell xml sel -t -v "//*[@id='$(ROOTID)']/*/productname" $< 2>/dev/null)\" " - @echo -n "PRODUCTNUMBER=\"$(shell xml sel -t -v "//*[@id='$(ROOTID)']/*/productnumber" $< 2>/dev/null)\"" +productinfo: $(TMP_XML) + ifdef ROOTID + @echo -n "PRODUCTNAME=\"$(shell xml sel -t -v "//*[@id='$(ROOTID)']/*[contains(.,'info')]/productname[1]" $< 2>/dev/null)\" " + @echo -n "PRODUCTNUMBER=\"$(shell xml sel -t -v "//*[@id='$(ROOTID)']/*[contains(.,'info')]/productnumber[1]" $< 2>/dev/null)\"" + else + @echo -n "PRODUCTNAME=\"$(shell xml sel -t -v "(/*/*/productname)[1]" $< 2>/dev/null)\" " + @echo -n "PRODUCTNUMBER=\"$(shell xml sel -t -v "(/*/*/productnumber)[1]" $< 2>/dev/null)\"" + endif #--------------- # Funstuff diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/daps/suse/xslt/flyer/fo/component.xsl new/daps/suse/xslt/flyer/fo/component.xsl --- old/daps/suse/xslt/flyer/fo/component.xsl 2012-03-30 17:04:49.000000000 +0200 +++ new/daps/suse/xslt/flyer/fo/component.xsl 2013-02-13 14:53:02.000000000 +0100 @@ -7,7 +7,7 @@ extension-element-prefixes="date" version='1.0'> -<xsl:attribute-set name="page.attributs"> +<xsl:attribute-set name="page.attributes"> <xsl:attribute name="language"> <xsl:call-template name="l10n.language"/> </xsl:attribute> @@ -53,7 +53,7 @@ </xsl:variable> - <fo:page-sequence xsl:use-attribute-sets="page.attributs" + <fo:page-sequence xsl:use-attribute-sets="page.attributes" hyphenate="{$hyphenate}" master-reference="{$master-reference}"> <xsl:attribute name="format"> @@ -86,7 +86,7 @@ <xsl:with-param name="master-reference" select="$master-reference"/> </xsl:call-template> - <fo:block span="all"> + <fo:block span="all" id="{$id}"> <xsl:apply-templates select="articleinfo/author| articleinfo/authorgroup" mode="article.titlepage.recto.auto.mode"/> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
