forked from pool/quilt
This commit is contained in:
committed by
Git OBS Bridge
parent
4d032044bc
commit
c76bc2d8ff
12
quilt.spec
12
quilt.spec
@@ -13,13 +13,13 @@
|
||||
Name: quilt
|
||||
BuildRequires: ed
|
||||
Summary: A Tool for Working with Many Patches
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Text/Utilities
|
||||
Version: 0.46
|
||||
Release: 31
|
||||
Release: 48
|
||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
||||
Autoreqprov: off
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}-cvs.tar.bz2
|
||||
Source1: suse-start-quilt-mode.el
|
||||
Patch1: expand.diff
|
||||
Patch2: docdir.diff
|
||||
@@ -43,7 +43,7 @@ Authors:
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n quilt-0.46
|
||||
%patch -p1 -P 1 -P 2 -P 3 -P 4
|
||||
|
||||
%build
|
||||
@@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/quilt.pdf
|
||||
|
||||
%changelog
|
||||
* Thu Jul 26 2007 - agruen@suse.de
|
||||
- quilt diff: don't colorize the output when the --diff=... option
|
||||
is used (allows diff utilities to use terminal IO).
|
||||
- QUILT_SERIES and series file search algorithm bugfix.
|
||||
* Sat Apr 28 2007 - agruen@suse.de
|
||||
- mail: allow to specify a range of patches.
|
||||
- remove: rename this command to revert.
|
||||
|
Reference in New Issue
Block a user