This commit is contained in:
parent
4d032044bc
commit
c76bc2d8ff
3
quilt-0.46-cvs.tar.bz2
Normal file
3
quilt-0.46-cvs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8570f3886817d46862bcf4bef611060f40959a88c305b00d06bed30176c0eb8f
|
||||||
|
size 375125
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6923c672115ae03f1e7c1150e376c6b8eb78eddd692367d3f27a40cabe922664
|
|
||||||
size 374605
|
|
@ -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
|
Sat Apr 28 16:01:08 CEST 2007 - agruen@suse.de
|
||||||
|
|
||||||
|
12
quilt.spec
12
quilt.spec
@ -13,13 +13,13 @@
|
|||||||
Name: quilt
|
Name: quilt
|
||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
Summary: A Tool for Working with Many Patches
|
Summary: A Tool for Working with Many Patches
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Version: 0.46
|
Version: 0.46
|
||||||
Release: 31
|
Release: 48
|
||||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
||||||
Autoreqprov: off
|
Autoreqprov: off
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}-cvs.tar.bz2
|
||||||
Source1: suse-start-quilt-mode.el
|
Source1: suse-start-quilt-mode.el
|
||||||
Patch1: expand.diff
|
Patch1: expand.diff
|
||||||
Patch2: docdir.diff
|
Patch2: docdir.diff
|
||||||
@ -43,7 +43,7 @@ Authors:
|
|||||||
Andreas Gruenbacher <agruen@suse.de>
|
Andreas Gruenbacher <agruen@suse.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n quilt-0.46
|
||||||
%patch -p1 -P 1 -P 2 -P 3 -P 4
|
%patch -p1 -P 1 -P 2 -P 3 -P 4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/quilt.pdf
|
%doc doc/quilt.pdf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 28 2007 - agruen@suse.de
|
||||||
- mail: allow to specify a range of patches.
|
- mail: allow to specify a range of patches.
|
||||||
- remove: rename this command to revert.
|
- remove: rename this command to revert.
|
||||||
|
Loading…
Reference in New Issue
Block a user