r32172 - in /branches/upstream/libpango-perl/current: ChangeLog META.yml Makefile.PL NEWS README lib/Pango.pm t/PangoLayout.t t/inc/PangoTestHelper.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Mar 18 00:55:20 UTC 2009


Author: ryan52-guest
Date: Wed Mar 18 00:55:17 2009
New Revision: 32172

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

Modified:
    branches/upstream/libpango-perl/current/ChangeLog
    branches/upstream/libpango-perl/current/META.yml
    branches/upstream/libpango-perl/current/Makefile.PL
    branches/upstream/libpango-perl/current/NEWS
    branches/upstream/libpango-perl/current/README
    branches/upstream/libpango-perl/current/lib/Pango.pm
    branches/upstream/libpango-perl/current/t/PangoLayout.t
    branches/upstream/libpango-perl/current/t/inc/PangoTestHelper.pm

Modified: branches/upstream/libpango-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/ChangeLog?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/ChangeLog (original)
+++ branches/upstream/libpango-perl/current/ChangeLog Wed Mar 18 00:55:17 2009
@@ -1,3 +1,16 @@
+2009-03-17  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL
+	* NEWS
+	* README
+	* lib/Pango.pm: Stable release 1.220.
+
+2009-03-17  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* t/inc/PangoTestHelper.pm
+	* t/PangoLayout.t: Change version checks to refer to stable
+	versions only.
+
 2009-03-08  Torsten Schoenfeld  <kaffeetisch at gmx.de>
 
 	* NEWS

Modified: branches/upstream/libpango-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/META.yml?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/META.yml (original)
+++ branches/upstream/libpango-perl/current/META.yml Wed Mar 18 00:55:17 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Pango
-version:            1.211
+version:            1.220
 abstract:           Layout and render international text
 author:  []
 license:            unknown
@@ -10,12 +10,12 @@
     ExtUtils::Depends:    0.300
     ExtUtils::MakeMaker:  0
     ExtUtils::PkgConfig:  1.030
-    Glib:                 1.212
+    Glib:                 1.220
 requires:
     Cairo:                1.000
     ExtUtils::Depends:    0.300
     ExtUtils::PkgConfig:  1.030
-    Glib:                 1.212
+    Glib:                 1.220
 no_index:
     directory:
         - t

Modified: branches/upstream/libpango-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/Makefile.PL?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/Makefile.PL (original)
+++ branches/upstream/libpango-perl/current/Makefile.PL Wed Mar 18 00:55:17 2009
@@ -28,7 +28,7 @@
 our %build_reqs = (
 	'perl-ExtUtils-Depends'   => '0.300',
 	'perl-ExtUtils-PkgConfig' => '1.030',
-	'perl-Glib'               => '1.212', # FIXME: 1.22
+	'perl-Glib'               => '1.220',
 	'perl-Cairo'              => '1.000',
 	'pango'                   => '1.0.0',
 );

Modified: branches/upstream/libpango-perl/current/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/NEWS?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/NEWS (original)
+++ branches/upstream/libpango-perl/current/NEWS Wed Mar 18 00:55:17 2009
@@ -1,3 +1,15 @@
+Overview of changes in Pango 1.220
+==================================
+
+ Compared to the bindings in Gtk2 1.20x
+ --------------------------------------
+ * Wrap pango_layout_get_baseline.
+ * Allow passing undef to Gtk2::Pango::Layout::set_attributes().
+
+ Since 1.211
+ -----------
+  * Nada.
+
 Overview of changes in Pango 1.211
 ==================================
 

Modified: branches/upstream/libpango-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/README?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/README (original)
+++ branches/upstream/libpango-perl/current/README Wed Mar 18 00:55:17 2009
@@ -51,7 +51,7 @@
 This module requires these other modules and libraries:
 
   perl >= 5.8.0
-  Glib >= 1.210 (Perl module)
+  Glib >= 1.220 (Perl module)
 
   pango >= 1.x (C library)
 

Modified: branches/upstream/libpango-perl/current/lib/Pango.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/lib/Pango.pm?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/lib/Pango.pm (original)
+++ branches/upstream/libpango-perl/current/lib/Pango.pm Wed Mar 18 00:55:17 2009
@@ -32,7 +32,7 @@
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.211';
+our $VERSION = '1.220';
 
 our @ISA = qw(DynaLoader Exporter);
 

Modified: branches/upstream/libpango-perl/current/t/PangoLayout.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/t/PangoLayout.t?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/t/PangoLayout.t (original)
+++ branches/upstream/libpango-perl/current/t/PangoLayout.t Wed Mar 18 00:55:17 2009
@@ -93,7 +93,7 @@
   is_word_start => 1,
   is_word_end => 0,
   is_sentence_boundary =>
-    (Pango -> CHECK_VERSION(1, 21, 1) ? 1 : 0), # FIXME: 1.22
+    (Pango -> CHECK_VERSION(1, 22, 0) ? 1 : 0),
   is_sentence_start => 1,
   is_sentence_end => 0,
   Pango -> CHECK_VERSION(1, 4, 0) ?

Modified: branches/upstream/libpango-perl/current/t/inc/PangoTestHelper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpango-perl/current/t/inc/PangoTestHelper.pm?rev=32172&op=diff
==============================================================================
--- branches/upstream/libpango-perl/current/t/inc/PangoTestHelper.pm (original)
+++ branches/upstream/libpango-perl/current/t/inc/PangoTestHelper.pm Wed Mar 18 00:55:17 2009
@@ -2,7 +2,7 @@
 
 use Test::More;
 
-my $REQ_GTK2_VERSION = 1.210; # FIXME: 1.22
+my $REQ_GTK2_VERSION = 1.220;
 
 sub import {
   my $class = shift;




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