ppisar pushed to perl-Term-UI (master). "0.46 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 26 06:03:34 UTC 2015


From 15f46d52fe352693630b875565f87b6e702e9fbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Tue, 26 May 2015 08:03:11 +0200
Subject: 0.46 bump


diff --git a/.gitignore b/.gitignore
index 8ad84d1..32e35f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Term-UI-0.18.tar.gz
 /Term-UI-0.38.tar.gz
 /Term-UI-0.42.tar.gz
 /Term-UI-0.44.tar.gz
+/Term-UI-0.46.tar.gz
diff --git a/Term-UI-0.44-Correct-number-of-tests-to-skip-in-t-02_ui.t.patch b/Term-UI-0.44-Correct-number-of-tests-to-skip-in-t-02_ui.t.patch
deleted file mode 100644
index b1c149c..0000000
--- a/Term-UI-0.44-Correct-number-of-tests-to-skip-in-t-02_ui.t.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 136bc1a7ab0672248aa5f87b033ccd9012e8a56a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
-Date: Mon, 25 May 2015 16:04:39 +0200
-Subject: [PATCH] Correct number of tests to skip in t/02_ui.t
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Running tests without terminal causes a failure because adding a new
-test for multiple choice forgot to increase the number of tests to
-skip when no terminal is available.
-
-CPAN RT#104688
-
-Signed-off-by: Petr Písař <ppisar at redhat.com>
----
- t/02_ui.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/02_ui.t b/t/02_ui.t
-index c2afb35..4e80afc 100644
---- a/t/02_ui.t
-+++ b/t/02_ui.t
-@@ -14,7 +14,7 @@ $Term::UI::VERBOSE      = $Term::UI::VERBOSE    = 0;
- # SKIP tests if we aren't on a terminal
- SKIP: {
- 
--skip 'not on a terminal', 20 unless -t;
-+skip 'not on a terminal', 21 unless -t;
- 
- ### enable warnings
- $^W = 1;
--- 
-2.1.0
-
diff --git a/perl-Term-UI.spec b/perl-Term-UI.spec
index 658b566..0b327cf 100644
--- a/perl-Term-UI.spec
+++ b/perl-Term-UI.spec
@@ -1,13 +1,11 @@
 Name:           perl-Term-UI
-Version:        0.44
+Version:        0.46
 Release:        1%{?dist}
 Summary:        Term::ReadLine user interface made easy
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Term-UI/
 Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-%{version}.tar.gz
-# Fix test plan, bug #1224733, CPAN RT#104688
-Patch0:         Term-UI-0.44-Correct-number-of-tests-to-skip-in-t-02_ui.t.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -42,7 +40,6 @@ answer was not proper and re-issuing the question.
 
 %prep
 %setup -q -n Term-UI-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -62,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 26 2015 Petr Pisar <ppisar at redhat.com> - 0.46-1
+- 0.46 bump
+
 * Mon May 25 2015 Petr Pisar <ppisar at redhat.com> - 0.44-1
 - 0.44 bump
 
diff --git a/sources b/sources
index 43f9ad8..81cbeb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27a8d044cce0ebf1c137e9dd959d89c9  Term-UI-0.44.tar.gz
+eaa9240bc44e18dfe558286eb1f3c592  Term-UI-0.46.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Term-UI.git/commit/?h=master&id=15f46d52fe352693630b875565f87b6e702e9fbb


More information about the scm-commits mailing list