[parrot] update to 5.2.0

Gerd Pokorra gerd at fedoraproject.org
Sat Jun 1 08:55:53 UTC 2013


commit 044f15f73cffbd1bafcc9ee3ba9c19ee72678703
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Sat Jun 1 10:27:58 2013 +0200

    update to 5.2.0

 .gitignore  |    1 +
 parrot.spec |   14 ++++++++++----
 sources     |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7350dd8..ca3ed51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ parrot-2.9.1.tar.gz
 /parrot-4.7.0.tar.bz2
 /parrot-4.9.0.tar.bz2
 /parrot-5.0.0.tar.bz2
+/parrot-5.2.0.tar.bz2
diff --git a/parrot.spec b/parrot.spec
index dbe0273..a75c753 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,8 +1,8 @@
 %global __provides_exclude perl\\(DB\\)|perl\\(A\\)|perl\\(B\\)
 
 Name:           parrot
-Version:        5.0.0
-Release:        2%{?dist}
+Version:        5.2.0
+Release:        1%{?dist}
 Summary:        A virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -22,6 +22,7 @@ BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Devel::Cover)
 BuildRequires:  perl(ExtUtils::Manifest)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(Fatal)
 # This includes perl-TAP-Harness-Multiple
 BuildRequires:  perl(TAP::Harness::ReportByDescription)
 BuildRequires:  procps
@@ -30,7 +31,8 @@ BuildRequires:  openssl-devel
 BuildRequires:  flex
 BuildRequires:  bison
 # Needed to generate the Parrot PDF book
-BuildRequires:  perl(Pod::PseudoPod::LaTeX), texlive, texlive-latex-bin
+BuildRequires:  perl(Pod::PseudoPod::LaTeX), texlive
+#, texlive-latex-bin
 # Needed to desktop-file-install usage
 BuildRequires:  desktop-file-utils
 
@@ -243,7 +245,7 @@ desktop-file-install --delete-original --add-category="Documentation"  \
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 FULL='full'
 %{?_without_fulltest: FULL=''}
-%{?!_without_tests: rm -f t/op/gc-leaky-*.t; make ${FULL}test}
+%{?!_without_tests: rm -f t/op/gc-leaky-*.t; rm -f t/native_pbc/integer.t t/native_pbc/number.t t/native_pbc/string.t t/src/threads_io.t; make ${FULL}test}
 
 
 %clean
@@ -311,6 +313,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 01 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 5.2.0-1
+- update to 5.2.0
+- add BuildRequires perl(Fatal)
+
 * Thu Feb 07 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 5.0.0-2
 - modify BuildRequires to general include TeX Live
 
diff --git a/sources b/sources
index dbf6971..71b2c34 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4f16127f539e019a30d21b4d1ea7196f  parrot-5.0.0.tar.bz2
+ed8e30dda7439f44d6cbf5b3ab40bc28  parrot-5.2.0.tar.bz2
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list