r47394 - in /trunk/libdatetime-event-ical-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/patches/fix-pod lib/DateTime/Event/ICal.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Nov 18 01:38:53 UTC 2009


Author: jawnsy-guest
Date: Wed Nov 18 01:38:48 2009
New Revision: 47394

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47394
Log:
* New upstream release
* Add myself to Uploaders and Copyright
* Standards-Version 3.8.3 (no changes)
* Refresh POD patch

Modified:
    trunk/libdatetime-event-ical-perl/Changes
    trunk/libdatetime-event-ical-perl/META.yml
    trunk/libdatetime-event-ical-perl/Makefile.PL
    trunk/libdatetime-event-ical-perl/debian/changelog
    trunk/libdatetime-event-ical-perl/debian/control
    trunk/libdatetime-event-ical-perl/debian/patches/fix-pod
    trunk/libdatetime-event-ical-perl/lib/DateTime/Event/ICal.pm

Modified: trunk/libdatetime-event-ical-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/Changes?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/Changes (original)
+++ trunk/libdatetime-event-ical-perl/Changes Wed Nov 18 01:38:48 2009
@@ -1,4 +1,8 @@
 Changes for DateTime-Event-ICal
+
+0.10    2009-11-17
+- fixed recurrence stringification by DateTime::Format::ICal
+  Reported by Nick Spacek
 
 0.09    2005-09-30
 - fixed a warning in BYSETPOS

Modified: trunk/libdatetime-event-ical-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/META.yml?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/META.yml (original)
+++ trunk/libdatetime-event-ical-perl/META.yml Wed Nov 18 01:38:48 2009
@@ -1,12 +1,15 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         DateTime-Event-ICal
-version:      0.09
-version_from: lib/DateTime/Event/ICal.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                DateTime-Event-ICal
+version:             0.10
+abstract:            DateTime rfc2445 recurrences
+license:             ~
+author:              
+    - Flavio S. Glock <fglock at gmail.com>
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
     DateTime:                      0
     DateTime::Event::Recurrence:   0.11
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libdatetime-event-ical-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/Makefile.PL?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/Makefile.PL (original)
+++ trunk/libdatetime-event-ical-perl/Makefile.PL Wed Nov 18 01:38:48 2009
@@ -4,7 +4,7 @@
 
     WriteMakefile( NAME         => 'DateTime::Event::ICal',
                    VERSION_FROM => 'lib/DateTime/Event/ICal.pm',
-                   AUTHOR       => 'Flavio S. Glock <fglock at pucrs.br>',
+                   AUTHOR       => 'Flavio S. Glock <fglock at gmail.com>',
                    ABSTRACT     => 'DateTime rfc2445 recurrences',
 
                    PREREQ_PM    => { 'DateTime' => 0,

Modified: trunk/libdatetime-event-ical-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/debian/changelog?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/debian/changelog (original)
+++ trunk/libdatetime-event-ical-perl/debian/changelog Wed Nov 18 01:38:48 2009
@@ -1,4 +1,10 @@
-libdatetime-event-ical-perl (0.09-2) UNRELEASED; urgency=low
+libdatetime-event-ical-perl (0.10-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.8.3 (no changes)
+  * Refresh POD patch
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -11,7 +17,7 @@
   [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:27 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 17 Nov 2009 17:12:48 -0500
 
 libdatetime-event-ical-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libdatetime-event-ical-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/debian/control?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/debian/control (original)
+++ trunk/libdatetime-event-ical-perl/debian/control Wed Nov 18 01:38:48 2009
@@ -2,11 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libdatetime-perl,
-  libdatetime-event-recurrence-perl (>= 0.11)
+Build-Depends-Indep: perl, libdatetime-perl, libdatetime-event-recurrence-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.1
+Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/DateTime-Event-ICal/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-event-ical-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-event-ical-perl/
@@ -14,8 +13,8 @@
 Package: libdatetime-event-ical-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
-  libdatetime-event-recurrence-perl (>= 0.11)
-Description: Perl DateTime extension for computing rfc2445 recurrences
- DateTime::Event::ICal provides convenience methods that let you
- easily create DateTime::Set objects for rfc2445 style recurrences,
+ libdatetime-event-recurrence-perl
+Description: Perl DateTime extension for computing RFC2445 recurrences
+ DateTime::Event::ICal is a Perl module that provides convenience methods
+ for easily creating DateTime::Set objects for RFC2445 style recurrences,
  such as 'last friday of march'.

Modified: trunk/libdatetime-event-ical-perl/debian/patches/fix-pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/debian/patches/fix-pod?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/debian/patches/fix-pod (original)
+++ trunk/libdatetime-event-ical-perl/debian/patches/fix-pod Wed Nov 18 01:38:48 2009
@@ -2,7 +2,7 @@
 
 --- a/lib/DateTime/Event/ICal.pm
 +++ b/lib/DateTime/Event/ICal.pm
-@@ -822,6 +822,8 @@
+@@ -828,6 +828,8 @@
  
  =back
  

Modified: trunk/libdatetime-event-ical-perl/lib/DateTime/Event/ICal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-ical-perl/lib/DateTime/Event/ICal.pm?rev=47394&op=diff
==============================================================================
--- trunk/libdatetime-event-ical-perl/lib/DateTime/Event/ICal.pm (original)
+++ trunk/libdatetime-event-ical-perl/lib/DateTime/Event/ICal.pm Wed Nov 18 01:38:48 2009
@@ -11,7 +11,7 @@
 use Params::Validate qw(:all);
 use vars qw( $VERSION @ISA );
 @ISA     = qw( Exporter );
-$VERSION = 0.09;
+$VERSION = '0.10';
 
 use constant INFINITY     =>       100 ** 100 ** 100 ;
 use constant NEG_INFINITY => -1 * (100 ** 100 ** 100);
@@ -30,6 +30,7 @@
 );
 
 # internal debugging method - formats the argument list for error messages
+# the output from this routine is also used by DateTime::Format::ICal->format_recurrence()
 sub _param_str {
     my %param = @_;
     my @str;
@@ -42,7 +43,12 @@
             push @str, "$_=". join( ',', @{$param{$_}} )
         }
         elsif ( UNIVERSAL::can( $param{$_}, 'datetime' ) ) {
-            push @str, "$_=". $param{$_}->datetime 
+            if ( $DateTime::Format::ICal::VERSION ) {
+                push @str, "$_=" . DateTime::Format::ICal->format_datetime( $param{$_} );
+            }
+            else {
+                push @str, "$_=". $param{$_}->datetime 
+            }
         }
         elsif ( defined $param{$_} ) {
             push @str, "$_=". $param{$_} 
@@ -825,7 +831,7 @@
 =head1 AUTHOR
 
 Flavio Soibelmann Glock
-fglock at pucrs.br
+fglock at gmail.com
 
 =head1 CREDITS
 




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