r38298 - in /trunk/libmime-encwords-perl: Changes EncWords.pm META.yml Makefile.PL debian/changelog debian/control debian/copyright t/pod.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jun 19 13:58:12 UTC 2009


Author: jawnsy-guest
Date: Fri Jun 19 13:58:06 2009
New Revision: 38298

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38298
Log:
* Added /me to Uploaders
* Cleaned up copyright - the author's name was cited incorrectly
* Updated control description
* New upstream release (devel version 1.011_02)

Modified:
    trunk/libmime-encwords-perl/Changes
    trunk/libmime-encwords-perl/EncWords.pm
    trunk/libmime-encwords-perl/META.yml
    trunk/libmime-encwords-perl/Makefile.PL
    trunk/libmime-encwords-perl/debian/changelog
    trunk/libmime-encwords-perl/debian/control
    trunk/libmime-encwords-perl/debian/copyright
    trunk/libmime-encwords-perl/t/pod.t

Modified: trunk/libmime-encwords-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/Changes?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/Changes (original)
+++ trunk/libmime-encwords-perl/Changes Fri Jun 19 13:58:06 2009
@@ -1,3 +1,13 @@
+2009-06-16	Hatuka*nezumi - IKEDA Soji	<hatuka at nezumi.nu>
+
+	* Release 1.011.1 - no new features.
+	* Fix: Perl <= 5.6.x - skip tests with older POD::Simple.
+	* MIME::Charset >= 1.007.1 is required.
+
+2009-05-17	Hatuka*nezumi - IKEDA Soji	<hatuka at nezumi.nu>
+
+	* Release 1.011 - not really released.
+
 2009-05-11	Hatuka*nezumi - IKEDA Soji	<hatuka at nezumi.nu>
 
 	* Release 1.011_01 - no new features.

Modified: trunk/libmime-encwords-perl/EncWords.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/EncWords.pm?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/EncWords.pm (original)
+++ trunk/libmime-encwords-perl/EncWords.pm Fri Jun 19 13:58:06 2009
@@ -121,7 +121,7 @@
 #------------------------------
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = '1.011_02';
+$VERSION = '1.011.1';
 
 ### Public Configuration Attributes
 $Config = {

Modified: trunk/libmime-encwords-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/META.yml?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/META.yml (original)
+++ trunk/libmime-encwords-perl/META.yml Fri Jun 19 13:58:06 2009
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         MIME-EncWords
 abstract:     deal with RFC 2047 encoded words (improved)
-version:      1.011_02
+version:      1.011.1
 author:
   - Hatuka*nezumi - IKEDA Soji <hatuka at nezumi.nu>
 license:      perl
@@ -9,14 +9,14 @@
 requires:
     Encode:                        1.98
     MIME::Base64:                  2.13
-    MIME::Charset:                 1.007_02
+    MIME::Charset:                 1.007.1
     perl:                          5.005
 build_requires:
     Test::More:                    0
 provides:
     MIME::EncWords:
         file:                      EncWords.pm
-        version:                   1.011_02
+        version:                   1.011.1
 resources:
     repository: http://hatuka.nezumi.nu/repos/MIME-EncWords/
 meta-spec:

Modified: trunk/libmime-encwords-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/Makefile.PL?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/Makefile.PL (original)
+++ trunk/libmime-encwords-perl/Makefile.PL Fri Jun 19 13:58:06 2009
@@ -6,7 +6,7 @@
 	'VERSION_FROM'	=> 'EncWords.pm',
 	'PREREQ_PM'	=> ($] >= 5.008)? {
 	    'Encode'		=> 1.98,
-	    'MIME::Charset'	=> '1.007',
+	    'MIME::Charset'	=> '1.007.1',
 	    'MIME::Base64'	=> 2.13,
 	    'Test::More'	=> 0,
 	}: {

Modified: trunk/libmime-encwords-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/debian/changelog?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/debian/changelog (original)
+++ trunk/libmime-encwords-perl/debian/changelog Fri Jun 19 13:58:06 2009
@@ -1,13 +1,17 @@
-libmime-encwords-perl (1.011_02-1) UNRELEASED; urgency=low
-
-  NO UPLOAD IS NEEDED FOR 1.011_02 DEVEL RELEASE
+libmime-encwords-perl (1.011.1-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Added /me to Uploaders
+  * Cleaned up copyright - the author's name was cited incorrectly
+  * Updated control description
+
+  [ Nathan Handler ]
+  * New upstream release (devel version 1.011_02)
   * debian/control:
     - Add myself to list of uploaders
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Mon, 01 Jun 2009 02:00:24 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 19 Jun 2009 05:36:11 -0400
 
 libmime-encwords-perl (1.011-1) unstable; urgency=low
 

Modified: trunk/libmime-encwords-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/debian/control?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/debian/control (original)
+++ trunk/libmime-encwords-perl/debian/control Fri Jun 19 13:58:06 2009
@@ -8,15 +8,25 @@
 Homepage: http://search.cpan.org/dist/MIME-EncWords/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-encwords-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmime-encwords-perl/
-Uploaders: Micah Anderson <micah at debian.org>,
- gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Rene Mayorga <rmayorga at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>,
- Nathan Handler <nhandler at ubuntu.com>
+Uploaders: Micah Anderson <micah at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
+ Ryan Niebur <ryanryan52 at gmail.com>, Nathan Handler <nhandler at ubuntu.com>,
+ Jonathan Yu <frequency at cpan.org>
 
 Package: libmime-encwords-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmime-charset-perl (>= 1.007)
-Description: Perl interface to deal with RFC-1522 encoded words 
- MIME::EncWords is aimed to be another implimentation of MIME::Words 
- but with a more exact conformance with MIME specifications with some
- improvements
+Description: Perl interface to deal with RFC 2047 encoded words
+ MIME::EncWords is a module providing several utilities to encode and decode
+ arbitrary text in RFC 2047 (formerly RFC 1522) format. The MIME standard gives
+ users the ability to represent any characters in any character set by using
+ special sequences like:
+ .
+  =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?=
+ .
+ There are various modules available to manipulate these special character
+ sequences. This module bears most resemblance to the MIME::Words module and
+ provides a similar interface, providing for relatively painless upgrading,
+ while having stricter conformance to the aforementioned RFCs. It provides
+ more flexibility than MIME::WordDecoder because characters can be mapped
+ into any desired encoding, rather than simply the local system representation.

Modified: trunk/libmime-encwords-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/debian/copyright?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/debian/copyright (original)
+++ trunk/libmime-encwords-perl/debian/copyright Fri Jun 19 13:58:06 2009
@@ -1,20 +1,21 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Hatuka*nezumi - IKEDA Soji <hatuka at nezumi.nu>
+Upstream-Maintainer: IKEDA Soji <hatuka at nezumi.nu>
 Upstream-Source: http://search.cpan.org/dist/MIME-EncWords/
 Upstream-Name: MIME-EncWords
 
 Files: *
-Copyright: Copyright (C) 2006-2009 by Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.
+Copyright: 2006-2009, IKEDA Soji <hatuka at nezumi.nu>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2007, Micah Anderson <micah at debian.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2007-2008, gregor herrmann <gregoa at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
  2008, Damyan Ivanov <dmn at debian.org>
- 2008, Rene Mayorga <rmayorga at debian.org.sv>
- 2007-2008, gregor herrmann <gregoa at debian.org>
- 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2007, Micah Anderson <micah at debian.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libmime-encwords-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/t/pod.t?rev=38298&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/t/pod.t (original)
+++ trunk/libmime-encwords-perl/t/pod.t Fri Jun 19 13:58:06 2009
@@ -1,6 +1,12 @@
 use strict;
 use Test::More;
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 or later required for testing POD" if $@;
+if ($] < 5.007003 ) {
+    plan skip_all => "Perl 5.7.3 or later required for testing utf-8 POD";
+} else {
+    eval "use Test::Pod 1.00";
+    if ($@) {
+        plan skip_all => "Test::Pod 1.00 or later required for testing POD";
+    }
+}
 all_pod_files_ok();
 




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