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-03-23 20:17:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old) and /work/SRC/openSUSE:Factory/.yelp-tools.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yelp-tools" Wed Mar 23 20:17:01 2022 rev:32 rq:963646 version:42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes 2021-09-29 20:18:29.814915483 +0200 +++ /work/SRC/openSUSE:Factory/.yelp-tools.new.25692/yelp-tools.changes 2022-03-23 20:18:19.566460986 +0100 @@ -1,0 +2,12 @@ +Sun Mar 20 08:36:35 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.0: + + No changes since beta, stable release only. + +------------------------------------------------------------------- +Sat Feb 12 17:58:37 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.beta: + + yelp.m4: Avoid argument list too long error when cleaning. + +------------------------------------------------------------------- Old: ---- yelp-tools-41.0.tar.xz New: ---- yelp-tools-42.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yelp-tools.spec ++++++ --- /var/tmp/diff_new_pack.4O3gji/_old 2022-03-23 20:18:20.114461296 +0100 +++ /var/tmp/diff_new_pack.4O3gji/_new 2022-03-23 20:18:20.126461302 +0100 @@ -1,7 +1,7 @@ # # spec file for package yelp-tools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: yelp-tools -Version: 41.0 +Version: 42.0 Release: 0 Summary: Collection of utilities to help create documentation License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://projects.gnome.org/yelp/ -Source: https://download.gnome.org/sources/yelp-tools/41/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/yelp-tools/42/%{name}-%{version}.tar.xz BuildRequires: itstool BuildRequires: libxml2-tools BuildRequires: libxslt ++++++ yelp-tools-41.0.tar.xz -> yelp-tools-42.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-41.0/NEWS new/yelp-tools-42.0/NEWS --- old/yelp-tools-41.0/NEWS 2021-09-18 20:27:12.243800000 +0200 +++ new/yelp-tools-42.0/NEWS 2022-03-19 16:35:35.419734500 +0100 @@ -1,3 +1,11 @@ +42.beta +======= +* yelp.m4: Avoid argument list too long error when cleaning (Dan Nicholson) + +41.0 +==== +* No changes since beta, stable release only + 41.beta ======= * Updates documentation (Andre Klapper) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-41.0/meson.build new/yelp-tools-42.0/meson.build --- old/yelp-tools-41.0/meson.build 2021-09-18 20:27:12.244799900 +0200 +++ new/yelp-tools-42.0/meson.build 2022-03-19 16:35:35.421734600 +0100 @@ -1,5 +1,5 @@ project('yelp-tools', - version: '41.beta', + version: '42.beta', license: 'GPL-2.0-or-later', meson_version: '>= 0.51.0', ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-tools-41.0/tools/yelp.m4 new/yelp-tools-42.0/tools/yelp.m4 --- old/yelp-tools-41.0/tools/yelp.m4 2021-09-18 20:27:12.245800000 +0200 +++ new/yelp-tools-42.0/tools/yelp.m4 2022-03-19 16:35:35.424734600 +0100 @@ -110,7 +110,9 @@ .PHONY: clean-help mostlyclean-am: $(if $(HELP_ID),clean-help) clean-help: - rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) + $(file >clean-help-files,$(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)) + @xargs -t rm -f < clean-help-files + rm -f clean-help-files EXTRA_DIST ?= EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)