Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-2 - Add support for -H in lsdiff/grepdiff (from CVS). Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-1 - 0.2.24 (fixes bug #100795). Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Jun 05 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-2 - Added patch from CVS which adds timestamp removal to filterdiff. Thu Jun 05 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-1.1 - Rebuilt. Thu Jun 05 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-1 - 0.2.23. Fixes bug #92320. Sat Mar 08 2003 Tim Waugh <twaugh@redhat.com> 0.2.22-1 - 0.2.22.
116 lines
2.9 KiB
RPMSpec
116 lines
2.9 KiB
RPMSpec
Summary: A collection of programs for manipulating patch files
|
|
Name: patchutils
|
|
Version: 0.2.24
|
|
Release: 2
|
|
License: GPL
|
|
Group: Applications/System
|
|
URL: http://cyberelk.net/tim/patchutils/
|
|
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
|
Patch0: patchutils-0.2.24-hH.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
Obsoletes: interdiff
|
|
Provides: interdiff
|
|
|
|
# We only need xmlto if we are patching the documentation.
|
|
BuildRequires: xmlto
|
|
|
|
%description
|
|
This is a collection of programs that can manipulate patch files in
|
|
a variety of ways, such as interpolating between two pre-patches,
|
|
combining two incremental patches, fixing line numbers in hand-edited
|
|
patches, and simply listing the files modified by a patch.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1 -b .hH
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
make check
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README COPYING BUGS NEWS
|
|
%{_bindir}/*
|
|
%{_mandir}/*/*
|
|
|
|
%changelog
|
|
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-2
|
|
- Add support for -H in lsdiff/grepdiff (from CVS).
|
|
|
|
* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-1
|
|
- 0.2.24 (fixes bug #100795).
|
|
|
|
* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Thu Jun 5 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-2
|
|
- Added patch from CVS which adds timestamp removal to filterdiff.
|
|
|
|
* Thu Jun 5 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-1.1
|
|
- Rebuilt.
|
|
|
|
* Thu Jun 5 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-1
|
|
- 0.2.23. Fixes bug #92320.
|
|
|
|
* Sat Mar 8 2003 Tim Waugh <twaugh@redhat.com> 0.2.22-1
|
|
- 0.2.22.
|
|
|
|
* Thu Jan 23 2003 Tim Waugh <twaugh@redhat.com> 0.2.19-1
|
|
- 0.2.19, incorporating all patches.
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.2.18-3
|
|
- rebuilt
|
|
|
|
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com>
|
|
- Apply editdiff patch from 0.2.19pre2.
|
|
|
|
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 0.2.18-2
|
|
- Bug-fix for rediff.
|
|
|
|
* Mon Dec 16 2002 Tim Waugh <twaugh@redhat.com> 0.2.18-1
|
|
- Fix file_exists().
|
|
- 0.2.18.
|
|
|
|
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.2.17-1
|
|
- 0.2.17.
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Sat May 18 2002 Tim Waugh <twaugh@redhat.com> 0.2.14-1
|
|
- 0.2.14.
|
|
|
|
* Thu May 9 2002 Tim Waugh <twaugh@redhat.com> 0.2.13-1
|
|
- 0.2.13.
|
|
|
|
* Tue Apr 23 2002 Tim Waugh <twaugh@redhat.com> 0.2.13-0.pre1.1
|
|
- 0.2.13pre1 (now handles diffutils 2.8.1 output).
|
|
- Run tests after build step.
|
|
|
|
* Fri Apr 19 2002 Tim Waugh <twaugh@redhat.com> 0.2.12-1
|
|
- 0.2.12.
|
|
|
|
* Wed Mar 20 2002 Tim Waugh <twaugh@redhat.com> 0.2.11-2
|
|
- Fix handling of context diffs so that it handles GNU diff's output
|
|
style.
|
|
|
|
* Mon Mar 14 2002 Tim Waugh <twaugh@redhat.com> 0.2.11-1
|
|
- 0.2.11.
|
|
|
|
* Mon Mar 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
- I need this. :-)
|
|
|
|
* Tue Nov 27 2001 Tim Waugh <twaugh@redhat.com>
|
|
- Initial spec file.
|