Get ready for 0.14.1

Renamed moblin to meego
This commit is contained in:
Bruno Wolff III 2010-07-27 06:13:40 -05:00
parent 4fc5daba58
commit 97943f960e
4 changed files with 11 additions and 4 deletions

View File

@ -13,7 +13,7 @@ fedora_DATA = \
fedora-livecd-desktop.ks \
fedora-livecd-kde.ks \
fedora-livecd-lxde.ks \
fedora-livecd-moblin.ks \
fedora-livecd-meego.ks \
fedora-livecd-soas.ks \
fedora-livecd-xfce.ks \
fedora-livedvd-electronic-lab.ks \

2
README
View File

@ -20,6 +20,8 @@ cd spin-kickstarts
git checkout BRANCHNAME
# Edit configure.ac to update the version or release
# Edit spin-kickstarts.spec.in to update the change log
git commit -a
git push
aclocal
automake
autoconf

View File

@ -1,4 +1,4 @@
AC_INIT([spin-kickstarts], 0.14.0)
AC_INIT([spin-kickstarts], 0.14.1)
AC_SUBST([RELEASE], 1)
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"

View File

@ -76,8 +76,13 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{name}/l10n/README
%changelog
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
- New release
* @DATESTAMP@ Bruno Wolff III <bruno@wolff.to> @VERSION@-@RELEASE@
- Get a snapshot of kickstarts just prior to f14 branch
* Mon Jun 07 2010 Bruno Wolff III <bruno@wolff.to> 0.14.0-1
- New release for F14
- Add some documentation about how rebuild package from git repo
- Change custom kickstarts to use ../ to refer to included kickstarts
* Sun Jul 05 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.4-1
- Fix repos in fedora-install-fedora.ks (#505262)