[mash] 0.5.20

Bill Nottingham notting at fedoraproject.org
Tue Sep 28 16:01:36 UTC 2010


commit f1f4f8eae970bcd80c08c2be023a7f86374124a3
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Sep 28 11:58:56 2010 -0400

    0.5.20

 .gitignore |    1 +
 mash.spec  |   13 ++++++++++++-
 sources    |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e28dc4..b78476e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mash-0.5.18.tar.gz
 mash-0.5.19.tar.gz
+/mash-0.5.20.tar.gz
diff --git a/mash.spec b/mash.spec
index c007b2a..e6e9cba 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.19
+Version:        0.5.20
 Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
@@ -44,6 +44,17 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* Tue Sep 28 2010 Bill Nottingham <notting at redhat.com> 0.5.20-1
+- solve multilib against parent repos if configured (#633136)
+- fix traceback when only binary RPMS exist (modified from #636697, <tguthmann at iseek.com.au>)
+- disable sigchecking on deltas in source, not via patch (#512454)
+- mark LSB-providing packages as multilib (#585858)
+- fix libmunge to catch more cases (#637172, <mschwendt at gmail.com>)
+- add krb5 plugin dir to multilib list (#632611)
+- add libstdc++-static as a multilib whitelist (#630581)
+- add dri as a multilib dir
+- arm arch compatiblitiy <dennis at ausil.us>
+
 * Fri Jul 30 2010 Bill Nottingham <notting at redhat.com> 0.5.19-1
 - retarget branched.mash at f14
 
diff --git a/sources b/sources
index 262bffe..f149ee7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fb7185337f1b6e09a2c467bd514ce20  mash-0.5.19.tar.gz
+374d881a31121de61ad11fb12590f7e3  mash-0.5.20.tar.gz


More information about the scm-commits mailing list