Hello community, here is the log from the commit of package geekodoc for openSUSE:Factory checked in at 2017-10-20 14:47:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geekodoc (Old) and /work/SRC/openSUSE:Factory/.geekodoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geekodoc" Fri Oct 20 14:47:49 2017 rev:3 rq:535437 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/geekodoc/geekodoc.changes 2017-09-23 21:33:32.856051365 +0200 +++ /work/SRC/openSUSE:Factory/.geekodoc.new/geekodoc.changes 2017-10-20 14:47:53.606567706 +0200 @@ -1,0 +2,14 @@ +Fri Oct 13 08:00:59 UTC 2017 - [email protected] + +Release 0.9.9 +https://github.com/openSUSE/geekodoc/releases/tag/v0.9.9 + +* Geekodoc + * Allow lowercase Values in format attribute (#29) + * Add list elements in taskprerequisites (#25) + +* Novdoc + * No changes + + +------------------------------------------------------------------- Old: ---- geekodoc-0.9.8.tar.gz New: ---- geekodoc-0.9.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geekodoc.spec ++++++ --- /var/tmp/diff_new_pack.ONyWhX/_old 2017-10-20 14:47:54.186540585 +0200 +++ /var/tmp/diff_new_pack.ONyWhX/_new 2017-10-20 14:47:54.190540398 +0200 @@ -17,7 +17,7 @@ Name: geekodoc -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: DocBook based RNG Schema for SUSE Documentation License: GPL-3.0 ++++++ geekodoc-0.9.8.tar.gz -> geekodoc-0.9.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/.travis.yml new/geekodoc-0.9.9/.travis.yml --- old/geekodoc-0.9.8/.travis.yml 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/.travis.yml 2017-10-13 09:57:03.000000000 +0200 @@ -25,5 +25,5 @@ # commands to run tests script: - - ./geekodoc/tests/run-tests.sh + - ./geekodoc/tests/run-tests.sh -V jing - ./novdoc/tests/run-tests.sh diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/rng/ChangeLog new/geekodoc-0.9.9/geekodoc/rng/ChangeLog --- old/geekodoc-0.9.8/geekodoc/rng/ChangeLog 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/geekodoc/rng/ChangeLog 2017-10-13 09:57:03.000000000 +0200 @@ -1,4 +1,82 @@ ------------------------------------------------------------------- +Fri Oct 13 09:52:00 UTC 2017 - [email protected] + +Created 0.9.9 +https://github.com/openSUSE/geekodoc/releases/tag/v0.9.9 + +* Geekodoc + * Allow Lowercase Values in format Attribute (#29) + * Add list elements in taskprerequisites (#25) + +* Novdoc + * No changes + + +------------------------------------------------------------------- +Fri Sep 15 09:49:37 UTC 2017 - [email protected] + +Created 0.9.8 +https://github.com/openSUSE/geekodoc/releases/tag/v0.9.8 + +* GeekoDoc + * Restrict Possible Values in format Attribute (#24) + * Fix outdated Schematron rules (#22) + * Implement task elements (#20) + * Adapt content model of task* elements (#1) + * Add test cases and use Travis to check schema + +* Novdoc + * No changes + + +------------------------------------------------------------------- +Thu Dec 1 09:56:45 UTC 2016 - [email protected] + +Created 0.9.7 +https://github.com/openSUSE/geekodoc/releases/tag/v0.9.7 + + +* GeekoDoc + * link without "xlink:href" attribute is currently valid (#15) + +* Novdoc + * Content model of step is not determinist (#17) + + +------------------------------------------------------------------- +Thu Nov 24 15:56:33 UTC 2016 - [email protected] + +Created 0.9.6 +https://github.com/openSUSE/geekodoc/releases/tag/v0.9.6 + +* GeekoDoc + * Remove title in step (#4) + * Empty <xref/> does not trigger a warning (#9) + * Allow common attributes in link (#10) + * Disallow xreflabel (#11) + * Restrict <results> element (#14) + +* Novdoc + * Missing novdocx-core.rnc (#5) + * Allow <mediaobject> only in <figure> and + * <informalfigure> (#7) + * Fix content model for step to allow para, substeps, + * para (#12) + * Allow phrase inside productnumber (#13) + * Both + * Update Novdoc/GeekoDoc to disallow screen in entry (#2) + + +------------------------------------------------------------------- +Fri Aug 19 14:07:55 UTC 2016 - [email protected] + +Created v0.9.5 + +* First release on OBS, Documentation:Tools +* Use catalog.d directory for GeekoDoc and Novdoc catalog files + + +------------------------------------------------------------------- Wed Jul 6 13:21:00 UTC 2010 - [email protected] Created 0.9.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/rng/Makefile new/geekodoc-0.9.9/geekodoc/rng/Makefile --- old/geekodoc-0.9.8/geekodoc/rng/Makefile 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/geekodoc/rng/Makefile 2017-10-13 09:57:03.000000000 +0200 @@ -6,8 +6,8 @@ # # Requirements: # * trang -# * docbook_5 -# * python3-rnginline (from obs://devel:languages:python3/python3-rnginline) +# * docbook_5 (from obs://Publishing) +# * python3-rnginline (from obs://devel:languages:python/python3-rnginline) .SUFFIXES: .rng rnc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/rng/geekodoc5-flat.rnc new/geekodoc-0.9.9/geekodoc/rng/geekodoc5-flat.rnc --- old/geekodoc-0.9.8/geekodoc/rng/geekodoc5-flat.rnc 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/geekodoc/rng/geekodoc5-flat.rnc 2017-10-13 09:57:03.000000000 +0200 @@ -18,7 +18,7 @@ s:ns [ uri = "http://docbook.org/ns/docbook" prefix = "db" ] s:ns [ uri = "http://www.w3.org/1999/xlink" prefix = "xlink" ] # Constants -suse.schema.version = "5.1-subset GeekoDoc-0.9.8" +suse.schema.version = "5.1-subset GeekoDoc-0.9.9" # div { div { @@ -160,23 +160,53 @@ ## Format of the dia tool "DIA" | + ## Format of the dia tool + "dia" + | ## Encapsulated PostScript "EPS" | + ## Encapsulated PostScript + "eps" + | ## Format of the xfig tool "FIG" | ## LibreOffice illustration format "ODG" | + ## LibreOffice illustration format + "odg" + | ## Portable Document Format "PDF" | + ## Portable Document Format + "pdf" + | ## Portable Network Graphics "PNG" | + ## Portable Network Graphics + "png" + | + ## Joint Photography Experts Group format + "JPG" + | + ## Joint Photography Experts Group format + "jpg" + | + ## Joint Photographic Experts Group + "JPEG" + | + ## Joint Photographic Experts Group + "jpeg" + | ## Scalable Vector Graphics - "SVG") + "SVG" + | + ## Scalable Vector Graphics + "svg") # The original list from the DocBook 4.5 DTD was: # "BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI # | EPS | EQN | FAX | GIF | GIF87a | GIF89a @@ -190,16 +220,9 @@ # include "http://docbook.org/xml/5.1/rng/docbook.rnc" div { [ - # DocBook Version 5.1 - # Candidate OASIS Standard 01 - # 23 June 2016 - # Copyright (c) OASIS Open 2016. All Rights Reserved. - # Source: http://docs.oasis-open.org/docbook/docbook/v5.1/cos01/schemas/ - # Link to latest version of specification: http://docs.oasis-open.org/docbook/docbook/v5.1/docbook-v5.1.html - # - # This file is part of DocBook XInclude V5.1-COS01 + # This file is part of DocBook XInclude V5.1 # - # Copyright 1992-2016 HaL Computer Systems, Inc., + # Copyright 1992-2015 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software # Corporation, Norman Walsh, Sun Microsystems, Inc., and the # Organization for the Advancement of Structured Information @@ -231,12 +254,12 @@ prefix = "a" uri = "http://relaxng.org/ns/compatibility/annotations/1.0" ] - s:ns [ prefix = "xlink" uri = "http://www.w3.org/1999/xlink" ] - s:ns [ prefix = "html" uri = "http://www.w3.org/1999/xhtml" ] s:ns [ prefix = "ctrl" uri = "http://nwalsh.com/xmlns/schema-control/" ] + s:ns [ prefix = "html" uri = "http://www.w3.org/1999/xhtml" ] + s:ns [ prefix = "xlink" uri = "http://www.w3.org/1999/xlink" ] s:ns [ prefix = "xi" uri = "http://www.w3.org/2001/XInclude" ] s:ns [ prefix = "mml" uri = "http://www.w3.org/1998/Math/MathML" ] s:ns [ prefix = "svg" uri = "http://www.w3.org/2000/svg" ] @@ -3597,8 +3620,7 @@ & db.common.linking.attributes db.subscript = - ## A subscript (as in H2 - ## O, the molecular formula for water) + ## A subscript (as in H₂O, the molecular formula for water) element subscript { db.subscript.attlist, db._text } } div { @@ -3609,8 +3631,7 @@ & db.common.linking.attributes db.superscript = - ## A superscript (as in x2 - ## , the mathematical notation for x multiplied by itself) + ## A superscript (as in x², the mathematical notation for x multiplied by itself) element superscript { db.superscript.attlist, db._text } } div { @@ -10794,7 +10815,12 @@ element taskprerequisites { db.taskprerequisites.attlist, # db.taskprerequisites.info, - (db.para | db.formalpara)+ + (db.para + | db.formalpara + | db.itemizedlist + | db.orderedlist + | db.simplelist + | db.variablelist)+ } # taskrelated: allow only paras and lists db.taskrelated = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/rng/geekodoc5.rnc new/geekodoc-0.9.9/geekodoc/rng/geekodoc5.rnc --- old/geekodoc-0.9.8/geekodoc/rng/geekodoc5.rnc 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/geekodoc/rng/geekodoc5.rnc 2017-10-13 09:57:03.000000000 +0200 @@ -31,7 +31,7 @@ s:ns [ uri = "http://www.w3.org/1999/xlink" prefix = "xlink" ] # Constants -suse.schema.version = "5.1-subset GeekoDoc-0.9.8" +suse.schema.version = "5.1-subset GeekoDoc-0.9.9" # @@ -119,24 +119,44 @@ } div { - + db.format.enumeration = ## Allowed formats for SUSE documentation ( ## Format of the dia tool "DIA" | + ## Format of the dia tool + "dia" | ## Encapsulated PostScript "EPS" | + ## Encapsulated PostScript + "eps" | ## Format of the xfig tool "FIG" | ## LibreOffice illustration format "ODG" | + ## LibreOffice illustration format + "odg" | ## Portable Document Format "PDF" | + ## Portable Document Format + "pdf" | ## Portable Network Graphics "PNG" | + ## Portable Network Graphics + "png" | + ## Joint Photography Experts Group format + "JPG" | + ## Joint Photography Experts Group format + "jpg" | + ## Joint Photographic Experts Group + "JPEG" | + ## Joint Photographic Experts Group + "jpeg" | + ## Scalable Vector Graphics + "SVG" | ## Scalable Vector Graphics - "SVG" ) + "svg") # The original list from the DocBook 4.5 DTD was: # "BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI # | EPS | EQN | FAX | GIF | GIF87a | GIF89a @@ -1339,7 +1359,9 @@ element taskprerequisites { db.taskprerequisites.attlist, # db.taskprerequisites.info, - (db.para | db.formalpara)+ + (db.para | db.formalpara | + db.itemizedlist | db.orderedlist | db.simplelist | db.variablelist + )+ } # taskrelated: allow only paras and lists diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/tests/article-admons.xml new/geekodoc-0.9.9/geekodoc/tests/article-admons.xml --- old/geekodoc-0.9.8/geekodoc/tests/article-admons.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/geekodoc-0.9.9/geekodoc/tests/article-admons.xml 2017-10-13 09:57:03.000000000 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-model href="../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> +<article xmlns="http://docbook.org/ns/docbook" xml:lang="en" xml:id="article-admons"> + <title>Test Article for Admonitions</title> + <note> + <title>Note Title</title> + <para>bla</para> + </note> + <note> + <para>Bla</para> + </note> + <important> + <title>Important Title</title> + <para>bla</para> + </important> + <important> + <para>bla</para> + </important> + <tip> + <title>Tip Title</title> + <para>bla</para> + </tip> + <tip> + <para>bla</para> + </tip> + <warning> + <title>Warning Title</title> + <para>bla</para> + </warning> + <warning> + <para>bla</para> + </warning> +</article> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/tests/article-images.xml new/geekodoc-0.9.9/geekodoc/tests/article-images.xml --- old/geekodoc-0.9.8/geekodoc/tests/article-images.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/geekodoc-0.9.9/geekodoc/tests/article-images.xml 2017-10-13 09:57:03.000000000 +0200 @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-model href="../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> +<article xmlns="http://docbook.org/ns/docbook" xml:lang="en" xml:id="article-lists"> + <title>Test Article for Images</title> + <figure> + <title>A Title for a Figure Without ID</title> + <mediaobject> + <imageobject> + <imagedata fileref="non-image.png"/> + </imageobject> + </mediaobject> + </figure> + <figure xml:id="a-figure"> + <title>A Title for a Figure Without ID</title> + <mediaobject> + <imageobject> + <imagedata fileref="non-image.png"/> + </imageobject> + </mediaobject> + </figure> + <figure> + <title>A Title for a Figure With Lowercase format Attribute</title> + <mediaobject> + <imageobject> + <imagedata fileref="non-image.png" format="png"/> + </imageobject> + </mediaobject> + </figure> + <figure> + <title>A Title for a Figure With Uppercase format Attribute</title> + <mediaobject> + <imageobject> + <imagedata fileref="non-image.png" format="PNG"/> + </imageobject> + </mediaobject> + </figure> +</article> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/tests/article-lists.xml new/geekodoc-0.9.9/geekodoc/tests/article-lists.xml --- old/geekodoc-0.9.8/geekodoc/tests/article-lists.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/geekodoc-0.9.9/geekodoc/tests/article-lists.xml 2017-10-13 09:57:03.000000000 +0200 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-model href="../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> +<article xmlns="http://docbook.org/ns/docbook" xml:lang="en" xml:id="article-lists"> + <title>Test Article for Lists</title> + <itemizedlist> + <listitem> + <para>bla</para> + </listitem> + </itemizedlist> + <itemizedlist xml:id="itemizedlist"> + <title>Itemizedlist Title</title> + <listitem> + <para>bla</para> + </listitem> + </itemizedlist> + <orderedlist> + <listitem> + <para>bla</para> + </listitem> + </orderedlist> + <orderedlist xml:id="orderedlist"> + <title>Orderedlist Title</title> + <listitem> + <para>bla</para> + </listitem> + </orderedlist> + <simplelist> + <member>bla</member> + </simplelist> + <simplelist xml:id="simplelist"> + <member>bla1</member> + <member>bla2</member> + </simplelist> +</article> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/tests/article-task.xml new/geekodoc-0.9.9/geekodoc/tests/article-task.xml --- old/geekodoc-0.9.8/geekodoc/tests/article-task.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/geekodoc-0.9.9/geekodoc/tests/article-task.xml 2017-10-13 09:57:03.000000000 +0200 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-model href="../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> +<article xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> + <title>An Article with a Task</title> + <task> + <title>Changing a light bulb</title> + <tasksummary> + <para>How to change a light bulb</para> + </tasksummary> + <taskprerequisites> + <itemizedlist> + <listitem> + <para>Make sure you have a new light bulb.</para> + </listitem> + <listitem> + <para>Make sure you have turned off the light switch.</para> + </listitem> + </itemizedlist> + </taskprerequisites> + <procedure> + <step><para>Remove the old light bulb.</para></step> + <step><para>Insert the new light bulb.</para></step> + <step><para>Turn on the new light bulb.</para></step> + <step><para>Recycle the old light bulb.</para></step> + </procedure> + <taskrelated> + <para>See section <link xlink:href="#buying-bulb">how to buy a + light bulb</link> for further information.</para> + </taskrelated> + </task> +</article> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/geekodoc/tests/run-tests.sh new/geekodoc-0.9.9/geekodoc/tests/run-tests.sh --- old/geekodoc-0.9.8/geekodoc/tests/run-tests.sh 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/geekodoc/tests/run-tests.sh 2017-10-13 09:57:03.000000000 +0200 @@ -72,13 +72,16 @@ shift ;; -V|--validator) - if [ 'xmllint' = "$2" ] || [ 'jing' = "$2" ]; then - VALIDATOR="$2" - else - echo "ERROR: Wrong validator '$2' Choose either " \ - "'xmllint' or 'jing'" 2>/dev/stderr - exit 10 - fi + case "$2" in + 'xmllint' | 'jing') + VALIDATOR="$2" + ;; + *) + print_help + echo "ERROR: Wrong validator '$2'" 2>/dev/stderr + exit 10 + ;; + esac shift 2 ;; --) @@ -88,7 +91,7 @@ esac done -echo "Using validator '$VALIDATOR'..." +echo "INFO: Using validator '$VALIDATOR'..." # Cleanup any *.err files first... rm -f $PROGDIR/*.err 2>/dev/null diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geekodoc-0.9.8/novdoc/tests/run-tests.sh new/geekodoc-0.9.9/novdoc/tests/run-tests.sh --- old/geekodoc-0.9.8/novdoc/tests/run-tests.sh 2017-09-15 09:49:34.000000000 +0200 +++ new/geekodoc-0.9.9/novdoc/tests/run-tests.sh 2017-10-13 09:57:03.000000000 +0200 @@ -67,7 +67,7 @@ esac done -echo "Using validator '$VALIDATOR'..." +echo "INFO: Using validator '$VALIDATOR'..." # Cleanup any *.err files first... rm -f $PROGDIR/*.err 2>/dev/null @@ -102,4 +102,4 @@ [[ -s $errfile ]] || rm $errfile 2>/dev/null done -exit 0 \ No newline at end of file +exit 0
