rpms/parrot/F-12 import.log, 1.1, 1.2 parrot.spec, 1.1, 1.2 sources, 1.1, 1.2 patch-1.5.0.ppc, 1.1, NONE

Gerd Pokorra gerd at fedoraproject.org
Tue Sep 15 18:17:12 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/parrot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1436/F-12

Modified Files:
	import.log parrot.spec sources 
Removed Files:
	patch-1.5.0.ppc 
Log Message:
update to parrot release 1.6.0



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	4 Sep 2009 14:28:33 -0000	1.1
+++ import.log	15 Sep 2009 18:17:12 -0000	1.2
@@ -1 +1,2 @@
 parrot-1_5_0-2_fc11:F-12:parrot-1.5.0-2.fc11.src.rpm:1252074189
+parrot-1_6_0-1_fc11:F-12:parrot-1.6.0-1.fc11.src.rpm:1253038484


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-12/parrot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- parrot.spec	4 Sep 2009 14:28:33 -0000	1.1
+++ parrot.spec	15 Sep 2009 18:17:12 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           parrot
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -8,14 +8,7 @@ URL:            http://www.parrot.org/
 
 Source0:        ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
 
-Patch1:         patch-1.5.0.ppc
-%ifarch %{ix86} x86_64 ppc64
 Patch0:         parrot-1.x.0.patch
-%else
-# The PowerPC-architecture
-Patch0:         patch-1.5.0.ppc
-%endif
-
 # patches file:           tools/dev/install_files.pl
 # It is responsible to have no subdirectory under pkgconfig.
 #
@@ -39,6 +32,7 @@ BuildRequires:  perl(Test::Simple)
 BuildRequires:  ctags
 BuildRequires:  openssl-devel
 BuildRequires:  flex
+BuildRequires:  bison
  
 
 %package docs
@@ -118,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} \
@@ -130,9 +128,7 @@ chmod +x %{__perl_provides}
     --optimize="$RPM_OPT_FLAGS" \
     --parrot_is_shared \
     --disable-rpath \
-    --lex=%{_bindir}/flex \
-    --yacc=%{_bindir}/yacc \
-    --libs='-lcurses -lm'
+    --lex=%{_bindir}/flex
 
 # The LD_LIBRARY_PATH hack is needed for "miniparrot"
 # to find his parrot-library in "blib/lib" 
@@ -287,21 +283,21 @@ 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
+- build only without the option '-O2' on ppc64
+
 * Sat Aug 22 2009 Tomas Mraz <tmraz at redhat.com> 1.5.0-2
 - rebuilt with new openssl
 
 * Fri Aug 21 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.5.0-1
-- new upstream version
+- add man pages
 
 * Sat Aug 1 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.4.0-9
-- ppc test included again
 - include the necessary module Parrot::OpLib::core
 - change the place of header files to /usr/include/parrot/<version>
 - install the files /usr/src/parrot/*
 
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
 * Tue Jul 21 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.4.0-1
 - add the new disable-rpath configure option
 
@@ -340,9 +336,6 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Dec 16 2008 Whiteknight <wknight8111 at gmail.com> 0.8.2
 - updated to 0.8.2
 
-* Tue Mar 18 2008 Bernhard Schmalhofer <Bernhard.Schmalhofer at gmx.de> 0.6.0
-- Update to 0.5.3.
-
 * Wed Feb 20 2008 Patrick Michaud <pmichaud at pobox.com> 0.5.3
 - Update to 0.5.3.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Sep 2009 14:28:33 -0000	1.1
+++ sources	15 Sep 2009 18:17:12 -0000	1.2
@@ -1 +1 @@
-f209c337b488bfa244520d38502ef330  parrot-1.5.0.tar.gz
+6fde2d91278a3990213c8671a0856e4a  parrot-1.6.0.tar.gz


--- patch-1.5.0.ppc DELETED ---




More information about the scm-commits mailing list