diff --git a/.cvsignore b/.cvsignore index 22a8219..70b684b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mash-0.5.5.tar.gz +mash-0.5.6.tar.gz diff --git a/mash.spec b/mash.spec index 51bb4e6..6910467 100644 --- a/mash.spec +++ b/mash.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mash -Version: 0.5.5 -Release: 4%{?dist} +Version: 0.5.6 +Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL @@ -13,7 +13,6 @@ Requires: yum, createrepo, koji Conflicts: pungi < 1.0.0 BuildRequires: python-devel BuildArch: noarch -Patch1: mash-debug.patch %description mash is a tool that queries a koji buildsystem for the latest RPMs for @@ -22,7 +21,6 @@ any multlib RPMs that are necessary. %prep %setup -q -%patch1 -p1 %build %{__python} setup.py build @@ -46,14 +44,10 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog -* Tue Jun 16 2009 Bill Nottingham 0.5.5-4 -- deltas back on - -* Thu Jun 11 2009 Bill Nottingham 0.5.5-3 -- turn off deltas for a while - -* Tue Jun 9 2009 Bill Nottingham 0.5.5-2 -- add debugging cruft +* Mon Jun 22 2009 Bill Nottingham 0.5.6-1 +- more gtk2 multilib (#507165) +- minor transaction speedups +- handle new yum arch-setting API. () * Fri May 8 2009 Bill Nottingham 0.5.5-1 - fix setting delta_dirs in config file diff --git a/sources b/sources index 5c38c2b..ffee6ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce7a016e44b42a54c218c7d438bb07d4 mash-0.5.5.tar.gz +19d0575cd3fa9f704d3916ed95ef3cfd mash-0.5.6.tar.gz