2007-01-16 00:29:12 +01:00
|
|
|
|
#
|
2009-01-25 01:21:10 +01:00
|
|
|
|
# spec file for package patchutils (Version 0.3.1)
|
2007-01-16 00:29:12 +01:00
|
|
|
|
#
|
2009-01-25 01:21:10 +01:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:29:12 +01:00
|
|
|
|
#
|
2009-01-25 01:21:10 +01:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-03-18 06:52:38 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-16 00:29:12 +01:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-07-08 23:26:19 +02:00
|
|
|
|
|
2007-03-18 06:52:38 +01:00
|
|
|
|
Name: patchutils
|
2008-07-08 23:26:19 +02:00
|
|
|
|
Url: http://cyberelk.net/tim/patchutils/
|
|
|
|
|
License: GPL v2 or later
|
2007-03-18 06:52:38 +01:00
|
|
|
|
Group: Productivity/File utilities
|
2008-07-08 23:26:19 +02:00
|
|
|
|
AutoReqProv: on
|
2009-01-25 01:21:10 +01:00
|
|
|
|
Version: 0.3.1
|
2008-07-08 23:26:19 +02:00
|
|
|
|
Release: 1
|
2007-03-18 06:52:38 +01:00
|
|
|
|
Summary: A Collection of Tools for Manipulating Patch Files
|
|
|
|
|
Source: %name-%version.tar.bz2
|
|
|
|
|
Patch: %name-0.2.30-tailsyntax.diff
|
|
|
|
|
Patch1: overrun.diff
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:29:12 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Patchutils contains a collection of tools for manipulating patch files:
|
|
|
|
|
interdiff, combinediff, filterdiff, fixcvsdiff, rediff, lsdiff, and
|
|
|
|
|
splitdiff. You can use interdiff to create an incremental patch between
|
|
|
|
|
two patches that are against a common source tree. Combinediff can be
|
|
|
|
|
used for creating a cumulative diff from two incremental patches.
|
|
|
|
|
Filterdiff is for extracting or excluding patches from a patch set
|
|
|
|
|
based on modified files matching shell wildcards. Lsdiff lists modified
|
|
|
|
|
files in a patch. Rediff corrects hand-edited patches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
Marko Kreen <marko@l-t.ee>
|
|
|
|
|
Matthias Hanisch <matze@camline.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch -p1
|
2007-03-18 06:52:38 +01:00
|
|
|
|
%patch1
|
2007-01-16 00:29:12 +01:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -fi
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
./configure --prefix=/usr --mandir=%_mandir
|
|
|
|
|
make
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DESTDIR=%buildroot install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
|
|
|
|
|
/usr/bin/*
|
|
|
|
|
%_mandir/man1/*.1.gz
|
|
|
|
|
|
2007-03-18 06:52:38 +01:00
|
|
|
|
%changelog
|
2009-01-25 01:21:10 +01:00
|
|
|
|
* Sat Jan 24 2009 sndirsch@suse.de
|
|
|
|
|
- patchutils 0.3.1
|
|
|
|
|
* new release
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Fri Jul 04 2008 sndirsch@suse.de
|
|
|
|
|
- patchutils 0.3.0
|
|
|
|
|
* new release
|
|
|
|
|
* Fri Mar 16 2007 dmueller@suse.de
|
2007-03-18 06:52:38 +01:00
|
|
|
|
- fix rediff to actually work
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Wed Oct 05 2005 mmj@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- Update to 0.2.31 which fixes severeal small bugs
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Wed Aug 11 2004 mmj@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- Update to 0.2.30 where some minor parsing bugs were fixed,
|
|
|
|
|
the documentation was clarified, and a new option was added to
|
|
|
|
|
lsdiff/filterdiff for selecting patches based on the order in
|
|
|
|
|
which they appear.
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Tue Jul 06 2004 mmj@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- Update to 0.2.29 including since 0.2.27:
|
|
|
|
|
o Some format conversion bugs were fixed.
|
|
|
|
|
o Fix no-newline handling
|
|
|
|
|
o Generate context format that GNU patch actually understands.
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Tue Mar 02 2004 mmj@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- Update to 0.2.27 including since 0.2.22:
|
|
|
|
|
o An option was added to lsdiff to treating empty files as
|
|
|
|
|
absent.
|
|
|
|
|
o The filterdiff and interdiff utilities now handle patches
|
|
|
|
|
containing embedded null characters.
|
|
|
|
|
o The dehtmldiff utility was improved slightly.
|
|
|
|
|
o A new filterdiff option for displaying patch filenames.
|
|
|
|
|
o A new splitdiff option to make it behave more like diffsplit.
|
|
|
|
|
o A new filterdiff option for removing timestamps.
|
|
|
|
|
o New grepdiff options -E and -f.
|
|
|
|
|
o Minor bugfixes
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- add %%defattr
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Tue Apr 08 2003 ro@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- fix tail calling syntax in testsuite
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Wed Mar 26 2003 mmj@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- Update to 0.2.22:, including the following since 0.2.17:
|
|
|
|
|
<EFBFBD> New splitdiff option to split out every file-level patch, and
|
|
|
|
|
a new option was added to grepdiff to display matching hunks
|
|
|
|
|
<EFBFBD> A new tool was added for exchanging the order of two patches
|
|
|
|
|
<EFBFBD> Support for ISO 8601 timezones
|
|
|
|
|
<EFBFBD> Several bug fixes
|
|
|
|
|
<EFBFBD> Our patches are in mainline
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Mon Mar 03 2003 pthomas@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- Use execvp in rediff, fixes #22428.
|
|
|
|
|
- Fix configure.in for automake 1.6.
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Tue Sep 17 2002 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- update -> 0.2.17 (support for conversion between unified and
|
|
|
|
|
context formats, new option (--annotate) added to filterdiff,
|
|
|
|
|
interdiff can now strip context lines from patches, recountdiff
|
|
|
|
|
and unwrapdiff tools added)
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Thu Jun 13 2002 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- update -> 0.2.14 (hunk-level filtering was added to filterdiff)
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Fri May 10 2002 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- update -> 0.2.13
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Fri Apr 19 2002 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- fixed the fix
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Fri Apr 19 2002 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- update -> 0.2.12pre1
|
|
|
|
|
- added support for different date formats
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Fri Feb 01 2002 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- update -> 0.2.8 (adds grepdiff, bugfixes)
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Tue Dec 04 2001 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- update -> 0.2.5 (bugs in lsdiff and combinediff fixed)
|
2008-07-08 23:26:19 +02:00
|
|
|
|
* Wed Nov 28 2001 uli@suse.de
|
2007-01-16 00:29:12 +01:00
|
|
|
|
- initial package
|