[parrot] update to 3.0.0

Gerd Pokorra gerd at fedoraproject.org
Wed Jan 19 14:19:33 UTC 2011


commit bfe53fe1ab683beb4f18efd71ed6e01c15320899
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   Wed Jan 19 15:19:20 2011 +0100

    update to 3.0.0

 .gitignore  |    1 +
 parrot.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05554db..66d5276 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ parrot-2.9.1.tar.gz
 /parrot-2.10.1.tar.gz
 /parrot.desk.in.tar.gz
 /parrot-2.11.0.tar.gz
+/parrot-3.0.0.tar.gz
diff --git a/parrot.spec b/parrot.spec
index f1af283..64c22a4 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,12 +1,12 @@
 Name:           parrot
-Version:        2.11.0
+Version:        3.0.0
 Release:        1%{?dist}
 Summary:        A virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://www.parrot.org/
 
-Source0:        ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
+Source0:        ftp://ftp.parrot.org/pub/parrot/releases/stable/%{version}/parrot-%{version}.tar.gz
 Source1:        %{name}.desk.in.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -18,6 +18,7 @@ BuildRequires:  libicu-devel
 BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Devel::Cover)
+BuildRequires:  perl(JSON)
 BuildRequires:  procps
 BuildRequires:  ctags
 BuildRequires:  openssl-devel
@@ -263,7 +264,6 @@ 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
@@ -314,9 +314,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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), procps
+- added BuildRequires perl(Devel::Cover), perl(JSON), 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 476cf1c..e8688a4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-17d68f8ce9a11857660a240208d0f8da  parrot-2.11.0.tar.gz
+fc1d88114636eff4fe7953de456cecfa  parrot-3.0.0.tar.gz
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list