From 94e29ed7e3a46d4909e3d8b9d2433feb9f672e9c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jun 01 2007 02:30:35 +0000 Subject: update to 0.1.16 --- diff --git a/mash.py b/mash.py index 4ec5185..f204b22 100755 --- a/mash.py +++ b/mash.py @@ -10,7 +10,7 @@ import mash.config def main(): usage = "usage: %prog [options] " - parser = OptionParser(usage, version='%prog 0.1.15') + parser = OptionParser(usage, version='%prog 0.1.16') 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 846cec9..a8c11c7 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.1.15 +Version: 0.1.16 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mash %changelog +* Thu May 31 2007 Bill Nottingham 0.1.16-1 +- fix arch handling + * Thu May 31 2007 Bill Nottingham 0.1.15-1 - propagate errors better - handle signatures in koji correctly diff --git a/setup.py b/setup.py index 5147e08..9e42fc7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.1.15', + version='0.1.16', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',