r57710 - in /trunk/libgtk2-unique-perl: Changes META.yml Makefile.PL README debian/changelog debian/copyright lib/Gtk2/Unique.pm xs/UniqueApp.xs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 9 02:45:26 UTC 2010


Author: jawnsy-guest
Date: Sun May  9 02:45:19 2010
New Revision: 57710

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57710
Log:
* New upstream release
* Update copyright information

Modified:
    trunk/libgtk2-unique-perl/Changes
    trunk/libgtk2-unique-perl/META.yml
    trunk/libgtk2-unique-perl/Makefile.PL
    trunk/libgtk2-unique-perl/README
    trunk/libgtk2-unique-perl/debian/changelog
    trunk/libgtk2-unique-perl/debian/copyright
    trunk/libgtk2-unique-perl/lib/Gtk2/Unique.pm
    trunk/libgtk2-unique-perl/xs/UniqueApp.xs

Modified: trunk/libgtk2-unique-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/Changes?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/Changes (original)
+++ trunk/libgtk2-unique-perl/Changes Sun May  9 02:45:19 2010
@@ -1,7 +1,12 @@
 Revision history for Gtk2::Unique
 
-0.04 Tue Nov  3 22:27:54 CET 2009
-	The signal Gtk2::UniqueApp::message-received now receives command name
+
+0.05 Wed May  5 19:48:14 CEST 2010
+	Minor XS update: the length of a string was computed twice.
+
+
+0.04 Tue Nov  3 22:27:54 CEST 2009
+	The signal Gtk2::UniqueApp::message-received now receives the command name
 	instaed of the command id.
 	The macro UNIQUE_CHECK_VERSION will be fixed in 1.1.0.
 

Modified: trunk/libgtk2-unique-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/META.yml?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/META.yml (original)
+++ trunk/libgtk2-unique-perl/META.yml Sun May  9 02:45:19 2010
@@ -1,14 +1,23 @@
 --- #YAML:1.0
-name:                Gtk2-Unique
-version:             0.04
-abstract:            Use single instance applications
-license:             perl, lgpl
-author:              
+name:               Gtk2-Unique
+version:            0.05
+abstract:           Use single instance applications
+author:
     - Emmanuel Rodriguez <potyl at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Gtk2:                          1.161
+license:            perl, lgpl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Gtk2:  1.161
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 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-unique/tree/master

Modified: trunk/libgtk2-unique-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/Makefile.PL?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/Makefile.PL (original)
+++ trunk/libgtk2-unique-perl/Makefile.PL Sun May  9 02:45:19 2010
@@ -105,7 +105,7 @@
 	$postamble .= Glib::MakeHelper->postamble_docs_full(
 		DEPENDS   => $DEPENDS,
 		XS_FILES  => [ @XS_FILES ],
-		COPYRIGHT => 'Copyright (C) 2009 by Emmanuel Rodriguez'
+		COPYRIGHT => 'Copyright (C) 2009-2010 by Emmanuel Rodriguez'
 	);
 	
 	return $postamble;

Modified: trunk/libgtk2-unique-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/README?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/README (original)
+++ trunk/libgtk2-unique-perl/README Sun May  9 02:45:19 2010
@@ -41,7 +41,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2009 Emmanuel Rodriguez
+Copyright (C) 2009-2010 Emmanuel Rodriguez
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libgtk2-unique-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/debian/changelog?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/debian/changelog (original)
+++ trunk/libgtk2-unique-perl/debian/changelog Sun May  9 02:45:19 2010
@@ -1,8 +1,13 @@
-libgtk2-unique-perl (0.04-2) UNRELEASED; urgency=low
+libgtk2-unique-perl (0.05-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
+  * New upstream release
+  * Update copyright information
+
+  [ Damyan Ivanov ]
   * add -a option to xvfb-run invocation
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 15 Mar 2010 08:39:33 +0200
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 08 May 2010 23:21:48 -0400
 
 libgtk2-unique-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libgtk2-unique-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/debian/copyright?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/debian/copyright (original)
+++ trunk/libgtk2-unique-perl/debian/copyright Sun May  9 02:45:19 2010
@@ -4,11 +4,11 @@
 Name: Gtk2-Unique
 
 Files: *
-Copyright: 2009, Emmanuel Rodriguez <potyl at cpan.org>
+Copyright: 2009-2010, Emmanuel Rodriguez <potyl at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
  2009, Ryan Niebur <ryan at debian.org>>
  2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+

Modified: trunk/libgtk2-unique-perl/lib/Gtk2/Unique.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/lib/Gtk2/Unique.pm?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/lib/Gtk2/Unique.pm (original)
+++ trunk/libgtk2-unique-perl/lib/Gtk2/Unique.pm Sun May  9 02:45:19 2010
@@ -77,7 +77,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009 by Emmanuel Rodriguez.
+Copyright (C) 2009-2010 by Emmanuel Rodriguez.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,
@@ -91,7 +91,7 @@
 
 use Gtk2;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Modified: trunk/libgtk2-unique-perl/xs/UniqueApp.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/xs/UniqueApp.xs?rev=57710&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/xs/UniqueApp.xs (original)
+++ trunk/libgtk2-unique-perl/xs/UniqueApp.xs Sun May  9 02:45:19 2010
@@ -348,7 +348,6 @@
 				STRLEN length;
 				char *data;
 
-				length = sv_len(sv_data);
 				data = SvPV(sv_data, length);
 				unique_message_data_set(message, data, length);
 			}




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