r57333 - in /branches/upstream/libgtk2-sourceview2-perl/current: Changes META.yml Makefile.PL lib/Gtk2/SourceView2.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 2 16:03:43 UTC 2010


Author: gregoa
Date: Sun May  2 16:03:02 2010
New Revision: 57333

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57333
Log:
[svn-upgrade] Integrating new upstream version, libgtk2-sourceview2-perl (0.09)

Modified:
    branches/upstream/libgtk2-sourceview2-perl/current/Changes
    branches/upstream/libgtk2-sourceview2-perl/current/META.yml
    branches/upstream/libgtk2-sourceview2-perl/current/Makefile.PL
    branches/upstream/libgtk2-sourceview2-perl/current/lib/Gtk2/SourceView2.pm

Modified: branches/upstream/libgtk2-sourceview2-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sourceview2-perl/current/Changes?rev=57333&op=diff
==============================================================================
--- branches/upstream/libgtk2-sourceview2-perl/current/Changes (original)
+++ branches/upstream/libgtk2-sourceview2-perl/current/Changes Sun May  2 16:03:02 2010
@@ -1,5 +1,7 @@
 Revision history for Gtk2::SourceView2.
 
+0.09 Tue Apr 27 20:11:56 CEST 2010
+	Fix the license in Makefile.PL.
 
 0.08 Mon Apr 26 22:11:27 CEST 2010
 	License change to GPL2 and Artistic.

Modified: branches/upstream/libgtk2-sourceview2-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sourceview2-perl/current/META.yml?rev=57333&op=diff
==============================================================================
--- branches/upstream/libgtk2-sourceview2-perl/current/META.yml (original)
+++ branches/upstream/libgtk2-sourceview2-perl/current/META.yml Sun May  2 16:03:02 2010
@@ -1,14 +1,21 @@
 --- #YAML:1.0
-name:                Gtk2-SourceView2
-version:             0.08
-abstract:            Enhanced source code editor widget 
-license:             perl, lgpl
-author:              
+name:               Gtk2-SourceView2
+version:            0.09
+abstract:           Enhanced source code editor widget 
+author:
     - Emmanuel Rodriguez <potyl at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Gtk2:                          1.160
+license:            perl, gpl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Gtk2:  1.160
+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
+repository:         http://github.com/potyl/gtk2-sourceview2

Modified: branches/upstream/libgtk2-sourceview2-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sourceview2-perl/current/Makefile.PL?rev=57333&op=diff
==============================================================================
--- branches/upstream/libgtk2-sourceview2-perl/current/Makefile.PL (original)
+++ branches/upstream/libgtk2-sourceview2-perl/current/Makefile.PL Sun May  2 16:03:02 2010
@@ -71,7 +71,7 @@
 		NAME          => 'Gtk2::SourceView2',
 		VERSION_FROM  => File::Spec->catfile('lib', 'Gtk2', 'SourceView2.pm'),
 		ABSTRACT_FROM => File::Spec->catfile('lib', 'Gtk2', 'SourceView2.pm'),
-		LICENSE       => 'perl, lgpl',
+		LICENSE       => 'perl, gpl',
 
 		PREREQ_PM     => {
 			'Gtk2' => '1.160',

Modified: branches/upstream/libgtk2-sourceview2-perl/current/lib/Gtk2/SourceView2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sourceview2-perl/current/lib/Gtk2/SourceView2.pm?rev=57333&op=diff
==============================================================================
--- branches/upstream/libgtk2-sourceview2-perl/current/lib/Gtk2/SourceView2.pm (original)
+++ branches/upstream/libgtk2-sourceview2-perl/current/lib/Gtk2/SourceView2.pm Sun May  2 16:03:02 2010
@@ -69,7 +69,7 @@
 
 use Gtk2;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 




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