r51413 - in /trunk/libunicode-map8-perl: Changes MANIFEST META.yml Map8.pm Map8.xs debian/changelog map8.h map8x.c umap

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


Author: jawnsy-guest
Date: Sun Jan 24 06:17:12 2010
New Revision: 51413

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51413
Log:
New upstream release

Added:
    trunk/libunicode-map8-perl/META.yml
      - copied unchanged from r51412, branches/upstream/libunicode-map8-perl/current/META.yml
Modified:
    trunk/libunicode-map8-perl/Changes
    trunk/libunicode-map8-perl/MANIFEST
    trunk/libunicode-map8-perl/Map8.pm
    trunk/libunicode-map8-perl/Map8.xs
    trunk/libunicode-map8-perl/debian/changelog
    trunk/libunicode-map8-perl/map8.h
    trunk/libunicode-map8-perl/map8x.c
    trunk/libunicode-map8-perl/umap

Modified: trunk/libunicode-map8-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/Changes?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/Changes (original)
+++ trunk/libunicode-map8-perl/Changes Sun Jan 24 06:17:12 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: trunk/libunicode-map8-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/MANIFEST?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/MANIFEST (original)
+++ trunk/libunicode-map8-perl/MANIFEST Sun Jan 24 06:17:12 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)

Modified: trunk/libunicode-map8-perl/Map8.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/Map8.pm?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/Map8.pm (original)
+++ trunk/libunicode-map8-perl/Map8.pm Sun Jan 24 06:17:12 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: trunk/libunicode-map8-perl/Map8.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/Map8.xs?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/Map8.xs (original)
+++ trunk/libunicode-map8-perl/Map8.xs Sun Jan 24 06:17:12 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: trunk/libunicode-map8-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/debian/changelog?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/debian/changelog (original)
+++ trunk/libunicode-map8-perl/debian/changelog Sun Jan 24 06:17:12 2010
@@ -1,6 +1,7 @@
-libunicode-map8-perl (0.12-4) UNRELEASED; urgency=low
+libunicode-map8-perl (0.13+dfsg-1) UNRELEASED; urgency=low
 
   [ Jonathan Yu ]
+  * New upstream release
   * Rename source package libunicode-map8-perl
   * Rewrite control description
   * Standards-Version 3.8.3 (no changes)
@@ -35,7 +36,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 24 Jan 2010 01:10:37 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 24 Jan 2010 01:24:54 -0500
 
 libunicode-map8-perl-dfsg (0.12-3) unstable; urgency=low
 

Modified: trunk/libunicode-map8-perl/map8.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/map8.h?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/map8.h (original)
+++ trunk/libunicode-map8-perl/map8.h Sun Jan 24 06:17:12 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: trunk/libunicode-map8-perl/map8x.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/map8x.c?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/map8x.c (original)
+++ trunk/libunicode-map8-perl/map8x.c Sun Jan 24 06:17:12 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: trunk/libunicode-map8-perl/umap
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map8-perl/umap?rev=51413&op=diff
==============================================================================
--- trunk/libunicode-map8-perl/umap (original)
+++ trunk/libunicode-map8-perl/umap Sun Jan 24 06:17:12 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