r27732 - in /trunk/libxml-writer-perl: Changes META.yml Makefile.PL Writer.pm debian/changelog

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Dec 4 20:00:58 UTC 2008


Author: bricas-guest
Date: Thu Dec  4 20:00:54 2008
New Revision: 27732

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27732
Log:
NOTICE: No need to upload as the upstream release had no significant changes
* New upstream release.

Modified:
    trunk/libxml-writer-perl/Changes
    trunk/libxml-writer-perl/META.yml
    trunk/libxml-writer-perl/Makefile.PL
    trunk/libxml-writer-perl/Writer.pm
    trunk/libxml-writer-perl/debian/changelog

Modified: trunk/libxml-writer-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/Changes?rev=27732&op=diff
==============================================================================
--- trunk/libxml-writer-perl/Changes (original)
+++ trunk/libxml-writer-perl/Changes Thu Dec  4 20:00:54 2008
@@ -1,4 +1,7 @@
 Revision history for Perl extension XML::Writer.
+
+0.606 Wed Dec  3 00:09:34 GMT 2008    <joe at kafsemo.org>
+        - Ensure META.yml spec version matches URL.
 
 0.605 Mon Dec  1 23:01:21 GMT 2008    <joe at kafsemo.org>
         - Use MIT license, formalising David Megginson's original

Modified: trunk/libxml-writer-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/META.yml?rev=27732&op=diff
==============================================================================
--- trunk/libxml-writer-perl/META.yml (original)
+++ trunk/libxml-writer-perl/META.yml Thu Dec  4 20:00:54 2008
@@ -1,9 +1,9 @@
 --- #YAML:1.0
 meta-spec:
-  version: 1.2
+  version: 1.3
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
 name:         XML-Writer
-version:      0.605
+version:      0.606
 abstract:     Easily generate well-formed, namespace-aware XML.
 author:
   - David Megginson <david at megginson.com>

Modified: trunk/libxml-writer-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/Makefile.PL?rev=27732&op=diff
==============================================================================
--- trunk/libxml-writer-perl/Makefile.PL (original)
+++ trunk/libxml-writer-perl/Makefile.PL Thu Dec  4 20:00:54 2008
@@ -7,7 +7,7 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
     'NAME'    => 'XML::Writer',
-    'VERSION' => '0.605',
+    'VERSION' => '0.606',
 
     # A manually-created META.yml has all the other metadata;
     #  we don't want it overwritten

Modified: trunk/libxml-writer-perl/Writer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/Writer.pm?rev=27732&op=diff
==============================================================================
--- trunk/libxml-writer-perl/Writer.pm (original)
+++ trunk/libxml-writer-perl/Writer.pm Thu Dec  4 20:00:54 2008
@@ -4,7 +4,7 @@
 # Copyright (c) 2004, 2005 by Joseph Walton <joe at kafsemo.org>.
 # No warranty.  Commercial and non-commercial use freely permitted.
 #
-# $Id: Writer.pm 193 2008-12-01 23:15:17Z josephw $
+# $Id: Writer.pm 197 2008-12-03 00:15:55Z josephw $
 ########################################################################
 
 package XML::Writer;
@@ -15,7 +15,7 @@
 use vars qw($VERSION);
 use Carp;
 use IO::Handle;
-$VERSION = "0.605";
+$VERSION = "0.606";
 
 
 

Modified: trunk/libxml-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/debian/changelog?rev=27732&op=diff
==============================================================================
--- trunk/libxml-writer-perl/debian/changelog (original)
+++ trunk/libxml-writer-perl/debian/changelog Thu Dec  4 20:00:54 2008
@@ -1,3 +1,11 @@
+libxml-writer-perl (0.606-1) UNRELEASED; urgency=low
+
+  NOTICE: No need to upload as the upstream release had no significant changes
+
+  * New upstream release.
+
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Thu, 04 Dec 2008 15:54:34 -0400
+
 libxml-writer-perl (0.605-1) unstable; urgency=low
 
   [ gregor herrmann ]




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