r56305 - in /trunk/libconfig-model-itself-perl: ChangeLog META.yml debian/changelog lib/Config/Model/Itself.pm t/itself-editor.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 17 18:24:52 UTC 2010


Author: gregoa
Date: Sat Apr 17 18:24:40 2010
New Revision: 56305

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

Modified:
    trunk/libconfig-model-itself-perl/ChangeLog
    trunk/libconfig-model-itself-perl/META.yml
    trunk/libconfig-model-itself-perl/debian/changelog
    trunk/libconfig-model-itself-perl/lib/Config/Model/Itself.pm
    trunk/libconfig-model-itself-perl/t/itself-editor.t

Modified: trunk/libconfig-model-itself-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/ChangeLog?rev=56305&op=diff
==============================================================================
--- trunk/libconfig-model-itself-perl/ChangeLog (original)
+++ trunk/libconfig-model-itself-perl/ChangeLog Sat Apr 17 18:24:40 2010
@@ -1,3 +1,8 @@
+2010-04-06  Dominique Dumont  <dominique.dumont at hp.com> 1.215
+
+	* t/itself.t: Fix skip part to avoid failures when X is not
+	available.
+
 2010-03-31  Dominique Dumont  <domi.dumont at free.fr> 1.214
 
 	* config-model-edit (): ensure that model modified by loading data

Modified: trunk/libconfig-model-itself-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/META.yml?rev=56305&op=diff
==============================================================================
--- trunk/libconfig-model-itself-perl/META.yml (original)
+++ trunk/libconfig-model-itself-perl/META.yml Sat Apr 17 18:24:40 2010
@@ -4,7 +4,7 @@
   - 'Dominique Dumont (ddumont at cpan dot org)'
 configure_requires:
   Module::Build: 0.36
-generated_by: 'Module::Build version 0.3603'
+generated_by: 'Module::Build version 0.3607'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -13,7 +13,7 @@
 provides:
   Config::Model::Itself:
     file: lib/Config/Model/Itself.pm
-    version: 1.214
+    version: 1.215
   Config::Model::Itself::BackendDetector:
     file: lib/Config/Model/Itself/BackendDetector.pm
     version: 1.001
@@ -28,4 +28,4 @@
   YAML::Any: 0
 resources:
   license: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
-version: 1.214
+version: 1.215

Modified: trunk/libconfig-model-itself-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/changelog?rev=56305&op=diff
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/changelog (original)
+++ trunk/libconfig-model-itself-perl/debian/changelog Sat Apr 17 18:24:40 2010
@@ -1,7 +1,7 @@
-libconfig-model-itself-perl (1.214-1) UNRELEASED; urgency=low
+libconfig-model-itself-perl (1.215-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
-  * New upstream release.
+  * New upstream release 1.214.
   * debian/copyright: update formatting.
 
   [ Dominique Dumont ]
@@ -9,7 +9,10 @@
   * control: added build-depend on xvfb. Added xauth because xvfb only 
     recommends xauth (See Bug 419581 for details)
 
- -- Dominique Dumont <dominique.dumont at hp.com>  Tue, 06 Apr 2010 15:21:41 +0200
+  [ gregor herrmann ]
+  * New upstream release 1.215.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 17 Apr 2010 20:23:08 +0200
 
 libconfig-model-itself-perl (1.213-1) unstable; urgency=low
 

Modified: trunk/libconfig-model-itself-perl/lib/Config/Model/Itself.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/lib/Config/Model/Itself.pm?rev=56305&op=diff
==============================================================================
--- trunk/libconfig-model-itself-perl/lib/Config/Model/Itself.pm (original)
+++ trunk/libconfig-model-itself-perl/lib/Config/Model/Itself.pm Sat Apr 17 18:24:40 2010
@@ -28,7 +28,7 @@
 use File::Path ;
 use File::Basename ;
 
-our $VERSION = '1.214';
+our $VERSION = '1.215';
 
 my $logger = Log::Log4perl::get_logger(__PACKAGE__);
 

Modified: trunk/libconfig-model-itself-perl/t/itself-editor.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/t/itself-editor.t?rev=56305&op=diff
==============================================================================
--- trunk/libconfig-model-itself-perl/t/itself-editor.t (original)
+++ trunk/libconfig-model-itself-perl/t/itself-editor.t Sat Apr 17 18:24:40 2010
@@ -109,7 +109,7 @@
     my $mw = eval {MainWindow-> new ; };
 
     # cannot create Tk window
-    skip "Cannot create Tk window",1 if $@;
+    skip "Cannot create Tk window",8 if $@;
 
     $mw->withdraw ;
 




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