[Mach-cvs] CVS: mach2 ChangeLog, 1.346, 1.347 configure.in, 1.87, 1.88
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2013-01-16 13:11:20
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27095 Modified Files: ChangeLog configure.in Log Message: * configure.in: * etc/dist.d/Makefile.am: * etc/dist.d/fedora-18-i386: * etc/dist.d/fedora-18-ppc: * etc/dist.d/fedora-18-x86_64: Add Fedora 18. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.346 retrieving revision 1.347 diff -C2 -d -r1.346 -r1.347 *** ChangeLog 10 Nov 2012 13:58:53 -0000 1.346 --- ChangeLog 16 Jan 2013 13:11:16 -0000 1.347 *************** *** 1,2 **** --- 1,11 ---- + 2013-01-16 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.in: + * etc/dist.d/Makefile.am: + * etc/dist.d/fedora-18-i386: + * etc/dist.d/fedora-18-ppc: + * etc/dist.d/fedora-18-x86_64: + Add Fedora 18. + === release 1.0.1 === Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** configure.in 10 Nov 2012 15:36:50 -0000 1.87 --- configure.in 16 Jan 2013 13:11:16 -0000 1.88 *************** *** 95,98 **** --- 95,99 ---- dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Spherical Cow)", defaultroot="fedora-18-$arch") CHECK_RELEASE(fedora, "(Beefy Miracle)", defaultroot="fedora-17-$arch") CHECK_RELEASE(fedora, "(Verne)", defaultroot="fedora-16-$arch") |