r28814 - in /branches/upstream/libextutils-pkgconfig-perl/current: Changes MANIFEST.SKIP META.yml lib/ExtUtils/PkgConfig.pm t/1.t t/2.t t/3.t t/4.t

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 10:18:47 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 10:18:43 2008
New Revision: 28814

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

Modified:
    branches/upstream/libextutils-pkgconfig-perl/current/Changes
    branches/upstream/libextutils-pkgconfig-perl/current/MANIFEST.SKIP
    branches/upstream/libextutils-pkgconfig-perl/current/META.yml
    branches/upstream/libextutils-pkgconfig-perl/current/lib/ExtUtils/PkgConfig.pm
    branches/upstream/libextutils-pkgconfig-perl/current/t/1.t
    branches/upstream/libextutils-pkgconfig-perl/current/t/2.t
    branches/upstream/libextutils-pkgconfig-perl/current/t/3.t
    branches/upstream/libextutils-pkgconfig-perl/current/t/4.t

Modified: branches/upstream/libextutils-pkgconfig-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/Changes?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/Changes (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/Changes Sun Dec 28 10:18:43 2008
@@ -1,4 +1,7 @@
 Revision history for Perl extension ExtUtils::PkgConfig.
+
+1.12  Sun Oct 19 13:56:07 CEST 2008
+	- Try to fix a test failure.
 
 1.11  Sat Mar 15 00:35:35 CET 2008
 	- Fix test failures.

Modified: branches/upstream/libextutils-pkgconfig-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/MANIFEST.SKIP?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/MANIFEST.SKIP Sun Dec 28 10:18:43 2008
@@ -1,4 +1,6 @@
+~$
 .bak$
 .cvsignore
 CVS
 Makefile$
+blib

Modified: branches/upstream/libextutils-pkgconfig-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/META.yml?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/META.yml (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/META.yml Sun Dec 28 10:18:43 2008
@@ -1,12 +1,18 @@
 --- #YAML:1.0
-name:                ExtUtils-PkgConfig
-version:             1.11
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
+name:               ExtUtils-PkgConfig
+version:            1.12
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.46
 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

Modified: branches/upstream/libextutils-pkgconfig-perl/current/lib/ExtUtils/PkgConfig.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/lib/ExtUtils/PkgConfig.pm?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/lib/ExtUtils/PkgConfig.pm (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/lib/ExtUtils/PkgConfig.pm Sun Dec 28 10:18:43 2008
@@ -24,7 +24,7 @@
 
 use vars qw/ $VERSION $AUTOLOAD/;
 
-$VERSION = '1.11';
+$VERSION = '1.12';
 
 sub import {
 	my $class = shift;

Modified: branches/upstream/libextutils-pkgconfig-perl/current/t/1.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/t/1.t?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/t/1.t (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/t/1.t Sun Dec 28 10:18:43 2008
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/ExtUtils-PkgConfig/t/1.t,v 1.3 2008/01/20 21:05:17 kaffeetisch Exp $
+# $Id: 1.t,v 1.4 2008/10/05 12:49:32 kaffeetisch Exp $
 #
 
 use strict;

Modified: branches/upstream/libextutils-pkgconfig-perl/current/t/2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/t/2.t?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/t/2.t (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/t/2.t Sun Dec 28 10:18:43 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/ExtUtils-PkgConfig/t/2.t,v 1.4 2008/03/14 23:28:25 kaffeetisch Exp $
+# $Id: 2.t,v 1.5 2008/10/05 12:49:32 kaffeetisch Exp $
 #
 
 use strict;

Modified: branches/upstream/libextutils-pkgconfig-perl/current/t/3.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/t/3.t?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/t/3.t (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/t/3.t Sun Dec 28 10:18:43 2008
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/ExtUtils-PkgConfig/t/3.t,v 1.1 2006/09/24 20:30:42 kaffeetisch Exp $
+# $Id: 3.t,v 1.3 2008/10/19 11:54:45 kaffeetisch Exp $
 #
 
 use strict;
@@ -17,4 +17,4 @@
 ok( not ExtUtils::PkgConfig->exact_version(qw/test_glib-2.0/, '2.3.0') );
 
 ok( ExtUtils::PkgConfig->max_version(qw/test_glib-2.0/, '2.3.0') );
-ok( not ExtUtils::PkgConfig->max_version(qw/test_glib-2.0/, '2.2.0') );
+ok( not ExtUtils::PkgConfig->max_version(qw/test_glib-2.0/, '2.1.0') );

Modified: branches/upstream/libextutils-pkgconfig-perl/current/t/4.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-pkgconfig-perl/current/t/4.t?rev=28814&op=diff
==============================================================================
--- branches/upstream/libextutils-pkgconfig-perl/current/t/4.t (original)
+++ branches/upstream/libextutils-pkgconfig-perl/current/t/4.t Sun Dec 28 10:18:43 2008
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/ExtUtils-PkgConfig/t/4.t,v 1.4 2008/03/14 23:28:25 kaffeetisch Exp $
+# $Id: 4.t,v 1.5 2008/10/05 12:49:32 kaffeetisch Exp $
 #
 
 use strict;




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