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 2021-04-12 12:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old) and /work/SRC/openSUSE:Factory/.yelp-tools.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yelp-tools" Mon Apr 12 12:35:55 2021 rev:30 rq:881175 version:40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes 2020-11-23 10:54:47.938860836 +0100 +++ /work/SRC/openSUSE:Factory/.yelp-tools.new.2401/yelp-tools.changes 2021-04-12 12:38:50.821472672 +0200 @@ -1,0 +2,41 @@ +Sat Mar 20 18:17:47 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update to version 40.0: + + No changes since version 40.rc. + +------------------------------------------------------------------- +Thu Mar 18 09:10:42 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update to version 40.rc: + + Added --skip option to skip files in yelp-check. + + Custom checkers in yelp-check return 1 on failure. +- Drop 6.patch: merged upstream, + +------------------------------------------------------------------- +Tue Feb 16 13:07:45 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Add 6.patch: Use /usr/bin/python3 as shebang. + +------------------------------------------------------------------- +Mon Feb 15 11:36:30 UTC 2021 - Callum Farmer <[email protected]> + +- Update to version 40.beta: + + Added --skip option to skip files in yelp-check. + + Custom checkers in yelp-check return 1 on failure. + +------------------------------------------------------------------- +Tue Feb 9 11:22:43 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update to version 40.alpha: + + First release using the meson build system + + Converted yelp-build, yelp-check, and yelp-new to python + + New and improved templates for yelp-new + + Support for .yelp-tools.cfg config file + + Config file can specify custom checkers, like Schematron but easier + + yelp-check hrefs takes a configurable allow list +- Switch to meson build system: + + Add meson and python3-lxml BuildRequires. + + Replace configure/make/make_install with respective + meson/meson_build/meson_install. + +------------------------------------------------------------------- Old: ---- yelp-tools-3.38.0.tar.xz New: ---- yelp-tools-40.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yelp-tools.spec ++++++ --- /var/tmp/diff_new_pack.hIYZ0L/_old 2021-04-12 12:38:51.317473249 +0200 +++ /var/tmp/diff_new_pack.hIYZ0L/_new 2021-04-12 12:38:51.321473253 +0200 @@ -1,7 +1,7 @@ # # spec file for package yelp-tools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,20 @@ Name: yelp-tools -Version: 3.38.0 +Version: 40.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/3.38/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/yelp-tools/40/%{name}-%{version}.tar.xz BuildRequires: itstool BuildRequires: libxml2-tools BuildRequires: libxslt +BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(yelp-xsl) +BuildRequires: python3-lxml +BuildRequires: pkgconfig(yelp-xsl) >= 3.38.0 Requires: itstool Requires: libxml2-tools Requires: libxslt @@ -41,18 +43,18 @@ wraps things up in a developer-friendly way. %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %files %license COPYING -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS NEWS README %{_bindir}/yelp-build %{_bindir}/yelp-check %{_bindir}/yelp-new ++++++ yelp-tools-3.38.0.tar.xz -> yelp-tools-40.0.tar.xz ++++++ ++++ 40863 lines of diff (skipped)
