cvsdist 48dc3ff
Summary: A collection of programs for manipulating patch files
cvsdist 87beb60
Name: patchutils
7e94644
Version: 0.3.2
7e94644
Release: 1%{?dist}
86baa1f
License: GPLv2+
cvsdist 87beb60
Group: Applications/System
cvsdist 87beb60
URL: http://cyberelk.net/tim/patchutils/
cvsdist 973fef6
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
86baa1f
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b6989e0
Obsoletes: interdiff <= 0.0.10
b6989e0
Provides: interdiff = 0.0.10
912006f
BuildRequires: xmlto
cvsdist 87beb60
cvsdist ae347da
# We only need xmlto if we are patching the documentation.
cvsdist 75fb14c
# BuildRequires: xmlto
cvsdist ae347da
cvsdist 87beb60
%description
cvsdist 87beb60
This is a collection of programs that can manipulate patch files in
cvsdist 48dc3ff
a variety of ways, such as interpolating between two pre-patches, 
cvsdist 48dc3ff
combining two incremental patches, fixing line numbers in hand-edited 
cvsdist 48dc3ff
patches, and simply listing the files modified by a patch.
cvsdist 87beb60
cvsdist 87beb60
%prep
cvsdist 87beb60
%setup -q
cvsdist 87beb60
cvsdist 87beb60
%build
912006f
touch doc/patchutils.xml
cvsdist 87beb60
%configure
b6989e0
make %{?smp_mflags}
b6989e0
b6989e0
%check
cvsdist 973fef6
make check
cvsdist 87beb60
cvsdist 87beb60
%install
cvsdist 7a5e585
rm -rf %{buildroot}
b6989e0
make DESTDIR=%{buildroot} install
cvsdist 87beb60
cvsdist 87beb60
%clean
cvsdist 87beb60
rm -rf %{buildroot}
cvsdist 87beb60
cvsdist 87beb60
%files
b6989e0
%defattr(-,root,root,-)
cvsdist 7a5e585
%doc AUTHORS ChangeLog README COPYING BUGS NEWS
cvsdist 87beb60
%{_bindir}/*
cvsdist 87beb60
%{_mandir}/*/*
cvsdist 87beb60
cvsdist 87beb60
%changelog
7e94644
* Thu Feb 10 2011 Tim Waugh <twaugh@redhat.com> 0.3.2-1
7e94644
- 0.3.2.
7e94644
124e0f8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-4
124e0f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
124e0f8
db14d6d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3
db14d6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
db14d6d
eedefd4
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
eedefd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
eedefd4
3042984
* Fri Jan 23 2009 Tim Waugh <twaugh@redhat.com> 0.3.1-1
3042984
- 0.3.1.
3042984
799cc5f
* Wed Jul  2 2008 Tim Waugh <twaugh@redhat.com> 0.3.0-1
799cc5f
- 0.3.0.
799cc5f
644298a
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.2.31-5
644298a
- Rebuild for GCC 4.3.
644298a
b6989e0
* Mon Dec  3 2007 Tim Waugh <twaugh@redhat.com> 0.2.31-4
b6989e0
- Versioned obsoletes/provides (bug #226234).
b6989e0
- Created %%check section (bug #226234).
b6989e0
- Avoid %%makeinstall (bug #226234).
b6989e0
- Fixed defattr declaration (bug #226234).
b6989e0
86baa1f
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 0.2.31-3
86baa1f
- Added dist tag.
86baa1f
- Better buildroot tag.
86baa1f
- More specific license tag.
86baa1f
8976383
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2.31-2.2.2
8976383
- rebuild
8976383
61eefb2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2.31-2.2.1
61eefb2
- bump again for double-long bug on ppc(64)
61eefb2
7e748a1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2.31-2.2
7e748a1
- rebuilt for new gcc4.1 snapshot and glibc changes
7e748a1
beb6b3a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
beb6b3a
- rebuilt
beb6b3a
bf78145
* Fri Jul 22 2005 Tim Waugh <twaugh@redhat.com>
bf78145
- Better structure in XML documentation.
bf78145
716e067
* Tue Jul 19 2005 Tim Waugh <twaugh@redhat.com> 0.2.31-2
716e067
- Rebuilt to pick up new man-pages stylesheet.
716e067
87bcb39
* Mon Jun 13 2005 Tim Waugh <twaugh@redhat.com> 0.2.31-1
87bcb39
- 0.2.31.
87bcb39
2d4e366
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.2.30-4
2d4e366
- Rebuild for new GCC.
2d4e366
912006f
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 0.2.30-3
912006f
- Moved last fix into docbook-style-xsl.
912006f
62811d2
* Mon Nov 22 2004 Jindrich Novy <jnovy@redhat.com> 0.2.30-2
62811d2
- fix flipdiff.1 man page (#139341)
62811d2
cvsdist 75fb14c
* Thu Jul 22 2004 Tim Waugh <twaugh@redhat.com> 0.2.30-1
cvsdist 75fb14c
- 0.2.30.
cvsdist 75fb14c
cvsdist e96bc5c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e96bc5c
- rebuilt
cvsdist e96bc5c
cvsdist 2cd36b7
* Fri Apr 16 2004 Tim Waugh <twaugh@redhat.com> 0.2.29-2
cvsdist 2cd36b7
- Fix no-newline handling in filterdiff.
cvsdist 2cd36b7
cvsdist 2cd36b7
* Mon Apr  5 2004 Tim Waugh <twaugh@redhat.com> 0.2.29-1
cvsdist 2cd36b7
- 0.2.29.
cvsdist 2cd36b7
cvsdist e20b378
* Wed Mar 10 2004 Tim Waugh <twaugh@redhat.com> 0.2.28-1
cvsdist e20b378
- 0.2.28.
cvsdist e20b378
cvsdist e20b378
* Thu Feb 26 2004 Tim Waugh <twaugh@redhat.com> 0.2.27-1
cvsdist e20b378
- 0.2.27.
cvsdist e20b378
cvsdist e20b378
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e20b378
- rebuilt
cvsdist e20b378
cvsdist 7a5e585
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 0.2.26-1
cvsdist 7a5e585
- 0.2.26.
cvsdist 7a5e585
cvsdist 7a5e585
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 7a5e585
- Ship AUTHORS and ChangeLog as well (bug #112936).
cvsdist 7a5e585
cvsdist 7a5e585
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.2.25-1
cvsdist 7a5e585
- 0.2.25.
cvsdist 7a5e585
cvsdist 7a5e585
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 7a5e585
- Remove buildroot before installing.
cvsdist 7a5e585
cvsdist ae347da
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-2
cvsdist ae347da
- Add support for -H in lsdiff/grepdiff (from CVS).
cvsdist ae347da
cvsdist ae347da
* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-1
cvsdist ae347da
- 0.2.24 (fixes bug #100795).
cvsdist ae347da
cvsdist ae347da
* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
cvsdist ae347da
- rebuilt
cvsdist ae347da
cvsdist ae347da
* Thu Jun  5 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-2
cvsdist ae347da
- Added patch from CVS which adds timestamp removal to filterdiff.
cvsdist ae347da
cvsdist ae347da
* Thu Jun  5 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-1.1
cvsdist ae347da
- Rebuilt.
cvsdist ae347da
cvsdist ae347da
* Thu Jun  5 2003 Tim Waugh <twaugh@redhat.com> 0.2.23-1
cvsdist ae347da
- 0.2.23.  Fixes bug #92320.
cvsdist ae347da
cvsdist ae347da
* Sat Mar  8 2003 Tim Waugh <twaugh@redhat.com> 0.2.22-1
cvsdist ae347da
- 0.2.22.
cvsdist ae347da
cvsdist d1fc367
* Thu Jan 23 2003 Tim Waugh <twaugh@redhat.com> 0.2.19-1
cvsdist d1fc367
- 0.2.19, incorporating all patches.
cvsdist d1fc367
cvsdist d1fc367
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.2.18-3
cvsdist d1fc367
- rebuilt
cvsdist d1fc367
cvsdist d1fc367
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com>
cvsdist d1fc367
- Apply editdiff patch from 0.2.19pre2.
cvsdist d1fc367
cvsdist d1fc367
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 0.2.18-2
cvsdist d1fc367
- Bug-fix for rediff.
cvsdist d1fc367
cvsdist d1fc367
* Mon Dec 16 2002 Tim Waugh <twaugh@redhat.com> 0.2.18-1
cvsdist d1fc367
- Fix file_exists().
cvsdist d1fc367
- 0.2.18.
cvsdist d1fc367
cvsdist d1fc367
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.2.17-1
cvsdist d1fc367
- 0.2.17.
cvsdist d1fc367
cvsdist fcdca0a
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist fcdca0a
- automated rebuild
cvsdist fcdca0a
cvsdist 973fef6
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 973fef6
- automated rebuild
cvsdist 973fef6
cvsdist 973fef6
* Sat May 18 2002 Tim Waugh <twaugh@redhat.com> 0.2.14-1
cvsdist 973fef6
- 0.2.14.
cvsdist 973fef6
cvsdist 973fef6
* Thu May  9 2002 Tim Waugh <twaugh@redhat.com> 0.2.13-1
cvsdist 973fef6
- 0.2.13.
cvsdist 973fef6
cvsdist 973fef6
* Tue Apr 23 2002 Tim Waugh <twaugh@redhat.com> 0.2.13-0.pre1.1
cvsdist 973fef6
- 0.2.13pre1 (now handles diffutils 2.8.1 output).
cvsdist 973fef6
- Run tests after build step.
cvsdist 973fef6
cvsdist 973fef6
* Fri Apr 19 2002 Tim Waugh <twaugh@redhat.com> 0.2.12-1
cvsdist 973fef6
- 0.2.12.
cvsdist 973fef6
cvsdist 48dc3ff
* Wed Mar 20 2002 Tim Waugh <twaugh@redhat.com> 0.2.11-2
cvsdist 48dc3ff
- Fix handling of context diffs so that it handles GNU diff's output
cvsdist 48dc3ff
  style.
cvsdist 48dc3ff
cvsdist 87beb60
* Mon Mar 14 2002 Tim Waugh <twaugh@redhat.com> 0.2.11-1
cvsdist 87beb60
- 0.2.11.
cvsdist 87beb60
cvsdist 87beb60
* Mon Mar 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 87beb60
- I need this. :-)
cvsdist 87beb60
cvsdist 87beb60
* Tue Nov 27 2001 Tim Waugh <twaugh@redhat.com>
cvsdist 87beb60
- Initial spec file.