[parrot] switch back to parrot-3.6.0

Gerd Pokorra gerd at fedoraproject.org
Mon Oct 31 17:35:37 UTC 2011


commit 75dbe229d30e834a3625c8ad35cfbae525fbb232
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Mon Oct 31 18:28:47 2011 +0100

    switch back to parrot-3.6.0

 parrot.spec |   20 +++++++++++---------
 sources     |    2 +-
 2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/parrot.spec b/parrot.spec
index b6c1a86..6099305 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -1,6 +1,6 @@
 Name:           parrot
-Version:        3.9.0
-Release:        1%{?dist}.1
+Version:        3.6.0
+Release:        2%{?dist}.1
 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' \
+for var in 'parrot docs/running.pod' 'parrot_debugger src/parrot_debugger.c' \
            '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 PBC_COMPAT PLATFORMS README
+%doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README
 %doc RESPONSIBLE_PARTIES TODO LICENSE
 %{_bindir}/parrot
 %{_libdir}/parrot/
@@ -278,6 +278,7 @@ 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
@@ -291,6 +292,7 @@ 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
@@ -310,12 +312,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Oct 26 2011 Marcela Mašláňová <mmaslano at redhat.com> - 3.9.0-1.1
-- rebuild with new gmp without compat lib
+* Wed Oct 12 2011 Peter Schiffer <pschiffe at redhat.com> - 3.6.0-2.1
+- rebuild with new gmp
 
-* 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 Sep 09 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.6.0-2
+- rebuild with new icu
 
 * Fri Aug 05 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 3.6.0-1
 - updated to 3.6.0
@@ -383,6 +384,7 @@ 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 327c848..81158ab 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b6f12286a69ab3f1bb2d1165829d3000  parrot-3.9.0.tar.gz
+6e7a1d84ff3fb2213a70673671ace6df  parrot-3.6.0.tar.gz
 63344e357df345da0e91cdeb43bc1610  parrot.desk.in.tar.gz


More information about the scm-commits mailing list