This commit is contained in:
parent
a5a3f60cba
commit
171f9348dc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 13:04:10 CET 2008 - bwalle@suse.de
|
||||
|
||||
- Remove "Recommends: bash-completion" (bnc#443203).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 13:33:44 CET 2008 - bwalle@suse.de
|
||||
|
||||
|
11
quilt.spec
11
quilt.spec
@ -24,13 +24,12 @@ Summary: A Tool for Working with Many Patches
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Text/Utilities
|
||||
Version: 0.47
|
||||
Release: 13
|
||||
Release: 14
|
||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat
|
||||
Recommends: 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
|
||||
@ -119,6 +118,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/quilt.pdf
|
||||
|
||||
%changelog
|
||||
* Mon Nov 10 2008 bwalle@suse.de
|
||||
- Remove "Recommends: bash-completion" (bnc#443203).
|
||||
* Tue Oct 28 2008 bwalle@suse.de
|
||||
- Use 'type' instead of 'which' in last change to avoid dependency
|
||||
of 'which' package.
|
||||
@ -441,7 +442,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Mon May 10 2004 agruen@suse.de
|
||||
- Add `quilt grep': Grep over all files, recursively, skipping
|
||||
the $QUILT_PATCHES and $QUILT_PC directories.
|
||||
* Wed Apr 28 2004 agruen@suse.de
|
||||
* Tue Apr 27 2004 agruen@suse.de
|
||||
- Fix `quilt fork': It destroys .pc/applied patches; that bug got
|
||||
introduced when reverting it to its previous semantics.
|
||||
* Sat Mar 20 2004 agruen@suse.de
|
||||
@ -560,7 +561,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
it sometimes was not brought up to date. Some cleanups.
|
||||
- Add test/snapshot.test.
|
||||
- Fix two errors in the date format in quilt.changes.
|
||||
* Fri Oct 24 2003 agruen@suse.de
|
||||
* Thu Oct 23 2003 agruen@suse.de
|
||||
- `quilt add': Return exit code 2 when a file has already been
|
||||
added.
|
||||
- Add `quilt edit' command: Does a `quilt add' and then invokes
|
||||
@ -577,7 +578,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
necessary since rpm4).
|
||||
* Mon Jul 28 2003 agruen@suse.de
|
||||
- Remove obsolete #neededforbuild entry bash-completion.
|
||||
* Mon Jul 28 2003 agruen@suse.de
|
||||
* Sun Jul 27 2003 agruen@suse.de
|
||||
- Update to version 0.24 + cvs.
|
||||
- Install /etc/bash_completions.d/quilt.
|
||||
* Wed Jun 11 2003 kukuk@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user