OBS User unknown 2007-07-27 00:08:39 +00:00 committed by Git OBS Bridge
parent 4d032044bc
commit c76bc2d8ff
4 changed files with 18 additions and 7 deletions

3
quilt-0.46-cvs.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8570f3886817d46862bcf4bef611060f40959a88c305b00d06bed30176c0eb8f
size 375125

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6923c672115ae03f1e7c1150e376c6b8eb78eddd692367d3f27a40cabe922664
size 374605

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 26 14:06:57 CEST 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 16:01:08 CEST 2007 - agruen@suse.de

View File

@ -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.