From 507b257d6b90430e28cc6b058cf43bca32e1d292 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Fri, 29 Jul 2016 09:28:09 +0200
Subject: 0.78 bump
---
.gitignore | 1 +
.rpmlint | 2 +-
perl-Archive-Extract.spec | 14 ++++++++------
sources | 2 +-
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore
index 99c4eb6..aab8437 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Archive-Extract-0.26.tar.gz
/Archive-Extract-0.72.tar.gz
/Archive-Extract-0.74.tar.gz
/Archive-Extract-0.76.tar.gz
+/Archive-Extract-0.78.tar.gz
diff --git a/.rpmlint b/.rpmlint
index 94391ed..d9f6583 100644
--- a/.rpmlint
+++ b/.rpmlint
@@ -1,2 +1,2 @@
from Config import *
-addFilter("spelling-error .* (gz|lzma|tbz|txz|xz)");
+addFilter("spelling-error .*
(Bzipped|decompressor|gz|Gzip|lzma|tbz|txz|xz|Xzed)");
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
index c163b13..5fa9828 100644
--- a/perl-Archive-Extract.spec
+++ b/perl-Archive-Extract.spec
@@ -1,15 +1,14 @@
Name: perl-Archive-Extract
# Epoch to compete with core module from perl.spec
Epoch: 1
-Version: 0.76
-Release: 3%{?dist}
+Version: 0.78
+Release: 1%{?dist}
Summary: Generic archive extracting mechanism
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Archive-Extract/
Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
@@ -32,7 +31,7 @@ BuildRequires: perl(FileHandle)
BuildRequires: perl(if)
BuildRequires: perl(IPC::Cmd) >= 0.64
BuildRequires: perl(Locale::Maketext::Simple)
-BuildRequires: perl(Module::Load::Conditional) >= 0.04
+BuildRequires: perl(Module::Load::Conditional) >= 0.66
BuildRequires: perl(Params::Check) >= 0.07
BuildRequires: perl(vars)
# Tests:
@@ -48,7 +47,7 @@ Requires: perl(deprecate)
Requires: perl(Archive::Tar)
Requires: perl(File::Spec) >= 0.82
Requires: perl(IPC::Cmd) >= 0.64
-Requires: perl(Module::Load::Conditional) >= 0.04
+Requires: perl(Module::Load::Conditional) >= 0.66
Requires: perl(Params::Check) >= 0.07
# Decompressors:
Requires: %{name}-bz2
@@ -275,7 +274,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
@@ -310,6 +309,9 @@ make test
%files xz-IO-Uncompress-UnXz
%changelog
+* Fri Jul 29 2016 Petr Pisar <[email protected]> - 1:0.78-1
+- 0.78 bump
+
* Sat May 14 2016 Jitka Plesnikova <[email protected]> - 1:0.76-3
- Perl 5.24 rebuild
diff --git a/sources b/sources
index 53683cc..a718d99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-110a6000ce4b23da34dcbe890e069f13 Archive-Extract-0.76.tar.gz
+a3866d5980aefadc7465ed29e5790752 Archive-Extract-0.78.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Archive-Extract.git/commit/?h=master&id=507b257d6b90430e28cc6b058cf43bca32e1d292
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]