
* Mon Feb 19 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.12
- handle buildmol macro for ppc

* Mon Feb 05 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- eliminate runtime LANGUAGE
- tweak a bit

* Sun Jan 21 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- ditto
- added option --output

* Fri Jan 19 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- fixed typos and grammatical errors
- fixed cleanup 

* Thu Dec 21 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- added option --rebuild: It is none of use, isn't it?

* Tue Dec 19 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.9
- grammatically corrected mktempfication
- do menuconfig for each smp/BOOT .config when --enable-smp
  (workaround missing .config when --skip option is performed)
- added option --fast, --fastest
- showbuildnotice()

* Fri Dec 15 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.8
- mktempfication:
  Should we be so secure conscious about mkkpkg? I doubt it:-)

* Tue Dec 05 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.7
- ask whether to edit SPEC (even we shuould not suggest fg/bg)
- added RPM_BUILD_ROOT detection for kernel24 support (kind of ugly...)
- added spec file type detection for kernel24/newer rawhide-2.2 support
  and modified parsespec

* Fri Dec 01 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.6
- fixed regular expression in egrep
- added option --arch=ARCH to build non-base architecture binaries
- changed:
  - merge kernel-rebuild.{log,err} into one "kernel-mkkpkg.log" file
  - gzipped log in $HOME
  - make CONFMETHOD in silent operation (make -s)
  - RELEASE/EXTRAVERSION is displayed on menuconfig (quite trivial)
  - mkkpkg will send a mail after build (commented out)
  - evaluate $TMPDIR
  - eliminate $DEBUG

* Mon Oct 16 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.5
- added ad-hoc kernel24 support

* Sun Oct 15 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.4
- added kernel24 support (acutually not supported yet)
- fixed typos and messages

* Tue Jul 18 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- askyesno() to make it simple
- checkTMPdir() as well and actually _before_ build
- be nice
- added option --release=RELEASE
- added option --buildmode=MODE
- added option --rpmarg=RPMARG to trap command line
  ex. --rpmarg="--buildroot /var/tmp"
      --rpmarg="--define 'for bar'"
- experimental (actually not inplimented) --enable-smp for full package :-)
  Currently (and forever?) "menuconfig" is only once. With --skip-config,
  --enable-smp will help those who want...
- unconditionally eliminate "smp" in RELEASE
  Since kernel SPEC and initscripts are designed in the way kernel-headers
  and kernel-smp ( has "smp" in 'uname -r') package are built at once, it
  seems to do harm otherwise. See rc.sysinit and /boot/kernel.h. However,
  in cases when we build our customized kernel from tar.gz/kernel-source,
  any "smp" you define in EXTRAVERSION seems to work fine.
  Note:
  The packages made by mkkpkg with CONFIG_SMP=y may with luck work on
  SMP/singled-CPU boxes... what I (who?) mentioned above is 'uname -r'.
  Once again, the responsibility of any trouble with this script is on you,
  none of us guarantee what the result will be.

* Sun Jul 09 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- do with BuildALSA in new kernel-2.2.16-0vlx release candidate
- do menuconfig when xconfig is chosen but DISPLAY is not set
- logs in /tmp can be moved to $HOME
- ask when user input RELEASE is same as 'uname -r'
- added option --help, --version and more
- added option --eng to use original Congfigure.help if available
- added option --edit to start editor directly
- SPEC file modify detection (very ugly)
- changed Makefile to be a lazy :-)

* Sun Apr 30 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- handle pre preun post postun in parsespec

* Thu Apr 20 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- renewed srpm checking process: nosrc and symbolic link are now OK
- renewed RPMDIR checking precess:
  changed RPMDIR -> TOPDIR, new RPMDIR reffers to _rpmdir
  dont use .rpmmacros, --showrc gives sufficient variables
- dont continue when /tmp/kernel-rebuild.* exist
- calls editor directly(commented-out for now)
- colourized :)

* Thu Mar 3 2000 Jun Nishii <jun@vinelinux.org>
- bug fix: set ARCH as i386 (i586 does not make pcmcia now)

* Tue Feb 29 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.4
- mkkpkg: fix a small bug: patch from Shoji Matsumoto
- mkkpkg, parsespec: recover PACKAGER

* Sun Feb 27 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.3
- fix a bug and typo by Lisa Sagami, thanks.

* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.2
- fix a bug: wrong path for SRPMS

* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.1
- fix a bug: lost definition of RPMRC

* Thu Feb 24 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- mkkpkg-2.2
- fixed some bugs
- moved /usr/bin/mkkpkg to /usr/sbin/mkkpkg
- tweaken, using --showrc --rmspec
- dont include packager tag in new spec fine, because rpm will include it
  if defined in rpmmacros

* Sun Jan 30 2000 Jun NISHII <jun@vinelinux.org>
- mkkpkg-2.1

* Mon Jan 10 2000 Jun Nishii <jun@vinelinux.org>
- change group
- prepare parsespec, do not use filelist!

* Thu Oct 28 1999 Jun NISHII <jun@flatout.org>
- merge patch by Yasuhide OOMORI
- do not build kernel-smp, kernel-BOOT, kernel-BOOTsmp
- added kernel-filelist

* Sat Feb 27 1999 MATSUMOTO Shoji <vine@flatout.org>
- first release

# vim: ft=spec
# $Id: Changelog,v 1.12 2001/02/20 14:33:02 sagami Exp $
