rpms/parrot/devel .cvsignore, 1.14, 1.15 parrot.spec, 1.31, 1.32 sources, 1.15, 1.16

Gerd Pokorra gerd at fedoraproject.org
Wed May 19 10:33:08 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/parrot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3605

Modified Files:
	.cvsignore parrot.spec sources 
Log Message:
update to the new source 2.4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	21 Apr 2010 10:24:38 -0000	1.14
+++ .cvsignore	19 May 2010 10:33:08 -0000	1.15
@@ -1,2 +1,2 @@
-parrot-2.3.0.tar.gz
+parrot-2.4.0.tar.gz
 parrot.desk.in.tar.gz


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- parrot.spec	21 Apr 2010 10:24:38 -0000	1.31
+++ parrot.spec	19 May 2010 10:33:08 -0000	1.32
@@ -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/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	21 Apr 2010 10:24:39 -0000	1.15
+++ sources	19 May 2010 10:33:08 -0000	1.16
@@ -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