r51411 - in /branches/upstream/libunicode-map8-perl/current: Changes MANIFEST META.yml Map8.pm Map8.xs map8.h map8x.c umap

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 24 06:15:19 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 24 06:15:04 2010
New Revision: 51411

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51411
Log:
[svn-upgrade] Integrating new upstream version, libunicode-map8-perl (0.13+dfsg)

Added:
    branches/upstream/libunicode-map8-perl/current/META.yml
Modified:
    branches/upstream/libunicode-map8-perl/current/Changes
    branches/upstream/libunicode-map8-perl/current/MANIFEST
    branches/upstream/libunicode-map8-perl/current/Map8.pm
    branches/upstream/libunicode-map8-perl/current/Map8.xs
    branches/upstream/libunicode-map8-perl/current/map8.h
    branches/upstream/libunicode-map8-perl/current/map8x.c
    branches/upstream/libunicode-map8-perl/current/umap

Modified: branches/upstream/libunicode-map8-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/Changes?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/Changes (original)
+++ branches/upstream/libunicode-map8-perl/current/Changes Sun Jan 24 06:15:04 2010
@@ -1,3 +1,13 @@
+2010-01-18   Gisle Aas <gisle at ActiveState.com>
+
+   Release 0.13
+
+   Header order tweak to make it compile with Strawberry Perl [RT#50443]
+
+   Get rid of CVS artifacts
+
+
+
 2002-12-27   Gisle Aas <gisle at ActiveState.com>
 
    Release 0.12

Modified: branches/upstream/libunicode-map8-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/MANIFEST?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/MANIFEST (original)
+++ branches/upstream/libunicode-map8-perl/current/MANIFEST Sun Jan 24 06:15:04 2010
@@ -192,10 +192,10 @@
 map8.h
 map8_bin2txt
 map8_txt2bin
-rfc1345.txt
 t/callback.t
 t/compat.t
 t/map8.t
 t/unistr.t
 typemap
 umap
+META.yml                                 Module meta-data (added by MakeMaker)

Added: branches/upstream/libunicode-map8-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/META.yml?rev=51411&op=file
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/META.yml (added)
+++ branches/upstream/libunicode-map8-perl/current/META.yml Sun Jan 24 06:15:04 2010
@@ -1,0 +1,21 @@
+--- #YAML:1.0
+name:               Unicode-Map8
+version:            0.13
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Unicode::String:  2
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libunicode-map8-perl/current/Map8.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/Map8.pm?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/Map8.pm (original)
+++ branches/upstream/libunicode-map8-perl/current/Map8.pm Sun Jan 24 06:15:04 2010
@@ -15,7 +15,7 @@
 *import = \&Exporter::import;
 @EXPORT_OK = qw(NOCHAR MAP8_BINFILE_MAGIC_HI MAP8_BINFILE_MAGIC_LO);
 
-$VERSION = '0.12';  # $Id: Map8.pm,v 1.25 2002/12/28 00:42:09 gisle Exp $
+$VERSION = '0.13';
 #$DEBUG++;
 
 bootstrap Unicode::Map8 $VERSION;

Modified: branches/upstream/libunicode-map8-perl/current/Map8.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/Map8.xs?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/Map8.xs (original)
+++ branches/upstream/libunicode-map8-perl/current/Map8.xs Sun Jan 24 06:15:04 2010
@@ -1,5 +1,4 @@
-/* $Id: Map8.xs,v 1.12 2001/12/31 17:51:25 gisle Exp $
- *
+/*
  * Copyright 1998, Gisle Aas.
  *
  * This library is free software; you can redistribute it and/or

Modified: branches/upstream/libunicode-map8-perl/current/map8.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/map8.h?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/map8.h (original)
+++ branches/upstream/libunicode-map8-perl/current/map8.h Sun Jan 24 06:15:04 2010
@@ -1,5 +1,4 @@
-/* $Id: map8.h,v 1.11 2002/12/28 00:42:09 gisle Exp $
- *
+/*
  * Copyright 1998, Gisle Aas.
  *
  * This library is free software; you can redistribute it and/or
@@ -9,8 +8,8 @@
 
 #ifdef PERL
 #include "EXTERN.h"
+#include "perl.h"
 #include "XSUB.h"
-#include "perl.h"
 #else
 typedef unsigned long   U32;
 typedef unsigned short  U16;

Modified: branches/upstream/libunicode-map8-perl/current/map8x.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/map8x.c?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/map8x.c (original)
+++ branches/upstream/libunicode-map8-perl/current/map8x.c Sun Jan 24 06:15:04 2010
@@ -1,5 +1,4 @@
-/* $Id: map8x.c,v 1.7 2001/12/31 18:42:50 gisle Exp $
- *
+/*
  * Copyright 1998, Gisle Aas.
  *
  * This library is free software; you can redistribute it and/or

Modified: branches/upstream/libunicode-map8-perl/current/umap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/umap?rev=51411&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/umap (original)
+++ branches/upstream/libunicode-map8-perl/current/umap Sun Jan 24 06:15:04 2010
@@ -70,7 +70,7 @@
 use strict;
 use Getopt::Long  qw(GetOptions);
 
-my $VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = "1.05";
 
 my $list;
 my $strict;




More information about the Pkg-perl-cvs-commits mailing list