rpms/procps/devel procps-3.2.7-psman.patch, NONE, 1.1 procps.spec, 1.62, 1.63

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Mon Aug 20 12:47:09 UTC 2007


Author: tsmetana

Update of /cvs/pkgs/rpms/procps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31044

Modified Files:
	procps.spec 
Added Files:
	procps-3.2.7-psman.patch 
Log Message:
* Mon Aug 20 2007 Tomas Smetana <tsmetana at redhat.com> 3.2.7-15
- fix #244960 - ps manpage formatted incorrectly
- update license tag


procps-3.2.7-psman.patch:

--- NEW FILE procps-3.2.7-psman.patch ---
--- procps-3.2.7/ps/ps.1.psman	2007-06-20 08:30:47.000000000 +0200
+++ procps-3.2.7/ps/ps.1	2007-06-20 08:50:10.000000000 +0200
@@ -21,8 +21,8 @@
 .\" See /usr/share/groff/current/tmac/an-old.tmac for what these do.
 .\" Setting them to zero provides extra space, but only do that for
 .\" plain text output. PostScript and such will remain indented.
-.if n .nr IN 0n
-.if n .nr an-prevailing-indent 0n
+.\" .if n .nr IN 0n
+.\" .if n .nr an-prevailing-indent 0n
 .\"
 .\"
 .\" ColSize is used for the format spec table.
@@ -838,6 +838,8 @@
 .\" lB1 lB1 lBw(5.5i)
 .\" lB1 l1  l.
 .\"
+.RE
+
 .TS
 expand;
 lB1 lB1 lBw(\n[ColSize]n)


Index: procps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/procps/devel/procps.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- procps.spec	18 Jun 2007 09:00:43 -0000	1.62
+++ procps.spec	20 Aug 2007 12:46:37 -0000	1.63
@@ -1,8 +1,8 @@
 Summary: System and process monitoring utilities
 Name: procps
 Version: 3.2.7
-Release: 14%{?dist}
-License: GPL
+Release: 15%{?dist}
+License: GPLv2+
 Group: Applications/System
 URL: http://procps.sourceforge.net
 Source: http://procps.sourceforge.net/procps-%{version}.tar.gz
@@ -58,6 +58,8 @@
 Patch27: procps-3.2.7-ps-plussort.patch
 #244152 - ps truncates eip and esp to 32-bit values on 64-bit systems
 Patch28: procps-3.2.7-ps-eip64.patch
+#244960 - ps manpage formatted incorrectly
+Patch29: procps-3.2.7-psman.patch
 
 BuildRequires: ncurses-devel
 
@@ -111,6 +113,7 @@
 %patch26 -p1
 %patch27 -p1
 %patch28 -p1
+%patch29 -p1
 
 cp %SOURCE1 .
 
@@ -148,6 +151,10 @@
 %attr(0644,root,root) %{_mandir}/man5/*
 
 %changelog
+* Mon Aug 20 2007 Tomas Smetana <tsmetana at redhat.com> 3.2.7-15
+- fix #244960 - ps manpage formatted incorrectly
+- update license tag
+
 * Mon Jun 18 2007 Tomas Smetana <tsmetana at redhat.com> 3.2.7-14
 - fix #244152 ps truncates eip and esp to 32-bit values on 64-bit systems
 




More information about the fedora-extras-commits mailing list