[Mach-cvs] CVS: mach2 ChangeLog,1.359,1.360 configure.ac,1.7,1.8
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2015-06-28 03:19:03
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1097 Modified Files: ChangeLog configure.ac Log Message: * configure.ac: * etc/dist.d/Makefile.am: * etc/dist.d/fedora-22-i386: * etc/dist.d/fedora-22-ppc: * etc/dist.d/fedora-22-x86_64: Adding Fedora 22. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.359 retrieving revision 1.360 diff -C2 -d -r1.359 -r1.360 *** ChangeLog 8 Mar 2015 22:19:28 -0000 1.359 --- ChangeLog 28 Jun 2015 03:19:00 -0000 1.360 *************** *** 1,2 **** --- 1,11 ---- + 2015-06-27 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + * etc/dist.d/Makefile.am: + * etc/dist.d/fedora-22-i386: + * etc/dist.d/fedora-22-ppc: + * etc/dist.d/fedora-22-x86_64: + Adding Fedora 22. + === release 1.0.4 === Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** configure.ac 8 Mar 2015 22:37:46 -0000 1.7 --- configure.ac 28 Jun 2015 03:19:00 -0000 1.8 *************** *** 96,99 **** --- 96,100 ---- CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Twenty Two)", defaultroot="fedora-22-$arch") CHECK_RELEASE(fedora, "(Twenty One)", defaultroot="fedora-21-$arch") CHECK_RELEASE(fedora, "(Heisenbug)", defaultroot="fedora-20-$arch") |