rpms/coccinelle/devel coccinelle.spec,1.5,1.6

Richard W.M. Jones rjones at fedoraproject.org
Fri May 22 11:57:06 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/coccinelle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15991

Modified Files:
	coccinelle.spec 
Log Message:
Segfaults on PPC64, so added to ExcludeArch.


Index: coccinelle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coccinelle/devel/coccinelle.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- coccinelle.spec	22 May 2009 11:44:19 -0000	1.5
+++ coccinelle.spec	22 May 2009 11:56:36 -0000	1.6
@@ -8,14 +8,14 @@
 
 Name:           coccinelle
 Version:        0.1.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
 License:        GPLv2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExcludeArch:    sparc64 s390 s390x
+ExcludeArch:    sparc64 s390 s390x ppc64
 
 URL:            http://www.emn.fr/x-info/coccinelle/
 Source0:        http://www.emn.fr/x-info/coccinelle/distrib/%{name}-%{version}.tgz
@@ -156,9 +156,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri May 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1.8-3
+* Fri May 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1.8-4
 - New upstream version 0.1.8.
 - Include patch from Debian to fix CVE-2009-1753 (RHBZ#502174).
+- Segfaults on PPC64, so added to ExcludeArch.
 
 * Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x at lists.fedoraproject.org>
 - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs




More information about the scm-commits mailing list