rpms/parrot/F-12 parrot.spec,1.2,1.3

Gerd Pokorra gerd at fedoraproject.org
Tue Sep 29 12:30:02 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/parrot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21991

Modified Files:
	parrot.spec 
Log Message:
build without jitcapable; necessary for rakudo-rpm on ix86 at the moment


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-12/parrot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- parrot.spec	15 Sep 2009 18:17:12 -0000	1.2
+++ parrot.spec	29 Sep 2009 12:30:02 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           parrot
 Version:        1.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -128,7 +128,8 @@ chmod +x %{__perl_provides}
     --optimize="$RPM_OPT_FLAGS" \
     --parrot_is_shared \
     --disable-rpath \
-    --lex=%{_bindir}/flex
+    --lex=%{_bindir}/flex \
+    --jitcapable=0     # necessary for rakudo-rpm on ix86
 
 # The LD_LIBRARY_PATH hack is needed for "miniparrot"
 # to find his parrot-library in "blib/lib" 
@@ -283,9 +284,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Sep 15 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.6.0-1
-- new upstream version
+* Tue Sep 22 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.6.0-2
 - build only without the option '-O2' on ppc64
+- build without jitcapable; necessary for rakudo-rpm on ix86 at the moment
 
 * Sat Aug 22 2009 Tomas Mraz <tmraz at redhat.com> 1.5.0-2
 - rebuilt with new openssl




More information about the fedora-extras-commits mailing list