diff --git a/.gitignore b/.gitignore index dac074e..65e2d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /mash-0.5.32.tar.gz /mash-0.5.33.tar.gz /mash-0.5.34.tar.gz +/mash-0.6.00.tar.gz diff --git a/mash.spec b/mash.spec index a6a7571..b46e219 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.34 -Release: 2%{?dist} +Version: 0.6.00 +Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPLv2 @@ -41,6 +41,11 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash /var/cache/mash %changelog +* Tue Aug 20 2013 Dennis Gilmore - 0.6.00-1 +- make maximum deltarpm size configurable +- setup branched for f20 +- setup rawhide for f21 + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 0af17b7..61b8083 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecde80e91e45fb815ae0024ca020739a mash-0.5.34.tar.gz +5b27906ce48cdb1201367a3a52f06fca mash-0.6.00.tar.gz