[perl-Debug-Client] 0.20 bump - apply changed patch for tests

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Apr 27 11:19:44 UTC 2012


commit 7b0f0f525a6628fd1b19be9dfc1636153715e8b5
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Apr 27 13:19:24 2012 +0200

    0.20 bump
    - apply changed patch for tests

 .gitignore                                         |    1 +
 ...Client-0.18-Do-not-use-Term-ReadLine-Perl.patch |   32 --------------------
 ...Client-0.20-Do-not-use-Term-ReadLine-Perl.patch |   18 +++++++++++
 perl-Debug-Client.spec                             |    7 +++-
 sources                                            |    2 +-
 5 files changed, 25 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa25dab..cb87778 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Debug-Client-0.11.tar.gz
 /Debug-Client-0.16.tar.gz
 /Debug-Client-0.18.tar.gz
+/Debug-Client-0.20.tar.gz
diff --git a/Debug-Client-0.20-Do-not-use-Term-ReadLine-Perl.patch b/Debug-Client-0.20-Do-not-use-Term-ReadLine-Perl.patch
new file mode 100644
index 0000000..a584560
--- /dev/null
+++ b/Debug-Client-0.20-Do-not-use-Term-ReadLine-Perl.patch
@@ -0,0 +1,18 @@
+diff -up Debug-Client-0.20/t/01-Debug-Client.t.old Debug-Client-0.20/t/01-Debug-Client.t
+--- Debug-Client-0.20/t/01-Debug-Client.t.old	2012-04-09 11:00:53.000000000 +0200
++++ Debug-Client-0.20/t/01-Debug-Client.t	2012-04-27 13:17:18.710857838 +0200
+@@ -1,13 +1,12 @@
+ use 5.008006;
+ use Test::More;
+-plan( tests => 42 );
++plan( tests => 41 );
+ 
+ use_ok( 'Carp',                 '1.20' );
+ use_ok( 'IO::Socket',           '1.31' );
+ use_ok( 'IO::Socket::INET',     '1.31' );
+ use_ok( 'PadWalker',            '1.92' );
+ use_ok( 'Term::ReadLine',       '1.07' );
+-use_ok( 'Term::ReadLine::Perl', '1.0303' );
+ 
+ use_ok( 'Test::More',    '0.98' );
+ use_ok( 'Test::Deep',    '0.108' );
diff --git a/perl-Debug-Client.spec b/perl-Debug-Client.spec
index 2b5d9f0..306922b 100644
--- a/perl-Debug-Client.spec
+++ b/perl-Debug-Client.spec
@@ -1,5 +1,5 @@
 Name:           perl-Debug-Client
-Version:        0.18
+Version:        0.20
 Release:        1%{?dist}
 Summary:        Client side code for perl debugger
 License:        GPL+ or Artistic
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Debug-Client/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOWTIE/Debug-Client-%{version}.tar.gz
 # Tests fail with Term::ReadLine::Perl
-Patch0:         Debug-Client-0.18-Do-not-use-Term-ReadLine-Perl.patch
+Patch0:         Debug-Client-0.20-Do-not-use-Term-ReadLine-Perl.patch
 BuildArch:      noarch
 BuildRequires:  perl(inc::Module::Install::DSL) >= 1.04
 # Run-time
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 10 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.20-1
+- 0.20 bump
+
 * Thu Mar 15 2012 Petr Pisar <ppisar at redhat.com> - 0.18-1
 - 0.18 bump
 - Correct dependencies
diff --git a/sources b/sources
index c3a60a7..17a94b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4391fb6e3a837fc6441d819e67a7ac5  Debug-Client-0.18.tar.gz
+d5250a44e0753bc975e9afba7a63e8b6  Debug-Client-0.20.tar.gz


More information about the scm-commits mailing list