Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package quilt for openSUSE:Factory checked in at 2024-04-09 16:47:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quilt (Old) and /work/SRC/openSUSE:Factory/.quilt.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quilt" Tue Apr 9 16:47:55 2024 rev:77 rq:1166315 version:0.68 Changes: -------- --- /work/SRC/openSUSE:Factory/quilt/quilt.changes 2024-02-26 19:51:18.046727811 +0100 +++ /work/SRC/openSUSE:Factory/.quilt.new.29460/quilt.changes 2024-04-09 16:53:26.021805850 +0200 @@ -1,0 +2,24 @@ +Thu Mar 28 13:37:03 UTC 2024 - Jean Delvare <[email protected]> + +- Update to version 0.68: + * Add support for zstd archives + * Documentation: Massive formatting update of the manual page + * Documentation: Reword some sections of the manual page + * Fix compatibility with GNU awk version 5.0.0 and later + * Test suite: Fix various race conditions (savannah#63651) + * patches: Find file name with a space in unapplied patches + (savannah#41708) + * pop: Hint at diff -z on failure + * setup: Better explain the limitation of spec file support + * Obsoletes avoid-warnings-with-grep-3.8.patch + * Obsoletes setup-document-the-limitation-of-spec-file-support.patch + * Obsoletes test-faildiff-workaround-order-bug.patch +- Drop expand.diff. This extra command was written 19 years ago + but was never added upstream, and recent upstream changes broke + it. I never used it, I think we can live without it. If anyone + really misses the functionality then the patch should be sent + upstream and get properly reviewed there. +- Recommend unzip, as the setup command may need it (bsc#1201950). +- Recommend zstd when available, now that it is supported. + +------------------------------------------------------------------- Old: ---- avoid-warnings-with-grep-3.8.patch expand.diff quilt-0.67.tar.bz2 setup-document-the-limitation-of-spec-file-support.patch test-faildiff-workaround-order-bug.patch New: ---- quilt-0.68.tar.xz BETA DEBUG BEGIN: Old: * setup: Better explain the limitation of spec file support * Obsoletes avoid-warnings-with-grep-3.8.patch * Obsoletes setup-document-the-limitation-of-spec-file-support.patch Old: * Obsoletes test-faildiff-workaround-order-bug.patch - Drop expand.diff. This extra command was written 19 years ago but was never added upstream, and recent upstream changes broke Old: * Obsoletes avoid-warnings-with-grep-3.8.patch * Obsoletes setup-document-the-limitation-of-spec-file-support.patch * Obsoletes test-faildiff-workaround-order-bug.patch Old: * Obsoletes setup-document-the-limitation-of-spec-file-support.patch * Obsoletes test-faildiff-workaround-order-bug.patch - Drop expand.diff. This extra command was written 19 years ago BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quilt.spec ++++++ --- /var/tmp/diff_new_pack.YFK7D6/_old 2024-04-09 16:53:26.573826215 +0200 +++ /var/tmp/diff_new_pack.YFK7D6/_new 2024-04-09 16:53:26.573826215 +0200 @@ -1,7 +1,7 @@ # # spec file for package quilt # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 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.67 +Version: 0.68 Release: 0 Summary: A Tool for Working with Many Patches License: GPL-2.0-or-later @@ -25,6 +25,7 @@ BuildRequires: diffstat BuildRequires: ed BuildRequires: emacs-nox +BuildRequires: xz Requires: coreutils Requires: diffstat Requires: diffutils @@ -36,13 +37,9 @@ Requires: patch Requires: perl URL: http://savannah.nongnu.org/projects/quilt -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.xz Source1: suse-start-quilt-mode.el -Patch1: avoid-warnings-with-grep-3.8.patch -Patch2: setup-document-the-limitation-of-spec-file-support.patch -Patch81: expand.diff Patch82: quilt-support-vimdiff.patch -Patch83: test-faildiff-workaround-order-bug.patch Patch84: suse-workaround-pseudo-release.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -51,10 +48,14 @@ Recommends: bzip2 Recommends: ed Recommends: procmail +Recommends: unzip %endif %if 0%{?suse_version} > 1120 Recommends: xz %endif +%if 0%{?suse_version} > 1210 +Recommends: zstd +%endif %description Quilt allows you to easily manage large numbers of patches by keeping
