[parrot/f14/master] update to current parrot (3.0.0)

Gerd Pokorra gerd at fedoraproject.org
Sat Jan 29 03:40:45 UTC 2011


commit 6da83f626b8c1fa761f3305e7bd9af1c92adc85a
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   Sat Jan 29 04:40:36 2011 +0100

    update to current parrot (3.0.0)

 .gitignore  |    1 +
 parrot.spec |   13 +++++++++----
 sources     |    2 +-
 3 files changed, 11 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..4f6afcc 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
@@ -63,6 +64,7 @@ Requires:       perl(File::Which) >= 0.05
 Requires:       perl(Parrot::OpLib::core)
 # It is necessary to have installed the package "perl-Perl-Critic" to install
 # the parrot-tools
+Provides:       perl(Parrot::Pmc2c) = %{version}
 Provides:       perl(Parrot::Pmc2c::MethodEmitter) = %{version}
 Provides:       perl(Parrot::Pmc2c::PCCMETHOD_BITS) = %{version}
 Provides:       perl(Parrot::Pmc2c::PMCEmitter) = %{version}
@@ -263,7 +265,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 +315,13 @@ 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
+- add Provides perl(Parrot::Pmc2c)
+
 * 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