rpms/parrot/devel import.log,1.5,1.6 parrot.spec,1.5,1.6

Gerd Pokorra gerd at fedoraproject.org
Wed Jul 22 16:31:51 UTC 2009


Author: gerd

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

Modified Files:
	import.log parrot.spec 
Log Message:
update to 1.4.0-3



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	21 Jul 2009 16:54:33 -0000	1.5
+++ import.log	22 Jul 2009 16:31:51 -0000	1.6
@@ -3,3 +3,4 @@ parrot-1_1_0-1_38922svn_fc10:HEAD:parrot
 parrot-1_2_0-1_fc11:HEAD:parrot-1.2.0-1.fc11.src.rpm:1243357683
 parrot-1_3_0-1_39897svn_fc10:HEAD:parrot-1.3.0-1.39897svn.fc10.src.rpm:1246881189
 parrot-1_4_0-1_fc11:HEAD:parrot-1.4.0-1.fc11.src.rpm:1248194953
+parrot-1_4_0-3_fc11:HEAD:parrot-1.4.0-3.fc11.src.rpm:1248279950


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- parrot.spec	21 Jul 2009 16:54:33 -0000	1.5
+++ parrot.spec	22 Jul 2009 16:31:51 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           parrot
 Version:        1.4.0
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -113,9 +113,9 @@ chmod +x %{__perl_provides}
 %ifarch %{ix86} x86_64
     RPM_OPT_FLAGS="$RPM_OPT_FLAGS -maccumulate-outgoing-args"
 %else
-# PowerPC, not all optimize-options work with the PowerPC-architecture
-# the PGE don't build with the optimize="-O2" option on PowerPC
-    RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | %{__perl} -pi -e 's/-O2//'`
+# The PowerPC-architecture do not build with the '-maccumulate-outgoing-args'
+# option.
+    RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
 
 %{__perl} Configure.pl \
@@ -234,8 +234,10 @@ rm -rf $RPM_BUILD_ROOT%{_usr}/config \
 # 'make fulltest' is done by default; it take a lot of time
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 FULL='full'
+%ifnarch ppc ppc64
 %{?_without_fulltest: FULL=''}
 %{?!_without_tests: make ${FULL}test}
+%endif
 
 
 %clean
@@ -360,7 +362,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Sat Mar 10 2007 Steven Pritchard <steve at kspei.com> 0.4.9-1
 - Update to 0.4.9.
-- BR ncurses-devel.
+- BuildRequires ncurses-devel.
 - For some reason now I need to force -lm too.
 - Remove some files/directories that shouldn't be included.
 
@@ -381,7 +383,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Tue Jun 27 2006 Steven Pritchard <steve at kspei.com> 0.4.5-2
 - Add -lcurses to get readline detection to work.
-- BR libicu-devel.
+- Add BuildRequires libicu-devel.
 
 * Tue Mar 18 2003 Steve Fink <sfink at foxglove.localdomain> 0.0.11
 - first .spec file created




More information about the fedora-extras-commits mailing list