r71742 - in /branches/upstream/libgtk2-ex-entry-pango-perl/current: Changes META.yml README lib/Gtk2/Ex/Entry/Pango.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 12:11:51 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 12:11:27 2011
New Revision: 71742

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71742
Log:
[svn-upgrade] new version libgtk2-ex-entry-pango-perl (0.10)

Modified:
    branches/upstream/libgtk2-ex-entry-pango-perl/current/Changes
    branches/upstream/libgtk2-ex-entry-pango-perl/current/META.yml
    branches/upstream/libgtk2-ex-entry-pango-perl/current/README
    branches/upstream/libgtk2-ex-entry-pango-perl/current/lib/Gtk2/Ex/Entry/Pango.pm

Modified: branches/upstream/libgtk2-ex-entry-pango-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-ex-entry-pango-perl/current/Changes?rev=71742&op=diff
==============================================================================
--- branches/upstream/libgtk2-ex-entry-pango-perl/current/Changes (original)
+++ branches/upstream/libgtk2-ex-entry-pango-perl/current/Changes Sun Mar 20 12:11:27 2011
@@ -1,4 +1,8 @@
 Revision history for Perl extension Gtk2::Ex::Entry::Pango.
+
+0.10 Thu Aug  5 23:04:41 CEST 2010
+	- Version bump in order to make a new CPAN release (the module disappeared from CPAN).
+
 
 0.09 Wed Dec 23 19:53:57 CET 2009
 	- Issue 1 - test failure under locale.

Modified: branches/upstream/libgtk2-ex-entry-pango-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-ex-entry-pango-perl/current/META.yml?rev=71742&op=diff
==============================================================================
--- branches/upstream/libgtk2-ex-entry-pango-perl/current/META.yml (original)
+++ branches/upstream/libgtk2-ex-entry-pango-perl/current/META.yml Sun Mar 20 12:11:27 2011
@@ -1,15 +1,21 @@
 --- #YAML:1.0
-name:                Gtk2-Ex-Entry-Pango
-version:             0.09
-abstract:            Gtk2 Entry that accepts Pango markup.
-license:             ~
-author:              
+name:               Gtk2-Ex-Entry-Pango
+version:            0.10
+abstract:           Gtk2 Entry that accepts Pango markup.
+author:
     - Emmanuel Rodriguez <potyl at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Gtk2:                          1.100
-    Gtk2::Pango:                   0
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Gtk2:         1.100
+    Gtk2::Pango:  0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libgtk2-ex-entry-pango-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-ex-entry-pango-perl/current/README?rev=71742&op=diff
==============================================================================
--- branches/upstream/libgtk2-ex-entry-pango-perl/current/README (original)
+++ branches/upstream/libgtk2-ex-entry-pango-perl/current/README Sun Mar 20 12:11:27 2011
@@ -30,7 +30,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2008-2009 by Emmanuel Rodriguez
+Copyright (C) 2008-2010 by Emmanuel Rodriguez
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,

Modified: branches/upstream/libgtk2-ex-entry-pango-perl/current/lib/Gtk2/Ex/Entry/Pango.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-ex-entry-pango-perl/current/lib/Gtk2/Ex/Entry/Pango.pm?rev=71742&op=diff
==============================================================================
--- branches/upstream/libgtk2-ex-entry-pango-perl/current/lib/Gtk2/Ex/Entry/Pango.pm (original)
+++ branches/upstream/libgtk2-ex-entry-pango-perl/current/lib/Gtk2/Ex/Entry/Pango.pm Sun Mar 20 12:11:27 2011
@@ -137,7 +137,7 @@
 use Carp;
 
 # Module version
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 
 # Emty Pango attributes list that's used to clear the previous markup
@@ -674,11 +674,10 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2008-2009 by Emmanuel Rodriguez.
+Copyright (C) 2008-2010 by Emmanuel Rodriguez.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,
 at your option, any later version of Perl 5 you may have available.
 
 =cut
-




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