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