r22819 - in /trunk/libmarc-charset-perl: Changes MANIFEST META.yml Makefile.PL debian/changelog etc/additional-iii-characters.xml lib/MARC/Charset.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 5 19:42:09 UTC 2008


Author: gregoa
Date: Sat Jul  5 19:42:08 2008
New Revision: 22819

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

Added:
    trunk/libmarc-charset-perl/etc/additional-iii-characters.xml
      - copied unchanged from r22818, branches/upstream/libmarc-charset-perl/current/etc/additional-iii-characters.xml
Modified:
    trunk/libmarc-charset-perl/Changes
    trunk/libmarc-charset-perl/MANIFEST
    trunk/libmarc-charset-perl/META.yml
    trunk/libmarc-charset-perl/Makefile.PL
    trunk/libmarc-charset-perl/debian/changelog
    trunk/libmarc-charset-perl/lib/MARC/Charset.pm

Modified: trunk/libmarc-charset-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/Changes?rev=22819&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/Changes (original)
+++ trunk/libmarc-charset-perl/Changes Sat Jul  5 19:42:08 2008
@@ -1,4 +1,13 @@
 Revision history for MARC::Charset
+
+1.00 Tue May 27 08:30:56 EDT 2008
+     - Forgot to add etc/additional-iii-characters.xml to the MANIFEST
+     - seems like as good a time as any for a v1.0 release :-)
+
+0.99 Sun May 25 08:08:05 EDT 2008
+     - Addition of characters used by III ILSs which are not covered
+       by the official LoC codetables. Thanks go to Galen Charlton.
+     - Removed PREREQ_FATAL from Makefile.PL to make CPAN testers happy
 
 0.98 Tue Aug  7 08:28:24 EDT 2007
      - addition of two code elements to etc/codetables.xml that enable 

Modified: trunk/libmarc-charset-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/MANIFEST?rev=22819&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/MANIFEST (original)
+++ trunk/libmarc-charset-perl/MANIFEST Sat Jul  5 19:42:08 2008
@@ -2,6 +2,7 @@
 bin/print_table
 Changes
 etc/codetables.xml
+etc/additional-iii-characters.xml
 lib/MARC/Charset.pm
 lib/MARC/Charset/Code.pm
 lib/MARC/Charset/Compiler.pm

Modified: trunk/libmarc-charset-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/META.yml?rev=22819&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/META.yml (original)
+++ trunk/libmarc-charset-perl/META.yml Sat Jul  5 19:42:08 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MARC-Charset
-version:      0.98
+version:      1.0
 version_from: lib/MARC/Charset.pm
 installdirs:  site
 requires:

Modified: trunk/libmarc-charset-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/Makefile.PL?rev=22819&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/Makefile.PL (original)
+++ trunk/libmarc-charset-perl/Makefile.PL Sat Jul  5 19:42:08 2008
@@ -11,7 +11,6 @@
     ABSTRACT_FROM   => 'lib/MARC/Charset.pm',
     AUTHOR          => 'Ed Summers <ehs at pobox.com>',
     PMLIBDIRS       => ['lib'],
-    PREREQ_FATAL    => 1,
     PREREQ_PM       => {
                             'Test::More'            => 0, 
                             'XML::SAX'              => 0,
@@ -32,4 +31,5 @@
     print "compiling marc8/utf8 database, please be patient\n";
     my $compiler = MARC::Charset::Compiler->new();
     $compiler->compile('etc/codetables.xml');
+    $compiler->compile('etc/additional-iii-characters.xml');
 }

Modified: trunk/libmarc-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/changelog?rev=22819&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/changelog (original)
+++ trunk/libmarc-charset-perl/debian/changelog Sat Jul  5 19:42:08 2008
@@ -1,3 +1,9 @@
+libmarc-charset-perl (1.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 05 Jul 2008 21:41:32 +0200
+
 libmarc-charset-perl (0.98-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libmarc-charset-perl/lib/MARC/Charset.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/lib/MARC/Charset.pm?rev=22819&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/lib/MARC/Charset.pm (original)
+++ trunk/libmarc-charset-perl/lib/MARC/Charset.pm Sat Jul  5 19:42:08 2008
@@ -1,6 +1,6 @@
 package MARC::Charset;
 
-our $VERSION = '0.98';
+our $VERSION = '1.0';
 use strict;
 use warnings;
 




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