[parrot/f13/master] update to new source

Gerd Pokorra gerd at fedoraproject.org
Mon Jan 3 08:51:02 UTC 2011


commit 488eca5d7e0d67a9039a2228065d917848831118
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   Mon Jan 3 09:50:52 2011 +0100

    update to new source

 .gitignore  |    5 ++++-
 parrot.spec |   16 +++++++++++++---
 sources     |    2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eca4720..05554db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
-parrot.desk.in.tar.gz
 parrot-2.6.0.tar.gz
+parrot.desk.in.tar.gz
 /parrot-2.7.0.tar.gz
 parrot-2.8.0.tar.gz
+parrot-2.9.1.tar.gz
 /parrot-2.10.1.tar.gz
+/parrot.desk.in.tar.gz
+/parrot-2.11.0.tar.gz
diff --git a/parrot.spec b/parrot.spec
index b2fd4d3..f1af283 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,5 +1,5 @@
 Name:           parrot
-Version:        2.10.1
+Version:        2.11.0
 Release:        1%{?dist}
 Summary:        A virtual machine
 License:        Artistic 2.0
@@ -17,6 +17,8 @@ BuildRequires:  gdbm-devel
 BuildRequires:  libicu-devel
 BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::Simple)
+BuildRequires:  perl(Devel::Cover)
+BuildRequires:  procps
 BuildRequires:  ctags
 BuildRequires:  openssl-devel
 BuildRequires:  flex
@@ -25,6 +27,12 @@ BuildRequires:  bison
 BuildRequires:  perl(Pod::PseudoPod::LaTeX), texlive-latex
 # Needed to desktop-file-install usage
 BuildRequires:  desktop-file-utils
+
+
+# Needs to build with OpenGL
+#BuildRequires:  mesa-libGL
+#BuildRequires:  mesa-libGLU-devel
+#BuildRequires:  freeglut-devel
  
 
 %package docs
@@ -255,6 +263,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README
 %doc RESPONSIBLE_PARTIES TODO LICENSE
+%doc README.deutsch README.espanol README.polski
 %{_bindir}/parrot
 %{_libdir}/parrot/
 %exclude %{_libdir}/parrot/%{version}/tools
@@ -305,8 +314,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Nov 25 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.10.1-1
-- updated to 2.10.1
+* 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), procps
 
 * Wed Jul 21 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.6.0-1
 - updated to 2.6.0
diff --git a/sources b/sources
index dc7f50f..476cf1c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-da06d9d852cfd6cde7cd256c5a4d2244  parrot-2.10.1.tar.gz
+17d68f8ce9a11857660a240208d0f8da  parrot-2.11.0.tar.gz
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list