From 7904c2aeed65d5382543c8b601676c853fb59cc9deccf91dea470fa835a4f45d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 25 Jun 2008 20:45:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=15 --- quilt-0.46_cvs20080326.tar.bz2 | 3 --- quilt-0.46_cvs20080613.tar.bz2 | 3 +++ quilt.changes | 20 ++++++++++++++++++++ quilt.spec | 20 ++++++++++++++++---- 4 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 quilt-0.46_cvs20080326.tar.bz2 create mode 100644 quilt-0.46_cvs20080613.tar.bz2 diff --git a/quilt-0.46_cvs20080326.tar.bz2 b/quilt-0.46_cvs20080326.tar.bz2 deleted file mode 100644 index aa1f21e..0000000 --- a/quilt-0.46_cvs20080326.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d0e3b48ba31053ef8fc1b6747ca83963390fda8c81ece2a641c0934dab84fbd -size 376691 diff --git a/quilt-0.46_cvs20080613.tar.bz2 b/quilt-0.46_cvs20080613.tar.bz2 new file mode 100644 index 0000000..2fec2d8 --- /dev/null +++ b/quilt-0.46_cvs20080613.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738f7c1f5b935934c090c3c80b4027cdbdab867b0f69dad352965a58d0522ecc +size 376738 diff --git a/quilt.changes b/quilt.changes index d462bf1..84a5f3e 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jun 13 15:16:05 CEST 2008 - bwalle@suse.de + +- recommend bash-completion (bnc#399615) + +------------------------------------------------------------------- +Fri Jun 13 11:50:30 CEST 2008 - agruen@suse.de + +- quilt/import.in: When importing multiple patches at once, make + sure that they won't end up in the series file in reverse order. + This happened because each new patch was inserted before the + "next" patch, which made it the new "next" patch. + +------------------------------------------------------------------- +Tue May 20 09:30:33 CEST 2008 - agruen@suse.de + +- Stop using cp -l: it doesn't fall back to doing a regular copy + when hardlinks are not supported; on some types of filesystems + like AFS and in some situtions, this is annoying. + ------------------------------------------------------------------- Wed Mar 26 00:11:27 CET 2008 - agruen@suse.de diff --git a/quilt.spec b/quilt.spec index 7ebe036..c7a7f82 100644 --- a/quilt.spec +++ b/quilt.spec @@ -1,5 +1,5 @@ # -# spec file for package quilt (Version 0.46_cvs20080326) +# spec file for package quilt (Version 0.46_cvs20080613) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,12 +16,13 @@ BuildRequires: diffstat ed procmail Summary: A Tool for Working with Many Patches License: GPL v2 or later Group: Productivity/Text/Utilities -Version: 0.46_cvs20080326 +Version: 0.46_cvs20080613 Release: 1 Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat procmail AutoReqProv: off Source: %{name}-%{version}.tar.bz2 Source1: suse-start-quilt-mode.el +Recommends: bash-completion Patch1: expand.diff Patch2: docdir.diff Patch3: patch-wrapper-rpm.diff @@ -106,6 +107,17 @@ rm -rf $RPM_BUILD_ROOT %doc doc/quilt.pdf %changelog +* Fri Jun 13 2008 bwalle@suse.de +- recommend bash-completion (bnc#399615) +* Fri Jun 13 2008 agruen@suse.de +- quilt/import.in: When importing multiple patches at once, make + sure that they won't end up in the series file in reverse order. + This happened because each new patch was inserted before the + "next" patch, which made it the new "next" patch. +* Tue May 20 2008 agruen@suse.de +- Stop using cp -l: it doesn't fall back to doing a regular copy + when hardlinks are not supported; on some types of filesystems + like AFS and in some situtions, this is annoying. * Wed Mar 26 2008 agruen@suse.de - Assume patches are in unified format by default when applying them. (For working with other patch formats, make sure to remove @@ -338,7 +350,7 @@ rm -rf $RPM_BUILD_ROOT - Re-add diffstat support to refresh command. - Documentation update. - Bump version to 0.35. -* Thu Jun 10 2004 agruen@suse.de +* Fri Jun 11 2004 agruen@suse.de - Add meta-data version check/upgrade code from Martin Quinson and me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the @@ -381,7 +393,7 @@ rm -rf $RPM_BUILD_ROOT of Holger Schurig's patcher tool, http://www.holgerschurig.de/patcher.html. - Update German translation. -* Tue Jun 01 2004 agruen@suse.de +* Wed Jun 02 2004 agruen@suse.de - Fix from Dean Roehrich : Preserve file mode of original file when creating backup files. * Tue Jun 01 2004 mquinson@tuxfamily.org