From a65d48edc09d019722553b72a7c9ed0587f1767d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 16 Jan 2015 12:23:46 +0100 Subject: [PATCH] Decrase bzip2-devel version constrain The unbundled bzip2 version is 1.0.6. I verified headers and tests that 1.0.5 is compatible with 1.0.6. Therefore I lowered the version constrain. It's possible even older versions would work. --- perl-Compress-Bzip2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index b2fd3c8..43f2d29 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -6,7 +6,7 @@ Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Compress-Bzip2/ Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/Compress-Bzip2-%{version}.tar.gz -BuildRequires: bzip2-devel >= 1.0.6 +BuildRequires: bzip2-devel >= 1.0.5 BuildRequires: perl BuildRequires: perl(Config) BuildRequires: perl(File::Copy)