[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/patchutils/devel patchutils-author.patch, NONE, 1.1 patchutils.spec, 1.16, 1.17
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/patchutils/devel patchutils-author.patch, NONE, 1.1 patchutils.spec, 1.16, 1.17
- Date: Fri, 22 Jul 2005 10:10:56 -0400
Author: twaugh
Update of /cvs/dist/rpms/patchutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19003
Modified Files:
patchutils.spec
Added Files:
patchutils-author.patch
Log Message:
* Fri Jul 22 2005 Tim Waugh <twaugh redhat com>
- Better structure in XML documentation.
patchutils-author.patch:
patchutils.xml | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
--- NEW FILE patchutils-author.patch ---
--- 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>
Index: patchutils.spec
===================================================================
RCS file: /cvs/dist/rpms/patchutils/devel/patchutils.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- patchutils.spec 19 Jul 2005 14:16:14 -0000 1.16
+++ patchutils.spec 22 Jul 2005 14:10:54 -0000 1.17
@@ -6,6 +6,7 @@
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}-buildroot
Obsoletes: interdiff
Provides: interdiff
@@ -22,6 +23,7 @@
%prep
%setup -q
+%patch0 -p1 -b .author
%build
touch doc/patchutils.xml
@@ -43,6 +45,9 @@
%{_mandir}/*/*
%changelog
+* Fri Jul 22 2005 Tim Waugh <twaugh redhat com>
+- Better structure in XML documentation.
+
* Tue Jul 19 2005 Tim Waugh <twaugh redhat com> 0.2.31-2
- Rebuilt to pick up new man-pages stylesheet.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]