[parrot/f14/master] update to 3.3.0

Gerd Pokorra gerd at fedoraproject.org
Tue Apr 26 04:10:23 UTC 2011


commit 1a3fb37eb475e941046665898f449e4d2a60d070
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   Tue Apr 26 06:10:10 2011 +0200

    update to 3.3.0

 .gitignore  |    1 +
 parrot.spec |   37 +++++++++++++++++++++++++------------
 sources     |    2 +-
 3 files changed, 27 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66d5276..62374a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ parrot-2.9.1.tar.gz
 /parrot.desk.in.tar.gz
 /parrot-2.11.0.tar.gz
 /parrot-3.0.0.tar.gz
+/parrot-3.3.0.tar.gz
diff --git a/parrot.spec b/parrot.spec
index 4f6afcc..157be73 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,5 +1,5 @@
 Name:           parrot
-Version:        3.0.0
+Version:        3.3.0
 Release:        1%{?dist}
 Summary:        A virtual machine
 License:        Artistic 2.0
@@ -51,7 +51,7 @@ BuildArch:      noarch
 Summary:        Parrot Virtual Machine development headers and libraries
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig, vim-common
+Requires:       vim-common
 
 #--
 
@@ -118,9 +118,9 @@ chmod +x %{__perl_provides}
 
 # 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
+#%%ifarch ppc64 ppc
+#    RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | %%{__perl} -pi -e 's/-O2//'`
+#%%endif
 
 %{__perl} Configure.pl \
     --prefix=%{_usr} \
@@ -129,19 +129,16 @@ chmod +x %{__perl_provides}
     --infodir=%{_datadir}/info \
     --mandir=%{_mandir} \
     --cc="%{__cc}" \
-    --cxx=%{__cxx} \
     --optimize="$RPM_OPT_FLAGS" \
     --parrot_is_shared \
     --disable-rpath \
-    --pkgconfigdir=pkgconfig \
     --lex=%{_bindir}/flex
 
 # The LD_LIBRARY_PATH hack is needed for "miniparrot"
 # to find his parrot-library in "blib/lib" 
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 
-# pbc_to_exe would not build if %%{_smp_mflags} would used
-make
+make %{_smp_mflags}
 make html pdf
 
 
@@ -293,7 +290,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/parrot
 %{_libdir}/libparrot.so
 %exclude %{_libdir}/libparrot.a
-%{_libdir}/pkgconfig/*
 %{_mandir}/man1/parrot_config.1.gz
 %{_mandir}/man1/parrot_debugger.1.gz
 %{_mandir}/man1/pbc_disassemble.1.gz
@@ -315,10 +311,27 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jan 28 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.0.0-1
-- updated to 3.0.0
+* Fri Apr 22 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.3.0-1
+- updated to 3.3.0
+- change to use make with _smp_mflags
+- remove pkgconfig depedency, configuration and files
+- remove configuration option: --cxx
+
+* Fri Apr 15 2011 Paul Howarth <paul at city-fan.org> 3.0.0-5
+- add provides filter for rpm 4.9 onwards
+
+* Mon Mar 07 2011 Caolán McNamara <caolanm at redhat.com> 3.0.0-4
+- rebuild for icu 4.6
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Jan 28 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.0.0-2
 - add Provides perl(Parrot::Pmc2c)
 
+* Wed Jan 19 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.0.0-1
+- updated to 3.0.0
+
 * Wed Dec 22 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.11.0-1
 - updated to 2.11.0
 - added BuildRequires perl(Devel::Cover), perl(JSON), procps
diff --git a/sources b/sources
index e8688a4..637aaae 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-fc1d88114636eff4fe7953de456cecfa  parrot-3.0.0.tar.gz
+335d50fbef245bfe6d0bb277e224c728  parrot-3.3.0.tar.gz
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list