rpms/parrot/devel .cvsignore, 1.7, 1.8 import.log, 1.13, 1.14 parrot.spec, 1.17, 1.18 sources, 1.8, 1.9

Gerd Pokorra gerd at fedoraproject.org
Tue Sep 15 11:48:31 UTC 2009


Author: gerd

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

Modified Files:
	.cvsignore import.log parrot.spec sources 
Log Message:
update to parrot release 1.6.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	21 Aug 2009 16:18:02 -0000	1.7
+++ .cvsignore	15 Sep 2009 11:48:30 -0000	1.8
@@ -1 +1 @@
-parrot-1.5.0.tar.gz
+parrot-1.6.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/import.log,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- import.log	4 Sep 2009 15:11:24 -0000	1.13
+++ import.log	15 Sep 2009 11:48:31 -0000	1.14
@@ -11,3 +11,4 @@ parrot-1_4_0-6_fc11:HEAD:parrot-1.4.0-6.
 parrot-1_4_0-8_fc11:HEAD:parrot-1.4.0-8.fc11.src.rpm:1249350002
 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


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- parrot.spec	4 Sep 2009 15:11:24 -0000	1.17
+++ parrot.spec	15 Sep 2009 11:48:31 -0000	1.18
@@ -1,14 +1,12 @@
 Name:           parrot
-Version:        1.5.0
-Release:        2.40969svn%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://www.parrot.org/
 
-ExcludeArch:ppc64
-
-Source0:        ftp://ftp.parrot.org/pub/parrot/releases/SVN-checkout/%{version}/parrot-%{version}.tar.gz
+Source0:        ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
 
 Patch0:         parrot-1.x.0.patch
 # patches file:           tools/dev/install_files.pl
@@ -114,6 +112,10 @@ chmod +x %{__perl_provides}
 # option.
     RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
+%ifarch ppc64
+# the TGE don't build with this version with the optimize="-O2" option on ppc64
+    RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | %{__perl} -pi -e 's/-O2//'`
+%endif
 
 %{__perl} Configure.pl \
     --prefix=%{_usr} \
@@ -126,8 +128,7 @@ chmod +x %{__perl_provides}
     --optimize="$RPM_OPT_FLAGS" \
     --parrot_is_shared \
     --disable-rpath \
-    --lex=%{_bindir}/flex \
-    --libs='-lcurses -lm'
+    --lex=%{_bindir}/flex
 
 # The LD_LIBRARY_PATH hack is needed for "miniparrot"
 # to find his parrot-library in "blib/lib" 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	4 Sep 2009 15:11:25 -0000	1.8
+++ sources	15 Sep 2009 11:48:31 -0000	1.9
@@ -1 +1 @@
-3484552ba01980c1a397141b01c7351b  parrot-1.5.0.tar.gz
+6fde2d91278a3990213c8671a0856e4a  parrot-1.6.0.tar.gz




More information about the scm-commits mailing list