Hello community, here is the log from the commit of package geekodoc for openSUSE:Factory checked in at 2017-09-23 21:33:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geekodoc (Old) and /work/SRC/openSUSE:Factory/.geekodoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geekodoc" Sat Sep 23 21:33:26 2017 rev:2 rq:527718 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/geekodoc/geekodoc.changes 2017-06-29 15:02:44.314040964 +0200 +++ /work/SRC/openSUSE:Factory/.geekodoc.new/geekodoc.changes 2017-09-23 21:33:32.856051365 +0200 @@ -1,0 +2,18 @@ +Fri Sep 15 07:59:00 UTC 2017 - [email protected] + +Release 0.9.8 +https://github.com/openSUSE/geekodoc/releases/tag/v0.9.8 + +Release 0.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 + +* Spec file: + * Correct summary + +------------------------------------------------------------------- Old: ---- geekodoc-0.9.7.tar.gz New: ---- geekodoc-0.9.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geekodoc.spec ++++++ --- /var/tmp/diff_new_pack.MjNqXw/_old 2017-09-23 21:33:34.559811758 +0200 +++ /var/tmp/diff_new_pack.MjNqXw/_new 2017-09-23 21:33:34.563811197 +0200 @@ -1,7 +1,7 @@ # # spec file for package geekodoc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,31 +17,31 @@ Name: geekodoc -Version: 0.9.7 +Version: 0.9.8 Release: 0 -Summary: GeekoDoc XML Schema +Summary: DocBook based RNG Schema for SUSE Documentation License: GPL-3.0 Group: Productivity/Publishing/DocBook Url: https://github.com/openSUSE/geekodoc/archive/%{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz +BuildRequires: docbook_5 >= 5.1 BuildRequires: make -BuildRequires: trang BuildRequires: python3-rnginline BuildRequires: python3-setuptools -BuildRequires: docbook_5 >= 5.1 BuildRequires: trang Requires: sgml-skel >= 0.7 Requires(post): sgml-skel >= 0.7 Requires(postun): sgml-skel >= 0.7 -BuildArch: noarch Conflicts: suse-xsl-stylesheets < 2.0.6 +BuildArch: noarch %description GeekoDoc is a RELAX NG schema used for current SUSE documentation. %package -n novdoc Version: 1.0_%{version} -Summary: NovDoc XML Schema +Release: 0 +Summary: DocBook based Schema for older SUSE Documentation Group: Productivity/Publishing/DocBook Conflicts: suse-xsl-stylesheets < 2.0.6 @@ -50,6 +50,7 @@ %prep %setup -q +[[ -d geekodoc/tests ]] && rm -rf geekodoc/tests %build touch geekodoc/rng/geekodoc5.rnc @@ -60,7 +61,6 @@ # Novdoc make %{?_smp_mflags} VERBOSE=1 -C novdoc/rng - %install install -d %{buildroot}%{_datadir}/xml %{buildroot}%{_sysconfdir}/xml/catalog.d cp -R geekodoc novdoc %{buildroot}%{_datadir}/xml/ @@ -69,7 +69,6 @@ # Fixup catalog paths sed -i'' 's#"\.\./#"%{_datadir}/xml/#' %{buildroot}%{_sysconfdir}/xml/catalog.d/* - %post update-xml-catalog @@ -92,14 +91,13 @@ update-xml-catalog %files -%defattr(-, root, root) %license LICENSE %config %{_sysconfdir}/xml/catalog.d/geekodoc.xml %{_datadir}/xml/geekodoc %{_datadir}/xml/geekodoc/* +%exclude %{_datadir}/xml/geekodoc/tests/* %files -n novdoc -%defattr(-, root, root) %license LICENSE %config %{_sysconfdir}/xml/catalog.d/novdoc.xml %{_datadir}/xml/novdoc ++++++ geekodoc-0.9.7.tar.gz -> geekodoc-0.9.8.tar.gz ++++++ ++++ 31838 lines of diff (skipped)
