From d796806f2f63a4ac3071578a8f7b251a0b76313a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Sun, 15 May 2016 16:42:20 +0200
Subject: Perl 5.24 rebuild
---
perl-Test-Script.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 3606a2b..df82b3f 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Script
Version: 1.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Cross-platform basic tests for scripts
License: GPL+ or Artistic
Group: Development/Libraries
@@ -59,6 +59,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Sun May 15 2016 Jitka Plesnikova <[email protected]> - 1.12-2
+- Perl 5.24 rebuild
+
* Wed May 04 2016 Ralf Corsépius <[email protected]> - 1.12-1
- Update to 1.12.
--
cgit v0.12
From 6a882acf64e3c13f4ec337d58f6124daf73ae5be Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Wed, 18 May 2016 15:29:21 +0200
Subject: Perl 5.24 re-rebuild of bootstrapped packages
---
perl-Test-Script.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index df82b3f..509c309 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Script
Version: 1.12
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross-platform basic tests for scripts
License: GPL+ or Artistic
Group: Development/Libraries
@@ -59,6 +59,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Wed May 18 2016 Jitka Plesnikova <[email protected]> - 1.12-3
+- Perl 5.24 re-rebuild of bootstrapped packages
+
* Sun May 15 2016 Jitka Plesnikova <[email protected]> - 1.12-2
- Perl 5.24 rebuild
--
cgit v0.12
From 348d25f95196238c6dc367577cae9ad5ec1fc266 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Fri, 24 Jun 2016 10:33:02 +0200
Subject: Mandatory Perl build-requires added
<https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl>
---
perl-Test-Script.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 509c309..1df98bf 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Test-Script/
Source0:
http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Test-Script-%{version}.tar.gz
BuildArch: noarch
+BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
--
cgit v0.12
From 3f55ea83ded27a54ce0832280d3139bf0bfd87f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <[email protected]>
Date: Mon, 17 Oct 2016 06:04:07 +0200
Subject: Update to 1.14.
- Eliminate perl_bootstrap.
---
.gitignore | 2 +-
perl-Test-Script.spec | 15 ++++++---------
sources | 2 +-
3 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5e9ac2d..c1dc838 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.12.tar.gz
+/Test-Script-1.14.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 1df98bf..54c8114 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Script
-Version: 1.12
-Release: 3%{?dist}
+Version: 1.14
+Release: 1%{?dist}
Summary: Cross-platform basic tests for scripts
License: GPL+ or Artistic
Group: Development/Libraries
@@ -26,11 +26,6 @@ BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
-
-# For improved tests
-%if !%{defined perl_bootstrap}
-BuildRequires: perl(Test::Pod) >= 1.26
-%endif
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
%description
@@ -49,9 +44,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
-%if !%{defined perl_bootstrap}
make test
-%endif
%files
%doc Changes README
@@ -60,6 +53,10 @@ make test
%{_mandir}/man3/*
%changelog
+* Mon Oct 17 2016 Ralf Corsépius <[email protected]> - 1.14-1
+- Update to 1.14.
+- Eliminate perl_bootstrap.
+
* Wed May 18 2016 Jitka Plesnikova <[email protected]> - 1.12-3
- Perl 5.24 re-rebuild of bootstrapped packages
diff --git a/sources b/sources
index 6222f57..144926c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e21bdeb91fa2bbb596a0c552f5fcc541 Test-Script-1.12.tar.gz
+553ede1bad340d65e99258863e07f653 Test-Script-1.14.tar.gz
--
cgit v0.12
From 42dfae897113248ab788f2e6083c30c57078f3b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <[email protected]>
Date: Mon, 17 Oct 2016 06:25:59 +0200
Subject: Cleanup merger.
---
perl-Test-Script.spec | 6 ------
1 file changed, 6 deletions(-)
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 54c8114..e76b191 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -57,12 +57,6 @@ make test
- Update to 1.14.
- Eliminate perl_bootstrap.
-* Wed May 18 2016 Jitka Plesnikova <[email protected]> - 1.12-3
-- Perl 5.24 re-rebuild of bootstrapped packages
-
-* Sun May 15 2016 Jitka Plesnikova <[email protected]> - 1.12-2
-- Perl 5.24 rebuild
-
* Wed May 04 2016 Ralf Corsépius <[email protected]> - 1.12-1
- Update to 1.12.
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f23&id=013cf3d6c93aa8a04d5448f6c0b30f6f0910e49f
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]