Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package quilt for openSUSE:Factory checked in at 2022-02-17 00:30:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quilt (Old) and /work/SRC/openSUSE:Factory/.quilt.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quilt" Thu Feb 17 00:30:09 2022 rev:73 rq:955039 version:0.67 Changes: -------- --- /work/SRC/openSUSE:Factory/quilt/quilt.changes 2020-12-12 20:27:30.365548541 +0100 +++ /work/SRC/openSUSE:Factory/.quilt.new.1956/quilt.changes 2022-02-17 00:30:35.533432662 +0100 @@ -1,0 +2,21 @@ +Tue Feb 15 14:07:30 UTC 2022 - Jean Delvare <jdelv...@suse.com> + +- Update to version 0.67: + * Call pager with original LANG environment variable + * Consistently complain early if no series file is found + * Tighten the patch format parsing + * Reuse the shell (performance) + * Document the series file format further + * Document that quilt loads /etc/quilt.quiltrc + * series: Minor optimizations + * setup: Don't obey the settings of any englobing .pc + * setup: Default to fast mode + * quilt.el: Fix documentation of quilt-pc-directory + * quilt.el: Load /etc/quilt.quiltrc if ~/.quiltrc doesn't exist + * quilt.el: Fix quilt-editable when QUILT_PATCHES_PREFIX is set + * Obsoletes backup-files-restore-symbolic-links.patch + * Obsoletes inspect-handle-link-in-path.patch +- Refresh quilt-support-vimdiff.patch (offsets only) +- Refresh suse-workaround-pseudo-release.patch (offsets only) + +------------------------------------------------------------------- Old: ---- backup-files-restore-symbolic-links.patch inspect-handle-link-in-path.patch quilt-0.66.tar.bz2 New: ---- quilt-0.67.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quilt.spec ++++++ --- /var/tmp/diff_new_pack.VZgg2Q/_old 2022-02-17 00:30:36.181432550 +0100 +++ /var/tmp/diff_new_pack.VZgg2Q/_new 2022-02-17 00:30:36.185432550 +0100 @@ -1,7 +1,7 @@ # # spec file for package quilt # -# Copyright (c) 2020 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,7 +17,7 @@ Name: quilt -Version: 0.66 +Version: 0.67 Release: 0 Summary: A Tool for Working with Many Patches License: GPL-2.0-or-later @@ -42,15 +42,13 @@ Patch2: quilt-support-vimdiff.patch Patch3: test-faildiff-workaround-order-bug.patch Patch4: suse-workaround-pseudo-release.patch -Patch5: inspect-handle-link-in-path.patch -Patch6: backup-files-restore-symbolic-links.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if 0%{?suse_version} -Recommends: procmail +Recommends: /usr/bin/rpmbuild Recommends: bzip2 Recommends: ed -Recommends: /usr/bin/rpmbuild +Recommends: procmail %endif %if 0%{?suse_version} > 1120 Recommends: xz @@ -67,8 +65,6 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build # --with-rpmbuild=/usr/lib/rpm/rpmb: ++++++ quilt-0.66.tar.bz2 -> quilt-0.67.tar.bz2 ++++++ ++++ 2486 lines of diff (skipped) ++++++ quilt-support-vimdiff.patch ++++++ --- /var/tmp/diff_new_pack.VZgg2Q/_old 2022-02-17 00:30:36.477432499 +0100 +++ /var/tmp/diff_new_pack.VZgg2Q/_new 2022-02-17 00:30:36.481432499 +0100 @@ -13,7 +13,7 @@ 1 file changed, 10 insertions(+), 1 deletion(-) --- a/quilt/diff.in +++ b/quilt/diff.in -@@ -66,7 +66,9 @@ included. +@@ -53,7 +53,9 @@ included. --diff=utility Use the specified utility for generating the diff. The utility @@ -24,7 +24,7 @@ --color[=always|auto|never] Use syntax coloring (auto activates it only if the output is a tty). -@@ -219,6 +221,13 @@ done +@@ -214,6 +216,13 @@ fi QUILT_DIFF_OPTS="$QUILT_DIFF_OPTS $opt_format" ++++++ suse-workaround-pseudo-release.patch ++++++ --- /var/tmp/diff_new_pack.VZgg2Q/_old 2022-02-17 00:30:36.517432493 +0100 +++ /var/tmp/diff_new_pack.VZgg2Q/_new 2022-02-17 00:30:36.521432492 +0100 @@ -10,7 +10,7 @@ --- a/quilt/setup.in +++ b/quilt/setup.in -@@ -228,6 +228,14 @@ inspect() +@@ -213,6 +213,14 @@ inspect() ln -s $QUILT_DIR/scripts/inspect-wrapper $tmpdir/bin/unzip ln -s $QUILT_DIR/scripts/inspect-wrapper $tmpdir/bin/7z