r57335 - in /trunk/libgtk2-sourceview2-perl: Changes META.yml Makefile.PL debian/changelog lib/Gtk2/SourceView2.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 2 16:06:10 UTC 2010


Author: gregoa
Date: Sun May  2 16:05:57 2010
New Revision: 57335

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57335
Log:
IGNORE-VERSION: 0.09-1
(only license info change in metadata)
* New upstream release.

Modified:
    trunk/libgtk2-sourceview2-perl/Changes
    trunk/libgtk2-sourceview2-perl/META.yml
    trunk/libgtk2-sourceview2-perl/Makefile.PL
    trunk/libgtk2-sourceview2-perl/debian/changelog
    trunk/libgtk2-sourceview2-perl/lib/Gtk2/SourceView2.pm

Modified: trunk/libgtk2-sourceview2-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sourceview2-perl/Changes?rev=57335&op=diff
==============================================================================
--- trunk/libgtk2-sourceview2-perl/Changes (original)
+++ trunk/libgtk2-sourceview2-perl/Changes Sun May  2 16:05:57 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: trunk/libgtk2-sourceview2-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sourceview2-perl/META.yml?rev=57335&op=diff
==============================================================================
--- trunk/libgtk2-sourceview2-perl/META.yml (original)
+++ trunk/libgtk2-sourceview2-perl/META.yml Sun May  2 16:05:57 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: trunk/libgtk2-sourceview2-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sourceview2-perl/Makefile.PL?rev=57335&op=diff
==============================================================================
--- trunk/libgtk2-sourceview2-perl/Makefile.PL (original)
+++ trunk/libgtk2-sourceview2-perl/Makefile.PL Sun May  2 16:05:57 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: trunk/libgtk2-sourceview2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sourceview2-perl/debian/changelog?rev=57335&op=diff
==============================================================================
--- trunk/libgtk2-sourceview2-perl/debian/changelog (original)
+++ trunk/libgtk2-sourceview2-perl/debian/changelog Sun May  2 16:05:57 2010
@@ -1,3 +1,12 @@
+libgtk2-sourceview2-perl (0.09-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.09-1
+  (only license info change in metadata)
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 02 May 2010 18:04:15 +0200
+
 libgtk2-sourceview2-perl (0.08-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libgtk2-sourceview2-perl/lib/Gtk2/SourceView2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sourceview2-perl/lib/Gtk2/SourceView2.pm?rev=57335&op=diff
==============================================================================
--- trunk/libgtk2-sourceview2-perl/lib/Gtk2/SourceView2.pm (original)
+++ trunk/libgtk2-sourceview2-perl/lib/Gtk2/SourceView2.pm Sun May  2 16:05:57 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