From af5b9127a7b07919a8976b8a626f7cac3e92545e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Mon, 19 Jun 2017 16:11:09 +0200
Subject: 0.30 bump

---
 .gitignore                                         |  1 +
 ...command-start-with-0-again-since-perl-5.2.patch | 49 ----------------------
 perl-Debug-Client.spec                             | 44 ++++++++++---------
 sources                                            |  2 +-
 4 files changed, 23 insertions(+), 73 deletions(-)
 delete mode 100644 
Debug-Client-0.29-Debugger-y-command-start-with-0-again-since-perl-5.2.patch

diff --git a/.gitignore b/.gitignore
index 1fd64cb..24fdc21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Debug-Client-0.11.tar.gz
 /Debug-Client-0.25.tar.gz
 /Debug-Client-0.26.tar.gz
 /Debug-Client-0.29.tar.gz
+/Debug-Client-0.30.tar.gz
diff --git 
a/Debug-Client-0.29-Debugger-y-command-start-with-0-again-since-perl-5.2.patch 
b/Debug-Client-0.29-Debugger-y-command-start-with-0-again-since-perl-5.2.patch
deleted file mode 100644
index 2db2d24..0000000
--- 
a/Debug-Client-0.29-Debugger-y-command-start-with-0-again-since-perl-5.2.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From d18971088b24ecdfb0cc4ea6aa78065d312710c2 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
-Date: Wed, 17 Jun 2015 16:06:50 +0200
-Subject: [PATCH] Debugger y-command start with 0 again since perl-5.21.3
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Perl fixed the y-command regression regarding the scope level. See
-perl commit:
-
-commit 496f5ba57a43840a3c8ee61b21dc60d0c8bb5d52
-Author: Tony Cook <t...@develop-help.com>
-Date:   Fri Aug 15 10:45:57 2014 +1000
-
-    fix debugger y command scope level
-
-    5c2b78e73d3 moved handling of the y command into its own function,
-    but did not adjust the provided scope level to account for the extra
-    scope.
-
-This caused failling Debug-Client tests with perl-5.22 because
-Debug::Client implemented a work-around for the regression.
-
-This patch limits the work-around from top too.
-
-<https://github.com/PadreIDE/Debug-Client/issues/2>
-
-Signed-off-by: Petr Písař <ppi...@redhat.com>
----
- lib/Debug/Client.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Debug/Client.pm b/lib/Debug/Client.pm
-index eee355f..5c9dd6a 100644
---- a/lib/Debug/Client.pm
-+++ b/lib/Debug/Client.pm
-@@ -341,7 +341,7 @@ sub get_y_zero {
-       require PadWalker if 0; #forces PadWalker to be a requires not a 
test_requires
- 
-       # say 'running on perl '. $PERL_VERSION;
--      if ( $PERL_VERSION >= 5.017006 ) {
-+      if ( $PERL_VERSION >= 5.017006 && $PERL_VERSION <= 5.021003 ) {
- 
-               # say 'using y=1 instead as running on perl ' . $PERL_VERSION;
-               $self->_send('y 1');
--- 
-2.1.0
-
diff --git a/perl-Debug-Client.spec b/perl-Debug-Client.spec
index 26f3d9d..f21bda0 100644
--- a/perl-Debug-Client.spec
+++ b/perl-Debug-Client.spec
@@ -1,55 +1,51 @@
 Name:           perl-Debug-Client
-Version:        0.29
-Release:        8%{?dist}
+Version:        0.30
+Release:        1%{?dist}
 Summary:        Client side code for perl debugger
 License:        GPL+ or Artistic
 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
-# Adjust to perl-5.22, bug #1231216,
-# <https://github.com/PadreIDE/Debug-Client/issues/2>
-Patch0:         
Debug-Client-0.29-Debugger-y-command-start-with-0-again-since-perl-5.2.patch
+Source0:        
http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/Debug-Client-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
-BuildRequires:  perl(inc::Module::Install) >= 1.06
+BuildRequires:  perl(inc::Module::Install) >= 1.08
 BuildRequires:  sed
 # Run-time:
-BuildRequires:  perl(Carp) >= 1.26
+BuildRequires:  perl(Carp) >= 1.33
 BuildRequires:  perl(constant) >= 1.27
 BuildRequires:  perl(English)
-BuildRequires:  perl(IO::Socket::IP) >= 0.21
+BuildRequires:  perl(IO::Socket::IP) >= 0.29
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Term::ReadLine) >= 1.1
+BuildRequires:  perl(Term::ReadLine) >= 1.14
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(base)
-BuildRequires:  perl(Exporter) >= 5.68
+BuildRequires:  perl(Exporter) >= 5.70
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(File::HomeDir) >= 1.00
 BuildRequires:  perl(File::Spec) >= 3.4
-BuildRequires:  perl(File::Temp) >= 0.2301
+BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(lib)
-BuildRequires:  perl(List::Util) >= 1.27
-BuildRequires:  perl(PadWalker) >= 1.96
-BuildRequires:  perl(parent) >= 0.225
-BuildRequires:  perl(Test::CheckDeps) >= 0.006
-BuildRequires:  perl(Test::Class) >= 0.38
-BuildRequires:  perl(Test::Deep) >= 0.11
-BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(List::Util) >= 1.38
+BuildRequires:  perl(PadWalker) >= 1.98
+BuildRequires:  perl(parent) >= 0.228
+BuildRequires:  perl(Test::CheckDeps) >= 0.01
+BuildRequires:  perl(Test::Class) >= 0.42
+BuildRequires:  perl(Test::Deep) >= 0.112
+BuildRequires:  perl(Test::More) >= 1.001003
 BuildRequires:  perl(Test::Requires) >= 0.07
-BuildRequires:  perl(version) >= 0.9902
+BuildRequires:  perl(version) >= 0.9908
 # Optional tests:
 BuildRequires:  perl(Term::ReadLine::Gnu)
 BuildRequires:  perl(Test::Pod) >= 1.48
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp) >= 1.20
-Requires:       perl(IO::Socket::IP) >= 0.21
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Carp|IO::Socket\\)$
@@ -59,7 +55,6 @@ Client side module for debugging. This module is part of 
padre's debugger.
 
 %prep
 %setup -q -n Debug-Client-%{version}
-%patch0 -p1
 # Removed bundled EE::MM
 rm -r inc
 sed -i -e '/^inc\//d' MANIFEST
@@ -70,7 +65,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -82,6 +77,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 19 2017 Jitka Plesnikova <jples...@redhat.com> - 0.30-1
+- 0.30 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.29-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index a142125..0030b00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85aab3e367b8f4aff1b527cbaa28d88e  Debug-Client-0.29.tar.gz
+SHA512 (Debug-Client-0.30.tar.gz) = 
7de7abac46d6a7f7e1785921f69a23b4d92fa3fe03d0609d5354a0d3459c616213e7715237a8a0a1863363ba21e5ebd99c1f9fb8bf4f622b96aec3dd20eedaf9
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Debug-Client.git/commit/?h=f26&id=af5b9127a7b07919a8976b8a626f7cac3e92545e
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to