From e974d8ded86a0382bbcf966923a502d4f5129349 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 05 2014 03:42:00 +0000 Subject: 0.6.9 release --- diff --git a/mash.py b/mash.py index 1aa41cb..0ab2e53 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.33') + parser = OptionParser(usage, version='%prog 0.6.9') 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 d7a940d..124baf5 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.6.8 +Version: 0.6.9 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Wed Jun 04 2014 Dennis Gilmore - 0.6.9-1 +- enable ppc64le support +- enable parallel deltarpm creation + * Thu May 15 2014 Dennis Gilmore - 0.6.8-1 - add max_delta_rpm_age to configs and set the defaults in - the config.py diff --git a/setup.py b/setup.py index da1fa19..78dca5d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.6.8', + version='0.6.9', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',