From 58e99777a0f4d527dbc1cf716270c82099dcd1dc Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Nov 16 2009 20:00:37 +0000 Subject: 0.5.10 --- diff --git a/mash.py b/mash.py index 0ed3fc9..669143b 100755 --- a/mash.py +++ b/mash.py @@ -23,7 +23,7 @@ import mash.config def main(): usage = "usage: %prog [options] " - parser = OptionParser(usage, version='%prog 0.5.9') + parser = OptionParser(usage, version='%prog 0.5.10') parser.add_option("-o","--outputdir",default="", dest="outputdir", help="output directory") parser.add_option("-c","--config", default="/etc/mash/mash.conf", dest="config", diff --git a/mash.spec b/mash.spec index fbd7071..bb984a4 100644 --- a/mash.spec +++ b/mash.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mash -Version: 0.5.9 +Version: 0.5.10 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -44,6 +44,11 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Mon Nov 16 2009 Bill Nottingham 0.5.10-1 +- fix up distro_tags and content_tags +- bump rawhide version +- there is no ppc in Fedora rawhide anymore () + * Mon Oct 5 2009 Bill Nottingham 0.5.9-1 - set dist_tags & content_tags when making metadata; update rawhide config () diff --git a/setup.py b/setup.py index c96a9b9..9e08ff5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.5.9', + version='0.5.10', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',