Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yelp-tools for openSUSE:Factory checked in at 2022-11-01 13:40:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old) and /work/SRC/openSUSE:Factory/.yelp-tools.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yelp-tools" Tue Nov 1 13:40:51 2022 rev:33 rq:1032405 version:42.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes 2022-03-23 20:18:19.566460986 +0100 +++ /work/SRC/openSUSE:Factory/.yelp-tools.new.2275/yelp-tools.changes 2022-11-01 13:40:58.759388921 +0100 @@ -1,0 +2,6 @@ +Mon Oct 31 08:37:08 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.1: + + Fixed issue with DocBook when path is missing trailing slash. + +------------------------------------------------------------------- Old: ---- yelp-tools-42.0.tar.xz New: ---- yelp-tools-42.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yelp-tools.spec ++++++ --- /var/tmp/diff_new_pack.8XGVNa/_old 2022-11-01 13:40:59.255391560 +0100 +++ /var/tmp/diff_new_pack.8XGVNa/_new 2022-11-01 13:40:59.259391581 +0100 @@ -17,7 +17,7 @@ Name: yelp-tools -Version: 42.0 +Version: 42.1 Release: 0 Summary: Collection of utilities to help create documentation License: GPL-2.0-or-later @@ -54,7 +54,7 @@ %files %license COPYING -%doc AUTHORS NEWS README +%doc AUTHORS NEWS README.md %{_bindir}/yelp-build %{_bindir}/yelp-check %{_bindir}/yelp-new ++++++ yelp-tools-42.0.tar.xz -> yelp-tools-42.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-42.0/.gitignore new/yelp-tools-42.1/.gitignore --- old/yelp-tools-42.0/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/yelp-tools-42.1/.gitignore 2022-10-30 21:20:28.000000000 +0100 @@ -0,0 +1,24 @@ +*~ +INSTALL +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache +/ChangeLog +/config.guess +/config.log +/config.status +/config.sub +/configure +/install-sh +/intltool-extract.in +/intltool-merge.in +/intltool-update.in +/missing + +/tools/yelp-build +/tools/yelp-check +/tools/yelp-new +/xslt/mal-ncx.xsl +/xslt/mal-opf.xsl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-42.0/NEWS new/yelp-tools-42.1/NEWS --- old/yelp-tools-42.0/NEWS 2022-03-19 16:35:35.419734500 +0100 +++ new/yelp-tools-42.1/NEWS 2022-10-30 21:20:28.000000000 +0100 @@ -1,3 +1,11 @@ +42.1 +==== +* Fixed issue with DocBook when path is missing trailing slash, #22 + +42.0 +==== +* No changes since beta, stable release only + 42.beta ======= * yelp.m4: Avoid argument list too long error when cleaning (Dan Nicholson) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-42.0/README new/yelp-tools-42.1/README --- old/yelp-tools-42.0/README 2022-03-19 16:35:35.420734600 +0100 +++ new/yelp-tools-42.1/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -ABOUT -===== -yelp-tools is a collection of scripts and build utilities to help create, -manage, and publish documentation for Yelp and the web. Most of the heavy -lifting is done by packages like yelp-xsl and itstool. This package just -wraps things up in a developer-friendly way. - - -ORGANIZATION -============ -templates/ - The templates directory contains page templates used by yelp-new. - -tools/ - The tools directory contains scripts like yelp-build and yelp-check, - as well as the yelp.m4 file that provides autotools integration. - -xslt/ - The xslt directory contains small utility XSLT files that are used - by the various scripts shipped with yelp-tools. These stylesheets - are not intended to be built upon. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-42.0/README.md new/yelp-tools-42.1/README.md --- old/yelp-tools-42.0/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/yelp-tools-42.1/README.md 2022-10-30 21:20:28.000000000 +0100 @@ -0,0 +1,21 @@ +# Yelp Tools + +yelp-tools is a collection of scripts and build utilities to help create, +manage, and publish documentation for Yelp and the web. Most of the heavy +lifting is done by packages like yelp-xsl and itstool. This package just +wraps things up in a developer-friendly way. + + +## ORGANIZATION + +- `templates/` + The templates directory contains page templates used by yelp-new. + +- `tools/` + The tools directory contains scripts like yelp-build and yelp-check, + as well as the yelp.m4 file that provides autotools integration. + +- `xslt/` + The xslt directory contains small utility XSLT files that are used + by the various scripts shipped with yelp-tools. These stylesheets + are not intended to be built upon. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-42.0/meson.build new/yelp-tools-42.1/meson.build --- old/yelp-tools-42.0/meson.build 2022-03-19 16:35:35.421734600 +0100 +++ new/yelp-tools-42.1/meson.build 2022-10-30 21:20:28.000000000 +0100 @@ -1,5 +1,5 @@ project('yelp-tools', - version: '42.beta', + version: '42.1', license: 'GPL-2.0-or-later', meson_version: '>= 0.51.0', ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-42.0/tools/yelp-build.in new/yelp-tools-42.1/tools/yelp-build.in --- old/yelp-tools-42.0/tools/yelp-build.in 2022-03-19 16:35:35.423734700 +0100 +++ new/yelp-tools-42.1/tools/yelp-build.in 2022-10-30 21:20:28.000000000 +0100 @@ -557,6 +557,9 @@ if not os.path.isdir(output): print('Output must be a directory', file=sys.stderr) return 1 + if not output.endswith('/'): + # xsltproc is picky about this + output = output + '/' if path is None: path = self.get_option_list('path') if path is None: