[Mach-cvs] CVS: mach2 ChangeLog, 1.322, 1.323 configure.in, 1.76, 1.77
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2010-11-28 18:33:29
|
Update of /cvsroot/mach/mach2 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv14559 Modified Files: ChangeLog configure.in Log Message: * configure.in: * etc/dist.d/Makefile.am: * etc/dist.d/fedora-13-i386: * etc/dist.d/fedora-13-ppc: * etc/dist.d/fedora-13-x86_64: * etc/dist.d/fedora-14-i386: * etc/dist.d/fedora-14-ppc: * etc/dist.d/fedora-14-x86_64: Add Fedora 13 and 14. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.322 retrieving revision 1.323 diff -C2 -d -r1.322 -r1.323 *** ChangeLog 27 Apr 2010 11:41:18 -0000 1.322 --- ChangeLog 28 Nov 2010 18:33:18 -0000 1.323 *************** *** 1,2 **** --- 1,14 ---- + 2010-11-28 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.in: + * etc/dist.d/Makefile.am: + * etc/dist.d/fedora-13-i386: + * etc/dist.d/fedora-13-ppc: + * etc/dist.d/fedora-13-x86_64: + * etc/dist.d/fedora-14-i386: + * etc/dist.d/fedora-14-ppc: + * etc/dist.d/fedora-14-x86_64: + Add Fedora 13 and 14. + 2010-04-27 Thomas Vander Stichele <thomas at apestaart dot org> Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** configure.in 6 Apr 2010 11:48:04 -0000 1.76 --- configure.in 28 Nov 2010 18:33:18 -0000 1.77 *************** *** 95,98 **** --- 95,100 ---- dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Laughlin)", defaultroot="fedora-14-$arch") + CHECK_RELEASE(fedora, "(Goddard)", defaultroot="fedora-13-$arch") CHECK_RELEASE(fedora, "(Constantine)",defaultroot="fedora-12-$arch") CHECK_RELEASE(fedora, "(Leonidas)", defaultroot="fedora-11-$arch") |