From: Richard D. <ric...@us...> - 2008-10-27 13:58:42
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11321 Modified Files: Changes META.yml README Log Message: Bump version to 1.09. Add note for Linux builds about installing libattr-devel for xattr headers. Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** README 26 Jan 2008 08:28:33 -0000 1.16 --- README 27 Oct 2008 13:58:34 -0000 1.17 *************** *** 1,3 **** ! File-ExtAttr version 1.08 ========================= --- 1,3 ---- ! File-ExtAttr version 1.09 ========================= *************** *** 42,45 **** --- 42,51 ---- DEPENDENCIES + On Linux, you will need to install the package that provides + the header files <attr/attributes.h> and <attr/xattr.h>. On Fedora + you can install these as follows: + + yum -y install libattr-devel + This module requires these other modules: Index: META.yml =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/META.yml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** META.yml 21 Dec 2007 16:52:12 -0000 1.10 --- META.yml 27 Oct 2008 13:58:34 -0000 1.11 *************** *** 1,5 **** # http://module-build.sourceforge.net/META-spec.html name: File-ExtAttr ! version: 1.08 version_from: lib/File/ExtAttr.pm installdirs: site --- 1,5 ---- # http://module-build.sourceforge.net/META-spec.html name: File-ExtAttr ! version: 1.09 version_from: lib/File/ExtAttr.pm installdirs: site Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** Changes 19 Jul 2008 09:55:14 -0000 1.44 --- Changes 27 Oct 2008 13:58:34 -0000 1.45 *************** *** 1,4 **** --- 1,10 ---- Revision history for Perl extension File::ExtAttr. + 1.09 2008-??-?? + + - (richdawe) Add note to README about needing to install + package that provides the headers <attr/attributes.h> + and <attr/xattr.h>. + 1.08 2008-08-19 |