rpms/parrot/devel import.log,1.14,1.15 parrot.spec,1.19,1.20

Gerd Pokorra gerd at fedoraproject.org
Tue Sep 22 11:24:28 UTC 2009


Author: gerd

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

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



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/import.log,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- import.log	15 Sep 2009 11:48:31 -0000	1.14
+++ import.log	22 Sep 2009 11:24:27 -0000	1.15
@@ -12,3 +12,4 @@ parrot-1_4_0-8_fc11:HEAD:parrot-1.4.0-8.
 parrot-1_5_0-1_fc11:HEAD:parrot-1.5.0-1.fc11.src.rpm:1250871327
 parrot-1_5_0-2_40969svn_fc11:HEAD:parrot-1.5.0-2.40969svn.fc11.src.rpm:1252076899
 parrot-1_6_0-1_fc11:HEAD:parrot-1.6.0-1.fc11.src.rpm:1253015088
+parrot-1_6_0-2_fc11:HEAD:parrot-1.6.0-2.fc11.src.rpm:1253618562


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- parrot.spec	15 Sep 2009 12:23:24 -0000	1.19
+++ parrot.spec	22 Sep 2009 11:24:28 -0000	1.20
@@ -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