rpms/man-pages/devel man-pages-2.25-dbopen.patch, NONE, 1.1 .cvsignore, 1.20, 1.21 man-pages.spec, 1.37, 1.38 sources, 1.20, 1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 14 12:17:24 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/man-pages/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32758

Modified Files:
	.cvsignore man-pages.spec sources 
Added Files:
	man-pages-2.25-dbopen.patch 
Log Message:
- update to 2.25
- remove mbind and set_mempolicy files
- fix dbopen man page (#185310)



man-pages-2.25-dbopen.patch:
 dbopen.3 |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE man-pages-2.25-dbopen.patch ---
--- man-pages-2.25/man3/dbopen.3.pom	2006-03-14 12:07:54.000000000 +0100
+++ man-pages-2.25/man3/dbopen.3	2006-03-14 12:10:21.591863712 +0100
@@ -40,7 +40,7 @@
 .ft B
 #include <sys/types.h>
 #include <limits.h>
-#include <db.h>
+#include <db_185.h>
 
 DB *
 dbopen(const char *file, int flags, int mode, DBTYPE type,


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	16 Jan 2006 12:32:25 -0000	1.20
+++ .cvsignore	14 Mar 2006 12:17:21 -0000	1.21
@@ -1,3 +1,3 @@
 man-pages-extralocale.tar.bz2
 man2.tar.gz
-man-pages-2.21.tar.gz
+man-pages-2.25.tar.gz


Index: man-pages.spec
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- man-pages.spec	16 Jan 2006 12:32:25 -0000	1.37
+++ man-pages.spec	14 Mar 2006 12:17:21 -0000	1.38
@@ -1,6 +1,6 @@
 Summary: Man (manual) pages from the Linux Documentation Project.
 Name: man-pages
-Version: 2.21
+Version: 2.25
 Release: 1
 License: distributable
 Group: Documentation
@@ -23,6 +23,7 @@
 Patch20: man-pages-2.13-aio.patch
 Patch21: man-pages-2.16-mmap.patch
 Patch22: man-pages-2.20-nscd.conf.patch
+Patch23: man-pages-2.25-dbopen.patch
 
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -54,6 +55,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1 
+%patch23 -p1
 
 %build
 
@@ -112,6 +114,9 @@
 # Part of libattr-devel
 rm -f man2/{fgetxattr,flistxattr,fremovexattr,fsetxattr,getxattr,lgetxattr,listxattr,llistxattr,lremovexattr,lsetxattr,removexattr,setxattr}.2*
 
+# Part of numactl
+rm -f man2/{mbind,set_mempolicy}.2
+
 find . -name "*sudo*" -exec rm {} \;
 
 for l1 in man[1-9]*/*
@@ -147,6 +152,12 @@
 %{_mandir}/en/man*/*
 
 %changelog
+* Tue Mar 14 2006 Ivana Varekova <varekova at redhat.com> 2.25-1
+- update to 2.25
+- remove mbind and set_mempolicy files
+- fix dbopen man page (#185310)
+
+
 * Mon Jan 16 2006 Ivana Varekova <varekova at redhat.com> 2.21-1
 - update to 2.21
 - add the description of reload-count option (nscd.conf 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	16 Jan 2006 12:32:25 -0000	1.20
+++ sources	14 Mar 2006 12:17:21 -0000	1.21
@@ -1,3 +1,3 @@
 57f2e0500d177e05647990eae439a8ee  man-pages-extralocale.tar.bz2
 af09d031dcee66929510e078d00066f2  man2.tar.gz
-b14c8c4bac497013d8d7f0e0701fc7bb  man-pages-2.21.tar.gz
+e08fe1037a97eaa9821e86427e1fdc98  man-pages-2.25.tar.gz




More information about the fedora-cvs-commits mailing list