rpms/parrot/F-11 parrot.spec,1.8,1.9

Gerd Pokorra gerd at fedoraproject.org
Tue Aug 4 02:56:16 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/parrot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32131

Modified Files:
	parrot.spec 
Log Message:
update to 1.4.0-8; handling of module "Parrot::OpLib::core" is changed


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-11/parrot.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- parrot.spec	3 Aug 2009 16:25:03 -0000	1.8
+++ parrot.spec	4 Aug 2009 02:56:15 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           parrot
 Version:        1.4.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -98,7 +98,7 @@ Parrot Virtual Machine development files
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* | %{__sed} -e '/perl(A)/d' -e '/perl(B)/d' \
-                             -e '/perl(DB)/d' -e '/perl(Parrot::OpLib::core)/d'
+                            -e '/perl(DB)/d' -e '/perl(Parrot::OpLib::core)/d'
 EOF
 
 %global __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov
@@ -270,7 +270,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Aug 1 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.4.0-7
+* Sat Aug 1 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.4.0-8
 - include the necessary module Parrot::Oplib::core
 - change the place of header files to /usr/include/parrrot/<version>
 - install the files /usr/src/parrot/*




More information about the fedora-extras-commits mailing list