From 05d2803b0d1807612835047c0b49da935f13ab54 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Remove +x permissions on COPYING file. --- expat/mingw32-expat.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/expat/mingw32-expat.spec b/expat/mingw32-expat.spec index 5ca4b1c..fe5f4ea 100644 --- a/expat/mingw32-expat.spec +++ b/expat/mingw32-expat.spec @@ -6,7 +6,7 @@ Name: mingw32-expat Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of expat XML parser library License: MIT @@ -39,6 +39,8 @@ rm -rf autom4te*.cache cp `aclocal --print-ac-dir`/libtool.m4 conftools || exit 1 libtoolize --copy --force --automake && aclocal && autoheader && autoconf +chmod -x COPYING + %build %{_mingw32_configure} @@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 9 2009 Richard W.M. Jones - 2.0.1-4 +- Remove +x permissions on COPYING file. + * Fri Feb 20 2009 Richard W.M. Jones - 2.0.1-3 - Rebuild for mingw32-gcc 4.4 -- 1.8.3.1