diff --git a/quilt-0.46-cvs.tar.bz2 b/quilt-0.46-cvs.tar.bz2 new file mode 100644 index 0000000..3720172 --- /dev/null +++ b/quilt-0.46-cvs.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8570f3886817d46862bcf4bef611060f40959a88c305b00d06bed30176c0eb8f +size 375125 diff --git a/quilt-0.46.tar.bz2 b/quilt-0.46.tar.bz2 deleted file mode 100644 index 955a86b..0000000 --- a/quilt-0.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6923c672115ae03f1e7c1150e376c6b8eb78eddd692367d3f27a40cabe922664 -size 374605 diff --git a/quilt.changes b/quilt.changes index e859f66..23c97d9 100644 --- a/quilt.changes +++ b/quilt.changes @@ -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 diff --git a/quilt.spec b/quilt.spec index 587151a..9576334 100644 --- a/quilt.spec +++ b/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 %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.