r71493 - in /trunk/libgtk2-perl: Gtk2.pm META.yml NEWS README debian/changelog debian/compat debian/control t/GtkBuilder.t tools/genkeysyms.pl xs/GdkWindow.xs

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Mar 16 11:20:23 UTC 2011


Author: ghedo-guest
Date: Wed Mar 16 11:20:14 2011
New Revision: 71493

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71493
Log:
* New upstream release
* Bump debhelper to 8
* Add myself to Uploaders

Modified:
    trunk/libgtk2-perl/Gtk2.pm
    trunk/libgtk2-perl/META.yml
    trunk/libgtk2-perl/NEWS
    trunk/libgtk2-perl/README
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/compat
    trunk/libgtk2-perl/debian/control
    trunk/libgtk2-perl/t/GtkBuilder.t
    trunk/libgtk2-perl/tools/genkeysyms.pl
    trunk/libgtk2-perl/xs/GdkWindow.xs

Modified: trunk/libgtk2-perl/Gtk2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/Gtk2.pm?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/Gtk2.pm (original)
+++ trunk/libgtk2-perl/Gtk2.pm Wed Mar 16 11:20:14 2011
@@ -73,7 +73,7 @@
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.222';
+our $VERSION = '1.223';
 
 our @ISA = qw(DynaLoader Exporter);
 

Modified: trunk/libgtk2-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/META.yml?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/META.yml (original)
+++ trunk/libgtk2-perl/META.yml Wed Mar 16 11:20:14 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Gtk2
-version:            1.222
+version:            1.223
 abstract:           Perl interface to the 2.x series of the Gimp Toolkit library
 author:  []
 license:            unknown

Modified: trunk/libgtk2-perl/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/NEWS?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/NEWS (original)
+++ trunk/libgtk2-perl/NEWS Wed Mar 16 11:20:14 2011
@@ -1,3 +1,10 @@
+Overview of changes in Gtk2 1.223
+=================================
+
+* Cope with the rename of the keysym defines in gtk+ 2.22
+* Correct the memory management in Gtk2::Gdk::Window->new
+* Fix a test failure in GtkBuilder.t
+
 Overview of changes in Gtk2 1.222
 =================================
 

Modified: trunk/libgtk2-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/README?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/README (original)
+++ trunk/libgtk2-perl/README Wed Mar 16 11:20:14 2011
@@ -1,4 +1,4 @@
-Gtk2 version 1.222
+Gtk2 version 1.223
 ==================
 
 Perl bindings to the 2.x series of the Gtk+ graphical user interface library.

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Wed Mar 16 11:20:14 2011
@@ -1,8 +1,14 @@
-libgtk2-perl (2:1.222-2) UNRELEASED; urgency=low
-
+libgtk2-perl (2:1.223-1) UNRELEASED; urgency=low
+
+  [ Salvatore Bonaccorso ]
   * Update my email address.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 10 Oct 2010 15:03:02 +0200
+  [ Alessandro Ghedini ]
+  * New upstream release
+  * Bump debhelper to 8
+  * Add myself to Uploaders
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Wed, 16 Mar 2011 12:14:46 +0100
 
 libgtk2-perl (2:1.222-1) unstable; urgency=low
 
@@ -64,7 +70,7 @@
     Tyni for reporting (Closes: #576493).
   * Refresh debian/copyright to revision 135 of Format-Specification for
     machine readable copyright file in DEP5 and update copyright for debian/*
-    packaging. 
+    packaging.
 
  -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 11 Apr 2010 19:07:52 +0200
 
@@ -98,7 +104,7 @@
 
   * Add myself to Uploaders.
   * Add gtktreeview_expand.patch to fix FTBFS. Thanks to Kristian Rietveld and
-    Daniel Leidert (Closes: #545616). 
+    Daniel Leidert (Closes: #545616).
 
  -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 20 Sep 2009 05:35:00 +0000
 
@@ -228,7 +234,7 @@
     + tools/genkeysyms.pl: Fix the SYNOPSIS example (Closes: #422223)
     + debian/control: Bump Glib-Perl (build-)dep.
   * debian/watch: Fix. (Closes: #449612)
-  * debian/control: 
+  * debian/control:
     + Bump Standards-Version to 3.7.3 (no changes needed)
     + Move libgtk2-perl-doc to section: doc
   * debian/copyright: Convert to UTF8.
@@ -326,7 +332,7 @@
 
 libgtk2-perl (1:1.093-2) experimental; urgency=low
 
-  * Rebuilt against new Gtk+ 2.8.0 and new libcairo2 
+  * Rebuilt against new Gtk+ 2.8.0 and new libcairo2
 
  -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 20 Aug 2005 15:44:22 +0200
 
@@ -382,7 +388,7 @@
 
 libgtk2-perl (1:1.074-1) experimental; urgency=low
 
-  * New unstable upstream release. 
+  * New unstable upstream release.
 
  -- Marc 'HE' Brockschmidt <he at debian.org>  Sat,  5 Mar 2005 14:34:06 +0100
 
@@ -436,7 +442,7 @@
 
 libgtk2-perl (1:1.053-1) experimental; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
 
  -- Marc 'HE' Brockschmidt <he at debian.org>  Wed,  4 Aug 2004 18:12:19 +0200
 

Modified: trunk/libgtk2-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/compat?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/compat (original)
+++ trunk/libgtk2-perl/debian/compat Wed Mar 16 11:20:14 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libgtk2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/control?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/control (original)
+++ trunk/libgtk2-perl/debian/control Wed Mar 16 11:20:14 2011
@@ -1,7 +1,7 @@
 Source: libgtk2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl,
+Build-Depends: debhelper (>= 8), perl,
  libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03),
  libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 2:1.223), libcairo-perl (>= 1.00),
  hicolor-icon-theme, libpango-perl (>= 1.220),
@@ -10,7 +10,8 @@
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
- Jeffrey Ratcliffe <jeffrey.ratcliffe at gmail.com>
+ Jeffrey Ratcliffe <jeffrey.ratcliffe at gmail.com>,
+ Alessandro Ghedini <al3xbio at gmail.com>
 Standards-Version: 3.9.1
 Homepage: http://gtk2-perl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-perl/
@@ -29,7 +30,7 @@
  The Gtk+ is a multi-platform toolkit for creating graphical user
  interfaces. Offering a complete set of widgets, the Gtk+ is suitable
  for projects ranging from small one-off tools to complete application
- suites. 
+ suites.
  .
  Find out more about Gtk+ at http://www.gtk.org.
  .

Modified: trunk/libgtk2-perl/t/GtkBuilder.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/t/GtkBuilder.t?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/t/GtkBuilder.t (original)
+++ trunk/libgtk2-perl/t/GtkBuilder.t Wed Mar 16 11:20:14 2011
@@ -98,7 +98,7 @@
   ok ($builder->add_from_string ($ui) > 0);
 };
 is ($@, '');
-my @objects = $builder->get_objects;
+my @objects = sort { ref $a cmp ref $b } $builder->get_objects;
 isa_ok ($objects[0], 'Gtk2::Adjustment');
 isa_ok ($objects[1], 'Gtk2::SpinButton');
 

Modified: trunk/libgtk2-perl/tools/genkeysyms.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/tools/genkeysyms.pl?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/tools/genkeysyms.pl (original)
+++ trunk/libgtk2-perl/tools/genkeysyms.pl Wed Mar 16 11:20:14 2011
@@ -10,7 +10,8 @@
 		print "package Gtk2::Gdk::Keysyms;\n";
 		print "\%Gtk2::Gdk::Keysyms = (\n";
 		while (<IN>) {
-			/^#define\sGDK_([^ \t]*)\s+(0x[0-9A-Fa-f]+)/ and
+			# gtk+ 2.22 changed the prefix from GDK_ to GDK_KEY_.
+			/^#define\sGDK_(?:KEY_)?([^ \t]*)\s+(0x[0-9A-Fa-f]+)/ and
 				print "   '$1' => $2,\n";
 		}
 		print ");\n";

Modified: trunk/libgtk2-perl/xs/GdkWindow.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/xs/GdkWindow.xs?rev=71493&op=diff
==============================================================================
--- trunk/libgtk2-perl/xs/GdkWindow.xs (original)
+++ trunk/libgtk2-perl/xs/GdkWindow.xs Wed Mar 16 11:20:14 2011
@@ -177,7 +177,8 @@
 give the full names like "GDK_INPUT_OUTPUT" if desired, for some
 clarity.
 =cut
-GdkWindow_noinc *
+# Note: no _noinc here, as we dot own the returned window.
+GdkWindow *
 gdk_window_new (class, parent, attributes_ref)
 	GdkWindow_ornull *parent
 	SV *attributes_ref




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