[mash] 0.5.22

Bill Nottingham notting at fedoraproject.org
Mon Jun 27 19:55:01 UTC 2011


commit a4217594dee498bb5108748cac10882888629057
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Jun 27 15:54:04 2011 -0400

    0.5.22

 .gitignore |    1 +
 mash.spec  |   20 ++++++--------------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a1d3df..f6e596c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mash-0.5.21.tar.gz
+/mash-0.5.22.tar.gz
diff --git a/mash.spec b/mash.spec
index 3c59a60..92e6a7b 100644
--- a/mash.spec
+++ b/mash.spec
@@ -1,16 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           mash
-Version:        0.5.21
-Release:        4%{?dist}
+Version:        0.5.22
+Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://fedorahosted.org/releases/m/a/mash/
 Source0:        http://fedorahosted.org/releases/m/a/mash/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:		mash-keys.patch
-Patch1:		mash-nodelta.patch
 Requires:       yum, createrepo, koji
 Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
@@ -23,8 +21,6 @@ any multlib RPMs that are necessary.
 
 %prep
 %setup -q
-%patch0 -p1
-#%patch1 -p1
 
 %build
 %{__python} setup.py build
@@ -48,14 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
-* Tue May 24 2011 Bill Nottingham <notting at redhat.com> 0.5.21-4
-- re-enable deltas
-
-* Mon Apr  4 2011 Bill Nottingham <notting at redhat.com> 0.5.21-3
-- disable deltas (releng #4610)
-
-* Thu Feb 17 2011 Bill Nottingham <notting at redhat.com> 0.5.21-2
-- fix keys
+* Mon Feb 27 2011 Bill Nottingham <notting at redhat.com> 0.5.22-1
+- Add perl-libs whitelist
+- fix arm dependency checks (<dennis at ausil.us>)
+- fix key ordering
 
 * Tue Feb 10 2011 Bill Nottingham <notting at redhat.com> 0.5.21-1
 - update configs for F15 (<dennis at ausil.us>)
diff --git a/sources b/sources
index 11ae8a9..35bdf53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7eb3c4ecdb5fe18fef7a690bce96e41  mash-0.5.21.tar.gz
+a36aa1fbacab9c2602d6f3e2881d7302  mash-0.5.22.tar.gz


More information about the scm-commits mailing list