[parrot] update to source 3.9.0

Gerd Pokorra gerd at fedoraproject.org
Fri Oct 21 06:39:21 UTC 2011


commit 82ca4283dbb8118c45b3de5299fbfa74100c25ed
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Fri Oct 21 08:33:29 2011 +0200

    update to source 3.9.0

 .gitignore  |    1 +
 parrot.spec |   19 +++++++------------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7bbefc..7e19cc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ parrot-2.9.1.tar.gz
 /parrot-3.0.0.tar.gz
 /parrot-3.3.0.tar.gz
 /parrot-3.6.0.tar.gz
+/parrot-3.9.0.tar.gz
diff --git a/parrot.spec b/parrot.spec
index 6099305..583531e 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,6 +1,6 @@
 Name:           parrot
-Version:        3.6.0
-Release:        2%{?dist}.1
+Version:        3.9.0
+Release:        1%{?dist}
 Summary:        A virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -161,7 +161,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 # Creating man-pages
 %{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
-for var in 'parrot docs/running.pod' 'parrot_debugger src/parrot_debugger.c' \
+for var in 'parrot docs/running.pod' \
            'pbc_disassemble src/pbc_disassemble.c' 'pbc_dump src/pbc_dump.c' \
            'pbc_merge src/pbc_merge.c' 'pbc_to_exe tools/dev/pbc_to_exe.pir' \
            'parrot_config tools/build/parrot_config_c.pl' \
@@ -260,7 +260,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README
+%doc ChangeLog CREDITS PBC_COMPAT PLATFORMS README
 %doc RESPONSIBLE_PARTIES TODO LICENSE
 %{_bindir}/parrot
 %{_libdir}/parrot/
@@ -278,7 +278,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/parrot_config
-%{_bindir}/parrot_debugger
 %{_bindir}/parrot_nci_thunk_gen
 %{_bindir}/parrot-nqp
 %{_bindir}/parrot-prove
@@ -292,7 +291,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libparrot.so
 %exclude %{_libdir}/libparrot.a
 %{_mandir}/man1/parrot_config.1.gz
-%{_mandir}/man1/parrot_debugger.1.gz
 %{_mandir}/man1/pbc_disassemble.1.gz
 %{_mandir}/man1/pbc_merge.1.gz
 %{_mandir}/man1/pbc_to_exe.1.gz
@@ -312,11 +310,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Oct 12 2011 Peter Schiffer <pschiffe at redhat.com> - 3.6.0-2.1
-- rebuild with new gmp
-
-* Fri Sep 09 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.6.0-2
-- rebuild with new icu
+* Wed Oct 18 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> - 3.9.0-1
+- updated to 3.9.0
+- remove NEWS parrot_debugger
 
 * Fri Aug 05 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.6.0-1
 - updated to 3.6.0
@@ -384,7 +380,6 @@ rm -rf $RPM_BUILD_ROOT
 - put the main-documentation from the docs-package to the main package
 - LICENSE file added
 - add Provides-lines
-- add patch for the file "tools/dev/install_files.pl"
 - add commands to reduce output of errors when using rpmlint
 - define RPM_PAR_LIB_DIR added
 - add subpackage "tools"
diff --git a/sources b/sources
index 81158ab..327c848 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6e7a1d84ff3fb2213a70673671ace6df  parrot-3.6.0.tar.gz
+b6f12286a69ab3f1bb2d1165829d3000  parrot-3.9.0.tar.gz
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list