rpms/man-pages/devel man-pages-3.22-sched_setaffinity.patch, 1.1, 1.2 man-pages.spec, 1.125, 1.126

Ivana Varekova varekova at fedoraproject.org
Thu Dec 3 11:21:41 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/man-pages/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6265

Modified Files:
	man-pages-3.22-sched_setaffinity.patch man-pages.spec 
Log Message:
- fix typo in sched_setaffinity(2) patch


man-pages-3.22-sched_setaffinity.patch:
 sched_setaffinity.2 |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

Index: man-pages-3.22-sched_setaffinity.patch
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages-3.22-sched_setaffinity.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- man-pages-3.22-sched_setaffinity.patch	2 Dec 2009 14:42:05 -0000	1.1
+++ man-pages-3.22-sched_setaffinity.patch	3 Dec 2009 11:21:41 -0000	1.2
@@ -49,14 +49,14 @@ diff -up man-pages-3.22/man2/sched_setaf
 +
 +        for ( i = 0; i < nrcpus; i++ ) {
 +                if ( CPU_ISSET_S(i, size, mask) ) {
-+                        printf("CPU %d is set\n", (i+1));
++                        printf("CPU %d is set\\n", (i+1));
 +                }
 +        }
 +
 +        CPU_FREE(mask);
 +
 +        return 0;
-+   }  
++   }
 +.fi
 +
  .SH "SEE ALSO"


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- man-pages.spec	2 Dec 2009 14:42:05 -0000	1.125
+++ man-pages.spec	3 Dec 2009 11:21:41 -0000	1.126
@@ -4,7 +4,7 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
 Version: 3.23
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
 Group: Documentation
 URL: http://www.kernel.org/pub/linux/docs/manpages/
@@ -136,7 +136,10 @@ rm -rf $RPM_BUILD_ROOT
 %lang(en) %{_mandir}/en/man*
 
 %changelog
-* Wed Dec  2 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 3.22-7
+* Thu Dec  3 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 3.23-4
+- fix typo in sched_setaffinity(2) patch
+
+* Wed Dec  2 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 3.23-3
 - fix sched_setaffinity(2) page - add an EXAMPLE and new NOTES
 
 * Wed Nov 18 2009 Ivana Varekova <varekova at redhat.com> - 3.23-2




More information about the scm-commits mailing list