rpms/parrot/devel .cvsignore, 1.12, 1.13 parrot.patch, 1.2, 1.3 parrot.spec, 1.28, 1.29 sources, 1.13, 1.14

Gerd Pokorra gerd at fedoraproject.org
Tue Mar 16 11:53:52 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/parrot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28953

Modified Files:
	.cvsignore parrot.patch parrot.spec sources 
Log Message:
update to Parrot 2.2.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	19 Feb 2010 11:35:49 -0000	1.12
+++ .cvsignore	16 Mar 2010 11:53:51 -0000	1.13
@@ -1 +1 @@
-parrot-2.1.1.tar.gz
+parrot-2.2.0.tar.gz

parrot.patch:
 lib/Parrot/Install.pm      |   10 ++++++++++
 tools/dev/install_files.pl |    2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

Index: parrot.patch
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- parrot.patch	20 Jan 2010 12:20:49 -0000	1.2
+++ parrot.patch	16 Mar 2010 11:53:51 -0000	1.3
@@ -9,14 +9,6 @@
              return($filehash);
          },
      },
---- config/gen/makefiles/parrot_pc.in	2009-06-06 16:33:32.000000000 +0200
-+++ config/gen/makefiles/parrot_pc.in.new	2009-07-13 23:09:45.000000000 +0200
-@@ -7,4 +7,4 @@
- Description: virtual machine to execute bytecode for interpreted languages
- Version: @VERSION@
- Libs: -L${libdir} -lparrot @icu_shared@ @libs@
--Cflags: -I${includedir}
-+Cflags: -I${includedir}@versiondir@
 --- lib/Parrot/Install.pm	2009-06-01 09:29:57.000000000 +0200
 +++ lib/Parrot/Install.pm	2009-06-03 08:41:22.000000000 +0200
 @@ -220,6 +220,16 @@


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- parrot.spec	12 Mar 2010 09:16:14 -0000	1.28
+++ parrot.spec	16 Mar 2010 11:53:51 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           parrot
-Version:        2.1.1
-Release:        3%{?dist}
+Version:        2.2.0
+Release:        1%{?dist}
 Summary:        a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -12,9 +12,6 @@ Patch0:         parrot.patch
 # patched file:           tools/dev/install_files.pl
 # It is responsible to have no subdirectory under pkgconfig.
 #
-# patched file:           config/gen/makefiles/parrot_pc.in
-# So "pkg-config parrot --cflags" works correct
-#
 # see for upstream:       https://trac.parrot.org/parrot/ticket/509
 # patched file:           lib/Parrot/Install.pm
 # is to have the symlink:    libparrot.so  ->  libparrot.so.%{version}
@@ -149,9 +146,7 @@ rm -rf $RPM_BUILD_ROOT
 # to find his parrot-library in "blib/lib" 
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 
-# install-dev: Same as 'install' taget but also install support for 
-#              language development 
-make install-dev DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 # Creating man-pages
 %{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
@@ -261,6 +256,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_bindir}/parrot_config
 %{_bindir}/parrot_debugger
+%{_bindir}/parrot_nci_thunk_gen
 %{_bindir}/parrot-nqp
 %{_bindir}/pbc_disassemble
 %{_bindir}/pbc_merge
@@ -287,17 +283,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Mar 12 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.1.1-3
-- updated the source to 2.1.1
-- rebuild with newer version of gdbm
+* Tue Mar 16 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.2.0-1
+- updated to 2.2.0
+- add the parrot_nci_thunk_gen binary
 
 * Wed Jan 20 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.0.0-1
 - new upstream version
 - add the parrot-nqp binary, with generating of the man-page
 
-* Sat Aug 22 2009 Tomas Mraz <tmraz at redhat.com> 1.5.0-2
-- rebuilt with new openssl
-
 * Fri Aug 21 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.5.0-1
 - add man pages
 
@@ -315,7 +308,6 @@ rm -rf $RPM_BUILD_ROOT
 - change the group of the subpackage "-docs" to Documentation
 - put the main-documentation from the docs-package to the main package
 - LICENSE file added
-- change 'make install' to 'make install-dev' to also install support for development (tools)
 - add Provides-lines
 - add patch for the file "tools/dev/install_files.pl"
 - add commands to reduce output of errors when using rpmlint
@@ -335,7 +327,6 @@ rm -rf $RPM_BUILD_ROOT
 - updated to 1.0.0
 
 * Tue Jan 23 2009 Reini Urban <rurban at x-ray.at> 0.9.0
-- added make installable
 - added parrot_utils to devel
 
 * Tue Dec 16 2008 Whiteknight <wknight8111 at gmail.com> 0.8.2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	19 Feb 2010 11:35:50 -0000	1.13
+++ sources	16 Mar 2010 11:53:51 -0000	1.14
@@ -1 +1 @@
-fee8e22fad229fdc493431a2b75f038d  parrot-2.1.1.tar.gz
+f1ecfe948a6f096bb880c54e9f920b28  parrot-2.2.0.tar.gz



More information about the scm-commits mailing list