r32178 - in /trunk/libpango-perl: ChangeLog META.yml Makefile.PL NEWS README debian/changelog 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:59:47 UTC 2009


Author: ryan52-guest
Date: Wed Mar 18 00:59:43 2009
New Revision: 32178

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32178
Log:
New upstream release

Modified:
    trunk/libpango-perl/ChangeLog
    trunk/libpango-perl/META.yml
    trunk/libpango-perl/Makefile.PL
    trunk/libpango-perl/NEWS
    trunk/libpango-perl/README
    trunk/libpango-perl/debian/changelog
    trunk/libpango-perl/lib/Pango.pm
    trunk/libpango-perl/t/PangoLayout.t
    trunk/libpango-perl/t/inc/PangoTestHelper.pm

Modified: trunk/libpango-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/ChangeLog?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/ChangeLog (original)
+++ trunk/libpango-perl/ChangeLog Wed Mar 18 00:59:43 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: trunk/libpango-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/META.yml?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/META.yml (original)
+++ trunk/libpango-perl/META.yml Wed Mar 18 00:59:43 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: trunk/libpango-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/Makefile.PL?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/Makefile.PL (original)
+++ trunk/libpango-perl/Makefile.PL Wed Mar 18 00:59:43 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: trunk/libpango-perl/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/NEWS?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/NEWS (original)
+++ trunk/libpango-perl/NEWS Wed Mar 18 00:59:43 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: trunk/libpango-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/README?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/README (original)
+++ trunk/libpango-perl/README Wed Mar 18 00:59:43 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: trunk/libpango-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/changelog?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/debian/changelog (original)
+++ trunk/libpango-perl/debian/changelog Wed Mar 18 00:59:43 2009
@@ -1,3 +1,9 @@
+libpango-perl (1.220-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 17 Mar 2009 17:56:22 -0700
+
 libpango-perl (1.211-1) unstable; urgency=low
 
   * New upstream release

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

Modified: trunk/libpango-perl/t/PangoLayout.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/t/PangoLayout.t?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/t/PangoLayout.t (original)
+++ trunk/libpango-perl/t/PangoLayout.t Wed Mar 18 00:59:43 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: trunk/libpango-perl/t/inc/PangoTestHelper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/t/inc/PangoTestHelper.pm?rev=32178&op=diff
==============================================================================
--- trunk/libpango-perl/t/inc/PangoTestHelper.pm (original)
+++ trunk/libpango-perl/t/inc/PangoTestHelper.pm Wed Mar 18 00:59:43 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