This commit is contained in:
Tim Waugh 2008-07-02 12:11:15 +00:00
parent 644298a2d5
commit 799cc5ff6d
5 changed files with 7 additions and 36 deletions

View File

@ -1,2 +1,3 @@
patchutils-0.2.30.tar.bz2
patchutils-0.2.31.tar.bz2
patchutils-0.3.0.tar.bz2

Binary file not shown.

View File

@ -1,31 +0,0 @@
--- patchutils-0.2.31/doc/patchutils.xml.author 2005-03-22 13:18:36.000000000 +0000
+++ patchutils-0.2.31/doc/patchutils.xml 2005-07-22 15:08:10.000000000 +0100
@@ -4,18 +4,20 @@
<book>
<bookinfo>
<title>Patchutils</title>
- <author>
- <firstname>Tim</firstname>
- <surname>Waugh</surname>
- <affiliation>
- <address><email>twaugh@redhat.com</email></address>
- </affiliation>
- </author>
</bookinfo>
<reference>
- <title>Man pages</title>
+ <referenceinfo>
+ <author>
+ <firstname>Tim</firstname>
+ <surname>Waugh</surname>
+ <affiliation>
+ <address><email>twaugh@redhat.com</email></address>
+ </affiliation>
+ </author>
+ </referenceinfo>
+ <title>Man pages</title>
<refentry id="interdiff">
<refentryinfo>
<productname>patchutils</productname>

View File

@ -1,12 +1,11 @@
Summary: A collection of programs for manipulating patch files
Name: patchutils
Version: 0.2.31
Release: 5%{?dist}
Version: 0.3.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://cyberelk.net/tim/patchutils/
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
Patch0: patchutils-author.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: interdiff <= 0.0.10
Provides: interdiff = 0.0.10
@ -23,7 +22,6 @@ patches, and simply listing the files modified by a patch.
%prep
%setup -q
%patch0 -p1 -b .author
%build
touch doc/patchutils.xml
@ -47,6 +45,9 @@ rm -rf %{buildroot}
%{_mandir}/*/*
%changelog
* Wed Jul 2 2008 Tim Waugh <twaugh@redhat.com> 0.3.0-1
- 0.3.0.
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.2.31-5
- Rebuild for GCC 4.3.

View File

@ -1 +1 @@
3aa902cb7a57a4aa09427de603ebf17b patchutils-0.2.31.tar.bz2
91cce007527cd0df93aeb81459575485 patchutils-0.3.0.tar.bz2