[perl-File-chmod] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue Feb 17 06:50:42 UTC 2015


commit 92606e58b024622ddac6c63ef3125f4c5712003f
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Feb 17 07:50:25 2015 +0100

    Upstream update.
    
    - Rework BR:s.

 .gitignore           |    2 +-
 perl-File-chmod.spec |   17 +++++++++++++++--
 sources              |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e789388..1a5a776 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/File-chmod-0.40.tar.gz
+/File-chmod-0.42.tar.gz
diff --git a/perl-File-chmod.spec b/perl-File-chmod.spec
index afb8d72..7442a2b 100644
--- a/perl-File-chmod.spec
+++ b/perl-File-chmod.spec
@@ -1,19 +1,28 @@
 Name:           perl-File-chmod
-Version:        0.40
-Release:        3%{?dist}
+Version:        0.42
+Release:        1%{?dist}
 Summary:        Implements symbolic and ls chmod modes
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/File-chmod/
 Source0:        http://search.cpan.org/CPAN/authors/id/X/XE/XENO/File-chmod-%{version}.tar.gz
 BuildArch:      noarch
+
 BuildRequires:  perl(autodie)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # tests
+BuildRequires:  perl(English)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(Test::EOL)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Version)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -42,6 +51,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb 17 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.42-1
+- Upstream update.
+- Rework BR:s.
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.40-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 98cd6c6..c3d7860 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd0c2034bcb13fb7031bc1e6b416d7a7  File-chmod-0.40.tar.gz
+b94807f4bef13506ee529a214524f9de  File-chmod-0.42.tar.gz



More information about the perl-devel mailing list