rpms/parrot/EL-6 parrot.spec,1.8,1.9 sources,1.6,1.7

Gerd Pokorra gerd at fedoraproject.org
Wed May 19 11:35:24 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/parrot/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9343

Modified Files:
	parrot.spec sources 
Log Message:
Update to 2.4.0


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/EL-6/parrot.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- parrot.spec	21 Apr 2010 08:45:21 -0000	1.8
+++ parrot.spec	19 May 2010 11:35:24 -0000	1.9
@@ -1,12 +1,12 @@
 Name:           parrot
-Version:        2.3.0
+Version:        2.4.0
 Release:        1%{?dist}
 Summary:        a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://www.parrot.org/
 
-Source0:        ftp://ftp.parrot.org/pub/parrot/releases/stable/%{version}/parrot-%{version}.tar.gz
+Source0:        ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
 Source1:        %{name}.desk.in.tar.gz
 
 Patch0:         parrot.patch
@@ -115,8 +115,9 @@ chmod +x %{__perl_provides}
     RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
 
-# there are problems in this version with the optimize="-O2" option on ppc64
-%ifarch ppc64
+# there are problems in this version with the optimize="-O2" option building on
+# ppc64 and ppc with nqp-rx
+%ifarch ppc64 ppc
     RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | %{__perl} -pi -e 's/-O2//'`
 %endif
 
@@ -276,11 +277,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/parrot_debugger
 %{_bindir}/parrot_nci_thunk_gen
 %{_bindir}/parrot-nqp
+%{_bindir}/parrot-prove
 %{_bindir}/pbc_disassemble
 %{_bindir}/pbc_merge
 %{_bindir}/pbc_to_exe
 %{_bindir}/pbc_dump
-%{_bindir}/tapir
 %{_includedir}/parrot
 %{_libdir}/libparrot.so
 %exclude %{_libdir}/libparrot.a
@@ -302,12 +303,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 19 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.4.0-1
+- updated to 2.4.0
+- add the parrot-prove binary
+
 * Tue Apr 20 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.3.0-1
-- updated to 2.3.0
 - add desktop files to access the documentation for reading
-- add the tapir binary
-
-* Tue Mar 16 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.2.0-1
 - add the parrot_nci_thunk_gen binary
 
 * Wed Jan 20 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.0.0-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/EL-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	21 Apr 2010 08:45:21 -0000	1.6
+++ sources	19 May 2010 11:35:24 -0000	1.7
@@ -1,2 +1,2 @@
-3208c996b95e970ccf4fa6d70bda588e  parrot-2.3.0.tar.gz
+596c62109f80e1c4b6a5919553dc801b  parrot-2.4.0.tar.gz
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz



More information about the scm-commits mailing list