Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Make sure the date and version number are correct in ChangeLog, ChangeLog.win32, ChangeLog.API and po/ChangeLog
- Update NEWS
- Grab the most recent FAQ from the web site
- Change version number at the top of configure.ac
- Check gaim.spec.in, make sure that "%define beta 4" is commented/uncommented appropriately
- Tag the repository
svn copy https://svn.sourceforge.net/svnroot/gaim/branches/v2_0_0 \
https://svn.sourceforge.net/svnroot/gaim/tags/$TAG \
-m "Tagging Gaim release $VERSION"
- Check out the tagged code
svn co https://svn.sourceforge.net/svnroot/gaim/tags/$TAG gaim
- Run ./autogen.sh
- Run make dist
- Copy gaim-$VERSION.tar.gz to a temp directory, gunzip it, then bzip2 it
- Sign the two tarballs
gpg -ab gaim-$VERSION.tar.gz
gpg -ab gaim-$VERSION.tar.bz2
gpg --verify gaim-$VERSION.tar.gz.asc gaim-$VERSION.tar.gz
gpg --verify gaim-$VERSION.tar.bz2.asc gaim-$VERSION.tar.bz2
- Build the SRPM
rpmbuild -ta --sign --with avahi --with dbus --with meanwhile \
--with sasl --with silc --with tcl gaim-$VERSION.tar.bz2
- Increment version number in libgaim/version.h
Download in other formats:
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!