r29089 - in /trunk/libole-storage-lite-perl: Changes META.yml debian/changelog lib/OLE/Storage_Lite.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 20:28:04 UTC 2009


Author: gregoa
Date: Thu Jan  1 20:28:01 2009
New Revision: 29089

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

Modified:
    trunk/libole-storage-lite-perl/Changes
    trunk/libole-storage-lite-perl/META.yml
    trunk/libole-storage-lite-perl/debian/changelog
    trunk/libole-storage-lite-perl/lib/OLE/Storage_Lite.pm

Modified: trunk/libole-storage-lite-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/Changes?rev=29089&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/Changes (original)
+++ trunk/libole-storage-lite-perl/Changes Thu Jan  1 20:28:01 2009
@@ -1,4 +1,10 @@
 Revision history for Perl extension OLE::Storage_Lite.
+
+
+0.18  Wed Dec 31  00:00:00 2008
+
+    - Fixed internal version numbers.
+
 
 0.17  Tue May 10  00:00:00 2008
 
@@ -7,6 +13,7 @@
       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
 

Modified: trunk/libole-storage-lite-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/META.yml?rev=29089&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/META.yml (original)
+++ trunk/libole-storage-lite-perl/META.yml Thu Jan  1 20:28:01 2009
@@ -1,10 +1,13 @@
-# 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
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:                OLE-Storage_Lite
+version:             0.18
+abstract:            Read and write OLE storage files.
+license:             ~
+author:              
+    - Kawai Takanori (kwitknr at cpan.org)
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libole-storage-lite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/debian/changelog?rev=29089&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/debian/changelog (original)
+++ trunk/libole-storage-lite-perl/debian/changelog Thu Jan  1 20:28:01 2009
@@ -1,8 +1,10 @@
-libole-storage-lite-perl (0.17-2) UNRELEASED; urgency=low
+libole-storage-lite-perl (0.18-1) UNRELEASED; urgency=low
 
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
+
+  * New upstream release.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:45:46 +0100
 

Modified: trunk/libole-storage-lite-perl/lib/OLE/Storage_Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libole-storage-lite-perl/lib/OLE/Storage_Lite.pm?rev=29089&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/lib/OLE/Storage_Lite.pm (original)
+++ trunk/libole-storage-lite-perl/lib/OLE/Storage_Lite.pm Thu Jan  1 20:28:01 2009
@@ -12,7 +12,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 @ISA = qw(Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 
 #------------------------------------------------------------------------------
 # new (OLE::Storage_Lite::PPS)
@@ -171,7 +171,7 @@
 use Fcntl;
 use vars qw($VERSION @ISA);
 @ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 sub _savePpsSetPnt($$$);
 sub _savePpsSetPnt2($$$);
 #------------------------------------------------------------------------------
@@ -711,7 +711,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 @ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 #------------------------------------------------------------------------------
 # new (OLE::Storage_Lite::PPS::File)
 #------------------------------------------------------------------------------
@@ -799,7 +799,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 @ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 sub new ($$;$$$) {
     my($sClass, $sName, $raTime1st, $raTime2nd, $raChild) = @_;
     OLE::Storage_Lite::PPS::_new(
@@ -829,7 +829,7 @@
 
 use vars qw($VERSION @ISA @EXPORT);
 @ISA = qw(Exporter);
-$VERSION = '0.16';
+$VERSION = '0.18';
 sub _getPpsSearch($$$$$;$);
 sub _getPpsTree($$$;$);
 #------------------------------------------------------------------------------




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