2.201 bump
This commit is contained in:
parent
8eedc6bea8
commit
29cbaa2799
@ -1,29 +0,0 @@
|
|||||||
From 98dc5b4a2b30c26752b6f686462b06b8db72a5e4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Paul Howarth <github@trace.city-fan.org>
|
|
||||||
Date: Wed, 22 Jun 2022 09:45:11 +0100
|
|
||||||
Subject: [PATCH] Fix test count regression in t/07bufsize.t (#16)
|
|
||||||
|
|
||||||
Commit 8af98773 (zlib-ng support) changed the test count from 288 to
|
|
||||||
280. However, the number of tests did not actually change. There are
|
|
||||||
two initial tests prior to a loop of 13 iterations containing 22 tests
|
|
||||||
per iteration. Hence the total number of tests is 2+13*22 = 288.
|
|
||||||
---
|
|
||||||
t/07bufsize.t | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/t/07bufsize.t b/t/07bufsize.t
|
|
||||||
index abdb87c..d9af9a1 100644
|
|
||||||
--- a/t/07bufsize.t
|
|
||||||
+++ b/t/07bufsize.t
|
|
||||||
@@ -24,7 +24,7 @@ BEGIN
|
|
||||||
$extra = 1
|
|
||||||
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
|
|
||||||
|
|
||||||
- plan tests => 280 + $extra ;
|
|
||||||
+ plan tests => 288 + $extra ;
|
|
||||||
|
|
||||||
use_ok('Compress::Raw::Zlib', 2) ;
|
|
||||||
}
|
|
||||||
--
|
|
||||||
2.35.3
|
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.200
|
Version: 2.201
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to the zlib compression library
|
Summary: Low-level interface to the zlib compression library
|
||||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||||
@ -17,7 +17,6 @@ Summary: Low-level interface to the zlib compression library
|
|||||||
License: (GPL+ or Artistic) and zlib
|
License: (GPL+ or Artistic) and zlib
|
||||||
URL: https://metacpan.org/release/Compress-Raw-Zlib
|
URL: https://metacpan.org/release/Compress-Raw-Zlib
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/Compress/Compress-Raw-Zlib-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/Compress/Compress-Raw-Zlib-%{version}.tar.gz
|
||||||
Patch0: Compress-Raw-Zlib-2.200-Fix-test-count-regression-in-t-07bufsize.t-16.patch
|
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -103,7 +102,7 @@ with "%{_libexecdir}/%{name}/test".
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Compress-Raw-Zlib-%{version}
|
%setup -q -n Compress-Raw-Zlib-%{version}
|
||||||
%patch0 -p1
|
|
||||||
# Remove bundled zlib
|
# Remove bundled zlib
|
||||||
rm -rf zlib-src
|
rm -rf zlib-src
|
||||||
perl -i -ne 'print $_ unless m{^zlib-src/}' MANIFEST
|
perl -i -ne 'print $_ unless m{^zlib-src/}' MANIFEST
|
||||||
@ -163,6 +162,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 25 2022 Paul Howarth <paul@city-fan.org> - 2.201-1
|
||||||
|
- 2.201 bump
|
||||||
|
|
||||||
* Wed Jun 22 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.200-1
|
* Wed Jun 22 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.200-1
|
||||||
- 2.200 bump
|
- 2.200 bump
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Compress-Raw-Zlib-2.200.tar.gz) = 1b3c5e55f86c65edeb350ef7889f19b4279d5fd9f66a43693319dfdeb43d97b99c603e1f9c3fa3dbbe44f17a469097659a8927ae4011557939b2c3a7ecc8095e
|
SHA512 (Compress-Raw-Zlib-2.201.tar.gz) = 1262f5be347e1efe71f0308385a5b8b927854b1e061d69d9a38c74e6dfacf2ffbec0891bdeb76092de28a5049e1fd1eb3e784e0570b34612a8256d955d7f1ab7
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user