[parrot] update to 4.7.0

Gerd Pokorra gerd at fedoraproject.org
Mon Sep 3 08:04:04 UTC 2012


commit 5d6df3ab6320e3ab5020e4d98b8ee734464d81e5
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Mon Sep 3 09:56:33 2012 +0200

    update to 4.7.0

 .gitignore  |    1 +
 parrot.spec |   10 +++++++---
 sources     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d75c434..dcd5a6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ parrot-2.9.1.tar.gz
 /parrot-3.6.0.tar.gz
 /parrot-3.9.0.tar.gz
 /parrot-4.6.0.tar.bz2
+/parrot-4.7.0.tar.bz2
diff --git a/parrot.spec b/parrot.spec
index 3c2bff9..cf21d31 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,14 +1,14 @@
 %global __provides_exclude perl\\(DB\\)|perl\\(A\\)|perl\\(B\\)
 
 Name:           parrot
-Version:        4.6.0
+Version:        4.7.0
 Release:        1%{?dist}.1
 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.bz2
+Source0:        ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.bz2
 Source1:        %{name}.desk.in.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -239,9 +239,10 @@ desktop-file-install --delete-original --add-category="Documentation"  \
 %check
 # 'make fulltest' is done by default; it take a lot of time
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
+rm -f t/op/gc-leaky-box.t t/op/gc-leaky-call.t
 FULL='full'
 %{?_without_fulltest: FULL=''}
-#%{?!_without_tests: make ${FULL}test; rm -f docs/doc-prep}
+%{?!_without_tests: make ${FULL}test; rm -f docs/doc-prep}
 
 
 %clean
@@ -303,6 +304,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 03 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> - 4.7.0-1.1
+- updated to 4.7.0
+
 * Mon Aug 06 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> - 4.6.0-1.1
 - updated to 4.6.0
 - replace README by README.pod
diff --git a/sources b/sources
index 84891a3..6f55ec2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2acdf1855baf04f07bac6d6e307dcd0d  parrot-4.6.0.tar.bz2
+c9c0b91ef014c3f501b8bd6a92792dfc  parrot-4.7.0.tar.bz2
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list