OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Jul-2008 14:05:23
Branch: HEAD Handle: 2008070413052300
Modified files:
openpkg-src/parrot parrot.patch parrot.spec
Log:
upgrading package: parrot 0.6.1 -> 0.6.2
Summary:
Revision Changes Path
1.8 +13 -0 openpkg-src/parrot/parrot.patch
1.37 +4 -4 openpkg-src/parrot/parrot.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 parrot.patch
--- openpkg-src/parrot/parrot.patch 16 Apr 2008 07:20:11 -0000 1.7
+++ openpkg-src/parrot/parrot.patch 4 Jul 2008 12:05:23 -0000 1.8
@@ -45,3 +45,16 @@
libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)',
libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
libparrot_soname =>
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
+Index: src/packdump.c
+--- src/packdump.c.orig 2008-07-04 11:46:26 +0200
++++ src/packdump.c 2008-07-04 11:47:27 +0200
+@@ -36,8 +36,7 @@
+ __attribute__nonnull__(3);
+
+ static void pobj_flag_dump(PARROT_INTERP, ARGIN(long flags))
+- __attribute__nonnull__(1)
+- __attribute__nonnull__(2);
++ __attribute__nonnull__(1);
+
+ /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes
will be lost. */
+ /* HEADERIZER END: static */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 parrot.spec
--- openpkg-src/parrot/parrot.spec 16 Apr 2008 07:20:11 -0000 1.36
+++ openpkg-src/parrot/parrot.spec 4 Jul 2008 12:05:23 -0000 1.37
@@ -31,14 +31,14 @@
Class: EVAL
Group: Language
License: Artistic/GPL
-Version: 0.6.1
-Release: 20080416
+Version: 0.6.2
+Release: 20080704
# package options
%option with_icu no
# list of sources
-Source0:
http://www.cpan.org/authors/id/P/PA/PARTICLE/parrot-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CH/CHROMATIC/parrot-%{version}.tar.gz
Patch0: parrot.patch
# build information
@@ -63,7 +63,7 @@
%track
prog parrot = {
version = %{version}
- url = http://www.cpan.org/authors/id/P/PA/PARTICLE/
+ url = http://www.cpan.org/authors/id/C/CH/CHROMATIC/
regex = parrot-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]