From 50c6853b659d343d9a64f4dbf0865f97ba793d4b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jun 23 2009 15:33:11 +0000 Subject: 0.5.7 --- diff --git a/.cvsignore b/.cvsignore index 70b684b..63069d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mash-0.5.6.tar.gz +mash-0.5.7.tar.gz diff --git a/0001-Add-the-F11-Test-key-to-the-rawhide-config.patch b/0001-Add-the-F11-Test-key-to-the-rawhide-config.patch deleted file mode 100644 index 4e60189..0000000 --- a/0001-Add-the-F11-Test-key-to-the-rawhide-config.patch +++ /dev/null @@ -1,25 +0,0 @@ -From fe6ba67e6cb51608549b7e08f3566a47afb07a0e Mon Sep 17 00:00:00 2001 -From: Jesse Keating -Date: Mon, 9 Mar 2009 22:32:54 -0700 -Subject: [PATCH] Add the F11 Test key to the rawhide config - ---- - configs/rawhide.mash | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configs/rawhide.mash b/configs/rawhide.mash -index b1814c4..4e67fc8 100644 ---- a/configs/rawhide.mash -+++ b/configs/rawhide.mash -@@ -10,7 +10,7 @@ multilib_method = devel - tag = dist-rawhide - inherit = True - strict_keys = False --keys = 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9 -+keys = D22E77F2, 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9 - repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/%(arch)s/os/ - repoviewtitle = "Fedora Rawhide - %(arch)s" - arches = i386 x86_64 ppc ppc64 --- -1.6.1.3 - diff --git a/mash.spec b/mash.spec index 6910467..41fc384 100644 --- a/mash.spec +++ b/mash.spec @@ -1,13 +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.6 +Version: 0.5.7 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL URL: http://people.redhat.com/notting/mash/ Source0: http://people.redhat.com/notting/mash/%{name}-%{version}.tar.gz +Patch: mash-debug.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: yum, createrepo, koji Conflicts: pungi < 1.0.0 @@ -21,6 +22,7 @@ any multlib RPMs that are necessary. %prep %setup -q +%patch -p1 %build %{__python} setup.py build @@ -44,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Tue Jun 23 2009 Bill Nottingham 0.5.7-1 +- when using previous runs for deltas, only look in the appropriate arch dirs +- wine multilib fixes + * Mon Jun 22 2009 Bill Nottingham 0.5.6-1 - more gtk2 multilib (#507165) - minor transaction speedups diff --git a/sources b/sources index ffee6ba..0dcae61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19d0575cd3fa9f704d3916ed95ef3cfd mash-0.5.6.tar.gz +7938a2b8f8b70c3a0cefc67e12935bcc mash-0.5.7.tar.gz