From 237b7c118484ee3e3195fb2a9ae12e5cfc1e6869 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jul 22 2011 17:36:58 +0000 Subject: Bump version. --- diff --git a/mash.py b/mash.py index 973e1ed..89c03db 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.22') + parser = OptionParser(usage, version='%prog 0.5.23') 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 92e6a7b..4e23a95 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.22 +Version: 0.5.23 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -44,7 +44,10 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog -* Mon Feb 27 2011 Bill Nottingham 0.5.22-1 +* Fri Jul 22 2011 Bill Nottingham 0.5.23-1 +- Fix file multilib method (from ) + +* Mon Jun 27 2011 Bill Nottingham 0.5.22-1 - Add perl-libs whitelist - fix arm dependency checks () - fix key ordering diff --git a/setup.py b/setup.py index dd293c9..3d6f6f0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.5.22', + version='0.5.23', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',