From 40f33bcfae0ff027f193dc1cc87c5a7c89ff64a2 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 04 2011 12:50:55 +0000 Subject: Merge branch 'f13' into f14 --- diff --git a/patch.spec b/patch.spec index 70b18ba..e64cf94 100644 --- a/patch.spec +++ b/patch.spec @@ -1,7 +1,7 @@ Summary: Utility for modifying/upgrading files Name: patch Version: 2.6.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: http://www.gnu.org/software/patch/patch.html Group: Development/Tools @@ -42,7 +42,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'` %endif %configure -make %{?smp_mflags} +make %{?_smp_mflags} %check make check @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue Jan 4 2011 Tim Waugh 2.6.1-6 +- Use smp_mflags correctly (bug #665770). + * Mon Aug 16 2010 Tim Waugh 2.6.1-5 - Another fix for the selinux patch (bug #618215).