rpms/dos2unix/devel dos2unix-manpage.patch, NONE, 1.1 dos2unix.spec, 1.31, 1.32

Tim Waugh twaugh at fedoraproject.org
Mon Sep 8 09:01:04 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/dos2unix/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5712

Modified Files:
	dos2unix.spec 
Added Files:
	dos2unix-manpage.patch 
Log Message:
* Mon Sep  8 2008 Tim Waugh <twaugh at redhat.com> 3.1-33
- Fixed manpage grammar (bug #460731).


dos2unix-manpage.patch:

--- NEW FILE dos2unix-manpage.patch ---
diff -up dos2unix-3.1/dos2unix.1.manpage dos2unix-3.1/dos2unix.1
--- dos2unix-3.1/dos2unix.1.manpage	2008-09-08 09:58:46.000000000 +0100
+++ dos2unix-3.1/dos2unix.1	2008-09-08 09:58:56.000000000 +0100
@@ -52,7 +52,7 @@ default to run in this mode. Wildcard na
 .B \-n \-\-newfile infile outfile ...
 New file mode. Convert the infile and write output to outfile. File names
 must be given in pairs and wildcard names should NOT be used or you WILL 
-lost your files. 
+lose your files. 
 
 .SH "EXAMPLES"
 .LP 


Index: dos2unix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dos2unix/devel/dos2unix.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- dos2unix.spec	14 Apr 2008 16:15:41 -0000	1.31
+++ dos2unix.spec	8 Sep 2008 09:00:34 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: Text file format converter
 Name: dos2unix
 Version: 3.1
-Release: 32%{?dist}
+Release: 33%{?dist}
 Group: Applications/Text
 License: BSD
 Source: %{name}-%{version}.tar.bz2
@@ -13,6 +13,7 @@
 Patch5: dos2unix-3.1-tmppath.patch
 Patch6: dos2unix-c-missing-arg.patch
 Patch7: dos2unix-missing-proto.patch
+Patch8: dos2unix-manpage.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -29,6 +30,7 @@
 %patch5 -p1 -b .tmppath
 %patch6 -p1 -b .c-missing-arg
 %patch7 -p1 -b .missing-proto
+%patch8 -p1 -b .manpage
 
 for I in *.[ch]; do
 	sed -e 's,#endif.*,#endif,g' -e 's,#else.*,#else,g' $I > $I.new
@@ -60,6 +62,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Sep  8 2008 Tim Waugh <twaugh at redhat.com> 3.1-33
+- Fixed manpage grammar (bug #460731).
+
 * Mon Apr 14 2008 Tim Waugh <twaugh at redhat.com> 3.1-32
 - Adjust license tag (bug #225706).
 - Fix missing prototype (bug #225706).




More information about the fedora-extras-commits mailing list