r19822 - in /trunk/libole-storage-lite-perl: Changes MANIFEST META.yml Makefile.PL Storage_Lite.pm debian/changelog lib/ t/ test.pl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 10 19:09:38 UTC 2008


Author: gregoa
Date: Sat May 10 19:09:37 2008
New Revision: 19822

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

Added:
    trunk/libole-storage-lite-perl/lib/
      - copied from r19821, branches/upstream/libole-storage-lite-perl/current/lib/
    trunk/libole-storage-lite-perl/t/
      - copied from r19821, branches/upstream/libole-storage-lite-perl/current/t/
Removed:
    trunk/libole-storage-lite-perl/Storage_Lite.pm
    trunk/libole-storage-lite-perl/test.pl
Modified:
    trunk/libole-storage-lite-perl/Changes
    trunk/libole-storage-lite-perl/MANIFEST
    trunk/libole-storage-lite-perl/META.yml
    trunk/libole-storage-lite-perl/Makefile.PL
    trunk/libole-storage-lite-perl/debian/changelog

Modified: trunk/libole-storage-lite-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/Changes?rev=19822&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/Changes (original)
+++ trunk/libole-storage-lite-perl/Changes Sat May 10 19:09:37 2008
@@ -1,4 +1,12 @@
 Revision history for Perl extension OLE::Storage_Lite.
+
+0.17  Tue May 10  00:00:00 2008
+
+    - Rewrote internal date handling functions to avoid
+      Math::BigInt due to further problems introduced by the
+      patch in 0.15.
+      http://rt.cpan.org/Public/Bug/Display.html?id=34567
+      Reported by Andrew Benham.
 
 0.16  Tue Feb 19  23:00:00 2008
 
@@ -6,7 +14,7 @@
       Thanks Bob Rose.
 
     - Fix for binmode() on IO::Scalar.
-      REported by Tobias Tacke:
+      Reported by Tobias Tacke:
       http://rt.cpan.org/Public/Bug/Display.html?id=32603
 
 

Modified: trunk/libole-storage-lite-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/MANIFEST?rev=19822&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/MANIFEST (original)
+++ trunk/libole-storage-lite-perl/MANIFEST Sat May 10 19:09:37 2008
@@ -2,7 +2,9 @@
 MANIFEST
 Makefile.PL
 README
-Storage_Lite.pm
+
+lib/OLE/Storage_Lite.pm
+
 sample/README
 sample/smpadd.pl
 sample/smpadd_a.pl
@@ -11,5 +13,8 @@
 sample/smplls_a.pl
 sample/smpsv.pl
 sample/test.xls
-test.pl
+
+t/00_load.t
+t/01_date_conversion.t
+
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libole-storage-lite-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/META.yml?rev=19822&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/META.yml (original)
+++ trunk/libole-storage-lite-perl/META.yml Sat May 10 19:09:37 2008
@@ -1,10 +1,10 @@
-name:               OLE-Storage_Lite
-abstract:           Read and write OLE storage files.
-version:            0.16
-version_from:       Storage_Lite.pm
-installdirs:        site
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         OLE-Storage_Lite
+version:      0.17
+version_from: lib/OLE/Storage_Lite.pm
+installdirs:  site
 requires:
 
-distribution_type:  module
-license:            perl
-generated_by:       hand
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.30

Modified: trunk/libole-storage-lite-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/Makefile.PL?rev=19822&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/Makefile.PL (original)
+++ trunk/libole-storage-lite-perl/Makefile.PL Sat May 10 19:09:37 2008
@@ -6,7 +6,7 @@
     'AUTHOR'        => 'Kawai Takanori (kwitknr at cpan.org)',
     'ABSTRACT'      => 'Read and write OLE storage files.', ) : () ),
     'NAME'          => 'OLE::Storage_Lite',
-    'VERSION_FROM'  => 'Storage_Lite.pm',
+    'VERSION_FROM'  => 'lib/OLE/Storage_Lite.pm',
     'NEEDS_LINKING' => 0,
     'PREREQ_PM'     => {},
     'dist'          => {COMPRESS => 'gzip --best', SUFFIX => 'gz'},

Modified: trunk/libole-storage-lite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/debian/changelog?rev=19822&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/debian/changelog (original)
+++ trunk/libole-storage-lite-perl/debian/changelog Sat May 10 19:09:37 2008
@@ -1,3 +1,9 @@
+libole-storage-lite-perl (0.17-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 10 May 2008 21:08:14 +0200
+
 libole-storage-lite-perl (0.16-1) unstable; urgency=low
 
   * New upstream release.




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